/*image uploader preview*/
.upload-preview img {
    height: 80px;
    width: 80px;
    border: 1px solid #ddd;
    padding: 5px;
    cursor: pointer;
}

.hdn-uploder {
    display: none !important;
}

/*phone number input field*/
.iti {
    display: block !important;
}

/*
Start jquery datatable style
*/

/* Hide all default DataTable buttons */
.dt-buttons {
    display: none !important;
}

.dataTables_wrapper .dt-buttons a.dt-button {
    background-color: #607d8b;
    color: #fff;
    padding: 7px 12px;
    margin-right: 5px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: 0;
    font-size: 13px;
    outline: 0;
}
div.dt-buttons {
    margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_processing {
    margin-top: 4px;
}
button.dt-button,
div.dt-button,
a.dt-button {
    background-image: none !important;
}
.dataTables_wrapper .dataTables_info {
    /*//remove float_ left;*/
    float: none !important;
    /*padding-top: 0.55rem;*/
    /*padding-right: .50rem;*/
}
.buttons-csv {
    background-color: #2ab9d0 !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2),
        0 13px 24px -11px rgba(233, 30, 99, 0.6);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    width: 80px;
    cursor: pointer;
}
.buttons-create {
    background-color: #2ab9d0 !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2),
        0 13px 24px -11px rgb(42, 184, 207);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    width: 80px;
    cursor: pointer;
    padding: 0px !important;
}
.buttons-excel {
    background-color: #59bf70 !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2),
        0 13px 24px -11px rgba(233, 30, 99, 0.6);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    width: 80px;
    cursor: pointer;
}
.buttons-reload {
    background-color: #59bf70 !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2),
        0 13px 24px -11px rgb(89, 190, 112);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    width: 80px;
    cursor: pointer;
    padding: 0px !important;
}
.buttons-export {
    background-color: #000000 !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2),
        0 13px 24px -11px rgba(0, 0, 0, 0.6);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    width: 80px;
    cursor: pointer;
    padding: 0px !important;
}

.buttons-pdf {
    background-color: #e91e63 !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2),
        0 13px 24px -11px rgba(233, 30, 99, 0.6);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    width: 80px;
    cursor: pointer;
}

.buttons-reset {
    background-color: #e91e63 !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2),
        0 13px 24px -11px rgba(233, 30, 99, 0.6);
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    width: 80px;
    cursor: pointer;
    padding: 0px !important;
}

.buttons-print {
    background-color: #6563ef !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px #6563ef;
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    width: 80px;
    cursor: pointer;
}
.buttons-delete {
    background-color: #d02a38 !important;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px #d02a38;
    color: #fff !important;
    border-radius: 30px !important;
    border: 0 !important;
    height: 30px;
    width: 80px;
    cursor: pointer;
}

/*
End jquery datatable style
*/
.ic-margin-right-5 {
    margin-right: 5px;
}
.ic-custom-action .waves-circle {
    line-height: 1.5em !important;
}
.ic-custom-action a {
    margin-right: 5px;
}
.ic-custom-action {
    margin-top: -44px !important;
    text-align: center;
}

.ic-list-img {
    width: 80px;
    height: 60px;
    object-fit: cover;
}
table.dataTable {
    width: 100% !important;
}
.table-responsive {
    width: 100% !important;
}
.img-64 {
    width: 64px;
    height: 64px;
}
.select2-selection__rendered {
    width: auto !important;
}
.select2-container .select2-search--inline {
    float: unset !important;
}

.select2-search__field {
    height: 30px;
}
.ic-patient-details-warper {
    display: flex;
    justify-content: space-between;
}

.ic-patient-basic-info {
    padding-left: 40px;
}

.ic-patient-basic-info h4 {
    margin: 0px;
    margin-bottom: 15px;
}
.ic-patient-basic-info h5,
h6 {
    margin: 0;
    margin-bottom: 10px;
}

.ic-patient-profile-basic-info {
    display: flex;
}

.ic-patient-details-info-warper {
    margin-top: 40px;
}

.ic-patient-details-info-warper h5.text-muted {
    margin-bottom: 15px;
}
.ic-patient-details-tab {
    margin-bottom: 15px;
}

.ic-patient-profile-basic-info .ic-patient-adress-info {
    padding-left: 40px;
}

.ic-profile-details-goback {
    flex: 0 0 auto;
}

.ic-invoice-card-wraper {
    min-height: 65vh;
}
.ic-bg-dashboard-card {
    background-color: #28a9a8 !important;
}
.ic-role .form-check .form-check-label {
    font-size: 14px;
    font-family: araboto-normal;
    color: #4c516d;
}
@media only screen and (max-width: 1199.98px) {
    .ic-role .form-check .form-check-label {
        font-size: 13px;
    }
}
.ic-role .form-check .form-check-input {
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 4px;
}
@media only screen and (max-width: 1399.98px) {
    .ic-role .form-check .form-check-input {
        width: 14px;
        height: 14px;
        margin-top: 6px;
    }
}
.ic-role .form-check .form-check-input:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.2509803922);
}
.ic-role .form-check .form-check-input:checked {
    background-color: #032145;
    border-color: #032145;
}
.ic-role .mb_24 {
    margin-bottom: 24px;
}
@media only screen and (max-width: 1399.98px) {
    .ic-role .mb_24 {
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .ic-role .mb_24 {
        margin-bottom: 8px;
    }
}
.ic-role .accordion .accordion-item {
    border: 1px solid #ebe7e7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.ic-role .accordion .accordion-item:not(:last-child) {
    margin-bottom: 24px;
}
@media only screen and (max-width: 1399.98px) {
    .ic-role .accordion .accordion-item:not(:last-child) {
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .ic-role .accordion .accordion-item:not(:last-child) {
        margin-bottom: 8px;
    }
}
.ic-role .accordion .accordion-header {
    padding: 10px 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.ic-role .accordion .accordion-header .ic-check-all {
    flex: 0 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 8px;
}
.ic-role .accordion .accordion-header .ic-check-all .form-check-input {
    margin-top: 0;
    border-radius: 4px;
}
.ic-role .accordion .accordion-header .ic-check-all .form-check-label {
    font-size: 14px;
    font-family: araboto-medium;
}
@media only screen and (max-width: 1199.98px) {
    .ic-role .accordion .accordion-header .ic-check-all .form-check-label {
        font-size: 13px;
    }
}
.ic-role .accordion .accordion-button {
    border-radius: 6px !important;
    font-size: 14px;
    font-family: araboto-medium;
    padding: 0;
    max-width: 20px;
}
@media only screen and (max-width: 1199.98px) {
    .ic-role .accordion .accordion-button {
        font-size: 13px;
    }
}
.ic-role .accordion .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M8.00045 9.3213L11.3003 6.02148L12.2431 6.96429L8.00045 11.207L3.75781 6.96429L4.70063 6.02148L8.00045 9.3213Z' fill='%234C516D'/%3E%3C/svg%3E");
}
.ic-role .accordion .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #1d2939;
    border-radius: 6px 6px 0 0 !important;
    box-shadow: none !important;
}
.ic-role .accordion .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M8.00045 9.3213L11.3003 6.02148L12.2431 6.96429L8.00045 11.207L3.75781 6.96429L4.70063 6.02148L8.00045 9.3213Z' fill='%234C516D'/%3E%3C/svg%3E");
}
.ic-role .accordion .accordion-button:focus {
    box-shadow: none;
    border-color: #ebe7e7;
}
.ic-role .accordion .accordion-body {
    padding: 14px;
    border-top: 1px solid #ebe7e7;
}

.ic-button {
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 11px 16px 11px;
    gap: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: araboto-medium;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ic-button span {
    font-family: araboto-medium;
    font-size: 14px;
}
@media only screen and (max-width: 1199.98px) {
    .ic-button span {
        font-size: 13px;
    }
}
.ic-button i {
    font-size: 16px;
}
@media only screen and (max-width: 1399.98px) {
    .ic-button {
        padding: 6px 14px 5px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .ic-button {
        font-size: 13px;
        padding: 5px 12px 4px;
    }
}
@media only screen and (max-width: 767.98px) {
    .ic-button {
        font-size: 12px;
        padding: 4px 10px;
    }
}
.ic-button.primary {
    color: #fff;
    background: #032145;
    border: 1px solid #032145;
}
.ic-button.primary:hover {
    color: #032145;
    background: #fff;
}
.ic-button.success {
    color: #fff;
    background: #4ed737;
    border: 1px solid #4ed737;
}
.ic-button.success:hover {
    color: #4ed737;
    background: #fff;
}
.ic-button.grey {
    color: #fff;
    background: #4c516d;
    border: 1px solid #4c516d;
}
.ic-button.grey:hover {
    color: #4c516d;
    background: #fff;
}
.ic-button.grey-light {
    color: #032145;
    background: rgba(3, 33, 69, 0.1);
    border: 1px solid rgba(3, 33, 69, 0.1);
}
.ic-button.grey-light:hover {
    color: #032145;
    background: #fff;
}
.ic-button.white {
    color: #1d2939;
    background: #fff;
    border: 1px solid #d0d5dd;
}
.ic-button.white:hover {
    color: #fff;
    background: #1d2939;
}
.ic-button.orange {
    color: #1d2939;
    background: #ff5a3c;
    border: 1px solid #ff5a3c;
}
.ic-button.orange:hover {
    color: #ff5a3c;
    background: #1d2939;
    border-color: #1d2939;
}

.ic-btn {
    height: 44px;
    padding: 0px 25px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-transform: capitalize;
    font-size: 16px;
    font-family: araboto-medium;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #032145;
    background-color: #fff;
    border: 1px solid #fff;
}
@media only screen and (max-width: 1399.98px) {
    .ic-btn {
        font-size: 15px;
        height: 42px;
        padding: 0px 18px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .ic-btn {
        font-size: 14px;
        height: 40px;
        padding: 0px 15px;
    }
}
@media only screen and (max-width: 991.98px) {
    .ic-btn {
        font-size: 13px;
        height: 38px;
    }
}
@media only screen and (max-width: 767.98px) {
    .ic-btn {
        height: 37px;
    }
}
.ic-btn:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.ic-btn.outline {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}
.ic-btn.outline:hover {
    color: #032145;
    background-color: #fff;
}
.ic-btn.primary {
    color: #fff;
    background-color: #032145;
    border: 1px solid #032145;
}
.ic-btn.primary:hover {
    color: #032145;
    background-color: #fff;
}

.form-control:focus {
    box-shadow: none;
}
.ic_form .form-label {
    font-size: 14px;
    color: #4c516d;
    font-family: araboto-medium;
    margin-bottom: 6px;
}
@media only screen and (max-width: 1199.98px) {
    .ic_form .form-label {
        font-size: 13px;
    }
}
.ic_form .form-control {
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 16px;
    font-family: araboto-normal;
    height: 44px;
    background-color: white;
    border: 1px solid #d0d5dd;
    color: #4c516d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
@media only screen and (max-width: 1399.98px) {
    .ic_form .form-control {
        font-size: 15px;
        height: 42px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .ic_form .form-control {
        font-size: 14px;
        height: 40px;
    }
}
@media only screen and (max-width: 991.98px) {
    .ic_form .form-control {
        font-size: 13px;
        height: 38px;
    }
}
@media only screen and (max-width: 767.98px) {
    .ic_form .form-control {
        height: 37px;
    }
}
.ic_form .form-control:focus {
    border: 1px solid #032145;
    box-shadow: none;
    outline: 0;
}
.ic_form .form-control.ic-textarea {
    height: 110px;
    resize: none;
}
@media only screen and (max-width: 1399.98px) {
    .ic_form .form-control.ic-textarea {
        height: 100px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .ic_form .form-control.ic-textarea {
        height: 90px;
    }
}
@media only screen and (max-width: 991.98px) {
    .ic_form .form-control.ic-textarea {
        height: 80px;
    }
}
@media only screen and (max-width: 767.98px) {
    .ic_form .form-control.ic-textarea {
        height: 70px;
    }
}
.ic_form .ic-check {
    height: 44px;
    gap: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 1399.98px) {
    .ic_form .ic-check {
        height: 42px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .ic_form .ic-check {
        height: 40px;
    }
}
@media only screen and (max-width: 991.98px) {
    .ic_form .ic-check {
        height: 38px;
    }
}
@media only screen and (max-width: 767.98px) {
    .ic_form .ic-check {
        height: 37px;
    }
}
@media only screen and (max-width: 575.98px) {
    .ic_form .ic-check {
        height: unset;
    }
}
.ic_form .ic-check input {
    cursor: pointer;
    height: 22px;
    width: 36px;
    margin-top: 0;
}
.ic_form .ic-check input:checked {
    background-color: #032145;
    border-color: #032145;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}
.ic_form .ic-check input:focus {
    border-color: #d0d5dd;
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}
.ic_form .ic-check.h-unset {
    height: unset;
}
.ic_form textarea:focus {
    border: 1px solid #fe7239;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.ic_form .bootstrap-select {
    width: 100% !important;
}
.ic_form .bootstrap-select .dropdown-toggle {
    gap: 10px;
    height: 44px;
    color: #4c516d;
    background-color: #fff;
    border: 1px solid #d0d5dd;
    font-size: 16px;
    font-family: araboto-normal;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
@media only screen and (max-width: 1399.98px) {
    .ic_form .bootstrap-select .dropdown-toggle {
        font-size: 15px;
        height: 42px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .ic_form .bootstrap-select .dropdown-toggle {
        font-size: 14px;
        height: 40px;
    }
}
@media only screen and (max-width: 991.98px) {
    .ic_form .bootstrap-select .dropdown-toggle {
        font-size: 13px;
        height: 38px;
    }
}
@media only screen and (max-width: 767.98px) {
    .ic_form .bootstrap-select .dropdown-toggle {
        height: 37px;
    }
}
.ic_form .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
}
.ic_form .bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}
.ic_form .bootstrap-select .dropdown-item.active {
    color: #fff;
    background-color: #032145;
}
.ic_form .bootstrap-select .dropdown-item:active {
    color: #fff;
    background-color: #032145;
}
@media only screen and (max-width: 1399.98px) {
    .ic_form .mb_20 {
        margin-bottom: 18px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .ic_form .mb_20 {
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 991.98px) {
    .ic_form .mb_20 {
        margin-bottom: 14px;
    }
}
@media only screen and (max-width: 767.98px) {
    .ic_form .mb_20 {
        margin-bottom: 12px;
    }
}
@media only screen and (max-width: 575.98px) {
    .ic_form .mb_20 {
        margin-bottom: 10px;
    }
}
.ic_form .form-check-label {
    font-size: 14px;
    font-family: araboto-normal;
    color: #4c516d;
    cursor: pointer;
}
@media only screen and (max-width: 1199.98px) {
    .ic_form .form-check-label {
        font-size: 13px;
    }
}
.ic_form .form-check-input {
    cursor: pointer;
    width: 16px;
    height: 16px;
}
@media only screen and (max-width: 1399.98px) {
    .ic_form .form-check-input {
        width: 14px;
        height: 14px;
        margin-top: 6px;
    }
}
.ic_form .form-check-input:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.2509803922);
}
.ic_form .form-check-input:checked {
    background-color: #032145;
    border-color: #032145;
}
.ic_form .input-icon-wrapper {
    position: relative;
}
.ic_form .input-icon-wrapper .password-toggler {
    position: absolute;
    cursor: pointer;
    right: 10px;
    bottom: 50%;
    transform: translateY(50%);
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.ic_form .input-icon-wrapper .password-toggler i {
    color: #4c516d;
}
.ic_form .select2.select2-container {
    width: 100% !important;
}
.ic_form .select2.select2-container .select2-selection {
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 16px;
    font-family: araboto-normal;
    height: 44px;
    background-color: white;
    border: 1px solid #d0d5dd;
    color: #4c516d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    position: relative;
}
@media only screen and (max-width: 1399.98px) {
    .ic_form .select2.select2-container .select2-selection {
        font-size: 15px;
        height: 42px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .ic_form .select2.select2-container .select2-selection {
        font-size: 14px;
        height: 40px;
    }
}
@media only screen and (max-width: 991.98px) {
    .ic_form .select2.select2-container .select2-selection {
        font-size: 13px;
        height: 38px;
    }
}
@media only screen and (max-width: 767.98px) {
    .ic_form .select2.select2-container .select2-selection {
        height: 37px;
    }
}
.ic_form .select2.select2-container .select2-selection:focus {
    border: 1px solid #fe7239;
    box-shadow: none;
    outline: 0;
}
.ic_form
    .select2.select2-container
    .select2-selection
    .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}
.right-button-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.setting .nav .nav-item .nav-link.active {
    background-color: transparent;
    color: var(--bs-danger) !important;
}
.setting .nav .nav-item .nav-link.active::after {
    content: "";
    border-right: 4px solid var(--bs-danger);
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    border-radius: 5px 0 0 5px;
}
.background-primary {
    color: #fff;
    background: #032145 !important;
}

/* ========================================================================
   Modern DataTable Design - With Top Filter Section
   ======================================================================== */

/* Filter Section - Top */
.ic-datatable-filter-section {
    padding: 24px;
}

.filter-controls {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.filter-item {
    flex: 0 0 auto;
}

/* Filter Input (Search) */
.filter-input {
    height: 44px;
    padding: 10px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
}

.filter-input:focus {
    outline: none;
    border-color: #6c63ff;
    box-shadow: 0 0 0 3px rgba(108, 99, 255, 0.1);
}

.filter-input::placeholder {
    color: #adb5bd;
}

/* Filter Select Dropdowns */
.filter-select {
    height: 44px;
    padding: 10px 40px 10px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #6c757d;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236c757d' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 150px;
}

.filter-select:focus,
.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #e5e8f7;
}

/* Export Buttons - Green and Red */
.export-buttons {
    display: inline-flex;
    gap: 8px;
}

.btn-export-green,
.btn-export-red {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
    color: #fff;
}

.btn-export-green {
    background: #10b981;
}

.btn-export-green:hover {
    background: #059669;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.btn-export-red {
    background: #ef4444;
}

.btn-export-red:hover {
    background: #dc2626;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

/* Hide default DataTable buttons */
.ic-datatable-wrapper .dt-buttons {
    display: none !important;
}

.btn-hidden {
    display: none !important;
}

/* DataTable Wrapper */
.ic-datatable-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 0 20px rgba(0.08, 0.08, 0.08, 0.08);
    overflow: visible;
}

/* DataTable Controls */
.ic-datatable-wrapper .dataTables_wrapper {
    padding: 24px;
}

/* Hide DataTable's default length and filter */
.ic-datatable-wrapper .dataTables_length,
.ic-datatable-wrapper .dataTables_filter {
    display: none !important;
}

/* Table Styles */
.ic-datatable table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin: 0 !important;
}

/* Table Header */
.ic-datatable table thead th {
    background-color: #f8f9fa;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
    padding: 18px 20px;
    border: none;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    white-space: nowrap;
    border-bottom: 1px solid #e9ecef;
}

.ic-datatable table thead th:first-child {
    padding-left: 24px;
}

.ic-datatable table thead th:last-child {
    padding-right: 24px;
}

/* Table Body Rows */
.ic-datatable table tbody tr {
    border-bottom: 1px solid #f1f3f5;
    transition: all 0.3s ease;
    background: #fff;
}

.ic-datatable table tbody tr:hover {
    background-color: #f8f9fa;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transform: translateY(-1px);
}

.ic-datatable table tbody tr:last-child {
    border-bottom: none;
}

/* Table Body Cells */
.ic-datatable table tbody td {
    padding: 18px 20px;
    color: #495057;
    font-size: 14px;
    vertical-align: middle;
    border: none;
}

.ic-datatable table tbody td:first-child {
    padding-left: 24px;
    color: #6c757d;
    font-weight: 500;
}

.ic-datatable table tbody td:last-child {
    padding-right: 24px;
}

/* User Info with Avatar */
.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #f1f3f5;
}

.user-name {
    font-weight: 500;
    color: #212529;
    font-size: 14px;
}

/* Status Badges - Image Colors */
.status-badge,
.role-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    min-width: 90px;
}

/* Active - Green */
.status-badge.active,
.role-badge.active {
    background-color: #d1fae5;
    color: #065f46;
}

/* Inactive - Blue/Purple */
.status-badge.inactive,
.role-badge.inactive {
    background-color: #e0e7ff;
    color: #4338ca;
}

/* Pending - Red/Pink */
.status-badge.pending,
.role-badge.pending {
    background-color: #fee2e2;
    color: #991b1b;
}

/* Action Dropdown */
.action-dropdown {
    position: relative;
    display: inline-block;
}

.action-btn {
    background: none;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
    color: #6c757d;
    font-size: 20px;
    line-height: 1;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.action-btn:hover {
    color: #212529;
    background-color: #f8f9fa;
}

.action-btn:focus {
    outline: none;
    box-shadow: none;
}

/* Dropdown Menu */
.action-dropdown .dropdown-menu {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    padding: 8px 0;
    min-width: 160px;
}

.action-dropdown .dropdown-item {
    padding: 10px 16px;
    font-size: 14px;
    color: #495057;
    transition: all 0.2s;
}

.action-dropdown .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #212529;
}

.action-dropdown .dropdown-item.text-danger:hover {
    background-color: #fff5f5;
    color: #c53030;
}

/* Pagination - Bottom */
.ic-datatable-wrapper .dataTables_paginate {
    float: right;
    padding-top: 20px;
}

.ic-datatable-wrapper .dataTables_paginate .paginate_button {
    padding: 8px 14px;
    margin: 0 3px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    color: #495057;
    background: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    min-width: 38px;
}

.ic-datatable-wrapper .dataTables_paginate .paginate_button:hover {
    background: #f8f9fa;
    border-color: #6c63ff;
    color: #6c63ff;
}

.ic-datatable-wrapper .dataTables_paginate .paginate_button.current {
    background: #6c63ff;
    border-color: #6c63ff;
    color: #fff;
    box-shadow: 0 2px 8px rgba(108, 99, 255, 0.3);
}

.ic-datatable-wrapper .dataTables_paginate .paginate_button.disabled {
    color: #adb5bd;
    cursor: not-allowed;
}

/* Info Text - Bottom Left */
.ic-datatable-wrapper .dataTables_info {
    float: left;
    color: #6c757d;
    font-size: 14px;
    padding-top: 20px;
}

/* Text Muted */
.text-muted {
    color: #6c757d !important;
}

/* Clear floats */
.dataTables_wrapper:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive */
/* @media (max-width: 768px) {
    .filter-controls {
        flex-direction: column;
    }

    .filter-item {
        width: 100%;
    }

    .filter-select {
        width: 100%;
        min-width: auto;
    }

    .export-buttons {
        margin-top: 12px;
    }
} */

/* ========================================================================
   Modern DataTable Design - Exact Image Match
   ======================================================================== */

/* Select Type Dropdown */
.ic-datatable-header {
    margin-bottom: 20px;
}

.select-type-dropdown {
    min-width: 200px;
    padding: 10px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #6c757d;
    background-color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* DataTable Wrapper */
.ic-datatable-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    overflow: visible;
}

/* DataTable Controls */
.ic-datatable-wrapper .dataTables_wrapper {
    padding: 24px;
}

/* Hide default export buttons container if exists */
.ic-datatable-wrapper .dt-buttons {
    float: right;
    margin-bottom: 20px;
    display: flex !important;
    gap: 8px;
}

/* Export Buttons Styling - CSV and XML */
.ic-datatable-wrapper .dt-buttons .btn-export {
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    color: #495057;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ic-datatable-wrapper .dt-buttons .btn-export:hover {
    background: #f8f9fa;
    border-color: #6c63ff;
    color: #6c63ff;
}

.ic-datatable-wrapper .dt-buttons .btn-export i {
    font-size: 16px;
}

/* DataTable Length (Show entries) - LEFT - Remove label text */
.ic-datatable-wrapper .dataTables_length {
    float: left;
    margin-bottom: 20px;
}

.ic-datatable-wrapper .dataTables_length label {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    font-size: 0; /* Hide label text */
}

.ic-datatable-wrapper .dataTables_length select {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 40px 10px 16px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236c757d' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ic-datatable-wrapper .dataTables_length select:focus {
    outline: none;
    border-color: #6c63ff;
    box-shadow: 0 0 0 3px rgba(108, 99, 255, 0.1);
}

/* DataTable Filter (Search) - RIGHT - Remove label text */
.ic-datatable-wrapper .dataTables_filter {
    float: right;
    margin-bottom: 20px;
}

.ic-datatable-wrapper .dataTables_filter label {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    font-size: 0; /* Hide label text */
}

.ic-datatable-wrapper .dataTables_filter input {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 14px;
    color: #333;
    width: 280px;
    transition: all 0.3s ease;
    background: #fff;
}

.ic-datatable-wrapper .dataTables_filter input::placeholder {
    color: #adb5bd;
}

.ic-datatable-wrapper .dataTables_filter input:focus {
    outline: none;
    border-color: #6c63ff;
    box-shadow: 0 0 0 3px rgba(108, 99, 255, 0.1);
}

/* Table Styles */
.ic-datatable table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin: 0 !important;
}

/* Table Header */
.ic-datatable table thead th {
    background-color: #f8f9fa;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
    padding: 18px 20px;
    border: none;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    white-space: nowrap;
    border-bottom: 1px solid #e9ecef;
}

.ic-datatable table thead th:first-child {
    padding-left: 24px;
}

.ic-datatable table thead th:last-child {
    padding-right: 24px;
}

/* Table Body */
.ic-datatable table tbody tr {
    border-bottom: 1px solid #f1f3f5;
    transition: all 0.3s ease;
    background: #fff;
}

.ic-datatable table tbody tr:hover {
    background-color: #f8f9fa;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transform: translateY(-1px);
}

.ic-datatable table tbody tr:last-child {
    border-bottom: none;
}

.ic-datatable table tbody td {
    padding: 18px 20px;
    color: #495057;
    font-size: 14px;
    vertical-align: middle;
    border: none;
}

.ic-datatable table tbody td:first-child {
    padding-left: 24px;
    color: #6c757d;
    font-weight: 500;
}

.ic-datatable table tbody td:last-child {
    padding-right: 24px;
}

/* User Info with Avatar */
.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #f1f3f5;
}

.user-name {
    font-weight: 500;
    color: #212529;
    font-size: 14px;
}

/* Role Badges - Exact Colors */
.role-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    min-width: 110px;
}

.role-badge.admin,
.role-badge.success {
    background-color: #d4edda;
    color: #155724;
}

.role-badge.supervisor,
.role-badge.ace-supervisor,
.role-badge.info {
    background-color: #cfe2ff;
    color: #084298;
}

.role-badge.data-entry,
.role-badge.danger {
    background-color: #f8d7da;
    color: #721c24;
}

.role-badge.warning {
    background-color: #fff3cd;
    color: #856404;
}

/* Action Dropdown */
.action-dropdown {
    position: relative;
    display: inline-block;
}

.action-btn {
    background: none;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
    color: #6c757d;
    font-size: 20px;
    line-height: 1;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.action-btn:hover {
    color: #212529;
    background-color: #f8f9fa;
}

.action-dropdown .dropdown-menu {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    padding: 8px 0;
    min-width: 160px;
}

.action-dropdown .dropdown-item {
    padding: 10px 16px;
    font-size: 14px;
    color: #495057;
    transition: all 0.2s;
}

.action-dropdown .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #212529;
}

/* Pagination - Bottom Right */
.ic-datatable-wrapper .dataTables_paginate {
    float: right;
    padding-top: 20px;
}

.ic-datatable-wrapper .dataTables_paginate .paginate_button {
    padding: 8px 14px;
    margin: 0 3px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    color: #495057;
    background: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    min-width: 38px;
}

.ic-datatable-wrapper .dataTables_paginate .paginate_button:hover {
    background: #f8f9fa;
    border-color: #6c63ff;
    color: #6c63ff;
}

.ic-datatable-wrapper .dataTables_paginate .paginate_button.current {
    background: #6c63ff;
    border-color: #6c63ff;
    color: #fff;
    box-shadow: 0 2px 8px rgba(108, 99, 255, 0.3);
}

.ic-datatable-wrapper .dataTables_paginate .paginate_button.disabled {
    color: #adb5bd;
    cursor: not-allowed;
}

/* Info Text - Bottom Left */
.ic-datatable-wrapper .dataTables_info {
    float: left;
    color: #6c757d;
    font-size: 14px;
    padding-top: 20px;
}

/* Custom Export Buttons - Top Right */
.custom-export-buttons {
    float: right;
    margin-bottom: 20px;
    display: flex;
    gap: 8px;
}

.export-btn {
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    color: #495057;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.export-btn:hover {
    background: #f8f9fa;
    border-color: #6c63ff;
    color: #6c63ff;
}

.export-btn i {
    font-size: 16px;
}

/* Clear floats */
.dataTables_wrapper:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive */
@media (max-width: 768px) {
    .ic-datatable-wrapper .dataTables_wrapper {
        padding: 16px;
    }

    .ic-datatable-wrapper .dataTables_length,
    .ic-datatable-wrapper .dataTables_filter,
    .custom-export-buttons {
        float: none;
        margin-bottom: 16px;
    }

    .ic-datatable-wrapper .dataTables_filter input {
        width: 100%;
    }
}

/* ========================================================================
   Modern DataTable Design - Exact Match to Image
   ======================================================================== */

/* DataTable Wrapper with Card Style */
.ic-datatable-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* DataTable Controls Container */
.ic-datatable-wrapper .dataTables_wrapper {
    padding: 20px 24px;
}

/* Search Input - Top Right Position */
.ic-datatable-wrapper .dataTables_filter {
    float: right;
    margin-bottom: 20px;
}

.ic-datatable-wrapper .dataTables_filter label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-weight: 400;
    color: #6c757d;
    font-size: 14px;
}

.ic-datatable-wrapper .dataTables_filter input {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 14px;
    color: #333;
    width: 280px;
    transition: all 0.3s ease;
    margin-left: 0;
    background: #fff;
}

.ic-datatable-wrapper .dataTables_filter input:focus {
    outline: none;
    border-color: #6c63ff;
    box-shadow: 0 0 0 3px rgba(108, 99, 255, 0.1);
}

.ic-datatable-wrapper .dataTables_filter input::placeholder {
    color: #adb5bd;
}

/* Length Selector - Top Left Position */
.ic-datatable-wrapper .dataTables_length {
    float: left;
    margin-bottom: 20px;
}

.ic-datatable-wrapper .dataTables_length label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-weight: 400;
    color: #6c757d;
    font-size: 14px;
}

.ic-datatable-wrapper .dataTables_length select {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 40px 10px 16px;
    font-size: 14px;
    color: #333;
    margin: 0;
    transition: all 0.3s ease;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236c757d' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.ic-datatable-wrapper .dataTables_length select:focus {
    outline: none;
    border-color: #6c63ff;
    box-shadow: 0 0 0 3px rgba(108, 99, 255, 0.1);
}

/* Table Styles */
.ic-datatable table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin: 0 !important;
}

/* Table Header */
.ic-datatable table thead th {
    background-color: #f8f9fa;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
    padding: 18px 20px;
    border: none;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    white-space: nowrap;
    border-bottom: 2px solid #e9ecef;
}

.ic-datatable table thead th:first-child {
    padding-left: 24px;
}

.ic-datatable table thead th:last-child {
    padding-right: 24px;
}

/* Table Body Rows */
.ic-datatable table tbody tr {
    border-bottom: 1px solid #f1f3f5;
    transition: all 0.2s ease;
    background: #fff;
}

.ic-datatable table tbody tr:hover {
    background-color: #f8f9fa;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transform: translateY(-1px);
}

.ic-datatable table tbody tr:last-child {
    border-bottom: none;
}

/* Table Body Cells */
.ic-datatable table tbody td {
    padding: 18px 20px;
    color: #495057;
    font-size: 14px;
    vertical-align: middle;
    border: none;
}

.ic-datatable table tbody td:first-child {
    padding-left: 24px;
    color: #6c757d;
    font-weight: 500;
}

.ic-datatable table tbody td:last-child {
    padding-right: 24px;
}

/* User Info with Avatar */
.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #f1f3f5;
}

.user-avatar-placeholder {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    flex-shrink: 0;
}

.user-name {
    font-weight: 500;
    color: #212529;
    margin: 0;
    font-size: 14px;
}

/* Role Badges - Exact Colors from Image */
.role-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    min-width: 110px;
    white-space: nowrap;
}

/* Admin Badge - Green */
.role-badge.admin,
.role-badge.success {
    background-color: #d4edda;
    color: #155724;
}

/* Supervisor & Ace Supervisor Badge - Blue */
.role-badge.supervisor,
.role-badge.ace-supervisor,
.role-badge.info {
    background-color: #cfe2ff;
    color: #084298;
}

/* Data Entry Badge - Red/Pink */
.role-badge.data-entry,
.role-badge.danger {
    background-color: #f8d7da;
    color: #721c24;
}

/* Warning Badge - Yellow */
.role-badge.warning {
    background-color: #fff3cd;
    color: #856404;
}

/* Secondary Badge - Gray */
.role-badge.secondary {
    background-color: #e2e3e5;
    color: #383d41;
}

/* Action Dropdown - Three Dots */
.action-dropdown {
    position: relative;
    display: inline-block;
}

.action-btn {
    background: none;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
    color: #6c757d;
    font-size: 20px;
    transition: all 0.2s ease;
    line-height: 1;
    border-radius: 4px;
}

.action-btn:hover {
    color: #212529;
    background-color: #f8f9fa;
}

.action-btn:focus {
    outline: none;
    box-shadow: none;
}

/* Dropdown Menu */
.action-dropdown .dropdown-menu {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    padding: 8px 0;
    min-width: 160px;
    margin-top: 4px;
}

.action-dropdown .dropdown-item {
    padding: 10px 16px;
    font-size: 14px;
    color: #495057;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.action-dropdown .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #212529;
}

.action-dropdown .dropdown-item.text-danger {
    color: #dc3545;
}

.action-dropdown .dropdown-item.text-danger:hover {
    background-color: #fff5f5;
    color: #c53030;
}

.action-dropdown .dropdown-item i {
    font-size: 16px;
}

.action-dropdown .dropdown-divider {
    margin: 4px 0;
    border-color: #e9ecef;
}

/* Pagination - Bottom Right */
.ic-datatable-wrapper .dataTables_paginate {
    float: right;
    padding-top: 20px;
    padding-bottom: 4px;
}

.ic-datatable-wrapper .dataTables_paginate .paginate_button {
    padding: 8px 14px;
    margin: 0 3px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    color: #495057;
    background: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    min-width: 38px;
    text-align: center;
}

.ic-datatable-wrapper .dataTables_paginate .paginate_button:hover {
    background: #f8f9fa;
    border-color: #6c63ff;
    color: #6c63ff;
    box-shadow: 0 2px 4px rgba(108, 99, 255, 0.1);
}

.ic-datatable-wrapper .dataTables_paginate .paginate_button.current {
    background: #6c63ff;
    border-color: #6c63ff;
    color: #fff;
    box-shadow: 0 2px 8px rgba(108, 99, 255, 0.3);
}

.ic-datatable-wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #5a54e6;
    border-color: #5a54e6;
    color: #fff;
}

.ic-datatable-wrapper .dataTables_paginate .paginate_button.disabled,
.ic-datatable-wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #adb5bd;
    cursor: not-allowed;
    background: #fff;
    border-color: #dee2e6;
    box-shadow: none;
}

.ic-datatable-wrapper .dataTables_paginate .ellipsis {
    padding: 8px 6px;
    color: #6c757d;
}

/* Info Text - Bottom Left */
.ic-datatable-wrapper .dataTables_info {
    float: left;
    color: #6c757d;
    font-size: 14px;
    padding-top: 20px;
}

/* Processing Indicator */
.ic-datatable-wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px 40px;
    font-weight: 500;
    color: #495057;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

/* Empty State */
.ic-datatable table tbody .dataTables_empty {
    text-align: center;
    padding: 60px 20px !important;
    color: #adb5bd;
    font-size: 14px;
}

/* Select Type Dropdown (if used) */
.select-type-dropdown {
    min-width: 200px;
    padding: 10px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
}

.select-type-dropdown:focus {
    outline: none;
    border-color: #6c63ff;
    box-shadow: 0 0 0 3px rgba(108, 99, 255, 0.1);
}

/* Sorting Icons */
.ic-datatable table.dataTable thead th.sorting,
.ic-datatable table.dataTable thead th.sorting_asc,
.ic-datatable table.dataTable thead th.sorting_desc {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.ic-datatable table.dataTable thead .sorting:before,
.ic-datatable table.dataTable thead .sorting:after,
.ic-datatable table.dataTable thead .sorting_asc:before,
.ic-datatable table.dataTable thead .sorting_asc:after,
.ic-datatable table.dataTable thead .sorting_desc:before,
.ic-datatable table.dataTable thead .sorting_desc:after {
    /* opacity: 0.3;
    font-size: 0.9em;
    right: 12px; */
    display: none;
}

.ic-datatable table.dataTable thead .sorting_asc:after,
.ic-datatable table.dataTable thead .sorting_desc:before {
    /* opacity: 1;
    color: #6c63ff; */
    display: none;
}

/* Text Muted Color */
.ic-datatable .text-muted {
    color: #565661 !important;
    font-size: 14px;
}
.dataTables_filter {
    float: left !important;
}
/* Responsive Design */
@media (max-width: 768px) {
    .ic-datatable-wrapper {
        border-radius: 8px;
    }

    .ic-datatable-wrapper .dataTables_wrapper {
        padding: 16px;
    }

    .ic-datatable-wrapper .dataTables_length,
    .ic-datatable-wrapper .dataTables_filter {
        float: none;
        text-align: left;
        margin-bottom: 16px;
    }

    .ic-datatable-wrapper .dataTables_filter input {
        width: 100%;
    }

    .ic-datatable-wrapper .dataTables_paginate {
        float: none;
        text-align: center;
        margin-top: 20px;
    }

    .ic-datatable-wrapper .dataTables_info {
        float: none;
        text-align: center;
    }

    .ic-datatable table tbody td,
    .ic-datatable table thead th {
        padding: 12px 10px;
        font-size: 13px;
    }

    .ic-datatable table tbody td:first-child,
    .ic-datatable table thead th:first-child {
        padding-left: 16px;
    }

    .ic-datatable table tbody td:last-child,
    .ic-datatable table thead th:last-child {
        padding-right: 16px;
    }

    .user-avatar,
    .user-avatar-placeholder {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .role-badge {
        padding: 5px 12px;
        font-size: 12px;
        min-width: 90px;
    }
}

/* Clear floats */
.ic-datatable-wrapper .dataTables_wrapper:after {
    content: "";
    display: table;
    clear: both;
}
