.v-checkbox{border:none;cursor:pointer;display:inline;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-checkbox--border .v-checkbox__input{background:#fff;border:1px solid #b8b8b9}.v-checkbox.is-checked.v-checkbox--border .v-checkbox__input{border:none}.v-checkbox__input{border:none;flex-shrink:0;height:24px;outline:none;padding:2px;position:relative;width:24px}.v-checkbox__input:before{background-color:#fff;border:1px solid transparent;border-radius:50%;box-sizing:border-box;content:"";height:100%;left:0;opacity:1;pointer-events:none;position:absolute;right:0;top:0;transition:all .3s ease-in-out;width:100%}.v-checkbox--gray .v-checkbox__input{background-color:transparent;outline:none!important;padding:0}.v-checkbox--gray .v-checkbox__input:before{background-color:var(--pseudo-bg-color,#efeff0);border:1px solid var(--pseudo-bd-color,#efeff0);border-radius:50%;box-sizing:border-box;content:"";height:100%;left:0;opacity:1;pointer-events:none;position:absolute;right:0;top:0;transition:background-color .3s ease-in-out;width:100%}.v-checkbox--medium .v-checkbox__label{font-size:15px;font-weight:500;line-height:normal;margin-left:16px;text-transform:uppercase}@media only screen and (max-width:1279px){.v-checkbox--medium .v-checkbox__label{font-size:13px;margin-left:12px}}.v-checkbox--long .v-checkbox__label{font-size:15px;font-weight:500;line-height:normal;margin-left:12px;text-transform:uppercase}@media only screen and (max-width:1279px){.v-checkbox--long .v-checkbox__label{font-size:13px}}.v-checkbox--lg .v-checkbox__label{margin-left:12px}.v-checkbox--lg .v-checkbox__label p{font-size:20px;letter-spacing:-.2px;line-height:24px}.v-checkbox--xl .v-checkbox__input{height:28px;margin-right:15px;width:28px}.v-checkbox.is-disabled{opacity:.5;pointer-events:none}.v-checkbox.is-checked .v-checkbox__arrow{opacity:1}.v-checkbox.is-checked .v-checkbox__input:before,.v-checkbox.is-checked.v-checkbox--gray .v-checkbox__input:before{background-color:#141414}.v-checkbox.is-checked.v-checkbox--gray .v-checkbox__input--colored.v-checkbox__input:before{background-color:var(--pseudo-bg-color)}.v-checkbox.is-focused .v-checkbox__input:before{border:1px solid #141414}.v-checkbox.is-focused.v-checkbox--gray .v-checkbox__input:before{border:none}.v-checkbox__body{align-items:center;display:flex;position:relative}.v-checkbox__body.is-absolute{position:absolute;top:1.2rem}.v-checkbox__arrow{left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s ease}.v-checkbox__native{display:none}.v-checkbox__label{transition:color .3s ease}
