﻿
/*@font-face {
    font-family: 'circularstd';
    src: url('../font/circularstd/circularstd-medium.otf') format('opentype');
}*/
@font-face {
    font-family: 'circularstd';
    src: url('../font/circularstd/circularstd-medium.otf') format('opentype');
}
@font-face {
    font-family: 'EuclidCircular';
    src: url('../font/font euclid/euclid circular a medium.ttf') format('truetype');
}
body {
    background: #fff !important;
    background-size: 100% auto;
    position: relative;
    color: #344054;
    font-family: 'EuclidCircular' !important;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto !important;
    background-repeat: no-repeat !important;
}

.page {
    overflow-x: hidden;
}

.py-7x {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.w-auto {
    width: auto !important;
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-49 {
    width: 48.5% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.h-100 {
    height: 100vh !important;
}

.no-wrap {
    white-space: nowrap !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-bold {
    font-weight: 700 !important;
}

.text-white {
    color: #fff !important;
}

.bg-white {
    background: #fff !important;
}

.bg-secondary {
    background: #F9FAFB !important;
}

.bg-brand-purple {
    background: #F9F5FF !important;
}

.bg-brand-orange {
    background: #FEF3F2 !important;
}

.bg-brand-green {
    background: #ECFDF3 !important;
}

.bg-brand-yellow {
    background: #FFFAEB !important;
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.p-15 {
    padding: 15px !important;
}
.p-24{
    padding:24px !important;
}

.mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.mt--20 {
    margin-top: -20px !important;
}

.ms-20 {
    margin-left: 20px !important;
}

.ml--30 {
    margin-left: -30px !important;
}

.ml-290 {
    margin-left: 290px !important;
}

.w-95 {
    width: 95% !important;
}

.mh-20 {
    min-height: 20px !important;
}

.mh-140 {
    min-height: 140px !important;
}

.mh-330 {
    min-height: 330px !important;
}

.mh-350 {
    min-height: 390px !important;
}

.pl-54 {
    padding-left: 52px !important;
}

.position-relative {
    position: relative !important;
}

.nav-link {
    border-radius: 12px !important;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default !important;
}

.border-none {
    border: none !important;
}

.white-space-no-wrap {
    white-space: nowrap;
}
/*================================ Sidebar and Header ============================*/
.top-row {
    background: #fff !important;
    border: none !important;
}

.navbar-brand {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sidebar-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -1px;
    color: #101828;
}

.requested-user-img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.nav-item {
    padding-bottom: 1px !important;
}

    .nav-item .nav-link {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px !important;
        letter-spacing: -0.5px;
        text-align: center;
        color: #182230 !important;
        white-space: nowrap;
        border: 2px solid #fff !important;
    }

        .nav-item .nav-link.active {
            background-color: #F9FAFB !important;
            border: 2px solid #9E77ED !important;
        }
/* .nav-item .nav-link svg{
            width:20px;
            height:20px;
        }*/
/*.nav-item a.active {
        color: #7929FE !important;
    }*/
/* .nav-item a.active .sidebar-icon path {
            stroke: #7929FE;
        }

        .nav-item a.active .reward-item-icon path {
            fill: #7929FE;
        }

        .nav-item a.active .setting-icon > g > rect {
            stroke: #7929FE;
        }

        .nav-item a.active .send-reward-icon path {
            fill: #7929FE;
        }

        .nav-item a.active .point-management-icon path:first-child {
            stroke: #7929FE;
        }

        .nav-item a.active .point-management-icon path:nth-child(2) {
            fill: #7929FE;
        }

        .nav-item a.active .promotion-icon path:first-child {
            fill: #7929FE !important;
        }

        .nav-item a.active .promotion-icon path:nth-child(2) {
            fill: #7929FE !important;
        }

        .nav-item a.active .promotion-icon path:nth-child(3) {
            fill: #7929FE !important;
        }

        .nav-item a.active .promotion-icon path:nth-child(4) {
            fill: #7929FE;
        }*/
.header-bar {
    /*display: flex;
    flex-direction: row;
    width: 100%;*/
    /*padding: 4px 16px;*/
    /*justify-content: start;
    align-items: center;
    background: #FFF;
    width: 100%;
    height: 74px;*/
    /*border-bottom: 1px solid #EBEBEF;*/
    height: 14px;
}

.sidebar {
    display: flex !important;
    flex-direction: column !important;
    height: 99vh !important;
    max-height: 99vh !important;
    position: fixed !important;
    top: 2px !important;
    left: 3px !important;
    padding: 12px 8px 8px 10px !important;
    background: #fff !important;
    z-index: 100 !important;
    border: 1px solid #EBEBEF;
    border-radius:12px;
    /*width: 240px !important;*/
    width: 280px !important;
}

.sidebar-icon, .reward-item-icon, .point-management-icon, .promotion-icon {
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
}

.sidebar-logo {
    width: 140px;
    height: auto;
    margin-left: 14px;
}

.sidebar-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 8px 4px 8px;
    border-radius: 8px;
    background-color: var(--bg-gray);
    color: #3F3F50;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
}

.sidebar-sub-logo {
    width: 50px;
    height: auto;
}

.sidebar-nav-list {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    width: 100%;
    padding-bottom: 8px;
    padding-right: 4px;
}

.sidebar-nav-list-h320 {
    height: calc(100vh - 80px) !important;
}

.sidebar-nav-list-h470 {
    height: calc(100vh - 480px) !important;
}

.sidebar-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    width: 100%;
    padding: 4px 8px;
    border-radius: 8px;
    background: #fff;
    color: #344054;
}

.sidebar-admin-info-card {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 18px 8px 2px 8px;
    border-radius: 0px;
    background: #fff;
    width: 100%;
    border-top: 1px solid #E4E7EC;
}

.sidebar-admin-img {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    object-fit: cover;
    border-radius: 50%;
    background-color: #E11D3F;
}

.side-bar-admin-info-text {
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 155px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.pl-280 {
    padding-left: 280px !important;
}

.page-header-bar {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 16px 20px;
    background: #fff;
    border-bottom: 1px solid #EBEBEF;
}

.page-content {
    height: calc(100vh - 260px) !important;
    overflow: auto;
    background-color: var(--bg-gray);
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 16px 20px;
}


.vertical-divider {
    width: 1px;
    height: 14px;
    border-right: 1px solid #EBEBEF;
    display: flex;
}



.dropdown-toggle::before {
    border-top: 0 !important;
    width: 1.2rem !important;
    height: 1.2rem !important;
}

.dropdown-toggle::after {
    border-top: 0 !important;
    width: 1.2rem !important;
    height: 1.2rem !important;
    background-size: 1.2rem 1.2rem;
}

.filter-dropdown-menu {
    min-width: 200px;
}

.filter-count {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -9px;
    right: -3px;
    min-width: 14px;
    min-height: 14px;
    max-width: 14px;
    max-height: 14px;
    background: #E11D3F !important;
    border-radius: 50%;
    font-weight: 400 !important;
    font-size: 8px;
    color: #fff;
}

.filter-tab {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    border: 1px solid #D1D1DB;
    background: #fff;
    color: #3F3F50;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    white-space: nowrap;
    outline: none !important;
}

    .filter-tab .filter-close-icon {
        width: 9.33px;
        height: 9.33px;
        cursor: pointer;
        margin-left: 6px;
    }



.card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px 15px;
    border: 1px solid #EBEBEF;
    padding: 16px 16px 20px 16px;
    border-radius: 8px;
    box-shadow: none;
}

.warning-badge {
    background: #FEF0F4;
    color: var(--text-red);
    padding: 4px 8px;
    border-radius: 8px;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    white-space: nowrap;
}

    .warning-badge .icon {
        width: 16px;
        height: 16px;
    }

.process-status-group {
    border: 1px solid #D1D1DB;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    width: auto !important;
}

    .process-status-group .process-status {
        padding: 5px 8px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .process-status-group .check-icon {
        width: 16px;
        height: 16px;
    }

    .process-status-group .process-status-text {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        color: var(--text-secondary);
    }

    .process-status-group .process-status-text-active {
        color: var(--text-green);
    }

    .process-status-group .process-status-cancel-text {
        color: var(--text-red);
    }


.navbar-admin-info-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 8px;
    border-radius: 8px;
    background: #F7F7F8;
    width: 100%;
}

.setting-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.primary-btn:hover, .primary-btn:focus {
    background: #1D4ED8 !important;
    color: #fff !important;
}



.secondary-btn {
    display: flex;
    padding: 12px 14px 12px 14px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    /*background: #DBEAFE;*/
    /*color: #0075FF;*/
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    white-space: nowrap;
    background: #fff;
    color: #000 !important;
}

    .secondary-btn .icon {
        width: 20px;
        height: 20px;
    }

    .secondary-btn:hover, .secondary-btn:focus {
        /*background: #BFDBFE !important;*/
        background: #f2f2f2 !important;
    }

.primary-btn-sm {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    /*gap: 8px;*/
    border-radius: 12px;
    background: #0075FF;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

    .primary-btn-sm .icon {
        width: 20px;
        height: 20px;
    }

    .primary-btn-sm:hover {
        background: #005bc7 !important;
    }

.secondary-btn-sm {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    /*background: #DBEAFE;*/
    background: #7929FE;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

    .secondary-btn-sm .icon {
        width: 20px;
        height: 20px;
    }

    .secondary-btn-sm:hover {
        background: #7929FE !important;
        color: #fff !important;
    }


button {
    box-shadow: none;
    outline: none;
    border: none;
}

.position-relative {
    position: relative;
}

a {
    cursor: pointer;
}

.primary-link, .primary-link:hover {
    color: #0075FF;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
    outline: none;
    text-decoration: none;
}


/*================================ /New Sidebar Two============================*/





/*Modal*/
.modal-dialog-md {
    max-width: 600px !important;
}

.modal-dialog-sm {
    max-width: 500px !important;
}
.modal-dialog-sm {
    max-width: 400px !important;
}
.modal-dialog-xs {
    max-width: 390px !important;
}

.modal-close {
    width: 24px;
    height: 24px;
    cursor: pointer !important;
    position: absolute;
    top: 1.2rem;
    /*right: 0.75rem;*/
    right: 1.4rem;
}

.fix-width-modal-content {
    /*width: 40rem !important;*/
}

.modal-header {
    padding: 1.5rem !important;
}

.modal-body {
    padding: 1.5rem;
}

.modal-footer {
    border-top: none !important;
    padding: 1.5rem;
}

.modal-bg-image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
/*.modal.show {
    display: block;
    opacity: 1;
}

.modal.fade-out {
    opacity: 0;
}*/
.custom-form-control {
    padding: 8px 12.773px 8px 12.773px;
    border-radius: 12px;
    background-color: #F1F5F9;
    border: 1px solid #F1F5F9;
    box-shadow: none;
    /*text*/
    /*color: #94A3B8;*/
    color: #0F172A;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.5px;
}

    .custom-form-control:focus {
        background-color: #fff;
        box-shadow: none;
        border: 1px solid #E2E8F0;
    }

.custom-phone-contact-form-control {
    background-color: #F1F5F9 !important;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border: 1px solid #F1F5F9;
}

    .custom-phone-contact-form-control:focus {
        background-color: #fff !important;
        box-shadow: none;
        border: 1px solid #E2E8F0;
    }

.custom-phone-contact-placeholder-control {
    background-color: #F1F5F9 !important;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border: 1px solid #F1F5F9;
}

.custom-text-area {
    padding: 8px 12.773px 8px 12.773px;
    border-radius: 12px;
    background-color: #F1F5F9;
    border: 1px solid #F1F5F9;
    box-shadow: none;
    color: #475569;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.5px;
    width: 100%;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .custom-text-area:focus {
        background-color: #fff;
        box-shadow: none;
        border: 1px solid #E2E8F0;
    }

::placeholder {
    color: #94A3B8 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.5px;
}

:-ms-input-placeholder {
    color: #94A3B8 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.5px;
}

::-ms-input-placeholder {
    color: #94A3B8 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.5px;
}

.custom-form-control-box {
    padding: 8px 12.773px 8px 12.773px;
    border-radius: 12px;
    background-color: #F1F5F9;
    border: 1px solid #F1F5F9;
    box-shadow: none;
    color: #0F172A;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.5px;
    cursor: pointer;
}

.modal-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #E2E8F0 !important;
    height: 100%;
    overflow-y: auto;
}

.modal-card {
    display: flex;
    width: 100%;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    background: #F1F5F9;
    color: #0F172A;
}

    .modal-card .title {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -0.5px;
        color: #0F172A;
    }

    .modal-card .description {
        color: #64748B;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -0.5px;
    }

    .modal-card:hover, .modal-card:focus {
        background: #DBEAFE !important;
    }

.modal-card-active, .modal-card-active:hover, .modal-card-active:focus {
    background: #0075FF !important;
}

    /*.modal-card:hover .title, .modal-card:focus .title, */
    /*.modal-card:hover .description, .modal-card:focus .description, */
    .modal-card-active .title, .modal-card-active:hover .title, .modal-card-active:focus .title {
        color: #fff !important;
    }


    .modal-card-active .description, .modal-card-active:hover .description, .modal-card-active:focus .description {
        color: #E0EEFF !important;
    }


.modal-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    height: 100%;
}

.billing-left-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 60vh;
    overflow-y: auto;
}

.refer-left-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-y: auto;
    padding: 20px 30px 40px;
}

.confirmation-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 9px 10px 8px 29px;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #0075FF;
    background: #FFF;
}
/*Modal*/

/*scroll*/
html {
    scroll-behavior: smooth !important;
}

*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

*::-webkit-scrollbar-track {
    margin: 7px 0 7px 0px;
    border-radius: 20px;
}

*::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 20px;
}
/*end scroll*/


.add-new-btn {
    color: #0075FF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
    cursor: pointer;
    border: none;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

    .add-new-btn:focus {
        border: none;
        box-shadow: none;
    }

    .add-new-btn .icon {
        width: 18px;
        height: 18px;
        margin-bottom: 3px;
    }

.calendar-icon {
    width: 22px;
    height: 22px;
}



.scroll-container {
    width: 100%;
    height: calc(100vh - 264px) !important;
    overflow: auto;
    cursor: grab;
}

.scroll-content {
    width: 100%;
    cursor: grab;
    display: flex;
    flex-direction: row;
    justify-content: start;
    /*gap: 15px;*/
    height: calc(100vh - 270px) !important;
    padding-bottom: 12px;
    padding-left: 30px;
}

.modal {
    cursor: default !important;
}

.users-icon {
    width: 18px;
    height: 18px;
}

.text-overflow {
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

a {
    cursor: pointer !important;
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5rem !important;
}

.loading-sm {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cancellation-modal {
    border: 1px solid #0F172A !important;
    background: #F7F7F8;
}


.radio-btn {
    padding: 12px 14px 12px 14px;
    width: 50%;
    justify-content: center;
    align-items: center;
    /*gap: 8px;*/
    border-radius: 16px;
    background: #F1F5F9;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    white-space: nowrap;
    text-align: center
}

    .radio-btn:hover {
        background: #E11D3F !important;
        color: #fff !important
    }

/*.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: red;
    background-color: red;
    border-color: red;
}*/


.validation-list-height {
    height: calc(100vh - 190px) !important;
    overflow: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.history-list-height {
    height: calc(100vh - 300px) !important;
    overflow: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.appointment-list-height {
    height: calc(100vh - 250px) !important;
    overflow: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.pt-16 {
    padding-top: 16px !important;
}

.pt-100 {
    padding-top: 100px
}

.pt-50 {
    padding-top: 50px
}
.pt-24{
    padding-top:24px!important;
}

.active {
    background-color: #F9FAFB !important;
    border: 2px solid #9E77ED !important;
}

.custom-search-box {
    display: flex;
    padding: 10px 24px 10px 42px;
    justify-content: start;
    width: 280px;
    align-items: center;
    border-radius: 12px;
    background: #F1F5F9;
    box-shadow: none;
    outline: none;
    border: none;
    color: #475569;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #F1F5F9;
    background-image: url('../images/icons/search.svg');
    background-position: 9px 9px;
    background-repeat: no-repeat;
}

    .custom-search-box:focus {
        background-color: #fff;
        box-shadow: none;
        border: 1px solid #E2E8F0;
    }

.form-submit-btn {
    padding: 10px 18px 10px 18px;
    border-radius: 12px;
    /*background: #252525;*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #fff;
    background: #7929FE;
}

    .form-submit-btn:hover, .form-submit-btn:focus {
        background: #711efb;
    }

.custom-text-box {
    display: flex;
    padding: 14px 24px 14px 14px;
    justify-content: start;
    width: 100%;
    align-items: center;
    border-radius: 12px;
    background-color: #F1F5F9;
    box-shadow: none;
    outline: none;
    border: none;
    color: #475569;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #F1F5F9;
}

    .custom-text-box:focus {
        background-color: #fff;
        box-shadow: none;
        border: 1px solid #E2E8F0;
    }

.custom-text-box-with-icon {
    padding: 14px 14px 14px 38px;
    background-image: url('../images/icons/phone-icon.svg');
    background-position: 10px 12px;
    background-repeat: no-repeat;
}

.purchase-amount-text-box {
    background-image: url('../images/icons/Dollar-icon.svg');
}

.reference-num-text-box {
    background-image: url('../images/icons/Reference-num-icon.svg');
}

.expire-date-text-box {
    background-image: url('../images/icons/input-calender.svg');
}

    .expire-date-text-box [type=number]:invalid {
        border: 1px solid red;
        outline: none;
    }

.username-text-box {
    background-image: url('../images/icons/username-icon.svg');
}

.password-text-box {
    background-image: url('../images/icons/password-icon.svg');
}

.reward-user-info-card {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #CBD5E1;
    display: flex;
    flex-direction: column;
}

.not-found-reward-user-info {
    border: 1px solid #F87171;
}

.user-info-icon {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.user-type-badge {
    width: 18px;
    height: 18px;
}

.redeem-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #D4D4D8;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
}

    .redeem-card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

    .redeem-card img {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        width: 100%;
    }

.redeem-card-container {
    padding: 8px 16px 16px 16px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.redeem-card-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6px 18px;
    border: 1px solid #D4D4D8;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.5px;
    letter-spacing: -0.02em;
    color: #18181B;
    border-radius: 10px;
    background: #fff;
}

    .redeem-card-btn:focus, .redeem-card-btn:hover {
        background: #F1F5F9;
    }

.redeem-detail-img {
    width: 100%;
    height: 231px;
    object-fit: cover;
    border-radius: 12px;
}

.offer-tabs {
    display: flex;
    justify-content: space-between;
    background: #F1F5F9;
    border-radius: 12px;
    padding: 4px;
}

    .offer-tabs .nav-link {
        border-radius: 10px !important;
        padding: 8px 15px !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        color: #475569 !important;
        background: #F1F5F9 !important;
    }

        .offer-tabs .nav-link.active {
            color: #fff !important;
            /*background: #252525 !important;*/
            background: #7929FE !important;
        }

/*.tab-content {
    padding-top: 16px;
}

    .tab-content > .active {
        background: #fff !important;
    }*/

.table-primary-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #F5F0FF;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    letter-spacing: -0.02em;
    color: #7929FE;
    border-radius: 12px;
    background: #fff;
}

    .table-primary-btn:focus, .table-primary-btn:hover {
        background: #F5F0FF;
    }

.login-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

.uploadbtn:focus {
    background: white !important;
}


/*checkbox*/


.form-check-label {
    font-size: 14px !important;
    color: #0F172A !important;
}
.label-with-border {
    border-radius: 12px;
    padding: 16px !important;
    display: flex;
    flex-direction: row;
    justify-content: start;
    border: 1px solid #E9EAEB;
    background:#fff;
}
    .label-with-border:has(input[type=checkbox]:checked), .label-with-border:has(input[type=radio]:checked) {
        border: 2px solid #9E77ED !important;
    }
.form-check-input {
    border: 1px solid #D0D5DD;
}

    .form-check-input:checked {
        background-color: #7929FE;
        border-color: #7929FE;
    }

.multiple-select-box {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    padding: 14px 14px 15px 14px;
    border: none;
    border-bottom: 1px solid #CBD5E1;
    background-color: #F1F5F9;
    border-radius: 12px 12px 0px 0px;
}

.border-top-line {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-top: 1px solid #E4E7EC;
}

.multiple-select-list-box {
    display: flex;
    width: 100%;
    flex-direction: column;
    border-radius: 0px 0px 10px 10px;
    background: #F1F5F9;
    padding: 10px 15px 7px 15px;
}

.collapse-toggler .collapse-toggler-default {
    display: flex;
}

.collapse-toggler .collapse-toggler-expanded {
    display: none;
}

.collapse-toggler[aria-expanded=true] .collapse-toggler-default {
    display: none
}

.collapse-toggler[aria-expanded=true] .collapse-toggler-expanded {
    display: flex
}


.collapse-arrow-up {
    width: 15px;
    height: 15px;
}

.collapse-arrow-down {
    width: 16px;
    height: 16px;
}

.form-label {
    color: #344054;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.custom-select {
    background: #F1F5F9;
    width: 100%;
    padding: 10px 12px 10px 12px;
    gap: 0px;
    border-radius: 12px;
    border: none;
    height: 40px
}

.custom-qty-box {
    width: 40px;
    background: #fff;
    border: none;
    text-align: center
}

.btn-qty {
    background: #CBD5E1;
    border-radius: 4px;
    width: 23px;
    height: 23px
}

.text-cyan {
    color: #7929FE !important;
}

.btn-cyan {
    background: #7929FE;
}

    .btn-cyan:hover, .btn-cyan:focus {
        background: #711efb;
    }

.btn-white {
    background: #fff !important;
    color: #0F172A !important
}

    .btn-white:hover, .btn-white:focus {
        background: #fff !important;
        color: #0F172A !important
    }

.login-btn {
    background-color: #7929FE;
    padding: 12px 18px 12px 18px;
    border-radius: 12px;
    color: white;
}

.disabled:hover, .disabled:focus {
    cursor: not-allowed !important;
}

.disabled {
    /* background: #dddddd !important;*/
    cursor: not-allowed !important;
}

/*button .disabled {
    background: #dddddd !important;
    cursor: not-allowed !important;
}*/

button .disabled:hover, button .disabled:focus {
    background: #dddddd !important;
    cursor: not-allowed !important;
}

.btn-primary-disabled:hover, .btn-primary-disabled .disabled:focus, .btn-primary-disabled {
    cursor: not-allowed !important;
    background-color: #7F56D9 !important;
    opacity: 0.5 !important;
}

.photo-upload-img {
    border-radius: 12px;
    object-fit: cover;
    min-width: 112px;
    min-height: 103px;
    max-width: 112px;
    max-height: 103px;
}

.promoproductbtn {
    height: 103px;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    cursor: pointer !important;
}

.t-0 {
    top: 0px;
}

.remove-btn {
    background: #EF4444;
    border: 1px solid #EF4444;
    color: #fff !important;
    border-radius: 50%;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    font-size: 14px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 5px;
}

.pos-absolute {
    position: absolute;
    top: 5px;
    right: 5px;
}


.remove-btn:hover {
    color: #fff;
}

.photo-upload-container {
    display: flex;
    border-radius: 12px;
    min-width: 112px;
    max-height: 103px;
    max-width: 112px;
    max-height: 103px;
    position: relative;
    cursor: pointer;
}

.item-count {
    color: #7929FE;
}

/*
.text-primary {
    color: #7929FE !important;
}
.text-tertiary {
    color: #475467 !important;
}*/
.flex-1 {
    flex: 1
}

.br {
    border: 1px solid #ddd
}

.tier-card {
    display: flex;
    width: 100%;
    flex-direction: column;
    border: 1px solid #CBD5E1;
    padding: 20px;
    border-radius: 20px;
}

.tier-benefit-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tier-benefit {
    display: flex;
    flex-direction: row;
    width: 50%;
    align-items: center;
    padding-right: 35px;
}

.tier-benefit-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
}


.code-box {
    background: #fff !important;
    border: 1px solid #64748B !important;
    position: relative;
}

.code-box-copy {
    position: absolute;
    right: 12px;
    top: 14px;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.border-radius-12 {
    border-radius: 12px;
}

.pre-order-left-container {
    padding-right: 20px;
    border-right: 1px solid #CBD5E1;
    display: flex;
    flex-direction: column;
    width: 40%;
    padding-bottom: 30px;
    height: calc(100vh - 140px) !important;
    overflow-y: auto;
    margin-right: -10px;
    padding-right: 10px;
}

.pre-order-right-container {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    width: 60%;
    padding-bottom: 30px;
    height: calc(100vh - 140px) !important;
    overflow-y: auto;
    margin-right: -10px;
    padding-right: 10px;
}

.item-tabs {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .item-tabs .nav-item {
        width: 100%;
    }

    .item-tabs .nav-link {
        width: 100%;
        border: 1px solid #CBD5E1;
        border-radius: 12px;
        padding: 12px;
    }

    .item-tabs div.active {
        background-color: #fff !important;
        border: 1px solid #7929FE !important;
        color: #000 !important;
    }

.preorder-item-image {
    min-width: 36px;
    min-height: 64px;
    max-width: 36px;
    max-height: 64px;
    border-radius: 4px;
    object-fit: cover;
}

.preorder-item-list-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #CBD5E1;
    color: #000 !important;
}

.preorder-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    color: #000 !important;
}

    .preorder-item .preorder-item-info {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: end;
        /* width: 25%;*/
        width: 20%;
        color: #000 !important;
    }

.no-item-placeholder {
    width: 167px;
    height: 129px;
}

.select2-selection {
    border-radius: 12px !important;
    box-shadow: none !important;
    border: none !important;
    background: #F1F5F9 !important;
}

.tab-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    background: #fff;
    color: #0F172A;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
}

    .tab-btn:hover, .tab-btn:focus, .tab-btn-active {
        background: #F5F0FF;
        color: #7929FE;
    }

/*.tab-btn .icon {
        width: 20px;
        height: 20px;
    }*/

.badge {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 3px 8px;
    background: #F7F7F8;
    border-radius: 12px;
}

.no-data-placeholder-container {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 250px) !important;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.page-size-dropdown-icon {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

.pagesize-filter-btn {
    border-radius: 12px;
    background: #F1F5F9;
    padding: 8px 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.pagesize-dropdown-menu .form-select {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.promotion-list-container-wrapper {
    height: calc(100vh - 280px) !important;
    overflow: auto;
}

.promotion-list-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-right: -24px;
    align-items: start;
}

.promotion-card {
    width: 30.5% !important;
    background: #fff !important;
    border-radius: 12px;
    border: none !important;
    width: 100%;
    border: 1px solid #CBD5E1 !important;
    padding: 0px !important;
    position: relative;
}

    .promotion-card .card-body {
        padding: 20px 14px 20px 14px;
    }

    .promotion-card .card-img-top {
        min-height: 109px !important;
        max-height: 109px !important;
        object-fit: cover !important;
    }

.promo-text-header {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
}

.promo-text-intro {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    min-height: 43px !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 14px;
}

/*input::-webkit-datetime-edit {
    position: relative;
    left: 15px;
}

input::-webkit-datetime-edit-fields-wrapper {
    position: relative;
    left: 15px;
}*/
.action-btn-container {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.filter-btn:hover, .filter-btn:focus {
    background: #E2E8F0 !important;
    color: #0F172A !important;
}

.filter-btn .icon {
    width: 20px;
    height: 20px;
}

.filter-btn {
    display: flex;
    padding: 12px 14px 12px 20px;
    justify-content: center;
    align-items: center;
    /* gap: 8px; */
    border-radius: 16px;
    background: #fff;
    color: #0F172A;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    border: none;
    background: #E2E8F0 !important;
}

.reportfilter-count {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -9px;
    right: 0px;
    min-width: 18.86px;
    min-height: 18.86px;
    max-width: 18.86px;
    max-height: 18.86px;
    background: #7929FE !important;
    border-radius: 50%;
    font-weight: 400 !important;
    font-size: 9px;
    color: #F8FAFC;
}

.primary-btn {
    display: flex;
    padding: 12px 14px 12px 14px;
    justify-content: center;
    align-items: center;
    /* gap: 8px; */
    border-radius: 16px;
    background: #0075FF;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

.filter-button {
    border-radius: 12px;
    border: 1px solid var(--Slate-300, #CBD5E1);
    padding: 8px 10px 8px 18px;
}

.env-status {
    /*background: #F1F5F9;
    padding: 5px 8px 5px 6px;
    border-radius: 8px;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.18px;
    letter-spacing: -0.5px;
    color: #334155;
}

.icon-12 {
    width: 12px;
    height: 12px;
}

.icon-16 {
    width: 16px;
    height: 16px;
}

.icon-20 {
    width: 20px;
    height: 20px;
}
.icon-28 {
    width: 28px;
    height: 28px;
}
.icon-32 {
    width: 32px;
    height: 32px;
}

.icon-36 {
    width: 36px;
    height: 36px;
}

.icon-40 {
    width: 40px;
    height: 40px;
}

.icon-48 {
    width: 48px;
    height: 48px;
}

.icon-56 {
    width: 56px;
    height: 56px;
}

.border-card {
    border: 1px solid #E4E7EC;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 12px;
    padding: 24px;
}

.billing-border-card {
    border: 1px solid #E4E7EC;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 12px;
    padding: 15px;
}

.one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 24rem;
}

.two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.three-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Assessment Sidebar */
.assessment-sidebar-list {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: calc(100vh - 24px) !important;
    overflow-y: auto;
    width: 100%;
    padding-bottom: 8px;
    padding-right: 4px;
    padding-top: 1rem;
}

.assessment-sidebar {
    display: flex !important;
    flex-direction: column !important;
    height: 100vh !important;
    max-height: 100vh !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    padding: 12px 8px 8px 24px !important;
    background: #fff !important;
    z-index: 100 !important;
    border-right: 1px solid #EBEBEF;
    /*width: 240px !important;*/
    width: 280px !important;
}

.step {
    display: flex;
    align-items: start;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
}

.step-icon {
    width: 48px !important;
    height: 48px !important;
    border: 1px solid #E4E7EC;
    border-radius: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    margin-right: 15px;
}

    .step-icon img {
        width: 16px;
        height: 16px;
    }

.step-content {
    flex: 1;
}

.step-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #333;
    margin-top: 5px;
}

.step-description {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Container for all steps */
.app-step-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: Arial, sans-serif;
}

/* Individual step */
.app-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
    cursor: no-drop;
}

/* Step circle */
.app-step-circle {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #E4E7EC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: white;
    margin-right: 10px;
    z-index: 1;
}

    .app-step-circle img {
        width: 24px;
        height: 24px;
        opacity: 0.5;
    }
/* Line between steps */
.app-step::before {
    content: '';
    position: absolute;
    left: 22px; /* Center the line on the circles */
    top: 50px;
    bottom: -16px;
    width: 2px;
    background-color: #E9EAEB;
    z-index: 0;
}

/* Text content of each step */
.app-step-content {
    display: flex;
    flex-direction: column;
}

.app-step-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #344054;
    opacity: 0.5;
    margin-top: 4px;
}

.app-step-description {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #475467;
    line-height: 20px;
    opacity: 0.5;
}


/* Current step styles */
.app-step.current .app-step-circle img, .app-step.current .app-step-title, .app-step.current .app-step-description, .current {
    opacity: 1 !important;
    cursor: pointer !important;
}

/* Last step style adjustment */
.app-step:last-child::before {
    display: none; /* Remove line after the last step */
}

.file-upload-container {
    border: 1px solid #E9EAEB;
    padding: 14px 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.uploaded-file-container {
    border: 1px solid #E9EAEB;
    padding: 14px 16px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    border-radius: 10px;
    background: #fff;
    position: relative;
    width: 100%;
}
    .uploaded-file-container .file-name {
        padding-right: 44px;
        word-break: break-all;
    }
.file-progress-bar {
    width: 100%;
}

.file-delete-icon {
    position: absolute;
    top: 8px;
    right: 15px;
    cursor: pointer;
}

.question-border-card {
    border: 1px solid #D0D5DD;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    border-radius: 12px;
    padding: 16px;
    background: #fff;
    cursor: pointer;
}

.question-border-card-purple {
    border: 2px solid #9E77ED;
    background: #F4EBFF;
}

.question-border-card-gray {
    border: 1px solid #E4E7EC;
    background: #F2F4F7;
}

.question-border-card-selected {
    border: 2px solid #9E77ED;
}

.chart-img {
    width: 112px;
    height: 56px;
}

/*.page-item.active .page-link {
    background: #F9FAFB !important;
    border: 1px solid #F9FAFB !important;
    color: #0F172A !important
}*/
.z-i-1 {
    z-index: 1 !important;
}

.pagination {
    background: #fff;
    margin: 0px;
}

    .pagination .page-item {
        background: #fff;
    }

.page-item {
    margin: 0px !important;
    display: flex;
    padding: 0px;
    margin: 0px 8px !important;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    border: 1px solid #D0D5DD;
    background: #fff;
    color: #475467;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    cursor: pointer;
    white-space: nowrap;
    outline: none !important;
    border-radius: 8px !important;
}

/*.page-item:first-child {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
    }

    .page-item:last-child {
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
    }*/

.pagination .page-item img {
    width: 16px;
    height: 16px;
    filter: invert(1%) sepia(5%) saturate(1206%) hue-rotate(188deg) brightness(8%) contrast(10%);
}

.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
    background: none !important;
    color: #344054 !important;
    font-weight: bold !important;
}

.pagination .disabled {
    background: #fff !important;
    cursor: no-drop;
}

    .pagination .disabled > img {
        filter: invert(91%) sepia(5%) saturate(1206%) hue-rotate(188deg) brightness(358%) contrast(49%);
    }

.pagination .active {
    background: #F9FAFB !important;
    color: #344054 !important;
    font-weight: bold !important;
    border: 1px solid #F9FAFB !important;
}

.page-item.active .page-link {
    padding: 0 !important;
    background: none !important;
    color: #344054 !important;
    font-weight: bold !important;
    border: none !important;
}

.paging-btn {
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 7px 12px;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    text-align: center;
    color: #0F172A;
    border-radius: 8px !important;
    background: #fff;
}

    .paging-btn:focus, .paging-btn:hover, .paging-btn.current {
        background: #F9FAFB;
        border: 1px solid #F9FAFB !important;
    }

.fileUploadbtn {
    height: 101px;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    cursor: pointer !important;
}

.assessment-border-card {
    border: 1px solid #D0D5DD;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    border-radius: 12px;
    padding: 16px;
    background: #fff;
}

.fill-in-black-box {
    background: #F4EBFF;
    border-bottom: 1px solid #7F56D9;
    display: inline-block;
    width: 107px;
    height: 25px;
    margin: 0px 4px;
}

.loading-bg-circles-img {
    position: absolute;
    left: 10px;
    top: 16px;
    z-index: 0;
    width: 236px;
    height: auto;
    object-fit: contain;
}

.error-text {
    color: #D92D20;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}

.page-bg-circles {
    position: absolute;
    top: -4.5rem;
    left: -4.5rem;
    z-index: 0;
}

.h-100vh {
    height: 100vh !important;
}

.input {
    min-width: 40px;
    min-height: 44px;
    max-width: 40px;
    max-height: 44px;
    border: none;
    /*border-bottom: 3px solid rgba(0, 0, 0, 0.5);*/
    margin: 0 6px 0px 0px;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #344054;
    cursor: not-allowed;
    pointer-events: none;
    border: 1px solid #D5D7DA;
    border-radius: 8px;
}

    .input:focus {
        /*border-bottom: 3px solid orange;*/
        outline: none;
    }

    .input:nth-child(1) {
        cursor: pointer;
        pointer-events: all;
    }

.overflow-hidden {
    overflow: hidden !important;
}

.welcome-page-footer {
    position: fixed;
    bottom: 0;
}

.create-assessment-footer {
    position: fixed;
    bottom: 0;
    background: #fff !important;
    right: 0px;
    z-index: 3;
}

.welcome-page-header {
    position: fixed;
    top: 0;
    border-bottom: 1px solid #E4E7EC;
}

.max-w-30 {
    max-width: 30rem;
}

.max-w-50 {
    width: 35rem;
}

.m-l-13 {
    margin-left: 13px;
}

.isDisable {
    cursor: not-allowed !important;
}

.activity-modal-content {
    position: fixed;
    height: 100vh;
    top: 0;
    right: 0;
    border-radius: 0px !important;
    width: 35rem !important;
}

    .activity-modal-content .modal-header {
        padding: 20px !important;
    }

.activity-modal-body {
    height: calc(100vh - 100px) !important;
    overflow-y: auto;
    padding: 20px !important;
}

.dash-line {
    border-bottom: 1px dashed #D0D5DD;
}

.validate-border-err {
    border: 1px solid #FDA29B !important;
}

    /*.validate-border-err img {
        filter: invert(19%) sepia(90%) saturate(2867%) hue-rotate(351deg) brightness(104%) contrast(89%);
    }*/

.choices {
    width: 100% !important;
}

.choices__inner {
    border-radius: 8px !important;
    background: #fff !important;
}

.choices__list--multiple .choices__item {
    color: #101828 !important;
    border: 1px solid #D5D7DA !important;
    padding: 2px 5px !important;
    border-radius: 6px !important;
    background-color: #fff !important;
}

.choices__input {
    background: #fff !important;
    color: #94A3B8 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.5px;
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
    border-left: none !important;
    background-image: url('../images/icons/x-close.svg') !important;
    background-size: 12px !important;
    margin-left: 2px !important;
    padding-left: 14px !important;
}

.dropdown-menu {
    border: 1px solid #E4E7EC;
    border-radius: 12px;
}

.dropdown-menu-with-select {
    min-width: 13rem !important;
}

.name-filter-dropdown-menu {
    right: unset !important;
    left: unset !important;
}

.more-filter-dropdown-toggle::after, .name-filter-dropdown-toggle::after {
    display: none;
}

.min-h-200 {
    min-height: 18.5rem;
}

.spinner-border {
    color: #52525B !important;
    min-width: 1.8rem;
    max-width: 1.8rem;
    min-height: 1.8rem;
    max-height: 1.8rem;
}

.spinner-border-sm {
    color: #fff !important;
    min-width: 1.2rem;
    max-width: 1.2rem;
    min-height: 1.2rem;
    max-height: 1.2rem;
}

.spinner-border-sm-purple {
    color: #6941C6 !important;
    min-width: 1.2rem;
    max-width: 1.2rem;
    min-height: 1.2rem;
    max-height: 1.2rem;
}

/*.text-danger {
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}*/

@media (min-width: 200px) and (max-width: 800px) {
    .sidebar {
        width: 240px !important;
    }

    .pl-280 {
        padding-left: 240px !important;
    }
}

.answer-box {
    display: flex;
    flex-direction: row;
    background-color: #F9FAFB;
    padding: 16px 25px;
    border-radius: 12px;
}

.bestpossibleanswer-box {
    display: flex;
    flex-direction: row;
    background-color: #F9FAFB;
    padding: 16px 25px;
    border-radius: 12px;
    border: 1px solid #9E77ED;
}

.hidden-in-pdf {
    display: none !important;
}

.progress-bar {
    background-color: #7F56D9 !important;
}

.jobrelate-border-card {
    border: 1px solid #D0D5DD;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    border-radius: 12px;
    padding: 16px;
    background: #fff;
    cursor: pointer;
}

.showvalidation {
    display: block;
}

.hidevalidation {
    display: none;
}

.jobQueTxt {
    color: #535862 !important;
}

    .jobQueTxt:first-line {
        color: #101828 !important;
    }

.navigation-bar {
    display: flex;
    font-size: 16px;
}

.tab-nav-item {
    color: #667085;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 20px !important;
}

    .tab-nav-item.active {
        color: #6941C6; /* Purple text */
        background-color: #F9F5FF !important; /* Light purple background */
        border: none !important;
        font-weight: bold !important;
    }

.accordion-btn.collapsed img {
    content: url('../images/icons/chevron-down-accrodion-icon.svg') !important;
}

.ass-area-list-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem !important;
    width: 100%;
}

.credit-available-card {
    background: #F9FAFB;
    padding: 20px 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.selectionShow {
    display: block !important;
}

.selectionHide {
    display: none !important;
}

/*dropdown*/
.selected-info,
.created-info {
    padding: 15px;
    border-radius: 4px;
}

.selected-info {
    background-color: #e7f3ff;
    border: 1px solid #b9dfff;
}

.created-info {
    background-color: #e7fff1;
    border: 1px solid #b9ffd6;
}

pre {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 4px;
    overflow-x: auto;
}

code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 14px;
    color: #212529;
}


.dropdown-container {
    position: relative;
    width: 100%;
}

.dropdown-trigger {
    /*display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    background-color: white;*/
}

.dropdown-arrow {
    display: none !important;
}

.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.search-box {
    padding: 8px;
    border-bottom: 1px solid #eee;
}

.items-list {
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-item {
    padding: 4px 12px;
    cursor: pointer;
}
/*
    .dropdown-item:hover {
        background-color: #f5f5f5;
    }*/
.items-list .dropdown-item:hover, .items-list .dropdown-item:focus {
    background-color: #0062cc !important;
    color: #fff !important;
}

.custom-action {
    padding: 10px 12px;
    border-top: 1px solid #eee;
}

.border-0 {
    border-radius: 0 !important;
}
/*dropdown*/


/*.scrollable-modal-body{
    max-height:300px !important;
}*/
.answer-checkbox-item label {
    display: flex;
    justify-content: start;
    width: 100%;
    background: #F9FAFB;
    border: 1px solid #E4E7EC;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    color: #475467;
    padding: 4px 8px;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

    /*.checkbox-item input[type="checkbox"] {
        margin-right: 10px;
    }*/

    .answer-checkbox-item label:hover {
        background: #F4EBFF;
        border: 1px solid #7F56D9;
    }

.answer-checkbox-item input[type="radio"]:checked + label, .answer-checkbox-item input[type="checkbox"]:checked + label {
    background: #F4EBFF !important;
    border: 1px solid #7F56D9 !important;
}

.answer-checkbox-item label {
    display: block;
    flex-grow: 1;
}
.tooltip-inner {
    background-color: white !important;
    color: #344054 !important;
    text-align: left;
    max-width: 320px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* optional shadow */
    padding: 12px;
}
    .tooltip-inner strong {
        display: block;
        font-weight: bold;
        margin-bottom:5px;
    }
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: white !important;
}
.highcharts-credits{
    display:none !important;
}
.blank_relative {
    position: relative;
    display: inline-block;
    margin-top: 13px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.blank_absolute {
    position: absolute;
    top: 0;
    right: -28px;
    margin-top: -30px;
}
.blank-close {
    width: 20px;
    height: 20px;
    cursor: pointer !important;
    position: absolute;
    top: 1.2rem;
    /*right: 0.75rem;*/
    right: 1.4rem;
}

/*#pie-chart-result > div, #pie-chart-result svg, #spiderWeb-chart-result > div, #spiderWeb-chart-result  svg {
    width: 239px !important;
    height: 240px !important;
}*/

#bar-chart-result > div, #bar-chart-result svg {
    width: 328px !important;
    height: 380px !important;
}
#pie-chart-result > div, #pie-chart-result svg, #spiderWeb-chart-result > div, #spiderWeb-chart-result svg {
    width: 269px !important;
    height: 270px !important;
}
.toggle-arrow{
    position:absolute;
    right: 10px;
    top:10px;
}
.nav-link[aria-expanded="true"] .toggle-arrow {
    transform: rotate(180deg);
}
.filter-bar {
    background: #FAFAFA;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    width:100%;
    padding:12px 16px;
    border-radius:12px;
}



.date-input-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .date-input-container input {
        border: 1px solid #D5D7DA;
        border-radius: 8px;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 20px !important;
        color: #101828;
        box-shadow: none !important;
        outline: none !important;
        padding: 8px 12px;
        padding: 8px 12px 8px 36px;
        cursor: pointer;
        background: #fff url(../images/icons/calendar.svg) no-repeat 10px center;
    }
        .date-input-container input::placeholder {
            font-size: 14px !important;
            font-style: normal;
            font-weight: 400;
            line-height: 20px !important;
        }
.daterangepicker td.active[b-m5gu62ugh9], td.active:hover[b-m5gu62ugh9] {
    color: #fff;
    background: #7F56D9 !important;
    border: none !important;
}

.daterangepicker.show-calendar .drp-selected, .daterangepicker .drp-selected {
    display: none !important;
}

.daterangepicker .drp-buttons {
    display: flex !important;
    justify-content: space-between !important;
}

    .daterangepicker .drp-buttons .btn {
        width: 50% !important;
    }

.w-360{
    min-width:360px;
}
.mgt-32{
    margin-top:32px;
}
.bg-secondary {
    background: var(--Colors-Background-bg-secondary, #FAFAFA);
}
.floating-logo {
    display: flex;
    width: 139px;
    align-items: flex-start;
    position: absolute;
    left: 32px;
    top: 31px;
}
.fw-600{
    font-weight:600!important;
}
.fw-400{
    font-weight:400!important;
}
.avatar-lg {
    width:80px!important;
    height:80px!important;
    object-fit:cover;
    border-radius: var(--radius-full, 9999px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: var(--avatar-user-square-amlie-laurent-color-background, url(<path-to-image>) lightgray 50% / cover no-repeat, #DDC0CE);
}