﻿
@media only screen and (max-width: 991px) {
    #SearchBtnDiv {
        margin-top: 1rem !important;
        width: 100% !important;
    }
    #SearchBtn {
        width: 100% !important;
    }
}

#SearchBtnDiv {
    margin-top: 0;
}

.padding {
    padding-top: .75em;
    padding-bottom: .75em;
}

#map {
    margin-top: .75em;
    text-align: center;
    height: 100%;
    min-height: 300px;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;
    border-radius: 20px;
}

.select2 {
    width: 100% !important;
}

.toggle {
    width: 100% !important;
}

.toggle-group .toggle-on {
    align-content: center;
}

.toggle-group .toggle-off {
    align-content: center;
}

@media screen and (max-width: 991px) {
    div.toggle:has(input#isVerified) {
        min-height: 3.815rem !important;
    }
    div.toggle:has(input#isOfficial) {
        min-height: 3.815rem !important;
    }
}

.custom-time-and-price-for-subjects {
    display: block;
}

@media (min-width: 576px) {
    .custom-time-and-price-for-subjects {
        display: inline-grid !important;
    }
}