#open-dashboard-menu{background-color:unset;display:none;position:fixed;bottom:20px;left:20px}#open-dashboard-menu i{border:1px solid var(--grey220);background-color:var(--secondary);box-shadow:0 0 5px var(--grey220);color:var(--primary);cursor:pointer;border-radius:50%;width:40px;height:40px;padding:10px;font-size:25px;transition:all .5s}#open-dashboard-menu i:hover{background-color:var(--white)}@media (width<=992px){#open-dashboard-menu{display:block}}#dashboard-menu{z-index:10;background-color:var(--secondary);border:1px solid var(--grey220);border-radius:0;flex-direction:column;gap:15px;width:300px;max-height:100vh;padding:20px;transition:transform .5s ease-in-out;display:flex;position:fixed;top:0;right:0;overflow-y:scroll;transform:translate(100%)}#dashboard-overlay{z-index:5;opacity:0;width:100vw;height:100vh;filter:2px;background-color:#0009;transition:opacity .5s;display:none;position:fixed;top:0;left:0}.dashboard-layout{grid-template-columns:280px 1fr;gap:30px;margin:50px 0;display:grid}@media (width<=992px){.dashboard-layout{grid-template-columns:repeat(1,100%)}}.dashboard-layout .right-part{max-height:unset;background-color:var(--secondary);border:1px solid var(--grey220);border-radius:8px;flex-direction:column;gap:15px;height:fit-content;padding:20px;display:flex;position:sticky;top:30px}@media (width<=992px){.dashboard-layout .right-part{display:none}}.dashboard-layout .right-part img,#dashboard-menu img{border:1px solid var(--primary);border-radius:50%;align-self:center;width:100px}.dashboard-layout .right-part .user-name,#dashboard-menu .user-name{color:var(--primary);text-align:center;font-weight:700}.dashboard-layout .right-part .dashboard-item,#dashboard-menu .dashboard-item{background-color:var(--white);border:1px solid var(--grey220);cursor:pointer;border-radius:8px;align-items:center;gap:5px;padding:10px;font-size:14px;transition:all .5s;display:flex}.dashboard-layout .right-part .dashboard-item.active,#dashboard-menu .dashboard-item.active{color:var(--primary)}.dashboard-layout .right-part .dashboard-item:last-of-type,#dashboard-menu .dashboard-item:last-of-type{color:#ff3434}.dashboard-layout .right-part .dashboard-item:last-of-type:hover,#dashboard-menu .dashboard-item:last-of-type:hover{color:var(--white);background-color:#ff3434}.dashboard-layout .right-part .dashboard-item:hover,#dashboard-menu .dashboard-item:hover{color:var(--primary)}.dashboard-layout .right-part .dashboard-item i,#dashboard-menu .dashboard-item i{font-size:16px}.dashboard-layout .left-part{flex-direction:column;gap:30px;height:fit-content;display:flex}.dashboard-layout .dashboard-left{overflow-x:auto}.dashboard-layout .left-part .welcome-layout{border:1px solid var(--grey220);background-color:var(--secondary);border-radius:8px;grid-template-columns:1fr auto;gap:15px;padding:20px;display:grid}@media (width<=687px){.dashboard-layout .left-part .welcome-layout{grid-template-columns:repeat(1,100%)}}.dashboard-layout .left-part .welcome-layout .welcome-right{flex-direction:column;gap:10px;display:flex}.dashboard-layout .left-part .welcome-layout .welcome-right p:first-child{color:var(--primary);font-weight:700}.dashboard-layout .left-part .welcome-layout .welcome-left{align-items:center;gap:10px;display:flex}@media (width<=687px){.dashboard-layout .left-part .welcome-layout .welcome-left{justify-content:space-between;align-items:center;gap:15px;display:flex}}.dashboard-layout .left-part .welcome-layout .welcome-left i{background-color:var(--white);border:1px solid var(--grey220);color:var(--primary);border-radius:50%;padding:8px;font-size:20px}.dashboard-layout .left-part .welcome-layout .welcome-left div{flex-direction:column;gap:10px;font-size:14px;display:flex}.dashboard-layout .left-part .welcome-layout .welcome-left div p:nth-child(2){font-weight:700}.overview-layout{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}@media (width<=1100px){.overview-layout{grid-template-columns:repeat(2,1fr)}}@media (width<=687px){.overview-layout{grid-template-columns:repeat(1,100%)}}.overview-layout .overview-item{background-color:var(--secondary);border:1px solid var(--grey220);border-radius:8px;flex-direction:column;gap:10px;padding:20px;display:flex}@media (width<=1100px){.overview-layout .overview-item:last-child{grid-column:1/-1}}@media (width<=687px){.overview-layout .overview-item:last-child{grid-column:unset}}.overview-layout .overview-item .over-top{grid-template-columns:1fr auto;align-items:center;gap:15px;font-size:14px;display:grid}.overview-layout .overview-item .over-top i{background-color:var(--white);color:var(--primary);border:1px solid var(--grey220);border-radius:50%;padding:8px;font-size:20px}.overview-layout .overview-item .over-top div{flex-direction:column;gap:10px;display:flex}.overview-layout .overview-item .over-top div p:nth-child(2){font-size:18px;font-weight:700}.overview-layout .overview-item hr{border:1px solid var(--grey220)}.overview-layout .overview-item .over-bottom{color:var(--primary);gap:5px;font-size:14px;display:flex}.lately-order-layout{white-space:nowrap;background-color:var(--secondary);border:1px solid var(--grey220);border-radius:8px;flex-direction:column;gap:15px;padding:20px;display:flex;overflow-x:auto}.dashboard-order{border:none;border-radius:0;padding:0}.dashboard-order .table-title,.dashboard-order .table-item:nth-child(odd){background-color:var(--white)}.dashboard-order .table-item:nth-child(2n){background-color:var(--secondary)}.activity-layout{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}@media (width<=1100px){.activity-layout{grid-template-columns:repeat(1,100%)}}.activity-layout .activity-right,.activity-layout .activity-left{border:1px solid var(--grey220);background-color:var(--secondary);border-radius:8px;flex-direction:column;gap:15px;padding:20px;display:flex}.activity-right>p:first-child{font-weight:700}.activity-right>div{gap:5px;display:flex}.activity-right>div i{background-color:var(--white);height:fit-content;color:var(--primary);border:1px solid var(--grey220);border-radius:50%;padding:8px;font-size:20px}.activity-right>div>div{flex-direction:column;gap:0;font-size:14px;display:flex}.activity-right>div>div p:nth-child(3){color:var(--grey100);font-size:10px}.activity-right>div>div p:first-child,.activity-left>p:first-child{font-weight:700}.activity-left>div{border:1px solid var(--grey220);background-color:var(--white);border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:15px;display:grid}.activity-left>div>p:first-child{background-color:var(--secondary);border:1px solid var(--grey220);width:80px;height:80px;color:var(--primary);border-radius:8px;justify-content:center;align-items:center;font-size:14px;display:flex}.activity-left>div div{flex-direction:column;gap:10px;font-size:14px;display:flex}.activity-left>div div p:first-child{font-weight:700}.activity-left>div a{color:var(--primary);font-size:14px}.profile-loading{justify-content:center;width:100%;padding:60px 0;display:flex}.dashboard-stats{grid-template-columns:repeat(4,1fr);gap:12px;width:100%;display:grid}.dashboard-stats .stat-card{background-color:var(--white);border:1px solid var(--grey220);cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:15px;transition:all .4s;display:flex}.dashboard-stats .stat-card:hover{border-color:var(--primary);transform:translateY(-3px)}.dashboard-stats .stat-card i{color:var(--primary);font-size:26px}.dashboard-stats .stat-value{color:var(--primary);font-size:18px;font-weight:700}.dashboard-stats .stat-label{color:var(--grey100);font-size:12px}@media (width<=992px){.dashboard-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.dashboard-stats{grid-template-columns:repeat(1,100%)}}.dashboard-total-paid{background-color:var(--secondary);border:1px solid var(--grey220);border-radius:8px;align-items:center;gap:8px;width:100%;padding:15px;font-size:14px;display:flex}.dashboard-total-paid i{color:var(--primary);font-size:24px}.dashboard-total-paid strong{color:var(--primary)}.dashboard-last-invoices{flex-direction:column;gap:15px;width:100%;display:flex}.panel-empty-box{border:1px dashed var(--grey220);background-color:var(--secondary);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;padding:45px 20px;display:flex}.panel-empty-box i{color:var(--primary);font-size:42px}.panel-empty-box button{background-color:var(--primary);color:var(--white);border:1px solid var(--grey220);cursor:pointer;border-radius:50px;padding:5px 20px;font-size:13px;transition:all .4s}.panel-empty-box button:hover{background-color:var(--white);color:var(--primary)}.change-mobile-box{background-color:var(--secondary);border:1px dashed var(--primary);border-radius:8px;flex-direction:column;gap:10px;padding:15px;display:flex}.change-mobile-box .hint{color:var(--primary);align-items:center;gap:5px;font-size:12px;display:flex}.change-mobile-box .code-row{grid-template-columns:1fr auto;gap:10px;display:grid}.change-mobile-box .code-row input{background:var(--white);border:1px solid var(--grey220);text-align:center;border-radius:6px;outline:none;padding:8px 10px}.change-mobile-box .code-row input:disabled{opacity:.6}.change-mobile-box .code-row button{background-color:var(--primary);color:var(--white);border:1px solid var(--grey220);cursor:pointer;white-space:nowrap;border-radius:6px;padding:0 15px;font-size:13px;transition:all .4s}.change-mobile-box .code-row button:hover{background-color:var(--white);color:var(--primary)}.change-mobile-box .code-row button:disabled{opacity:.6;cursor:not-allowed}.panel-address-layout .bottom.default-address{border-color:var(--primary)}.panel-address-layout .address-title{color:var(--primary);margin-left:6px;font-weight:700}.panel-address-layout .default-badge{background-color:var(--primary);color:var(--white);white-space:nowrap;border-radius:50px;margin-right:6px;padding:2px 8px;font-size:11px}.panel-address-layout .address-menu-wrapper{position:relative}.panel-address-layout .address-menu-wrapper>i{cursor:pointer}.panel-address-layout .address-menu{z-index:5;background-color:var(--white);border:1px solid var(--grey220);border-radius:8px;flex-direction:column;min-width:145px;display:flex;position:absolute;top:25px;left:0;overflow:hidden;box-shadow:0 4px 14px #0000001f}.panel-address-layout .address-menu button{cursor:pointer;text-align:start;background:0 0;border:none;align-items:center;gap:6px;padding:9px 12px;font-size:13px;transition:background-color .3s;display:flex}.panel-address-layout .address-menu button:hover{background-color:var(--secondary)}.panel-address-layout .address-menu button.danger{color:#ff2056}.address-modal-overlay{z-index:20;background-color:#000000a6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.address-modal{background-color:var(--white);border-radius:12px;flex-direction:column;gap:15px;width:100%;max-width:520px;max-height:90vh;padding:20px;display:flex;overflow-y:auto}.address-modal .modal-head{border-bottom:1px solid var(--grey220);justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.address-modal .modal-head p{color:var(--primary);font-weight:700}.address-modal .modal-head i{cursor:pointer;font-size:20px;transition:color .3s}.address-modal .modal-head i:hover{color:#ff2056}.address-modal .inner-layout{flex-direction:column;gap:15px;display:flex}.address-modal .two-cols{grid-template-columns:1fr 1fr;gap:12px;display:grid}.address-modal .input-container{flex-direction:column;gap:6px;display:flex}.address-modal .input-container label{color:var(--grey100);font-size:13px}.address-modal .input-container input,.address-modal .input-container textarea{background:var(--secondary);border:1px solid var(--grey220);border-radius:6px;outline:none;width:100%;padding:9px 12px;font-size:14px;transition:border-color .3s}.address-modal .input-container input:focus,.address-modal .input-container textarea:focus{border-color:var(--primary)}.address-modal .checkbox-row{align-items:center;gap:7px;font-size:14px;display:flex}.address-modal .checkbox-row input{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.address-modal .checkbox-row label{cursor:pointer}.address-modal>.inner-layout>button[type=submit]{background-color:var(--primary);color:var(--white);border:1px solid var(--grey220);cursor:pointer;border-radius:6px;padding:9px 0;transition:all .4s}.address-modal>.inner-layout>button[type=submit]:hover{background-color:var(--white);color:var(--primary)}@media (width<=500px){.address-modal .two-cols{grid-template-columns:repeat(1,100%)}}.order-table-layout .table-item{cursor:pointer}.order-table-layout .table-item.open{background-color:var(--secondary)}.invoice-details{border-top:1px dashed var(--grey220);background-color:var(--secondary);flex-direction:column;gap:15px;min-width:700px;padding:20px;display:flex}.invoice-details .invoice-items{flex-direction:column;gap:12px;display:flex}.invoice-details .invoice-item{background-color:var(--white);border:1px solid var(--grey220);border-radius:8px;grid-template-columns:50px 1fr auto;align-items:center;gap:12px;padding:10px;display:grid}.invoice-details .invoice-item img{object-fit:cover;border-radius:6px;width:50px;height:50px}.invoice-details .item-title{font-size:13px;font-weight:700}.invoice-details .item-qty{color:var(--grey100);font-size:11px}.invoice-details .item-total{color:var(--primary);white-space:nowrap;font-size:13px}.invoice-details .invoice-prices{background-color:var(--white);border:1px solid var(--grey220);border-radius:8px;flex-direction:column;gap:8px;padding:15px;display:flex}.invoice-details .price-row{justify-content:space-between;align-items:center;font-size:13px;display:flex}.invoice-details .price-row.discount-row{color:#2e7d32}.invoice-details .price-row.final-row{color:var(--primary);border-top:1px solid var(--grey220);padding-top:8px;font-size:15px;font-weight:700}.invoice-details .invoice-meta{flex-direction:column;gap:8px;font-size:13px;display:flex}.invoice-details .invoice-meta>div{align-items:flex-start;gap:6px;display:flex}.invoice-details .invoice-meta i{color:var(--primary);font-size:16px}.order-table-pagination span.disabled{opacity:.4;cursor:not-allowed}.order-table-pagination span.dots{cursor:default}#dashboard-menu{justify-content:flex-start;height:100dvh;max-height:none;padding:25px 20px 40px;overflow-y:auto;box-shadow:-4px 0 18px #0000002e}#dashboard-menu .user-name{text-align:center;border-bottom:1px solid var(--grey220);margin-bottom:5px;padding-bottom:15px}#open-dashboard-menu{z-index:6;background-color:var(--primary);color:var(--white);border:2px solid var(--white);cursor:pointer;border-radius:50px;align-items:center;gap:8px;padding:10px 18px;transition:all .35s;animation:2.4s ease-in-out infinite dashboard-btn-pulse;bottom:25px;left:20px;box-shadow:0 6px 18px #00000047}#open-dashboard-menu:after{content:"منوی پنل";white-space:nowrap;font-size:14px}#open-dashboard-menu i{box-shadow:none;color:var(--white);background-color:#0000;border:none;border-radius:0;width:auto;height:auto;padding:0;font-size:22px}#open-dashboard-menu:hover{background-color:var(--white);color:var(--primary);animation:none}#open-dashboard-menu:hover i{color:var(--primary)}@keyframes dashboard-btn-pulse{0%,to{box-shadow:0 6px 18px #00000047,0 0 #9d66468c}50%{box-shadow:0 6px 18px #00000047,0 0 0 12px #9d664600}}@media (width<=992px){#open-dashboard-menu{display:flex}}#dashboard-menu .close-dashboard-menu{border:1px solid var(--grey220);width:34px;height:34px;color:var(--primary);cursor:pointer;background-color:#0000;border-radius:50%;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;font-size:20px;transition:all .3s;display:flex}#dashboard-menu .close-dashboard-menu:hover{background-color:var(--primary);color:var(--white)}