.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #dee2e6;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #dee2e6;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.select2-container--open {
    z-index: 9999;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid ~ .invalid-feedback {
    display: block;
}

.dataTables_length label select {
    width: 65px!important;
}

div.dt-button-collection {
    padding: 0;
}

.buttons-columnVisibility {
    display: block;
}

.buttons-columnVisibility.active {
    background-color: rgba(128, 128, 128, 0.1);
    font-weight: bolder;
}

.image-object{
    width: 98px;
    height: 30px;
    object-fit: cover;
}

table,
table tr,
table td,
table th,
table tbody {
    border: none !important;

}

/* Apply light gray to odd-numbered rows */
.dataTable tbody tr:nth-child(odd) {
    background-color: #F4F4F4 !important;
    /* Light gray */
}

/* Apply white to even-numbered rows */
.dataTable tbody tr:nth-child(even) {
    background-color: #FFFFFF !important;
    /* White */
}


.dataTable tbody td {
    font-size: 13px !important;
}

._data_add_edit_btn {
    border-radius: 0 !important;
    background-color: #EEA23B !important;
    color: #FFFFFF !important;
}

._data_add_edit_btn:hover {
    color: #EEA23B !important;
    background-color: rgba(238, 162, 59, 0.26) !important;
}

._edit {
    /* border: 1px solid; */
    color: #EEA23B !important;
    background: #EEA23B42 !important;
}

._edit:hover {
    background-color: #EEA23B !important;
    color: #FFFFFF !important;
}

.link{
    color: #EEA23B !important;
}

._page_heading {
    color: #356AB9 !important;
    font-size: 44px !important;
    font-weight: bold !important;
}

._table_heading {
    color: #356AB9 !important;
    font-weight: bold !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: none !important;
    border: none !important;
    color: inherit !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none !important;
    border: none !important;
    color: inherit !important;
}


.dataTables_filter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* Adjusts alignment */
}

.dataTables_filter input[type="search"] {
    padding-left: 30px;
    background: #F4F4F4;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 38px;
}

/* Add a pseudo-element for the icon */
.dataTables_filter::before {
    content: '\f002';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 62px;
    top: 50%;
    transform: translateY(-67%);
    color: #EEA23B;
}


.dataTables_filter input[type="search"]::placeholder {
    color: #888;
    opacity: 1;
}

.dataTables_filter input:focus {
    background-color: transparent;
    box-shadow: none;
}

.custom-icon {
    background-color: transparent;
    /* Ensure no background color */
    border-radius: 10px;
    /* Apply border-radius */
}

.sidebar::-webkit-scrollbar {
    width: 4px;
}

.sidebar::-webkit-scrollbar-track {
    background: #ddd;
    /* Background of the scrollbar track */
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Color of the scrollbar handle */
    border-radius: 10px;
    /* Roundness of the scrollbar handle */
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Darken the handle when hovered */
}

.sidebar {
    scrollbar-width: thin;
    /* Makes scrollbar thin for Firefox */
    scrollbar-color: #888 #ddd;
    /* Thumb color and track color for Firefox */
}

/* div.dataTables_wrapper div.dataTables_filter input {
    border: none !important;
} */

.icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .icheck-primary>input:first-child:checked+label::before{
    background-color: #EEA23B !important;
    border-color: #e28b11 !important;
}

.login-card-body{
    box-shadow: 5px 1px 9px #8080803b;
}
