.lichtPurchased .contm {
    width: 600px;
} 
.lichtPurchased .contm {
    width: 600px;
} 
.lichtPurchased .formbx.receiver {
    padding: 15px;
    border-radius: 3px;
    background-color: #eee;
    margin: 15px 0 0;
} 
.lichtLogin.lichtFP .contm {
    width: 500px;
}
.lichtLogin.lichtFP .formwbx button {
    width: 100%;
    margin: 0;
}
.lichtLogin.lichtFP .formwbx .taste {
    margin: 15px 0;
}
.lichtLogin.lichtFP .formwbx [href="my-account?view=forgetpassword"] {
    font-size: 80%;
    display: table;
    max-width: 100%;
    margin: 0 0 60px auto;
}
.licht .contbx > .contbx-w {
    padding: 30px;
}
.btnViewCart.btnSticky {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 50;
    min-width: auto;
    border-radius: 3px;
    transform-origin: right top;
    rotate: 90deg;
    translate: 0 225px;
    padding: 10px 12px 12px 12px;
}
.btnViewCart.btnSticky .bg-mask{
    background-color: #fff;
}
.btnViewCart.btnSticky .bimgw {
    width: 21px;
    margin: 0 6px -3px 0;
    rotate: -90deg;
}

.lichtDASHUSERlogout .contm {
    width: 600px;
}
.lichtDASHUSERlogout .contbx > .contbx-w {
    padding: 30px 20px;
} 
.lichtDASHUSERlogout .btnbx {
    margin: 15px 0 0;
}
.lichtDASHUSERlogout .btnbx .btn {
    margin: 3px
}
@media (width < 575px) {
    .lichtDASHUSERlogout .btn {
    width: 100%;
    margin: 3px 0;
    }
}

/* ====================================== */
/* ====================================== */

.cartdisplayerbx{

    --pad-space: 15px;  

    
    .remove{
        .btnRemove{
            background-color: rgb(177, 23, 23);
            color: #fff;
            border-radius: 3px;
            border: 0;
            min-width: auto; 
            opacity: 0.5;
            aspect-ratio: 1;
            width: 35px;
            font-size: 65%;
            line-height: 1;
            padding: 0;

            &:hover{
                opacity: 1;
            }

        }
    }
    .error {
        border-color: orangered !important;

        .errorbx{
            padding: 0 0 15px;
            color: orangered;
        }
    }
    

    .infobx{
        color: #888;
    }
    .total_price{
        position: absolute;
        right: 0;
        top: 0;
        color: var(--clr02);
        font-size: 120%;
    }
    
    
    

    .cartdisplayer{
        overflow: clip;
        overflow-y: auto;  
        height: 100%;
    }

    .cartdisplayerinner{
        z-index: 1;
        flex-direction: column; 

        .productimage{
            .bimgw{
                width: 70px;
                border-radius: 9px;

                .bimg{
                    background-color: #ddd;
                }
            }
        }
        
        
        .mid{
            z-index: 0;
            flex: 1 0 0;
        }
        .bot{
            z-index: 1;
            margin-top: 0;
            position: sticky;
            bottom: 0; 
            line-height: 1;
        }
        .infobx{
            font-size: 75%; 
        }
    }

    .total_price_display {
        font-size: 200%;
        font-family: var(--ft-t1);
        text-align: center;
        

        &>*{
            margin: 0 0 9px; 
        }
    }
    
    &.slidemode{ 
        position: fixed;
        z-index: 999;
        right: var(--pad-space);
        top: var(--pad-space);
        translate: 150% 0;
        transition: .6s all cubic-bezier(0.075, 0.82, 0.165, 1);
        line-height: 1; 

        .cartdisplayerinner > * {
            padding: 15px;
        }

        .cartdisplayerw{
            height: calc(100svh - (var(--pad-space) * 2));
            width: 450px!important;
            max-width: calc(100svw - (var(--pad-space) * 2));
            background-color: #fff;
            border: 2px solid #ccc;
            border-radius: 21px;
            overflow: hidden;
        }

        .bot{
            background-color: #fff;
        }

        .top{
            z-index: 1;
            position: sticky;
            top: 0;
            font-size: 200%;
            font-family: var(--ft-t1);
            background-color: #fff;

            .close{
                color: rgb(192, 17, 17);
                cursor: pointer;
            }
        }
    }
    &.show{
        translate: 0 0 !important;
    }
    &.detail_page {
        max-width: 100%;

        .cartdisplayerw {
            max-width: 100% !important;
            width: 450px;
        }
        .cartdisplayer{
            overflow: clip !important
        }
        .bot{
            margin: 21px 0 !important;
            
            .total_price_display > *{
                padding: 21px 15px; 
                border: 0 solid #ccc;
                background-color: var(--clr02) !important;
                color: #fff;
                border-radius: 6px;
            }
        }

    }
}

.ecombx,
.ecombx.categorylistbx.ecom_design_1{
    --listset-gap: 21px;
    --listset-count: 4;
    @media(width<991px){
        --listset-count: 3;
    }
    @media(width<767px){
        --listset-count: 3;
    }
    @media(width<575px){
        --listset-count: 2;
    }

    .categorybx{
        flex-direction: column;
    }
    .itom, .categorybx{  

        .bimg{
            scale: 1.15;
            transition: 1.2s all cubic-bezier(0.165, 0.84, 0.44, 1)
        }
        &:hover{
            .bimg{
                scale: 1;
            }
        }

        & a {
            width: 100%;
        }

        .btm{
            margin-top: auto;
            padding: 3px 0 0;
        }

        .btn {
            --btnbgclr: var(--clr01, #000);
            --btnbgclrhov: var(--clr02);
            --btnborderclr: var(--btnbgclr);
            --btnborderclrhov: var(--btnbgclrhov);
            --btnclr: var(--clr01x, #000);
            --btnclrhov: var(--clr01x, #fff);

            gap: 6px;
            width: 100%;
        }

        .tmpttl{
            line-height: 1;
            margin: 15px 0 0;

            & > * ~ * {
                margin: 6px 0 0;
            }

            .ttl{
                font-family: var(--ft-t1);
            } 
    
            .rate_img{
                aspect-ratio: 15 / 2;
                width: 90px;
                max-width: 100%;
                display: block;
            }
        }

        .variancebx {
            font-size: 70%;
            position: relative; 
            cursor: pointer;
            z-index: 4;
            line-height: 1;

            .choosen{
                padding: 6px 21px 6px 0;
            }
            & i {
                position: absolute;
                right: 6px;
                top: 6px; 
                color: #ccc;
                pointer-events: none;
            }
            &:hover i { 
                color: var(--clr02);
            }



            .optionbx{
                display: none; 
                background-color: #eee;
                position: absolute;
                border: 1px solid #ccc;
                width: 100%;
                bottom: 0;
                left: 0;
                translate: 0 100%;
                border-radius: 6px;
                overflow: hidden;

                & [option] {
                    padding: 9px;
                    width: 100%;

                    &:hover{
                        background-color: var(--clr02);
                        color: #fff;
                    }
                }
            }

            &.active{
                .optionbx{
                    display: block;
                }
            }
        }

    }
}
.unit_manupulator{ 

    .quantitybx{
        line-height: 0;
        font-family: var(--ft-t1);

        .bimgw{
            width: 30px; 
            .bimg{
                background-color: var(--clr01);
                scale: 1 !important;
            }
        }

        .btnAdjust{
            background-color: transparent;
            border-radius: 0;
            border: 0;
            min-width: auto;
            padding: 0;

            &:hover{
                .bimg{
                    background-color: var(--clr02);
                }
            }
        }  

        & input{
            padding: 0;
            background-color: transparent;
            width: 60px;
            margin: 0;
            text-align: center;
            pointer-events: none;
            border: 0;
        }
    }
}

[ecombtn]{
    --transition: .6s all ease;
    cursor: pointer;
    position: relative;
    line-height: 1;
    transition: var(--transition);
    
    .ecombtnbx{
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        gap: 6px;
    }
 
    .bimgbx{
        line-height: 0;
        .bimgw{
            width: 21px;

            .bimg{
                background-color: #000;
                transition: var(--transition);
            }
        }
    }

    &:hover{
        color: var(--clr02);
        .bimg{
            background-color: var(--clr02) !important;
        }
    }

    .items_count{
        position: absolute;
        right: 0;
        top: 0;
        translate: 50% -50%;
        font-size: 50%;

        &>*{
            display: flex;
            justify-content: center;
            align-items: center; 
            background-color: rgb(189, 24, 24);
            color: #fff;
            line-height: 1;
            border-radius: 6px;
            padding: 3px 6px;
            font-family: var(--ft-t1);
        }
    }

    .currencybx{
        display: none;
        pointer-events: none;
        position: absolute;
        right: 0;
        bottom: 0;
        min-width: 100%;
        translate: 0 100%; 
        background-color: #fff;
        border: 2px solid #ccc;
        border-radius:6px;

        [currency] {
            padding:  3px  9px;
            color: var(--bdclr);

            &:hover{
                color: #fff;
                background-color: var(--clr02);
            }
        }

    }

    &:not(.active){
        .currencybx{
            display: none;
        }
    }
}


.categorylistbx.doctorbx{
    --div-list-l: 200px;
    line-height: 1.1;
    font-family: inherit !important;


    .categoryw {
        gap: 9px 0;
    }

    .listo-l {
        .bimgbx{
            line-height: 0;
        }
        .bimgw{
            border-radius: 9px;
        }
    }
    .listo-r {
        padding-left: 15px; 
 
        .listo-rw{
            gap: 15px;

            & > * {
                width: 100%;
            }
        }

        .title{
            font-family: var(--ft-t1);
        }
        .desc.ellipsis {
            --line: 3;
            line-height: 1.5;
        }
        .taste{
            margin-top: auto;
        }

        .infobx{
            gap: 6px;

            & > * {
                width: 100%;
            }
            
        }

        .labelbx {
            gap: 3px;
            
            .label-{
                border-radius: 3px;
                font-family: var(--ft-t1);
                border: 1px solid #ccc;
                font-size: 80%;
                padding: 3px 6px;
            }
        }
    }

    .floaterbx {
        position: absolute;
        z-index: 12;
        bottom: 0;
        left: 0;
        padding: 15px;
        padding-top: 30px;
        line-height: 1;
        font-family: var(--ft-t1);
        color: #fff;
        width: 100%;
        background-image: linear-gradient(0deg, rgba(0,0,0,.5) 30%, rgba(0,0,0,0) 100%);


        @media(width>575px){
            display: none;
        }

        .title{
            font-size: 120%;
            margin: 0 0 6px;
        }

        .labelbx {
            gap: 3px;
            
            .label-{
                border-radius: 3px;
                font-family: var(--ft-t1);
                border: 1px solid #ccc;
                font-size: 80%;
                padding: 3px 6px;
            }
        } 

    }

    @media(width<=575px){
        .listo-l,
        .listo-r{
            flex: 0 0 100%;
            max-width: 100%;
            padding: 0;
        }
        .listo-r{
            .title,
            .labelbx{
                display: none;
            }

            .taste{
                .btn{
                    flex: 1 0 0;
                }
            }
        }
    }

    .listo-l{
        transition: .9s all cubic-bezier(0.165, 0.84, 0.44, 1);
        opacity: 1;
    }
    .listo-r{ 
        transition: .9s all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
        translate: 0 0;
    }

    .categorybx:not(.inview) {
        .listo-l{ 
            opacity: 0;
        }
        .listo-r{
            opacity: 0;
            translate: 50px 0;
        }
    }
}



.dropdownbx {
    font-family: var(--ft-t1);
    pointer-events: none;
    position: fixed;
    top: 90px;
    width: calc(100% - 60px) !important;
    max-height: 50svh;
    overflow: clip;
    overflow-y: auto;
    z-index: 8;
    left: 50%;
    translate: -50% 60px;
    background-color: #fff; 
    border-radius: 15px;
    opacity: 0;
    transition: .3s all ease-out, 0s left;
    line-height: 1.2;
    border: 2px solid #ddd;

    &.active{
        pointer-events: all;
        translate: -50% 0;
        opacity: 1;
    }

    & a {
        display: block;

        &:hover{
            color: var(--clr02);
        }
    }
    .dropdownw{
        padding: 65px;
    }

    .categorylistbx{
        --listset-count: 3;
        --listset-gap: 60px;

        .title{ 
            font-size: 120%;
            padding: 0 0 9px;
            margin: 0 0 9px;
            border-bottom: 1px solid #ccc;
            color: var(--clr01);
        }

        .listbx{
            font-size: 90%; 

            & > * ~ * {
                margin-top: 6px;
            }
 
        }
    }

    &[dropid] {
        width: auto !important;
        max-width: 350px !important;
        min-width: 200px;
        translate: 0 60px;

        &.active{ 
            translate: 0 0; 
        }
        .dropdownw{
            padding: 21px;
        }

        & li, 
        & ul{
            list-style-type: none;
            padding: 0;
            margin: 0;
            width: 100%; 
        }

        & li ~ li {
            margin-top: 12px;
        }
    }
}

body.scrolled{ 
    .dropdownbx {
        top: 80px;
    }
}



.app_icon {
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-image: var(--icon-url);
    -webkit-mask-image: var(--icon-url);
    background-color: var(--icon-clr, #fff);
    transition: .4s all ease;

    &.app_icon_website_profile{
        --icon-url: url(src/icon_website_profile.png)
    }
    &.app_icon_logout{
        --icon-url: url(src/icon_logout.png)
    }
    &.app_icon_setting{
        --icon-url: url(src/icon_setting.png)
    }
    &.app_icon_missing_image{
        --icon-url: url(src/icon_missing_image.png)
    }
    &.app_icon_edit{
        --icon-url: url(src/icon_edit.png)
    }
    &.app_icon_trash{
        --icon-url: url(src/icon_trash.png)
    }
    &.app_icon_menu{
        --icon-url: url(src/icon_menu.png)
    }
    &.app_icon_left_arrow{
        --icon-url: url(src/icon_left_arrow.png)
    }
    &.app_icon_overview{
        --icon-url: url(src/icon_overview.png)
    }
    &.app_icon_doctors{
        --icon-url: url(src/icon_doctors.png)
    }
    &.app_icon_medical_services{
        --icon-url: url(src/icon_medical_services.png)
    }
    &.app_icon_video{
        --icon-url: url(src/icon_video.png)
    }
    &.app_icon_clinic_profile{
        --icon-url: url(src/icon_clinic_profile.png)
    }
    &.app_icon_password{
        --icon-url: url(src/icon_password.png)
    }
    &.app_icon_email{
        --icon-url: url(src/icon_email.png)
    }
    &.app_icon_request{
        --icon-url: url(src/icon_request.png)
    }
    &.app_icon_schedule{
        --icon-url: url(src/icon_schedule.png)
    }
    &.app_icon_profile{
        --icon-url: url(src/icon_profile.png)
    }
    &.app_icon_medical_report{
        --icon-url: url(src/icon_medical_report.png)
    }
    &.app_icon_appointment{
        --icon-url: url(src/icon_appointment.png)
    }
    &.app_icon_save{
        --icon-url: url(src/icon_save.png)
    }
    &.app_icon_message{
        --icon-url: url(src/icon_message.png)
    }
    &.app_icon_send{
        --icon-url: url(src/icon_send.png)
    }
    &.app_icon_end_chat{
        --icon-url: url(src/icon_end_chat.png)
    }
    &.app_icon_info{
        --icon-url: url(src/icon_info.png)
    } 
    &.app_icon_security{
        --icon-url: url(src/icon_security.png)
    } 
}

.btn_save{

    border: 1px solid #ddd;
    background-color: transparent;
    border-radius: 9px;
    padding: 0 12px;
    position: relative;

    .bimgbx{
        line-height: 0;
        width: 25px;
    }

    .app_icon{
        --icon-clr: #ccc;
    }

    &.active{
        .app_icon{
            --icon-clr: green;
        }
        &:hover{
            .app_icon{
                --icon-clr: green;
            }
        }
    }
    &:hover{
        .app_icon{
            --icon-clr: #999;
        }
    }

    &::after{
        content: "Save";
        display: inline-flex;
        padding: 9px 12px;
        line-height: 1;
        position: absolute;
        top: 0;
        left: 50%;
        translate: -50% 0;
        opacity: 0;
        background-color: #ddd;
        font-family: var(--ft-t1);
        font-size: 80%;
        transition: .3s all ease;
        border-radius: 3px;
        pointer-events: none;
    }

    &:not(.active){ 

        &:hover{
            &::after{
                opacity: 1;
                translate: -50% calc(-100% - 6px);
            }
        }
    }
    &.active{
        &::after{ 
            content: "Saved";
            background-color: rgb(160, 239, 160);
            color: green; 
        }

        &:hover{
            &::after{
                opacity: 1; 
                translate: -50% calc(-100% - 6px);
            }
        }
    }

}
.btn_message{
    border: 1px solid #ddd;
    background-color: transparent;
    border-radius: 9px;
    padding: 0 12px;
    position: relative;

    .bimgbx{
        line-height: 0;
        width: 25px;
    }

    .app_icon{
        --icon-clr: #ccc;
    }

    &.active{
        .app_icon{
            --icon-clr: green;
        }
        &:hover{
            .app_icon{
                --icon-clr: green;
            }
        }
    }
    &:hover{
        .app_icon{
            --icon-clr: #999;
        }
    }

    &::after{
        content: "Message";
        display: inline-flex;
        padding: 9px 12px;
        line-height: 1;
        position: absolute;
        top: 0;
        left: 50%;
        translate: -50% 0;
        opacity: 0;
        background-color: #ddd;
        font-family: var(--ft-t1);
        font-size: 80%;
        transition: .3s all ease;
        border-radius: 3px;
        pointer-events: none;
    }

    &:not(.active){ 

        &:hover{
            &::after{
                opacity: 1;
                translate: -50% calc(-100% - 6px);
            }
        }
    }
    &.active{
        &::after{ 
            content: "Saved";
            background-color: rgb(160, 239, 160);
            color: green; 
        }

        &:hover{
            &::after{
                opacity: 1; 
                translate: -50% calc(-100% - 6px);
            }
        }
    }

}


.licht.pop_sign{
    .contm{
        width: 500px;
    }
}

/* html:has([mn="8996"], [mn="8997"], [mn="8998"], [mn="8999"]), 
body:has([mn="8996"], [mn="8997"], [mn="8998"], [mn="8999"]) {
    overscroll-behavior: contain !important;
    overflow-y: auto;
}  */
body:has([mn="8996"], [mn="8997"], [mn="8998"], [mn="8999"]){
    --theme-clr01: #264542;
    button.btn_icon{
        padding: 12px;
        aspect-ratio: 1;
        width: 45px;
        max-width: 100%;
        border: 0;
        background-color: #eee;

        .bimgbx{
            line-height: 0;
            width: 100%;
        }

        &:hover{
            background-color: var(--theme-clr01);

            .app_icon{
                --icon-clr: #fff;
            } 
        }

        .count{
            position: absolute;
            padding: 3px 9px;
            width: 21px;
            font-size: 75%;
            display: flex;
            justify-content: center;
            align-items: center;
            line-height: 1;
            border-radius: 50px;
            top: 0;
            right: 0;
            translate: 50% -50%;
            background-color: rgb(193, 0, 0);
        }
    }
}
.messagebx.pop{
    display: block !important;
    position: fixed !important;
    height: 100svh !important;
    width: 100svw !important;
    top: 0;
    left: 0;
    z-index: 100;
    backdrop-filter: blur(9px); 
    opacity: 0;

    pre{
        margin: 0;
        line-height: inherit;
        font-family: inherit;
    }

    &:not(.closing){
        transition: .9s all ease;
    }

    &.active{
        opacity: 1;
    }
    
    .messagew{
        width: 100%;
        height: 100%;
        padding: 21px;
    }

    .chatbx{
        width: 800px;
        max-width: 100%;
        height: 100%;
        margin: 0 auto;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 15px;

        .chatw{
            padding: 21px;
        }
    }

    .dialogbx{
        background-color: #eee;
        border-radius: 15px;

        .dialogw{ 

            .dialogw-{
                padding: 15px;
                gap: 3px;
            }
        } 
    }

    .chatw {
        flex-direction: column;
        line-height: 1.2;
        gap: 6px;

        .top{
            .btn_close{
                cursor: pointer;
            }
            .title{
                font-family: var(--ft-t1);
            }
            .noticettl{
                font-size: 80%;
            }

            .div-l{
                flex: 0 0 25px;
                max-width: 25px;

                .bimgbx{
                    line-height: 0;
                    width: 100%;
                }
            }
            .div-r{
                flex: 0 0 calc(100% - 25px);
                max-width: calc(100% - 25px);
                padding-left: 15px;

                .bimgbx{
                    line-height: 0;
                    width: 45px;
                }
            }
        }

        .mid{
            flex: 1 0 0;
            overflow: clip;
            overflow-y: auto;
        }

        .btm{
            position: relative;
            line-height: 1;
            background-color: #eee;
            border-radius: 6px;
            overflow: clip;

            textarea{
                max-height: 200px;
                height: 100px;
                resize: none;
                margin: 0;
                width: 100%;
                background-color: transparent;
            }

            .div-l{
                flex: 1 0 0;
            }
        }
    }

    .msgtxt-{

        --border-radius: 12px;

        .txtbx{ 
            border-radius: var(--border-radius); 
            max-width: calc(100% - 21px);
            padding: 15px;
        }

        &:first-child{
            &.self{
                .txtbx{
                    border-top-right-radius: var(--border-radius);
                }
            }
            &:not(.self){
                .txtbx{
                    border-top-left-radius: var(--border-radius);
                }
            }
        } 
        &:last-child{
            &.self{
                .txtbx{
                    border-bottom-right-radius: var(--border-radius);
                }
            }
            &:not(.self){
                .txtbx{
                    border-bottom-left-radius: var(--border-radius);
                }
            }
        } 

        &.self{
            justify-content: flex-end;

            .txtbx{
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                background-color: var(--clr01);
                color: #fff;
            }  
            
            & + .msgtxt-:not(.self){
                .txtbx{
                    border-top-left-radius: var(--border-radius);
                }
            }
            &:has(+ .msgtxt-:not(.self)){
                .txtbx{
                    border-bottom-right-radius: var(--border-radius);
                }
            }
        }

        &:not(.self){
            .txtbx{
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                background-color: var(--clr02);
                color: #fff;
            }

            & + .msgtxt-.self{
                .txtbx{
                    border-top-right-radius: var(--border-radius);
                }
            }
            &:has(+ .msgtxt-.self){
                .txtbx{
                    border-bottom-left-radius: var(--border-radius);
                }
            }
        } 
    }

    button.btn_icon{
        padding: 12px;
        aspect-ratio: 1;
        width: 45px;
        max-width: 100%;
        border: 0;
        background-color: #eee;
        border-radius: 6px;

        .bimgbx{
            line-height: 0;
            width: 100%;
        }

        &:hover{
            background-color: #ccc;

            .app_icon{
                --icon-clr: #333;
            } 
        }
 
        &.btn_end{
            --icon-clr: rgb(205, 0, 0);
            padding: 9px;
            background-color: #ffcbcb;
            border-radius: 50%;

            &:hover{
                background-color: #ff0000;
    
                .app_icon{
                    --icon-clr: #fff;
                } 
            }
        }
    }
}

section[mn]:has(.USER_SYSTEM_SIGNING_BX){ 
    height: 100svh;
    
}
/* ========================== */
/* ========================== */
section[mn]:has(.USER_SYSTEM_DASHBOARD){
    padding: 0px;
    /* overflow: clip;
    overflow-y: auto;
    height: calc(100svh - 100px); */
    

    --theme-clr01: #264542;

    --div-left: 200px;
    --div-right: 250px;
    --div-center: calc(100% - var(--div-left));

    --div-top-left: 200px;
    --div-top-right: 100px;
    --div-top-center: calc(100% - var(--div-top-left) - var(--div-top-right));


    --div-top: 75px;
    --div-btm: 0px; 

    --div-pd: 15px;

    @media(width<767px){
        --div-top-left: 150px;
    }

}
section[mn]:has(.USER_SYSTEM_DASHBOARD){ 
    background-image: linear-gradient(90deg, var(--clr01) 0%, var(--clr02) 100%);

    hr{
        border-top: 1px solid #ddd;
    }

    .vertical- {
        &.left{
            flex: 0 0 var(--div-left);
            max-width: var(--div-left);
            /* background: #000; */
            @media(width<=575px){
                display: none;
            }
        }
        &.center{
            flex: 0 0 var(--div-center);
            max-width: var(--div-center);
            /* background: red; */
        }
        &.right{
            flex: 0 0 var(--div-right);
            display: none;
            /* background: blue; */
        }

        @media(width<=991px){
            &.left,
            &.center{
                flex: 0 0 100%;
                max-width: 100%;
                /* background: red; */
            }
        }

    }

    .dashboardbx{
        @media(width>991px){
            width: calc(100% - 30px);
            max-width: 1300px;
            margin: 0 auto;
        }
    }

    .dashboardw{ 

        .top{
            height: var(--div-top);
            
        }
        .btm{ 
            height: var(--div-btm);
        }

        @media(width>991px){
            /* flex-direction: column;
            height: 100svh;  */

            .mid{
                flex: 1 0 0; 
            } 
        }
        .vertical-,
        .top-{ 
            padding: var(--div-pd); 

            @media(width>991px){
                &.center{
                    padding-top: 0;
                    padding-left: 0;
                }
                &.left{
                    padding-right: 0;
                }
            }
        }
        .top{
            font-size: 90%;
            font-family: var(--ft-t1);

            

            .top-.logo{

                flex: 0 0 var(--div-top-left); 
                display: none;

                img{
                    max-height: calc(var(--div-top) - (var(--div-pd) * 2));
                    max-width: 100%;
                }
            }
            

            .top-.navigator{
                flex: 0 0 var(--div-top-center);
                gap: 21px;
                display: none;

                @media(width<=575px){
                    display: none;
                }

                [sys_nav]{
                    cursor: pointer;
                    color: #888;
                    position: relative;

                    &:hover,
                    &.active{
                        color: #fff
                    }

                    &::after{
                        content: '';
                        position: absolute;
                        width: 0;
                        height: 6px;
                        background-color: var(--clr03);
                        border-radius: 50px;
                        right: 50%;
                        bottom: 0;
                        translate: 50% 9px;
                        transition: .3s all cubic-bezier(0.075, 0.82, 0.165, 1);
                        opacity: 0;
                    }

                    &.active::after{ 
                        width: 45px; 
                        opacity: 1;
                    }
                }
            }
            .top-.others{
                margin-left: auto;

                .iconlistbx{
                    gap: 15px;

                    .sys_icon{
                        cursor: pointer;

                        .bimgbx{
                            width: 21px;
                        }

                        &:hover{
                            .app_icon{
                                --icon-clr: var(--clr03);
                            }
                        }
                    }
                    
                }

                [sys_nav="menu"] {
                    @media(width>575px){
                        display: none;
                    }
                }
            }
        }
    }


    .centerbx{
        border-radius: var(--standard-border-radius);
        background-color: #fff; 
        border-radius: 15px;

        /* scrollbar-color: #aaa #eee;
        scrollbar-width: thin; */

        @media(width>991px){
            /* overflow: clip;
            overflow-y: auto;
            height: calc(100svh - var(--div-top) - var(--div-pd)); */
        }

        /* &::-webkit-scrollbar {
            width: 9px;
        }
        &::-webkit-scrollbar-track {
            background: #ccc; 
        } */
       
        /* Handle */
        /* &::-webkit-scrollbar-thumb {
            background: var(--clr02); 
        }  */
        
        .center_displayer{
            padding: 21px;

            @media(width>991px){
                padding: 35px;
            }
        }
    }

    .side_menubx{
        --div-l: 30px;
        --div-r: calc(100% - var(--div-l));

        font-size: 90%;
        font-family: var(--ft-t1);
        line-height: 1; 

        @media(width>991px){
            position: sticky;
            top: 60px;
        }

        @media(width<=991px){
            --div-r: initial;
            --div-l: 26px;
        }

        
        .menu-{
            &.menu-l{
                flex: 0 0 var(--div-l);
                max-width: var(--div-l);
                padding-right: 8px; 
                
                .bimgbx{
                    line-height: 0;
                }
                .app_icon{
                    --icon-clr: var(--clr);
                    transition: initial;
                }
            }
            &.menu-r{
                flex: 0 0 var(--div-r);
                max-width: var(--div-r); 
            }
        } 
        

        .side_menuw{
            gap: 15px;
        
            @media(width>991px){
                gap: 9px;
            }
        }

        [side_menu] {
            --clr: #000; 
            cursor: pointer;
            position: relative;
            color: var(--clr);
            gap: 6px 0;

            &.active,
            &:hover{
                --clr: #000;
            }

            

            @media(width>991px){
                width: 100%;
                padding: 12px 21px;
                background-color: rgba(255,255,255,.75);
                border-bottom-left-radius: 50px;
                border-top-left-radius: 50px;

                &::after{
                    content: '';
                    position: absolute;
                    width: 6px;
                    height: 100%;
                    background-color: var(--clr02);
                    border-radius: 50px;
                    right: 0;
                    bottom: 50%;
                    translate: 0 50%;
                    transition: .3s all cubic-bezier(0.075, 0.82, 0.165, 1);
                    opacity: 0;
                }

                &.active{

                    background-color: #fff;

                    &::after{  
                        /* opacity: 1; */
                    }
                }
            }
        }
    }

    .main_titlebx{

        width: 500px;
        max-width: 100%;

        label{
            font-family: var(--ft-t1);
            color: #ddd;
        }
    }
    
    .summarybx{

        --div-l: 250px;
        --div-r: calc(100% - var(--div-l));

        @media(width<=767px){
            --div-l: 100%;
            --div-r: 100%;
        }

        .summaryw{
            padding: 30px;
            border-radius: 25px;
            border: 2px solid #ddd;
            gap: 15px 0;

            @media(width<=575px){
                padding: 15px;
            }
        }

        .summary-l{
            flex: 0 0 var(--div-l);
            max-width: var(--div-l);
 
            img {
                border-radius: 15px;  
                max-height: 150px;
                aspect-ratio: auto;
                width: auto;

                @media(width<=575px){
                    max-height: 50svh;
                }
            }
        }
        .summary-r{
            flex: 0 0 var(--div-r);
            max-width: var(--div-r);
            padding-left: 21px;

            @media(width<=767px){
                padding-left: 0;
            }
        }

        
        .namebx{
            font-family: var(--ft-t1);
            line-height: 1.1;
            margin: 0 0 30px;

            .name{
                font-size: 210%; 
                margin-bottom: 30px;
            }
            .registration_number{
                color: #999;
                margin: 0 0 6px;
            }

            .indexbx{
                --listset-count: 3;
                max-width: 100%;
                width: 900px;

                @media(width<=575px){
                    --listset-count: 1;
                }

                .categorybx{
                    border-left: 3px solid #999;
                    padding-left: 9px;
                }

                .index-value{
                    font-size: 100%;
                    text-overflow: ellipsis;
                    overflow: clip;
                }
                .index-title{
                    font-size: 80%;
                    color: #999;
                    margin: 0 0 3px;
                }
            }
        }

        .aboutbx{
            max-height: 150px;
            overflow: clip;
            overflow-y: auto;
            scrollbar-color: #aaa #eee;
            scrollbar-width: thin;
            font-size: 85%;

            .about{
                padding-bottom: 15px;
            }
        }
    }


    .c_btm{
        padding-bottom: 90px;
    }
 
     
    .categorylistbx:not(.listobx){

        line-height: 1.1;

        @media(width<=575px){
            --listset-count: 1;
        }

        .listing_displayer{
            margin-top: 30px;
        }

        .video.categorybx {
            padding: 21px;
            background-color: #ddd;
            border-radius: 15px;

            .object.bimgbx{
                .bimg{

                    padding-top: calc(9 / 16 * 100%);
                    position: relative;

                    iframe{
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        left: 0;
                        top: 0;
                        border-radius: 9px;
                    }

                }
            }

            .name{ 
                font-family: var(--ft-t1);
                margin: 9px 0 3px;
            }
        }
        
    }
    .profilelistbx.categorylistbx.listobx{
        --listset-gap-y: 6px;
        --div-img: 60px;
        --div-btn: 100px;
        --div-info: calc(100% - var(--div-btn) - var(--div-img));
        font-family: var(--ft-t1);
        background-color: #eee;
        border-radius: 15px;
        padding: 15px;
        line-height: 1.1;

        

        .categorybx{
            padding: 9px 12px;
            border: 0;
            background-color: #fff;
            border-radius: 6px;

            .div-img {
                flex: 0 0 var(--div-img);
                max-width: var(--div-img);

                .bimgbx{
                    line-height: 0;
                    .bimgw{
                        width: 45px;
                        border-radius: 50%;
                    }
                }
            }
            .div-btn {
                flex: 0 0 var(--div-btn);
                max-width: var(--div-btn);
            }
            .div-info {
                flex: 0 0 var(--div-info);
                max-width: var(--div-info);

                .name{
                    margin: 3px 0 6px;
                }
                .labelbx{
                    color: #666;
                    font-size: 70%;
                    gap: 3px;

                    .label{
                        border: 1px solid #ddd;
                        padding: 6px 9px;
                        border-radius: 50px;
                    }
                }
            }

            &.title{
                margin: 0 0 9px;
                font-size: 80%;
            }
            &:not(.title){
                .div-img{
                    padding-right: 9px;
                }
                .div-btn{
                    text-align: right;
                }
            } 
        }

        .taste{
            margin: 0 0 15px;
        }
    }


    .mobile_menubx{

        --div-l: 30px;
        --div-r: calc(100% - var(--div-l));

        line-height: 1.1;
        position: fixed;
        top: 50%;
        right: 50%;
        translate: 50% -50%;
        width: calc(100svw - 0px);
        height: calc(100svh - 0px);
        background-color: #fff;
        z-index: 15; 
        overflow: clip;
        overflow-y: auto;
        transition: .3s all cubic-bezier(0.165, 0.84, 0.44, 1);
        scale: 1;
        --clr: #000;

        .app_icon{
            --icon-clr: var(--clr);
        }
        
        .menuwrapper:has(.bimgbx){
        .menu-{
            &.menu-l{
                flex: 0 0 var(--div-l);
                max-width: var(--div-l);
                padding-right: 8px; 
                
                .bimgbx{
                    line-height: 0;
                }
                .app_icon{
                    --icon-clr: var(--clr);
                    transition: initial;
                }
            }
            &.menu-r{
                flex: 0 0 var(--div-r);
                max-width: var(--div-r); 
            }
        }
        }

        &:not(.active){
            pointer-events: none;
            opacity: 0;
            scale: .9
        }

        @media(width>575px){
            display: none;
        }

        &.active{
            pointer-events: all;
        }

        .mobile_menuw{
            padding: 30px;
            font-family: var(--ft-t1);

            & > ul {
                gap: 21px ;

                & > li > div {
                    font-size: 120%;
                }
            }
        }

        [mob_menu] {
            padding: 15px 15px;
            background-color: #eee;
            border-radius: 3px;
            width: 100%;
            cursor: pointer;
        }

        ul, li {
            margin: 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 9px;
            width: 100%;
            max-width: 100%;
        }

        ul{
            list-style: none; 

            li {
                & > div{
                    width: 100%;
                }
            }
        }

        .taste{
            margin: 0 0 21px;
            padding: 0 0 15px;
            border-bottom: 1px solid #ccc;

            .icon_btn{
                .bimgbx{
                    width: 21px;
                }
            } 
        }


    }
}

.depositbx{
    line-height: 1.2;
    .depositw{
        gap: 15px;
    }

    .amountbx{ 
        padding: 21px;
        border: 1px solid #ddd;
        border-radius: 12px; 
        font-family: var(--ft-t1);

        & ~ & {
            margin-top: 6px;
        }

        .value{
            font-size: 150%;
        }
    }

    .detail-{
        gap: 15px;

        & ~ & {
            margin-top: 12px;
            padding-top: 12px;
            border-top: 1px solid #ddd;
        }

        .div-{
            &.div-l{
                flex: 0 0 21px;
                max-width: 21px;
            }
            &.div-r{
                flex: 1 0 0;
                max-width: calc(100% - 21px - 15px);
            }
        }
    }
}

.pt_infobx.categorylistbx{
    line-height: 1.2;
    margin: 0 0 15px;

    .categorybx{
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 6px;
    }
}