:root {
    --standard-width: 42px;
    --standard-height: 42px;
    --approve-color: var(--mud-palette-success-lighten);
    --reject-color: var(--mud-palette-warning-lighten);
    --request-color: var(--mud-palette-info-lighten);
    --suspend-color: var(--mud-palette-error-lighten);
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
    
    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
    height: calc(100vh);
   /* overflow: hidden !important;*/
}
main {
    height: calc(100% - 1px);
    /*display: flex;
    flex-direction: column;*/
    /*overflow: hidden !important;*/
}
article {
    /*overflow: auto;*/
    height: 100%;
    background-color: var(--mud-palette-surface);
}

button {
    outline: none;
    border: none;
    /*min-width: var(--standard-width);
    min-height: var(--standard-height);*/
}

    button :hover {
        outline: none;
        border: none;  
    }

.standardbtn {
    min-width: var(--standard-width) !important;
    min-height: var(--standard-height) !important;
}

.relative{
    position : relative;
}

.icon-only-btn .mud-button-label .mud-button-icon-start {
    margin : 0px !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.mud-dialog-content{
    padding : 0px !important;
    margin : 0px !important;
}

.w-full{
    width : 100% !important;
}
.h-full{
    height : 100% !important;
}
.h-32px{
    height: 32px !important;
}
.h-55px{
    height : 55px !important;
}
.h-56px{
    height : 56px !important;
}
.text-right{
    text-align : right;
}
.text-left{
    text-align : left;
}
.text-center{
    text-align : center;
}

.g-10px{
    gap: 10px !important;
}
.g-20px{
    gap: 20px !important;
}
.w-7{
    width : 70%;
}
.w-3{
    width : 30%;
}
.w-32px{
    width: 32px !important;
}
.p-relative{
    position: relative !important;
}
.p-absolute{
    position: absolute !important;
}
.top-10px
{
    top: 10px !important;
}
.right-10px{
    right: 10px !important;
}

.br-4px
{
    border-radius: 4px !important;
}

.p-7px
{
    padding: 7px !important;
}

.cur-pointer{
    cursor: pointer !important;
}

.mxw-380px
{
    max-width: 380px !important;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 210px;
}

/* ======== margin styles ===========*/

.mr-10px{
    margin-right: 10px !important;
}

.mr-15px {
    margin-right: 15px !important;
}

.mr-minus-10px {
    margin-right: -10px !important;
}

.mr-minus-15px{
    margin-right: -15px !important;
}

.mb-10px{
    margin-bottom : 10px !important;
}

/* ======== margin styles end =======*/

/* ======== padding styles ===========*/

.p-none
{
    padding: 0px !important;
}

.p-10px
{
    padding: 10px !important;
}

.p-20px
{
    padding: 20px !important;
}

/* ======== padding styles end =======*/


/* ======== justify content styles ===========*/

.justify-content-center{
    justify-content: center !important;
}

/* ======== justify content styles end =======*/



/* ======== align items styles ===============*/

.align-items-center{
    align-items: center !important;
}

/* ======== align items styles end =======*/



/* ======== over flow styles =============*/

.o-auto {
    overflow: auto !important;
}

.o-unset {
    overflow: unset !important;
}

.ox-hidden {
    overflow-x: hidden !important;
}

.oy-hidden {
    overflow-y: hidden !important;
}
.primary-color {
    color: var(--mud-palette-primary);
}
.self-center{
    align-self : center;
}
/* ======== over flow styles end =========*/
/* ========border styles =============*/
.bt-none {
    border-top: none !important;
}

.bb-none
{
    border-bottom: none !important;
}

.bt-primary
{
    border-top: 1px solid var(--mud-palette-primary) !important;
}

.border-primary{
    border: 1px solid var(--mud-palette-primary);
}

.br-50px
{
    border-radius: 50px !important;
}
/* ======== border styles end ========*/

.primary-bg{
    background: var(--mud-palette-primary) !important;
}

.secondary-bg {
    background: var(--mud-palette-surface) !important;
}

.approve-bg{
    background: var(--approve-color) !important;
}

.request-bg{
    background: var(--request-color) !important;
}

.register-bg{
    background: var(--mud-palette-secondary-text) !important;
}

.suspend-bg{
    background: var(--suspend-color) !important;
}

.reject-bg{
    background: var(--reject-color) !important;
}

.validation-message{
    color: var(--mud-palette-error) !important;
}

/*.app-grid .mud-table-container{
    min-height: 400px !important;
}*/

.o-unset .mud-dialog-content{
    overflow: unset;
}

.my-autocomplete .mud-primary-hover
{
    background: none !important;
}

.my-autocomplete .mud-primary-text
{
    color: var(--mud-palette-text-primary) !important;
}

/*.my-autocomplete .hightlight {
    background: var(--mud-palette-primary-hover) !important;
}*/

    .my-autocomplete .hightlight .mud-chip-filled.mud-chip-color-error {
        font-size : 12px;
        padding : 5px;
    }

.my-modal-title .mud-dialog-title {
    padding: 16px 0px;
}

.my-container .mud-focus-trap-child-container
{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.my-content .mud-dialog-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.p20 .mud-dialog-content{
    padding: 20px !important;
}

.modal-pca .desktop-menu.transparent-bg {
    background: transparent !important;
}

.primary-font-color {
    color: var(--mud-palette-text-primary) !important;
}

.my-tabs .mud-tabs-tabbar-wrapper {
    overflow: auto;
    width: 100%;
}

.no-scroll-buttons .mud-tabs-scroll-button {
    display: none !important;
}

.mud-tabs-tabbar-wrapper {
    transform: none !important;
}

.force-w-full .mud-button-root {
    width: 100% !important;
}

.custom-muditem.mt-10px .mud-input-control {
    margin-top: 10px;
}

.custom-muditem.mt-15px .mud-input-control {
    margin-top: 15px;
}

.custom-muditem.mt-8px .mud-input-control {
    margin-top: 8px;
}

.app-msgd-titlebox {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 5px;
}
    .app-msgd-titlebox.info {
        color: var(--request-color);
    }

    .app-msgd-titlebox.err {
        color: var(--suspend-color);
    }

    .app-msgd-titlebox.warn {
        color: var(--reject-color);
    }

    .app-msgd-titlebox.del {
        color: var(--reject-color);
    }

        .app-msgd-titlebox.warn .app-msgdt-svg, .app-msgd-titlebox.del .app-msgdt-svg {
            background: #ffe5884a;
        }

    .app-msgd-titlebox.info .app-msgdt-svg {
        background: rgb(92 173 255 / 18%);
    }

    .app-msgd-titlebox.err .app-msgdt-svg {
        background: rgb(246 78 98 / 32%);
    }

    .app-msgd-titlebox .app-msgdt-svg {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        border-radius: 50%;
    }
    .app-msgd-titlebox .app-msgdt-text {
        font-size: 23px;
        font-weight : bold;
    }

.settings-backdrop {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 1000;
    border: none;
    cursor: default;
}

.app-skeleton-loading{
    transform : scale(1) !important;
}

.app-msgd-box {
    padding: 15px 24px 15px 24px;
    border-top: 1px solid #4f4f4f;
    border-bottom: 1px solid #4f4f4f;
    min-width: 320px;
    margin: 0px 0px 10px 0px;
    min-height: 80px;
    display: flex;
    align-items: center;
}

    .app-msgd-box .app-msgdb-title {
        font-size: 15px;
        font-weight: bold;
        margin-right : 5px;
    }


    .app-msgd-box .app-msgdb-message {
        
    }

.app-msgdia-actionbtn {
    border-radius : 20px !important;
}

.register-color, .A-color .mud-input-slot {
    /*color: var(--request-color) !important;*/
}

.request-color, .B-color .mud-input-slot {
    color: var(--request-color) !important;
}


.approve-color, .C-color .mud-input-slot {
    color: var(--approve-color) !important;
}

.reject-color, .D-color .mud-input-slot {
    color: var(--reject-color) !important;
}

.suspend-color, .E-color .mud-input-slot {
    color: var(--suspend-color) !important;
}

.A-color, .A-color .mud-input-slot {
   /* color: var(--request-color) !important;*/
}

.B-color, .B-color .mud-input-slot {
    color: var(--request-color) !important;
}

.C-color, .C-color .mud-input-slot {
    color: var(--approve-color) !important;
}

.D-color, .D-color .mud-input-slot {
    color: var(--reject-color) !important;
}

.E-color, .E-color .mud-input-slot {
    color: var(--suspend-color) !important;
}

.disable{
    cursor : not-allowed !important;
    opacity : 0.4 !important;
}

.readonly-box .mud-input .mud-input-root[readonly] {
   /* background: var(--mud-palette-primary-hover) !important;*/
    cursor: not-allowed !important;
}

.readonly-box .mud-input {
    background: var(--mud-palette-primary-hover) !important;
    cursor: not-allowed !important;
}

.nestlayout {
    display: flex;
    height: 100%;
    /*gap: 10px;*/
}

    .nestlayout .nestly-left {
        height: 100%;
        min-width: 200px;
        width: 200px;
        padding: 10px;
        overflow-x: hidden !important;
        transition: all ease-in-out 0.3s;
        border-right: 1px solid var(--mud-palette-lines-default);
        display : flex;
        justify-content : space-between;
        flex-direction : column;
        position : relative;
    }

        .nestlayout .nestly-left .nestly-l-menu {
        }

            .nestlayout .nestly-left .nestly-l-menu .nestly-lm-item {
                width: 100%;
                justify-content: flex-start;
                padding: 0px 20px;
                height: 42px;
            }

                .nestlayout .nestly-left .nestly-l-menu .nestly-lm-item.pn-active {
                    background-color: var(--mud-palette-action-default-hover);
                    background: var(--mud-palette-primary-hover);
                    background: linear-gradient(269deg, var(--mud-palette-primary-hover), var(--mud-palette-secondary-hover));
                }

                .nestlayout .nestly-left .nestly-l-menu .nestly-lm-item .nes-lmi-text {
                    font-size : 13px;
                }

                .nestlayout .nestly-left .nestly-l-menu .nestly-lm-item.pn-active .nes-lmi-text {
                    color: var(--mud-palette-primary);
                }

                .nestlayout .nestly-left .nestly-l-menu .nestly-lm-item.pn-active .nes-lmi-icon {
                    color: var(--mud-palette-primary);
                }

                .nestlayout .nestly-left .nestly-l-menu .nestly-lm-item .mud-button-label {
                    gap: 10px;
                    position: relative;
                }

                .nestlayout .nestly-left .nestly-l-menu .nestly-lm-item.pn-active .nes-lmi-indicator {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    right: -20px;
                    width: 2px;
                    height: 100%;
                    background: var(--mud-palette-primary);
                    box-shadow: -1px 0px 5px var(--mud-palette-primary);
                }

        .nestlayout .nestly-left .shrink-box {
            position : absolute;
            top : 50%;
            right : -20px;
            transform : translateY(-50%);
            height : 50px;
            width : 50px;
        }
            .nestlayout .nestly-left .shrink-box button {
                padding: 0px 17px 0px 0px;
                width: 100%;
                height: 100%;
                border-top-left-radius: 20px;
                border-bottom-left-radius: 20px;
                color: var(--mud-palette-drawer-icon);
            }

.nestlayout .nestly-right {
    width: calc(100% - 200px);
    /* padding: 0px 10px 10px 10px;*/
    /*border-left: 1px solid var(--mud-palette-divider-light);*/
    /*box-shadow: -4px 0px 10px rgb(0 0 0 / 8%);*/
    /*border-left: 1px solid var(--mud-palette-lines-default);*/
}

.nest-ly-menu-btn {
    /*right: -25px;
    top: 0px;*/
}

.nestly-l-hide .nestly-left {
    width: 0px !important;
    padding: 0px !important;
    min-width: 0px !important;
    border: none !important;
}

.nestly-lm-backdropbtn{
    position : fixed;
}

.nestly-l-hide .nestly-right {
    width: 100% !important;
}

.modal-pca.modal-pc-fullscreen {
    height : 100%;
}

.modal-pca .desktop-menu {
    background: var(--mud-palette-primary) !important;
    color : #ffffffb2;
}

.modal-pca .desktop-menu button {
    color: #ffffffb2;
}

.page-content-area {
    height : 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

    .page-content-area .pca-header {
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .page-content-area .lr-header {
        height : 50px;
        display : flex;
        justify-content : space-between;
        align-items : center;
        padding : 0px 10px;
    }

        .page-content-area .lr-header .pca-h-leftside {
            display : flex;
            gap : 10px;
            align-items : center;
        }

        .page-content-area .lr-header .pca-h-rightside {
            display: flex;
            gap: 10px;
            align-items: center;
        }

    .page-content-area .pca-body {
        padding: 10px;
        height: calc(100% - 65px);
        overflow : auto;
    }

        .page-content-area .pca-body .mud-table-pagination-toolbar {
           /* position: sticky;
            bottom: 0;
            background-color: var(--mud-palette-surface);*/
        }

    .page-content-area .pca-footer {
        position: sticky;
        bottom: 0;
        z-index: 100;
    }

.modal-pca .pca-body {
    padding: 20px;
    height: auto !important;
    overflow: auto;
}

.pca-nohead-no-bf .pca-body {
    height : 100%;
}

.modal-pca .mpca-ha-mob {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.modal-pca .pca-footer .mpca-ha-mob {
    padding: 10px;
}

@media(max-width : 600px) {
    .page-content-area .pca-body {
        height: calc(100% - 55px);
    }

    .mobile-b-nf-exist .pca-body {
        height: calc(100% - 115px) !important;
    }

    .pca-nohead-no-bf .pca-body {
        height: 100% !important;
    }

    .nestlayout .nestly-left {
        position: absolute;
        z-index: 1000;
        background-color: var(--mud-palette-surface);
    }
      

    .nestlayout .nestly-right {
        width: 100% !important;
    }

    .nestly-lm-backdropbtn {
        width : 100%;
        height : 100%;
        top : 0;
        left : 0;
        z-index : 999;
    }

    .nestly-l-hide .nestly-lm-backdropbtn {
        z-index: -100000;
        opacity: 0;
        display: none;
        visibility: hidden;
    }

    .invoice-ent-modal .page-content-area .pca-body {
        height: calc(100% - 115px) !important;
    }

    .invoice-ent-modal .pca-footer .mpca-ha-mob {
        display: flex;
        justify-content: flex-end;
        padding: 10px;
        gap: 10px;
    }
    .nestlayout .nestly-left .shrink-box{
        display : none !important;
    }
}

.nodata-container {
    height: 300px;
    color: var(--mud-palette-primary);
}
    .nodata-container .nodata-textbox {
        margin-top : -30px;
    }

/*-------------------Login Form Start-------------------*/
.login_background {
    background-image: url('/image/abstract.png');
    /*    background: linear-gradient(135deg, var(--mud-palette-primary) 100%, var(--mud-palette-secondary) 0%);*/
    background-color: var(--mud-palette-surface);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: 'Arial', sans-serif;
}

.login_container {
    position: relative;
    background-color: var(--mud-palette-surface);
    border-radius: 25px;
    /*box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);*/
    box-shadow: -1px 6px 30px rgb(99 99 99 / 20%);
    width: 900px;
    max-width: 95%;
    overflow: hidden;
    min-height: 550px;
}

    .login_container p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.3px;
        margin: 20px 0;
        opacity: 0.9;
    }

.login_additional_action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    /*     MudBlazor check box */
    .login_additional_action .mud-icon-button {
        padding: 0px !important;
        padding-right: 6px !important;
    }

.login_container a {
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0.9
}

    .login_container a:hover {
        color: var(--mud-palette-primary);
        text-decoration: underline;
    }

.login_container .button {
    background: linear-gradient(to right, var(--mud-palette-primary), var(--mud-palette-secondary));
    font-size: 14px;
    color:#fff;
    padding: 12px 45px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .login_container .button.hidden {
        background: transparent;
        border: 2px solid #fff;
        box-shadow: none;
    }

        .login_container .button.hidden:hover {
            background: rgba(255, 255, 255, 0.1);
        }

.login_container form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 35px;
    height: 100%;
}

/*MudStep controls*/
.login_container .mud-step {
    padding: 0 !important;
}

.login_container .mud-stepper {
    padding: 0 !important;
}

.login_container .mud-stepper-button-complete, .login_container .mud-stepper-button-previous {
    display: none;
}

.stepValid .mud-stepper-button-previous {
    display: flex;
    margin-top: 3px;
    margin-left: -28px;
    font-size: 12px;
}

/*.stepValid .mud-stepper-actions {
    margin-bottom: -89.02px;
}*/

.mud-stepper-actions {
    padding: 0;
    justify-content: center;
}

    .mud-stepper-actions .flex-grow-1 {
        flex-grow: 0 !important;
    }

.mud-input-control.city {
    width: 28%;
}

.mud-stepper-button-next {
    background: linear-gradient(to right, var(--mud-palette-primary), var(--mud-palette-secondary));
    font-size: 14px;
    color: #fff !important;
    padding: 10px 15px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 80px;
    right: 55px;
}


/*-----------------------------*/
.login_form_container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign_in {
    left: 0;
    width: 50%;
    z-index: 2;
}

.login_container.active .sign_in {
    transform: translateX(100%);
    opacity: 0;
    z-index: 1;
}

.sign_up {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.login_container.active .sign_up {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: move 0.6s;
}

@keyframes move {
    0%, 50% {
        opacity: 0;
        z-index: 1;
    }

    51%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.login_toggle-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    z-index: 10;
    border-radius: 150px 0 0 100px;
}

.login_container.active .login_toggle-container {
    transform: translateX(-100%);
    border-radius: 0 150px 100px 0;
}

.login_container .toggle {
    background: linear-gradient(to right, var(--mud-palette-primary), var(--mud-palette-secondary));
    height: 100%;
    color: #fff;
    width: 200%;
    position: relative;
    left: -100%;
    transform: translateX(0);
    transition: all 0.6s ease-in-out;
}

.login_container.active .toggle {
    transform: translateX(50%);
}

.login_container .toggle_panel {
    position: absolute;
    display: flex;
    width: 50%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    transform: translateX(0);
    transition: all 0.6s ease-in-out;
}

.toggle_left {
    transform: translateX(-200%);
}

.toggle_right {
    right: 0;
    transform: translateX(0);
}

.login_container.active .toggle_left {
    transform: translateX(0);
}

.login_container.active .toggle_right {
    transform: translateX(200%);
}

.login_container h1 {
    font-size: 28px;
    margin-bottom: 45px;
}

.toggle_panel h1 {
    color: #fff;
    font-size: 32px;
}

.floating {
    animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.confetti {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #f00;
    opacity: 0;
}

.additional-text {
    display: none !important;
    font-size: 14px;
    color: #666;
}

.toggle-link {
    display: none;
    color: var(--mud-palette-primary);
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .toggle-link:hover {
        color: var(--mud-palette-secondary);
    }

.welcome-block {
    display: none;
    text-align: center;
    margin-bottom: 20px;
}

.city_address_pair {
   flex-direction: row !important;
}

.mud-input-control.city {
    width: 28%;
}

.mud-step.mud-ripple {
    background: var(--mud-palette-surface);
}

.stepValid .placeholder-block {
    display: none;
}

/*mobile view*/

@media (max-width: 600px) {
    .login_container {
        overflow: hidden;
        position: relative;
        min-height: 470px;
        height: auto;
    }

    .placeholder-block {
        display: none;
    }

    .city_address_pair {
        flex-direction: column !important;
    }

    .mud-input-control.city {
        width: 100%;
    }

    .login_form_container {
        position: absolute;
        width: 100% !important;
        height: auto;
        padding: 30px 0;
        transition: transform 0.5s ease, opacity 0.5s ease;
    }

    .login_container h1 {
        margin-bottom: 8px;
        text-align: center;
    }

    /* Initial state - sign_in visible */
    .sign_in {
        transform: translateX(0);
        opacity: 1;
    }

    /* Initial state - sign_up hidden */
    .sign_up {
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(100%);
        opacity: 0;
    }

    /* When active (showing sign_up) */
    .login_container.active .sign_in {
        transform: translateX(-100%);
        opacity: 0;
    }

    .login_container.active .sign_up {
        transform: translateX(0);
        opacity: 1;
        position: relative;
    }

    /* Hide toggle elements on mobile */
    .login_toggle-container,
    .toggle,
    .toggle_panel {
        display: none !important;
    }

    /* Show mobile-specific elements */
    .additional-text,
    .toggle-link {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .welcome-block {
        display: none !important;
    }

    .login_container form {
        padding: 0 20px;
    }

    .login_container p {
        display: flex;
        justify-content: center;
    }

    .login_additional_action {
        gap: 10px;
    }

    .additional-text,
    .toggle-link {
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin-top: -30px;
    }
    .mud-stepper-button-next{
        bottom: -4px;
    }

}

@media (max-width: 600px) {
    .login_container {
        margin: 18px;
    }

    .mud-stepper-button-next {
        position: static;
        margin-top: 12px;
    }

    .next .additional-text.step {
        position: static !important;
    }
}

/*    smallest view*/
    @media (max-width: 348px) {
        .login_additional_action, .login_additional_action p {
           font-size: 12px;
        }

/*        .mud-stepper-button-next {
            right: 35px;
        }*/
    }

    /*-------------------Login Form-------------------*/

    /*------------------- OTP -------------------*/
    .login_background.otp-container .sign_in {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .login_background.otp-container h1 {
    /*    margin-bottom: 25px;*/
    /*    margin-top: 53px;*/
        text-align: center;
    }

.login_background.otp-container .button:disabled {
    background: #e5e7eb;
    color: #9ca3af;
    box-shadow: none;
    cursor: not-allowed;
    filter: saturate(.25) contrast(.95);
    transform: none;
}

@media (max-width: 600px) {
    .login_background.otp-container h1 {
        font-size: 24px;
    }

    .login_background.otp-container .resend {
        padding: 0 0 14px 0;
    }
}

.otp-box {
    width: 50px;
    height: 50px;
    border: 1px solid var(--mud-palette-primary-text);
    font-size: 20px;
    text-align: center;
    color: var(--mud-palette-primary-text);
    border-radius: 15px;
    background: var(--mud-palette-surface);
    transition: all 0.25s ease; 
    outline: none;
}

    .otp-box:focus {
        border-color: var(--mud-palette-primary); 
        box-shadow: 0 0 6px 3px var(--mud-palette-primary);
        outline: none;
    }

@media (max-width: 420px) {
    .otp-box {
        width: calc(13vw) !important;
        height: 45px;
    }
}

@media(max-width: 480px) {
    .otpSucs {
        font-size: 23px;
    }
}

/*------------------- OTP -------------------*/

/*------------------- Loading -------------------*/

.loader-container {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.loader-container.active {
    display:block;
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0, 0, 0, 0.5); */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; 
}

#container {
    width: 100px;
    height: 125px;
    margin: auto auto;
}

.loader {
    display: block;
    text-align: center;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    padding-bottom: 15px;
    color: #888;
}

.loading-circle {
    display: block;
    border-left: 5px solid;
    border-top-left-radius: 100%;
    border-top: 5px solid;
    margin: 5px;
    animation-name: Loader_611;
    animation-duration: 1500ms;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

.sp1 {
    border-left-color: var(--mud-palette-primary);
    border-top-color: var(--mud-palette-primary);
    width: 40px;
    height: 40px;
}

.sp2 {
    border-left-color: var(--mud-palette-secondary);
    border-top-color: var(--mud-palette-secondary);
    width: 30px;
    height: 30px;
}

.sp3 {
    width: 20px;
    height: 20px;
    border-left-color: gray;
    border-top-color: gray;
}

@keyframes Loader_611 {
    0% {
        transform: rotate(0deg);
        transform-origin: right bottom;
    }

    25% {
        transform: rotate(90deg);
        transform-origin: right bottom;
    }

    50% {
        transform: rotate(180deg);
        transform-origin: right bottom;
    }

    75% {
        transform: rotate(270deg);
        transform-origin: right bottom;
    }

    100% {
        transform: rotate(360deg);
        transform-origin: right bottom;
    }
}
/*------------------- Loading -------------------*/


/*------------------- Splash Screen -------------------*/

.splash-container {
    display: none;
    opacity: 0;
    visibility: hidden;
}

    .splash-container.active {
        background-color: #12131e;
        display: block;
        opacity: 1;
        visibility: visible;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

.splash-card {
    padding: 1rem 2rem;
    border-radius: 1.25rem;
}

.splash-loader {
    color: rgb(124, 124, 124);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 37px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 40px;
    padding: 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
}

.splash-words {
    overflow: hidden;
    position: relative;
}

    .splash-words::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( var(--bg-color) 10%, transparent 30%, transparent 70%, var(--bg-color) 90% );
        z-index: 20;
    }

.splash-word {
    display: block;
    height: 100%;
    padding-left: 6px;
    color: #7e6fff;
    animation: spin_4991 4s infinite;
}

@keyframes spin_4991 {
    10% {
        -webkit-transform: translateY(-102%);
        transform: translateY(-102%);
    }

    25% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    35% {
        -webkit-transform: translateY(-202%);
        transform: translateY(-202%);
    }

    50% {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
    }

    60% {
        -webkit-transform: translateY(-302%);
        transform: translateY(-302%);
    }

    75% {
        -webkit-transform: translateY(-300%);
        transform: translateY(-300%);
    }

    85% {
        -webkit-transform: translateY(-402%);
        transform: translateY(-402%);
    }

    100% {
        -webkit-transform: translateY(-400%);
        transform: translateY(-400%);
    }
}
/*------------------- Splash Screen -------------------*/

.app-grid {
    height: 100%;
}

    .app-grid .mud-table-container{
        height: 100%;
    }

    .app-grid.my-grid .mud-table-container {
        max-height: calc(100vh - 280px);
        overflow: auto !important;
    }

    .app-grid-mobile.my-grid .mud-table-container {
        max-height: calc(100vh - 370px);
        overflow: auto !important;
    }

    .app-grid .grid-header {
        background-color: var(--mud-palette-primary) !important;
        color: white !important;
        border-right: 1px solid white !important;
    }

    .app-grid .mud-table {
        height: 100%;
    }

.filter-button, .drag-icon-options {
    display: none;
}

.templateColumn {
    background-color: var(--mud-palette-primary) !important;
    color: var(--mud-palette-primary-text) !important;
}

@media (max-width: 600px) {
    .mud-table-sticky-header .mud-table-container {
        width: auto !important;
    }

    .active-btn {
        margin-top: 0 !important;
    }
}

.w100 {
    width: 100px;
}
.w180 {
    width: 180px;
}
.w215 {
    width: 215px;
}

.w250 {
    width: 250px;
}

.w262 {
    width: 262px;   
}
.w300 {
    width: 300px;
}

.w350 {
    width: 350px;
}

.w400 {
    width: 400px;
}

.w420 {
    width: 420px;
}
.w430 {
    width: 430px;
}

.w500 {
    width: 500px;
}
.w600 {
    width: 600px;
}
.w700{
    width: 700px;
}
.w800 {
    width: 800px;
}
    /*.app-grid .grid-header, .dis-grid .grid-header, .sw-grid .grid-header {
    background-color: var(--mud-palette-primary) !important;
    color: white !important;
    border-right: 1px solid white;
}

.dis-grid .mud-table-container, .sw-grid .mud-table-container {
    width: auto !important;
}

}*/

    /*.mud-table-sticky-header .mud-table-container {
    width: auto !important;
}*/

    /*===========================Client========================*/

.clientForm {
    height: calc(100% - 70px);
}

.rese-client-count {
    position: absolute;
    font-size: 11px;
    border-radius: 50%;
    background: var(--mud-palette-primary);
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mud-palette-text-primary) !important;
}

    .resecc-desk {
        right: -5px;
        border: 1px solid var(--mud-palette-drawer-text);
    }

    .resecc-mob {
        top: 0;
        left: 15px;
    }

.client-list-tmenu .dtm-menu-item.active {
    background: var(--mud-palette-primary);
    border-radius: 25px;
    transition: color 0.3s ease;
    background: linear-gradient(to right, var(--mud-palette-primary), var(--mud-palette-secondary));
}

.clie-mud-tab {
    height: calc(100% - 10px);
}

    .clie-mud-tab .mud-tabs-panels {
        height: calc(100% - 48px);
    }
    .clie-mud-tab .mud-tabs-tabbar {
        position : sticky;
        top : 0;
        z-index : 100;
    }

@media(max-width : 600px) {
    .clientlist-pca .app-grid {
        height: calc(100% - 50px);
    }

    .clie-mud-tab {
        height: calc(100% - 95px);
    }
        .clie-mud-tab .mud-tabs-panels {
            height: calc(100% - 62px);
        }
}

.resellerListTap {
    overflow-x: auto;
    max-width: calc(100% - 195px);
}

.resellerEntryTap {
    overflow-x: auto;
    max-width: calc(100% - 150px);
}

    .resellerEntryTap.resellerEntryInfo {
        max-width: calc(100% - 200px);
    }

    .clientListTap {
        overflow-x: auto;
        max-width: calc(100% - 250px);
    }

.invoiceListTap {
    overflow-x: auto;
    max-width: calc(100% - 250px);
}

@media(max-width: 960px) {
    .invoiceListTap {
        max-width: calc(100% - 135px);
    }
    .clientListTap {
        max-width: calc(100% - 150px);
    }
}

.mobile-menu .client-list-tmenu {
    overflow-x: auto;
    gap: 14px;
}

.mobile-menu .m-menu-bar {
    justify-content: center !important;
}

.headerTap .dtm-menu-item, .client-list-tmenu .m-menu-item {
    white-space: nowrap;
    min-width: auto !important;
}

.mobile-menu .client-list-tmenu .m-menu-item.active :is(.m-menu-i-text, .m-menu-i-icon) {
    /*color: var(--mud-palette-primary-lighten);*/
    transition: color 0.4s ease;
    font-weight: 300;
    font-size: 15px;
    background: var(--mud-palette-primary);
    color: var(--mud-palette-secondary-text);
    padding: 5px 10px;
    border-radius: 15px;
    background: linear-gradient(to right, var(--mud-palette-primary), var(--mud-palette-secondary));
}


.cliCont {
    width: auto;
    border-radius: 12px;
    padding: 12px;
    border: 1px solid var(--mud-palette-lines-default);
}

    .cliCont.slide-in-fwd-center {
        -webkit-animation: slide-in-fwd-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide-in-fwd-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

.sws {
    padding: 20px;
}

.software-selection-mudchip {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2px;
    margin-top: 20px;
}

.ssm-item {
    padding: 20px 30px;
}

.software-selected-mudchip {
    padding: 20px 30px;
    width: 100%;
    overflow: hidden;
}

.app-mud-menu-icon-only button {
    padding: 6px 16px !important;
    min-width: var(--standard-width) !important;
    min-height: var(--standard-height);
}

.cli-mudtab-action-btnbox{
    position: absolute;
    right: 2px;
    top : -45px;
    margin-right: 5px;
    z-index : 101;
}

.client-search-mud-menu .mud-popover.mud-popover-open {
    min-width: 200px;
}

.mudtab-d-actionbtn {
    margin-top: 5px;
}

    .mudtab-d-actionbtn button {
        padding: 6px 16px !important;
        min-width: var(--standard-width) !important;
        min-height: 55px !important;
    }

/*.client-entry .mud-tabs-tabbar-primary {
    background: linear-gradient(to right, var(--mud-palette-primary), var(--mud-palette-secondary)) !important;
}

.client-entry .clie-buy-li-btn {
    background: linear-gradient(to right, var(--mud-palette-primary), var(--mud-palette-secondary)) !important;
}*/

@media (max-width: 600px) {
    .cliCont {
        width: 100%;
    }

    .client-ent-softbox {
        display: flex;
        align-items: center;
        gap: 10px;
    }
}

@media(max-width: 959px) {
    .clientDetailSaveBtn {
        bottom: 860px;
    }
}

@media(max-width: 600px) {
    .clientDetailSaveBtn {
        bottom: 0;
        position: relative;
        margin-top: 7px;
        margin-left: 89%;
        display: flex;
        justify-content: flex-end;
    }

    .search-container {
        height: 30px;
    }
}

@-webkit-keyframes slide-in-fwd-center {
    0% {
        -webkit-transform: translateZ(-1400px);
        transform: translateZ(-1400px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slide-in-fwd-center {
    0% {
        -webkit-transform: translateZ(-1400px);
        transform: translateZ(-1400px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
/*===========================Client========================*/
/*===========================Invoice========================*/
/*search filter in reseller entry*/
.search-filter {
    position: absolute;
    width: 380px;
    background: var(--mud-palette-black);
    border-radius: 10px;
}

    .search-filter.invctyp {
        width: 250px;
    }

.search-filter-tr-reseller {
    top: 60px;
    right: 14px;
}

.drange-pd {
    padding: 5px;
}

/*search filter in client entry*/

.search-container {
    text-align: end;
    padding-right: 10px;
    margin-top: -20px;
}

.search-filter-tr-client {
    top: 50px;
    right: 0px;
    z-index: 10;
}
.search-select {
    width: 100px;
    padding: 5px;
    margin-bottom: 8px;
}

.adornament .mud-input-adornment-start {
    margin-right: 0px !important;
    margin-inline-end: 0px !important;
}

.text-align {
    text-align: left;
}

.invoicelist-pca .invlist-daterange-box {
    width: 320px;
    margin-left: auto;
    margin-right: 5px;
}
.inv-data-width {
    min-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
}

.invoicelist-pca-100 .app-grid {
    height: 100%;
}

    .invoicelist-pca .app-grid {
        height: calc(100% - 55px);
    }

    .mud-dialog-fullscreen > div:first-child, .mud-dialog-fullscreen .mud-dialog-content {
        height: 100%;
    }

.inv-ent-desk {
    height: 100%;
    border-radius: 15px;
    background: var(--mud-palette-background-gray);
}

    .inv-voucher-section {
        padding: 15px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .inv-entry .inv-vs-item {
        display: flex;
        justify-content: space-between;
        height: 50px;
        align-items: center;
    }

        .inv-entry .inv-vs-item div:nth-child(1) {
            /*color: var(--mud-palette-drawer-text);*/
        }
        .inv-entry .inv-vs-item div:nth-child(2) {
           /* color: var(--mud-palette-drawer-text);*/
            font-size: 15px;
            font-weight: bold;
            /*padding: 10px;
            border-radius: 6px;
            width: 100px;
            text-align: end;
            background: var(--mud-palette-appbar-background);*/
        }

.inv-entry-tra-monthbox {
    margin-bottom: -10px;
    /* color: var(--mud-palette-drawer-text);*/
}

    .inv-entry .inv-vsi-border {
        border-bottom: 1px dotted var(--mud-palette-action-default);
    }

    .inv-entry .bot-margin {
        margin-bottom: 10px;
    }

.inv-entry .section-border {
    border-bottom: 2px solid var(--mud-palette-drawer-text);
}

    .inv-action-btn {
        background: linear-gradient(to right, var(--mud-palette-primary), var(--mud-palette-secondary));
        font-size: 14px;
        padding: 12px 45px;
        border: none;
        border-radius: 25px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 100%;
    }

    .inv-ent-mobile {
/*        display: flex;*/
        height: 64px;
        position: relative;
        padding: 0px 10px;
        background: var(--mud-palette-background-gray);
        align-items: center;
        justify-content: center;
    }

        .inv-ent-mobile .inv-vous-mobile {
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 64px;
            background: var(--mud-palette-background-gray);
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            height: calc(100dvh - 90px);
            overflow: auto;
        }

    .inv-ent-mob-hide {
        overflow: hidden;
        background-color: var(--mud-palette-surface);
        height: 0 !important;
    }

        .inv-ent-mob-hide .inv-en-mh-closebtn {
            display: none;
        }

    .inv-ent-mobile .inv-action-btn {
        background: var(--mud-palette-action-disabled-background);
    }

    .inv-vous-m-ani {
        animation: inv-enm;
        animation-iteration-count: initial;
        animation-duration: 0.3s;
        animation-timing-function: linear;
    }

/* card layout for all list*/

.inv-ent-headtext {
    font-size: 20px;
    font-weight: bold;
}

.inv-e-extent-container{
    max-width: 100%;
}

.inve-info-box {
    padding: 15px;
    border-radius: 15px;
    background: var(--mud-palette-background-gray);
}

.inve-info-item {
    display: flex;
    justify-content: space-between;
    margin-bottom : 10px;
}

.inve-info-b-typetext {
    font-size: 18px !important;
    color: var(--mud-palette-primary-darken) !important;
}

.inve-info-i-d {
    width: 50%;
    display : flex;
    gap : 10px;
}

    .inve-info-i-d div:nth-child(1) {
        min-width : 100px;
    }

    .inve-info-i-d div:nth-child(3) {
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 16px;
        font-weight: bold;
        color: var(--mud-palette-drawer-text);
    }

    

.inve-info-i-f {
   
}
.inve-info-i-s {
  
}

.inve-headerbar{
    border : none !important;
    box-shadow : none !important;
}

.inve-tran-totaltext {
    font-size: 18px;
    font-weight: bold;
    color: var(--mud-palette-primary);
}

.inve-boxborder {
    border: 1px solid var(--mud-palette-drawer-text);
}

.inve-infobox-bg {
    background: linear-gradient(90deg, var(--mud-palette-background-gray), var(--mud-palette-secondary-hover));
}

.inve-fromto-box {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 15px 10px;
    justify-content: center;
    border: 1px solid var(--mud-palette-background);
    border-radius: 10px;
}

    .inve-fromto-box :is(div:nth-child(1), div:nth-child(3)) {
        font-size: 16px;
        font-weight: bold;
        color: var(--mud-palette-primary);
    }

    .inve-fromto-box :is(div:nth-child(2), div:nth-child(4)) {
        color: var(--mud-palette-drawer-text);
    }

.inve-total-num {
    font-size : 18px !important;
    color: var(--mud-palette-drawer-text) !important;
}

.inve-price-info {
    font-size: 11px !important;
    color: var(--mud-palette-info-lighten) !important;
    font-weight: normal !important;
}

.relatedExtLis {
    height: calc(100dvh - 415px);
}


.extendBtnArea {
    display: flex;
    justify-content: end;
    padding: 10px;
}

.sticky {
    position: sticky;
    z-index: 3;
    background-color: var(--mud-palette-surface) !important;
}
    
 .mud-data-grid .mud-table-cell.sticky-left, .mud-data-grid .mud-table-cell.sticky-right {
    position: sticky;
    background-color: var(--mud-palette-surface);
    z-index: 1;
}

.sticky-col1 {
    left: 0px;
}

.sticky-col2 {
    left: 255px;
}

.sticky-col3 {
    left: 520px;
}

.mud-data-grid {
    overflow-x: auto !important;
    overflow-y: auto !important;
}

.sticky-header {
    background: white;
    z-index: 5 !important;
}

    @keyframes inv-enm {
        0% {
            position: absolute;
            bottom: -200px;
            opacity: 0;
        }

        100% {
        }
    }

/*----Mobile-----------------*/
@media(max-width : 992px) {
    .sticky-col1 {
        background: none;
    }

    .sticky-col2 {
        background: none;
    }
}

@media(max-width: 960px) {
    .relatedExtLis {
        height: calc(100dvh - 150px);
        padding: 10px 10px;
    }

        .relatedExtLis.readonly-inv-entry {
            height: calc(100dvh - 90px) !important;
        }

    .transcationArea {
        padding: 10px;
    }
}

@media(max-width: 959px) {
    .page-content-area .pca-body.invc {
        height: calc(100% - 130px);
    }
}

@media (max-width: 600px) {

    .mud-xs-table .mud-table-cell {
        display: flex !important;
        justify-content: start !important;
        align-items: center !important;
        border: none;
        padding: 14px 16px;
        text-align: start !important;
    }

    .inve-info-item {
        flex-direction: column;
    }

    .inve-info-i-d {
        width: 100%;
    }

        .inve-info-i-d div:nth-child(3) {
            font-size: 14px;
        }

    .inve-info-b-typetext {
        font-size: 15px !important;
    }

    .mud-xs-table .mud-table-cell:before {
        content: attr(data-label);
        font-weight: 500;
        padding-right: 16px;
        padding-inline-end: 16px;
        padding-inline-start: unset;
        width: 180px;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .inv-data-list::before {
        content: ":";
        margin-right: 5px;
    }

    .inv-data {
        margin-left: 9px;
    }

    .inv-elli-text {
        flex: 1 1 auto;
        min-width: 0;
        overflow: hidden;
        white-space: nowrap;
        /*        width: calc(100% - 196px);*/
        text-overflow: ellipsis;
        width: 140px;
    }

    .text-elli {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .status {
        display: flex;
        align-items: center;
    }

    .status-tool-tip {
        margin-top: 4px;
    }

    .inv-ent-desk {
        display: none;
    }
}

@media(max-width: 569px) {
    .invoice-btn {
        padding: 12px 15px !important;
    }
}

@media(max-width: 454px) {
    .invoice-btn {
        font-weight: 0 !important;
        padding: 12px 6px !important;
        font-size: 12px;
    }
}

@media(max-width : 430px) {

    .inv-ent-headtext {
        font-size: 16px;
    }

    .sticky-col1 {
        background: none;
    }

    .sticky-col2 {
        background: none;
    }
}

@media (max-width: 400px) {
    .mud-xs-table .mud-table-cell:before {
        content: attr(data-label);
        font-weight: 500;
        padding-right: 16px;
        padding-inline-end: 16px;
        padding-inline-start: unset;
        width: 150px !important;
    }
}

@media(max-width: 374px) {
    .invoice-btn {
        font-size: 10px;
    }
}

@media(max-width: 333px) {
    .invoice-btn {
        font-size: 9px;
    }
}
/*----Mobile-----------------*/



/*----Desktop-----------------*/
@media(min-width: 959px) {
    @media(max-height: 728px) {
        .relatedExtLis {
            height: 400px;
        }
    }
}

@media(min-width : 599px) {
    .inv-ent-mobile {
        display: none;
    }
}
/*----Desktop-----------------*/


/*===========================Invoice========================*/
/*---------------------------Reseller=======================*/
.resellerPaper .btn {
    border: none;
    outline: none;
    border-radius: 14px;
    flex-direction: column;
    gap: 12px;
    width : 100%;
}

.resellerPaper {
    width: 150px;
    height: 150px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    border-radius: 14px;
}

    .resellerPaper.req:hover {
        box-shadow: 0px 0px 1px 2px var(--request-color);
    }

    .resellerPaper.apv:hover {
        box-shadow: 0px 0px 1px 2px var(--approve-color);
    }

    .resellerPaper.rej:hover {
        box-shadow: 0px 0px 1px 2px var(--reject-color);
    }

    .resellerPaper.sus:hover {
        box-shadow: 0px 0px 1px 2px var(--suspend-color);
    }

.stsDialog .mud-dialog-title {
    background: var(--mud-palette-primary);
}

@media(max-width: 450px) {
    .resellerPaper {
            width: 100px;
            height: 100px;
        }
    }

/*===== skeleton loading css =====*/

.mud-skeleton-wave::after {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    position: absolute;
    transform: translateX(-100%);
    animation: 1.6s linear 0.5s infinite normal none running mud-skeleton-keyframes-wave;
    background: linear-gradient(90deg, transparent, rgba(255,255,255, 0.1), transparent);
}

/*===== skeleton loading css end =====*/

/*Custom Popover CSS*/

.popover-backdropbtn {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 500;
    position: fixed;
}

.checkbox-disable {
    cursor: not-allowed !important;
}

    .checkbox-disable .mud-input-control-input-container {
        pointer-events: none !important;
    }

.popover-container {
    border: 1px solid var(--mud-palette-lines-default);
    background-color: var(--mud-palette-surface);
/*    position: fixed;*/
    position: absolute;
    top: 60px;
    right: 10px;
    padding: 10px;
    min-width: 320px;
    z-index: 999;
}

.type-container {
    display: flex;
    flex-direction: row;
}

.search-select {
    margin-bottom: 10px;
}

@media(max-width: 495px) {
    .type-container {
        flex-direction: column;
    }
}

@media(max-width: 600px) {
    .mud-picker-calendar-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
}

.historySearchBtn {
    margin-top: 4px;
    height: 59px !important;
}

.popcontainer {
    min-width: 182px;
}

/*Custom Popover CSS End*/



.planCard-parent-container {
    display: flex;
    justify-content: center;
    align-items: center;
/*    min-height: calc(100vh - 40px);*/
    padding: 20px;
    height: 100%;
}

.plan-grid {
    width: 100%;
    max-width: 1200px;
    height: 100%;
}

.plan-container {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px;
}

.plan-container .first-row {
    display: flex;
    gap: 20px;
}

    .plan-container .second-row {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
        position : relative;
    }

.plan-card.recent {
    background: none;
}
.plan-card.recent .discount-badge{
    background: var(--mud-palette-success);
}

    .plan-card.recent .choose-button {
        background: var(--mud-palette-success);
        box-shadow: 0 0px 15px var(--mud-palette-success);
        border: 2px solid var(--mud-palette-success);
        color: var(--mud-palette-white);
    }

.plan-card {
    background: var(--mud-palette-background-gray);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .plan-card.customize {
        max-width: 350px;
        text-align: center;
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /*        order: 1; */
        background: none;
        border: 2px dashed var(--mud-palette-primary);
    }

.customize-btn-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.customize .plan-name {
    margin-bottom: 25px;
}

.customize .choose-button {
    width: auto;
    padding: 16px 32px;
}

.plan-card:hover, .plan-card.customize:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.discount-badge {
    background: linear-gradient(to right, var(--mud-palette-primary), var(--mud-palette-secondary));
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.plan-name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.price-container {
    background-color: var(--mud-palette-action-disabled-background);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 25px;
}

.original-price {
    font-size: 1.2rem;
    text-decoration: line-through;
    opacity: 0.7;
    margin-bottom: 5px;
}

.current-price {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 5px;
}

.savings {
    font-size: 0.9rem;
    color: var(--mud-palette-success-darken);
    margin-bottom: 5px;
    font-weight: 600;
}

.features {
    list-style-type: none;
    margin-bottom: 30px;
}

    .features li {
        padding: 12px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .features li:last-child {
            border-bottom: none;
        }

.choose-button {
    display: block;
    width: 100%;
    padding: 16px;
    background: transparent;
    border: 2px solid var(--mud-palette-primary);
    border-radius: 14px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0px 15px var(--mud-palette-primary);
}
/*
    .choose-button:hover {
        background: linear-gradient(to right, var(--mud-palette-primary), var(--mud-palette-secondary));
    }*/

.popular .choose-button {
    background: linear-gradient(to right, var(--mud-palette-primary), var(--mud-palette-secondary));
    border: none;
    color: var(--mud-palette-white);
}

.plan-card.popular {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid var(--mud-palette-primary);
    box-shadow: 0px 0px 7px 2px var(--mud-palette-primary);
}

    .plan-card.popular:hover {
        box-shadow: 0 0px 20px var(--mud-palette-primary);
    }

.popular-flag {
    display: none;
}

.popular .popular-flag {
    display: block;
    position: absolute;
    top: 32px;
    right: -45px;
    background: var(--mud-palette-primary);
    color: white;
    padding: 6px 40px;
    transform: rotate(45deg);
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 2px 10px var(--mud-palette-primary);
}

.divider {
    display: flex;
    align-items: center;
    margin: 40px 0;
    width: 100%;
    position : relative;
}

.divider-line {
    flex: 1;
    height: 2px;
    background-color: var(--mud-palette-primary);
}

.divider-or {
    font-size: 13px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    color: var(--mud-palette-drawer-icon);
}


.divider-label {
    padding: 0 15px;
    color: var(--mud-palette-primary);
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.divider-gradient .divider-line {
    background: linear-gradient(90deg, transparent, var(--mud-palette-primary), transparent);
}

.plane-userinpit-box {
    position: absolute;
    top: -55px;
    right: 0;
    display : flex;
    gap : 10px;
    align-items : center;
}
    .plane-userinpit-box .plane-e-userinput {
        height: 40px;
        width: 60px;
        border: 1px solid var(--mud-palette-action-disabled);
        border-radius: 10px;
        background: var(--mud-palette-primary-hover);
        color: var(--mud-palette-text-primary);
        font-size: 15px;
        padding: 10px;
        text-align: center;
    }
        .plane-userinpit-box .plane-e-userinput::-webkit-outer-spin-button,
        .plane-userinpit-box .plane-e-userinput::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

    .plane-userinpit-box .plane-e-usertext {
        font-size: 13px;
    }

.plane-e-userinput:before {
    content : "User"
}

@media (max-width: 1150px) {
    .plan-card.customize {
        order: -1;
        max-width: 350px;
    }
}

@media (max-width: 885px) {
    .plan-card, .plan-card.customize {
        max-width: 100%;
        padding: 20px;
    }

    .plan-name {
        font-size: 1.5rem;
    }

    .current-price {
        font-size: 1.8rem;
    }
}

@media (max-width: 645px) {
    .plan-container .first-row {
        flex-wrap: wrap;
    }
}

/*reseller profile start*/

.pnt {
    display: flex;
    justify-content: center;
}

.pInfo {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

@media (max-width: 460px) {
    .pInfo {    
        flex-direction: column;
    }
    .res-profile-card {
        width: 100%;
    }
}

.pitem {
    display: flex;
    gap: 15px;
}

.pleftData, .prightData, .pinpData {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.res-profile-card {
    border: 1px solid var(--mud-palette-primary);
    padding: 25px;
    border-radius: 12px;
    gap: 22px;
}

.nestly-l-menu .mud-tooltip-inline {
    width: 100% !important;
}

/*reseller profile end*/

/*unauth start*/
.unauth {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    margin-bottom: 8px;
}

    .unauth button {
        background: linear-gradient(to right, var(--mud-palette-primary), var(--mud-palette-secondary));
        font-size: 14px;
        color: #fff;
        padding: 12px 45px;
        border: none;
        border-radius: 50px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-top: 10px;
    }
/*unauth end*/
.cliActBtn {
    border: 1px solid white;
    color: white;
}

.inv-data-list.inv-elli-text.delete {
    color: var(--suspend-color);
}
