.start_container__0BNb2{background-color:red}.start_pageColor__4ft_I{background-color:#fff}.checkbox-label{display:flex;align-items:center}.checkbox-label .checkbox-custom,.checkbox-label .checkbox-text{margin-right:10px}.checkbox-custom{position:relative;height:30px;width:30px;appearance:none;-webkit-appearance:none;-moz-appearance:none;outline:none;cursor:pointer;background:transparent}.checkbox-custom:before{content:"";position:absolute;top:0;left:0;height:30px;width:30px;background-color:#d1d5db;border:0;border-radius:8px}.checkbox-custom:checked:after{content:"";position:absolute;left:11px;top:6px;width:8px;height:14px;background-color:#a2a5a9;border-width:0 3px 3px 0;transform:rotate(45deg)}.checkbox-custom:checked:before{background-color:#a2a5a9;border-radius:8px}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-circle{border:4px solid red;border-top:4px solid transparent;border-radius:50%;width:50px;height:50px;animation:rotate 2s linear infinite}.loading-wheel-container{display:flex;justify-content:center;align-items:center;height:100%}.loading-wheel{width:30px;height:30px;border-radius:50%;border:4px solid rgba(255,0,0,.3);border-top-color:red;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}