// .form-check {
//     .form-check-input {
//         width: 1.35rem;
//         height: 1.35rem;
//         position: relative;
//         top: 1px;
//     }

//     &.form-switch {
//         .form-check-input {
//             width: 2.5rem;
//             height: 1.35rem;
//             // margin-top: 1px;
//         }
//     }
// }

.rotate-180 {
    transform: rotate(180deg);
}