.G_Checkbox{cursor:pointer;align-items:center;height:44px;transition:all .3s;display:flex}.G_Checkbox *{pointer-events:none}.G_Checkbox input{display:none}.G_Checkbox>div{background-color:#0c0e14;border:2px solid #606d87;border-radius:16px;justify-content:center;align-items:center;width:40px;min-width:40px;height:20px;margin-right:8px;transition:all .3s;display:flex;position:relative}.G_Checkbox>div:after{content:"";will-change:transform;background-color:#606d87;border-radius:100%;width:12px;height:12px;transition:all .3s;display:flex;position:absolute;top:2px;left:2px;transform:translate(0)}.G_Checkbox input:checked+div{background-color:#31bbff26;border:2px solid #31bbff}.G_Checkbox input:checked+div:after{background-color:#31bbff;transform:translate(20px)}.G_Checkbox>p{margin-bottom:-1px}.G_Checkbox p{-webkit-user-select:none;user-select:none;padding-bottom:.1em;font-size:12px;font-weight:600;transition:all .3s}.G_Checkbox p a{font-size:12px;font-weight:700;text-decoration:underline;transition:all .3s;color:#31bbff!important}.G_Checkbox p a:hover{filter:brightness(1.2)}.G_Checkbox.green input:checked+div{background-color:#64eb4926;border:2px solid #64eb49}.G_Checkbox.green input:checked+div:after{background-color:#64eb49;transform:translate(20px)}.G_Checkbox:hover p,.G_Checkbox:hover p a{color:#bfbfbf}@media only screen and (width<=560px){.G_Checkbox.type2{height:52px}}.G_Checkbox.type2>div{background-color:#0c0e144d;border:1px solid #2e394f;border-radius:4px;width:20px;min-width:20px;height:20px;margin-right:12px}@media only screen and (width<=560px){.G_Checkbox.type2>div{border-radius:6px;width:28px;min-width:28px;height:28px}}.G_Checkbox.type2>div:after{content:"";opacity:0;background-color:#fff;border-radius:100%;width:10px;height:10px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;-webkit-mask-image:url(../../img/icon/check.svg);mask-image:url(../../img/icon/check.svg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;transform:translate(-50%,-50%)!important}@media only screen and (width<=560px){.G_Checkbox.type2>div:after{width:12px;height:12px}}.G_Checkbox.type2 input:checked+div{background-color:#31bbff;border-color:#31bbff}.G_Checkbox.type2 input:checked+div:after{opacity:1;background-color:#0c0e14}.G_Checkbox.type2 p,.G_Checkbox.type2 p a{font-size:14px;font-weight:600}@keyframes shakeError{0%{transform:translate(0)}25%{transform:translate(5px)}50%{transform:translate(-5px)}75%{transform:translate(5px)}to{transform:translate(0)}}.G_Checkbox.type2.error{animation:.5s shakeError}.G_Checkbox.type2.error>div{border:1px solid #ff3d33}.G_Checkbox.type2.error p{color:#ff3d33}.G_Checkbox.block{opacity:.5;pointer-events:none}
