.container_main_heading{color:#666666d8;letter-spacing:2px;margin-left:.3rem}.static-sidebar{width:var(--sidebar-width);min-width:var(--sidebar-width);max-width:var(--sidebar-width);border-radius:25px;background-image:linear-gradient(to bottom,rgba(231,238,241,.6),rgba(213,233,240,.3));max-height:100%;overflow-y:auto;height:100%;display:flex;flex-direction:column;padding:0 .5rem;box-sizing:border-box;transition:all .6s ease}.static-sidebar.active{width:var(--sidebar-toogled-width);min-width:var(--sidebar-toogled-width);overflow:visible}.static-sidebar.active .profile{padding:.4rem;border-radius:25px 25px 0 0;display:flex;justify-content:center}.static-sidebar.active .profile>div:nth-child(1)>div:nth-child(2){display:none}.static-sidebar.active .profile>div:nth-child(1)>div:nth-child(1){display:flex;border-radius:25px 25px 0 0;align-items:center;position:relative}#toogle_icon{position:absolute;font-size:1.3rem;top:0;background-color:red;border-radius:50%;right:-35px;color:#fff;padding:.2rem;box-sizing:border-box;cursor:pointer;transform:translate(-50%)}.static-sidebar.active .profile>div:nth-child(1)>div:nth-child(1) img{width:30px;height:30px}.static-sidebar.active .profile>div:nth-child(2){display:none}.profile{display:flex;justify-content:space-between;padding:1.2rem .7rem;box-sizing:border-box;border-bottom:1px solid rgba(81,81,81,.3)}.profile>div{display:flex;align-items:center}.profile>div:nth-child(2){display:flex;align-items:flex-start;cursor:pointer}.profile>div>div:nth-child(1) img{width:50px;height:50px;border:3.5px solid white;border-radius:50%}.profile>div>div:nth-child(2){display:flex;margin-left:.7rem;flex-direction:column}.static-sidebar .section{display:flex;padding:1.5rem .7rem;flex-direction:column;border-bottom:1px solid rgba(81,81,81,.3);gap:.5rem}.static-sidebar .section .head{display:flex;align-items:center;justify-content:space-between}.static-sidebar .section .head #toogle-all{font-size:1.1rem}.static-sidebar .section .head #toogle-all:hover{cursor:pointer;transition:.6s;color:#ad7100}.menu a{display:flex;text-decoration:none;color:#3e3e3e;width:100%;align-items:center}.menu a #drop_icon{font-size:1.4rem}.menu a>div{display:flex;align-items:center;gap:.3rem;padding:.3rem 0;margin:.2rem 0;width:100%;justify-content:space-between}.selected_div{height:17px;width:5px;border-radius:10px;background-color:#10b54f}.non-selected{height:17px;width:5px;border-radius:10px}.menu.active a>div{justify-content:center}.menu.active a{position:relative}.menu.active a .quick_name{position:absolute;left:115px;background-color:#fff;color:#4f4f4f;top:50%;transform:translate(-50%,-50%);box-shadow:0 .5rem .8rem #0003;border-radius:.6rem;padding:0rem 1rem;font-size:.75rem;letter-spacing:1px;line-height:1.8rem;user-select:none;opacity:0}.menu a:hover .quick_name{opacity:1}.menu.active .quick_name:hover{display:none}.menu>div i{display:flex}.menu a>div h4{width:100%}.menu:hover{cursor:pointer}.menu .children h5{color:#646464;font-size:.8rem;width:80%;margin:.6rem 0 .6rem 1.8rem}.menu .notify{background-color:red;color:#fff;padding:.2rem;width:1rem;display:flex;justify-content:center;height:1rem;font-size:.7rem;border-radius:50%;font-weight:700}.menu a #icon{font-size:1.1rem}.static-sidebar .section .card{border-radius:15px;padding:1rem;background-color:#fff3;gap:1rem;box-sizing:border-box;display:flex;flex-direction:column}.static-sidebar .section .card>div{display:flex;align-items:center;gap:.7rem;color:#434343}.static-sidebar .section .card>div h3{font-size:1.1rem}.static-sidebar .section .card>div h3:hover{color:#000;cursor:pointer}.static-sidebar .section .settings{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.static-sidebar .section .theme-container{justify-content:center}.static-sidebar .section .settings .color-theme{width:2.5rem;height:1.5rem;border:2px solid transparent;border-radius:4px}.static-sidebar .section .settings .dark{background-image:linear-gradient(135deg,rgb(32,32,32),rgb(52,52,52),rgb(110,106,106))}.static-sidebar .section .settings .deepBlue{background-image:linear-gradient(135deg,rgb(43,47,114),rgb(53,58,142),rgb(92,99,195))}.static-sidebar .section .settings .orange{background-image:linear-gradient(135deg,rgb(253,168,11),rgb(251,187,69),rgb(251,213,143))}.static-sidebar .section .settings .light{background-image:linear-gradient(135deg,rgb(189,189,189),rgb(224,224,224),rgb(255,255,255))}.static-sidebar .section .settings .color-theme:hover{cursor:pointer;box-shadow:0 0 22px -4px #000000bf;transition:.6s}.dashboard-main{display:flex;flex-direction:column;max-height:100%;max-width:100%;overflow:auto}.dashboard-main .header-dash{background-color:#0bb778;color:#fff;display:flex;padding:1rem;height:10rem;border-radius:10px;box-sizing:border-box;flex-direction:column}.dashboard-main .header-dash>div{display:flex;justify-content:space-between;align-items:center}.dashboard-main .header-dash h1{font-size:1.6rem;width:70%;line-height:38px;letter-spacing:2.3px}.dashboard-main .header-dash p{font-size:1.2rem;margin-top:.9rem;line-height:32px;letter-spacing:2px}.dashboard-main .nevbar{display:flex;align-items:center;gap:2.5rem;padding:.7rem .7rem .7rem 1rem;border-radius:10px;background-color:#ffffff65;box-sizing:border-box;margin:.8rem 0}.dashboard-main .nevbar>a{display:flex;user-select:none;color:#939393}.dashboard-main .nevbar .active{color:#434343;text-decoration:underline;text-underline-offset:6px;text-decoration-color:#434343}.dashboard-main .nevbar>div:hover{cursor:pointer;color:#5c5c5c;transition:.5s}.dashboard-main .nevbar .active p{color:#202020}.dashboard-main .nevbar>div p{font-weight:600;user-select:none;letter-spacing:1px;color:#939393}.dashboard-main .nevbar>div p:hover{color:#565656;transition:.5s}.dashboard-home{padding:.7rem 0;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column}.dashboard-home .card-container{display:flex;align-items:center;gap:2rem}.dashboard-home .card-container>div{display:flex;align-items:center;justify-content:center;flex-direction:column;width:23%;height:fit-content;border-radius:10px;padding:1rem;box-sizing:border-box}.dashboard-home .card-container>div:hover{cursor:pointer;box-shadow:0 0 10px 2px #b2b1b1af;transition:.6s}.dashboard-home .card-container>div p{font-weight:600;font-size:.9rem}.dashboard-home .card-container>div span{font-size:2.2rem}.dashboard-home .card-container>div h2{margin-bottom:.8rem;margin-top:1rem}.dashboard-home .card-container>div:nth-child(1){color:#005600;background-color:#c2f2c7}.dashboard-home .card-container>div:nth-child(2){color:#005256;background-color:#d0f2fe}.dashboard-home .card-container>div:nth-child(3){color:#5c3404;background-color:#fff7cd}.dashboard-home .card-container>div:nth-child(4){color:#91540a;background-color:#fee7d9}.dashboard-home .container_home{display:flex;margin:1rem 0;border-radius:15px;padding:1rem;box-sizing:border-box;background-color:#ffffffaf}.dashboard-home .container_home>div:nth-child(1){width:75%}.dashboard-home .container_home>div:nth-child(2){width:35%;height:30rem;max-height:30rem;overflow:auto}.cards-main{border-radius:10px;width:100%;max-width:100%;overflow-y:auto;display:flex;flex-direction:column}.cards-main .row{display:flex;flex-wrap:wrap;width:100%;max-width:100%;max-height:100%;overflow:auto;gap:2rem;margin:1rem 0}.cards-main .row-heading{color:#6b6b6b;font-size:1.5rem;margin:1rem 0;user-select:none}.quick_setting_main{height:100%;padding:1rem .5rem;box-sizing:border-box}.quick_setting_main h2{margin-bottom:1rem}.quick_setting_main .flex_row{display:flex;margin:1rem 0;flex-wrap:wrap;align-items:center;gap:2rem}.quick_setting_main .flex_row #label{font-size:1.1rem;user-select:none;cursor:pointer;color:#535252;letter-spacing:1px}.premium-card-UI{display:flex;flex-direction:column;width:15rem;min-width:15rem;backdrop-filter:blur(1px);padding:1rem;box-sizing:border-box;border-radius:40px;align-items:center}.premium-card-UI:hover{cursor:pointer;box-shadow:0 0 5px 2px #c0bebe99;transition:.6s}.original-card{background-color:#fff6;border:2px solid rgb(237,237,237)}.red-card{background-color:#ff1919b3;border:2px solid rgba(255,255,255,.5);color:#fff}.green-card{background-color:#00c95ab3;border:2px solid rgba(0,255,47,.329)}.orange-card{background-color:#ffb60c99;border:2px solid rgba(255,255,255,.5)}.yellow-card{background-color:#fbff0c99;border:2px solid rgba(255,255,255,.5)}.blue-card{background-color:#0c82ff99;border:2px solid rgba(255,255,255,.5)}.white-card{background-color:#ffffffb3;border:2px solid rgba(255,255,255,.5)}.red-card .underline{background-color:#cf0000!important}.green-card .underline{background-color:#00a933!important}.blue-card .underline{background-color:#1663d7!important}.orange-card .underline{background-color:#d88e05!important}.premium-card-UI .underline{background-color:#e3e300;height:3px;width:100%;margin:1rem 0}.premium-card-UI .container-card{display:flex;flex-direction:column;align-items:center;text-align:center}.premium-card-UI h3{user-select:none}.premium-card-UI .container-card h1{font-size:3rem;color:#474747}.premium-card-UI .container-card p{margin-top:.8rem}.green-card .container-card h1,.orange-card .container-card h1,.red-card .container-card h1,.blue-card .container-card h1,.green-card .container-card span,.red-card .container-card span,.orange-card .container-card span,.blue-card .container-card span{color:#fff!important}.yellow-card .container-card span{color:#985959!important}.premium-card-UI .container-card span{color:#a1a1a1;margin:1rem 0;letter-spacing:1px;line-height:30px;font-size:.8rem}.premium-card-UI .container-card ul{list-style:none;margin:0;padding:0}.green-card .container-card ul li,.orange-card .container-card ul li,.red-card .container-card ul li,.blue-card .container-card ul li{color:#fff!important}.premium-card-UI .container-card ul li{font-family:Raleway,sans-serif;line-height:30px;display:flex;align-items:center;color:#5c5c5c}.premium-card-UI .container-card ul li:hover{color:#000;transition:.6s}.premium-card-UI .container-card button{margin:1rem 0;background-color:#c68fff;color:#fff;user-select:none;padding:.8rem 1.2rem}.premium-card-UI .container-card button:hover{background-color:#b878fc;transition:.6s}.most-sold{box-sizing:border-box;padding-top:.5rem}.most-sold>div:nth-child(2){display:flex;flex-direction:column;margin-top:.4rem;gap:1rem}.most-sold>div:nth-child(1){display:flex;margin-bottom:1rem;gap:1rem;align-items:center}.most-sold>div:nth-child(1):hover{cursor:pointer}.most-sold>div:nth-child(1) h3{color:#0099ffc9;letter-spacing:1.5px;cursor:pointer}.most-sold>div:nth-child(1) p{color:#fa4545b7;font-size:1.2rem;display:flex;align-items:center}.most-sold>div:nth-child(1) p:hover{color:#ff0000c9}.most-sold>div:nth-child(2) .sold-item-card{background-color:#ffffffa5;padding:.4rem;box-sizing:border-box;border-radius:15px;display:flex;align-items:center;justify-content:space-between}.most-sold>div:nth-child(2) .sold-item-card:hover{cursor:pointer;background-color:#fff}.most-sold>div:nth-child(2) .sold-item-card>div:nth-child(1){display:flex;align-items:center;gap:1rem}.most-sold>div:nth-child(2) .sold-item-card>div:nth-child(1) img{width:40px;height:40px;border-radius:50%}.most-sold>div:nth-child(2) .sold-item-card>div:nth-child(1)>div{display:flex;flex-direction:column}.most-sold>div:nth-child(2) .sold-item-card>div:nth-child(1)>div p{font-weight:700;font-size:1.1rem;letter-spacing:1px;color:#282828}.most-sold>div:nth-child(2) .sold-item-card>div:nth-child(1)>div p:nth-child(2){font-weight:400;font-size:1rem;margin-top:.7rem}.most-sold>div:nth-child(2) .sold-item-card>div:nth-child(1)>div p:nth-child(2) span{margin-left:2rem;font-size:.8rem;color:#817f7f}.most-sold>div:nth-child(2) .sold-item-card>div:nth-child(2) p{color:#8e8e8e;font-size:1.2rem}.most-sold>div:nth-child(2) .sold-item-card>div:nth-child(2) p:hover{color:gray}.empty-page{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.empty-page h1{width:75%;letter-spacing:3px;line-height:65px;text-align:center;user-select:none;animation-name:h1Text;animation-duration:8s;font-size:3rem;cursor:pointer;color:#ff6262}.empty-page p{display:flex;align-items:center;margin-top:2rem;user-select:none;padding:.6rem 1rem;color:#ff3e3e;border:1px solid rgba(255,111,111,.555);border-radius:5px;box-sizing:border-box;font-weight:700;animation-name:buttonText;animation-duration:14s;background-color:#f7a7a759}.empty-page p:hover{cursor:pointer}.message-main{padding:0 .7rem;box-sizing:border-box;display:flex;width:100%;height:100%;gap:1rem;justify-content:space-between}.message-main .inbox{max-width:22rem;box-sizing:border-box;border-radius:25px;display:flex;flex:1;flex-direction:column}.message-main .inbox .search input[type=text]{background-color:#f0efef;padding:.5rem 0 .5rem .7rem;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;border-radius:7px;border:1.5px solid rgb(181,181,181);width:100%;outline:none}.message-main .inbox .search input[type=text]::placeholder{padding-left:.4rem;color:#b4b4b4}.message-main .inbox .container{height:100%;overflow-y:auto;margin-top:.9rem}.message-main .inbox .container>div{display:flex;align-items:center;padding:.4rem 0 .4rem .3rem;margin-bottom:.6rem;justify-content:space-between}.message-main .inbox .container .notify{color:#4747ff!important;font-weight:600}.message-main .inbox .container>.active{cursor:pointer;background-color:#ffffff80;border-radius:10px}.message-main .inbox .container>div:hover{background-color:#ffffff80;cursor:pointer;border-radius:10px;transition:.5s}.message-main .inbox .container>div>:nth-child(1){display:flex;align-items:center}.message-main .inbox .container>div>:nth-child(1) img{width:2.7rem;height:2.7rem;border-radius:50%}.message-main .inbox .container>div>:nth-child(1)>div{margin-left:.8rem}.message-main .inbox .container>div>:nth-child(1)>div p{font-weight:600;color:#434343}.message-main .inbox .container>div>:nth-child(1)>div span{font-size:.8rem;color:#636363}.message-main .inbox .container>div>:nth-child(2){display:flex!important;align-items:center!important}.message-main .inbox .container>div>:nth-child(2) span{background-color:#2828f8;color:#fff;border-radius:20px;font-size:.7rem;padding:.2rem .4rem}.message-main .inbox .container .no-record{display:flex;align-items:center;justify-content:center;flex-direction:column;color:#ff6161}.message-main .inbox .container .no-record #no-record{font-size:2rem}.message-main .inbox .container h2{user-select:none;margin-top:1rem;text-align:center}.message-main .detail{flex:2.4;border-radius:25px;box-sizing:border-box}.empty{height:100%;display:flex;align-items:center;justify-content:center}.empty h1{color:#767676;user-select:none;cursor:pointer}.empty-order{padding-top:2rem;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;text-align:center;overflow:auto}.empty-order h1{color:#4d4d4db5;letter-spacing:2px}.empty-order p{color:#6f6f6fb5;margin-top:2rem;max-width:75%;letter-spacing:2px;line-height:35px;font-size:1.6rem;font-weight:700}.message-main .detail .message_container{height:100%;max-height:100%;display:flex;flex-direction:column}.message-main .detail .message_container .message_header{display:flex;align-items:center;height:8%;justify-content:space-between;border-bottom:1px solid rgb(196,196,196);padding-bottom:.6rem}.message-main .detail .message_container .message_header>div{display:flex;align-items:center;gap:1rem}.message-main .detail .message_container .message_header>div:nth-child(1):hover{cursor:pointer}.message-main .detail .message_container .message_header>div>div:nth-child(1){position:relative}.message-main .detail .message_container .message_header>div>div:nth-child(1) .active{position:absolute;bottom:1px;right:3px;background-color:green;height:12px;width:12px;border-radius:50%}.message-main .detail .message_container .message_header>div img{width:2.7rem;height:2.7rem;border-radius:50%;resize:auto;padding:.1rem;border:2px solid blue}.message-main .detail .message_container .message_header>div>div{display:flex;flex-direction:column;text-align:left}.message-main .detail .message_container .message_header>div:nth-child(2){gap:2rem}.message-main .detail .message_container .message_header>div:nth-child(2) #chat-icons{font-size:1.4rem;color:#3535fe}.message-main .detail .message_container .message_header>div:nth-child(2) #chat-icons:hover{cursor:pointer;color:#00f;transition:.5}.message-main .detail .message_container .chat-container{height:85%;overflow:scroll}.message-main .detail .message_container .chat-container>div span{background-color:#dcdcdc80;border-radius:25px;line-height:26px;color:#696969;margin:1rem 0;padding:.4rem 1rem;letter-spacing:1px}.message-main .detail .message_container .chat-container>div span:hover{cursor:pointer}.message-main .detail .message_container .chat-container .left{display:flex;padding-right:35%;box-sizing:border-box}.message-main .detail .message_container .chat-container .right{display:flex;padding-left:35%;box-sizing:border-box;justify-content:right}.message-main .detail .message_container .chat-container .right span{background-color:#bfb9;display:flex;color:green;justify-content:right}.message-main .detail .message_container .send-input{width:100%;max-height:7%;position:relative}.message-main .detail .message_container .send-input input[type=text]{width:100%;box-sizing:border-box;border:none;color:#343434;outline:none;border-radius:20px;font-size:1.2rem;padding:.7rem .7rem .7rem 1.5rem;background-color:#ececec4d}.message-main .detail .container .send-input #send-icon{position:absolute;color:#0a710f!important;top:25%;padding-right:1rem;font-size:1.3rem;bottom:0;right:0}.message-main .detail .container .send-input #send-icon:hover{cursor:pointer}.message-modal{position:fixed;width:100%;height:100%;display:flex;align-items:center;justify-content:center;top:0;left:0}.message-modal .body{display:flex;flex-direction:column;backdrop-filter:blur(3px);align-items:center;justify-content:center;height:fit-content;padding:1.4rem;box-sizing:border-box;border-radius:10px}.message-modal .del{background-color:#ff0000a4;border:1px solid rgb(255,51,51)}.message-modal .body h3{color:#fff;letter-spacing:2px;user-select:none}.message-modal .body div:nth-child(2){display:flex;align-items:center;width:100%;justify-content:right;margin-top:.9rem;gap:1rem;box-sizing:border-box}.message-modal .body div:nth-child(2) button{border:none;font-size:1rem;background-color:transparent}.message-modal .body div:nth-child(2) button:hover{cursor:pointer;text-decoration:underline;text-underline-offset:7px;text-decoration-color:#d0ff00;transition:.6s}.message-modal .body div:nth-child(2) button p{font-weight:600;letter-spacing:2px}.message-modal .body div:nth-child(2) button:nth-child(1){color:#2a2a2a}.message-modal .body div:nth-child(2) button:nth-child(2){color:#eee}.email-main{display:flex;width:100%;height:100%;padding:0 .4rem;box-sizing:border-box;flex-direction:column}.email-nav-main{padding:.4rem .1rem;height:var(--email-nav-height);box-sizing:border-box}.email-nav-main>div{border-radius:15px;gap:.2rem;padding:.2rem .3rem;box-sizing:border-box}.email-nav-main .toogle-bar{box-shadow:#64646f33 0 7px 29px;background-color:#efefef70}.email-nav-main .toogle-bar .toogle-btn{color:#434343;user-select:none;font-size:.9rem;letter-spacing:.8px;border-radius:10px;padding:.3rem .6rem}.email-nav-main .toogle-bar .toogle-btn:hover{background-color:#f1f1f1;transition:.6s;cursor:pointer}.email-nav-main .toogle-bar .active{background-color:#fff}.email-nav-main .inbox-controls{gap:.9rem}.email-nav-main .inbox-controls .filter{gap:.4rem;width:fit-content!important}.email-nav-main .inbox-controls .filter-icon{height:1.2rem;width:1.2rem;padding:.2rem .6rem;border:1px solid rgb(193,192,192);color:#3e3e3e;font-size:.9rem;user-select:none;background-color:#fbf8f542;border-radius:5px;box-shadow:#64646f33 0 7px 29px}.email-nav-main .inbox-controls .filter-icon:hover{cursor:pointer;background-color:#ffffffb0;transition:.6s;border:1px solid rgba(255,255,255,.692)}.email-main .email-container{padding:.4rem;gap:1rem;box-sizing:border-box;height:calc(100% - var(--email-nav-height));border-radius:5px}.email-main .email-container .inbox{width:var(--email-inbox-width);height:100%;max-height:100%;overflow:auto;padding:.4rem .8rem;gap:.7rem;box-sizing:border-box}.email-card{border:1px solid rgb(227,227,227);display:flex;justify-content:space-between;padding:.6rem;background-color:#fff4;border-radius:15px;box-sizing:border-box;height:fit-content;box-shadow:#959da533 0 8px 24px;cursor:pointer}.email-card.active{border:2px solid purple}.email-card .name-head{flex-wrap:wrap;gap:.3rem}.email-card .logo{color:purple;text-transform:uppercase;height:fit-content;border-bottom:2px solid purple}.email-card .center{gap:.5rem;width:70%}.email-card .email-time{font-size:.7rem;letter-spacing:1px;color:#727272}.email-card .tag{font-size:.6rem;color:green;font-weight:700}.email-card .email-subject{font-size:.8rem;line-height:20px;color:#7a7a7a}.email-body{width:calc(97% - var(--email-inbox-width));background-color:#ffffffb5;height:calc(100% - var(--email-nav-height));max-height:calc(100% - var(--email-nav-height));overflow:auto;border-radius:15px;box-shadow:#0000003d 0 3px 8px}.email-body .email-nav{padding:0rem 1.5rem;height:var(--email-body-nav-height);box-sizing:border-box}.email-body .email-nav>div{gap:1rem}.email-body .email-nav>div #icon{width:1.2rem;color:#525252;padding:.2rem;cursor:pointer;height:1.2rem}.email-body .email-nav>div #icon-border{border:1px solid rgb(181,180,180);border-radius:5px;width:1.2rem;color:#525252;padding:.2rem;cursor:pointer;height:1.2rem}.email-body .email-nav .center span{font-size:.8rem;color:#575656;background-color:#fff!important;padding:.2rem .5rem;border-radius:5px;cursor:pointer;letter-spacing:.7px}.email-body .body-main{padding:0 2rem;height:fit-content;max-height:calc(100% - var(--email-body-nav-height));overflow:auto;box-sizing:border-box}.email-body .body-main>div .location-tag{background-color:orange;color:#fff;padding:.1rem .4rem;font-size:.8rem;border-radius:5px;user-select:none;cursor:pointer}.email-body .body-main>div .jd{color:#757474;font-size:.9rem;margin-left:1rem;letter-spacing:.7px}.email-body .body-main .email-info{padding:1.2rem 0;gap:.9rem}.email-body .body-main .email-info>footer{gap:2rem}.email-body .body-main .email-info>footer>span{gap:.6rem;color:#989898;user-select:none}.email-body .body-main .email-info>footer>span:hover{cursor:pointer;color:#828282}.email-body .body-main .email-info>footer #archive{color:#db7093}.email-body .email-subject{gap:1rem}.email-body .email-subject b{font-size:.9rem}.email-body .email-subject p{line-height:29px;letter-spacing:.9px}.email-body .email-subject a{text-decoration:none;width:fit-content;font-size:.9rem;gap:.4rem;color:#3939fa}.email-body .email-signature{gap:.5rem;margin-top:.7rem}.email-body .email-signature span{font-size:.8rem;letter-spacing:1px;color:#3e3e3e}.header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.header>div{width:20rem;border-radius:10PX;box-shadow:0 0 10px 2px #7c7c7c70;height:7rem;display:flex;flex-direction:column;padding:1rem;box-sizing:border-box}.header>div h2{font-size:1.4rem;color:#eee}.header>div>div{display:flex;margin-top:.5rem;justify-content:space-between;align-items:center}.header>div>div p{font-size:1.5rem;color:#fff}.header>div>div #card-icon{font-size:2rem;color:#d88e03}.header>div>div #card-icon-3{font-size:2rem;color:#ff0037}.header>div:hover{cursor:pointer;box-shadow:0 0 12px 2px #7c7b7bbc;transition:.6s}.header>div:nth-child(1){background-color:#fdab1d7c;border:1px solid #fdab1dc6}.header>div:nth-child(2){background-color:#6975fe68;border:1px solid #6975feaf}.header>div:nth-child(3){background-color:#ff898794;border:1px solid #ff8987d2}.table table{border-radius:10px;background-color:#ffffff96;width:100%}.table thead tr td:nth-child(1){width:2rem}.table thead tr td:nth-child(2){width:4rem}.table thead tr td{padding:.5rem;cursor:pointer}.table thead tr td span{color:#838383ca;letter-spacing:1px;font-size:1.2rem;padding:.2rem;display:flex;align-items:center;gap:.4rem}.table tbody tr:hover{background-color:#c0c0c055!important}.table tbody tr:nth-child(even){background-color:#ffffff98}.table tbody tr td{padding:.7rem .5rem}.table tbody tr td:nth-child(8){width:10rem}.table tbody tr td:nth-child(8) #table-action{font-size:1.2rem;margin:0 .4rem}.delete-icon{color:#ff6868}.delete-icon:hover{color:red;cursor:pointer}.edit-icon{color:#509cff}.edit-icon:hover{color:#006eff;cursor:pointer}.time-icon{color:#febf48db}.time-icon:hover{color:#fba300;cursor:pointer}.sell-icon{color:#5842ffcf}.sell-icon:hover{color:#1e00ff;cursor:pointer}.show-icon{color:#2fca3c}.show-icon:hover{color:#19a400;cursor:pointer}.listed-main .container .table tbody tr td select{border:none}.listed_items_head{box-sizing:border-box;border-radius:7px;display:flex;align-items:center;justify-content:space-between}.input-field-full{display:flex;width:100%;flex-direction:column}.add-more>div{display:flex;align-items:center}.add-more>div>input[type=text]{width:100%;margin-bottom:1.3rem}#add-more{color:#0051ff;margin-left:1rem;font-size:1.5rem;cursor:pointer}.input-field-half{width:100%;display:flex;justify-content:space-between}.input-field-multi{display:flex;align-items:center;justify-content:flex-start;gap:2rem}.input-field-multi>div{display:flex;width:23.5%;flex-wrap:wrap;flex-direction:column}.input-field-half>div{display:flex;width:48%;flex-direction:column}.add-new-item .container footer{display:flex;margin-top:1rem;align-items:center;gap:1rem;justify-content:right}.add-new-item .container footer button{padding:.6rem 1.3rem;font-size:1rem}.add-new-item .container footer button:nth-child(3){background-color:#6a9cfd}.add-new-item .container footer button:nth-child(2){background-color:#6bcdfe}.add-new-item .container footer button:nth-child(1){background-color:#ff2323c4}.add-new-item .container footer button:nth-child(1):hover{background-color:#fb1a1a;transition:.6s}.categories-bar{display:flex;margin:1rem 0;align-items:center;box-sizing:border-box;max-width:100%;overflow:hidden;border-radius:15px}.categories-bar>div{display:flex;align-items:center}.categories-bar .options-toogle{width:100%;box-sizing:border-box;overflow:scroll;max-width:100%;gap:1rem}.categories-bar .search-fd{width:20%;position:relative}.categories-bar .search-fd .shadow-div{background-color:#00f;cursor:pointer;border-radius:5px;backdrop-filter:blur(1.5px) brightness(1);background-image:linear-gradient(to right,rgba(255,255,255,.079),rgba(232,231,231,.862));position:absolute;left:-3.5rem;width:3.5rem;display:flex;align-items:center;justify-content:center;height:100%;margin:0!important;padding:0!important}.categories-bar .search-fd .shadow-div span{color:#6b6b6b;font-size:1.3rem;display:flex;align-items:center}.categories-bar .toogle{background-color:#a2a2a251;padding:.3rem 1rem;white-space:nowrap;user-select:none;color:#3d3b3b;border-radius:10px}.categories-bar .toogle:hover{cursor:pointer}.categories-bar .active{background-color:#ffffffcf;padding:.3rem 1rem;border-radius:10px;color:#424141}.categories-bar .active:hover{cursor:pointer;color:#000;background-color:#fff;transition:.6s}.payment-color{font-weight:600;width:fit-content}.login-form{background-color:#fff;width:545px;height:fit-content;display:flex;flex-direction:column;padding:1.3rem 1rem;box-sizing:border-box;border-radius:15px;gap:2rem;box-shadow:var(--main-box-shadow)}.login-form .top{text-align:center}.login-form .top h2{font-weight:700;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--color-primary)}.login-form>form{display:flex;flex-direction:column;gap:1.2rem}.login-form>form .Input{display:flex;flex-direction:column}.login-form>form .Input>label{font-size:.8rem;margin-top:.5rem}.login-form>form .flex-bar{display:flex;align-items:center;justify-content:space-between}.login-form>form .flex-bar>div{display:flex;align-items:center;font-size:.9rem}.login-form>form .flex-bar .forget{color:var(--color-primary);font-weight:600;cursor:pointer}.login-form .label-line{text-align:center}@keyframes h1Text{0%{color:transparent}to{color:#ff6262}}@keyframes buttonText{0%{color:transparent;background-color:transparent;border:1px transparent}to{color:#ff6262}}p,h1,h2,h3,h4,h5,h6,label,b,a{margin:0;letter-spacing:1px;font-family:Raleway,sans-serif}span{font-family:Arial,Helvetica,sans-serif}a{text-decoration:none}*{box-sizing:border-box;--form-utils-font-size: 1rem;--form-utils-height: 3rem;--form-utils-radius: 5px;--color-primary: rgb(149, 16, 149);--sidebar-width: 19rem;--sidebar-toogled-width: 70px;--email-nav-height: 2.2rem;--email-body-nav-height: 4rem;--email-inbox-width: 21.2rem;--main-box-shadow:rgba(0, 0, 0, .24) 0px 3px 8px}#btn-icon{margin-right:.4rem}.input-wrapper{display:flex;width:100%;flex-direction:column;position:relative}.input-wrapper input{height:calc(var(--form-utils-height) - .6rem);border-radius:var(--form-utils-radius);font-size:var(--form-utils-font-size);padding-left:.6rem;-webkit-transition:.5s;color:#282828;letter-spacing:.5px;padding-top:.6rem;transition:.5s;outline:0px solid transparent;border:1px solid rgba(128,128,128,.532);box-sizing:border-box}.input-wrapper input:focus{border:1px solid var(--color-primary);outline:0px solid var(--color-primary)}.input-wrapper input:focus~.input-placeholder,.input-wrapper input:valid~.input-placeholder{transform:translateY(-12px);font-size:.7rem;color:var(--color-primary)}.input-wrapper>.input-placeholder{position:absolute;top:35%;left:.6rem;font-size:.9rem;color:gray;pointer-events:none;transition:all .2s ease}textarea{resize:vertical;min-height:7rem;max-height:13rem}button{text-decoration:none;color:#fff!important;border:none;letter-spacing:1px;border-radius:var(--form-utils-radius);font-size:var(--form-utils-font-size);height:var(--form-utils-height);background-color:var(--color-primary)}button a{text-decoration:none;display:flex;align-items:center;color:#fff}button:hover{cursor:pointer;background-color:#1010f9;transition:.6s}video{margin:-8px;position:fixed;width:100%;height:100%;object-fit:cover}::-webkit-scrollbar{scroll-behavior:smooth;display:none}.static-sidebar::-webkit-scrollbar-track{border-radius:10px}.static-sidebar::-webkit-scrollbar-thumb{background:rgb(182,250,25);border-radius:10px}.main{position:absolute;padding:.4rem .6rem;box-sizing:border-box;margin:-8px;width:100%;gap:.6rem;max-width:100vw;backdrop-filter:blur(5px);height:100vh;display:flex}.full-width{width:100%;padding:.5rem;box-sizing:border-box}.body-main-ui{width:100%;height:100%;max-height:100%;display:flex;justify-content:space-between}.body-main-ui .body_container{width:100%;max-width:100%;padding:1.2rem .8rem;box-sizing:border-box;background-image:linear-gradient(to bottom,rgba(231,238,241,.6),rgba(213,233,240,.3));height:100%;border-radius:15px;max-height:100%;overflow:auto}.flex-center{display:flex;align-items:center}.flex-center-between{display:flex;align-items:center;justify-content:space-between}.flex-column{display:flex;flex-direction:column}.auth_service-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}@media (max-width:600px){.login-form{width:95%}}.checkbox-wrapper-5 .check{--size: 30px;position:relative;background:linear-gradient(90deg,#f19af3,#f099b5);line-height:0;perspective:400px;font-size:var(--size)}.checkbox-wrapper-5 .check input[type=checkbox],.checkbox-wrapper-5 .check label,.checkbox-wrapper-5 .check label:before,.checkbox-wrapper-5 .check label:after,.checkbox-wrapper-5 .check{appearance:none;display:inline-block;border-radius:var(--size);border:0;transition:.35s ease-in-out;box-sizing:border-box;cursor:pointer}.checkbox-wrapper-5 .check label{width:calc(2.2 * var(--size));height:var(--size);background:#d7d7d7;overflow:hidden}.checkbox-wrapper-5 .check input[type=checkbox]{position:absolute;z-index:1;width:calc(.8 * var(--size));height:calc(.8 * var(--size));top:calc(.1 * var(--size));left:calc(.1 * var(--size));background:linear-gradient(45deg,#dedede,#ffffff);box-shadow:0 6px 7px #0000004d;outline:none;margin:0}.checkbox-wrapper-5 .check input[type=checkbox]:checked{left:calc(1.3 * var(--size))}.checkbox-wrapper-5 .check input[type=checkbox]:checked+label{background:transparent}.checkbox-wrapper-5 .check label:before,.checkbox-wrapper-5 .check label:after{content:"\b7  \b7";position:absolute;overflow:hidden;left:calc(.15 * var(--size));top:calc(.5 * var(--size));height:var(--size);letter-spacing:calc(-.04 * var(--size));color:#9b9b9b;font-family:Times New Roman,serif;z-index:2;font-size:calc(.6 * var(--size));border-radius:0;transform-origin:0 0 calc(-.5 * var(--size));backface-visibility:hidden}.checkbox-wrapper-5 .check label:after{content:"\25cf";top:calc(.65 * var(--size));left:calc(.2 * var(--size));height:calc(.1 * var(--size));width:calc(.35 * var(--size));font-size:calc(.2 * var(--size));transform-origin:0 0 calc(-.4 * var(--size))}.checkbox-wrapper-5 .check input[type=checkbox]:checked+label:before,.checkbox-wrapper-5 .check input[type=checkbox]:checked+label:after{left:calc(1.55 * var(--size));top:calc(.4 * var(--size));line-height:calc(.1 * var(--size));transform:rotateY(360deg)}.checkbox-wrapper-5 .check input[type=checkbox]:checked+label:after{height:calc(.16 * var(--size));top:calc(.55 * var(--size));left:calc(1.6 * var(--size));font-size:calc(.6 * var(--size));line-height:0}.checkbox-wrapper-8 .tgl{display:none}.checkbox-wrapper-8 .tgl,.checkbox-wrapper-8 .tgl:after,.checkbox-wrapper-8 .tgl:before,.checkbox-wrapper-8 .tgl *,.checkbox-wrapper-8 .tgl *:after,.checkbox-wrapper-8 .tgl *:before,.checkbox-wrapper-8 .tgl+.tgl-btn{box-sizing:border-box}.checkbox-wrapper-8 .tgl::-moz-selection,.checkbox-wrapper-8 .tgl:after::-moz-selection,.checkbox-wrapper-8 .tgl:before::-moz-selection,.checkbox-wrapper-8 .tgl *::-moz-selection,.checkbox-wrapper-8 .tgl *:after::-moz-selection,.checkbox-wrapper-8 .tgl *:before::-moz-selection,.checkbox-wrapper-8 .tgl+.tgl-btn::-moz-selection,.checkbox-wrapper-8 .tgl::selection,.checkbox-wrapper-8 .tgl:after::selection,.checkbox-wrapper-8 .tgl:before::selection,.checkbox-wrapper-8 .tgl *::selection,.checkbox-wrapper-8 .tgl *:after::selection,.checkbox-wrapper-8 .tgl *:before::selection,.checkbox-wrapper-8 .tgl+.tgl-btn::selection{background:none}.checkbox-wrapper-8 .tgl+.tgl-btn{outline:0;display:block;width:4em;height:2em;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox-wrapper-8 .tgl+.tgl-btn:after,.checkbox-wrapper-8 .tgl+.tgl-btn:before{position:relative;display:block;content:"";width:50%;height:100%}.checkbox-wrapper-8 .tgl+.tgl-btn:after{left:0}.checkbox-wrapper-8 .tgl+.tgl-btn:before{display:none}.checkbox-wrapper-8 .tgl:checked+.tgl-btn:after{left:50%}.checkbox-wrapper-8 .tgl-skewed+.tgl-btn{overflow:hidden;transform:skew(-10deg);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:all .2s ease;font-family:sans-serif;background:#888}.checkbox-wrapper-8 .tgl-skewed+.tgl-btn:after,.checkbox-wrapper-8 .tgl-skewed+.tgl-btn:before{transform:skew(10deg);display:inline-block;transition:all .2s ease;width:100%;text-align:center;position:absolute;line-height:2em;font-weight:700;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.4)}.checkbox-wrapper-8 .tgl-skewed+.tgl-btn:after{left:100%;content:attr(data-tg-on)}.checkbox-wrapper-8 .tgl-skewed+.tgl-btn:before{left:0;content:attr(data-tg-off)}.checkbox-wrapper-8 .tgl-skewed+.tgl-btn:active{background:#888}.checkbox-wrapper-8 .tgl-skewed+.tgl-btn:active:before{left:-10%}.checkbox-wrapper-8 .tgl-skewed:checked+.tgl-btn{background:#86d993}.checkbox-wrapper-8 .tgl-skewed:checked+.tgl-btn:before{left:-100%}.checkbox-wrapper-8 .tgl-skewed:checked+.tgl-btn:after{left:0}.checkbox-wrapper-8 .tgl-skewed:checked+.tgl-btn:active:after{left:10%}.checkbox-wrapper-3 input[type=checkbox]{visibility:hidden;display:none}.checkbox-wrapper-3 .toggle{position:relative;display:block;width:40px;height:20px;cursor:pointer;-webkit-tap-highlight-color:transparent;transform:translateZ(0)}.checkbox-wrapper-3 .toggle:before{content:"";position:relative;top:3px;left:3px;width:34px;height:14px;display:block;background:#9A9999;border-radius:8px;transition:background .2s ease}.checkbox-wrapper-3 .toggle span{position:absolute;top:0;left:0;width:20px;height:20px;display:block;background:white;border-radius:10px;box-shadow:0 3px 8px #9a999980;transition:all .2s ease}.checkbox-wrapper-3 .toggle span:before{content:"";position:absolute;display:block;margin:-18px;width:56px;height:56px;background:rgba(79,46,220,.5);border-radius:50%;transform:scale(0);opacity:1;pointer-events:none}.checkbox-wrapper-3 #cbx-3:checked+.toggle:before{background:#947ADA}.checkbox-wrapper-3 #cbx-3:checked+.toggle span{background:#4F2EDC;transform:translate(20px);transition:all .2s cubic-bezier(.8,.4,.3,1.25),background .15s ease;box-shadow:0 3px 8px #4f2edc33}.checkbox-wrapper-3 #cbx-3:checked+.toggle span:before{transform:scale(1);opacity:0;transition:all .4s ease}.loader-wraper{width:50px;height:50px;position:fixed;top:0 auto;position:relative}.loader-wraper>span{background-color:#5989ff;width:100%;height:100%;position:absolute;border-radius:50%;display:block;top:0;left:0;animation:animate ease-in-out 2s infinite}.loader-wraper>span:nth-child(2){background-color:#ffffff4a;left:20%;border:1px solid #afc2f259;backdrop-filter:blur(10px);animation-delay:-1s}.loading-screen{display:flex;align-items:center;justify-content:center;width:100%;height:100%}@keyframes animate{0%,to{transform:translate(-40px)}50%{transform:translate(40px)}}
