@charset "utf-8";

/* TODO */

input[type=checkbox].form-control,
input[type=radio].form-control {
    display: inline;
    width: 34px !important;
    outline: unset !important;
    -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 0 0 rgb(102 175 233 / 0%) !important;
    box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 0 0 rgb(102 175 233 / 0%) !important;
}

.checkbox input[type=radio],
.checkbox input[type=checkbox] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -30px;
}

input[type=checkbox],
input[type=radio] {
    margin: 0 0 0 -15px;
    margin-top: 1px\9;
    line-height: normal;
}

.plr {
    padding-left: 0;
    padding-right: 0;
}

#extraSettings .form-control {
    max-width: 300px;
}
/* .checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 30px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
} */