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;
}

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

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

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

.text-dark-gray {
    color: #B5B5C3 !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[readonly], .form-select[readonly] {
    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;
}

.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) {
    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");
    }
}

table.livewire-table > 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.livewire-table > 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.livewire-table > 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.livewire-table tr:first-child, table.livewire-table th:first-child, table.livewire-table td:first-child {
    padding-left: 0.75rem;
}

table.livewire-table tr:last-child, table.livewire-table th:last-child, table.livewire-table td:last-child {
    padding-right: 0.75rem;
}

table.livewire-table > thead, table.livewire-table > tbody {
    border: 1px solid #EDF0F3 !important;
}

table.livewire-table > thead {
    background-color: #F4F7F9 !important;
}

.btn-paginator {
    align-items: center;
    border-radius: .65rem;
    display: flex;
    font-size: 1.075rem;
    font-weight: 500;
    height: 2.5rem;
    justify-content: center;
    min-width: 2.5rem;
    padding: .375rem .75rem !important;
}

.paginator-previous {
    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='%23B5B5C3'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e");
}

.paginator-next {
    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='%23B5B5C3'%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");
}

.ss-select:not(.ss-main):not(.ss-content).ss-select-hidden {
    display: block;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    white-space: nowrap !important;
}

.ss-select:not(.ss-main):not(.ss-content), .ss-main {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #5E6278;
    background-color: #ffffff;
    border: 1px solid #E4E6EF;
    border-radius: 0.65rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.ss-select.ss-icon:not(.ss-content) {
    padding-left: 3.75rem;
}
.ss-select:disabled, .ss-main.ss-disabled {
    border-color: transparent !important;
    background-color: transparent !important;
}
.ss-main:focus {
    box-shadow: none !important;
}
.ss-main .ss-values .ss-placeholder {
    padding: 0 !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}

.ss-content {
    border: 1px solid #E4E6EF;
    border-bottom-left-radius: 0.65rem !important;
    border-bottom-right-radius: 0.65rem !important;
}

.ss-search {
    padding: 1.5rem 1.25rem 1rem 1.25rem !important;
    box-shadow: none !important;
}
.ss-search input {
    box-shadow: none !important;
}

.ss-list {
    padding-bottom: 1rem !important;
}

.ss-option {
    padding: 0.75rem 1.25rem !important;
}
.ss-option:not(.ss-selected):hover {
    background-color: #F1FAFF !important;
    color: #009EF7 !important;
    transition: color 0.2s ease, background-color 0.2s ease !important;
}
.ss-option.ss-selected {
    background-color: #009EF7 !important;
    color: #FFFFFF !important;
    transition: color 0.2s ease, background-color 0.2s ease !important;
}
