.switch-wrapper{display:grid;position:relative;top:-3px}@media screen and (max-width:480px){.switch-wrapper{justify-self:end}}.switch-input[type=checkbox]{height:0;width:0;visibility:hidden}.switch-label{cursor:pointer;text-indent:-9999px;width:50px;height:25px;background:grey;display:block;border-radius:100px;position:relative}.switch-label:after{content:"";position:absolute;top:5px;left:5px;width:20px;max-width:20px;height:15px;background:#fff;border-radius:90px;-webkit-transition:.3s;transition:.3s}.switch-input:checked+.switch-label{background:#061a44}.switch-input:checked+.switch-label:after{left:calc(100% - 5px);-webkit-transform:translateX(-100%);transform:translateX(-100%)}.switch-label:active:after{width:130px}body{background-color:#010e2c;color:#fff;font-family:Do Hyeon,sans-serif}
/*# sourceMappingURL=main.163f4fc8.chunk.css.map */