
.default-color{
    background-color: #E3292B !important;
}
#datatable thead tr th:first-child{
     border-radius: 20px 0 0 0;
 }
#datatable thead tr th:last-child{
    border-radius:0  20px 0 0;
}
#datatable tbody tr:last-child td:first-child{
    border-radius: 0 0 0 20px ;
}
#datatable tbody tr:last-child td:last-child{
    border-radius: 0 0 20px 0;
}

.navbar-nav .nav-link.active{
    font-size: 12pt;
    font-weight: bold;
}
.font-10{
    font-size: 10pt;
}

.custom-badge {
    display: inline-flex;
    align-items: center;
    background-color: white;
    color: black;
    border-radius: 50px;
    padding: 5px 15px;
    font-weight: bold;
}
.custom-badge img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 8px;
}
.dropdown-menu.show{
    margin-left: -80px;
}

.circle-success{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #56F786;
}

.circle-danger{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #E3292B;
}

.circle-info{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #5699F7;
}

.cursor-pointer{
    cursor: pointer;
}

.input-password{
    background-color: transparent;
    border: 2px solid white;
    border-right: 0px; color: white;
}
.input-password:focus{
    background-color: transparent;
    color: white;

}
.btn-icon-password{
    background-color: transparent;
    border: 2px  solid white;
    color: white;
    border-left: 0;
}

.btn-icon-password:hover{
    background-color: transparent;
    border: 2px  solid white;
    color: white;
    border-left: 0;
}
.btn-icon-password:focus:active{
    background-color: transparent;
    border: 2px  solid white;
    color: white;
    border-left: 0;
}



