.ams-error-msg-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ams-error-msg{color:#666;text-align:center;margin-top:.6rem;font-size:16px}.file-downloader-container{position:fixed;bottom:20px;right:20px;z-index:9999;width:420px;pointer-events:none;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.file-downloader-container.hidden{opacity:0;pointer-events:none}.file-downloader-dialog{background:var(--makman-theme-Backgrounds-Main-BG-2)!important;border-radius:8px;-webkit-box-shadow:0 10px 30px rgba(15,23,42,.5);box-shadow:0 10px 30px rgba(15,23,42,.5);min-width:400px;max-width:500px;pointer-events:all;backdrop-filter:blur(9px);border:1px solid rgba(148,163,184,.3)}.file-downloader-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 20px;border-bottom:1px solid var(--makman-theme-Stroke-Gray-200)!important}.file-downloader-title{margin:0;font-size:16px;font-weight:600;color:var(--makman-theme-Text-Primary)}.file-downloader-toggle{background:none;border:none;cursor:pointer;padding:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#9ca3af}.file-downloader-toggle:hover{color:#e5e7eb}.file-downloader-status{padding:12px 20px;border-bottom:1px solid var(--makman-theme-Stroke-Gray-200)!important}.status-text{color:var(--makman-theme-Text-Primary)!important;font-size:14px;font-weight:500}.file-downloader-filter{padding:12px 20px;border-bottom:1px solid var(--makman-theme-Stroke-Gray-200)!important}.filter-dropdown{width:100%;padding:8px 12px;border:1px solid rgba(148,163,184,.5);border-radius:4px;background:var(--makman-theme-Backgrounds-Main-BG)!important;color:var(--makman-theme-Text-Primary)!important;font-size:14px;cursor:pointer}.filter-dropdown ::-webkit-input-placeholder{color:var(--makman-theme-Text-Primary)!important}.filter-dropdown ::-moz-placeholder{color:var(--makman-theme-Text-Primary)!important}.filter-dropdown :-ms-input-placeholder{color:var(--makman-theme-Text-Primary)!important}.filter-dropdown ::-ms-input-placeholder{color:var(--makman-theme-Text-Primary)!important}.filter-dropdown ::placeholder{color:var(--makman-theme-Text-Primary)!important}.filter-dropdown:focus{outline:none;border-color:var(--makman-theme-Primary-Colors)}.file-downloader-list{max-height:400px;overflow-y:auto;padding:12px 20px;min-height:60px}.no-downloads-message{padding:20px;text-align:center;color:#9ca3af;font-size:14px}.file-download-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--makman-theme-Stroke-Gray-200)!important}.file-download-item:last-child{border-bottom:none}.file-icon{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:2px}.file-icon-image{width:28px;height:28px;-o-object-fit:contain;object-fit:contain}.file-info{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;min-width:0}.file-name-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:4px}.file-name{font-size:14px;color:var(--makman-theme-Text-Primary)!important;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-box-flex:1;-ms-flex:1 1;flex:1 1}.checkmark-icon{-ms-flex-negative:0;flex-shrink:0;margin-left:8px}.file-size{font-size:12px;color:var(--makman-theme-Text-Secondary)!important;margin-bottom:8px;font-weight:500}.progress-bar-container{width:100%;height:6px;background-color:#1f2933;border-radius:3px;overflow:hidden}.progress-bar{height:100%;background-color:var();-webkit-transition:width .3s ease;transition:width .3s ease;border-radius:3px}.progress-bar.completed{background-color:#22c55e}.progress-bar:not(.completed){background:-webkit-gradient(linear,left top,right top,from(#38bdf8),to(#22c55e));background:linear-gradient(90deg,#38bdf8,#22c55e);-webkit-animation:pulse 1.5s ease-in-out infinite;animation:pulse 1.5s ease-in-out infinite}@-webkit-keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.file-downloader-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 20px;border-top:1px solid var(--makman-theme-Stroke-Gray-200)!important}.files-count{color:#ff9800}.close-button,.files-count{font-size:14px;font-weight:500}.close-button{background:var(--makman-theme-Primary-Colors)!important;color:var(--makman-theme-Backgrounds-White)!important;border:none;padding:8px 20px;border-radius:4px;cursor:pointer;-webkit-transition:background-color .2s;transition:background-color .2s}.theme-dark .file-downloader-dialog{background:var(--makman-theme-Backgrounds-Main-BG-2)!important;border-color:var(--makman-theme-Stroke-Gray-200)!important}.theme-dark .file-downloader-title{color:var(--makman-theme-Text-Primary)!important}.theme-dark .file-download-item,.theme-dark .file-downloader-filter,.theme-dark .file-downloader-header,.theme-dark .file-downloader-status{border-color:var(--makman-theme-Stroke-Gray-200)!important}.theme-dark .file-name,.theme-dark .filter-dropdown{color:var(--makman-theme-Text-Primary)!important}.theme-dark .filter-dropdown{background:var(--makman-theme-Backgrounds-Main-BG-2)!important;border-color:var(--makman-theme-Stroke-Gray-200)!important}.theme-dark .progress-bar-container{background-color:var(--makman-theme-Stroke-Gray-200)!important}.theme-dark .close-button{background:var(--makman-theme-Stroke-Gray-200)!important;color:var(--makman-theme-Text-Primary)!important}.theme-dark{background:"#000";color:"#ffffff"}.light-theme{background:"#ffffff";color:"#000"}.ant-modal-root .ant-modal-mask{backdrop-filter:blur(9px)}.spinner-edge{margin:100px auto 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;bottom:0;left:0;right:0}.spinner-edge>div{width:2rem;height:2rem;background-color:#333;border-radius:50%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s ease-in-out infinite both;animation:sk-bouncedelay 1.4s ease-in-out infinite both}.spinner-edge .bounce1{-webkit-animation-delay:0s;animation-delay:0s;background-color:#dc3545}.spinner-edge .bounce2{background-color:#ffc107;-webkit-animation-delay:.16s;animation-delay:.16s}.spinner-edge .bounce3{-webkit-animation-delay:.24s;animation-delay:.24s;background-color:#28a745}.spinner-edge .bounce4{-webkit-animation-delay:.32s;animation-delay:.32s;background-color:#007bff}@-webkit-keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0);opacity:0}40%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0);opacity:0}40%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}