.school-selector{box-sizing:border-box;margin:32px 0;max-width:720px;width:100%}.school-selector-row{align-items:end;display:grid;gap:16px;grid-template-columns:minmax(0,1fr) 180px}.school-selector label{color:#101b38;display:block;font-size:16px;font-weight:700;margin-bottom:8px}.school-select-wrapper{position:relative}.school-selector select{appearance:none;background:#fff;border:1.5px solid #b9bfcd;border-radius:8px;box-sizing:border-box;color:#101b38;cursor:pointer;display:block;font-family:inherit;font-size:16px;height:48px;outline:none;padding:0 44px 0 16px;width:100%}.school-selector select:focus{border-color:#5038e5;box-shadow:0 0 0 3px rgba(80,56,229,.15)}.school-select-wrapper:after{border-bottom:2px solid #101b38;border-right:2px solid #101b38;content:"";height:9px;pointer-events:none;position:absolute;right:18px;top:50%;transform:translateY(-65%) rotate(45deg);width:9px}.school-selector button{background:#d1d1d1;border:0;border-radius:26px;box-sizing:border-box;color:#777;cursor:not-allowed;font-family:inherit;font-size:16px;font-weight:700;height:48px;padding:0 20px;width:100%}.school-selector button:not(:disabled){background:#5038e5;color:#fff;cursor:pointer}.school-selector button:not(:disabled):hover{background:#412bc7}@media (max-width:600px){.school-selector{margin:24px 0;max-width:100%;width:100%}.school-selector-row{gap:12px;grid-template-columns:1fr}.school-selector button{width:100%}}