div.dataTables_wrapper div.dataTables_processing {
    border-radius: 0.65rem !important;
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.1) !important;
    background-color: #fff !important;
    color: #7e8299 !important;
    font-weight: 500 !important;
    margin: 0 !important;
    width: auto !important;
    padding: 1rem 2rem !important;
    transform: translateX(-50%) translateY(-50%) !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
}

.optional::after {
    content: "(Optional)";
    font-style: italic !important;
    font-size: 0.75rem !important;
}

.kv-zoom-body {
    height: 100% !important;
}

.w-fit-content {
    width: fit-content !important;
}

.w-90 {
    width: 90% !important;
}

.text-dark-gray {
    color: #b5b5c3 !important;
}

.text-darker-gray {
    color: #707070 !important;
}

.separator.separator-content.border-dark-gray::before,
.separator.separator-content.border-dark-gray::after {
    border-color: #d4d4dc !important;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}
.btn-block {
    display: block;
    width: 100%;
}

.px-switch {
    padding-top: 6px;
    padding-bottom: 6px;
}

.link-button-disabled {
    pointer-events: none;
    opacity: 0.6;
}

.pointer-events-none {
    pointer-events: none;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.disabled-input {
    background-color: #f5f5f5 !important;
    color: #999999 !important;
}

.form-control[readonly]:not(.disabled-input),
.form-select[readonly]:not(.disabled-input) {
    background-color: transparent !important;
    color: #b2b5c1;
}
.form-control:not(.ps-10):not(.ps-15):disabled,
.form-select:not(.ps-10):not(.ps-15):disabled {
    border-color: transparent !important;
    background-color: transparent !important;
    padding-left: 0 !important;
}
.form-control.ps-10:disabled,
.form-select.ps-10:disabled,
.form-control.ps-15:disabled,
.form-select.ps-15:disabled {
    border-color: transparent !important;
    background-color: transparent !important;
}

table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after {
    opacity: 0.8;
}

table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
    content: "";
    margin-top: -0.5em;
}

.form-check.form-check-solid.form-check-solid-success
    .form-check-input:checked {
    background-color: #50cd89 !important;
}

.form-check.form-check-dark-primary .form-check-input:checked {
    border-color: #01429c !important;
    background-color: #01429c !important;
}

.form-check.form-check-disabled-gray .form-check-input:disabled {
    opacity: 1 !important;
    border-color: #bfbfbf !important;
    background-color: #bfbfbf !important;
}

.alert.bg-light-primary {
    background: #f6f8fa !important;
}

.tooltip-grey {
    color: #a1a5b7;
}

.text-truncate-x-line {
    --truncate-line: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: var(--truncate-line);
    -webkit-box-orient: vertical;
    padding-bottom: 0 !important;
}

.datatable-url,
.datatable-url:hover {
    text-decoration: underline !important;
}

.text-hover-active-primary:hover {
    color: #006dab !important;
}

.view-content {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

table.dataTable > thead .sorting:after {
    position: relative;
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    content: " ";
    bottom: auto;
    right: auto;
    left: auto;
    margin-left: 0.5rem;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("/demo3/customize/media/icons/sort_default.svg");
    background-size: contain;
}

table.dataTable > thead .sorting_asc:after {
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("/demo3/customize/media/icons/sort_asc.svg");
    background-size: contain;
}

table.dataTable > thead .sorting_desc:after {
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("/demo3/customize/media/icons/sort_desc.svg");
    background-size: contain;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
    position: relative;
    padding-left: 0;
    cursor: pointer;
}

/* Sweet Alert Header */
.swal2-popup.swal2-info {
    border-top: 10px solid #0094f6;
}
.swal2-popup.swal2-brand {
    border-top: 10px solid #6732e7;
}
.swal2-popup.swal2-success {
    border-top: 10px solid #46c67e;
}
.swal2-popup.swal2-warning {
    border-top: 10px solid #ffc000;
}
.swal2-popup.swal2-danger {
    border-top: 10px solid #ef3961;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item.show .nav-link,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    font-weight: 600 !important;
    border-bottom: 3px solid #333333 !important;
}

/* Datatable pagination */
.dataTables_paginate .page-item.active .page-link {
    color: #ffffff !important;
    background-color: #142f48 !important;
}

.arrange-icon {
    cursor: move !important;
}

.arrange-blur {
    filter: blur(2px);
    pointer-events: none;
    user-select: none;
}

.sortable tr.placeholder {
    display: block;
    background: red;
    position: relative;
    margin: 10px;
    padding: 0;
    border: none;
}
/* line 103, https://github.com/johnny/jquery-sortable/blob/master/source/css/application.css.sass */
.sortable tr.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: red;
    margin-top: -5px;
    left: -5px;
    border-right: none;
}

.sortable td:not(:first-child) {
    pointer-events: none;
}

th.align-top-th {
    vertical-align: top !important;
}

/* Expand/Collapse Icon */
.expandable.collapsed:before {
    top: 50%;
    left: 0;
    height: 1.35rem;
    width: 1.35rem;
    line-height: 1.5;
    margin-top: -0.675rem;
    margin-right: 0.675rem;
    display: inline-block;
    position: relative;
    font-size: 1.05rem;
    border: 0;
    box-shadow: none;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    content: "+";
    color: #5e6278;
    font-family: Poppins, Helvetica, "sans-serif";
    background-color: #e4e6ef;
    border-radius: 0.65rem;
}
.expandable.expanded:before {
    top: 50%;
    left: 0;
    height: 1.35rem;
    width: 1.35rem;
    line-height: 1.5;
    margin-top: -0.675rem;
    margin-right: 0.675rem;
    display: inline-block;
    position: relative;
    font-size: 1.05rem;
    border: 0;
    box-shadow: none;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    content: "-";
    color: #ffffff;
    font-family: Poppins, Helvetica, "sans-serif";
    background-color: #009ef7;
    border-radius: 0.65rem;
}

.left-rounded-border {
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
    width: 1.25rem;
    left: -1.25rem;
    position: relative;
    background-color: rgba(
        var(--bs-body-bg-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.top-rounded-border {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    height: 1.25rem;
    top: -1.25rem;
    position: relative;
    background-color: rgba(
        var(--bs-body-bg-rgb),
        var(--bs-bg-opacity)
    ) !important;
}

.text-break-all {
    word-break: break-all !important;
}
.text-keep-all {
    word-break: keep-all !important;
}
.text-nowrap {
    white-space: nowrap !important;
}

@media (max-width: 427px) {
    .marvel-device.iphone-x {
        width: calc(100% - 52px);
    }

    .marvel-device.iphone-x .notch {
        width: calc(100% * 210 / (375 + 52));
        left: calc(100% * 108 / (375 + 52));
    }

    .marvel-device.iphone-x .notch .speaker {
        width: calc(100% * 60 / 210);
        margin-left: calc(-100% * 30 / 210);
    }

    .marvel-device.iphone-x .notch .camera {
        left: calc(100% * 154 / 210);
    }

    .marvel-device.iphone-x .screen .status-bar {
        width: 100%;
        background-size: 100% 31px;
    }
}

.dataTables_processing {
    z-index: 1;
}

/* Demo 2 Horizontal Menu Style */
/* Hidden Menu Show Button */
body:not([data-kt-sticky-header="on"]) .topbar .btn.btn-custom i,
body:not([data-kt-sticky-header="on"]) .topbar .btn.btn-custom .svg-icon {
    color: #a1a5b7;
}
.btn-check:checked
    + body:not([data-kt-sticky-header="on"])
    .topbar
    .btn.btn-custom
    i,
.btn-check:checked
    + body:not([data-kt-sticky-header="on"])
    .topbar
    .btn.btn-custom
    .svg-icon,
.btn-check:active
    + body:not([data-kt-sticky-header="on"])
    .topbar
    .btn.btn-custom
    i,
.btn-check:active
    + body:not([data-kt-sticky-header="on"])
    .topbar
    .btn.btn-custom
    .svg-icon,
body:not([data-kt-sticky-header="on"])
    .topbar
    .btn.btn-custom:focus:not(.btn-active)
    i,
body:not([data-kt-sticky-header="on"])
    .topbar
    .btn.btn-custom:focus:not(.btn-active)
    .svg-icon,
body:not([data-kt-sticky-header="on"])
    .topbar
    .btn.btn-custom:hover:not(.btn-active)
    i,
body:not([data-kt-sticky-header="on"])
    .topbar
    .btn.btn-custom:hover:not(.btn-active)
    .svg-icon,
body:not([data-kt-sticky-header="on"])
    .topbar
    .btn.btn-custom:active:not(.btn-active)
    i,
body:not([data-kt-sticky-header="on"])
    .topbar
    .btn.btn-custom:active:not(.btn-active)
    .svg-icon,
body:not([data-kt-sticky-header="on"]) .topbar .btn.btn-custom.active i,
body:not([data-kt-sticky-header="on"]) .topbar .btn.btn-custom.active .svg-icon,
body:not([data-kt-sticky-header="on"]) .topbar .btn.btn-custom.show i,
body:not([data-kt-sticky-header="on"]) .topbar .btn.btn-custom.show .svg-icon,
.show > body:not([data-kt-sticky-header="on"]) .topbar .btn.btn-custom i,
.show
    > body:not([data-kt-sticky-header="on"])
    .topbar
    .btn.btn-custom
    .svg-icon {
    color: #009ef7;
}
@media (min-width: 992px) {
    /* Default */
    body:not([data-kt-sticky-header="on"])
        .header
        .header-menu
        .menu
        > .menu-item
        > .menu-link
        .menu-title {
        color: #5e6278;
    }
    /* Selected Link Menu */
    body:not([data-kt-sticky-header="on"])
        .header
        .header-menu
        .menu
        > .menu-item
        > .menu-link.active
        .menu-title {
        color: #009ef7;
    }

    /* Hover */
    body:not([data-kt-sticky-header="on"])
        .header
        .header-menu
        .menu
        > .menu-item.hover:not(.here)
        > .menu-link:not(.disabled):not(.active):not(.here)
        .menu-icon,
    body:not([data-kt-sticky-header="on"])
        .header
        .header-menu
        .menu
        > .menu-item.hover:not(.here)
        > .menu-link:not(.disabled):not(.active):not(.here)
        .menu-icon
        .svg-icon,
    body:not([data-kt-sticky-header="on"])
        .header
        .header-menu
        .menu
        > .menu-item.hover:not(.here)
        > .menu-link:not(.disabled):not(.active):not(.here)
        .menu-icon
        i,
    body:not([data-kt-sticky-header="on"])
        .header
        .header-menu
        .menu
        > .menu-item:not(.here)
        > .menu-link:hover:not(.disabled):not(.active):not(.here)
        .menu-icon,
    body:not([data-kt-sticky-header="on"])
        .header
        .header-menu
        .menu
        > .menu-item:not(.here)
        > .menu-link:hover:not(.disabled):not(.active):not(.here)
        .menu-icon
        .svg-icon,
    body:not([data-kt-sticky-header="on"])
        .header
        .header-menu
        .menu
        > .menu-item:not(.here)
        > .menu-link:hover:not(.disabled):not(.active):not(.here)
        .menu-icon
        i {
        color: #009ef7;
    }
    body:not([data-kt-sticky-header="on"])
        .header
        .header-menu
        .menu
        > .menu-item.hover:not(.here)
        > .menu-link:not(.disabled):not(.active):not(.here)
        .menu-title,
    body:not([data-kt-sticky-header="on"])
        .header
        .header-menu
        .menu
        > .menu-item:not(.here)
        > .menu-link:hover:not(.disabled):not(.active):not(.here)
        .menu-title {
        color: #009ef7;
    }
    body:not([data-kt-sticky-header="on"])
        .header
        .header-menu
        .menu
        > .menu-item.hover:not(.here)
        > .menu-link:not(.disabled):not(.active):not(.here)
        .menu-arrow:after,
    body:not([data-kt-sticky-header="on"])
        .header
        .header-menu
        .menu
        > .menu-item:not(.here)
        > .menu-link:hover:not(.disabled):not(.active):not(.here)
        .menu-arrow:after {
        background-repeat: no-repeat;
        background-position: center;
        background-color: red;
        /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e"); */
    }

    /* Sub Menu Show */
    body:not([data-kt-sticky-header="on"])
        .header
        .header-menu
        .menu
        > .menu-item.show
        > .menu-link
        .menu-icon,
    body:not([data-kt-sticky-header="on"])
        .header
        .header-menu
        .menu
        > .menu-item.show
        > .menu-link
        .menu-icon
        .svg-icon,
    body:not([data-kt-sticky-header="on"])
        .header
        .header-menu
        .menu
        > .menu-item.show
        > .menu-link
        .menu-icon
        i {
        color: #009ef7;
    }
    body:not([data-kt-sticky-header="on"])
        .header
        .header-menu
        .menu
        > .menu-item.show
        > .menu-link
        .menu-title {
        color: #009ef7;
    }
    body:not([data-kt-sticky-header="on"])
        .header
        .header-menu
        .menu
        > .menu-item.show
        > .menu-link
        .menu-arrow:after {
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
    }

    /* Selected Menu with Sub */
    body:not([data-kt-sticky-header="on"])
        .header
        .header-menu
        .menu
        > .menu-item.here
        > .menu-link
        .menu-icon,
    body:not([data-kt-sticky-header="on"])
        .header
        .header-menu
        .menu
        > .menu-item.here
        > .menu-link
        .menu-icon
        .svg-icon,
    body:not([data-kt-sticky-header="on"])
        .header
        .header-menu
        .menu
        > .menu-item.here
        > .menu-link
        .menu-icon
        i {
        color: #009ef7;
    }
    body:not([data-kt-sticky-header="on"])
        .header
        .header-menu
        .menu
        > .menu-item.here
        > .menu-link
        .menu-title {
        color: #009ef7;
    }
    body:not([data-kt-sticky-header="on"])
        .header
        .header-menu
        .menu
        > .menu-item.here
        > .menu-link
        .menu-arrow:after {
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
    }
}

/* .aside .aside-menu .menu .menu-item .menu-link .menu-arrow:after {
    background-color: red;
} */

/* Override the margin handle of the FormValidation.io invalid feedback */
.fv-plugins-message-container.invalid-feedback {
    margin-top: 0;
}
.fv-plugins-message-container.invalid-feedback > div:first-of-type {
    margin-top: 0.5rem;
}

.form-control:focus {
    border-color: #3c72ff;
    box-shadow: 0 0 5px 0 #3c72ff66 !important;
}
.fv-plugins-bootstrap5-row-invalid .form-control {
    border-color: #e5646c;
    box-shadow: none !important;
}

.form-check.form-check-solid .form-check-input:checked {
    background-color: #333333;
}

.half-checked {
    background-color: #333333 !important;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='3' viewBox='0 0 10 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.51562 1.42578H8.9384' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A") !important;
}

.menu-item .menu-link .menu-icon {
    padding-inline: 1.5rem !important;
}