.btn-first {
    background-color: #01579b;
    color: white;
}

.bg-first {
    background-color: #e7edf0;
}

.color-third {
    color: #164863;
}

#myTab1 .nav-link.active {
    font-weight: bold;
}

.download-btn,
.delete-btn {
    font-size: 0.9rem;
    padding: 0.2rem 0.5rem;
}

.tabLinksTechnician.active {
    font-weight: bold;
}

.tabLinksAdmin.active {
    font-weight: bold;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}