:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-size:clamp(14px,1.2vw,18px);font-weight:400;line-height:1.5}body{min-height:100vh;margin:0;font-family:Vazirmatn,Segoe UI,Roboto,sans-serif;display:flex}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}}body{-webkit-user-select:none;user-select:none;direction:rtl;background-color:#f6f7f8}.login-container{flex-direction:column;justify-content:center;align-items:center;display:flex;scale:1.2}.login-header{flex-direction:column;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.login-logo{margin-bottom:.5rem;scale:1.5}.login-title{color:#4a5565;font-size:1.5rem;font-weight:200}.login-box{background-color:#fff;border:2px solid #e5e5e5;border-radius:16px;width:100%;min-width:300px;max-width:360px;padding:1.5rem;box-shadow:0 10px 25px #0000000d}.login-box-header{flex-direction:column;align-items:flex-start;margin-bottom:.5rem;display:flex}.login-box-header-title{margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.login-box-header-info{color:#717182;font-weight:300}.login-form{flex-direction:column;gap:.5rem;display:flex}.form-group{flex-direction:column;align-items:flex-start;width:100%;display:flex}.login-input{background-color:#f3f3f5;border:1px solid #0000;border-radius:8px;width:calc(100% - 1.3rem);padding:.65rem .6rem;font-family:inherit;transition:border-color .2s,background-color .2s}.login-input:focus{background-color:#fff;border-color:#3b82f6;outline:none}.login-label{color:#213547;margin:.4rem 0;font-size:.9rem;font-weight:500}.login-input{color:#213547}.login-button{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:10px;width:100%;margin-top:1rem;padding:.7rem 0;font-family:inherit}.login-button:hover{background-color:#2563eb}.login-button:active{transform:scale(.98)}.login-error{color:#dc2626ca;font-size:.85rem}@media (max-width:360px){.login-box{min-width:none;padding:1.2rem}.login-title{font-size:1.2rem}}.dashboard-container{flex-direction:column;align-items:center;width:100%;height:100vh;display:flex}.dashboard-header{background-color:#fff;border-bottom:2px solid #e5e7eb;flex-direction:row;align-items:center;width:calc(100% - 3rem);max-height:20vh;margin-bottom:2rem;padding:1rem 1.5rem;display:flex}.dashboard-title{color:#496187;margin-bottom:.2rem;font-size:1.15rem;font-weight:400}.dashboard-info{color:#717182;font-size:.9rem;font-weight:300}.dashboard-logout-btn{background-color:#fff;border:2px solid #e8e6e6;border-radius:10px;justify-content:center;align-items:center;gap:1.5rem;margin-right:auto;padding:.5rem .7rem;font-family:inherit;transition:all .6s ease-in-out;display:flex}.dashboard-logout-btn:hover{background-color:#e9ebef}.dashboard-logout-btn:focus{outline-offset:2px;outline:2px solid #4c9aff}.dashboard-logout-btn:active{background-color:#ced1d7;transform:translateY(1px)}.dashboard-logout-logo{scale:.75}.dashboard-logout-txt{font-size:.95rem;font-weight:500}.dashboard-main{background-color:#fff;border:1px solid #e5e7eb;border-radius:10px;width:95%;min-width:90%;max-width:1000px;margin:auto;padding:1.3em}.dashboard-main-header{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.dashboard-main-header-txt-title{font-size:1.2rem;font-weight:500}.dashboard-main-header-upload-btn{color:#fff;cursor:pointer;background-color:#000000e7;border:none;border-radius:10px;flex-direction:row;justify-content:center;align-items:center;gap:.7rem;padding:.5rem .75rem;font-family:inherit;font-size:.9rem;font-weight:500;display:flex}.dashboard-main-header-upload-btn:hover{background-color:#000000cd}.upload-logo{scale:.8}.dashboard-main-table-wrapper{scroll-behavior:smooth;overscroll-behavior:contain;scrollbar-width:none;scrollbar-color:#ffffff38 transparent;border:1px solid #e5e7eb;border-radius:10px;max-height:65vh;overflow:auto}.dashboard-main-table{table-layout:fixed;width:100%;min-width:820px}table{border-collapse:separate;border-spacing:0}thead{z-index:6;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;width:100%;position:sticky;top:0;box-shadow:0 2px 4px #00000008}.dashboard-main-table-wrapper::-webkit-scrollbar{width:10px;height:10px}.dashboard-main-table-wrapper::-webkit-scrollbar-track{background:0 0}.dashboard-main-table-wrapper::-webkit-scrollbar-thumb{background-color:#0000002e;background-clip:padding-box;border:2px solid #0000;border-radius:8px}.dashboard-main-table-wrapper::-webkit-scrollbar-thumb:hover{background-color:#00000052}th,td{text-align:center;white-space:nowrap;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem}thead th:first-child{width:35%}thead th:nth-child(2){width:10%}thead th:nth-child(3){width:15%}thead th:nth-child(4){width:25%}td{word-break:break-word}td:first-child{white-space:normal;word-break:break-word}tr:last-child td{border-bottom:none}.status{border-radius:10px;justify-content:center;align-items:center;margin:0 auto;padding:.25rem .6rem;font-size:.85rem;font-weight:500;display:inline-flex}td{margin:auto}.status-done{color:#fff;background-color:#16a34a}.status-processing{color:#fff;background-color:#2563eb}.status-error{color:#fff;background-color:#d4183d}.status-uploaded{color:#fff;background-color:#6b7280}.action-btn{cursor:pointer;background-color:#fff;border:none;border-radius:8px;padding:.35rem 1rem;font-family:inherit}.action-btn:hover{background-color:#e1e1e191}.action-btn[disabled]{opacity:.6;cursor:not-allowed;pointer-events:none}.action-content{align-items:center;gap:.35rem;font-size:.85rem;font-weight:500;display:inline-flex}@media (max-width:900px){.dashboard-main{padding:1rem}.dashboard-main-header-txt-title{font-size:1rem}.dashboard-main-table{min-width:700px}.icon{width:14px;height:14px}.action-btn{padding:.35rem .75rem;font-size:.85rem}}@media (max-width:700px){.dashboard-main{padding:.75rem}.dashboard-main-table-wrapper{max-height:60vh}th,td{padding:.5rem .6rem}.dashboard-main-header-upload-btn{padding:.4rem .5rem;font-size:.85rem}.action-content span{display:none}.action-content{gap:.25rem}.dashboard-main-table td .status{margin:0}.dashboard-actions{gap:.35rem}.action-btn{padding:.35rem}.action-content span{font-size:.82rem;display:inline-block}}.icon{width:1rem;height:1rem}.upload-popup-backdrop{z-index:10;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.upload-popup{background-color:#fff;border-radius:10px;flex-direction:column;gap:1.5rem;width:400px;padding:2rem;display:flex;box-shadow:0 4px 6px #0000001a}.upload-popup-header-title{font-size:1.1rem;font-weight:600}.upload-popup-header-info{color:#717182;margin-top:.1rem;font-size:.9rem;font-weight:300}.upload-popup-body{flex-direction:column;gap:.5rem;display:flex}.upload-dropzone{cursor:pointer;background:0 0;border:2px dashed #d1d5db;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:120px;padding:2.5rem;display:flex}.upload-dropzone:focus,.upload-dropzone:hover{border-color:#9ca3af}.upload-dropzone .upload-popup-input{display:none}.upload-dropzone-content{flex-direction:column;align-items:center;display:flex}.upload-dropzone-img{object-fit:contain;width:48px;height:48px;margin-bottom:1.5rem}.upload-dropzone-text{color:#4a5565;margin-bottom:.5rem;font-size:.95rem}.upload-dropzone-sub-text{color:#6a7282;font-size:.85rem}.upload-popup-info{color:#4a5565;background-color:#f3f4f6e4;border-radius:10px;padding:.7rem .5rem;font-size:.9rem;font-weight:300}.upload-popup-footer{justify-content:flex-end;gap:.7rem;display:flex}.upload-btn{cursor:pointer;border:none;border-radius:8px;min-width:70px;padding:.5rem .75rem;font-family:inherit;font-size:.9rem;font-weight:500}.upload-btn[disabled]{opacity:.6;cursor:not-allowed}.upload-popup-error{color:#b91c1c;margin-top:.5rem;font-size:.9rem}.upload-popup-success{color:#065f46;margin-top:.5rem;font-size:.9rem}.upload-popup-cancel-btn{color:#111827;background-color:#fff;border:1px solid #e5e7eb}.upload-popup-upload-btn{color:#fff;background-color:#000}.upload-dropzone.dragover{background-color:#6366f10f;border-color:#6366f1}.upload-dropzone-filename{color:#111827;font-weight:500}#root{justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}
