@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}@keyframes spin-left{to{transform:rotate(-360deg)}}.animate-spin-left{animation:1s linear infinite spin-left}.fade-enter-active,.fade-leave-active{transition:opacity .5s .3s}.fade-enter-from,.fade-leave-to{opacity:0}.check-input-wrapper .input-field{margin-bottom:0}.check-input-wrapper .border{border:unset;align-items:center;gap:1rem;background:unset!important}.check-content{-moz-column-gap:.75rem;cursor:pointer;column-gap:.75rem;display:flex}.check-content:hover:not(.disabled) .check-box{border:2px solid #31344a}.check-content.checked .check-box{background:#31344a;border:2px solid #31344a}.check-content.disabled{color:#c3c4ca;cursor:default;pointer-events:none}.check-content.disabled .check-box{background-color:#fff;border-color:#ebebed}.check-content.disabled.checked .check-box{background-color:#c3c4ca;border-color:#c3c4ca}.check-content.disabled.checked .checkAnimation{color:#fff}.check-box{cursor:pointer;color:#fff;background:#fff;border:2px solid #c3c4ca;border-radius:4px;justify-content:center;align-items:center;width:1.2rem;height:1.2rem;transition:all .18s ease-out;display:flex;position:relative}.check-box .checkAnimation{color:#fff}.check-box.checked{background:#31344a;border:2px solid #31344a}.check-box.checked .checkAnimation{color:#fff}.check-box.indeterminate{color:#31344a;background:#31344a;border:2px solid #31344a}.check-box.indeterminate .checkAnimation{color:#0000}.check-box.indeterminate:after{content:"";background:#fff;border-radius:1px;width:60%;height:2px;display:flex;position:absolute}.check-box.error{border:2px solid #fb5531}
