.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.site-wrapper{font-family:Arial,sans-serif;display:flex;flex-direction:column;height:100vh;background-color:#f0f2f5}.site-wrapper .network-alert-container{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:1000;pointer-events:none}.site-wrapper .network-alert-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:-1}.site-wrapper .network-alert{display:flex;align-items:center;grid-gap:12px;gap:12px;padding:16px 24px;border-radius:8px;background-color:#f44;color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.15);animation:fadeIn .3s ease-out;pointer-events:auto;max-width:80%}.site-wrapper .network-alert.online{background-color:#00c851}.site-wrapper .network-alert .alert-icon{font-size:20px}.site-wrapper .network-alert .alert-message{font-size:16px;font-weight:500}.site-wrapper .dashboard-header{background-color:#0e4881;padding:0 20px;box-shadow:0 2px 10px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;position:-webkit-sticky;position:sticky;top:0;z-index:100;color:#fff}.site-wrapper .dashboard-header .header-left{display:flex;align-items:center;grid-gap:20px;gap:20px;flex:1 1;min-width:150px}.site-wrapper .dashboard-header .header-left .stellapsLogo-image{height:40px;object-fit:contain;filter:brightness(0) invert(1)}.site-wrapper .dashboard-header .header-center{display:flex;flex-direction:column;align-items:center;flex:2 1;min-width:200px;padding:5px 0}.site-wrapper .dashboard-header .header-center h1{margin:0;font-size:1.4rem;font-weight:600;color:#fff;white-space:nowrap}.site-wrapper .dashboard-header .header-center .datetime-display{font-size:.8rem;color:hsla(0,0%,100%,.9);margin-top:2px}.site-wrapper .dashboard-header .header-right{display:flex;align-items:center;grid-gap:15px;gap:15px;flex:1 1;justify-content:flex-end;min-width:150px}.site-wrapper .dashboard-header .header-right .nav-buttons{display:flex;grid-gap:5px;gap:5px;align-items:center}.site-wrapper .dashboard-header .header-right .nav-buttons .nav-button{background-color:initial;color:hsla(0,0%,100%,.8);border:none;border-radius:4px;padding:12px 16px;font-size:.85rem;cursor:pointer;display:flex;align-items:center;grid-gap:6px;gap:6px;transition:all .2s;position:relative}.site-wrapper .dashboard-header .header-right .nav-buttons .nav-button:hover{background-color:hsla(0,0%,100%,.1);color:#fff}.site-wrapper .dashboard-header .header-right .nav-buttons .nav-button.active{background-color:hsla(0,0%,100%,.2);color:#fff;font-weight:400}.site-wrapper .dashboard-header .header-right .nav-buttons .nav-button.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background-color:#fff}.site-wrapper .dashboard-header .header-right .nav-buttons .bell-icon-container{position:relative}.site-wrapper .dashboard-header .header-right .nav-buttons .bell-icon-container .notification-badge{position:absolute;top:-2px;right:-5px;background-color:#ff4757;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.site-wrapper .dashboard-header .header-right .nav-buttons .bell-icon-container.new-alerts .nav-button{animation:pulse 1.5s infinite;position:relative}.site-wrapper .dashboard-header .header-right .nav-buttons .bell-icon-container.new-alerts .nav-button:after{content:"";position:absolute;top:-3px;right:-3px;width:10px;height:10px;background-color:#ff4757;border-radius:50%;border:2px solid #2f3542}.site-wrapper .dashboard-header .header-right .nav-buttons .alert-dropdown{position:absolute;top:100%;right:0;background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 10px rgba(0,0,0,.1);width:350px;max-height:500px;overflow-y:auto;z-index:1000;color:#333}.site-wrapper .dashboard-header .header-right .nav-buttons .alert-dropdown .alert-dropdown-header{padding:10px 15px;border-bottom:1px solid #eee;background:#f8f9fa;color:#333;font-weight:700;display:flex;justify-content:space-between;align-items:center}.site-wrapper .dashboard-header .header-right .nav-buttons .alert-dropdown .alert-list-container{padding:0;overflow-y:auto}.site-wrapper .dashboard-header .header-right .nav-buttons .alert-dropdown .alert-list-container .alert-item{padding:10px;border-bottom:1px solid #eee}.site-wrapper .dashboard-header .header-right .nav-buttons .alert-dropdown .alert-list-container .alert-item.unread{background-color:#f8f9fa;border-left:3px solid #ff6b81}.site-wrapper .dashboard-header .header-right .nav-buttons .alert-dropdown .alert-list-container .alert-item .alert-title{font-weight:700;margin-bottom:5px}.site-wrapper .dashboard-header .header-right .nav-buttons .alert-dropdown .alert-list-container .alert-item .alert-time{color:#666;font-size:.8em;margin-top:5px}.site-wrapper .dashboard-header .header-right .nav-buttons .alert-dropdown .alert-list-container .alert-item .unread-indicator{position:absolute;left:12px;top:18px;width:8px;height:8px;background-color:#1976d2;border-radius:50%}.site-wrapper .dashboard-header .header-right .nav-buttons .alert-dropdown .alert-list-container .alert-item .alert-detail{font-size:.9rem;color:#555;margin:3px 0}.site-wrapper .dashboard-header .header-right .nav-buttons .alert-dropdown .alert-list-container .alert-item .alert-timestamp{font-size:.8rem;color:#777;margin-top:5px}.site-wrapper .dashboard-header .header-right .nav-buttons .alert-dropdown .alert-list-container .no-alerts{padding:20px;text-align:center;color:#666;font-size:.9rem}.site-wrapper .dashboard-header .header-right .nav-buttons .alert-dropdown .alert-dropdown-footer{display:flex;justify-content:space-between;padding:10px;border-top:1px solid #eee;background:#fff;position:-webkit-sticky;position:sticky;bottom:0}.site-wrapper .dashboard-header .header-right .nav-buttons .alert-dropdown .alert-dropdown-footer .mark-all-read{background-color:#4caf50;color:#fff;border:none;padding:5px 10px;border-radius:4px;cursor:pointer;display:flex;align-items:center;grid-gap:5px;gap:5px;font-size:.8rem}.site-wrapper .dashboard-header .header-right .nav-buttons .alert-dropdown .alert-dropdown-footer .mark-all-read:hover{background-color:#3e8e41}.site-wrapper .dashboard-header .header-right .nav-buttons .alert-dropdown .alert-dropdown-footer .mark-all-read:disabled{background-color:#ccc;cursor:not-allowed}.site-wrapper .dashboard-header .header-right .nav-buttons .alert-dropdown .alert-dropdown-footer .close-dropdown{background:none;border:none;color:#777;cursor:pointer;font-size:1rem;padding:0 5px}.site-wrapper .dashboard-header .header-right .nav-buttons .alert-dropdown .alert-dropdown-footer .close-dropdown:hover{color:#333}.site-wrapper .dashboard-header .header-right .nav-buttons .header-actions{display:flex;align-items:center;grid-gap:10px;gap:10px;margin-left:10px}.site-wrapper .dashboard-header .header-right .nav-buttons .header-actions .action-button{background:none;border:none;color:#fff;cursor:pointer;font-size:1.1rem;padding:5px;transition:all .2s}.site-wrapper .dashboard-header .header-right .nav-buttons .header-actions .action-button:hover{opacity:.8}.site-wrapper .dashboard-header .header-right .nav-buttons .header-actions .profile-section{position:relative}.site-wrapper .dashboard-header .header-right .nav-buttons .header-actions .profile-section .profile-button{display:flex;align-items:center;grid-gap:5px;gap:5px;cursor:pointer;background:none;border:none;color:#fff;font-size:1.3rem}.site-wrapper .dashboard-header .header-right .nav-buttons .header-actions .profile-section .profile-button:hover{opacity:.8}.site-wrapper .dashboard-header .header-right .nav-buttons .header-actions .profile-section .profile-dropdown{position:absolute;right:0;top:100%;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 10px rgba(0,0,0,.1);z-index:1000;min-width:160px;width:250px;padding:0}.site-wrapper .dashboard-header .header-right .nav-buttons .header-actions .profile-section .profile-dropdown .profile-header{display:flex;align-items:center;padding:15px;background-color:#f8f9fa;border-radius:6px 6px 0 0}.site-wrapper .dashboard-header .header-right .nav-buttons .header-actions .profile-section .profile-dropdown .profile-header .profile-icon-large{font-size:2.5rem;margin-right:12px;color:#555}.site-wrapper .dashboard-header .header-right .nav-buttons .header-actions .profile-section .profile-dropdown .profile-header .profile-info .user-name{font-weight:600;font-size:.95rem;margin-bottom:3px}.site-wrapper .dashboard-header .header-right .nav-buttons .header-actions .profile-section .profile-dropdown .profile-header .profile-info .user-email{font-size:.8rem;color:#666;word-break:break-all}.site-wrapper .dashboard-header .header-right .nav-buttons .header-actions .profile-section .profile-dropdown .dropdown-divider{height:1px;background:#eee;margin:5px 0}.site-wrapper .dashboard-header .header-right .nav-buttons .header-actions .profile-section .profile-dropdown .profile-dropdown-item{padding:10px 15px;display:flex;align-items:center;cursor:pointer;transition:background-color .2s}.site-wrapper .dashboard-header .header-right .nav-buttons .header-actions .profile-section .profile-dropdown .profile-dropdown-item:hover{background-color:#f5f5f5}.site-wrapper .dashboard-header .header-right .nav-buttons .header-actions .profile-section .profile-dropdown .profile-dropdown-item svg{margin-right:10px;width:18px;color:#666}.site-wrapper .dashboard-header .header-right .nav-buttons .header-actions .profile-section .profile-dropdown .profile-dropdown-item span{font-size:.9rem}.site-wrapper .dashboard-header .header-right .nav-buttons .header-actions .profile-section .profile-dropdown .profile-dropdown-item.logout-item,.site-wrapper .dashboard-header .header-right .nav-buttons .header-actions .profile-section .profile-dropdown .profile-dropdown-item.logout-item svg{color:#dc3545}.site-wrapper .dashboard-header .header-right .nav-buttons .header-actions .profile-section .profile-dropdown .profile-dropdown-item.logout-item:hover{background-color:#f8d7da}.site-wrapper .dashboard-content{flex:1 1;overflow:auto;padding:20px;background-color:#f0f2f5}@keyframes slideIn{0%{transform:translateY(-100px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:768px){.dashboard-header{padding:10px 15px;grid-gap:10px;gap:10px}.header-center,.header-left,.header-right{flex:1 1 100%;justify-content:center;min-width:auto}.header-center h1{font-size:1.2rem}.datetime-display{font-size:.7rem}.stellapsLogo-image{height:35px}.nav-buttons{justify-content:center;flex-wrap:wrap}.nav-button{padding:8px 12px;font-size:.8rem}.header-actions{margin-left:0}.alert-dropdown{width:280px;right:-50px}}@media (max-width:480px){.header-center h1{font-size:1rem}.action-button{font-size:1.2rem}.profile-icon{font-size:1.1rem}.alert-dropdown{width:250px;right:-80px}}.network-alert{top:0;left:0;right:0;padding:10px;background-color:#dc3545;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.2);animation:slideIn .3s ease-out}.network-alert,.network-alert .alert-content{display:flex;justify-content:center;grid-gap:10px;gap:10px}.network-alert .alert-content{align-items:center;max-width:1200px;margin:0 auto;width:100%}.network-alert.online{background-color:#28a745}.logout-confirm-modal{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:1000}.logout-confirm-modal .modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5)}.logout-confirm-modal .modal-content{background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);z-index:1001;min-width:300px;text-align:center}.logout-confirm-modal .modal-content h3{margin:0 0 10px;color:#333}.logout-confirm-modal .modal-content p{margin:0 0 20px;color:#666}.logout-confirm-modal .modal-content .modal-buttons{display:flex;grid-gap:10px;gap:10px;justify-content:center}.logout-confirm-modal .modal-content .modal-buttons button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-weight:500}.logout-confirm-modal .modal-content .modal-buttons button.cancel-btn{background-color:#f0f0f0;color:#333}.logout-confirm-modal .modal-content .modal-buttons button.cancel-btn:hover{background-color:#e0e0e0}.logout-confirm-modal .modal-content .modal-buttons button.confirm-btn{background-color:#dc3545;color:#fff}.logout-confirm-modal .modal-content .modal-buttons button.confirm-btn:hover{background-color:#c82333}.profile-dropdown-item.profile-item{color:#007bff}.profile-dropdown-item.profile-item:hover{background-color:#e6f0ff}*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{background-color:#f5f5f5;color:#333;overflow-x:hidden}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:12px 15px;background-color:#04498d;border-radius:6px;border:1px solid #e2e8f0;box-shadow:0 1px 2px rgba(0,0,0,.05);flex-wrap:wrap;grid-gap:15px;gap:15px}.dashboard-header h1{color:#dfe1e4;margin:0;font-size:1.2rem}.stellapsLogo-image{height:40px;width:auto}#datetime{color:#eceff3;font-size:18px;font-weight:700;background:#bfc2c5;padding:6px 10px;border-radius:4px;border:1px solid #e2e8f0}.dashboard-toolbar{background:#fff;padding:12px;border-radius:8px;box-shadow:0 2px 5px rgba(6,66,161,.05);margin-bottom:15px;display:flex;flex-wrap:wrap;grid-gap:5px;gap:5px}.search-container{flex:1 1;min-width:200px}.search-container input{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.filter-container{display:flex;grid-gap:8px;gap:8px;flex-wrap:wrap}.filter-container select{padding:6px 10px;border:1px solid #cbd5e1;border-radius:4px;background-color:#fff;color:#334155;font-size:.875rem;min-width:160px}.filter-container select:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 1px #7c3aed}.action-buttons,.view-buttons{display:flex;grid-gap:8px;gap:8px;flex-wrap:wrap}.action-buttons button,.view-buttons button{padding:8px 12px;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:13px;display:flex;align-items:center;grid-gap:6px;gap:6px;transition:background-color .2s}.action-buttons button{background-color:#e4e8eb}.view-buttons button:hover{background-color:#416485}.network-alert{position:fixed;top:20px;left:50%;transform:translateX(-50%);display:center;align-items:center;padding:12px 20px;background-color:#e74c3c;color:#fff;border-radius:5px;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.15);animation:fadeIn .3s ease-out}.network-alert.online{background-color:#2ecc71}.network-alert i{margin-right:10px;font-size:1.2rem}.alert-message{font-size:.95rem;font-weight:500}@keyframes fadeIn{0%{opacity:0;top:0}to{opacity:1;top:20px}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.dashboard-controls{background-color:#fff;padding:15px;border-radius:8px;margin-bottom:20px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.filter-controls{display:flex;flex-wrap:wrap;grid-gap:5px;gap:5px;margin-bottom:15px}.filter-group{flex:1 1;min-width:200px}.filter-group input,.filter-group select{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:.9rem;background-color:#f9f9f9;transition:border-color .2s}.filter-group input:focus,.filter-group select:focus{outline:none;border-color:#3498db}.action-buttons{flex-wrap:wrap;grid-gap:10px;gap:10px}.action-buttons button{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:10px 15px;background-color:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.action-buttons button:hover{background-color:#2980b9}.action-buttons button i{font-size:.9rem}.device-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:5px;gap:5px;padding:5px}.no-devices{grid-column:1/-1;text-align:center;padding:40px;color:#7f8c8d;font-size:.7rem}.device-card{background-color:#fff;border-radius:8px;padding:15px;border:1px solid #e7e2e7;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.device-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,.12)}.temp-status.status-critical{background-color:#e74c3c;animation:pulse 1.5s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(224,45,25,.4)}70%{box-shadow:0 0 0 10px rgba(231,76,60,0)}to{box-shadow:0 0 0 0 rgba(231,76,60,0)}}.device-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.device-location{font-size:.8rem;font-weight:600;color:#333;padding:.4rem .6rem;border-radius:.5rem;background-color:initial;display:inline-block}.device-location.section-1{background-color:#fce4ec}.device-location.section-2{background-color:#e3f2fd}.device-location.section-3{background-color:#f5f1e8}.device-location.section-4{background-color:#fff3e0}.device-location.section-5{background-color:#f3e5f5}.device-location.section-6{background-color:#f9fbe7}.device-location.section-7{background-color:#e0f7fa}.device-location.section-8{background-color:#fbe9e7}.temp-status{font-size:.6rem;font-weight:600;padding:4px 10px;border-radius:12px;margin-bottom:5px;display:inline-block}.temp-status.status-normal{background-color:#d4f8d4;color:#2e7d32}.temp-status.status-critical{background-color:#ffeecd;color:#cf320a}.temp-status.status-error{background-color:#f5c4c8;color:#721c24}.device-product-name{margin-bottom:8px;font-weight:600}.device-name,.device-product-name{font-size:.8rem;color:#080606;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 0 1px rgba(0,0,0,.1);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.device-name{font-weight:700;margin-bottom:15px;letter-spacing:.03em}.temp-value{font-size:1.5rem;font-weight:700;text-align:center;margin:15px 0;color:#0d2fa0}.status-badges{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.last-updated{font-size:.7rem;color:#7f8c8d}.connection-status{font-size:.6rem;font-weight:600;padding:3px 8px;border-radius:12px;display:inline-block;text-transform:capitalize}.connection-status.connection-live{background-color:#d4f9e6;color:#007f3b}.connection-status.connection-not_live{background-color:#ffe0e0;color:#d32f2f}.connection-status.connection-slight_delay{background-color:#f5f6d0;color:#e4aa53}.connection-status.connection-delay{background-color:#fff6bf;color:#f57c00}.view-buttons button{padding:8px 12px;background-color:#285079;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;display:flex;align-items:center;grid-gap:6px;gap:6px;transition:background-color .2s}.view-buttons button:hover{background-color:#3c668f}.power-on{color:#2ecc71}.power-off{animation:blink 1s linear infinite}.power-on{color:#0d2fa0}.power-off,.power-on{font-weight:700;font-size:1.2em}.power-off{color:#e74c3c}.device-range-info{background:hsla(0,0%,100%,.95);border-radius:4px;padding:8px;margin-top:8px;font-size:12px;color:#858feb;border:1px solid #ddd;box-shadow:0 2px 4px rgba(0,0,0,.1)}.device-range-info div{margin:4px 0}.device-name{display:flex;align-items:center;justify-content:space-between}#network-status-alert{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:15px 30px;border-radius:5px;font-size:16px;font-weight:700;z-index:9999;box-shadow:0 4px 8px rgba(0,0,0,.2);text-align:center}.network-alert-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.network-alert-danger{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.range-popup{background-color:#fff;border:1px solid #ccc;border-radius:4px;padding:10px;box-shadow:0 2px 10px rgba(0,0,0,.1);min-width:150px}.range-popup .popup-content{display:flex;flex-direction:column;grid-gap:5px;gap:5px}.range-popup:before{content:"";position:absolute;bottom:-10px;left:10px;border-color:#fff transparent transparent;border-style:solid;border-width:10px 10px 0;filter:drop-shadow(0 2px 2px rgba(0,0,0,.1))}.info-icon{background:none;border:none;color:#859dec;cursor:pointer;padding:0 5px;font-size:14px}.info-icon:hover{color:#333}.flowmeter-device{border-left:4px solid #2196f3}.refresh-flowmeters-btn{margin-left:10px;padding:4px 8px;background:#e3f2fd;border:1px solid #bbdefb;border-radius:4px;cursor:pointer}.refresh-flowmeters-btn:hover{background:#bbdefb}.flowmeter-update-time{font-size:.8rem;color:#666;margin-top:5px}.loading-dots{margin-left:5px;font-weight:700}.flowmeter-icon{margin-left:8px;color:#2196f3}.fan-on{color:#2ecc71;font-weight:700;font-size:1.2em}.fan-display-value,.temp-value{grid-row:4}.callback-container,.fan-display-value,.temp-value{display:flex;align-items:center;justify-content:center}.callback-container{flex-direction:column;min-height:100vh;padding:2rem;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.callback-container.error{background:linear-gradient(135deg,#ff6b6b,#ee5a24)}.loading-spinner{width:50px;height:50px;border:4px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.status-message{font-size:1.2rem;margin:0;opacity:.9}.error-message{background:hsla(0,0%,100%,.1);padding:1rem;border-radius:8px;margin:1rem 0;font-size:.9rem;max-width:400px}.action-buttons{display:flex;grid-gap:1rem;gap:1rem;margin-top:1.5rem}.login-button,.retry-button{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .3s ease}.retry-button{background:#fff;color:#667eea}.retry-button:hover{background:#f8f9fa;transform:translateY(-2px)}.login-button{background:transparent;color:#fff;border:2px solid #fff}.login-button:hover{background:#fff;color:#667eea;transform:translateY(-2px)}@media (max-width:768px){.callback-container{padding:1rem}.action-buttons{flex-direction:column;grid-gap:.5rem;gap:.5rem}.login-button,.retry-button{width:100%}}
/*# sourceMappingURL=main.75d1e53d.chunk.css.map */