/* dark table*/

div.dataTables_wrapper div.dataTables_info {
    color:#ffffff !important;

}

/* custom */
.btn-success-custom {
    color: #71dd37;
    background-color: #111;
    border-color: #71dd37;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(113, 221, 55, 0.4);
}
.btn-danger-custom {
    color: #ff3e1d;
    background-color: #111;
    border-color: #ff3e1d;
    box-shadow: 0 0.125rem 0.25rem 0 #ff3e1d50;
}
.btn-danger-custom:hover {
    color: #FFFFFF;
    background-color: #c23117;
}
.btn-success-custom:hover {
    color: #FFFFFF;
    background-color: #459b17;
}

.bg-label-primary-custom {
    background-color: #ffffff !important;
    color: #202020 !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: brightness(0) invert(1);
}
.form-label {
    color:#FFFFFF !important;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #ffffff !important;
}
.modal-content{
    background-color: #111111 !important;
    color: #ffffff !important;
    border: 1px solid #c0c0c030 !important;
}



.table {
    white-space: nowrap;
    table-layout: auto;
    width: 100%;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-style: solid;
    font-size: 12px;
    text-transform: capitalize;
}

table td {
    height: 25px;
    vertical-align: middle;
    color: #ffffff;
    font-weight: 500;
}

.dataTables_wrapper .dataTables_filter input {
    width: 250px;
    height: 30px;
    padding-left: 30px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='white' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zm-5.442.656a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11z'/%3E%3C/svg%3E")
        no-repeat 10px center;
    background-size: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #ffffff;
}

#dataTable_wrapper > div:nth-child(2) {
    padding-top: 15px;
    padding-bottom: 15px;
}

#dataTable_wrapper > div:nth-child(3) {
    padding-bottom: 15px;
    font-size: 12px;
    color: #ffffff;
}


