@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";.toggle-switch{position:relative;display:inline-block;width:36px;height:20px}.toggle-switch input[type=checkbox]{display:none}.toggle-switch .switch{position:absolute;cursor:pointer;background-color:#5f6873;border-radius:100px;top:0;right:0;bottom:0;left:0;transition:background-color .2s ease}.toggle-switch .switch>.switch-img{transition:transform .2s ease}.toggle-switch input[type=checkbox]:checked+.switch{background-color:#2e3192}.toggle-switch input[type=checkbox]:checked+.switch>.switch-img{transform:translate(14px)}.toggle-switch input[type=checkbox]:disabled+.switch{background-color:#5f6873;opacity:.5;cursor:not-allowed}.toggle-switch input[type=checkbox]:disabled+.switch>.switch-img{opacity:.5}.user-interest-switch .toggle-switch .switch{background-color:#5f6873}.user-interest-switch .toggle-switch input[type=checkbox]:checked+.switch{background-color:#2e3192}html,body{height:100%;margin:0;font-family:Roboto,sans-serif}#root{height:100%;width:100%}.chakra-container{display:flex;flex-direction:column}
