/* BOOTSTRAP */

.radio-lg {
    width: 1.5rem;
    height: 1.5rem;
    padding-top: 13px;
    padding-left: 6px;
}

.ckbx {
    width: 1.5rem;
    height: 1.5rem;
}

.ckbx:hover {
    cursor: pointer !important;
}

input[type="radio"] {
    transform: scale(1.3);
}

input[type="checkbox"] {
    transform: scale(1.2);
}

.form-check-label {
    /* border: 1px solid red !important; */
}

.btn {
    text-transform: uppercase !important;
    font-size: var(--small-font-size) !important;
}