a{
    color: #01746b;
}
a:hover{
    color: #5de2e7 !important;
}
.btn-primary{
    background-color: #5de2e7 !important;
    border-color:#5de2e7;
} 
.btn:hover{
    border-color:#fff;
}
a.btn:hover{
    color: #fff !important;
} 
nav a:hover{
    color: #5de2e7 !important;
}
.bg-primary-sip{
    background-color: #01746b;
}
.navbar-nav  .nav-link.active{
    color: #fff !important;
}
.navbar-nav  .nav-link:hover{
    color: #fff !important;
}
.navbar-nav  .nav-link.active:hover{
    color: #fff !important;
}
.sidebar .nav-sidebar .nav-link.active{
    background-color: #5de2e7 !important;
}
.nav-link.active:hover{
    color: #fff !important;
}
.sidebar .nav-sidebar .nav-treeview .nav-link.active {
    background-color: #01746b !important;
}
.btn-logout{
    background: none;
    border: none;
}
.btn-logout:hover{
    color: #5de2e7 !important;
}
.list-data .page-link{
    color: #6c757d;
}
.list-data .page-item.active .page-link{
    background-color: #5de2e7 !important;
    border-color:#5de2e7;
    color: #fff;
}
.card-primary{
    border-top: 3px solid #5de2e7 !important;
}
.profile_user .card-header{
    background-color: #5de2e7 !important;
}
.select2-container .select2-selection--single {
    height: auto !important;
}
.modal_loading{
    justify-content: center;
    height: 100%;
    align-items: center;
    position: fixed;
    display: flex;
    text-align: center;
    width: 100%;
}
.border_white{
    border: 1px #fff;
}