.error{
    color: red !important;
}

.form-check [type=checkbox]+label+label::before{
	top: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #e6e9f2;
    border-radius: 1px;
    margin: 2px 5px;
    -webkit-transform: rotateZ(
	37deg
	);
    transform: rotateZ(
	37deg
	);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.form-check [type=checkbox]:not(:checked)+label+label::before{
    width: 0;
    height: 0;
    border-color: transparent;
    left: 6px;
    top: 10px;
}

.form-check [type=checkbox]+label+label::after, .form-check [type=checkbox]+label+label::before{
	content: '';
    left: 0;
    position: absolute;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    z-index: 1;
    border-style: solid;
    border-width: 2px;
}

.form-check [type=checkbox]+label+label, .form-check [type=radio]+label+label{
	position: relative;
    padding-left: 36px;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-check [type=checkbox]:checked+label+label::before{
    top: 6px;
    left: 1px;
    width: 8px;
    height: 13px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent #fff #fff transparent;
    -webkit-transform: rotate(
40deg
);
    transform: rotate(
40deg
);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: .8;
}



.form-check [type=checkbox]+label+label::after, .form-check [type=checkbox]+label+label::before{
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    z-index: 1;
    border-style: solid;
    border-width: 2px;
}
.form-check [type=checkbox]+label+label::after{
    border-radius: 4px;
    height: 20px;
    width: 20px;
    margin: 6px 5px;
    top: 0;
}
.form-check [type=checkbox]:checked+label+label::after{
    border-color: #06c;
    background-color: #06c;
    z-index: 0;
}
.form-check label.error{
    padding-left: 0 !important;
}
.form-check label.error:before, .form-check label.error:after{
    display: none;
    width: 0px;
    height: 0px;
}

.table-sm input{
    height: 30px !important;
}
.table-sm input[type="button"]{
    padding: 0 20px !important;
}
.table-sm textarea{
    font-size: 12px !important;
} 
textarea{
    background-color: #f6f6f6 !important; box-shadow: 0 0 0 1px rgb(0 0 0 / 20%) !important; resize: none !important;
}
.table-sm input[type="number"]{
    background-color: #f6f6f6;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 20%);
    border-bottom: none;
}
.modal{
    z-index: 9999999 !important;
}