.loading{color:white;left:20px;top:20px}.user-container{display:flex;height:100vh;width:100%}.sidebar{height:100vh;background-color:rgb(33,33,33);border-right:1px solid #555;transition:width .3s ease;flex-shrink:0;font-family:SF-Pro,sans-serif;color:white}.sidebar-expanded{width:250px}.sidebar-condensed{width:60px}.sidebar-header{padding:15px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #555}.logo-condensed{font-weight:700;font-size:16px;display:flex;align-items:center;gap:8px;line-height:1}.logo-condensed img{width:24px;height:24px;margin-right:8px;vertical-align:middle}.sidebar-toggle-icon{font-size:14px;padding-right:8px}.sidebar-nav{padding:10px 0}.sidebar-item{padding:12px 15px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s ease;text-align:center}.sidebar-item:hover{background-color:rgba(255,255,255,.1)}.sidebar-item.active{background-color:rgba(255,255,255,.2);font-weight:700}.sidebar-condensed .sidebar-item{font-size:16px;font-weight:700}.sidebar-item:hover:after{content:attr(title);position:absolute;left:100%;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.9);color:white;padding:6px 10px;border-radius:4px;font-size:12px;white-space:nowrap;margin-left:10px;z-index:1000;pointer-events:none}.header-left,.header-right{display:flex;align-items:center}.header-right{gap:1.5rem;padding-right:10%}.header-title{font-size:2rem}.header-title,.user-toggle{font-family:SF-Pro,sans-serif;font-weight:700;color:white}.user-toggle{justify-content:right;display:flex;gap:2rem;font-size:1rem}.user-toggle span{cursor:pointer;text-transform:uppercase}.user-toggle span:hover{color:var(--ShiftGreenHover);opacity:1}.user-toggle .active{color:var(--ShiftGreen);opacity:1}.hamburger-icon{display:none;font-size:2rem;cursor:pointer;color:white}@media (max-width:1000px){.header-container{flex-direction:row;align-items:center;justify-content:center;text-align:center}.header-container.menu-open{flex-direction:column;align-items:center;justify-content:flex-start;padding-top:1.5rem}.header-left{display:flex;flex-direction:column;align-items:center}.header-title{text-align:center;margin-bottom:.5rem}.header-right{flex-direction:column}.hamburger-icon,.header-right{display:flex;align-items:center}.hamburger-icon{justify-content:center;font-size:2rem;color:white;margin-bottom:1rem}.user-toggle{display:none}.user-toggle.mobile-open{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;width:100%;margin-top:2rem}.user-toggle span{font-size:1.5rem}}.logout-button{margin-top:30px}.logout-button button{color:var(--ShiftGray);background-color:var(--ShiftGreen);font-family:SF-Pro,sans-serif;font-weight:700;padding:8px 16px;border:none;border-radius:5px;cursor:pointer}.logout-button button:hover{background-color:var(--ShiftGreenHover)}.main-content{flex:1 1;display:flex;justify-content:center;align-items:flex-start;padding:20px;overflow-y:auto}.user-data{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center}.user-data h1,.user-data h2,.user-data p{color:white;font-family:SF-Pro,sans-serif}.devices-container{padding:1rem}.search-refresh{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.search-input{margin-bottom:1rem;width:50%}.refresh-list-button{background:none;border:none;font-size:1.4rem;cursor:pointer;transition:transform .2s ease;padding:6px}.refresh-list-button:hover{transform:rotate(90deg);background:none}.refresh-list-button:active{transform:rotate(180deg);background:none}.toggle-shift-button{color:var(--ShiftGray);background-color:var(--ShiftGreen);font-family:SF-Pro,sans-serif;font-weight:700;padding:2px 8px;border:none;border-radius:5px;cursor:pointer}.toggle-shift-button:hover{cursor:pointer;background-color:var(--ShiftGreenHover)}.refresh-button:hover{background:none;border:none;transform:rotate(90deg)}.refresh-button:active{transform:rotate(180deg);border:none;background:none}.device-table{width:100%;border-collapse:separate;border-spacing:0;color:white;font-family:SF-Pro,sans-serif}.device-table th{background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-bottom:1px solid rgba(255,255,255,.2);padding:12px;text-align:left;font-weight:700;position:-webkit-sticky;position:sticky;top:0;z-index:1}.device-table th:first-child{border-top-left-radius:8px}.device-table th:last-child{border-top-right-radius:8px}.device-table td{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-bottom:1px solid rgba(255,255,255,.1);padding:12px;text-align:left}.device-table tbody tr:hover td{background:rgba(255,255,255,.15)}.device-table tbody tr:last-child td:first-child{border-bottom-left-radius:8px}.device-table tbody tr:last-child td:last-child{border-bottom-right-radius:8px}.device-table tbody tr:last-child td{border-bottom:none}.l-table-wrapper{max-height:400px;overflow-x:auto;border:1px solid rgba(255,255,255,.2);border-radius:8px;-webkit-overflow-scrolling:touch}.location-table{width:100%;border-collapse:separate;border-spacing:0;color:white;font-family:SF-Pro,sans-serif}.location-table th{background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-bottom:1px solid rgba(255,255,255,.2);padding:12px;text-align:left;font-weight:700;position:-webkit-sticky;position:sticky;top:0;z-index:1}.location-table th:first-child{border-top-left-radius:8px}.location-table th:last-child{border-top-right-radius:8px}.location-table td{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-bottom:1px solid rgba(255,255,255,.1);padding:12px;text-align:left}.location-table tbody tr:hover td{background:rgba(255,255,255,.15)}.location-table tbody tr:last-child td:first-child{border-bottom-left-radius:8px}.location-table tbody tr:last-child td:last-child{border-bottom-right-radius:8px}.location-table tbody tr:last-child td{border-bottom:none}.page-container{justify-content:center;width:100%}.logout-header{display:flex;justify-content:flex-end;width:90%;padding-bottom:20px}.logout-header button{color:var(--ShiftGray);background-color:var(--ShiftGreen);font-family:SF-Pro,sans-serif;font-weight:700;padding:8px 16px;border:none;border-radius:5px;cursor:pointer}.logout-header button:hover{background-color:var(--ShiftGreenHover)}.reset-password{padding-top:50px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:400px;font-family:SF-Pro,sans-serif}.reset-password h3{color:white}.reset-password-b{padding-top:20px;padding-bottom:10px}.reset-password-b button{color:var(--ShiftGray);background-color:var(--ShiftGreen);font-family:SF-Pro,sans-serif;font-weight:700;padding:8px 16px;border:none;border-radius:5px;cursor:pointer}.reset-password input{width:400px}.reset-password-b button:hover{cursor:pointer;background-color:var(--ShiftGreenHover)}.password-reset-header{justify-content:left;width:400px}.password-reset-header p{color:white}.reset-password-msg{padding-top:20px}.reset-password-msg p{color:white}.n-table-wrapper{max-height:400px;overflow-x:auto;border:1px solid rgba(255,255,255,.2);border-radius:8px;-webkit-overflow-scrolling:touch}.n-header{display:flex;justify-content:flex-end;margin-bottom:1rem}.add-network-button,.change-button,.n-refresh-button,.submit-add-button{color:var(--ShiftGray);background-color:var(--ShiftGreen);font-family:SF-Pro,sans-serif;font-weight:700;padding:8px 16px;border:none;border-radius:5px;cursor:pointer;font-size:13px}.add-network-button:hover,.change-button:hover,.n-refresh-button:hover,.submit-add-button:hover{background-color:var(--ShiftGreenHover)}.add-network-form{display:flex;flex-direction:column;gap:1rem;max-width:300px;margin-bottom:2rem;padding:2rem;background:rgba(255,255,255,.1);border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:SF-Pro,sans-serif}.add-network-form input{padding:.75rem;border:none;border-radius:4px;font-size:1rem;font-family:SF-Pro,sans-serif}.network-table{width:100%;border-collapse:separate;border-spacing:0;color:white;font-family:SF-Pro,sans-serif}.network-table th{background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-bottom:1px solid rgba(255,255,255,.2);padding:12px;text-align:left;font-weight:700;position:-webkit-sticky;position:sticky;top:0;z-index:1}.network-table th:first-child{border-top-left-radius:8px}.network-table th:last-child{border-top-right-radius:8px}.network-table td{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-bottom:1px solid rgba(255,255,255,.1);padding:12px;text-align:left}.network-table tbody tr:hover td{background:rgba(255,255,255,.15)}.network-table tbody tr:last-child td:first-child{border-bottom-left-radius:8px}.network-table tbody tr:last-child td:last-child{border-bottom-right-radius:8px}.network-table tbody tr:last-child td{border-bottom:none}.change-button{align-content:center;justify-content:center;text-align:center}.s-table-wrapper{max-height:400px;overflow-x:auto;border:1px solid rgba(255,255,255,.2);border-radius:8px;-webkit-overflow-scrolling:touch}.schedule-table{width:100%;border-collapse:separate;border-spacing:0;color:white;font-family:SF-Pro,sans-serif}.schedule-table th{background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-bottom:1px solid rgba(255,255,255,.2);padding:12px;text-align:left;font-weight:700;position:-webkit-sticky;position:sticky;top:0;z-index:1}.schedule-table th:first-child{border-top-left-radius:8px}.schedule-table th:last-child{border-top-right-radius:8px}.schedule-table td{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-bottom:1px solid rgba(255,255,255,.1);padding:12px;text-align:left}.schedule-table tbody tr:hover td{background:rgba(255,255,255,.15)}.schedule-table tbody tr:last-child td:first-child{border-bottom-left-radius:8px}.schedule-table tbody tr:last-child td:last-child{border-bottom-right-radius:8px}.schedule-table tbody tr:last-child td{border-bottom:none}.add-schedule-form{display:flex;color:white;flex-direction:column;padding:2rem;background:rgba(255,255,255,.1);border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:SF-Pro,sans-serif;margin-bottom:2rem}.time-row{display:flex;justify-content:center;gap:24px;margin-bottom:20px;flex-wrap:wrap}.time-group{display:flex;flex-direction:column;align-items:center}.time-group label{margin-bottom:6px;font-weight:700;color:white}.time-group input{padding:.5rem;border:none;border-radius:4px;font-size:1rem;font-family:SF-Pro,sans-serif}.active-column,.days{margin-top:20px}.active-column{display:flex;flex-direction:column;align-items:center}.checkbox-note{font-size:10px;color:rgba(255,255,255,.7)}.add-schedule-form .form-error{color:#ff6b6b;font-size:.9rem;margin-top:.5rem;text-align:center;font-weight:700}.add-schedule-button{margin-bottom:20px;color:var(--ShiftGray);background-color:var(--ShiftGreen);font-family:SF-Pro,sans-serif;font-weight:700;padding:8px 16px;border:none;border-radius:5px;cursor:pointer;font-size:13px}.add-schedule-button:hover{background-color:var(--ShiftGreenHover)}.submit-schedule-button{width:-moz-fit-content;width:fit-content;margin-top:15px;color:var(--ShiftGray);background-color:var(--ShiftGreen);font-family:SF-Pro,sans-serif;font-weight:700;padding:8px 16px;border:none;border-radius:5px;cursor:pointer;font-size:13px;align-self:center}.submit-schedule-button:hover{background-color:var(--ShiftGreenHover)}.s-refresh-button{color:var(--ShiftGray);background-color:var(--ShiftGreen);font-family:SF-Pro,sans-serif;font-weight:700;padding:8px 16px;border:none;border-radius:5px;cursor:pointer;font-size:13px}.s-refresh-button:hover{background-color:var(--ShiftGreenHover)}.activate-button{color:var(--ShiftGray);background-color:var(--ShiftGreen);font-family:SF-Pro,sans-serif;font-weight:700;padding:6px 12px;border:none;border-radius:5px;cursor:pointer;font-size:12px}.activate-button:hover{background-color:var(--ShiftGreenHover)}.deactivate-button{color:white;background-color:#dc3545;font-family:SF-Pro,sans-serif;font-weight:700;padding:6px 12px;border:none;border-radius:5px;cursor:pointer;font-size:12px}.deactivate-button:hover{background-color:#c82333}.page-container{display:flex;flex-direction:column;align-items:center}.header-container{display:flex;align-items:center;justify-content:space-between;position:relative;width:100%;padding:10px}.header-span{justify-content:right;display:flex;gap:2rem;font-weight:700;font-family:SF-Pro,sans-serif;font-size:1rem;color:white}.header-span span{cursor:pointer}.header-span span:hover{color:var(--ShiftGreenHover);opacity:1}.header-span .active{color:var(--ShiftGreen);opacity:1}.users-data,.users-data-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.users-data-container{padding-top:50px}.license-container{display:flex;gap:2rem;justify-content:center;margin-bottom:1rem;font-family:SF-Pro,sans-serif}.license-item{display:flex;flex-direction:column;align-items:center}.license-label{font-size:.75rem;color:rgba(255,255,255,.7);margin-bottom:.25rem}.license-value{font-size:1rem;color:white;font-weight:700}.user-add-form{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:rgba(255,255,255,.1);border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:SF-Pro,sans-serif}.user-add-form h5{margin:0;text-align:center;color:white}.user-add-form form{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:300px}.user-add-form button,.user-add-form input{padding:.75rem;border:none;border-radius:4px;font-size:1rem}.user-add-form button{color:var(--ShiftGray);background-color:var(--ShiftGreen);font-family:SF-Pro,sans-serif;font-weight:700;padding:8px 16px;border:none;border-radius:5px;cursor:pointer}.user-email-box{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.user-email-box p{margin:0;font-size:1rem}.user-email-box input[type=checkbox]{width:auto;padding:0;margin:0;color:white}.user-add-form button:hover{background:var(--ShiftGreenHover)}.org-add-err-container{padding-top:20px}.org-add-err-container p{color:red}.table-controls{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:600px;margin-bottom:1rem}.search-input{padding:.5rem;font-size:1rem;border:1px solid rgba(255,255,255,.2);border-radius:5px;background:rgba(255,255,255,.1);color:white;font-family:SF-Pro,sans-serif;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.search-input::placeholder{color:rgba(255,255,255,.6)}.add-group-btn{padding:.5rem 1rem;background-color:var(--ShiftGreen);color:var(--ShiftGray);font-family:SF-Pro,sans-serif;font-weight:700;border:none;border-radius:5px;cursor:pointer}.add-group-btn:hover{background:var(--ShiftGreenHover)}.table-wrapper{max-height:400px;overflow-x:auto;border:1px solid rgba(255,255,255,.2);border-radius:8px;-webkit-overflow-scrolling:touch;width:100%;max-width:600px}.users-table{width:100%;border-collapse:separate;border-spacing:0;color:white;font-family:SF-Pro,sans-serif}.users-table th{background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-bottom:1px solid rgba(255,255,255,.2);padding:12px;text-align:left;font-weight:700;position:-webkit-sticky;position:sticky;top:0;z-index:1}.users-table th:first-child{border-top-left-radius:8px}.users-table th:last-child{border-top-right-radius:8px}.users-table td{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-bottom:1px solid rgba(255,255,255,.1);padding:12px;text-align:left}.users-table tbody tr:hover td{background:rgba(255,255,255,.15)}.users-table tbody tr:last-child td:first-child{border-bottom-left-radius:8px}.users-table tbody tr:last-child td:last-child{border-bottom-right-radius:8px}.users-table tbody tr:last-child td{border-bottom:none}