﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap');
/* Common */
* {
    scrollbar-width: thin;
    scrollbar-color: hsl(213, 10%, 83%) transparent;
}

:root {
    --page-header-top: 57px;
}

body {
    margin: 0;
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    text-align: left;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
}

.body-bg-light {
    background-color: #f1f5f9;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
}

a:focus {
    outline: none;
}

b, strong {
    font-weight: 700;
}

.form-control {
    height: 38px;
    border-radius: .375rem;
    border-color: #ced4da;
    font-weight: 500;
    font-size: 13px;
}


    .form-control:disabled,
    .form-control[readonly] {
        cursor: not-allowed;
        background-color: #fff;
        opacity: 0.65;
        filter: grayscale(0.1);
        pointer-events: none;
    }

    .form-control:focus {
        box-shadow: none;
        color: inherit;
        border-color: #86b7fe;
    }

.material-symbols-outlined {
    font-size: 21px;
}

.text-arabic {
    font-family: "Noto Sans Arabic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.direction-rtl {
    direction: rtl;
    text-align: right;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.font-size-10px {
    font-size: 10px !important;
}

.font-size-11px {
    font-size: 11px !important;
}

.font-size-12px {
    font-size: 12px !important;
}

.font-size-13px {
    font-size: 13px !important;
}

.font-size-14px {
    font-size: 14px !important;
}

.font-size-15px {
    font-size: 15px !important;
}

.font-size-16px {
    font-size: 16px !important;
}

.font-size-17px {
    font-size: 17px !important;
}

.font-size-18px {
    font-size: 18px !important;
}

.font-size-19px {
    font-size: 19px !important;
}

.font-size-20px {
    font-size: 20px !important;
}

.font-size-21px {
    font-size: 21px !important;
}

.font-size-22px {
    font-size: 22px !important;
}

.font-size-23px {
    font-size: 23px !important;
}

.font-size-24px {
    font-size: 24px !important;
}

.font-size-25px {
    font-size: 25px !important;
}

.font-size-26px {
    font-size: 26px !important;
}

.font-size-27px {
    font-size: 27px !important;
}

.font-size-28px {
    font-size: 28px !important;
}

.font-size-29px {
    font-size: 29px !important;
}

.font-size-30px {
    font-size: 30px !important;
}

.font-size-31px {
    font-size: 31px !important;
}

.font-size-32px {
    font-size: 32px !important;
}

.font-size-33px {
    font-size: 33px !important;
}

.font-size-34px {
    font-size: 34px !important;
}

.font-size-35px {
    font-size: 35px !important;
}

.font-size-36px {
    font-size: 36px !important;
}

.font-size-38px {
    font-size: 38px !important;
}

.font-size-40px {
    font-size: 40px !important;
}

.font-size-42px {
    font-size: 42px !important;
}

.fa-1-5x {
    font-size: 1.5em;
}

.line-height-10px {
    line-height: 10px !important;
}

.line-height-11px {
    line-height: 11px;
}

.line-height-12px {
    line-height: 12px;
}

.line-height-13px {
    line-height: 13px;
}

.line-height-14px {
    line-height: 14px;
}

.line-height-15px {
    line-height: 15px;
}

.line-height-16px {
    line-height: 16px;
}

.line-height-18px {
    line-height: 18px;
}

.line-height-21px {
    line-height: 21px;
}

.line-height-24px {
    line-height: 24px;
}

.line-height-28px {
    line-height: 28px;
}

.line-height-32px {
    line-height: 32px;
}

.line-height-36px {
    line-height: 36px;
}

.line-height-42px {
    line-height: 42px;
}

.line-height-48px {
    line-height: 48px;
}

.font-weight-100 {
    font-weight: 100 !important;
}

.font-weight-200 {
    font-weight: 200 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

.opacity-10 {
    opacity: 0.10;
}

.opacity-20 {
    opacity: 0.20;
}

.opacity-30 {
    opacity: 0.30;
}

.opacity-40 {
    opacity: 0.40;
}

.opacity-50 {
    opacity: 0.50;
}

.opacity-60 {
    opacity: 0.60;
}

.opacity-70 {
    opacity: 0.70;
}

.opacity-80 {
    opacity: 0.80;
}

.opacity-90 {
    opacity: 0.90;
}

.bg-black {
    background-color: #000;
}

.bg-light-black {
    background-color: rgb(0,0,0,0.10);
}

.bg-dark-black {
    background-color: rgb(0,0,0,0.50);
}

.bg-light-white {
    background-color: rgb(255,255,255,0.10);
}

.bg-dark-white {
    background-color: rgb(255,255,255,0.50);
}

.bg-light-white[role="button"]:hover {
    background-color: rgb(255,255,255,0.15);
}

.bg-light-hover:hover {
    background-color: #edeff2 !important;
}

.bg-light-active {
    background-color: #edeff2 !important;
}

.bg-primary-light {
    background-color: #cfe2ff;
}

.bg-secondary-light {
    background-color: #e2e3e5;
}

.bg-success-light {
    background-color: #d1e7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
}

.bg-warning-light {
    background-color: #fff3cd;
}

.bg-info-light {
    background-color: #cff4fc;
}

.bg-primary-2-light {
    background-color: #e5efff;
}

.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #eaebee;
}

.btn-outline-primary.bg-primary-2-light:not(:hover),
.btn-outline-primary.bg-primary-2-light:not(:focus)
.btn-outline-primary.bg-primary-2-light:not(:active) {
    border-color: #8bc3ff;
}

.text-muted-2 {
    color: #9496ad !important;
}

.text-theme-grey,
.text-theme-grey:hover {
    color: #838f9b;
}

.text-theme-primary,
.text-theme-primary:hover,
.text-theme-primary-onhover:hover {
    color: #282D5B !important;
}

.text-theme-secondary,
.text-theme-secondary:hover,
.text-theme-secondary-onhover:hover {
    color: #1473E6;
}

.text-line-through {
    text-decoration: line-through;
}

.text-underline {
    text-decoration: underline;
}

.text-black,
.text-black:hover {
    color: #000;
}

.text-visits {
    color: #2140AE;
}

.btn-pill {
    width: 42px;
    height: 42px;
    padding: 9px;
    border-radius: 100%;
}

.btn-pill-sm {
    width: 24px;
    height: 24px;
    padding: 2px;
    border-radius: 100%;
}

.form-group > label {
    font-size: 13px;
    color: #424242;
    margin-bottom: 5px;
    font-weight: 500;
}

.pt-6 {
    padding-top: 4rem !important;
}

.p-15 {
    padding: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pl-15 {
    padding-left: 15px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.m-10 {
    margin: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.m-15 {
    margin: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mx-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.mr-n15 {
    margin-right: -15px !important;
}

.ml-n15 {
    margin-left: -15px !important;
}

.mt-n15 {
    margin-top: -15px !important;
}

.mb-n15 {
    margin-bottom: -15px !important;
}

.mt-n25 {
    margin-top: -25px !important;
}

.mx-n15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.mt-5px {
    margin-top: 5px;
}

.mb-5px {
    margin-bottom: 5px;
}

.mt-n6 {
    margin-top: -57px;
}

.mt-n1px {
    margin-top: -1px;
}

.mb-n1px {
    margin-bottom: -1px;
}

.in-p-0 * {
    padding: 0;
}

.in-m-0 * {
    margin: 0;
}

.in-list-unstyled * {
    list-style: none;
}

.icon-secondary {
    color: #8D91AA !important;
}

.img-light {
    filter: brightness(0) invert(1);
}

.mx-n15 {
    margin-left: -15px;
    margin-right: -15px;
}

.mx-n25 {
    margin-left: -25px;
    margin-right: -25px;
}

.d-flex-gap-5 {
    gap: 5px;
}

.d-flex-gap-10 {
    gap: 10px;
}

.d-flex-gap-15 {
    gap: 15px;
}

.d-flex-gap-20 {
    gap: 20px;
}

.d-flex-gap-25 {
    gap: 25px;
}

.d-flex-gap-30 {
    gap: 30px;
}

.position-top {
    top: 0;
}

.position-right {
    right: 0;
}

.position-bottom {
    bottom: 0;
}

.position-left {
    left: 0;
}

.overflow-visible {
    overflow: visible !important
}

.rounded-xl {
    border-radius: 10px;
}

.form-group {
    position: relative;
}

    .form-group > label em,
    .form-group > label + em {
        color: #fd3939;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        vertical-align: middle;
        line-height: 12px;
        margin-left: 3px;
    }

.floating-label {
    position: relative;
}

    .floating-label input {
        padding: 0.5rem 1rem 0.5rem 1rem;
        border: 1px solid #ccc;
        border-radius: 7px;
    }

        .floating-label input::placeholder {
            color: #999;
        }

    .floating-label label {
        position: absolute;
        top: 0rem;
        left: 0.8rem;
        font-size: 0.75rem;
        color: #495057;
        background: white;
        padding: 0 0.2rem;
        pointer-events: none;
        transform: translateY(-50%);
        transition: 0.2s ease all;
    }

.cursor-pointer {
    cursor: pointer;
}

.filter-blur {
    
}

.z-index-1 {
    z-index: 1;
}

.modal-header .btn-close {
    margin-right: 0;
    width: 22px;
    height: 22px;
    background-size: 8px;
}

.modal-header .btn-close:hover {
    background-color: #f7f7f7;
}

.badge-only {
    width: 8px !important;
    height: 8px !important;
    display: block !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #212529;
    text-decoration: none;
    background-color: #e9ecef;
}

.btn {
    font-size: 14px;
    font-weight: 500;
    --bs-btn-padding-y: 0.469rem;
}

    .btn.d-inline-flex {
        gap: .5rem;
        display: inline-flex;
        align-items: center;
    }

.btn-theme {
    text-transform: capitalize;
    font-weight: 500;
    padding: 9.5px 30px;
    border-radius: 7px;
}

.btn-black,
.btn-black:hover,
.btn-black:focus,
.btn-black:active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-outline-black {
    color: #000;
    border-color: #000;
}

    .btn-outline-black:hover,
    .btn-outline-black:focus,
    .btn-outline-black:active {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }



.btn-theme-primary {
    color: #fff;
    background-color: #001359;
    border-color: #001359;
}

    .btn-theme-primary:hover,
    .btn-theme-primary:focus,
    .btn-theme-primary:active {
        color: #fff;
        background-color: #000e42;
        border-color: #000e42;
    }

.btn-outline-theme-primary {
    color: #001359;
    background-color: #fff;
    border-color: #001359;
}

    .btn-outline-theme-primary:hover,
    .btn-outline-theme-primary:focus,
    .btn-outline-theme-primary:active {
        color: #fff;
        background-color: #001359;
        border-color: #001359;
    }

.dropdown-item {
    font-weight: 500;
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 13px;
    font-weight: 500;
    text-shadow: none;
}

.nav-tabs-underline {
    border-bottom: 2px solid #dee2e6;
    font-size: 14px;
}

    .nav-tabs-underline .nav-link {
        margin-bottom: -2px;
        border: 0px;
        color: #666;
        font-weight: 500;
        padding: .5rem 1rem;
    }

        .nav-tabs-underline .nav-link.active {
            border-bottom: 2px solid #007bff;
            background-color: transparent;
            color: #000;
            font-weight: 600;
        }

/*.toggle {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: 60px;
    background-color: #fff;
    text-align: center;
    height: 60px;
    border-radius: 100%;
    margin: -30px 0 0 -30px;
}

    .toggle > img {
        height: 56px;
        width: auto;
    }

.overlay > img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
}*/



.overlay,
.toggle {
    position: fixed;
    left: 280px;
    width: calc(100% - 280px);
    height: 100%;
    top: 0;
    z-index: 99999;
    background-color: rgba(0, 59, 255, 0);
}

.mini + .page-content .overlay,
.mini + .page-content .toggle {
    left: 80px;
    width: calc(100% - 80px);
}

.overlay > img,
.toggle > img {
    background-color: #fff;
    padding: 5px;
    border-radius: 100%;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px;
    box-shadow: 0 0 15px -5px #00269f;
}

.progress-panel,
.k-loader-canvas {
    position: absolute;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    z-index: 1;
    opacity: 0.8;
    background: #fff;
}

    /*.progress-panel:after {
        content: "";
        width: 150px;
        height: 5px;
        border-radius: 15px;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
        animation-name: placeHolderShimmer;
        animation-timing-function: linear;
        background: #f6f7f8;
        background: linear-gradient(to right, #bbcbff 0%, #003bff 50%, #bbcbff 100%);
        background-size: 900px 5px;
        overflow: hidden;
        display: block;
        top: 50%;
        z-index: 2;
        position: absolute;
        left: 50%;
        margin: -3px 0 0 -75px;
    }*/

    .progress-panel:before,
    .k-loader-canvas:before {
        content: "";
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        width: 120px !important;
        height: 6px !important;
        border-radius: 20px;
        background-color: #eaebee;
        overflow: hidden;
        position: absolute;
        top: 50% !important;
        left: 50% !important;
        margin: -3px 0 0 -60px;
    }

    .progress-panel:after,
    .k-loader-canvas:after {
        content: "";
        display: block;
        flex: 0 0 auto;
        width: 80px;
        height: 6px;
        border-radius: 20px;
        background-color: #043efc;
        position: absolute;
        top: 50% !important;
        left: 50% !important;
        margin: -3px 0 0 -60px;
        border-width: 0;
        animation: loadingBar;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: ease-in-out;
        will-change: transform;
    }

    .k-loader-canvas > span{
        display:none !important;
    }

    .field-validation-error {
        border-color: transparent;
        border-radius: 4px;
        background-color: #f86767;
        padding: 4px 8px;
        line-height: 18px;
        right: 0;
        position: absolute;
        font-size: 12px;
        color: #fff;
        margin-top: 5px;
        z-index: 1;
    }

    .field-validation-error:after {
        content: " ";
        position: absolute;
        bottom: 100%;
        right: 5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #f86767 transparent;
    }

    .field-validation-error .k-tooltip-icon,
    .field-validation-error .k-callout {
        display: none;
    }



.avatar {
    font-size: 1rem;
    position: relative;
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
}

.avatar-md {
    font-size: 0.9rem;
    width: 2.75rem;
    height: 2.75rem;
}

.avatar-sm {
    font-size: 0.75rem;
    width: 2rem;
    height: 2rem;
}

.avatar .avatar-text {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    background: #fff;
    font-weight: 600;
    color: #2f3858;
    border-radius: 50%;
}

    .avatar .avatar-text::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(196, 204, 231, 0.5);
    }

    .avatar .avatar-text .initial-wrap {
        display: table;
        width: 100%;
        height: 100%;
    }

        .avatar .avatar-text .initial-wrap > span {
            position: relative;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

            .avatar .avatar-text .initial-wrap > span > img {
                width: 100%;
                border: solid 1px #ccc;
                border-radius: 100%;
                height: auto;
            }

    .avatar .avatar-text.avatar-text-light:before {
        background: rgba(173, 179, 182, 0.5);
    }

    .avatar .avatar-text.avatar-text-light {
        color: #6f7a7f;
    }

.avatar-a .avatar-text::before {
    background-color: #f44336;
    opacity: 0.25;
}
/* Red */
.avatar-b .avatar-text::before {
    background-color: #e91e63;
    opacity: 0.25;
}
/* Pink */
.avatar-c .avatar-text::before {
    background-color: #9c27b0;
    opacity: 0.25;
}
/* Purple */
.avatar-d .avatar-text::before {
    background-color: #673ab7;
    opacity: 0.25;
}
/* Deep Purple */
.avatar-e .avatar-text::before {
    background-color: #3f51b5;
    opacity: 0.25;
}
/* Indigo */
.avatar-f .avatar-text::before {
    background-color: #2196f3;
    opacity: 0.25;
}
/* Blue */
.avatar-g .avatar-text::before {
    background-color: #03a9f4;
    opacity: 0.25;
}
/* Light Blue */
.avatar-h .avatar-text::before {
    background-color: #00bcd4;
    opacity: 0.25;
}
/* Cyan */
.avatar-i .avatar-text::before {
    background-color: #009688;
    opacity: 0.25;
}
/* Teal */
.avatar-j .avatar-text::before {
    background-color: #4caf50;
    opacity: 0.25;
}
/* Green */
.avatar-k .avatar-text::before {
    background-color: #8bc34a;
    opacity: 0.25;
}
/* Light Green */
.avatar-l .avatar-text::before {
    background-color: #cddc39;
    opacity: 0.25;
}
/* Lime */
.avatar-m .avatar-text::before {
    background-color: #ffeb3b;
    opacity: 0.25;
}
/* Yellow */
.avatar-n .avatar-text::before {
    background-color: #ffc107;
    opacity: 0.25;
}
/* Amber */
.avatar-o .avatar-text::before {
    background-color: #ff9800;
    opacity: 0.25;
}
/* Orange */
.avatar-p .avatar-text::before {
    background-color: #ff5722;
    opacity: 0.25;
}
/* Deep Orange */
.avatar-q .avatar-text::before {
    background-color: #795548;
    opacity: 0.25;
}
/* Brown */
.avatar-r .avatar-text::before {
    background-color: #9e9e9e;
    opacity: 0.25;
}
/* Grey */
.avatar-s .avatar-text::before {
    background-color: #607d8b;
    opacity: 0.25;
}
/* Blue Grey */
.avatar-t .avatar-text::before {
    background-color: #a1887f;
    opacity: 0.25;
}
/* Brownish Grey */
.avatar-u .avatar-text::before {
    background-color: #90a4ae;
    opacity: 0.25;
}
/* Light Blue Grey */
.avatar-v .avatar-text::before {
    background-color: #f06292;
    opacity: 0.25;
}
/* Pink */
.avatar-w .avatar-text::before {
    background-color: #ba68c8;
    opacity: 0.25;
}
/* Light Purple */
.avatar-x .avatar-text::before {
    background-color: #4db6ac;
    opacity: 0.25;
}
/* Teal Blue */
.avatar-y .avatar-text::before {
    background-color: #aed581;
    opacity: 0.25;
}
/* Light Green */
.avatar-z .avatar-text::before {
    background-color: #ff8a65;
    opacity: 0.25;
}
/* Coral */
.avatar-default .avatar-text::before {
    background-color: #bdbdbd;
}
/* Neutral grey for unknowns */

.status-light-blue {
    background-color: #e3f2fd;
    color: #0d47a1;
}

.status-light-grey {
    background-color: #f5f5f5;
    color: #424242;
}

.status-light-orange {
    background-color: #fff3e0;
    color: #e65100;
}

.status-light-green {
    background-color: #e8f5e9;
    color: #1b5e20;
}

.status-light-teal {
    background-color: #e0f2f1;
    color: #004d40;
}

.status-light-purple {
    background-color: #ede7f6;
    color: #311b92;
}

.status-light-default {
    background-color: #eeeeee;
    color: #555;
}

.status-light-red {
    background-color: #ffebee;
    color: #b71c1c;
}

.status-light-pink {
    background-color: #fce4ec;
    color: #880e4f;
}

.status-badge {
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
}

.text-light-blue {
    color: #0d47a1;
}

.text-light-grey {
    color: #424242;
}

.text-light-orange {
    color: #e65100;
}

.text-light-green {
    color: #1b5e20;
}

.text-light-teal {
    color: #004d40;
}

.text-light-purple {
    color: #311b92;
}

.text-light-default {
    color: #555;
}

.text-light-red {
    color: #b71c1c;
}

.text-light-pink {
    color: #880e4f;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
}

.filter-dropdown-section .dropdown-min-width-300px {
    min-width: 300px;
}

.filter-dropdown-section .dropdown-button {
    padding: 0;
    border: 0;
    margin: 5px;
    width: 27px;
    height: 27px;
    background-color: #eee;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .filter-dropdown-section .dropdown-button .material-symbols-outlined {
        font-size: 18px;
    }

.filter-dropdown-section .dropdown-button-active {
    background-color: #0D6EFD;
}

    .filter-dropdown-section .dropdown-button-active .material-symbols-outlined {
        color: #FFFFFF;
    }

.filter-dropdown-section.active .dropdown-button {
    background-color: #007bff;
    color: #fff;
}

.search-list-input {
    min-width: 300px;
}

    .search-input-plus-close + .close-icon,
    .search-list-input + .close-icon {
        position: absolute;
        right: 45px;
        top: 50%;
        transform: translateY(-50%);
        padding: 2px;
        width: 18px;
        height: 18px;
        line-height: 12px;
        text-align: center;
        border-radius: 100%;
        background-color: #eee;
        font-size: 18px;
        color: #666;
        cursor: pointer;
    }

        .search-input-plus-close + .close-icon:hover,
        .search-list-input + .close-icon:hover {
            background-color: #ddd;
        }

.search-input-plus-close {
    padding-right: 40px !important;
}

    .search-input-plus-close + .close-icon {
        right: 15px;
    }

.legend-box {
    font-size: 13px;
}

    .legend-box:before {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: var(--legend-color, #666);
        border-radius: 2px;
        margin-right: 6px;
        vertical-align: baseline;
    }

/* Page Sidebar */
.siderbar-wrapper {
    position: fixed;
    width: 280px;
    height: 100%;
    top: 0;
    left: 0px;
    z-index: 1032;
    background: #0b0f1f;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.user-profile .dropdown-menu {
    display: block;
    min-width: 0 !important;
    width: 0;
    height: 0;
    opacity: 0;
    transition: width 0s, height 0.3s, opacity 0.2s;
}

    .user-profile .dropdown-menu.show {
        width: 220px;
        height: 110px;
        opacity: 1;
    }

.search-section {
    position: relative;
}

    .search-section button {
        position: absolute;
        right: 15px;
        top: 2px;
        color: #fff !important;
        opacity: 0.8;
    }

        .search-section button:hover,
        .search-section button:focus {
            opacity: 1;
        }

.search-section-outer #search-page {
    min-height: 48px;
    position: relative;
}

    .search-section-outer #search-page:before {
        content: "No result found :(";
        position: absolute;
        color: #6c757d;
        left: 0;
        top: 0;
        height: 100%;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        z-index: -1;
        font-size: 13px;
        font-weight: 500;
    }

    .search-section-outer #search-page a {
        background-color: #fff;
    }

        .search-section-outer #search-page a.bg-light-hover:hover {
            background-color: #edeff2;
        }

input[type="text"].search {
    border-width: 1px !important;
    border-radius: 50px !important;
    background-color: transparent !important;
    border-color: #636777 !important;
    color: #fff !important;
    padding: 9.5px 25px 8px 25px !important;
    height: auto !important;
    font-size: 13px;
    /*background-image: url(../Content/Images/search.png);
    background-repeat: no-repeat;
    background-position: 14px center;*/
    box-shadow: none;
    margin: 0 1rem;
    width: calc(100% - 2rem);
}

    input[type="text"].search::placeholder {
        color: rgba(255,255,255,0.5);
    }

    input[type="text"].search:focus {
        border-color: #ddd !important;
    }

.search::placeholder {
    color: #fff;
    opacity: 1;
}

.page-sidebar .page-sidebar-wrapper ul li a .arrow {
    font-family: 'Line Awesome Free';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.page-sidebar .page-sidebar-wrapper > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .page-sidebar .page-sidebar-wrapper > ul > li {
        display: block;
        margin: 10px 1rem 0px;
        padding: 0;
        border: 0px;
    }

        .page-sidebar .page-sidebar-wrapper > ul > li > a {
            color: #e6e6ea;
            display: block;
            position: relative;
            margin: 0;
            border: 0px;
            padding: 12px 7px;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            border-radius: 6px;
            white-space: nowrap;
        }

            .page-sidebar .page-sidebar-wrapper > ul > li > a > i {
                font-size: 24px;
                margin-right: 10px;
                text-shadow: none;
                color: #fff;
                font-weight: 200;
                max-width: 24px;
            }

        .page-sidebar .page-sidebar-wrapper > ul > li.open > a,
        .page-sidebar .page-sidebar-wrapper > ul > li.active > a {
            color: #ffffff;
        }

.page-sidebar .page-sidebar-wrapper ul li a:hover {
    background: rgba(255,255,255,0.12);
    color: #ffffff !important;
}

.page-sidebar .page-sidebar-wrapper > ul > li > a > .arrow:before {
    float: right;
    margin-top: 2px;
    margin-right: 7px;
    display: inline;
    font-size: 14px;
    height: auto;
    content: "\f105";
    font-weight: 900;
    text-shadow: none;
    transition: transform .3s cubic-bezier(.25,.8,.25,1), color 375ms cubic-bezier(.25,.8,.25,1);
}

.page-sidebar .page-sidebar-wrapper > ul > li > a > .arrow:before,
.page-sidebar .page-sidebar-wrapper > ul > li > a > .arrow.open:before {
    color: #919091 !important;
}

.page-sidebar .page-sidebar-wrapper > ul > li > a > .arrow.open:before {
    transform: rotate(90deg);
}

.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu {
    list-style-type: none;
    clear: both;
    margin: 0px;
    padding: 0px 0px;
}

    .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li {
        list-style-type: none;
        background: none;
        margin: 0px;
        padding: 0px;
        margin-top: 1px !important;
    }

        .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li,
        .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li::marker {
            color: transparent;
        }

            .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a {
                display: block;
                border-radius: 6px;
                margin: 0 0 0 11px;
                padding: 10px 0px 10px 30px;
                color: #fff;
                text-decoration: none;
                text-shadow: none;
                font-size: 14px;
                font-weight: 500;
                background: none;
            }

                .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a:hover {
                    background: rgba(255,255,255,0.12);
                    color: #ffffff;
                }

            .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li.active > a {
                color: #85a1e3;
            }



    .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > a > .arrow:before {
        float: right;
        margin-top: 3px;
        margin-right: 18px;
        display: inline;
        font-size: 15px;
        height: auto;
        content: "\f067";
        font-weight: 900;
        text-shadow: none;
    }

    .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > a > .arrow.open:before,
    .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li.open > a > .arrow:before {
        float: right;
        margin-top: 3px;
        margin-right: 18px;
        display: inline;
        height: auto;
        font-size: 15px;
        content: "\f068";
        font-weight: 900;
        text-shadow: none;
    }

    .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a {
        display: block;
        padding: 8px 15px;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        border-radius: 6px;
        margin: 3px 0;
    }

        .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a.active,
        .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a.active {
            background: rgba(255,255,255,0.12);
            color: #ffffff;
        }


.page-sidebar .page-sidebar-wrapper > ul > li.mm-highlight > a,
.page-sidebar .page-sidebar-wrapper > ul > li > ul > li.mm-highlight > a {
    color: #6ab2ff;
}

.page-sidebar .page-sidebar-wrapper.scrollbar-menu {
    position: relative;
    padding: 0;
    margin: 0;
    height: calc(100vh - 205px) !important;
}

    .page-sidebar .page-sidebar-wrapper.scrollbar-menu.filter-blur:after {
        background-color: #0b0f1f;
        top: 0;
        left: 0;
        content: " ";
        height: 100%;
        width: 100%;
        z-index: 0;
        display: block;
        position: absolute;
    }

.mall-menu-block {
    padding: 0 15px;
    margin-bottom: 15px;
}

    .mall-menu-block > div {
        color: white;
        padding: 10px;
        background-color: rgba(255,255,255,0.15);
        border-radius: 5px;
    }

    .mall-menu-block .mmb-content label {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        display: block;
        line-height: 18px;
    }

    .mall-menu-block .mmb-content span {
        font-size: 12px;
        opacity: 0.65;
        letter-spacing: 0.5px;
    }

    .mall-menu-block .mmb-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .mall-menu-block .mmb-icon span {
            padding: 8px;
            background-color: #546573;
            border-radius: 5px;
            color: #ceecff;
        }

.metismenu .arrow {
    float: right;
    line-height: 1.42857;
}

.metismenu .fa.arrow:before {
    content: "";
}

.metismenu .mm-active > a > .fa.arrow:before {
    content: "";
}

.metismenu .mm-collapse:not(.mm-show) {
    display: none;
}

.metismenu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height,visibility
}

.metismenu .has-arrow {
    position: relative;
}

    .metismenu .has-arrow::after {
        position: absolute;
        content: "";
        width: .5em;
        height: .5em;
        border-width: 1px 0 0 1px;
        border-style: solid;
        border-color: initial;
        right: 1em;
        transform: rotate(-225deg) translate(0, -50%);
        transform-origin: top;
        top: 50%;
        transition: all .3s ease-out;
    }

    .metismenu .mm-active > .has-arrow::after, .metismenu .has-arrow[aria-expanded=true]::after {
        transform: rotate(-135deg) translate(0, -50%);
    }

#columnToggles {
    min-width: 14rem;
}
/* Page Sidebar Mini */
.siderbar-collapse-icon {
    position: absolute;
    background-color: #0d6efd;
    border-radius: 100%;
    bottom: 30px;
    right: -11px;
    text-align: center;
    padding: 0;
    width: 24px;
    height: 24px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}

    .siderbar-collapse-icon i {
        font-size: 20px;
    }

.siderbar-wrapper.mini .siderbar-collapse-icon {
    transform: rotate(180deg);
}

.siderbar-wrapper .d-mini-show {
    display: none;
}

.siderbar-wrapper.mini {
    width: 80px;
}

    .siderbar-wrapper.mini .siderbar-wrapper-inner,
    .siderbar-wrapper.mini .page-sidebar {
        background-color: #0b0f1f;
    }

    .siderbar-wrapper.mini .d-mini-none {
        display: none;
    }

    .siderbar-wrapper.mini .d-mini-show {
        display: block;
    }

.page-content.condensed {
    margin: 0px 0 0 80px;
}

    .page-content.condensed .header-top {
        margin: 0 0 0 80px;
        width: calc(100% - 80px);
    }

    .page-content.condensed .fixed-footer {
        width: calc(100% - 80px);
        left: 80px;
    }

.siderbar-wrapper.mini .user-profile > div {
    padding: 8px 8px !important;
    border-radius: 100% !important;
}

.siderbar-wrapper.mini .page-sidebar .page-sidebar-wrapper > ul > li > a {
    justify-content: center;
}

    .siderbar-wrapper.mini .page-sidebar .page-sidebar-wrapper > ul > li > a > i {
        margin-right: 0px;
    }

    .siderbar-wrapper.mini .page-sidebar .page-sidebar-wrapper > ul > li > a.has-arrow::after {
        display: none;
    }

    .siderbar-wrapper.mini .page-sidebar .page-sidebar-wrapper > ul > li > a > span {
        display: none;
    }

    .siderbar-wrapper.mini .page-sidebar .page-sidebar-wrapper > ul > li > a:hover > span {
        display: block;
        position: fixed;
        left: 70px;
        padding: 5px 15px;
        background-color: #000;
        border-radius: 5px;
        font-size: 13px;
        z-index: 1;
        top: auto;
    }

.siderbar-wrapper.mini .page-sidebar .page-sidebar-wrapper > ul > li.mm-active > a {
    background: rgba(255,255,255,0.12);
    color: #ffffff;
}

.siderbar-wrapper.mini .page-sidebar .page-sidebar-wrapper > ul > li.mm-highlight > a > i {
    color: #6ab2ff;
}

.siderbar-wrapper.mini .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a {
    margin: 0;
    padding: 10px 15px 10px 15px;
}

.siderbar-wrapper.mini .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > a > .arrow:before,
.siderbar-wrapper.mini .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > a > .arrow.open:before,
.siderbar-wrapper.mini .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li.open > a > .arrow:before {
    margin-right: 0;
}

.siderbar-wrapper.mini .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > ul {
    padding-left: 15px;
}

.siderbar-wrapper.mini .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu {
    position: fixed;
    z-index: -2;
    left: 80px;
    top: 0;
    background-color: #010413;
    height: 100vh !important;
    padding: 15px !important;
    /*border-left: #0e298c solid 1px;*/
    width: 280px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .siderbar-wrapper.mini .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu.mm-collapse:not(.mm-show) {
        left: -360px;
        display: block;
        opacity: 0;
    }

.siderbar-wrapper .btn-search-icon {
    position: relative;
    margin: 0;
    border: 0px;
    padding: 10.5px 12px;
    text-decoration: none;
    line-height: 15px;
    border-radius: 6px;
    white-space: nowrap;
}

    .siderbar-wrapper .btn-search-icon:hover,
    .siderbar-wrapper .btn-search-icon:active,
    .siderbar-wrapper .btn-search-icon:focus {
        background: rgba(255,255,255,0.12);
        color: #ffffff;
        outline: none;
        box-shadow: none;
    }

.siderbar-wrapper.mini .filter-blur {
    filter: initial;
}

.siderbar-wrapper.mini .search-section-outer {
    display: block;
    opacity: 1;
    position: fixed !important;
    top: 0;
    left: 80px;
    width: 280px;
    padding: 15px;
    height: 100vh;
    background-color: #f5f7fa;
    box-shadow: 5px 0 14px -4px #ccc;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .siderbar-wrapper.mini .search-section-outer #search-page {
        background-color: #f5f7fa !important;
    }

        .siderbar-wrapper.mini .search-section-outer #search-page a {
            background-color: #f5f7fa;
        }

            .siderbar-wrapper.mini .search-section-outer #search-page a.bg-light-hover:hover {
                background-color: #edeff2;
            }

    .siderbar-wrapper.mini .search-section-outer:not(.search-section-outer-show) {
        left: -360px;
        display: block;
        opacity: 0;
    }

.siderbar-wrapper.mini input[type="text"].search {
    border-color: #ccc !important;
    color: #000 !important;
    background-color: #fff !important;
}

    .siderbar-wrapper.mini input[type="text"].search::placeholder {
        color: rgba(0, 0, 0, 0.5);
    }

.siderbar-wrapper.mini .search-section button {
    color: #777 !important;
}

.siderbar-wrapper.mini .search-section-outer #search-page {
    position: relative !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Page Content */
.page-content {
    margin: 0px 0 0 280px;
    padding: 57px 15px 0px;
    z-index: 0;
    /*-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}

.header-top {
    position: fixed;
    flex-wrap: nowrap;
    padding: 1rem 15px 1rem 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFF;
    margin: 0 0 0 280px;
    top: 0;
    left: 0;
    right: 0;
    width: calc(100% - 280px);
    min-height:57px;
    z-index: 1031;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-title {
    font-size: 20px;
    font-weight: 600;
    color: #0b0f1f;
    text-transform: capitalize;
    margin: -2.5px 0;
}

.header-sub-title {
    position: fixed;
    z-index: 9;
    width: calc(100% - 310px);
    background-color: #fff;
    top: 57px;
    left: 295px;
}

.condensed .header-sub-title {
    width: calc(100% - 110px);
    left: 95px;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    width: calc(100% - 280px);
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0px -1px 21px -3px rgba(0, 0, 0, 0.26);
    border-top: 1px solid #d7d7d7;
    border-radius: 0 0;
    z-index: 5;
    left: 280px;
    display: flex;
    justify-content: end;
    gap: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scrollbar-outer {
    padding-right: 15px;
    margin-right: -15px;
}

.report-cards-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -15px;
    padding: 15px;
    background-color: #fff;
    gap: 15px;
}

    .report-cards-list > .rcl-outer {
        flex: 1 1 auto;
    }

        .report-cards-list > .rcl-outer .rcl-inner {
            padding: 1rem;
            height: 100%;
            border-radius: .3rem;
            white-space: nowrap;
            color: #000;
            border: 1px solid #dee2e6;
            background-color: #fff;
        }

            .report-cards-list > .rcl-outer .rcl-inner .rcl-icon {
                height: 100%;
                display: flex;
                align-items: center;
            }

            .report-cards-list > .rcl-outer .rcl-inner .rcl-title {
                opacity: 0.50;
                font-weight: 500;
                font-size: 14px;
                margin-bottom: 5px;
            }

            .report-cards-list > .rcl-outer .rcl-inner .rcl-content {
                font-weight: 900;
                font-size: 24px;
                margin-top: auto;
            }

            .report-cards-list > .rcl-outer .rcl-inner .rcl-hint {
                font-weight: 500;
                font-size: 12px;
                opacity: 0.50;
                display: block;
            }

/* Filter Section */
.filter-section-outer {
    /*padding: 15px;
    margin: 0 -15px;
    border-bottom: #dee2e6 solid 1px;
    background-color: #fff;*/
}

    .filter-section-outer > div {
        display: flex;
        align-items: start;
        gap: 10px;
    }

        .filter-section-outer > div > label {
            margin: 0;
            font-size: 13px;
            font-weight: 500;
            color: #000;
            white-space: nowrap;
            padding: 5px 0;
        }

.filter-section-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-badges-outer {
}

.filter-badges-inner > div {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

    .filter-badges-inner > div strong {
        font-weight: 600;
    }

.filter-badges-outer .filter-badges-inner {
    color: #282e33;
    padding: 0.25rem 0.5rem;
    font-size: 13px;
    border: #a2a8ae solid 1px;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-badges-close button {
    border: 0;
    color: #282e33;
    padding: 0;
    margin: 0;
    display: flex;
    background-color: #ddd;
    border-radius: 100%;
}

    .filter-badges-close button:hover {
        background-color: #ccc;
    }

    .filter-badges-close button > i {
        font-size: 14px;
        font-weight: 300;
    }

@media (max-width:1199.98px) {
    .filter-section-outer > div {
        align-items: start;
        flex-direction: column;
    }

        .filter-section-outer > div > label {
            padding: 0;
        }
}


/*
    Underline
*/
.underline-content .nav-tabs {
    border-bottom: 3px solid #e0e6ed;
}

    .underline-content .nav-tabs li a,
    .underline-content .nav-tabs li button {
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
        margin-bottom: -3px;
    }

.underline-content .tab-content > .tab-pane {
    padding: 20px 0 0 0;
}

.underline-content .nav-tabs .nav-link.active, .underline-content .nav-tabs .show > .nav-link {
    border-color: transparent;
    border-bottom: 3px solid #007bff;
    color: #007bff;
    background-color: transparent;
}

    .underline-content .nav-tabs .nav-link.active:hover, .underline-content .nav-tabs .show > .nav-link:hover, .underline-content .nav-tabs .nav-link.active:focus, .underline-content .nav-tabs .show > .nav-link:focus {
        border-bottom: 3px solid #007bff;
    }

.underline-content .nav-tabs .nav-link:focus, .underline-content .nav-tabs .nav-link:hover {
    border-color: transparent;
}


/*----------Theme checkbox---------*/
.new-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 1.5rem;
    margin-right: 1rem;
    font-weight: 500;
    font-size: 14px;
}

.new-control-input {
    position: absolute;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.new-control.new-checkbox {
    cursor: pointer;
}

    .new-control.new-checkbox .new-control-indicator {
        position: absolute;
        top: 2px;
        left: 0;
        display: block;
        width: 17px;
        height: 17px;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #e0e6ed;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
        border-radius: 4px;
    }

    .new-control.new-checkbox > input:checked ~ span.new-control-indicator {
        background: #888ea8;
    }

        .new-control.new-checkbox > input:checked ~ span.new-control-indicator:after {
            display: block;
        }

    .new-control.new-checkbox span.new-control-indicator:after {
        border: solid #fff;
        top: 50%;
        left: 50%;
        width: 4px;
        height: 8px;
        border-width: 0 2px 2px 0 !important;
        transform: rotate(45deg);
        content: '';
        position: absolute;
        display: none;
        margin-left: -3px;
        margin-top: -6px;
        width: 5px;
        height: 10px;
    }

.new-control-input:disabled {
    pointer-events: none;
    cursor: not-allowed;
}

    .new-control-input:disabled + span,
    .new-control-input:disabled + span + label {
        cursor: not-allowed;
        opacity: 0.5;
    }
/*rounded checkbox*/
.new-checkbox-rounded span.new-control-indicator {
    border-radius: 50% !important;
}

/*  line through colors   */
.new-control.new-checkbox.new-checkbox-text > input:checked ~ span.new-chk-content, .new-control.new-checkbox.new-checkbox-text.checkbox-outline-default > input:checked ~ span.new-chk-content {
    color: #888ea8;
}

.new-control.new-checkbox.new-checkbox-text.checkbox-primary > input:checked ~ span.new-chk-content, .new-control.new-checkbox.new-checkbox-text.checkbox-outline-primary > input:checked ~ span.new-chk-content {
    color: #4361ee;
}

.new-control.new-checkbox.new-checkbox-text.checkbox-success > input:checked ~ span.new-chk-content, .new-control.new-checkbox.new-checkbox-text.checkbox-outline-success > input:checked ~ span.new-chk-content {
    color: #1abc9c;
}

.new-control.new-checkbox.new-checkbox-text.checkbox-info > input:checked ~ span.new-chk-content, .new-control.new-checkbox.new-checkbox-text.checkbox-outline-info > input:checked ~ span.new-chk-content {
    color: #2196f3;
}

.new-control.new-checkbox.new-checkbox-text.checkbox-warning > input:checked ~ span.new-chk-content, .new-control.new-checkbox.new-checkbox-text.checkbox-outline-warning > input:checked ~ span.new-chk-content {
    color: #e2a03f;
}

.new-control.new-checkbox.new-checkbox-text.checkbox-danger > input:checked ~ span.new-chk-content, .new-control.new-checkbox.new-checkbox-text.checkbox-outline-danger > input:checked ~ span.new-chk-content {
    color: #e7515a;
}

.new-control.new-checkbox.new-checkbox-text.checkbox-secondary > input:checked ~ span.new-chk-content, .new-control.new-checkbox.new-checkbox-text.checkbox-outline-secondary > input:checked ~ span.new-chk-content {
    color: #805dca;
}

.new-control.new-checkbox.new-checkbox-text.checkbox-dark > input:checked ~ span.new-chk-content, .new-control.new-checkbox.new-checkbox-text.checkbox-outline-dark > input:checked ~ span.new-chk-content {
    color: #3b3f5c;
}

.new-control.new-checkbox.checkbox-primary > input:checked ~ span.new-control-indicator {
    background: #0d6efd;
}

.new-control.new-checkbox.checkbox-success > input:checked ~ span.new-control-indicator {
    background: #1abc9c;
}

.new-control.new-checkbox.checkbox-info > input:checked ~ span.new-control-indicator {
    background: #2196f3;
}

.new-control.new-checkbox.checkbox-warning > input:checked ~ span.new-control-indicator {
    background: #e2a03f;
}

.new-control.new-checkbox.checkbox-danger > input:checked ~ span.new-control-indicator {
    background: #e7515a;
}

.new-control.new-checkbox.checkbox-secondary > input:checked ~ span.new-control-indicator {
    background: #805dca;
}

.new-control.new-checkbox.checkbox-dark > input:checked ~ span.new-control-indicator {
    background: #3b3f5c;
}

.new-control.new-checkbox[class*="checkbox-outline-"] > input:checked ~ span.new-control-indicator {
    background-color: transparent;
}

.new-control.new-checkbox.checkbox-outline-default > input:checked ~ span.new-control-indicator {
    border: 2px solid #888ea8;
}

.new-control.new-checkbox.checkbox-outline-primary > input:checked ~ span.new-control-indicator {
    border: 2px solid #4361ee;
}

.new-control.new-checkbox.checkbox-outline-success > input:checked ~ span.new-control-indicator {
    border: 2px solid #1abc9c;
}

.new-control.new-checkbox.checkbox-outline-info > input:checked ~ span.new-control-indicator {
    border: 2px solid #2196f3;
}

.new-control.new-checkbox.checkbox-outline-warning > input:checked ~ span.new-control-indicator {
    border: 2px solid #e2a03f;
}

.new-control.new-checkbox.checkbox-outline-danger > input:checked ~ span.new-control-indicator {
    border: 2px solid #e7515a;
}

.new-control.new-checkbox.checkbox-outline-secondary > input:checked ~ span.new-control-indicator {
    border: 2px solid #805dca;
}

.new-control.new-checkbox.checkbox-outline-dark > input:checked ~ span.new-control-indicator {
    border: 2px solid #3b3f5c;
}

.new-control.new-checkbox.checkbox-outline-default > input:checked ~ span.new-control-indicator:after {
    border-color: #888ea8;
}

.new-control.new-checkbox.checkbox-outline-primary > input:checked ~ span.new-control-indicator:after {
    border-color: #4361ee;
}

.new-control.new-checkbox.checkbox-outline-success > input:checked ~ span.new-control-indicator:after {
    border-color: #1abc9c;
}

.new-control.new-checkbox.checkbox-outline-info > input:checked ~ span.new-control-indicator:after {
    border-color: #2196f3;
}

.new-control.new-checkbox.checkbox-outline-warning > input:checked ~ span.new-control-indicator:after {
    border-color: #e2a03f;
}

.new-control.new-checkbox.checkbox-outline-danger > input:checked ~ span.new-control-indicator:after {
    border-color: #e7515a;
}

.new-control.new-checkbox.checkbox-outline-secondary > input:checked ~ span.new-control-indicator:after {
    border-color: #805dca;
}

.new-control.new-checkbox.checkbox-outline-dark > input:checked ~ span.new-control-indicator:after {
    border-color: #3b3f5c;
}

.new-control.new-radio {
    cursor: pointer;
}

    .new-control.new-radio .new-control-indicator {
        position: absolute;
        top: 2px;
        left: 0;
        display: block;
        width: 16px;
        height: 16px;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #e0e6ed;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
        border-radius: 50%;
    }

    .new-control.new-radio > input:checked ~ span.new-control-indicator {
        background: #888ea8;
    }

    .new-control.new-radio span.new-control-indicator:after {
        top: 50%;
        left: 50%;
        margin-left: -3px;
        margin-top: -3px;
        content: '';
        position: absolute;
        display: none;
        border-radius: 50%;
        height: 6px;
        width: 6px;
        background-color: #fff;
    }

    .new-control.new-radio.square-radio .new-control-indicator, .new-control.new-radio.square-radio span.new-control-indicator:after {
        border-radius: 0;
    }

    .new-control.new-radio.radio-primary > input:checked ~ span.new-control-indicator {
        background: #4361ee;
    }

    .new-control.new-radio.radio-success > input:checked ~ span.new-control-indicator {
        background: #1abc9c;
    }

    .new-control.new-radio.radio-info > input:checked ~ span.new-control-indicator {
        background: #2196f3;
    }

    .new-control.new-radio.radio-warning > input:checked ~ span.new-control-indicator {
        background: #e2a03f;
    }

    .new-control.new-radio.radio-danger > input:checked ~ span.new-control-indicator {
        background: #e7515a;
    }

    .new-control.new-radio.radio-secondary > input:checked ~ span.new-control-indicator {
        background: #805dca;
    }

    .new-control.new-radio.radio-dark > input:checked ~ span.new-control-indicator {
        background: #3b3f5c;
    }

    .new-control.new-radio[class*="radio-classic-"] > input:checked ~ span.new-control-indicator {
        background-color: transparent;
    }

    .new-control.new-radio.radio-classic-default > input:checked ~ span.new-control-indicator {
        border: 3px solid #888ea8;
    }

    .new-control.new-radio.radio-classic-primary > input:checked ~ span.new-control-indicator {
        border: 3px solid #4361ee;
    }

    .new-control.new-radio.radio-classic-success > input:checked ~ span.new-control-indicator {
        border: 3px solid #1abc9c;
    }

    .new-control.new-radio.radio-classic-info > input:checked ~ span.new-control-indicator {
        border: 3px solid #2196f3;
    }

    .new-control.new-radio.radio-classic-warning > input:checked ~ span.new-control-indicator {
        border: 3px solid #e2a03f;
    }

    .new-control.new-radio.radio-classic-danger > input:checked ~ span.new-control-indicator {
        border: 3px solid #e7515a;
    }

    .new-control.new-radio.radio-classic-secondary > input:checked ~ span.new-control-indicator {
        border: 3px solid #805dca;
    }

    .new-control.new-radio.radio-classic-dark > input:checked ~ span.new-control-indicator {
        border: 3px solid #3b3f5c;
    }

    .new-control.new-radio.radio-classic-default > input:checked ~ span.new-control-indicator:after {
        background-color: #888ea8;
    }

    .new-control.new-radio.radio-classic-primary > input:checked ~ span.new-control-indicator:after {
        background-color: #4361ee;
    }

    .new-control.new-radio.radio-classic-success > input:checked ~ span.new-control-indicator:after {
        background-color: #1abc9c;
    }

    .new-control.new-radio.radio-classic-info > input:checked ~ span.new-control-indicator:after {
        background-color: #2196f3;
    }

    .new-control.new-radio.radio-classic-warning > input:checked ~ span.new-control-indicator:after {
        background-color: #e2a03f;
    }

    .new-control.new-radio.radio-classic-danger > input:checked ~ span.new-control-indicator:after {
        background-color: #e7515a;
    }

    .new-control.new-radio.radio-classic-secondary > input:checked ~ span.new-control-indicator:after {
        background-color: #805dca;
    }

    .new-control.new-radio.radio-classic-dark > input:checked ~ span.new-control-indicator:after {
        background-color: #3b3f5c;
    }

    .new-control.new-radio.new-radio-text > input:checked ~ span.new-radio-content, .new-control.new-radio.new-radio-text.radio-classic-default > input:checked ~ span.new-radio-content {
        color: #888ea8;
    }

    .new-control.new-radio.new-radio-text.radio-primary > input:checked ~ span.new-radio-content, .new-control.new-radio.new-radio-text.radio-classic-primary > input:checked ~ span.new-radio-content {
        color: #4361ee;
    }

    .new-control.new-radio.new-radio-text.radio-success > input:checked ~ span.new-radio-content, .new-control.new-radio.new-radio-text.radio-classic-success > input:checked ~ span.new-radio-content {
        color: #1abc9c;
    }

    .new-control.new-radio.new-radio-text.radio-info > input:checked ~ span.new-radio-content, .new-control.new-radio.new-radio-text.radio-classic-info > input:checked ~ span.new-radio-content {
        color: #2196f3;
    }

    .new-control.new-radio.new-radio-text.radio-warning > input:checked ~ span.new-radio-content, .new-control.new-radio.new-radio-text.radio-classic-warning > input:checked ~ span.new-radio-content {
        color: #e2a03f;
    }

    .new-control.new-radio.new-radio-text.radio-danger > input:checked ~ span.new-radio-content, .new-control.new-radio.new-radio-text.radio-classic-danger > input:checked ~ span.new-radio-content {
        color: #e7515a;
    }

    .new-control.new-radio.new-radio-text.radio-secondary > input:checked ~ span.new-radio-content, .new-control.new-radio.new-radio-text.radio-classic-secondary > input:checked ~ span.new-radio-content {
        color: #805dca;
    }

    .new-control.new-radio.new-radio-text.radio-dark > input:checked ~ span.new-radio-content, .new-control.new-radio.new-radio-text.radio-classic-dark > input:checked ~ span.new-radio-content {
        color: #3b3f5c;
    }

.custom-radio-toggle {
    display: inline-flex;
    border: 1px solid #6c757d;
    border-radius: 0.375rem;
    overflow: hidden;
}

    .custom-radio-toggle input[type="radio"] {
        display: none;
    }

.radio-toggle span {
    padding: 0.5rem 0.75rem;
    font-size: 13px;
    color: #000;
    cursor: pointer;
    background: #fff;
    background-color: rgb(255, 255, 255);
    border-right: 1px solid #6c757d;
    transition: all 0.2s ease;
    display: block;
    line-height: 1.5;
    height: 36px;
}

/* Remove border on last item */
.radio-toggle:last-child span {
    border-right: none;
}

/* Checked state */
.radio-toggle input[type="radio"]:checked + span {
    background-color: #6c757d;
    color: #fff;
}

/* Hover */
.radio-toggle span:hover {
    background-color: rgba(13, 110, 253, 0.08);
}

/*----------Theme checkbox---------*/

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        background-color: #c5cbdb;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .switch .slider:before {
            position: absolute;
            content: "";
            background-color: white;
            -webkit-transition: .4s;
            -ms-transition: .4s;
            transition: .4s;
            height: 14px;
            width: 14px;
            left: 3px;
            bottom: 3px;
            box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
        }

    .switch input:checked + .slider:before {
        -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
        transform: translateX(15px);
    }

    .switch input:checked ~ .slider:before {
        -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
        transform: translateX(15px);
    }

    .switch .slider.round {
        border-radius: 34px;
    }

        .switch .slider.round:before {
            border-radius: 50%;
        }


    .switch input:disabled {
        cursor: default;
    }

.switch.switch-md {
    width: 28px;
    height: 16px;
}

    .switch.switch-md .slider:before {
        height: 10px;
        width: 10px;
    }

    .switch.switch-md input:checked + .slider:before {
        -webkit-transform: translateX(12px);
        -ms-transform: translateX(12px);
        transform: translateX(12px);
    }

    .switch.switch-md input:checked ~ .slider:before {
        -webkit-transform: translateX(12px);
        -ms-transform: translateX(12px);
        transform: translateX(12px);
    }

    .switch.s-default .slider:before {
        background-color: #d3d3d3;
    }

    .switch.s-primary .slider:before {
        background-color: #fff;
    }

    .switch.s-success .slider:before {
        background-color: #1abc9c;
    }

    .switch.s-warning .slider:before {
        background-color: #e2a03f;
    }

    .switch.s-danger .slider:before {
        background-color: #e7515a;
    }

    .switch.s-secondary .slider:before {
        background-color: #805dca;
    }

    .switch.s-info .slider:before {
        background-color: #2196f3;
    }

    .switch.s-dark .slider:before {
        background-color: #3b3f5c;
    }

    .switch input:checked + .slider:before,
    .switch input:checked ~ .slider:before {
        background-color: #fff;
    }

    .switch.s-default input:checked + .slider {
        background-color: #d3d3d3;
    }

    .switch.s-default input:focus + .slider {
        box-shadow: 0 0 1px #ebedf2;
    }

    .switch.s-primary input:checked + .slider {
        background-color: #4361ee;
    }

    .switch.s-primary input:focus + .slider {
        box-shadow: 0 0 1px #4361ee;
    }

    .switch.s-success input:checked + .slider {
        background-color: #1abc9c;
    }

    .switch.s-success input:focus + .slider {
        box-shadow: 0 0 1px #1abc9c;
    }

    .switch.s-warning input:checked + .slider {
        background-color: #e2a03f;
    }

    .switch.s-warning input:focus + .slider {
        box-shadow: 0 0 1px #e2a03f;
    }

    .switch.s-danger input:checked + .slider {
        background-color: #e7515a;
    }

    .switch.s-danger input:focus + .slider {
        box-shadow: 0 0 1px #e7515a;
    }

    .switch.s-secondary input:checked + .slider {
        background-color: #805dca;
    }

    .switch.s-secondary input:focus + .slider {
        box-shadow: 0 0 1px #805dca;
    }

    .switch.s-info input:checked + .slider {
        background-color: #2196f3;
    }

    .switch.s-info input:focus + .slider {
        box-shadow: 0 0 1px #2196f3;
    }

    .switch.s-dark input:checked + .slider,
    .switch.s-dark input:checked ~ .slider {
        background-color: #3b3f5c;
    }

    .switch.s-dark input:focus + .slider,
    .switch.s-dark input:focus ~ .slider {
        box-shadow: 0 0 1px #3b3f5c;
    }

    .switch.s-primary input:checked + .slider,
    .switch.s-primary input:checked ~ .slider {
        background-color: #4361ee;
    }

    .switch.s-primary input:focus + .slider,
    .switch.s-primary input:focus ~ .slider {
        box-shadow: 0 0 1px #4361ee;
    }

    .switch.s-outline .slider {
        border: 2px solid #ebedf2;
        background-color: transparent;
        width: 36px;
        height: 19px;
    }

        .switch.s-outline .slider:before {
            height: 13px;
            width: 13px;
        }

    .switch.s-outline[class*="s-outline-"] .slider:before {
        bottom: 1px;
        left: 1px;
        border: 2px solid #bfc9d4;
        background-color: #bfc9d4;
        color: #ebedf2;
        box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.25);
    }

    .switch.s-icons.s-outline-default {
        color: #d3d3d3;
    }

    .switch.s-icons.s-outline-primary {
        color: #4361ee;
    }

    .switch.s-icons.s-outline-success {
        color: #1abc9c;
    }

    .switch.s-icons.s-outline-warning {
        color: #e2a03f;
    }

    .switch.s-icons.s-outline-danger {
        color: #e7515a;
    }

    .switch.s-icons.s-outline-secondary {
        color: #805dca;
    }

    .switch.s-icons.s-outline-info {
        color: #2196f3;
    }

    .switch.s-icons.s-outline-dark {
        color: #3b3f5c;
    }

    .switch.s-outline-default input:checked + .slider {
        border: 2px solid #ebedf2;
    }

        .switch.s-outline-default input:checked + .slider:before {
            border: 2px solid #d3d3d3;
            background-color: #d3d3d3;
            box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.25);
        }

    .switch.s-outline-default input:focus + .slider {
        box-shadow: 0 0 1px #ebedf2;
    }

    .switch.s-outline-primary input:checked + .slider {
        border: 2px solid #4361ee;
    }

        .switch.s-outline-primary input:checked + .slider:before {
            border: 2px solid #4361ee;
            background-color: #4361ee;
            box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
        }

    .switch.s-outline-primary input:focus + .slider {
        box-shadow: 0 0 1px #4361ee;
    }

    .switch.s-outline-success input:checked + .slider {
        border: 2px solid #1abc9c;
    }

        .switch.s-outline-success input:checked + .slider:before {
            border: 2px solid #1abc9c;
            background-color: #1abc9c;
            box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
        }

    .switch.s-outline-success input:focus + .slider {
        box-shadow: 0 0 1px #1abc9c;
    }

    .switch.s-outline-warning input:checked + .slider {
        border: 2px solid #e2a03f;
    }

        .switch.s-outline-warning input:checked + .slider:before {
            border: 2px solid #e2a03f;
            background-color: #e2a03f;
            box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
        }

    .switch.s-outline-warning input:focus + .slider {
        box-shadow: 0 0 1px #e2a03f;
    }

    .switch.s-outline-danger input:checked + .slider {
        border: 2px solid #e7515a;
    }

        .switch.s-outline-danger input:checked + .slider:before {
            border: 2px solid #e7515a;
            background-color: #e7515a;
            box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
        }

    .switch.s-outline-danger input:focus + .slider {
        box-shadow: 0 0 1px #e7515a;
    }

    .switch.s-outline-secondary input:checked + .slider {
        border: 2px solid #805dca;
    }

        .switch.s-outline-secondary input:checked + .slider:before {
            border: 2px solid #805dca;
            background-color: #805dca;
            box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
        }

    .switch.s-outline-secondary input:focus + .slider {
        box-shadow: 0 0 1px #805dca;
    }

    .switch.s-outline-info input:checked + .slider {
        border: 2px solid #2196f3;
    }

        .switch.s-outline-info input:checked + .slider:before {
            border: 2px solid #2196f3;
            background-color: #2196f3;
            box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
        }

    .switch.s-outline-info input:focus + .slider {
        box-shadow: 0 0 1px #2196f3;
    }

    .switch.s-outline-dark input:checked + .slider {
        border: 2px solid #3b3f5c;
    }

        .switch.s-outline-dark input:checked + .slider:before {
            border: 2px solid #3b3f5c;
            background-color: #3b3f5c;
            box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
        }

    .switch.s-outline-dark input:focus + .slider {
        box-shadow: 0 0 1px #3b3f5c;
    }

    .switch.s-icons {
        width: 48px;
        height: 26px;
    }

        .switch.s-icons .slider {
            width: 48px;
            height: 25px;
        }

            .switch.s-icons .slider:before {
                vertical-align: sub;
                color: #3b3f5c;
                height: 19px;
                width: 19px;
                line-height: 1.1;
                content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="%23e9ecef" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>');
            }

        .switch.s-icons input:checked + .slider:before {
            content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>');
            vertical-align: sub;
            color: #fff;
            line-height: 1.1;
            -webkit-transform: translateX(23px);
            -ms-transform: translateX(23px);
            transform: translateX(23px);
        }

    .switch.s-outline.s-outline-indeterminate .slider {
        border: 2px solid #ff950e;
    }

        .switch.s-outline.s-outline-indeterminate .slider:before {
            border: 2px solid #ff950e;
            background-color: #ff950e;
            left: auto;
            right: 1px;
        }

    .switch.s-outline-indeterminate .slider:before {
        content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus"><line x1="5" y1="12" x2="19" y2="12"></line></svg>')
    }


/* Filter Sidebar */
.filter-sidebar {
    position: fixed;
    right: -400px;
    width: 380px;
    z-index: 9;
    background-color: #fff;
    padding: 82px 25px 25px;
    top: 0;
    box-shadow: 0 0 20px 8px rgba(162, 162, 162, 0.3);
    height: 100vh;
    transition: .3s ease all;
}

.filter-sidebar-xl {
    right: -67%;
    width: 65%;
}

.filter-sidebar-lg {
    right: -52%;
    width: 50%;
}

.filter-sidebar-md {
    right: -37%;
    width: 35%;
}

.filter-sidebar-zindex {
    z-index: 1052;
}

.filter-sidebar.filter-sidebar-open {
    right: 0;
}

.filter-close {
    background-image: url(../content/images/close.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
    display: block;
    background-size: 18px;
}

.filter-sidebar-xl .filter-close,
.filter-sidebar-lg .filter-close {
    width: 24px;
    height: 24px;
    background-size: 16px;
}

.filter-close:hover {
    background-color: #ddd;
    border-radius: 100%;
    box-shadow: 0 0 0px 5px #ddd;
}

.filter-scrollbar {
    height: calc(100vh - 190px);
    position: relative;
    padding-bottom: 15px;
    padding-right: 17px;
    margin-right: -17px;
}

.filter-footer {
    z-index: 1;
    position: relative;
    background: linear-gradient(to bottom, rgba(255, 254, 254, 0.5), rgb(255, 255, 255));
}

.pagination .page-item .page-link {
    border: #dee2e6 solid 1px !important;
    color: #000;
    background-color: #fff !important;
    border-radius: 50px;
    margin: 0 4px;
    padding: .375rem .375rem;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 24px;
    position: relative;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.pagination .page-item.active .page-link {
    border-color: #85b6ff !important;
    color: #0d6efd !important;
    background-color: #cddffb !important;
}

.pagination .page-item .page-link:before {
    border-radius: inherit;
    content: "";
    background: #000;
    opacity: 0;
    display: block;
    pointer-events: none;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    z-index: 0;
    transition: opacity .2s ease-in-out;
}

.pagination .page-item:hover .page-link:before {
    opacity: 0.08;
}

/* Kendo */
.k-chart,
.k-chart * {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 600 !important;
    font-size: 12px !important;
}

.k-loading-mask-old {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.8;
    background: #fff;
    background-image: none !important;
}

    .k-loading-mask-old:after {
        content: "";
        width: 150px;
        height: 5px;
        border-radius: 15px;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
        animation-name: placeHolderShimmer;
        animation-timing-function: linear;
        background: #f6f7f8;
        background: linear-gradient(to right, #bbcbff 0%, #003bff 50%, #bbcbff 100%);
        background-size: 900px 5px;
        overflow: hidden;
        display: block;
        top: 50%;
        z-index: 2;
        position: absolute;
        left: 50%;
        margin: -3px 0 0 -75px;
    }

.k-loading-mask {
    z-index: 1;
}

.k-loading-image {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    width: 120px !important;
    height: 6px !important;
    border-radius: 20px;
    background-color: #eaebee;
    overflow: hidden;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    margin: -3px 0 0 -60px;
}

    .k-loading-image:before {
        content: "";
        display: block;
        flex: 0 0 auto;
        width: 80px;
        height: 6px;
        border-radius: 20px;
        background-color: #043efc;
        position: absolute;
        left: 0;
        margin: -3px;
        border-width: 0;
        animation: loadingBar;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: ease-in-out;
        will-change: transform;
    }

@keyframes loadingBar {
    0% {
        transform: translateX(-30%)
    }

    100% {
        transform: translateX(95%)
    }
}

.k-hidden.k-window-content {
    display: block !important;
}

.k-window,
.k-input, .k-picker,
.k-toolbar, .k-pager, .k-grid,
.k-list, .k-button,
.k-chip, .k-treeview,
.k-upload, .k-tooltip {
    font-family: inherit !important;
    font-size: 13px;
}

.k-chip,
.k-input {
    color: #000;
    font-weight: 500;
}

    .k-input:focus,
    .k-input:focus-within,
    .k-input.focus {
        box-shadow: none;
        color: inherit;
    }

.k-picker.k-focus,
.k-list-item.k-focus,
.k-focus.k-list-optionlabel {
    box-shadow: none;
}

.k-picker .k-input-loading-icon {
    padding: 0;
}

.k-table-thead, .k-table-header, .k-table-group-sticky-header {
    color: #6a778b;
    background-color: transparent;
}

.k-table,
.k-grid-pager {
    font-size: 13px;
    color: #000;
}

.k-grid-pager {
    border-top: 0;
}

.k-pager {
    background-color: #fff;
    border-top: #dee2e6 solid 1px;
}

.k-pager-info {
    padding-right: 10px;
}

.k-grid .k-header.text-center .k-cell-inner,
.k-grid .k-header.text-center .k-cell-inner > .k-link {
    justify-content: center;
}

.k-grid .k-header.text-right .k-cell-inner,
.k-grid .k-header.text-right .k-cell-inner > .k-link {
    justify-content: end;
    flex-flow: row-reverse;
}

.k-grid .k-grid-header .k-header.text-right .k-cell-inner > .k-link > .k-sort-icon {
    margin-inline-end: calc( 1rem - 1px);
    margin-inline-start: 0;
}

.k-grid .k-grid-header .k-header.text-right .k-cell-inner .k-grid-header-menu {
    inset-inline-start: 0.5rem;
}

.k-grid .k-grid-header .k-filterable > .k-cell-inner .k-link {
    padding-inline-end: 0.5rem;
}

.k-grid .k-grid-header th.k-header .k-grid-filter-menu {
    width: 16px;
    height: 16px;
    padding: 0;
    top: 0px;
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    box-shadow: none;
}

.k-grid .k-grid-header th.k-header:hover .k-grid-filter-menu {
    visibility: visible;
    opacity: 1;
}

.k-grid .k-grid-header th.k-header .k-grid-filter-menu.k-active {
    color: #6a778b;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
}

    .k-grid .k-grid-header th.k-header .k-grid-filter-menu.k-active:after {
        content: " ";
        background-color: #0d6efd;
        width: 9px;
        height: 9px;
        position: absolute;
        top: -3px;
        right: -3px;
        border: #fff solid 2px;
        border-radius: 100%;
    }

.k-filter-menu.k-popup .k-filter-help-text {
    font-size: 13px;
}

.k-grid .k-grid-header th.k-header.k-filterable:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.k-grid-footer,
.k-grid-footer-wrap,
.k-grid .k-grid-footer .k-table-td {
    border-width: 0px;
}

.k-numerictextbox,
.k-multiselect {
    height: 38px;
}

.filter-sidebar .k-multiselect {
    height: auto;
    min-height: 38px;
}

.k-picker {
    color: #000;
    background-color: #fff;
    font-weight: 500;
    border-color: #ced4da;
    display: flex;
}

.k-picker-solid.k-invalid, .k-picker-solid.ng-invalid.ng-touched, .k-picker-solid.ng-invalid.ng-dirty {
    border-color: #ced4da;
}

.k-edit-form-container .k-edit-buttons .k-button .k-icon {
    display: none;
}

.k-edit-form-container .container-fluid {
    padding-left:15px;
    padding-right:15px;
}

.k-window {
    border-color: rgba(0,0,0,.12);
    color: #000;
    background-color: #fff;
    box-shadow: 0 8px 10px -5px rgb(196, 200, 230),0 16px 24px 2px rgb(230, 230, 230),0 6px 30px 5px rgb(240, 242, 255) !important;
}

.k-upload-button-wrap {
    width: 100%;
}

.k-list .k-list-item,
.k-list .k-list-optionlabel {
    padding-block: 0.60rem;
}

.k-checkbox + .k-label, .k-checkbox-wrap + .k-label, .k-checkbox + .k-checkbox-label, .k-checkbox-wrap + .k-checkbox-label {
    margin-inline-start: auto;
}

.k-tooltip-content {
    font-size: 12px;
    font-weight: 600;
    text-wrap: nowrap;
}

.k-popup {
    height: auto !important;
    max-height: 380px;
}

.k-list-item:has(.k-list-item-text:empty) {
    display: none !important;
}
/* Kendo Grid */
.k-grid-header {
    border-color: #e5f2ff;
    color: #4d5b6f;
    background-color: #e5f2ff;
    border-right-color: transparent;
    border-width: 0;
}

    .k-grid-header > div[data-role="resizable"] thead th[data-resizable="true"] {
        position: relative;
    }

    .k-grid-header > div[data-role="resizable"] thead:hover th[data-resizable="true"]:after {
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        right: 0;
        position: absolute;
        background-color: #c8d0d9;
    }

    .k-grid-header > div[data-role="resizable"] .k-resize-handle:hover {
        background-color: #007bff;
        cursor: ew-resize;
        width: 4px !important;
    }

    .k-grid-header th[data-custom="th-hover-column"] {
        -webkit-user-drag: none;
        user-drag: none;
    }

    .k-grid-header .th-hover-column + .k-resize-handle {
        display: none !important;
    }

    .k-grid-header th[data-custom="th-hover-column"]:after {
        display: none;
    }

.k-grid-toolbar {
    border-width: 0;
    background-color: transparent;
    padding: 0 0 15px;
    display: flex;
    flex-flow: row-reverse wrap;
    flex-wrap: wrap;
    gap: .5rem;
    overflow: visible;
}

    .k-grid-toolbar .k-spacer {
        display: none;
    }

.k-grid .k-grid-search {
    width: 25em;
    display: flex;
    padding: 0 15px 0 30px;
    height: 35px;
    font-size: 13px;
    position: relative;
}

    .k-grid .k-grid-search .k-input-icon {
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        padding: 9.5px 12.5px;
    }

    .k-grid .k-grid-search .k-input-inner, .k-grid .k-grid-search .k-input {
        border: 0;
        width: 100%;
        padding: 8px 15px;
        font-size: 13px;
        outline: none;
        text-indent: 0;
    }

.k-grid .k-grid-header .k-table-th {
    padding: 12px 10px;
    font-weight: 600;
    border-width: 0 0 0 0;
    border-color: #dee2e6;
    vertical-align: top;
}

.k-grid .k-table-alt-row {
    background-color: inherit;
}

.k-grid .k-table-td {
    border-width: 0 0 1px 0;
    border-style: solid;
    padding: 10px;
    overflow: visible;
    vertical-align: middle;
}

.k-grid thead .k-button,
.k-grid tbody .k-button {
    min-width: 28px;
    font-size: 14px;
    color: #0d6efd;
    border-radius: .25rem;
    padding: .375rem;
    border-color: transparent;
    background-color: transparent;
}

    .k-grid thead .k-button .fa-trash-can,
    .k-grid tbody .k-button .fa-trash-can {
        color: #dc3545;
    }

.k-grid thead .k-button {
    margin: -5px 0;
}

.k-grid thead th .k-column-title {
    overflow: visible;
}

.k-grid thead .k-button:hover,
.k-grid tbody .k-button:hover {
    border-color: #ced3db;
    background-color: #ced3db;
}

.k-grid tbody .k-detail-row {
    background-color: #fffbee !important;
}

    .k-grid tbody .k-detail-row td {
        padding: 0 !important;
    }

.k-grid tbody .k-hierarchy-cell {
    vertical-align: top;
}

    .k-grid tbody .k-hierarchy-cell .k-svg-icon > svg {
        display: none;
    }

    .k-grid tbody .k-hierarchy-cell .k-svg-icon:after {
        font-family: "Material Symbols Outlined";
        font-size: 20px;
        color: #999;
        display: inline-block;
        vertical-align: middle;
    }

    .k-grid tbody .k-hierarchy-cell .k-svg-icon:hover:after {
        color: #000;
    }

    .k-grid tbody .k-hierarchy-cell .k-svg-icon.k-svg-i-caret-alt-right:after {
        content: "keyboard_arrow_down";
    }

    .k-grid tbody .k-hierarchy-cell .k-svg-icon.k-svg-i-caret-alt-down:after {
        content: "keyboard_arrow_up";
    }

.k-grid tbody td.k-hierarchy-cell[aria-expanded="true"],
.k-grid tbody td.k-hierarchy-cell[aria-expanded="true"] ~ td {
    background-color: #f2e9cc;
    border-color: #f2e9cc;
}

.k-grid-pager .k-pager-numbers .k-button {
    border-color: #fff !important;
    color: #000;
    background-color: #fff !important;
    border-radius: 5px;
    border-width: 1px;
    margin: 0 4px;
    padding: .25rem;
    min-width: 30px;
    height: 30px;
    font-weight: 600;
}

.k-grid-pager .k-pager-numbers {
    align-items: center;
}

    .k-grid-pager .k-pager-numbers .k-button.k-selected {
        border-color: #0d6efd !important;
        color: #fff !important;
        background-color: #0d6efd !important;
    }

.k-grid-pager .k-pager-sizes .k-dropdownlist {
    width: 6em;
}

    .k-grid-pager .k-pager-sizes .k-dropdownlist .k-icon-button .k-button-icon {
        min-width: auto !important;
        min-height: auto !important;
    }

.k-grid .k-grid-header-locked, .k-grid .k-grid-content-locked, 
.k-grid .k-grid-header-locked .k-header, .k-grid .k-grid-content-locked td, 
.k-grid .k-grid-content-locked .k-table-td {
    border-color: #dee2e6;
}

.k-window > div.k-popup-edit-form,
.k-window > .k-window-content {
    padding: 15px 0;
}

.k-window-titlebar {
    padding: 15px;
    font-weight: 600;
}

.k-window .k-edit-form-container .k-edit-buttons,
.k-window-content .k-window-footer {
    margin: 15px 0 -15px;
    padding: 15px;
    display: flex;
    flex-flow: row-reverse;
    gap: 15px;
    border-style: solid;
    border-color: #dee2e6;
    border-width: 1px 0 0 0;
}

    .k-edit-form-container .k-edit-buttons .k-button,
    .k-window-content .k-window-footer .btn {
        text-transform: capitalize;
        font-weight: 500;
        padding: 9.5px 30px;
        border-radius: 7px;
        font-size: 14px;
    }

.k-toolbar .k-grid-add:not(.btn-style) {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.k-toolbar .k-grid-black:not(.btn-style) {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-light {
    color: #000;
    background-color: #eaebee;
    border-color: #eaebee;
}

.k-upload-drag-drop .k-upload {
    background-color: transparent;
    border: 0;
}

    .k-upload-drag-drop .k-upload .k-dropzone {
        background-color: #fff;
        border-width: 0;
        padding: 0;
    }

    .k-upload-drag-drop .k-upload .k-upload-button {
        min-width: auto;
        width: 100%;
        margin: 0 !important;
        background-color: #fff;
        border: 0;
        padding: 0px;
    }

        .k-upload-drag-drop .k-upload .k-upload-button span {
            border-color: #dee2e6;
            background-color: #fff;
            border-style: dashed;
            border-width: 2px;
            border-radius: 6px;
            padding: 50px;
            display: block;
            width: 100%;
        }

        .k-upload-drag-drop .k-upload .k-upload-button input:hover + span {
            border-color: #a6d1ff;
        }

    .k-upload-drag-drop .k-upload .k-upload-files {
        border-width: 0px;
    }

        .k-upload-drag-drop .k-upload .k-upload-files .k-file {
            margin: 15px 0 0 0;
            border-radius: 6px;
            border-width: 1px;
        }


.k-grid-edit-command .k-icon,
.k-grid-remove-command .k-icon {
    font-family: "Font Awesome 6 Free";
}

    .k-grid-edit-command .k-icon:before {
        content: "\f044";
    }

    .k-grid-remove-command .k-icon:before {
        content: "\f2ed";
        color: #dc3545;
    }

.k-grid-edit-command .k-button-icon.k-svg-icon,
.k-grid-remove-command .k-button-icon.k-svg-icon {
    width: 14px;
    height: 14px;
    min-width: auto;
    min-height: auto;
}

.k-grid-edit-command .k-icon svg,
.k-grid-remove-command .k-icon svg {
    display: none;
}

.k-overlay {
    z-index: 1040 !important;
    background-color: rgba(243, 244, 255, 0.75);
    opacity: 1 !important;
}

.k-window {
    z-index: 1050 !important;
    border-radius: 15px;
}

.k-window-xl {
    width: 1200px;
}

.k-window-xxl {
    width: 100%;
}

@media(max-width:1200px) {
    .k-window-xl {
        width: 100%;
        left: 0 !important;
        right: 0 !important;
    }
}
/* k-grid */

.k-grid-vh100 {
    height: calc(100vh - var(--page-header-top));
    padding-bottom: 55px;
}

    .k-grid-vh100 .k-grid-content {
    }

    .k-grid-vh100 .k-grid-pager {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        border-top: #dee2e6 solid 1px;
        display: flex !important;
    }

.k-grid-auto-vh100 {
    height: calc(100vh - var(--page-header-top));
}

    .k-grid-auto-vh100 .k-grid-header {
        padding-right: 8px;
        position: sticky;
        top: 57px;
        z-index: 1;
    }

    .k-grid-auto-vh100 .k-grid {
        min-height: 100%;
    }

        .k-grid-auto-vh100 .k-grid .k-grid-content {
            height: auto !important;
            margin-bottom: 54px;
        }

    .k-grid-auto-vh100 .k-grid-pager {
        border-top: #dee2e6 solid 1px;
        position: fixed;
        bottom: 0;
        width: calc(100% - 280px);
        left: 280px;
    }

.siderbar-wrapper.mini + .page-content .k-grid-auto-vh100 .k-grid-pager {
    width: calc(100% - 80px);
    left: 80px;
}

.k-grid .k-column-title {
    white-space: wrap;
}

.k-grid-no-header .k-grid-header {
    display: none !important;
}

.k-grid.k-grid-td-no-hover tbody > tr:hover,
.k-grid.k-grid-td-no-hover .k-table-tbody > .k-table-row.k-hover {
    background-color: transparent;
}

.k-grid-td-no-border .k-table-td {
    border-width: 0 !important;
}

div.k-grid-norecords {
    align-items: start;
    min-height: 500px;
    background-color: #fff;
}

    div.k-grid-norecords:before {
        position: absolute;
        background-image: url(Images/no-data-box.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        width: 400px;
        height: 250px;
        display: block;
        content: "";
        top: 40%;
        left: 50%;
        margin: -125px 0 0 -200px;
    }

    div.k-grid-norecords:after {
        position: absolute;
        content: "No data found";
        top: calc(40% + 125px);
        left: 0;
        margin: -21px 0 0 0;
        color: #838f9b;
        font-size: 14px;
        right: 0;
        text-align: center;
    }

div.k-grid-content.k-auto-scrollable,
div.k-grid-content.k-auto-scrollable div.k-grid-norecords {
    min-height: 405px;
}

.k-grid-norecords-sm div.k-grid-norecords {
    min-height: 300px;
}

    .k-grid-norecords-sm div.k-grid-norecords:before {
        margin: -60px 0 0 -150px;
        background-size: auto 200px;
    }

    .k-grid-norecords-sm div.k-grid-norecords:after {
        top: calc(30% + 100px);
        margin: -11px 0 0 -37px;
        font-size: 12px;
    }

div.chart-norecords {
    align-items: start;
    min-height: 400px;
    position: relative;
    background-color: #fff;
}

    div.chart-norecords:before {
        position: absolute;
        background-image: url(Images/no-data-chart.png);
        background-repeat: no-repeat;
        background-position: top center;
        width: 200px;
        height: 200px;
        display: block;
        content: "";
        top: 40%;
        left: 50%;
        margin: -100px 0 0 -100px;
        background-size: 200px auto;
    }

    div.chart-norecords:after {
        position: absolute;
        content: "No data found";
        top: calc(40% + 130px);
        left: 0;
        margin: -21px 0 0 0;
        padding-left: 8px;
        color: #838f9b;
        font-size: 14px;
        right: 0;
        text-align: center;
    }

.field-outside-grid {
    margin-bottom: -65px;
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 13px 0;
    position: relative;
    z-index: 1;
    width: 320px;
}

.k-tabstrip {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.custom-k-tabstrip.k-tabstrip-top > .k-tabstrip-items-wrapper {
    position: sticky;
    top: 57px;
    z-index: 4;
    border: 0;
    padding: 0 15px;
    margin: 0 -15px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
}

    .custom-k-tabstrip.k-tabstrip-top > .k-tabstrip-items-wrapper .k-tabstrip-items {
        justify-content: center;
    }

    .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
        margin-bottom: 0;
        border: 0;
        border-bottom: transparent solid 2px !important;
        border-radius: 0;
    }

        .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
            border-bottom-color: #007bff !important;
            margin-bottom: 0;
        }

        .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:not(.k-active):hover {
            background-color: #f0f1f2;
        }

    .k-tabstrip-top > .k-tabstrip-items-wrapper .k-tabstrip-items .k-link {
        padding-inline: 1.5rem;
        color: #000;
    }

.k-tabstrip-top > .k-tabstrip-content {
    padding: 0;
    border: 0;
    background-color: transparent;
    outline: none !important;
    color: #000;
}

/* Sweet Alert */

.swal2-modal .swal2-title {
    color: #000 !important;
}

.swal2-modal .swal2-content {
    color: #828282 !important;
}

.swal2-popup {
    border-radius: 15px !important;
    padding-bottom: 3rem !important;
}

.swal2-popup .swal2-actions {
    margin: 3em auto 0 !important;
}

    .swal2-popup .swal2-styled {
        margin: 0 7.5px !important;
        border-radius: 7px !important;
        box-shadow: none !important;
        transform: none !important;
    }

        .swal2-popup .swal2-styled.swal2-confirm {
            background-color: #0d6efd !important;
        }

        .swal2-popup .swal2-styled.swal2-cancel {
            background-color: #e4e7eb !important;
            color: #212529 !important;
            font-weight: 500 !important;
            border: 0px solid #e4e7eb !important;
        }

.swal2-icon:not(.swal2-animate-error-icon):not(.swal2-animate-success-icon) {
    line-height: 84px !important;
    font-size: 40px !important;
}
    .swal2-icon:not(.swal2-animate-error-icon):not(.swal2-animate-success-icon) .swal2-icon-text {
        font-size: 54px !important;
    }

.swal2-container.swal2-shown {
    background-color: rgba(243, 244, 255, 0.75) !important;
}

.swal2-popup {
    box-shadow: 0 8px 10px -5px rgb(196, 200, 230),0 16px 24px 2px rgb(230, 230, 230),0 6px 30px 5px rgb(240, 242, 255) !important;
}
