.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .15s;transition:opacity .15s}.fade-enter,.fade-leave-to{opacity:0}.base-checkbox{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.base-checkbox__input{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px}.base-checkbox__checkbox{width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;border:1px solid #ccd0d9;border-radius:2px;-webkit-transition:background-color .15s,border .15s;transition:background-color .15s,border .15s;cursor:pointer}.base-checkbox__checkbox:hover{background-color:#ccd0d9}.base-checkbox__checkbox:active{border:1px solid #b6b9bf;background-color:#b6b9bf}.base-checkbox__checkbox--checked{border:1px solid #2b2f33;background-color:#2b2f33}.base-checkbox__checkbox--circle{border-radius:50%}.base-checkbox__checkbox--disabled{cursor:default}.base-checkbox__checkbox--disabled:hover{background-color:unset}