@font-face {
    font-family: Gilroy;
    src: url("/assets/fonts/Gilroy-Bold.ttf");
    font-weight: 700;
}


@font-face {
    font-family: Gilroy;
    src: url("/assets/fonts/Gilroy-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: Gilroy;
    src: url("/assets/fonts/Gilroy-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: Gilroy;
    src: url("/assets/fonts/Gilroy-Medium.ttf");
    font-weight: 500;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Gilroy;
    font-weight: 500;
}

:root {
    --primary-color: #0c5888;
    --button-gradient: linear-gradient(to right, #023565 0%, #0f80e9 100%);
}

main {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

header {
    display: flex;
    width: 100%;
    height: 48px;
    background-color: var(--primary-color);
    padding: 0 20px;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    height: 100%;
}

.logo {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 4px;
    height: 100%;
}

    .logo img {
        height: 70%;
        cursor: pointer;
    }

.menu img {
    width: 20px;
}

.company-container {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: white;
    padding: 5px 10px;
    border-radius: 6px;
}

.filter-icon {
    position: relative;
    display: flex;
    align-items: center;
    width: 20px;
    cursor: pointer;
}

    .filter-icon img {
        width: 100%;
    }

.company-name {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #10528b;
    font-weight: 600;
    cursor: pointer;
}

    .company-name img {
        width: 15px;
    }

.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
}

.wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    float: right;
}

.profile-btn,
.hamburger,
.menubar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 8px;
    border-radius: 6px;
}

    .profile-btn img {
        width: 16px;
        cursor: pointer;
    }

.configuration-dirtranstop-popup-container {
    opacity: 0;
    visibility: hidden;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgb(12 88 136 / 40%);
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
    transition: 1s ease;
    right: -100% !important;
}

.configuration-dirtranstop-popup-container2 {
    opacity: 1;
    visibility: visible;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgb(12 88 136 / 40%);
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
    transform: translateX(100%);
    transition: .5s ease;
}

.configuration-dirtranstop-popup {
    position: absolute;
    top: 63px;
    z-index: 1500;
    right: 430px;
    width: 425px;
    background: #f4faff;
    height:calc(100vh - 114px);
}

.help-support-popup-container {
    opacity: 0;
    visibility: hidden;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgb(12 88 136 / 40%);
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
    transition: 1s ease;
    right: -100% !important;
}

.help-support-popup-container2 {
    opacity: 1;
    visibility: visible;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgb(12 88 136 / 40%);
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
    transform: translateX(100%);
    transition: .5s ease;
}

.help-support-popup {
    position: absolute;
    top: 42px;
    z-index: 1500;
    height: 600px;
    right: 410px;
    width: 400px;
    background: #f4faff;
}

#helpsupportPopup .nav_insider {
    width: 100%;
    padding: 3px;
    border: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
}

#helpsupportPopup .mcd-menu li a {
    display: block;
    text-decoration: none;
    padding: 10px 20px;
    color: black;
    font-size: 11px;
    text-align: center;
    /* border-bottom: 1px solid #EEE; */
}

    #helpsupportPopup .mcd-menu li a.active:before {
        top: 42%;
        left: 0;
        border: none;
    }

    #helpsupportPopup .mcd-menu li a.active:after {
        top: 42%;
        right: 0;
        border: none;
    }

    #helpsupportPopup .mcd-menu li a.active {
        background: #d3ebff !important;
        border: none;
        margin-left: 1px;
    }

#helpsupportPopup .popup-body ul li {
    width: max-content;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    color: black;
    width: 33%;
}

#helpsupportPopup .mcd-menu, .mid_strip_top, .nav_insider_right {
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
    background: none;
}

#helpsupportPopup .nav_insider_bottom {
    width: 100%;
    height: 70px;
    /* padding: 1px; */
    /* float: left; */
    position: absolute;
    /* top: 0; */
    bottom: -10px;
}

#ConfigurationTabCustomCSS .mcd-menu li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    color: black;
    font-size: 11px;
    text-align: center;
    /* border-bottom: 1px solid #EEE; */
}

    #ConfigurationTabCustomCSS .mcd-menu li a.active:before {
        top: 42%;
        left: 0;
        border: none;
    }

    #ConfigurationTabCustomCSS .mcd-menu li a.active:after {
        top: 42%;
        right: 0;
        border: none;
    }

    #ConfigurationTabCustomCSS .mcd-menu li a.active {
        background: #d3ebff !important;
        border: none;
        margin-left: 1px;
    }

#ConfigurationTabCustomCSS .mcd-menu, .mid_strip_top, .nav_insider_right {
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
    background: none;
}

.profile-popup {
    position: absolute;
    top: 42px;
    right: 15px;
    z-index: 1500;
}

.send-Reminder {
    position: absolute;
    bottom: 88px;
    left: 15px;
    z-index: 1500;
}

#ConfigurationTabCustomCSS .nav_insider {
    width: 100%;
    padding: 3px;
    border: 1px solid #CCC;
    position: relative;
    top: 0;
    /* bottom: 10px; */
    height: 100%;
}

.common-popup-header {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 12px;
    background: linear-gradient(to right, #041625, #10528b);
    color: white;
}

    .common-popup-header p {
        padding: 0;
        margin: 0;
        font-family: Gilroy !important;
    }

.common-popup-body {
    width: 100%;
    height: calc(170px - 40px);
    padding: 12px;
}

.config-popup {
    position: absolute;
    top: 42px;
    right: 10%;
    align-items: center;
    justify-content: center;
    width: max-content;
    z-index: 1500;
    border-radius: 12px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.config-popup-container {
    display: none;
    width: 674px;
    height: 369px;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgb(12 88 136 / 40%);
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
}

.sendReminder-popup-container {
    display: none;
    width: 300px;
    background-color: white;
    border-radius: 8px;
    border: 1px solid #828c98;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px;
}

.profile-popup-container {
    display: none;
    width: 250px;
    /*height: 170px;*/
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px;
}

.profile-popup-header {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 12px;
    background: linear-gradient(to right, #041625, #10528b);
    color: white;
}

.profile-popup-body {
    width: 100%;
    /*height: calc(170px - 40px);*/
    padding: 12px;
}

    .profile-popup-body div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 14px;
        padding: 8px 0;
        font-size: 13px;
        cursor: pointer;
        border-radius: 4px;
        transition: all 0.3 ease;
        &:hover

{
    background-color: #f1f1f1;
}

}

.profile-popup-body div span {
    font-weight: 600;
}

.hamburger {
    display: none;
}

    .hamburger img {
        width: 16px;
        cursor: pointer;
    }

.menubar {
    padding: 8px 12px;
    gap: 16px;
}

    .menubar img {
        display: block;
        margin: 0;
        width: 16px;
        cursor: pointer;
    }

    .menubar > div {
        position: relative;
    }

.ai-btn {
    position: relative;
}

.ai-pop-up {
    position: absolute;
    top: 110%;
    right: 0;
    z-index: 1503;
}

.ai-popup-container {
    display: none;
    width: 280px;
    height: 215px;
    background: linear-gradient( to bottom right, #001325 0%, #001325 7%, var(--primary-color) 100% );
    padding: 16px;
    border-radius: 12px;
}

    .ai-popup-container h1 {
        font-size: 20px;
        font-weight: 600px;
        color: white;
    }

    .ai-popup-container p {
        font-size: 13px;
        font-weight: 500;
        color: #e6e6e6;
        margin-block: 10px 16px;
    }

    .ai-popup-container button {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px;
        background-color: transparent;
        border-radius: 6px;
        border: 1.5px solid #828c98;
        cursor: pointer;
        z-index: 99;
        overflow: hidden;
    }

        .ai-popup-container button span {
            font-size: 14px;
            font-weight: 500;
            color: white;
        }

        .ai-popup-container button img {
            width: 16px;
        }

.ai-btn img {
    display: block;
    margin: 0;
    width: 36px;
    cursor: pointer;
}

.popup-container {
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 1500;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.quick-container {
    display: none !important;
    position: absolute;
    top: 38px;
    left: 17%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    width: max-content;
    z-index: 1500;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}


.subc-info-container {
    display: none !important;
    position: absolute;
    top: 42px;
    left: 0;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    width: max-content;
    z-index: 1500;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.fin-container {
    display: none !important;
    position: absolute;
    top: 38px;
    left: 4%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    width: max-content;
    z-index: 1500;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.comp-change-container {
    display: none !important;
    position: absolute;
    top: 38px;
    left: 5%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    width: max-content;
    z-index: 1500;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.page-link-container {
    display: none !important;
    position: absolute;
    top: 38px;
    left: 34%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    width: max-content;
    z-index: 1500;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.search-popup {
    display: none !important;
    position: absolute;
    top: 42px;
    right: 10%;
    align-items: center;
    justify-content: center;
    width: max-content;
    border-radius: 12px;
    z-index: 1500;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.filters-popup {
    display: none !important;
    position: absolute;
    top: 42px;
    right: 10%;
    align-items: center;
    justify-content: center;
    width: max-content;
    border-radius: 12px;
    z-index: 1500;
    background-color: rgba(0, 0, 0, 0.3);
}

.open-trans-container {
    display: none !important;
    position: absolute;
    top: 42px;
    right: 8%;
    align-items: center;
    justify-content: center;
    width: max-content;
    z-index: 1500;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.addfavbtn {
    padding: 8px;
    position: relative;
    top: 7px;
    /* left: 204px; */
    border: none;
    border-radius: 4px;
    background: #0c5888;
    color: #fff;
}

.addnotificbtn {
    padding: 8px;
    position: relative;
    top: -40px;
    /*left: 204px;*/
    border: none;
    border-radius: 4px;
    background: #0c5888;
    color: #fff;
}

.fav-popup {
    display: none !important;
    position: absolute;
    top: 42px;
    border-radius: 12px 12px 0px 0px;
    right: 10%;
    align-items: center;
    justify-content: center;
    width: max-content;
    z-index: 1500;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.notificationmsg-popup {
    display: none !important;
    position: absolute;
    top: 42px;
    border-radius: 12px 12px 0px 0px;
    right: 14%;
    align-items: center;
    justify-content: center;
    width: max-content;
    z-index: 1500;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.subscription-info {
    background-color: transparent;
    z-index: 9;
}

    .subscription-info .popup2 {
        position: absolute;
        top: 0px;
        left: 5px;
        width: 365px;
        height: 520px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px;
    }

.quick-menu-popup .popup2 .popup-body ul {
    flex-wrap: wrap;
    column-gap: 60px;
}

.subscription-info .popup2 .popup-body {
    height: calc(470px - 40px);
    justify-content: start;
}

    .subscription-info .popup2 .popup-body > div {
        width: 100%;
        text-align: left;
        margin-bottom: -10px;
    }

    .subscription-info .popup2 .popup-body span {
        font-size: 14px;
        color: #828c98;
        text-align: left;
    }

    .subscription-info .popup2 .popup-body p {
        font-size: 14px;
        margin-top: 4px;
    }

.subscription-desc {
    font-size: 12px !important;
    font-weight: 500;
}

.subscription-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .subscription-btn button {
        /* background-color: white; */
        border: none;
        transition: all 0.3s ease;
    }

        .subscription-btn button:last-child {
            background: transparent !important;
            border: 1px solid var(--primary-color);
            color: var(--primary-color);
        }

.update-password .popup2 {
    width: 400px;
    height: 330px;
}

    .update-password .popup2 .popup-body {
        height: calc(330px - 40px);
    }

        .update-password .popup2 .popup-body #form button {
            margin-top: 16px;
        }

.password-rule {
    font-size: 12px;
    color: green;
}


.profile-image {
    width: 30%;
    height: 100%;
    text-align: left;
    padding: 2px;
    margin-top: 12px;
}

    .profile-image > div {
        margin-bottom: 24px;
    }

    .profile-image div p {
        font-size: 14px;
    }

    .profile-image div label {
        font-size: 12px;
        color: var(--primary-color);
    }

.user-image,
.user-sign {
    width: 100%;
    border-radius: 8px;
    margin-top: 12px;
}

    .user-image img,
    .user-sign img {
        width: 100%;
        height: auto;
    }

#user-pic,
#user-sign {
    display: none;
}

.update-profile-inputs {
    width: 70%;
    height: 100%;
    overflow-y: scroll;
}

    .update-profile-inputs::-webkit-scrollbar {
        display: none;
    }

    .update-profile-inputs label span {
        color: red;
    }

.popup-container.show-logout-dialog {
    display: flex !important;
}


.companies {
    background-color: transparent;
}

    .companies .popup2 {
        width: 370px;
        height: 500px;
        position: absolute;
        top: 9%;
        left: 10%;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px;
    }


        .companies .popup2 .popup-body {
            position: relative;
            justify-content: start;
            height: calc(500px - 40px);
            padding-top: 12px;
        }

        .companies .popup2 .popup-header p {
            font-size: 16px;
            font-weight: 500;
        }


.create-company {
    padding-top: 8px;
    background-color: white;
    position: relative;
    top: 4px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
    margin-left: -19px;
    margin-right: -19px;
    padding-bottom: 8px;
}

.companies .popup2 .popup-body .company-name-container {
    width: 100%;
    height: 312px;
    overflow-y: scroll;
}

    .companies .popup2 .popup-body .company-name-container::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background: #0c5888;
    }

.thinscrollbar::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #0c5888;
}

.companies .popup2 .popup-body .company-name-container::-webkit-scrollbar {
    width: 6px;
}

.thinscrollbar::-webkit-scrollbar {
    width: 6px;
}

.thinscrollbar::-webkit-scrollbar-track {
    border-radius: 8px;
}

.checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 8px; */
    padding: 8px;
    margin-right: 4px;
    border-bottom: 1px solid #e6e6e6;
    padding-inline: 4px;
}

    .checkbox:hover {
        background: lavender;
        border-radius: 4px;
    }

    .checkbox span {
        font-size: 14px;
        font-weight: 600;
    }

.quick-menu {
    position: relative;
    background-color: white;
    padding: 7px;
    border-radius: 4px;
    cursor: pointer;
}

    .quick-menu img {
        display: block;
        margin: 0;
        width: 16px;
    }

.filter {
    background-color: transparent;
}

    .filter .popup2 {
        position: absolute;
        top: 9%;
        left: 7%;
        width: 370px;
        height: 230px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px;
    }

        .filter .popup2 .popup-body {
            height: calc(200px - 48px);
        }

.refresh-popup .popup2 {
    height: 200px;
}

.search-popup .popup2 {
    width: 336px;
    height: 400px;
}

.search-popup .input-bar {
    padding: 0px 8px;
}


.config,
.open-popup,
.quick-menu-popup {
    background-color: transparent;
}

    .open-popup .popup2 {
        width: 280px;
        height: 300px;
        position: absolute;
        top: 9%;
        right: 11%;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px;
    }

.page-link-containe .popup {
    width: 675px;
    height: 225px;
    position: absolute;
    top: 9%;
    left: 20%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px;
}

.companies .popup2 {
    width: 370px;
    height: 486px;
    position: absolute;
    top: 9%;
    left: 10%;
    border: 1px solid rgb(12 88 136 / 40%);
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
}


.quick-menu-popup .popup2 .popup-body {
    height: calc(240px - 40px);
}

.open-popup .popup2 .popup-body {
    height: calc(300px - 40px);
}

.refresh-popup .popup2 {
    width: 400px;
}

    .refresh-popup .popup2 .popup-body {
        height: calc(200px - 40px);
    }

.tipsForTheDay-popup .popup2 {
    border-radius: 8px;
    height: calc(420px - 16px);
    width: 500px;
}

.whatsNew-popup .popup2 {
    border-radius: 8px;
    height: calc(333px - 16px);
    width: 500px;
}

.search-popup .popup2 .popup-body {
    height: calc(473px - 118px);
}

.popup2 {
    width: 350px;
    height: 410px;
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgb(12 88 136 / 40%);
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
}

.popup-header {
    width: 100%;
    height: 40px;
    background: linear-gradient(to right, #041625, #10528b);
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

    .popup-header p {
        padding: 0;
        margin: 0;
        font-family: Gilroy !important;
    }

    .popup-header img {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

.popup-body {
    width: 100%;
    height: calc(400px - 40px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    padding: 20px;
}

.popup-body-fab {
    width: 100%;
    height: 320px;
    text-align: center;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    /* gap: 24px; */
    padding: 16px 21px;
    text-align: left;
    overflow-y: scroll;
}

    .popup-body-fab button {
        background: var(--button-gradient) !important;
        border: none;
        border-radius: 8px;
        color: white;
        padding: 12px 16px;
        cursor: pointer;
        font-weight: 600;
        font-size: 14px;
    }

    .popup-body-fab .buttons button {
        width: 80px;
        margin-inline: 8px;
    }

.popup-body button {
    background: var(--button-gradient) !important;
    border: none;
    border-radius: 8px;
    color: white;
    padding: 12px 24px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

.popup-body .buttons button {
    width: 80px;
    margin-inline: 8px;
}

    .popup-body .buttons button:nth-child(1) {
        background: transparent;
        color: black;
        border: 1px solid var(--primary-color);
    }

.ab-flex {
    display: flex;
}

.popup-body #form {
    width: 100%;
    /* background-color: red; */
}

.form-row {
    display: flex;
    width: 100%;
    gap: 8px;
    text-align: left;
    margin-block: 12px;
    margin-top: 0px;
}

.form-group {
    width: 100%;
}

    .form-group label {
        position: relative;
        display: block;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 4px;
    }

        .form-group label img {
            position: absolute;
            top: 0;
            right: 0;
        }

    .form-group input {
        width: 100%;
        padding: 4px;
        border-radius: 4px;
        outline: none;
        background-color: transparent;
    }

    .form-group textarea {
        width: 100%;
        border: 1.5px solid #e6e6e6;
        padding: 6px;
        border-radius: 4px;
        outline: none;
        background-color: transparent;
    }

    .form-group select {
        width: 100%;
        border: 1.5px solid #e6e6e6;
        padding: 12px 8px;
        border-radius: 8px;
        outline: none;
        cursor: pointer;
    }

/* CUSTOM JS LIBRARY CSS */

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    font-size: 14px;
}

.select2-results__option--selectable {
    font-size: 14px;
}

.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #e6e6e6 !important;
    color: black !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--primary-color) !important;
    color: white;
}

.select2-search__field::placeholder {
    color: #888; /* Set the color for the placeholder */
}

.select2-search--dropdown {
    position: relative;
}

/* CUSTOM JS LIBRARY CSS */

.input-bar {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1.5px solid #e6e6e6;
    padding: 8px;
    border-radius: 4px;
}

    .input-bar input {
        width: 100%;
        border: none;
        outline: none;
        background-color: transparent;
        &:focus

{
    outline: none;
}

}

.popup-body .link-container ul {
    display: block;
    list-style: none;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.popup-body link-container ul h4 {
    font-weight: 600;
    text-transform: uppercase;
    color: #828c98;
}

.popup-body ul li {
    width: max-content;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    color: black;
}

#SearchVoucherPanel .form-row {
    margin-block: 0px;
}

.popup-body ul li::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: black;
    transition: all 0.3s ease;
}

#ConfigurationMenuPanel .popup-body .hoverEffect ul li:first-child::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: black;
    font-weight: 600;
}

#ConfigurationMenuPanel .popup-body .hoverEffect ul li:first-child {
    font-weight: 600;
    font-size: 16px;
    cursor: default;
    color: #828c98;
}

.popup-body ul li:hover::after {
    width: 100%;
}

.dashboard-menu,
.dashboard-menu-videos,
.dashboard-menu-policies,
.dashboard-menu-contact-us-support {
}

    .dashboard-menu-videos .dashboard-header,
    .dashboard-menu-policies .dashboard-header,
    .dashboard-menu-contact-us-support .dashboard-header {
        text-align: center;
    }

        .dashboard-menu-videos .dashboard-header span,
        .dashboard-menu-policies .dashboard-header span,
        .dashboard-menu-contact-us-support .dashboard-header span {
            color: var(--primary-color);
        }

        .dashboard-menu-videos .dashboard-header h1,
        .dashboard-menu-policies .dashboard-header h1,
        .dashboard-menu-contact-us-support .dashboard-header h1 {
            line-height: 1.5;
        }

    .dashboard-menu-videos .videos-container {
        width: 107%;
        height: 316px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        overflow-y: scroll;
        overflow-x: hidden;
        scroll-behavior: smooth;
    }

    .dashboard-menu-policies .links-container {
        height: auto;
    }

    .dashboard-menu-contact-us-support .links-container {
        /*height: 580px;*/
        width: 105%;
        scroll-behavior: smooth;
    }

    .dashboard-menu-contact-us-support .link:nth-child(3),
    .dashboard-menu-contact-us-support .link:nth-child(4) {
        align-items: start;
        gap: 12px;
        flex-direction: column;
    }

        .dashboard-menu-contact-us-support .link:nth-child(3) div,
        .dashboard-menu-contact-us-support .link:nth-child(4) div {
            width: 100%;
            display: flex;
            gap: 12px;
        }

        .dashboard-menu-contact-us-support .link:nth-child(3) p,
        .dashboard-menu-contact-us-support .link:nth-child(4) p {
            font-size: 12px;
            line-height: 1.5;
            color: #828c98;
        }

.config-tab-header {
    width: 100%;
    padding: 0px 13px;
    position: sticky;
    top: 0;
}

    .config-tab-header .input-bar {
        padding: 10px;
        background-color: white;
    }

        .config-tab-header .input-bar input::placeholder {
            color: #828c98;
        }

.dashboard-header {
    width: 100%;
    padding: 0px 23px 10px;
    position: sticky;
    top: 0;
}

    .dashboard-header h1 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .dashboard-header .input-bar {
        padding: 10px;
        background-color: white;
    }

        .dashboard-header .input-bar input::placeholder {
            color: #828c98;
        }

.dashboard-body {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    overflow-y: auto;
    height: 430px;
    scroll-behavior: smooth;
    text-align: left;
}

    .dashboard-body::-webkit-scrollbar {
        display: none;
    }

.config-tab-body {
    width: 100%;
    text-align: left;
    height: 92%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    margin: 0px 4px;
}

    .config-tab-body::-webkit-scrollbar {
        display: none;
    }

.tutorial-container {
    width: 100%;
}

.youtubeLangSelect {
    position: relative;
    left: 40px;
    top: 6px;
    height: 25px;
    border-radius: 4px !important;
    width: 60%;
}

.videos-container {
    width: 100%;
    display: flex;
    align-items: start;
    gap: 14px;
    margin-top: 12px;
    overflow: hidden;
    overflow-x: scroll;
}

.video iframe {
    border-radius: 8px;
}

.video h5 {
    font-size: 12px;
    font-weight: 600;
}

.quick-support-container {
    width: 100%;
    margin-top: 12px;
}

.links-container {
    width: 105%;
    margin-top: 12px;
}

.link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 8px;
    margin-bottom: 8px;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    background-color: white;
    color: #e6e6e6;
    cursor: pointer;
}

.ptag {
    font-size: 12px;
    line-height: 1.5;
    color: #828c98;
}

.titlePtag {
    color: #0c5888 !important;
    font-weight: 600
}

.link span {
    width: 80%;
    color: black;
    font-size: 12px;
}

.dashboard-footer {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: sticky;
    bottom: 0;
    background-color: white;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

    .dashboard-footer > div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        cursor: pointer;
        padding: 12px 24px;
    }

        .dashboard-footer > div.active {
            background-color: #d3ebff;
            color: var(--primary-color);
        }

    .dashboard-footer div span {
        font-size: 12px;
    }

.popup-body .link-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

#main-container {
    position: absolute;
    top: 45px;
    right: -500px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.support-ticket.ab {
    display: flex !important;
}



.support-ticket-button button {
    width: 127px;
    background-color: red;
    margin-inline: 8px;
}

    .support-ticket-button button:last-child {
        background: transparent;
        border: 1px solid var(--primary-color);
        color: var(--primary-color);
    }

section {
    width: 100%;
    height: calc(100vh - 48px);
}

    section::-webkit-scrollbar {
        display: none;
    }

    section aside {
        width: 60px;
        height: 100%;
        background-color: var(--primary-color);
        transition: all 0.3s ease;
        overflow-y: scroll;
    }

        section aside::-webkit-scrollbar {
            display: none;
        }

aside .modules-container {
    width: 100%;
    padding-top: 8px;
}

    aside .modules-container .modules {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        /* margin-bottom: 14px; */
        padding: 7px 0;
        cursor: pointer;
    }

        aside .modules-container .modules:hover {
            background-color: #023565;
        }

.modules.active {
    background-color: #023565;
}

.modules-img img {
    width: 18px;
}

.modules-text {
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    /* letter-spacing: 0.5px; */
    color: white;
}

.module-dropdown1 {
    position: absolute;
    top: 1px;
    left: 61px;
    background-color: var(--primary-color);
    padding: 4px;
    border-radius: 8px;
    list-style: none;
    border: 1px solid #e6e6e6;
}

.employee-module {
    top: -254px;
}

.report-module {
    top: -105px;
}

.pos-module {
    top: -100px;
}

.module-dropdown1 li {
    position: relative;
    padding: 8px 10px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
    transition: all ease;
    letter-spacing: 5%;
    color: white;
    &:hover

{
    background-color: white;
    font-weight: 600;
    color: #10528b;
}

}

.module-dropdown2 {
    position: absolute;
    top: 0;
    left: 104%;
    background-color: var(--primary-color);
    padding: 4px;
    border-radius: 8px;
    list-style: none;
    border: 1px solid #e6e6e6;
}

.module-dropdown1,
.module-dropdown2 {
    display: none;
}

    .module-dropdown1 li:hover > .module-dropdown2 {
        display: block;
    }

    .module-dropdown1.active,
    .module-dropdown2.active {
        display: block !important;
    }


/*-------------New-Add---------------------*/

.dxSelectHeightRedius {
    height: 40px;
    border-radius: 4px !important;
}
