.control-label {
    text-align: left!important;
    padding-top: 0!important;
    font-size: 1.5rem;
}
.custom-flex {
    display: flex!important;
    justify-content: start;
    align-items: center;
    cursor: pointer;
}
.custom-checkbox {
    margin: 0 7px 0 0!important;
}
.filter-label {
    font-size: 1.8rem;
    font-weight: 600;
}
.normal-label {
    font-size: 1.8rem!important;
    font-weight: normal!important;
}
@media (min-width:992px) {
    .custom-col {
        width: 100%;
    }
}
@media (min-width:1200px) {
    .custom-col {
        width: 75%;
    }
}
.mx-auto {
    margin-right: auto;
    margin-left: auto;
}
.mx-3 {
    margin-right: 1rem;
    margin-left: 1rem
}

.swal2-show {
    width: 40vw;
    height: 50vh;
    font-size: 2rem;
}

textarea {
    resize: none;
}