body {
    overscroll-behavior: none;
}

div.dataTables_wrapper div.dataTables_processing {
    border-radius:.65rem!important;
    box-shadow:0 0 50px 0 rgba(82,63,105,.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: .75rem!important;
    margin-left: .35rem!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;
}

.form-control:not(.no-override)[readonly], .form-select:not(.no-override)[readonly] {
    background-color: transparent !important;
    color: #B2B5C1;
}
.form-control:disabled,
.form-select:disabled {
    background-color: transparent !important;
}
.form-control:not(.disabled-with-border):disabled,
.form-select:not(.disabled-with-border):disabled {
    border-color: transparent !important;
}
.form-control:not(.ps-10):not(.ps-15):not(.disabled-with-padding):disabled,
.form-select:not(.ps-10):not(.ps-15):not(.disabled-with-padding):disabled {
    padding-left: 0 !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 {
    cursor: pointer;
}
.form-check.form-check-solid.form-check-solid-success .form-check-input:checked {
    background-color: #50CD89;
}

.alert.bg-light-primary {
    background: #F3F7F9 !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) {
    border-bottom: 1px solid #3D7ED1 !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: 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");
    }

    /* 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");
    }
}

.header .page-title {
    display: flex !important;
}
