.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:200px;padding:40px;text-align:center}.loading-spinner{position:relative;display:block;margin:0 auto}.loading-spinner.small{width:40px;height:40px}.loading-spinner.medium{width:60px;height:60px}.loading-spinner.large{width:80px;height:80px}.spinner-ring{position:relative;width:100%;height:100%}.spinner-bar{position:absolute;width:4px;height:20%;background:#e6f7ff;border-radius:2px;transform-origin:50% 100%;transition:all .3s ease;left:calc(50% - 2px);top:40%}.spinner-bar:nth-child(1){--rotation: 0deg;transform:rotate(0) translateY(-150%);animation:loadingWave 1.4s ease-in-out infinite;animation-delay:0s}.spinner-bar:nth-child(2){--rotation: 45deg;transform:rotate(45deg) translateY(-150%);animation:loadingWave 1.4s ease-in-out infinite;animation-delay:.1s}.spinner-bar:nth-child(3){--rotation: 90deg;transform:rotate(90deg) translateY(-150%);animation:loadingWave 1.4s ease-in-out infinite;animation-delay:.2s}.spinner-bar:nth-child(4){--rotation: 135deg;transform:rotate(135deg) translateY(-150%);animation:loadingWave 1.4s ease-in-out infinite;animation-delay:.3s}.spinner-bar:nth-child(5){--rotation: 180deg;transform:rotate(180deg) translateY(-150%);animation:loadingWave 1.4s ease-in-out infinite;animation-delay:.4s}.spinner-bar:nth-child(6){--rotation: 225deg;transform:rotate(225deg) translateY(-150%);animation:loadingWave 1.4s ease-in-out infinite;animation-delay:.5s}.spinner-bar:nth-child(7){--rotation: 270deg;transform:rotate(270deg) translateY(-150%);animation:loadingWave 1.4s ease-in-out infinite;animation-delay:.6s}.spinner-bar:nth-child(8){--rotation: 315deg;transform:rotate(315deg) translateY(-150%);animation:loadingWave 1.4s ease-in-out infinite;animation-delay:.7s}@keyframes loadingWave{0%,40%,to{background:#e6f7ff;box-shadow:none;transform:rotate(var(--rotation)) translateY(-150%) scaleY(1)}20%{background:linear-gradient(45deg,#1890ff,#40a9ff);box-shadow:0 0 8px #1890ff66;transform:rotate(var(--rotation)) translateY(-150%) scaleY(1.5)}}@keyframes loadingWaveDark{0%,40%,to{background:#1f1f1f;box-shadow:none;transform:rotate(var(--rotation)) translateY(-150%) scaleY(1)}20%{background:linear-gradient(45deg,#40a9ff,#69c0ff);box-shadow:0 0 8px #40a9ff66;transform:rotate(var(--rotation)) translateY(-150%) scaleY(1.5)}}.loading-text{margin-top:32px;font-size:16px;color:#666;font-weight:400;letter-spacing:.5px;text-align:center;width:100%;display:block;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.loading-container.fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;min-height:100vh}.loading-container.dark{background:rgba(0,0,0,.8)}.loading-container.dark .loading-text{color:#fff}.loading-container.dark .spinner-bar{background:#1f1f1f}.loading-container.dark .spinner-bar:nth-child(1){animation:loadingWaveDark 1.4s ease-in-out infinite;animation-delay:0s}.loading-container.dark .spinner-bar:nth-child(2){animation:loadingWaveDark 1.4s ease-in-out infinite;animation-delay:.1s}.loading-container.dark .spinner-bar:nth-child(3){animation:loadingWaveDark 1.4s ease-in-out infinite;animation-delay:.2s}.loading-container.dark .spinner-bar:nth-child(4){animation:loadingWaveDark 1.4s ease-in-out infinite;animation-delay:.3s}.loading-container.dark .spinner-bar:nth-child(5){animation:loadingWaveDark 1.4s ease-in-out infinite;animation-delay:.4s}.loading-container.dark .spinner-bar:nth-child(6){animation:loadingWaveDark 1.4s ease-in-out infinite;animation-delay:.5s}.loading-container.dark .spinner-bar:nth-child(7){animation:loadingWaveDark 1.4s ease-in-out infinite;animation-delay:.6s}.loading-container.dark .spinner-bar:nth-child(8){animation:loadingWaveDark 1.4s ease-in-out infinite;animation-delay:.7s}@media (max-width: 768px){.loading-container{padding:20px}.loading-text{font-size:14px;margin-top:24px}.loading-spinner.medium{width:50px;height:50px}.loading-spinner.large{width:60px;height:60px}}@media (max-width: 480px){.loading-container{padding:16px}.loading-text{font-size:13px;margin-top:20px}.loading-spinner.small{width:32px;height:32px}.loading-spinner.medium{width:40px;height:40px}.loading-spinner.large{width:50px;height:50px}.spinner-bar{width:3px}}.app{min-height:100vh;background-color:#fff}.app::-webkit-scrollbar{width:8px;height:8px}.app::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.app::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.app::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.centered-select .ant-select-arrow{display:flex!important;align-items:center!important;height:100%!important}.centered-select .ant-select-selector,.ant-pro-table .ant-pro-table-toolbar .ant-pro-table-toolbar-option{display:flex!important;align-items:center!important}.ant-pro-table .ant-pro-table-toolbar .ant-pro-table-toolbar-option .ant-btn,.ant-pro-table .ant-pro-table-toolbar .ant-space .ant-btn,.ant-pro-table .ant-pro-table-toolbar .ant-btn{display:flex!important;align-items:center!important;justify-content:center!important;height:32px!important}@media (min-width: 1920px){.app{min-height:100vh!important;background-color:#fff!important}.app::-webkit-scrollbar{width:12px!important;height:12px!important}.app::-webkit-scrollbar-track{background:#f1f1f1!important;border-radius:6px!important}.app::-webkit-scrollbar-thumb{background:#c1c1c1!important;border-radius:6px!important}.app::-webkit-scrollbar-thumb:hover{background:#a8a8a8!important}.centered-select .ant-select-arrow{font-size:18px!important}.ant-pro-table .ant-pro-table-toolbar .ant-pro-table-toolbar-option .ant-btn,.ant-pro-table .ant-pro-table-toolbar .ant-space .ant-btn,.ant-pro-table .ant-pro-table-toolbar .ant-btn{height:40px!important;font-size:16px!important}}@media (min-width: 1440px) and (max-width: 1919px){.app{min-height:100vh!important;background-color:#fff!important}.app::-webkit-scrollbar{width:10px!important;height:10px!important}.app::-webkit-scrollbar-track{background:#f1f1f1!important;border-radius:5px!important}.app::-webkit-scrollbar-thumb{background:#c1c1c1!important;border-radius:5px!important}.app::-webkit-scrollbar-thumb:hover{background:#a8a8a8!important}.centered-select .ant-select-arrow{font-size:17px!important}.ant-pro-table .ant-pro-table-toolbar .ant-pro-table-toolbar-option .ant-btn,.ant-pro-table .ant-pro-table-toolbar .ant-space .ant-btn,.ant-pro-table .ant-pro-table-toolbar .ant-btn{height:38px!important;font-size:15px!important}}@media (min-width: 1200px) and (max-width: 1439px){.app{min-height:100vh!important;background-color:#fff!important}.app::-webkit-scrollbar{width:8px!important;height:8px!important}.app::-webkit-scrollbar-track{background:#f1f1f1!important;border-radius:4px!important}.app::-webkit-scrollbar-thumb{background:#c1c1c1!important;border-radius:4px!important}.app::-webkit-scrollbar-thumb:hover{background:#a8a8a8!important}.centered-select .ant-select-arrow{font-size:16px!important}.ant-pro-table .ant-pro-table-toolbar .ant-pro-table-toolbar-option .ant-btn,.ant-pro-table .ant-pro-table-toolbar .ant-space .ant-btn,.ant-pro-table .ant-pro-table-toolbar .ant-btn{height:36px!important;font-size:14px!important}}@media (min-width: 1024px) and (max-width: 1199px){.app{min-height:100vh!important;background-color:#fff!important}.app::-webkit-scrollbar{width:8px!important;height:8px!important}.app::-webkit-scrollbar-track{background:#f1f1f1!important;border-radius:4px!important}.app::-webkit-scrollbar-thumb{background:#c1c1c1!important;border-radius:4px!important}.app::-webkit-scrollbar-thumb:hover{background:#a8a8a8!important}.centered-select .ant-select-arrow{font-size:15px!important}.ant-pro-table .ant-pro-table-toolbar .ant-pro-table-toolbar-option .ant-btn,.ant-pro-table .ant-pro-table-toolbar .ant-space .ant-btn,.ant-pro-table .ant-pro-table-toolbar .ant-btn{height:34px!important;font-size:14px!important}}@media (max-width: 1023px){.app{min-height:100vh;background-color:#fff}.app::-webkit-scrollbar{width:6px;height:6px}.app::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.app::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.app::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.centered-select .ant-select-arrow{font-size:14px}.ant-pro-table .ant-pro-table-toolbar .ant-pro-table-toolbar-option .ant-btn,.ant-pro-table .ant-pro-table-toolbar .ant-space .ant-btn,.ant-pro-table .ant-pro-table-toolbar .ant-btn{height:32px;font-size:13px}}@media (max-width: 768px){.app{padding:0;min-height:100vh;background-color:#fff}.app::-webkit-scrollbar{width:4px;height:4px}.app::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.app::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.app::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.centered-select .ant-select-arrow{font-size:13px}.ant-pro-table .ant-pro-table-toolbar .ant-pro-table-toolbar-option .ant-btn,.ant-pro-table .ant-pro-table-toolbar .ant-space .ant-btn,.ant-pro-table .ant-pro-table-toolbar .ant-btn{height:30px;font-size:12px}}@media (max-width: 576px){.app{padding:0;min-height:100vh;background-color:#fff}.app::-webkit-scrollbar{width:3px;height:3px}.app::-webkit-scrollbar-track{background:#f1f1f1;border-radius:1px}.app::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:1px}.app::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.centered-select .ant-select-arrow{font-size:12px}.ant-pro-table .ant-pro-table-toolbar .ant-pro-table-toolbar-option .ant-btn,.ant-pro-table .ant-pro-table-toolbar .ant-space .ant-btn,.ant-pro-table .ant-pro-table-toolbar .ant-btn{height:28px;font-size:11px}*{margin:0;padding:0;box-sizing:border-box}.force-light{color-scheme:light!important}.force-light .ant-select-dropdown,.force-light .ant-modal-content,.force-light .ant-picker-dropdown,.force-light .ant-upload-list,.force-light .ant-select-item,.force-light .ant-select-item-option-content{background:#ffffff!important;color:#262626!important;border-color:#e8e8e8!important}.force-light .ant-select-item-option-active{background:rgba(24,144,255,.06)!important}.force-light .ant-select-item-option-selected{background:rgba(24,144,255,.12)!important;color:#262626!important}html,html[data-theme=dark],html[data-theme=light],body,body[data-theme=dark],body[data-theme=light]{background-color:#fff!important;color:#262626!important}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff!important;color:#262626!important;line-height:1.6}.app,.app[data-theme=dark],.app[data-theme=light]{background-color:#fff!important;min-height:100vh}::-webkit-scrollbar-track,html[data-theme=dark] ::-webkit-scrollbar-track,body[data-theme=dark] ::-webkit-scrollbar-track{background:#f1f1f1!important}::-webkit-scrollbar-thumb,html[data-theme=dark] ::-webkit-scrollbar-thumb,body[data-theme=dark] ::-webkit-scrollbar-thumb{background:#c1c1c1!important}::-webkit-scrollbar-thumb:hover,html[data-theme=dark] ::-webkit-scrollbar-thumb:hover,body[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#a8a8a8!important}@media (prefers-color-scheme: dark){html,html[data-theme=dark],html[data-theme=light],body,body[data-theme=dark],body[data-theme=light],.app,.app[data-theme=dark],.app[data-theme=light]{background-color:#fff!important;color:#262626!important}.dashboard,.login-page,.register-page,.auth-layout,.main-layout,.main-header,.main-sider,.main-content,.profile-page,.conference-list,.participate-page,.conference-detail-page,.content-card,.dashboard-header,.login-container,.register-card,.auth-right{background-color:#fff!important;background:#ffffff!important;color:#262626!important}.ant-card,.ant-card-body,.ant-card-head,.statistic-card,.content-card,.conference-item,.report-item,.activity-item,.notification-item{background-color:#fff!important;background:#ffffff!important;border-color:#f0f0f0!important;color:#262626!important}.welcome-title,.welcome-subtitle,.stat-value,.stat-label,.conference-name,.activity-user,.notification-text,.title-text,.profile-name,.profile-email,.academic-item-title,.academic-item-desc{color:#262626!important}.conference-participants,.activity-subject,.activity-time,.notification-time,.paper-authors,.conference-description,.paper-abstract{color:#8c8c8c!important}::-webkit-scrollbar-track{background:#f1f1f1!important}::-webkit-scrollbar-thumb{background:#c1c1c1!important}::-webkit-scrollbar-thumb:hover{background:#a8a8a8!important}.ant-input,.ant-input-affix-wrapper,.ant-input-password,.ant-select-selector,.ant-picker,.ant-picker-input>input{background-color:#fff!important;background:#ffffff!important;border-color:#d9d9d9!important;color:#262626!important}.login-page,.register-page{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%)!important}.login-page:before,.login-page:after{opacity:.1!important}.conference-review,.conference-review .ant-card,.conference-review .ant-card-bordered,.conference-review .ant-modal-content,.conference-review .ant-card-head,.conference-review .ant-card-head-title{background-color:#fff!important;background:#ffffff!important;border-color:#f0f0f0!important;color:#262626!important}.conference-review h1,.conference-review h2,.conference-review h3,.conference-review h4,.conference-review h5,.conference-review h6,.conference-review .ant-typography,.conference-review .ant-typography.ant-typography-secondary{color:#262626!important}.ant-layout,.ant-layout-header,.ant-layout-sider,.ant-layout-content,:where(.css-dev-only-do-not-override-1d4j6zs).ant-layout,:where(.css-dev-only-do-not-override-1d4j6zs).ant-layout>.ant-layout{background:#ffffff!important;background-color:#fff!important}.main-layout,.main-layout>.ant-layout,.main-header,.main-sider,.main-sider:before,.main-sider .logo,.main-sider .logo h2,.main-sider .logo-subtitle,.main-sider .logo-icon,.main-sider .ant-menu,.main-sider .ant-menu-item,.main-sider .ant-menu-sub,.main-sider .ant-menu-sub .ant-menu-item,.ant-layout-sider,.ant-layout-sider-dark,.ant-menu-dark,.ant-menu-dark .ant-menu,.ant-menu-dark .ant-menu-sub{background:#ffffff!important;background-color:#fff!important;border-color:#f0f0f0!important;color:#262626!important}.main-header{background:#ffffff!important;border-bottom:1px solid #f0f0f0!important;box-shadow:0 2px 8px #0000000f!important}.main-sider .logo{background:#ffffff!important;border-bottom:1px solid #f0f0f0!important}.main-sider .logo h2,.main-sider .logo-subtitle,.main-sider .logo-icon{color:#1890ff!important}.main-sider .ant-menu-item,.main-sider .ant-menu-sub .ant-menu-item{color:#262626!important}.main-sider .ant-menu-item:hover,.main-sider .ant-menu-sub .ant-menu-item:hover{background:#f5f5f5!important;color:#1890ff!important}.main-sider .ant-menu-item-selected,.main-sider .ant-menu-sub .ant-menu-item-selected{background:#e6f7ff!important;color:#1890ff!important}.main-sider .ant-menu-item-selected:before,.main-sider .ant-menu-item:hover:before{background:#1890ff!important}.ant-modal-content,.ant-modal-header,.ant-modal-body,.ant-modal-footer{background-color:#fff!important;background:#ffffff!important;color:#262626!important}.ant-table,.ant-table-thead>tr>th,.ant-table-tbody>tr>td{background-color:#fff!important;color:#262626!important}.login-page,.login-container,.login-right-panel,.login-form-card,.register-card,.register-form,.auth-layout,.auth-right,.feature-item{background:#ffffff!important;background-color:#fff!important;color:#262626!important;border-color:#f0f0f0!important}.login-page{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%)!important}.login-header,.login-header h2,.login-header .ant-typography,.login-form .ant-form-item-label>label,.login-footer,.login-footer .ant-typography{color:#262626!important}.submission-list,.submission-list .page-header,.submission-list .filter-card,.submission-list .table-card,.review-list,.review-list .page-header,.review-list .filter-card,.review-list .table-card{background:#ffffff!important;background-color:#fff!important;color:#262626!important}.submission-list .title-text,.review-list .title-text,.submission-list .progress-text{color:#262626!important}.paper-reader-page,.paper-content,.main-title,.paper-text,.paper-text h1,.paper-text h2,.paper-text h3,.paper-text h4,.paper-text h5,.paper-text h6{background:#ffffff!important;background-color:#fff!important;color:#262626!important}.paper-text code{background:#f5f5f5!important;color:#262626!important}.create-conference,.conference-config,.conference-detail,.paper-detail{background:#ffffff!important;background-color:#fff!important;color:#262626!important}.register-form .ant-input,.register-form .ant-input-affix-wrapper,.register-form .ant-input-password,.register-form .ant-input-affix-wrapper-focused,.register-form .ant-select-selector,.register-form .ant-select.ant-select-outlined .ant-select-selector,.register-form .ant-select:not(.ant-select-customize-input) .ant-select-selector,.register-form .ant-picker,.register-form .ant-picker-input>input,.login-form .ant-input,.login-form .ant-input-affix-wrapper,.login-form .ant-input-password,.login-form .ant-select-selector{background:#ffffff!important;background-color:#fff!important;border-color:#d9d9d9!important;color:#262626!important}.register-form .ant-input::placeholder,.register-form .ant-select-selection-placeholder,.register-form .ant-picker-input>input::placeholder,.register-form .ant-select-selector .ant-select-selection-placeholder,.register-form .ant-select .ant-select-selection-search-input::placeholder,.login-form .ant-input::placeholder{color:#8c8c8c!important}.register-form .ant-select .ant-select-selection-item,.register-form .ant-select .ant-select-selector .ant-select-selection-item,.register-form .ant-select .ant-select-selection-item span,.register-form .ant-select .ant-select-selection-item[title],.register-page .ant-select-selection-item,.register-page .ant-select-selection-placeholder,.register-page .ant-select-selection-item[title],.register-page .ant-select-selection-item *,:where(.css-dev-only-do-not-override-1d4j6zs) .register-form .ant-select .ant-select-selection-item{color:#262626!important}.register-card,.register-header,.register-header h2,.register-header .ant-typography,.register-footer,.register-footer .ant-typography,.step-indicator,.step-indicator .ant-typography,.current-step-description .ant-typography,.register-step h4,.register-step .ant-typography,.checkbox-label,.checkbox-description,.avatar-title,.info-item .info-label,.info-item .info-value,.info-summary-card,.info-summary-card .info-item,.checkbox-section,.password-strength-summary,.avatar-placeholder{background:#ffffff!important;background-color:#fff!important;border-color:#f0f0f0!important;color:#262626!important}.ant-select-dropdown{background:#ffffff!important;border:1px solid #f0f0f0!important}.ant-select-item,.ant-select-item-option-content{color:#262626!important}.ant-select-item-option-active{background:rgba(24,144,255,.1)!important}.ant-select-item-option-selected{background:rgba(24,144,255,.15)!important;color:#262626!important}.register-form .ant-form-item-label>label{color:#262626!important}.register-form .ant-input-affix-wrapper:hover,.register-form .ant-input-affix-wrapper:focus,.register-form .ant-input-affix-wrapper-focused,.register-form .ant-input:focus,.register-form .ant-input-password:hover,.register-form .ant-input-password:focus,.register-form .ant-select-selector:focus,.register-form .ant-picker:hover,.register-form .ant-picker-focused{border-color:#1890ff!important;box-shadow:0 0 0 2px #1890ff33!important}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (min-width: 1920px){body{font-size:16px!important;line-height:1.7!important}::-webkit-scrollbar{width:12px!important;height:12px!important}::-webkit-scrollbar-track{background:#f1f1f1!important;border-radius:6px!important}::-webkit-scrollbar-thumb{background:#c1c1c1!important;border-radius:6px!important}::-webkit-scrollbar-thumb:hover{background:#a8a8a8!important}.app{padding:0!important}}@media (min-width: 1440px) and (max-width: 1919px){body{font-size:15px!important;line-height:1.65!important}::-webkit-scrollbar{width:10px!important;height:10px!important}::-webkit-scrollbar-track{background:#f1f1f1!important;border-radius:5px!important}::-webkit-scrollbar-thumb{background:#c1c1c1!important;border-radius:5px!important}::-webkit-scrollbar-thumb:hover{background:#a8a8a8!important}.app{padding:0!important}}@media (min-width: 1200px) and (max-width: 1439px){body{font-size:14px!important;line-height:1.6!important}::-webkit-scrollbar{width:8px!important;height:8px!important}::-webkit-scrollbar-track{background:#f1f1f1!important;border-radius:4px!important}::-webkit-scrollbar-thumb{background:#c1c1c1!important;border-radius:4px!important}::-webkit-scrollbar-thumb:hover{background:#a8a8a8!important}.app{padding:0!important}}@media (min-width: 1024px) and (max-width: 1199px){body{font-size:14px!important;line-height:1.6!important}::-webkit-scrollbar{width:8px!important;height:8px!important}::-webkit-scrollbar-track{background:#f1f1f1!important;border-radius:4px!important}::-webkit-scrollbar-thumb{background:#c1c1c1!important;border-radius:4px!important}::-webkit-scrollbar-thumb:hover{background:#a8a8a8!important}.app{padding:0!important}}@media (max-width: 1023px){body{font-size:14px;line-height:1.6}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.app{padding:0}}@media (max-width: 768px){body{font-size:13px;line-height:1.5}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.app{padding:10px}}@media (max-width: 576px){body{font-size:12px;line-height:1.4}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:1px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:1px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.app{padding:8px}}}
