select {
    display: none;
}

.featured-image {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.btn-edit:hover {
    background-color: #0071C1 !important;
    /* Darker green background color */
}

.nice-select.wide .list {
    max-height: 400px;
    /*set the specific height */
    overflow-y: auto;
    /* add scroll feature */
}

.bx-sync {
    transition: transform 3s ease;
}

.rotate {
    transform: rotate(360deg);
}

/* Datatable */
.dataTables_wrapper .dataTables_length {
    /* display: none !important; */
}

.dataTables_info {
    /* display: none !important; */
}

.dataTables_filter input:first-of-type {
    margin: 2px;
    padding: 0.4375rem 0.875rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.53;
    color: #697a8d !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #d9dee3 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0.375rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;

}

.dataTable>thead>tr>th[class*="sort"]:before,
.dataTable>thead>tr>th[class*="sort"]:after {
    /* content: "" !important; */
}

/* .divider{
    padding-top: 1.5rem !important;
} */
.divider-text {
    color: black !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d9dee3;
}

.pagination {
    /* justify-content: center !important; */
}

.image_gallery_modal .modal-body .row {
    height: 420px;
    /* overflow-y: scroll; */
}