.navbar-account-dropdown{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;top:0;right:0;transform:translate(100%,80px);min-width:200px;width:30vw;max-width:300px;padding:20px;border:2px solid #dff178;border-radius:8px;background-color:var(--themeBackgroundColor);box-shadow:0 0 8px #000c;opacity:0;transition:transform .3s ease,opacity .3s ease}.navbar-account-dropdown.open{transform:translateY(60px);opacity:1}.navbar-account-dropdown span{color:#fff;font-size:.9rem;text-wrap:nowrap}.navbar-account-dropdown ul{display:flex;flex-direction:column}.navbar-account-dropdown ul,.navbar-account-dropdown ul li,.navbar-account-dropdown ul li a{width:100%}.account-dropdown-link{display:flex;align-items:center;text-decoration:none;color:#fff;padding:8px}.account-dropdown-icon{fill:#0000;stroke:#fff;stroke-width:40px;padding:0 12px;overflow:visible;transition:.2s ease-in-out}.account-dropdown-link:hover .account-dropdown-icon{fill:#000;stroke:#dff178;transform:scale(1.2)}.account-dropdown-link:hover .link-text{color:#dff178}.account-logout-button{font-size:.8rem;font-weight:400}.account-dropdown-header{width:100%;padding-bottom:8px;color:#757575!important}@media (max-width: 768px){.navbar-account-dropdown{padding:8px 32px}.navbar-account-dropdown .line{margin:8px!important}}.avatar-container{display:flex;align-items:center;justify-content:center;overflow:hidden}.avatar-wrapper{color:var(--themeBackgroundColor);background-color:#dff178;width:100%;height:100%;border-radius:50%;border:2px solid black;box-sizing:border-box;font-weight:800;display:flex;align-items:center;justify-content:center}.navbar-container{position:fixed;top:0;width:100%;z-index:100;background-color:#000}.navbar-wrapper{display:flex;align-items:stretch;justify-content:space-between;padding:0 12px;box-sizing:border-box;margin:0 auto}.navbar-brand{display:flex;align-items:center;justify-content:center;z-index:101}.navbar-brand,.navbar-links ul li a{text-decoration:none}.navbar-links{display:flex;align-items:center;justify-content:center;position:relative}.navbar-links ul{list-style:none;padding:0;display:flex;align-items:center;box-sizing:border-box;height:100%}.navbar-links ul li{display:flex;align-items:center;box-sizing:border-box;padding:0 8px;height:100%}.navbar-links ul li a{text-decoration:none;cursor:pointer}.link-text:hover{color:var(--themePrimaryColor)}.account-icon{fill:var(--themeBackgroundColor);stroke:#fff;stroke-width:40px;filter:drop-shadow(0 0 8px rgba(0,0,0,.8));transition:.3s ease;overflow:visible;cursor:pointer}.account-icon:hover{fill:#383838;transform:scale(1.2);stroke-width:20px}.account-icon.selected{fill:#fff;stroke:var(--themeBackgroundColor);filter:drop-shadow(0 0 4px rgba(255,255,255,.2));transform:scale(1.2);stroke-width:20px}@media (max-height: 600px){.navbar-container{position:absolute}}.avatar-account-dropdown-icon{color:var(--themeBackgroundColor);background-color:var(--themePrimaryColor);width:36px;height:36px;margin:-12px 0;border-radius:50%;border:2px solid black;box-sizing:border-box;font-weight:800;display:flex;align-items:center;justify-content:center;cursor:pointer}.avatar-account-dropdown-icon:hover{background-color:var(--themePrimaryColorHover)}.faq-container{width:90%;max-width:800px;margin:0 auto;padding:20px 0;margin-top:-10vh;padding-top:10vh}.faq-container h2{margin-bottom:40px}.faq-question-container{display:flex;align-items:center;justify-content:space-between;width:100%;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;pointer-events:all}.faq-question-container span:hover{color:var(--themePrimaryColor)}.faq-answer-container{display:flex;align-items:center;justify-content:start;width:100%;color:#fff;cursor:pointer;pointer-events:all;max-height:0;opacity:0;overflow:hidden;margin:0;padding:0 24px;box-sizing:border-box;line-height:1.4rem;transition:.3s}.faq-answer-container.show{max-height:200px;margin:12px 0;opacity:1}.rota-hub-hero-container{position:fixed;width:100%;min-height:100vh;box-sizing:border-box;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;max-width:1200px;z-index:101}.slogan-text{width:100%;text-align:center;font-family:Lato;font-size:clamp(1rem,2vw,3rem)}.hero-button-container{width:100%;min-height:10vh;z-index:100;display:flex;flex-grow:1;align-items:center;justify-content:space-around;padding-bottom:20vh}.hero-button{min-width:40%;max-width:200px;padding:20px;border-radius:200px;border:2px solid black;background-color:#dff178;font-size:1.4rem;font-family:Lato;text-wrap:nowrap;margin:8px;pointer-events:all}.steps-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;overflow:hidden}.step-screen{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;min-height:100vh;padding:20px;box-sizing:border-box;background-color:#141414;overflow:hidden}.step-screen h2{font-size:1.4rem;font-weight:700;letter-spacing:1px;margin-bottom:20px;text-transform:uppercase}.step-content{display:flex;flex-direction:row;align-items:center;width:100%}.step-text{display:flex;height:50vh;flex-direction:column;justify-content:center;align-items:center;width:50%;text-align:center;line-height:1.5rem;padding:2vw;box-sizing:border-box;color:#fff;font-family:Lato,sans-serif}.step-image-container{width:50%;margin:40px auto;padding:2vw;display:flex;align-items:center;box-sizing:border-box;justify-content:center;flex:1;overflow:visible}.step-image-container img{width:100%;height:auto;object-fit:contain;max-height:80vh;border-radius:12px;transition:transform .3s ease-in-out;filter:drop-shadow(0px 0px 8px #dff17866);animation:pulseShadow 4s ease-in-out infinite}@keyframes pulseShadow{0%,to{filter:drop-shadow(0px 0px 8px #dff17866)}50%{filter:drop-shadow(0px 0px 18px #dff17811)}}.down-arrow{cursor:pointer;width:60px;height:60px;border-radius:50%;margin-top:5vh;color:#000;position:relative;z-index:99;pointer-events:all;display:flex;align-items:center;justify-content:center;font-size:1.5rem}@media (max-width: 768px){.step-screen{flex-direction:column;padding:8px;min-height:100vh;justify-content:center;gap:1vh}.step-content{flex-direction:column}.step-image-container{width:100%;max-height:30vh;flex:none}.step-image-container img{width:100%;height:auto;object-fit:contain}.step-text{width:100%;text-align:center;justify-content:center;margin-top:-12vh}.step-screen h2{font-size:1.4rem;margin-bottom:20px}.down-arrow{margin-top:20px}.reverse{flex-direction:column-reverse}}.rota-hub-presentation-container{display:flex;flex-direction:column;align-items:center;justify-content:stretch;position:relative;min-height:100vh;width:100%;-webkit-user-select:auto;user-select:auto;pointer-events:none}@media (max-width: 768px){.home-presentation-screen{flex-direction:column}}.help-container{width:90%;max-width:800px;margin:80px auto 0;padding:20px 0}.help-container h2{margin-bottom:40px}.help-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.help-text{display:flex;flex-direction:column;flex-grow:1;width:100%}.help-text h3{margin:0}.help-video{flex-shrink:0;max-width:200px;overflow:hidden;transition:.2s;border-radius:20px}.video-thumbnail{width:100%;height:100%;object-fit:contain;cursor:pointer;display:block;pointer-events:all}.help-video:hover{transform:scale(1.1);box-shadow:0 0 12px #dff17855}.more-help-button-container{display:flex;align-items:center;justify-content:center;margin-top:40px}.more-help-button{width:50%;pointer-events:all}@media (max-width: 768px){.help-item{flex-direction:column;align-items:center;margin-bottom:80px}.help-video{max-width:80%}}.switch-workplace-container{color:#000;margin-left:16px;display:inline-block;cursor:pointer;transition:transform .2s ease-in-out}.calendar-container{position:relative}.calendar-wrapper{width:80%;min-width:320px;margin:0 auto}.date-selector{display:flex;flex-direction:column;align-items:stretch;margin:-8px auto 8px;padding:8px;border-radius:8px;max-height:32px;width:90%;max-width:340px;overflow:hidden;background-color:var(--themeBackgroundColorLight);border:2px solid black;transition:max-height .3s ease-out,padding .3s ease-out}.date-selector.show{max-height:500px}.selector-row{display:flex;gap:4px;flex-wrap:wrap;align-items:center;justify-content:center;max-height:0;margin:4px 0;overflow:hidden;transition:max-height .3s ease-out}.selector-row.show{max-height:200px;overflow:visible}.selector-item{cursor:pointer;border-radius:8px;background-color:var(--themeBackgroundColor);border:1px solid black;transition:.2s;position:relative;overflow:hidden}.selector-item:hover{background-color:var(--themePrimaryColorHover);transition:background-color .3s ease}.selector-year,.selector-month{flex-grow:1}.show-date-selector-button{border:2px solid black;background-color:var(--themePrimaryColor);width:32px;height:32px;border-radius:20px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;color:#000;cursor:pointer;position:absolute;left:50%;bottom:-8px;transform:translate(-50%);font-size:1.1rem}.show-date-selector-button:hover{background-color:var(--themePrimaryColorHover)}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);width:100%;overflow:visible;gap:4px;padding-top:8px}.weekdays-row{display:grid;grid-template-columns:repeat(7,1fr);width:100%;gap:4px;font-weight:700;text-align:center;color:#444}.weekday-label{text-align:center;font-size:.9rem;padding-top:8px}.selector-item,.empty-cell{display:flex;align-items:center;justify-content:center;padding:4px;cursor:pointer;transition:background-color .2s,transform .1s}.empty-cell{background:none;cursor:default}.weekend-day{background-color:var(--themeBackgroundColorHover);color:#fff;font-weight:700}.selected-year,.selected-month,.selected-day,.selected-week-day{background-color:var(--themePrimaryColor);color:#000}.populated-indicator{position:absolute;bottom:-6px;left:0;right:0;height:8px;width:80%;margin:0 auto;background-color:var(--themePrimaryColor);border-radius:8px;border:1px solid black}.before-min-date,.after-max-date{opacity:0;pointer-events:none;background-color:transparent}.jump-to-today-wrapper{min-height:32px;display:flex;align-items:center;justify-content:center}.go-to-today-text{font-size:14px;color:var(--themeBackgroundColor1);cursor:pointer;transition:color .2s ease,text-decoration .2s ease}.go-to-today-text:hover{color:gray}.hovered-week-day{background-color:var(--themePrimaryColorHover);color:gray}.date-display{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border:2px solid black;background-color:var(--themeBackgroundColor);padding:8px;border-radius:8px;position:relative;z-index:10}.date-arrow{background:none;border:none;font-size:2rem;cursor:pointer;color:var(--themePrimaryColor);transition:color .2s;width:60px;height:60px;box-sizing:border-box;border-radius:30px;display:flex;align-items:center;justify-content:center;transition:.2s}.date-arrow:hover{background-color:var(--themeBackgroundColorLight);box-shadow:0 0 12px 0 var(--themeBackgroundColorLight)}.date-arrow:disabled{color:gray;cursor:not-allowed}.readable-date-container{text-align:center;display:flex;align-items:center;justify-content:space-evenly;max-width:400px;gap:12px;flex-grow:1}.readable-date{font-size:1.2rem;font-variant:small-caps;margin:0;padding:4px;font-weight:600}.ordinal{font-size:.5em;vertical-align:super;text-transform:uppercase}.timeline{display:flex;justify-content:stretch;flex-grow:1;padding:20px 2px 2px}.working-hour-text-container{display:flex;flex-direction:column;width:100%}.working-hour-text{transform-origin:left;transform:rotate(-40deg) translate(-8px);color:#d8d8d8;font-weight:600;max-width:40px;position:relative}.working-hour-text-sup{font-size:.5rem;top:3px;font-weight:300}.working-hour-increment{border-bottom:1px solid rgb(120,120,120);border-left:1px solid rgb(120,120,120);box-sizing:border-box;height:12px;margin-top:4px}@media (max-width: 768px){.working-hour-text{font-size:.8rem}}.darken-overlay{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:1000;background-color:#000c;display:flex;align-items:center;justify-content:center;transition:.2s;opacity:0;pointer-events:none}.shift-popup-container{width:0;max-width:600px;min-height:300px;background-color:var(--themeBackgroundColor);border-radius:15px;border:2px solid black;transition:.2s;opacity:0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative}.shift-popup-container.expand{width:80%;opacity:1}.close-popup-button{position:absolute;top:-10px;right:-10px;background-color:#fff;border:2px solid black;height:35px;width:35px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer}.close-popup-button:hover{background-color:#d3d3d3}.shift-popup-content{padding:20px;text-align:center;color:#000;display:flex;flex-direction:column;flex-grow:1;align-items:center;justify-content:center}.shift-types-container{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:15px}.shift-type-button{width:120px;height:100px;background-color:var(--themeBackgroundColorHover);color:#fff;border:2px solid black;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;font-size:1rem;text-align:center;transition:.2s ease-in-out}.shift-type-button:hover{background-color:var(--themeBackgroundColor)}.shift-icon{font-size:2.5rem;line-height:1}.shift-name{font-size:.9rem;font-weight:700}.assignment-wrapper{color:#000;background-color:var(--themePrimaryColor);border-radius:80px;min-width:20px;min-height:20px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 0 4px #0006;transition:.2s}.assignment-wrapper span{font-weight:600}.assignment-wrapper:hover{transform:scale(1.2);background-color:var(--themePrimaryColorHover)}.assignment-add-employee{fill:#000}.darken-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:none;justify-content:center;align-items:center;z-index:1000}.darken-overlay.show{display:flex}.popup-container{background-color:var(--themeBackgroundColor);padding:20px;border-radius:10px;width:400px;max-width:80vw;box-shadow:0 2px 10px #0000001a;transform:translateY(-50px);opacity:0;transition:transform .3s ease,opacity .3s ease}.popup-container.expand{transform:translateY(0);opacity:1}.close-popup-button{font-size:24px;cursor:pointer;color:#333;text-align:right}.employee-list-container{display:flex;flex-direction:column;gap:10px}.employee-button{display:flex;align-items:center;justify-content:flex-start;padding:10px;background-color:var(--themeBackgroundColorHover);border:none;border-radius:5px;cursor:pointer;width:100%;font-size:16px;border:2px solid transparent;transition:background-color .2s ease,border .2s ease}.employee-button.remove{background-color:#970000}.employee-button:hover{background-color:var(--themeBackgroundColor);border:2px solid black}.employee-button.remove:hover{background-color:#500}.employee-icon{margin-right:10px;font-size:20px}.employee-name{font-size:16px;color:#e3e3e3}.toggle-container{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.switch-label{font-size:.9rem;font-weight:700}.toggle-container span{padding:20px 0}.toggle-button{all:unset;display:flex;align-items:center;cursor:pointer;transform:scale(1.2)}.toggle-button:hover{transform:scale(1.2)}@media (max-width: 768px){.popup-container{width:90%;max-width:90%;padding:12px}.employee-list-container{padding:0}.employee-button{font-size:12px;padding:8px}.employee-icon{font-size:16px}}.shifts-container{display:flex;justify-content:stretch;flex-grow:1;padding:4px 2px 2px;position:relative}.shifts-list{display:flex;flex-direction:column;width:100%}.shift-row{display:flex;align-items:center;width:100%;margin-bottom:2px;position:relative}.shift-hour{display:flex;flex-direction:row;align-items:center;justify-content:stretch;flex-grow:1;border:1px solid rgb(145,145,145);box-sizing:border-box;height:40px;position:relative}.shift-hour-type-image-container{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}.shift-hour-type-image-container span{font-size:1.5rem;opacity:.6}.shift-minute{height:100%;border:1px solid rgb(43,43,43);box-sizing:border-box;flex:1;transition:.1s;position:relative}.shift-start{background-color:#0080ffb3;border-radius:4px}.shift-in-range{background-color:#0080ff4d}.shift-hover{background-color:#0080ff80}.assigned-slot{background-color:var(--themePrimaryColorOpaque);border:2px solid rgb(0,0,0);box-sizing:border-box;border-radius:80px;position:absolute;height:100%;display:flex;align-items:center;justify-content:center;color:#000;transition:.2s}.assigned-slot:hover{background-color:var(--themePrimaryColor)}.add-new-shift-container{position:absolute;display:flex;align-items:center;justify-content:center;bottom:-60px;left:50%;width:100%;min-width:200px;transform:translate(-50%)}.add-new-shift-button{max-width:200px;min-width:240px;transform:translateY(-32px)}.add-new-shift-button-contract{max-width:120px;font-size:.8rem;padding:8px}.staff-header,.staff-row{display:grid;grid-template-columns:2fr 2fr 1fr 1fr;gap:10px;margin-bottom:10px;transition:grid-template-columns .3s ease-in-out}.header-item{font-weight:700;text-align:left}.row-item{text-align:left}.staff-row{border-top:1px solid #ccc;padding:10px 0}.staff-row:first-child{border-top:none}@media (max-width: 768px){.staff-header,.staff-row{grid-template-columns:2fr 1fr 1fr}}.rota-planner-container{display:flex;align-items:stretch;justify-content:center;width:90%;max-width:1200px;margin-top:32px;border:2px solid rgb(0,0,0);border-radius:12px;position:relative;padding:20px 12px;color:#fff;background-color:#2a2a2a}.rota-planner-content{padding-top:8px;box-sizing:border-box;display:flex;flex-direction:column;position:relative;width:100%;max-width:100%}.rota-planner-inner-container{position:relative;display:flex;flex-direction:column;align-items:stretch;border:2px solid rgb(0,0,0);background-color:var(--themeBackgroundColor);padding:8px;margin-top:20px;overflow-x:auto;border-radius:8px}.rota-planner-taskbar-container{display:flex;flex-direction:column;align-items:stretch;border:2px solid black;background-color:var(--themeBackgroundColor);padding:8px;margin-top:20px;border-radius:8px}.rota-planner-rota-content{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;padding-bottom:80px;padding-top:60px;margin:0 auto}.rota-taskbar{position:absolute;display:flex;justify-content:space-between;width:calc(100% - 16px)}.rota-taskbar-controls{display:flex;align-items:center;justify-content:center}.rota-taskbar-controls button{padding:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.go-to-profile-button{max-width:240px}.select-week-or-day-container{width:100%;display:flex;align-items:center;justify-content:end}.select-week-or-day-wrapper{display:flex;align-items:center;flex-direction:row;gap:8px}.select-week-or-day-buttons{display:flex;justify-content:center;gap:8px}.select-week-or-day-buttons button{font-size:clamp(10px,3vw,14px);width:100px}@media (max-width: 768px){.select-week-or-day-container{justify-content:center}}.add-time-popup-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;cursor:pointer;z-index:50}.add-time-popup{position:absolute;width:300px;min-height:240px;background:var(--themeBackgroundColor, #fff);border:2px solid black;border-radius:12px;box-shadow:0 0 8px #0006;display:flex;flex-direction:column;transform-origin:center;pointer-events:auto;transition:left .25s ease,top .25s ease,transform .25s ease,opacity .25s ease}.popup-header{display:flex;justify-content:space-between;align-items:start;padding:8px 12px}.popup-title{font-weight:600;font-size:1rem;display:flex;flex-direction:column;align-items:start}.popup-title p{margin:4px}.popup-close{all:unset;font-size:2rem}.popup-close:hover{all:unset;font-size:2rem;color:gray}.popup-body{flex:1;padding:16px 12px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:14px}.time-select-group{position:relative;display:flex;align-items:start;flex-direction:column;gap:6px}.time-select-group label{position:absolute;top:-20px;color:#b9b9b9}.time-select-inputs select{margin:4px}.time-select-group select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:none;background:linear-gradient(to bottom,#2a2a2a,#030303 40%,#030303 60%,#2a2a2a);background-color:var(--themeBackgroundColor);border:1px solid #2e2e2e;padding:4px 6px;font-size:1.2rem;border-radius:4px;width:48px;height:40px;text-align:center;font-family:Courier New,monospace}.time-select-group select::-ms-expand{display:none}.time-select-group select::-webkit-scrollbar{width:6px;height:6px}.time-select-group select::-webkit-scrollbar-track{background:#1a1a1a;border-radius:3px}.time-select-group select::-webkit-scrollbar-thumb{background-color:#444;border-radius:3px;border:1px solid #222}.time-select-group select{scrollbar-width:thin;scrollbar-color:#444 #1a1a1a}.popup-actions{padding:8px 12px;display:flex;justify-content:flex-end;flex-direction:column;gap:4px}.popup-save{padding:8px 12px}.popup-remove{padding:8px 12px;color:#e0e0e0;background-color:#b82a2a}.popup-remove:hover{background-color:#7c1919}.rota-table{width:100%;border-collapse:separate;border-spacing:0;font-size:14px;table-layout:fixed;border-radius:8px;min-width:500px}.rota-table th,.rota-table td{padding:4px;text-align:center;border-bottom:1px solid #292929;overflow:show}.rota-table th{font-weight:600;font-size:13px}.rota-table th p{margin:0;font-variant:small-caps}.rota-table th:first-child,.rota-table td:first-child{position:sticky;left:-12px;padding:0 8px;background-color:#111;z-index:2;text-align:left;white-space:nowrap}.rota-cell{min-height:40px;border-radius:6px;transition:background-color .2s ease;cursor:pointer;overflow:hidden;box-sizing:border-box;border:1px solid #292929;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;margin:8px 0}.rota-cell:hover{border:1px solid var(--themePrimaryColor)}.assignment{background-color:#313131;color:#fff;font-size:.9rem;font-weight:500;line-height:1.2;overflow:hidden;width:100%;min-height:40px;height:100%;box-sizing:border-box;flex-grow:1;display:flex;align-items:center;justify-content:center}.assignment:hover{background-color:#222}@keyframes fade-glow{0%{box-shadow:0 0 8px var(--themePrimaryColor)}to{box-shadow:0 0 8px #0000}}.highlight-glow{animation:fade-glow 5s ease;border-radius:6px}.weekly-add-new-assignment{height:20px;width:50%;border-radius:4px;border:1px solid white;box-sizing:border-box;margin:4px auto}.weekly-add-new-assignment:hover{background-color:#222}@media (max-width: 768px){.rota-table{font-size:12px}.rota-table td,.rota-table th{padding:2px}}.center-form-container{flex-grow:1;display:flex;align-items:center;justify-content:center;width:100%;max-width:1000px;margin-bottom:10vh}.reverse-headers{width:50vh;text-align:end}.reverse-headers,.form-container{margin:40px}.reverse-headers h1{font-size:3rem}.reverse-headers span{font-size:1.5rem;line-height:2.4rem}.form-container{display:flex;justify-content:center;flex-direction:column;align-items:stretch;width:50vh}.form-wrapper{display:flex;flex-grow:1;max-width:100%;flex-direction:column;gap:1rem}.special-characters-info{font-size:.85rem;color:#d3d3d3;margin-top:-5px}.form-button-wrapper{margin-top:20px}.error-text{color:red;font-size:.9rem;text-align:center}.forgot-password{text-align:center;font-size:.9rem}.forgot-password p{margin:0;cursor:pointer}.forgot-password p:hover{color:#dff178}@media (max-width: 768px){.center-form-container{flex-direction:column}.reverse-headers{text-align:center}.form-container{width:90%}}.darken-overlay{width:100vw;height:100vh;position:fixed;top:0;z-index:1000;background-color:#000c;display:flex;align-items:center;justify-content:center;transition:.2s;opacity:0;pointer-events:none}.darken-overlay.show{opacity:1;pointer-events:auto}.profile-popup-container{width:0;max-width:800px;max-height:90vh;min-height:400px;background-color:var(--themeBackgroundColor);border-radius:20px;border:2px solid black;transition:.2s;opacity:0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative;overflow:hidden}.profile-popup-container.expand{overflow:visible;width:80%;height:auto;opacity:1}.profile-popup-container h2{color:#fff}.close-popup-button{position:absolute;top:-12px;right:-12px;color:#000;background-color:#eaeaea;border:2px solid black;height:40px;width:40px;display:flex;align-items:center;justify-content:center;border-radius:24px;cursor:pointer}.close-popup-button:hover{background-color:#c2c2c2}.profile-popup-content{display:flex;align-items:start;justify-content:center;overflow:auto;padding:20px}.popup-form{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#000}.popup-button-container{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:20px}.popup-button-row{display:flex;align-items:center;justify-content:center}.popup-button-container button{margin:12px;min-width:120px}.profile-popup-form-input{margin:12px}.profile-delete-button{text-wrap:nowrap;max-width:180px;background-color:#c62727;color:#fff}.profile-delete-button:hover{background-color:#a41d1d}.confirmation-popup{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:1100;background-color:#000c;display:flex;align-items:center;justify-content:center;transition:.2s;opacity:0;pointer-events:none}.confirmation-popup.show{opacity:1;pointer-events:auto}.confirmation-popup-content{background-color:var(--themeBackgroundColor);color:#000;padding:30px;border-radius:15px;border:2px solid black;width:90%;max-width:500px;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.confirmation-popup h3{font-size:1.5rem;margin-bottom:20px;color:#fff}.confirmation-popup p{font-size:1rem;margin-bottom:30px;color:#fff}.confirmation-buttons{display:flex;justify-content:space-around;width:100%}.confirmation-buttons button{background-color:#c62727;color:#fff;border:2px solid black;border-radius:5px;padding:10px 20px;cursor:pointer;min-width:120px}.confirmation-buttons button:hover{background-color:#a41d1d}.confirmation-buttons button:nth-child(1){background-color:#222}.confirmation-buttons button:nth-child(1):hover{background-color:#323232}.profile-shift-types-container{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:20px}.profile-shift-type-button{width:100px;height:100px;background-color:var(--themeBackgroundColorHover);color:#fff;border:2px solid black;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:.7rem;text-align:center;transition:.2s ease-in-out}.profile-shift-type-button:hover{background-color:var(--themeBackgroundColor)}.profile-shift-type-button.selected{background-color:var(--themeBackgroundColor);border-color:var(--themePrimaryColor);box-shadow:0 0 4px #1a73e866;color:#fff}.profile-shift-type-button .shift-icon{font-size:2rem;padding:8px}.profile-shift-type-button .shift-name{font-size:.7rem}.time-selection-container{margin:0 20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.custom-select{width:100%;height:60px;background-color:var(--themeBackgroundColorHover);color:#fff;border:2px solid black;border-radius:12px;cursor:pointer;font-size:1rem;text-align:center;margin:12px;transition:.2s ease-in-out;appearance:none;-webkit-appearance:none;-moz-appearance:none}.custom-select:hover{background-color:var(--themeBackgroundColor)}.custom-select:focus{border-color:var(--themePrimaryColor);box-shadow:0 0 4px #1a73e866}.time-selection-container p{font-weight:700;margin-bottom:8px}.workplace-time-ranges{display:flex;flex-direction:row;gap:12px}.popup-note{color:gray;margin-top:-12px;margin-bottom:12px}.custom-select{min-width:200px}.workplace-selection{display:flex;flex-wrap:wrap;flex-direction:column;gap:1rem}.workplace-box{border:2px solid #000000;padding:12px;border-radius:40px;color:#000;font-weight:600;cursor:pointer;min-width:120px;text-align:center;background-color:var(--themePrimaryColor);transition:.2s ease}.workplace-box:hover{background-color:var(--themePrimaryColorHover)}.workplace-box.selected{box-shadow:0 0 4px var(--themePrimaryColor);background-color:var(--themePrimaryColorHover)}@media (max-width: 768px){.time-selection-container{margin:20px 0 0}.custom-select{margin:8px;min-width:60px}}.profile-container{display:flex;align-items:center;justify-content:center;flex-direction:column;flex-grow:1;width:100%}.profile-list-container{display:flex;align-items:stretch;justify-content:center;flex-grow:1;width:90%;max-width:1200px;height:auto;margin:32px 0;border:2px solid rgb(0,0,0);border-radius:12px;position:relative;padding:28px 12px 12px;color:#fff;background-color:#2a2a2a}.profile-list-title{display:flex;align-items:center;justify-content:center;background-color:#dff178;color:#000;font-weight:600;font-size:clamp(12px,3.5vw,18px);padding:12px 20px;border-radius:80px;position:absolute;top:-2px;left:50%;transform:translate(-50%,-50%);border:2px solid black;text-align:center;text-wrap:nowrap}.profile-list{display:flex;align-items:center;flex-grow:1;flex-wrap:wrap;height:auto;justify-content:center;overflow-x:hidden;overflow-y:hidden;width:auto;padding:20px 0;margin:0;scroll-snap-type:x mandatory;-webkit-mask-image:linear-gradient(to right,transparent,white 16px,white calc(100% - 16px),transparent);mask-image:linear-gradient(to right,transparent,white 16px,white calc(100% - 16px),transparent)}.go-to-planner-container{max-width:100px}.go-to-planner-button{font-size:.8rem;margin:12px 20px}@media (max-width: 768px){.profile-list{flex-direction:column}}.profile-list-item{display:flex;align-items:start;justify-content:space-between;flex-direction:column;height:100%;min-width:140px;max-width:140px;height:200px;box-sizing:border-box;background-color:var(--themeBackgroundColor);border-radius:12px;border:2px solid black;padding:8px;color:#fafafa;transition:transform .2s ease-in-out,border-color .2s;cursor:pointer;margin:8px;font-size:.8rem;position:relative}.profile-list-item.new-item{width:60px}.profile-list-item p{margin:4px 0}.profile-list-item-title{width:100%;font-size:1rem;font-weight:600;text-align:center;padding-bottom:8px;height:40px;overflow:hidden}.profile-list-item:hover{background-color:var(--themeBackgroundColorHover)}.profile-list-item.selected{border-color:#dff178;box-shadow:0 0 8px #dff178}.profile-list-item-services{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:100%;padding:8px 0}.profile-list-item-service{display:flex;align-items:center;justify-content:center;flex-grow:1;padding:1px;margin:1px;max-width:16px;max-height:16px;border:1px solid black;border-radius:4px;background-color:#0003;cursor:default;transition:background-color .2s}.profile-list-item-service:hover{background-color:#0009}.new-item-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;padding:0;margin:0}.profile-list-item-edit-button-container{width:80px;height:40px;display:flex;align-items:center;justify-content:center;bottom:-12px;left:50%;transform:translate(-50%);position:absolute;overflow:visible}.profile-list-item-edit-button{width:0%;height:0%;background-color:var(--themeBackgroundColorHover);border:2px solid #dff178;border-radius:40px;transition:.3s cubic-bezier(.34,1.56,.64,1),opacity .2s ease;opacity:0;overflow:hidden;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.profile-list-item-edit-button.show{width:100%;height:100%;opacity:1}.profile-list-item-edit-button:hover{background-color:var(--themeBackgroundColor);color:#bcbcbc}.profile-list-item-icon-container{position:absolute;top:-16px;left:-16px;width:40px;height:40px;background-color:var(--themePrimaryColor);border:2px solid black;box-sizing:border-box;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}@media (max-width: 768px){.profile-list-item{min-width:80%;height:160px}}.footer-container{background-color:var(--themeBackgroundColorHover);color:#fff;border-top:2px solid black;padding:20px 0}.footer-wrapper{display:flex;justify-content:space-between;align-items:center;width:90%;margin:0 auto;flex-wrap:wrap;gap:20px}.footer-section{display:flex;flex-direction:column}.footer-left ul{list-style:none;padding:0;margin:0}.footer-left li{margin:6px 0}.footer-left a,.footer-middle a,.footer-right a{color:#fff;text-decoration:none;transition:color .2s}.footer-left a:hover,.footer-middle a:hover,.footer-right a:hover{color:var(--themePrimaryColor)}.footer-middle{text-align:center}.terms-link{display:inline-block;margin-top:8px;font-size:.9rem}.footer-right{text-align:center}.social-links{display:flex;gap:12px}.social-link{display:flex;align-items:center;justify-content:center;gap:6px;color:#fff;text-decoration:none;font-weight:700;transition:color .2s ease-in-out}.social-link svg{transition:fill .2s ease-in-out;fill:#fff}.social-link:hover svg{fill:var(--themePrimaryColor)}@media (max-width: 768px){.footer-wrapper{flex-direction:column;align-items:center}.footer-left{order:1;text-align:center}.footer-middle{order:3}.footer-right{order:2;text-align:center}}.password-reset-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:none;justify-content:center;align-items:center;z-index:1000}.password-reset-dialog-overlay.show{display:flex}.password-reset-dialog{background-color:var(--themeBackgroundColor);padding:20px;border-radius:10px;width:100%;max-width:340px;box-shadow:0 2px 10px #0000001a;transform:translateY(-50px);opacity:0;transition:transform .3s ease,opacity .3s ease}.password-reset-dialog.expand{transform:translateY(0);opacity:1}h2{text-align:center;margin-bottom:20px}.password-requirements-container{height:0;opacity:0;overflow:hidden;margin:-.5rem 0;transition:.3s ease-in-out}.password-requirements-container.open{height:100%;opacity:1;margin:0}.password-requirements{list-style:none;margin:8px 0;background-color:#0003;border-radius:20px;padding:12px}.password-requirements li{font-size:.9rem;color:#fff;display:flex;align-items:center;gap:4px}.password-requirements-title{margin-bottom:4px}.password-requirements .valid{color:#dff174;padding:0 8px}.password-requirements .invalid{color:#d00;padding:0 8px}.error-message{color:red;font-size:.9rem;margin-bottom:10px}@media (max-width: 768px){.password-reset-dialog{width:90%;padding:15px}.input-group input{font-size:.9rem}.submit-button,.cancel-button{font-size:.9rem;padding:8px 16px}}.profile-settings-container{display:flex;align-items:stretch;justify-content:center;width:90%;max-width:1200px;margin-top:32px;border:2px solid rgb(0,0,0);border-radius:12px;position:relative;padding:60px 12px;color:#fff;background-color:#2a2a2a}.profile-settings-wrapper{width:100%;border-radius:12px;padding:20px;box-sizing:border-box}.profile-settings-row{display:flex;flex-wrap:wrap;margin-bottom:15px;width:100%;align-items:center}.profile-settings-label-container{flex:1 1 20%;text-align:right;padding:12px 20px;box-sizing:border-box;font-weight:700;display:flex;justify-content:end;align-items:center}.profile-settings-input-container{flex:1 1 75%;padding:12px 20px;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.profile-settings-label-container label{display:block}.profile-settings-input-container input,.profile-settings-input-container select{width:100%;padding:10px;border-radius:4px;border:1px solid #ccc;box-sizing:border-box}.profile-image-container input{margin-bottom:10px}.profile-image-container img{width:80px;height:80px;border-radius:50%;margin-top:10px}.reset-password-button{margin-left:10px;padding:8px 15px;color:#000;border:none;border-radius:4px;cursor:pointer}.confirmation-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.confirmation-dialog{background-color:var(--themeBackgroundColor);padding:20px;border-radius:10px;width:100%;max-width:340px;box-shadow:0 2px 10px #0000001a;transform:translateY(-50px);opacity:0;animation:fadeInSlide .3s ease forwards}@keyframes fadeInSlide{to{transform:translateY(0);opacity:1}}.confirmation-dialog p{margin-bottom:15px;color:#fff;text-align:center;font-size:1rem}.confirmation-dialog input{width:100%;padding:12px;border-radius:5px;border:1px solid #ddd;font-size:1rem;color:#fff;background-color:var(--themeBackgroundColor);box-sizing:border-box;margin-bottom:20px}.confirmation-dialog input:focus{border-color:var(--themePrimaryColor)}.dialog-buttons{display:flex;justify-content:space-between;margin-top:20px}.dialogue-button{padding:10px 20px;font-size:1rem;border-radius:5px;cursor:pointer;border:2px solid black;margin:4px;color:#000;transition:background-color .3s ease}.primary-button{background-color:var(--themePrimaryColor);color:#000}.primary-button:hover{background-color:var(--themePrimaryColorHover)}.red-button{background-color:#d32f2f;color:whblackite}.red-button:hover{background-color:#b71c1c}.grey-button{background-color:var(--themeBackgroundColorHover);color:#fff}.grey-button:hover{background-color:#666}.input-group{position:relative;margin-bottom:20px}.input-group input{width:100%;padding:12px;margin:4px 0;border-radius:5px;border:1px solid #ddd;font-size:1rem;color:#fff;background-color:var(--themeBackgroundColor);box-sizing:border-box;transition:border-color .3s ease}.input-group input:focus{border-color:var(--themePrimaryColor)}.input-group label{position:absolute;top:50%;left:12px;font-size:1rem;color:#aaa;pointer-events:none;transition:.3s ease all;transform:translateY(-50%);background-color:var(--themeBackgroundColor);padding:0 4px}.input-group input:focus+label,.input-group input:not(:placeholder-shown)+label{font-size:.8rem;color:var(--themePrimaryColor);top:0}.settings-button{width:80%;margin:12px 20px}@media (max-width: 768px){.profile-settings-row{flex-direction:column;align-items:flex-start}.profile-settings-label-container,.profile-settings-input-container{width:100%;flex-direction:column;align-items:center}.profile-settings-label-container{text-align:left;justify-content:flex-start}.confirmation-dialog{width:90%;padding:15px}.confirm-button,.cancel-button{font-size:.9rem;padding:8px 16px}}.dashboard-popup-cancel-button{background-color:var(--themeBackgroundColorLight);color:#fff}.dashboard-popup-cancel-button:hover{background-color:var(--themeBackgroundColor)}.dashboard-popup-list{padding:20px;list-style:none;margin:0;text-wrap:nowrap}.dashboard-popup-list li{display:flex;align-items:center;justify-content:center;padding:12px 32px;margin:16px 0;border-radius:24px;color:#000;border:2px solid black;background-color:var(--themePrimaryColor);box-sizing:border-box;cursor:pointer;text-wrap:nowrap;font-weight:600;transition:.2s}.dashboard-popup-list li:hover{background-color:var(--themePrimaryColorHover)}.dashboard-month-nav{display:flex;justify-content:space-between;align-items:center;padding:0 12px;margin-bottom:12px}.dashboard-month-nav h3{margin:0;font-size:1.52rem;text-align:center;width:280px}.dashboard-arrow-button{border:none;font-size:1.5rem;cursor:pointer;color:#000;padding:4px 12px;max-width:60px;transition:color .2s ease}.dashboard-arrow-button:disabled{opacity:.3;cursor:not-allowed}.dashboard-pay-table-wrapper{border-radius:8px;color:#fff;padding:12px;flex-grow:1}.dashboard-pay-table{width:100%;border-collapse:collapse;font-size:.95rem}.dashboard-pay-table th,.dashboard-pay-table td{border-bottom:1px solid #222;padding:10px;text-align:left}.dashboard-pay-table th{background-color:#202020;font-weight:600}.main-row:hover{background-color:#ffffff0d}.expand-btn{background:none!important;border:none;color:#fff;font-size:1rem;cursor:pointer;transition:transform .2s ease}.expand-btn:hover{transform:scale(1.2)}.details-row{background-color:#232323}.day-details-wrapper{display:flex;flex-direction:column;gap:6px;padding:12px}.day-detail-headers,.day-detail-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:12px;padding:6px 8px}.day-detail-headers{font-weight:700;font-size:.88rem;border-bottom:1px solid #333;padding-bottom:8px}.day-detail-row{background-color:#ffffff0a;border-radius:4px;font-size:.88rem}.dashboard-container{display:flex;flex-direction:column;width:100%;height:auto;min-height:200px;border-radius:12px;margin:0 12px;gap:20px}.dashboard-controls-container{display:flex;gap:20px;flex-direction:row;align-items:stretch;justify-content:stretch}.dashboard-controls-wrapper{display:flex;flex-direction:column;align-items:stretch;justify-content:center;background-color:var(--themeBackgroundColorLight);flex:1;border-radius:12px;padding:40px;border:2px solid black}.dashboard-control-selection,.dashboard-stat{background-color:var(--themePrimaryColor);color:#000;flex:1;padding:20px;margin:20px 0;display:flex;align-items:center;justify-content:center;font-size:1.5rem;border:2px solid black;border-radius:200px;overflow:hidden;transition:.2s}.dashboard-control-selection.hide{max-height:0;padding:0;border:none;margin:0}.dashboard-control-selection.show{max-height:200px;padding:20px;margin:20px 0;border:2px solid black}.dashboard-stat{position:relative}.dashboard-stat-label{position:absolute;top:4px;left:24px;font-size:.8rem;color:#2b2b2b}.dashboard-control-selection:hover{background-color:var(--themePrimaryColorHover);cursor:pointer}.dashboard-pay-table-container{background-color:var(--themeBackgroundColorLight);border-radius:12px;min-height:100px;border:2px solid black;display:flex;align-items:center;justify-content:stretch}.dashboard-dark-overlay{position:fixed;top:0;left:0;z-index:1000;width:100vw;height:100vh;pointer-events:none;background-color:#0000;transition:.2s}.dashboard-dark-overlay.show{background-color:#0009;pointer-events:auto}.dashboard-selection-popup{position:fixed;top:60%;left:50%;background-color:var(--themeBackgroundColorHover);border:2px solid black;transform:translate(-50%,-50%);max-height:0;max-width:0;opacity:0;border-radius:12px;overflow:hidden;transition:.2s}.dashboard-selection-popup.show{max-height:800px;max-width:600px;top:40%;opacity:1}.dashboard-popup-content{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:20px;min-height:200px;box-sizing:border-box;width:100%}@media (max-width: 768px){.dashboard-controls-container{flex-direction:column}}.preferences-content{padding:60px 20px;font-family:Arial,sans-serif}.currency-buttons-container,.toggle-buttons-container{display:flex;gap:12px;margin-top:20px;justify-content:center;flex-wrap:wrap}.currency-button,.toggle-button{width:120px;height:60px;background-color:var(--themeBackgroundColorHover);color:#fff;border:2px solid black;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:1.5rem;text-align:center;transition:.2s ease-in-out}.currency-button:hover,.toggle-button:hover{background-color:var(--themeBackgroundColor)}.currency-button.selected,.toggle-button.selected{background-color:var(--themeBackgroundColor);border-color:var(--themePrimaryColor);box-shadow:0 0 4px #1a73e866;color:#fff}.currency-button span,.toggle-button span{font-size:1.2rem}.currency-button.selected span,.toggle-button.selected span{font-weight:700}.switch-container{display:flex;align-items:center;gap:12px;justify-content:space-between}.switch-container p{max-width:70%}.switch{position:relative;width:60px;height:34px;background-color:var(--themeBackgroundColorHover);border-radius:50px;border:2px solid black;cursor:pointer;display:flex;align-items:center;transition:background-color .3s ease,justify-content .3s ease}.switch:before{content:"";position:absolute;top:4px;left:4px;width:26px;height:26px;background-color:#fff;border-radius:50%;transition:transform .3s ease}.switch.active{background-color:var(--themePrimaryColorHover);border-color:var(--themePrimaryColor)}.switch.active:before{transform:translate(26px)}.switch-label{font-size:.9rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%,-50%)}.preferences-row{margin:20px 0}.selector-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.day-selector{width:140px;padding:10px 12px;background-color:var(--themeBackgroundColorHover);color:#fff;border:2px solid black;border-radius:12px;font-size:1rem;cursor:pointer;transition:background-color .2s ease-in-out}.day-selector:hover{background-color:var(--themeBackgroundColor)}.day-selector:focus{outline:none;border-color:var(--themePrimaryColor);box-shadow:0 0 4px #1a73e866}@media (max-width: 768px){.currency-buttons-container{flex-direction:column;gap:10px}.currency-button{width:100%;text-align:center}}.splash-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;color:#fff;font-size:2rem;z-index:1000}.app-container{display:flex;flex-direction:column;min-height:100vh;position:relative;overflow-x:hidden;padding-top:0}.route-main{flex:1;width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}section{width:100%;max-width:1200px;display:flex;align-items:stretch;justify-content:center}button,a{color:inherit;text-decoration:none;-webkit-text-size-adjust:none}button{width:100%;padding:12px;cursor:pointer;transition:.2s ease-in-out;border-radius:200px;background-color:#dff178;border:2px solid #000000;color:#000;box-shadow:none;font-weight:600;font-size:1rem}button:hover{background-color:#bece64;border-color:#000}.line{border-bottom:1px solid rgb(0,0,0);width:100%;margin:20px 0}.form-input-wrapper{display:flex;flex-direction:column;position:relative;align-items:center;width:100%}.form-input-wrapper label{position:absolute;left:12px;top:50%;transform:translateY(-50%);background-color:var(--themeBackgroundColor);padding:0 4px;color:#fff;font-size:1rem;transition:all .2s ease-in-out;pointer-events:none}.form-input-wrapper input:focus+label,.form-input-wrapper input:not(:placeholder-shown)+label,.form-input-wrapper textarea:focus+label,.form-input-wrapper textarea:not(:placeholder-shown)+label{top:0;font-size:.85rem;color:#dff178}.form-input-wrapper input{width:100%;box-sizing:border-box;padding:12px;color:#fff;background-color:var(--themeBackgroundColor);border:4px solid #e4e4e4;border-radius:200px;font-size:1rem}.form-input-wrapper input:focus,.form-input-wrapper textarea:focus{border-color:#dff178;background-color:#ffffff0d;outline:none;transition:all .2s ease}.form-input-wrapper input:-webkit-autofill:focus,.form-input-wrapper input:-webkit-autofill:hover{background-color:#ffffff0d!important;border-color:#dff178!important;-webkit-text-fill-color:white!important}.form-input-wrapper input:-webkit-autofill{background-color:var(--themeBackgroundColor)!important;-webkit-box-shadow:0 0 0px 1000px rgb(0,0,0) inset!important;-webkit-text-fill-color:white!important;border:4px double rgb(255,255,255)}.form-input-wrapper input:-moz-autofill{background-color:var(--themeBackgroundColor)!important;color:#fff!important}@media (max-width: 768px){.hide-on-mobile{display:none}.padding-top-mobile{padding-top:40px}}.terms-and-conditions-content{padding:60px 40px}.terms-and-conditions-content h1{text-align:center}.terms-and-conditions-content h2{text-align:start}.help-route{position:relative;width:100vw;display:flex;flex-direction:row}.help-route-sidebar{position:relative;display:flex;flex-direction:column;padding:60px 20px;width:20vw;max-width:320px;min-width:200px;box-shadow:0 0 8px #000;background-color:var(--themeBackgroundColorHover);transition:.2s}.help-route-sidebar.mobile-sidebar{min-width:10px;max-width:10px;padding:60px 12px;height:100vh}.help-route-sidebar-content-wrapper{overflow:hidden;flex-grow:1;position:relative}.help-route-sidebar-content{min-width:200px}.expand-sidebar-button{background-color:var(--themePrimaryColor);color:#000;font-size:28px;width:40px;height:40px;position:fixed;top:80px;left:20px;border-radius:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10}.expand-sidebar-button:hover{background-color:var(--themePrimaryColorHover)}.help-route-sidebar h2{margin-bottom:20px;text-align:start;font-size:1.1rem;font-weight:700}.help-route-sidebar ul{list-style:none;padding-left:0}.help-route-sidebar li{margin-bottom:8px;padding:4px 12px;cursor:pointer;border-radius:4px;color:gray;transition:background-color .2s,color .2s}.help-route-sidebar li:hover{background-color:#dff17811}.help-route-sidebar li.active{background-color:var(--themePrimaryColorHover);color:#000}.help-route-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex-grow:1;padding:60px 40px;text-align:center;min-width:300px}.help-route-content h1{font-size:2rem;margin-bottom:2rem}.help-route-content p{font-size:1rem;max-width:800px;margin-bottom:4rem}.help-route-content iframe{width:100%;max-width:1200px;height:100%;border:1px solid black;margin-bottom:2rem;border-radius:8px;box-shadow:0 2px 12px #00000014}.help-route-buttons{display:flex;justify-content:space-between;width:100%}.help-route-buttons button{font-size:1rem;border:none;cursor:pointer;transition:background-color .2s;max-width:120px}.help-route-buttons button:disabled{background-color:#768041;cursor:not-allowed}.form-input-wrapper textarea{width:100%;box-sizing:border-box;padding:12px;color:#fff;background-color:var(--themeBackgroundColor);border:4px solid #e4e4e4;border-radius:20px;font-size:1rem;min-height:120px;transition:all .2s ease}.form-input-wrapper textarea:focus{border-color:#dff178;background-color:#ffffff0d;outline:none}.form-input-wrapper textarea:focus+label,.form-input-wrapper textarea:not(:placeholder-shown)+label{top:0;font-size:.85rem;color:#dff178}:root{--themeBackgroundColor: rgb(20,20,20);--themeBackgroundColorHover: rgb(10,10,10);--themeBackgroundColorLight: rgb(30,30,30);--themeBackgroundColor1: rgb(245,245,245);--themePrimaryColor: #dff178;--themePrimaryColorOpaque: #dff178e4;--themePrimaryColorHover: #bece64}body{margin:0;font-family:Lato,Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;background-color:var(--themeBackgroundColor)}*:not(button):not(input){color:#fff}button,.icon,a,div{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}
