:root {
    --body-font-size: 14px;
    --body-font-weight: 400;
    --body-line-height: 1.2;
    --body-color: #22262a;
    --body-bg: #fff;
}
.form-control {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    padding: .3rem .3rem;
}

.btn {
    --btn-padding-x: 0.2rem;
    --btn-padding-y: 0.2rem;
    --btn-font-family: ;
    --btn-font-size: 1rem;
    --btn-font-weight: 300;
    --btn-line-height: 1.5;
}
.custom-select, .form-select {
    font-size: 14px;
    font-weight: 400;
    line-height: 0.8;
    padding: 8px;
}

.form-control-plaintext {
    line-height: 1.2;
    margin-bottom: 0;
    padding: 0 0;
}

.chosen-container.chosen-container-single .chosen-single {
    height: 35px;
    line-height: 1.2;
    padding: unset;
    vertical-align: middle;
}





