@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800&display=swap');
.wchat-panel{--primary:#6c4cff;--dark:#16213e;--muted:#75809a;--bg:#f5f7fc;--line:#e9edf5;font-family:Vazirmatn,Tahoma,sans-serif;direction:rtl;display:flex;max-width:1180px;min-height:650px;margin:32px auto;background:var(--bg);border:1px solid #e9edf6;border-radius:24px;overflow:hidden;box-shadow:0 18px 50px rgba(33,45,89,.10);text-align:right;color:var(--dark);box-sizing:border-box}.wchat-panel *{box-sizing:border-box}.wchat-sidebar{width:275px;background:#fff;padding:27px 18px;display:flex;flex-direction:column;border-left:1px solid var(--line)}.wchat-brand{font-size:19px;font-weight:800;display:flex;align-items:center;gap:10px;padding:0 9px 28px}.wchat-brand-mark{display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#896bff,#4d2dd7);width:31px;height:31px;border-radius:10px}.wchat-profile{display:flex;gap:11px;align-items:center;padding:15px 9px;margin-bottom:18px;background:#f8f8ff;border-radius:15px}.wchat-profile img{width:45px;height:45px;border-radius:50%;border:2px solid #fff;box-shadow:0 3px 9px #d8d7ed}.wchat-profile strong,.wchat-profile small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wchat-profile strong{font-size:13px}.wchat-profile small{color:var(--muted);font-size:10px;margin-top:3px}.wchat-nav{display:grid;gap:6px}.wchat-nav a,.wchat-logout{color:#68738b;text-decoration:none;display:flex;align-items:center;gap:13px;border-radius:11px;padding:12px 11px;font-size:13px;font-weight:600;transition:.2s}.wchat-nav a:hover,.wchat-nav a.active{color:var(--primary);background:#f0edff}.wchat-panel svg{width:19px;height:19px;fill:currentColor;flex:none}.wchat-logout{margin-top:auto;color:#e14b5c}.wchat-logout:hover{background:#fff0f2}.wchat-credit{font-size:10px;text-align:center;color:#98a1b5;padding:20px 0 0}.wchat-credit a{color:var(--primary);text-decoration:none}.wchat-content{padding:42px;flex:1;min-width:0}.wchat-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:27px}.wchat-heading span{color:#8c95aa;font-size:13px}.wchat-heading h1{font-size:27px;margin:4px 0 0;font-weight:800}.wchat-date{color:#8d96aa;font-size:12px;background:#fff;padding:9px 12px;border-radius:9px}.wchat-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:17px;margin-bottom:20px}.wchat-stat,.wchat-card{background:#fff;border:1px solid #edf0f6;border-radius:17px}.wchat-stat{display:flex;align-items:center;gap:13px;padding:18px}.wchat-stat-icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center}.wchat-stat-icon svg{width:23px}.purple{background:#f0edff;color:#7152fa}.blue{background:#e8f5ff;color:#3e9cda}.wchat-stat span{font-size:11px;color:#929aad;display:block}.wchat-stat b{font-size:20px;margin-top:3px;display:block}.wchat-success{color:#1ba873;font-size:15px!important}.wchat-welcome-card{min-height:250px;border-radius:19px;padding:34px 37px;overflow:hidden;position:relative;color:white;background:linear-gradient(120deg,#5133d5,#8367f7);display:flex;align-items:center}.wchat-welcome-card span{font-size:13px;color:#dcd5ff}.wchat-welcome-card h2{font-size:25px;margin:8px 0}.wchat-welcome-card p{font-size:12px;line-height:2;max-width:450px;color:#ebe8ff;margin-bottom:20px}.wchat-btn{border:0;cursor:pointer;display:inline-block;text-decoration:none;background:var(--primary);color:#fff;border-radius:10px;padding:11px 18px;font-family:inherit;font-size:12px;font-weight:700;box-shadow:0 6px 14px #dcd5ff}.wchat-btn.light{background:#fff;color:#6243e9;box-shadow:none}.wchat-welcome-shape{position:absolute;left:38px;font-size:130px;opacity:.14;transform:rotate(18deg)}.wchat-account-details{padding:12px 25px;margin-bottom:18px}.wchat-detail{display:flex;justify-content:space-between;padding:17px 0;border-bottom:1px solid var(--line);font-size:13px}.wchat-detail:last-child{border:0}.wchat-detail span{color:#8c95a8}.wchat-detail b{font-weight:600}.wchat-password-form{padding:27px;max-width:580px}.wchat-password-form label{display:block;color:#4b5873;font-size:13px;font-weight:600;margin-bottom:18px}.wchat-password-form input{font-family:inherit;direction:ltr;text-align:left;display:block;width:100%;border:1px solid #dfe4ef;border-radius:9px;padding:12px;margin-top:8px;outline:none}.wchat-password-form input:focus{border-color:#8c78ee;box-shadow:0 0 0 3px #f0edff}.wchat-password-form p{font-size:11px;color:#8992a6}.wchat-orders-table{overflow:hidden}.wchat-table-head,.wchat-table-row{display:grid;grid-template-columns:1.15fr 1.3fr 1fr 1.15fr .6fr;gap:9px;align-items:center;padding:16px 20px;font-size:12px}.wchat-table-head{background:#f8f9fc;color:#8790a5;font-size:11px}.wchat-table-row{border-top:1px solid var(--line);font-weight:600}.wchat-table-row a{color:var(--primary);text-decoration:none;font-size:11px}.wchat-table-row em{font-style:normal;background:#e8f8f1;color:#159160;border-radius:20px;padding:5px 8px;font-size:10px}.wchat-empty{text-align:center;padding:50px 20px}.wchat-empty h3{margin:10px 0 5px}.wchat-empty p{font-size:12px;color:#818ba0}.wchat-empty-icon{margin:auto;display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:#f0edff;color:var(--primary)}.wchat-empty-icon svg{width:27px;height:27px}.wchat-login-required{display:block;min-height:auto;text-align:center;padding:55px 25px}.wchat-login-required h3{margin:14px 0 6px}.wchat-login-required p{font-size:13px;color:var(--muted);margin-bottom:20px}.wchat-notice{padding:13px 16px;border-radius:10px;font-size:12px;margin-bottom:20px}.wchat-notice.success{color:#087b4c;background:#e9fff4}.wchat-notice.error{color:#be3446;background:#fff0f1}@media(max-width:760px){.wchat-panel{display:block;margin:15px;border-radius:16px}.wchat-sidebar{width:auto;padding:18px;border-left:0;border-bottom:1px solid var(--line)}.wchat-brand{padding-bottom:13px}.wchat-profile{display:none}.wchat-nav{display:flex;overflow-x:auto}.wchat-nav a{white-space:nowrap;padding:9px}.wchat-nav svg{display:none}.wchat-logout{position:absolute;top:19px;left:15px;margin:0;font-size:0;padding:7px}.wchat-logout svg{display:block}.wchat-credit{display:none}.wchat-content{padding:25px 18px}.wchat-heading h1{font-size:22px}.wchat-date{display:none}.wchat-stats{grid-template-columns:1fr}.wchat-welcome-card{padding:27px 22px}.wchat-welcome-card h2{font-size:20px}.wchat-welcome-shape{left:-5px;bottom:-35px}.wchat-table-head{display:none}.wchat-table-row{grid-template-columns:1fr 1fr;gap:12px;padding:15px}.wchat-table-row span:nth-child(2){display:none}.wchat-table-row a{text-align:left}.wchat-detail{display:block}.wchat-detail b{display:block;margin-top:5px}}
