#chooseLocation .modal-dialog{
    width: 67.7rem;
    height: 30.5rem;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#chooseLocation .modal-body{
    padding: 0;
}
#chooseLocation .select-container{
    position: absolute;
    left: 0.52rem;
    top: 0.52rem;
    z-index: 1;
}
#chooseLocation .select-container .select-button{
    display: flex;
    width: 12.03125rem;
    padding: 1.30208rem;
    justify-content: space-between;
    align-items: center;
    background: #0223C6;
    color: #FFF;
    font-size: 0.83333rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
}
#chooseLocation .select-container .select-option {
    padding: 0.65104rem 0.82292rem;
}
#chooseLocation .select-container .select-arrow{
    border-color: #FFF;
}
#chooseLocation button.close{
    width: 0.67708rem;
    height: 0.67708rem;
    position: absolute;
    right: 1.04167rem;
    top: 1.04167rem;
    z-index: 1;
    opacity: 1;
}
.gmap .gm-style-cc,
.gmap a[href^="https://maps.google.com/maps"],
.gmap a[href^="https://www.google.com/maps"] {
    display: none !important;
}

@media (max-width: 767px) {
    #chooseLocation .modal-dialog {
        width: 90%;
        height: 150rem;
    }
    #chooseLocation .gmap{
        height: 150rem;
    }
    #chooseLocation button.close {
        width: 3.33333rem;
        height: 3.33333rem;
        right: 5.12821rem;
        top: 5.12821rem;
    }
    #chooseLocation .select-container {
        display: flex;
        width: 46.15385rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 2.5641rem;
        position: absolute;
        left: 2.5641rem;
        top: 2.30769rem;
    }
    #chooseLocation .select-container .select-button {
        padding: 2.5641rem;
        height: 10.25rem;
        width: 26rem;
    }
    #chooseLocation .select-container .select-button .select-text{
        font-size: 3.58974rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        text-transform: none;
    }
    #chooseLocation .select-dropdown{
        display: flex;
        padding: 2.05128rem 2.82051rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 2.82051rem;
        flex-wrap: nowrap;
    }
    #chooseLocation .select-option{
        padding: 0;
    }
    .swal2-popup {
        font-size: 10px;
    }
}