body{box-sizing:border-box;font-family:Lexend;height:100vh;margin:0;max-height:100vh;max-width:100vw;width:100vw}#schedule-main-content,body{align-items:center;display:flex;flex-direction:column}#schedule-main-content{flex:1;max-width:50%;padding-top:4rem}#schedule-header{display:flex;flex-direction:row;gap:1rem}#schedule-header img{aspect-ratio:1;object-fit:contain}#schedule-search{width:100%}#schedule-input-row{display:flex;flex-direction:row;gap:1rem}.schedule-input{align-items:center;border:1px solid #9e9e9e;display:flex;flex-direction:row;gap:.5rem;min-width:250px;padding:.5rem;position:relative}label.schedule-input{cursor:pointer}input.schedule-text-input{background-color:transparent;border:none;flex:1;font-family:Lexend,sans-serif;font-size:15px;height:100%;line-height:100%;outline:none;padding:0}input.schedule-text-input::placeholder{color:#666}.schedule-autocomplete-boxes{background-color:#fff;border:1px solid #ccc;border-top:none;box-shadow:0 2px 5px rgba(0,0,0,.1);box-sizing:border-box;display:none;left:0;max-height:160px;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:1000}.schedule-input .schedule-autocomplete-boxes:hover,.schedule-input input.schedule-text-input:focus+.schedule-autocomplete-boxes{display:block}.schedule-autocomplete-option{border-bottom:1px solid #ededed;color:#333;cursor:pointer;font-size:14px;padding:.75rem 1rem}.schedule-autocomplete-option:last-child{border-bottom:none}.schedule-autocomplete-option:hover{background-color:#f5f5f5}.schedule-autocomplete-option.disabled{color:#b0b0b0;cursor:not-allowed}.schedule-autocomplete-option.disabled:hover{background-color:#fff}#schedule-installation-will-be{display:flex;flex-direction:column;width:100%}#schedule-installation-will-be p{margin:0}#schedule-installation-will-be-row{border-bottom:1px solid #000;display:flex;flex:1;flex-direction:row;padding:.5rem 0;width:max-content}#schedule-installation-will-be-row img{aspect-ratio:1;margin-right:8px;object-fit:contain}#schedule-installation-will-be-row p:first-of-type{margin-right:2rem}#schedule-navigation{border-top:1px solid #9e9e9e;gap:2rem;height:10%;max-height:10%;padding-bottom:1rem;padding-top:1rem;width:100%}#schedule-navigation,#schedule-navigation a{align-items:center;display:flex;flex-direction:row;justify-content:center}#schedule-navigation a{box-sizing:border-box;color:#000;gap:2px}#schedule-navigation a img{aspect-ratio:1;object-fit:contain}#schedule-navigation button{background:#000;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:400;letter-spacing:0;line-height:100%;min-height:55px;min-width:410}.hidden{display:none!important}