@keyframes fadeInAnimation{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleUpRightAnimation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes ripple-expand{to{opacity:0;transform:scale(1)}}.checkbox{position:relative}.checkbox:hover .checkbox__indicator{border-color:#544986}.checkbox input{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;bottom:0;overflow:hidden}.checkbox input:checked~.checkbox__container .checkbox__indicator{background-color:#b88cff;border-color:#b88cff}.checkbox input:checked~.checkbox__container .checkbox__indicator svg{transform:scale(1)}.checkbox__container{-webkit-user-select:none;user-select:none;cursor:pointer;align-items:center;gap:12px;display:flex}.checkbox__indicator{background-color:#010314;border:2px solid #3f3765;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.checkbox__indicator svg{width:14px;height:14px;transition:all .2s cubic-bezier(.4,0,.2,1);transform:scale(0)}.checkbox__label{color:#fafbfbb3;font-size:12px}
