.snackbar-container{position:fixed;bottom:1rem;left:1rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem;pointer-events:none}.snackbar{min-width:300px;max-width:500px;padding:1rem 1.25rem;border-radius:.5rem;box-shadow:0 10px 25px #0003;pointer-events:all;animation:slideIn .3s ease-out;transition:all .3s ease;display:flex;align-items:center;font-weight:500;font-size:.875rem;line-height:1.25rem}.snackbar-success{background:linear-gradient(135deg,#059669,#047857);color:#fff;border:1px solid #10b981}.snackbar-error{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:1px solid #ef4444}.snackbar-warning{background:linear-gradient(135deg,#d97706,#b45309);color:#fff;border:1px solid #f59e0b}.snackbar-info{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:1px solid #3b82f6}.snackbar-content{display:flex;align-items:center;justify-content:space-between;width:100%;gap:1rem}.snackbar-message{flex:1;text-shadow:0 1px 2px rgba(0,0,0,.1)}.snackbar-action{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.025em}.snackbar-action:hover{background:#ffffff4d;transform:translateY(-1px)}@keyframes slideIn{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}.snackbar.hiding{animation:slideOut .3s ease-in forwards}*{margin:0;padding:0;box-sizing:border-box}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}*:not(input):not(textarea):not([contenteditable]){caret-color:transparent!important}*{-webkit-user-select:none;-moz-user-select:none;user-select:none}input,textarea,[contenteditable]{-webkit-user-select:text;-moz-user-select:text;user-select:text;caret-color:auto!important}.copyable,.code,pre,code{-webkit-user-select:text;-moz-user-select:text;user-select:text}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f172a;color:#f1f5f9;line-height:1;caret-color:transparent!important}.nav-modern{background:linear-gradient(135deg,#0f172a,#1e293b);border-bottom:1px solid rgba(51,65,85,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:1000;box-shadow:0 4px 20px #0000001a}.nav-container-modern{max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:70px}.nav-left{display:flex;align-items:center;gap:3rem}.nav-logo{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.nav-title h1{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.nav-title p{font-size:.875rem;color:#64748b;margin:0;font-weight:500}.nav-tabs-modern{display:flex;gap:.5rem;background:#1e293b80;padding:.25rem;border-radius:.75rem;border:1px solid rgba(51,65,85,.2)}.nav-tab-modern{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:transparent;border:none;border-radius:.5rem;color:#94a3b8;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative}.nav-tab-modern:hover{color:#f1f5f9;background:#3b82f61a}.nav-tab-modern.active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 12px #3b82f64d}.nav-tab-modern .icon{width:18px;height:18px}.nav-right{display:flex;align-items:center;gap:1rem}.nav-search{display:flex;align-items:center;background:#1e293b80;border:1px solid rgba(51,65,85,.2);border-radius:.5rem;padding:.5rem .75rem;gap:.5rem;transition:all .3s ease;min-width:250px}.nav-search:hover,.nav-search:focus-within{background:#1e293bcc;border-color:#3b82f64d;box-shadow:0 0 0 1px #3b82f61a}.search-icon{width:16px;height:16px;color:#64748b}.search-input{background:transparent;border:none;color:#f1f5f9;font-size:.875rem;outline:none;width:100%}.search-input::-moz-placeholder{color:#64748b}.search-input::placeholder{color:#64748b}.nav-item{position:relative}.nav-button{display:flex;align-items:center;justify-content:center;background:#1e293b80;border:1px solid rgba(51,65,85,.2);border-radius:.5rem;padding:.625rem;color:#94a3b8;cursor:pointer;transition:all .3s ease;position:relative}.nav-button:hover{background:#1e293bcc;border-color:#3b82f64d;color:#f1f5f9}.nav-icon{width:18px;height:18px}.notification-badge{position:absolute;top:-4px;right:-4px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.625rem;font-weight:600;padding:.125rem .375rem;border-radius:.75rem;min-width:18px;text-align:center;box-shadow:0 2px 4px #ef44444d}.user-button{padding:.5rem .75rem;gap:.75rem}.user-avatar{width:32px;height:32px;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.user-icon{display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:18px;line-height:1;width:auto;height:auto}.user-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.user-name{font-size:.875rem;font-weight:600;color:#f1f5f9;line-height:1}.user-role{font-size:.75rem;color:#64748b;line-height:1}.dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#1e293b;border:1px solid rgba(51,65,85,.3);border-radius:.75rem;box-shadow:0 10px 40px #0000004d;min-width:320px;max-width:400px;z-index:1001;overflow:hidden}.dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid rgba(51,65,85,.2)}.dropdown-header h4{font-size:1rem;font-weight:600;color:#f1f5f9;margin:0}.mark-read{font-size:.75rem;color:#3b82f6;background:transparent;border:none;cursor:pointer;font-weight:500}.mark-read:hover{color:#60a5fa}.notification-list{max-height:300px;overflow-y:auto}.notification-item{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid rgba(51,65,85,.1);transition:all .2s ease}.notification-item:hover{background:#1e293b80}.notification-item.unread{background:#3b82f60d;border-left:3px solid #3b82f6}.notification-content{flex:1}.notification-title{font-size:.875rem;font-weight:600;color:#f1f5f9;margin:0 0 .25rem}.notification-desc{font-size:.75rem;color:#94a3b8;margin:0}.notification-time{font-size:.75rem;color:#64748b;white-space:nowrap;margin-left:1rem}.user-menu{min-width:250px}.user-profile{display:flex;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid rgba(51,65,85,.2)}.user-avatar-large{width:48px;height:48px;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.user-icon-large{width:48px;height:48px;color:#fff;font-size:x-large;display:flex;align-items:center;justify-content:center}.user-details h4{font-size:1rem;font-weight:600;color:#f1f5f9;margin:0 0 .25rem}.user-details p{font-size:.875rem;color:#64748b;margin:0}.dropdown-divider{height:1px;background:#33415533;margin:.5rem 0}.dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:transparent;border:none;color:#94a3b8;font-size:.875rem;cursor:pointer;transition:all .2s ease}.dropdown-item:hover{background:#1e293b80;color:#f1f5f9}.dropdown-icon{width:32px;height:16px}.nav{background:#1e293b;border-bottom:1px solid #334155;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 0rem;display:flex;align-items:center;justify-content:space-between;height:64px}.nav-brand{display:flex;align-items:center;gap:1rem}.nav-logo{width:40px;height:40px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;color:#fff}.nav-title h1{font-size:1.5rem;font-weight:700;color:#f1f5f9;margin:0}.nav-title p{font-size:.75rem;color:#94a3b8;margin:0}.nav-tabs{display:flex;gap:.25rem;background:#0f172a;padding:.25rem;border-radius:.5rem}.nav-tab{padding:.75rem 1.5rem;border:none;background:transparent;color:#94a3b8;font-weight:500;font-size:.875rem;border-radius:.375rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.nav-tab:hover{background:#334155;color:#f1f5f9}.nav-tab.active{background:#3b82f6;color:#fff}.container{max-width:1400px;margin:0 auto;padding:.5rem}.dispatch-layout{display:flex;gap:1rem;height:calc(100vh - 90px);min-height:600px}.dispatch-main{flex:1;min-width:0}.dispatch-sidebar{width:300px;flex-shrink:0;display:flex;flex-direction:column;gap:1rem}.stats-summary-compact{background:#1e293b;border:1px solid #334155;border-radius:.5rem;padding:.25rem}.stats-mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.stat-mini{display:flex;flex-direction:column;align-items:center;gap:.25rem;background:#1e293b4d;border-radius:.25rem}.stat-mini-icon-custom{width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:.625rem;opacity:.8}.stat-mini-icon-custom.available{color:#22c55e}.stat-mini-icon-custom.accessible{color:#f97316}.stat-mini-icon-custom.unavailable{color:#ef4444}.stat-mini-icon-custom.vacation{color:#3b82f6}.stat-mini-number{font-size:.875rem;font-weight:600;color:#f1f5f9;line-height:1}.stats-summary,.info-panel{background:#1e293b;border:1px solid #334155;border-radius:.5rem;padding:1rem;flex-shrink:0}.info-panel-title{font-size:.875rem;font-weight:600;color:#f1f5f9;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid #334155;padding-bottom:.5rem}.info-panel-content{display:flex;flex-direction:column;gap:.5rem}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0;border-bottom:1px solid rgba(51,65,85,.5)}.info-row:last-child{border-bottom:none}.info-label{font-size:.9rem;color:#94a3b8;font-weight:500}.info-value{font-size:1rem;color:#f1f5f9;font-weight:600;font-family:Courier New,monospace}.rep-table{display:flex;flex-direction:column;gap:.5rem}.rep-header{display:grid;grid-template-columns:2fr 1fr;gap:.5rem;padding:.375rem 0;border-bottom:1px solid #334155;font-size:.75rem;font-weight:600;color:#94a3b8}.rep-row{display:grid;grid-template-columns:2fr 1fr;gap:.5rem;padding:.375rem 0;border-bottom:1px solid rgba(51,65,85,.5);align-items:center}.rep-row:last-child{border-bottom:none}.rep-type{font-size:.75rem;color:#94a3b8;font-weight:500}.rep-name{font-size:.75rem;color:#f1f5f9;font-weight:500}.rep-availability{display:flex;flex-wrap:wrap;gap:.25rem}.availability-select{padding:.125rem .25rem;background:#1e293b;border:1px solid #334155;border-radius:.25rem;color:#f1f5f9;font-size:.625rem;font-weight:500;cursor:pointer;transition:all .2s ease}.availability-select:hover,.availability-select:focus{border-color:#3b82f6;outline:none}.availability-select.available{background:#22c55e1a;color:#22c55e;border-color:#22c55e}.availability-select.unavailable{background:#ef44441a;color:#ef4444;border-color:#ef4444}.availability-select.mail{background:#facc151a;color:#facc15;border-color:#facc15}.availability-select option{background:#1e293b;color:#f1f5f9}.availability-select option:checked,.availability-select option:hover{background:#334155;color:#f1f5f9}.availability-badge{font-size:.625rem;padding:.125rem .375rem;border-radius:.25rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.availability-badge.available{background:#22c55e1a;color:#22c55e;border:1px solid #22c55e}.availability-badge.unavailable{background:#ef44441a;color:#ef4444;border:1px solid #ef4444}.availability-badge.other{background:#facc151a;color:#facc15;border:1px solid #facc15}.stats-title{font-size:1rem;font-weight:600;color:#f1f5f9;margin-bottom:.5rem;text-align:center}.stat-row{margin-bottom:1rem}.stat-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#1e293b80;border-radius:.375rem;border:1px solid #334155;transition:all .2s ease}.stat-item:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0003}.stat-icon-large{width:36px;height:36px;border-radius:.375rem;display:flex;align-items:center;justify-content:center;font-size:1rem}.stat-icon-large.green{background:#22c55e1a;color:#22c55e}.stat-icon-large.orange{background:#f973161a;color:#f97316}.stat-icon-large.red{background:#ef44441a;color:#ef4444}.stat-icon-large.blue{background:#3b82f61a;color:#3b82f6}.stat-info-large h4{font-size:1.5rem;font-weight:700;color:#f1f5f9;margin-bottom:.125rem}.stat-info-large p{color:#94a3b8;font-size:.75rem;margin:0}.bg-green-900\/30{background-color:#14532d4d}.bg-orange-900\/30{background-color:#9a34124d}.bg-red-900\/30{background-color:#7f1d1d4d}.stats-grid-compact{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1rem}.stat-card-compact{background:#1e293b;border:1px solid #334155;border-radius:.375rem;padding:.75rem;transition:all .2s ease}.stat-card-compact:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0003}.stat-content-compact{display:flex;align-items:center;justify-content:space-between}.stat-info-compact h3{font-size:1.25rem;font-weight:700;color:#f1f5f9;margin-bottom:.125rem}.stat-info-compact p{color:#94a3b8;font-size:.75rem}.stat-icon-compact{width:32px;height:32px;border-radius:.375rem;display:flex;align-items:center;justify-content:center;font-size:.875rem}.stat-icon-compact.green{background:#22c55e1a;color:#22c55e}.stat-icon-compact.orange{background:#f973161a;color:#f97316}.stat-icon-compact.red{background:#ef44441a;color:#ef4444}.stat-icon-compact.blue{background:#3b82f61a;color:#3b82f6}.card{background:#1e293b;border:1px solid #334155;border-radius:.75rem;overflow:hidden;height:auto;display:flex;flex-direction:column}.card-header{padding:1.5rem;border-bottom:1px solid #334155}.card-title{font-size:1.5rem;font-weight:600;color:#f1f5f9;margin-bottom:.5rem}.card-description{color:#94a3b8;font-size:.875rem}.card-content{flex:none;display:flex;flex-direction:column}.table-container-compact{border:1px solid #334155;border-radius:.375rem;overflow:hidden;flex:1;min-height:0}.table-compact{width:100%;border-collapse:collapse}.table-compact th{background:#0f172a;padding:.375rem .25rem;text-align:center;font-weight:600;color:#94a3b8;font-size:.75rem;border-bottom:1px solid #334155;position:sticky;top:0;z-index:10}.table-compact td{padding:.25rem;border-bottom:1px solid #334155;color:#f1f5f9;font-size:.75rem}.table-compact th:nth-child(1),.table-compact td:nth-child(1){width:40px;min-width:40px;max-width:40px;text-align:center}.table-compact th:nth-child(2),.table-compact td:nth-child(2){width:30px;min-width:30px;max-width:30px;text-align:center}.table-compact th:nth-child(3),.table-compact td:nth-child(3){width:35px;min-width:35px;max-width:35px;text-align:center}.table-compact th:nth-child(4),.table-compact td:nth-child(4){width:70px;min-width:70px;max-width:70px;text-align:center}.table-compact th:nth-child(5),.table-compact td:nth-child(5){width:200px;min-width:200px}.table-compact th:nth-child(6),.table-compact td:nth-child(6){width:220px;min-width:220px}.table-compact th:last-child,.table-compact td:last-child{width:100px;min-width:100px;max-width:100px;text-align:right}.table-compact tbody tr:hover{background:#3341554d}.table-compact tbody tr.vacation{background:#3b82f61a}.circle-indicator{width:6px;height:12px;border-radius:50%;display:inline-block}.circle-indicator.green{background-color:#22c55e}.circle-indicator.yellow{background-color:#facc15}.circle-indicator.red{background-color:#ef4444}.badge-compact{padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border:1px solid;display:inline-flex;align-items:center}.badge-compact.green{background:#22c55e1a;color:#22c55e;border-color:#22c55e}.badge-compact.orange{background:#f973161a;color:#f97316;border-color:#f97316}.badge-compact.red{background:#ef44441a;color:#ef4444;border-color:#ef4444}.badge-compact.yellow{background:#facc151a;color:#facc15;border-color:#facc15}.bg-green-600{background-color:#16a34a!important}.bg-yellow-500{background-color:#f59e0b!important}.bg-orange-600{background-color:#ea580c!important}.modal-content{background:#0f172a!important;color:#e2e8f0!important;border-radius:.75rem!important;box-shadow:0 10px 30px #020617b3!important;max-width:760px!important;width:92%!important;border:1px solid #334155!important}.modal-header{border-bottom:1px solid #334155!important}.modal-footer{border-top:1px solid #334155!important}.modal-title{color:#f1f5f9!important}.modal-body{color:#cbd5e1!important}.autocomplete-container{position:relative;width:100%}.autocomplete-input-field{width:100%;padding:.25rem .375rem;background:#1e293b;border:1px solid #334155;border-radius:.25rem;color:#f1f5f9;font-size:.875rem;text-align:center;transition:all .2s ease;cursor:pointer}.autocomplete-input-field:hover,.autocomplete-input-field:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 1px #3b82f633;background-color:#334155}.autocomplete-input-field::-moz-placeholder{color:#64748b}.autocomplete-input-field::placeholder{color:#64748b}.autocomplete-dropdown{position:fixed;top:auto;left:auto;right:auto;width:auto;min-width:220px;background:#0f172a;border:1px solid #334155;border-radius:.375rem;box-shadow:0 10px 25px #00000080;z-index:9999;max-height:300px;overflow:hidden}.autocomplete-options{max-height:280px;overflow-y:auto;overflow-x:hidden}.autocomplete-options::-webkit-scrollbar{width:6px}.autocomplete-options::-webkit-scrollbar-track{background:#1e293b}.autocomplete-options::-webkit-scrollbar-thumb{background:#475569;border-radius:3px}.autocomplete-options::-webkit-scrollbar-thumb:hover{background:#64748b}.autocomplete-option{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;color:#f1f5f9;cursor:pointer;transition:all .2s ease;border-bottom:1px solid rgba(51,65,85,.2);white-space:nowrap;box-sizing:border-box;min-width:100%}.autocomplete-option:last-child{border-bottom:none}.autocomplete-option:hover{background:#3b82f6;color:#fff;font-weight:500;transform:translate(4px);box-shadow:0 2px 8px #3b82f64d}.autocomplete-option.selected{background:#334155;color:#3b82f6;font-weight:600}.location-icon{font-size:.875rem;color:#64748b;min-width:24px;text-align:center;flex-shrink:0}.location-name{font-size:.875rem;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.select-compact{width:100%;padding:.25rem 1.5rem .25rem .375rem;background:#1e293b;border:1px solid #334155;border-radius:.25rem;color:#f1f5f9;font-size:.875rem;cursor:pointer;text-align:center;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-position:right .25rem center;background-repeat:no-repeat;background-size:1rem}.select-compact:hover,.select-compact:focus{border-color:#60a5fa;outline:none;box-shadow:0 0 0 1px #60a5fa33;background-color:#334155}.select-compact option{background:#1e293b;color:#f1f5f9;padding:.25rem .375rem;text-align:left;transition:all .15s ease}.select-compact option:hover{background:#60a5fa;color:#fff;font-weight:500}.select-compact option:checked{background:#334155;color:#60a5fa;font-weight:600}.select-compact{-moz-text-align-last:center;text-align-last:center;text-align:center}.checkbox-compact{width:12px;height:12px;border:1px solid #334155;border-radius:.125rem;background:#1e293b;cursor:pointer;position:relative;transition:all .2s ease}.checkbox-compact:checked{background:#3b82f6;border-color:#3b82f6}.checkbox-compact:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:.375rem;font-weight:700}.icon-compact{width:12px;height:12px}.tab-content{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.flex{display:flex}.progress-row{display:flex;gap:.5rem;align-items:center}.progress-track{background:linear-gradient(90deg,#0f172ad9,#1e293bd9);border-radius:8px;height:18px;box-shadow:inset 0 2px 6px #0009;border:1px solid rgba(255,255,255,.04);overflow:hidden}.progress-fill{height:100%;transition:width .3s ease;box-shadow:inset 0 -6px 12px #ffffff05}.progress-percent{min-width:48px;text-align:right;color:#f8fafc;font-size:12px}.progress-fill.bg-green-600{background-color:#16a34a!important}.progress-fill.bg-yellow-500{background-color:#f59e0b!important}.progress-fill.bg-orange-600{background-color:#ea580c!important}.items-center{align-items:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.font-mono{font-family:Courier New,monospace}.text-xs{font-size:.625rem}.text-sm{font-size:.75rem}.text-lg{font-size:.875rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-white{color:#f1f5f9}.text-gray-400{color:#94a3b8}.text-orange-400{color:#f97316}.text-red-400{color:#ef4444}.text-blue-400{color:#60a5fa}.ml-1{margin-left:.25rem}.icon{width:16px;height:16px}@media(max-width:768px){.nav-container{flex-direction:column;height:auto;padding:1rem;gap:1rem}.nav-tabs{width:100%;justify-content:center}.container{padding:.5rem}.stats-grid-compact{grid-template-columns:repeat(2,1fr);gap:.375rem}.table-compact{font-size:.625rem}.table-compact th,.table-compact td{padding:.25rem .125rem}}.loading-container{display:flex;justify-content:center;align-items:center;height:200px;width:100%}.loading-spinner{display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--primary-color, #1976d2);font-size:1.1rem;font-weight:500}.loading-spinner:before{content:"";width:32px;height:32px;border:3px solid #f3f3f3;border-top:3px solid var(--primary-color, #1976d2);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
