#orders-table th:nth-child(4) {
    width: 30% !important;
}
/* .swal2-container {
    margin-top: 66px;
} */
.clearfix:after{
    clear: both;
}
.clearfix:before, .clearfix:after{
    content: " ";
    display: table;
}
.form_custom_label.checkmark-20 {
    display: inline-block;
}
.z-99{
    z-index: 99;
}
.bg-purolink{
    background-color: #cad956;
}
.border-purolink{
    border-color: #cad956 !important;
}
.text-purolink{
    color: #cad956;
}
/*  ESTILOS DATETABLE  */
.dataTables_wrapper .d-flex{
    background-color: #777777;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    color: black;
    font-weight: 700;
}
.dataTables_wrapper select{
    padding: 4px 9px !important;
}
table.dataTable{
    margin-top: 0 !important;
}
.dataTable thead{
    background-color: black;
}
.dataTable thead th{
    color: white;
    padding: 10px 0;
    font-size: 16px;
}
.table .tool{
    padding: 0px;
    line-height: 3px;
    margin-top: -5px;
    margin-right: 5px;
    color: black;
    background: white;
    border: none;
    border-radius: 50px;
}
.filters{
    display: flex;
    flex-direction: row;
    align-content: center;
}
.tooltip-icon{
    background: black;
    padding: 3px 3px 0 3px !important;
    text-align: center;
    margin-right: 3px;
    height: 25px;
    font-size: 15px;
}
.tooltip-icon.offer{
    color: white;
    background-color: #cad956;
    padding: 1px 3px 0 3px!important;
    height: 17px;
    font-size: 9px;
}
.tooltip-info{
    font-size: 13px;
    background: black;
    padding: 1px !important;
    text-align: center;
    margin-right: 3px;
    margin-top: -16px;
    color: white;
    border-radius: 20px;

}
.tooltip-info:hover{
    color:rgb(167, 167, 167) !important;
}
.task-detail-panel .heading-h1.mb-0{
    display: none;
}
.close-task-detail {
    background-color: #cad956;
}

.modal-purolink .title{
    font-size: 30px;
    color: #cad956;
    font-weight: 600;
}
.modal-purolink .metrics{
    padding: 20px;
}
.modal-purolink .metrics span.label{
    font-size: 25px;
    color: rgb(216, 216, 216);
    font-weight: 400;
}
.modal-purolink .metrics span.value{
    font-size: 30px;
    color: white;
    font-weight: 600;
}
sup{
    font-size: 10px;
    color: #cad956;
    text-transform: lowercase;
}
/* .btn{
    border:none !important;
}*/
 .btn-primary{
    border:none !important;
    background-color: #cad956 !important;
    font-weight: bold !important;
}
.lowercase {
    text-transform: lowercase;
}
.bootstrap-select .bs-ok-default:after, label a{
    color: #cad956;
    border-color: #cad956;
}
.dataTables_scrollHead {
    position: sticky !important;
    top: 0px;
    z-index: 2;
    background-color: white;
    box-shadow: 0px 5px 5px 0px rgba(82, 63, 105, 0.08);
}
@media (max-width: 480px){
    .hidde_mobile{
        display: none;
    }
    .menu-module-auth{
        margin-left: 120px;
    }
}
.pago lable{
    font-weight: 700;
    font-size: 15px !important;
}
.text-green-idelum{
    color: #cad956;
}