body {
    font-size: 1rem;
}

*:disabled,
*:disabled:hover {
    background-color: var(--brand-gray);
    border: 1px solid var(--brand-gray)
}

.mt-3px {
    margin-top: 3px;
}

.optionWrapper {
    min-height: 200px;
}

.input-group {
    margin-bottom: 1rem;
}

.form-control {
    padding: 0.5rem;
    width: 100%;
}

.form-check {
    margin-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn-primary-small-outline {
    border: 2px solid var(--brand-color);
    background-color: white;
    color: var(--brand-color);
    font-weight: bold;
}

input[type=checkbox] {
    margin-right: 1rem;
}

.form-check:last-child {
    margin-bottom: 0;
}

.cil-svg {
    fill: rgb(51,51,51);
    fill-rule: evenodd;
    clip-rule: evenodd;
    stroke-linejoin: round;
    stroke-miterlimit: 2;   
}

.fill-none {
    fill: none;
}

@media screen and (max-width: 767px) {
    .form-check {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .text-md-center{text-align:center!important}
}