input[type="checkbox"],
input[type="radio"],
label[for] {
    cursor: pointer;
}

.form-check .form-check-label {
    color: var(--bs-gray-700);
}

.w-fit {
    width: fit-content;
}

.double_dot--before {
    position: relative;
}

.double_dot--before::before {
    content: ":";
    left: 0;
    position: absolute
}

.btn-light-warning svg.m1kp_stroke path {
    stroke: var(--bs-warning);
}

.btn-light-warning:hover svg.m1kp_stroke path {
    stroke: white;
}