.modal-backdrop.in {
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(10px);
    opacity: 1;
}
#chooseSalon .popup-title {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'calt' off;
    font-size: 1.87193rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 1.71875rem;
}
#chooseSalon .submit[disabled],
#chooseSalon .submit.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #ccc;
}

.loading-salons .spinner {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #0223C6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#chooseSalon .modal-dialog{
    width: 50rem;
    height: max-content;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#chooseSalon .modal-content{
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    border: none;
}
#chooseSalon .modal-body{
    padding: 4rem 3.125rem 3.125rem 3.125rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.04167rem;
    align-self: stretch;
}
#chooseSalon .select-container{
    /*position: absolute;
    left: 0.52rem;
    top: 0.52rem;
    z-index: 1;*/
}
#chooseSalon .select-container .select-button{
    display: flex;
    width: 12.03125rem;
    height: 3.75rem;
    padding: 1.30208rem;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
    border: 1px solid #0223C6;
    color: #0223C6;
    font-size: 0.83333rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
}
#chooseSalon .select-container .select-dropdown{
    top: 4.79167rem;
}
#chooseSalon .select-container .select-option {
    padding: 0.65104rem 0.82292rem;
}
#chooseSalon .select-container .select-arrow{
    border-color: #0223C6;
}
#chooseSalon .select-gbar#gbar-list{
    gap: 1rem;
    min-height: auto;
    height: auto;
    max-height: 25rem;
    overflow-y: auto;
    flex-shrink: 0; /* Важливо! Запобігає стисненню */
    flex-basis: auto; /* Додатково */
}
#chooseSalon .select-gbar#gbar-list .gbar-salon{
    padding: 1.38891rem;
    position: relative;
    height: 12rem;
    cursor: pointer;
}
#chooseSalon .select-gbar#gbar-list .gbar-salon svg.selected{
    display: none;
    width: 2.34375rem;
    height: 2.34375rem;
    position: absolute;
    right: 1.02432rem;
    top: 1.04167rem;
    fill: #0223C6;
}
#chooseSalon .select-gbar#gbar-list .gbar-salon.selected svg.selected{
    display: block;
}
#chooseSalon button.close{
    width: 1.61458rem;
    height: 1.61458rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 1;
    opacity: 1;
}
#chooseSalon button.close svg{
    width: 1.61458rem;
    height: 1.61458rem;
}
#chooseSalon .submit{
    display: flex;
    height: 3.75rem;
    padding: 0.88542rem 22.29167rem;
    justify-content: center;
    align-items: center;
    gap: 0.52083rem;
    align-self: stretch;
    background: #0223C6;
    color: #FFF;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
}
#chooseSalon .select-gbar#gbar-list .gbar-info {
    align-items: flex-start;
}

#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;
}

.swal-popup .swal2-confirm {
    border: 1px solid var(--Blue, #0223C6);
    background: var(--Blue, #0223C6);
    display: flex;
    width: 27.08333rem;
    padding: 1.66667rem 0;
    justify-content: space-between;
    align-items: center;
    color: var(--G-Web-White, #FFF);
    font-size: 0.97222rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 1.16667rem */
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #chooseSalon button.close, #chooseSalon button.close svg {
        width: 5.12821rem;
        height: 5.12821rem;
        right: 2.41rem;
        top: 2.41rem;
    }
    #chooseSalon .select-gbar#gbar-list .gbar-salon svg.selected {
        width: 5.64103rem;
        height: 5.64103rem;
        right: 5.13rem;
        top: 5.13rem;
    }
    #chooseSalon .popup-title {
        color: #FFF;
        text-align: center;
        font-feature-settings: 'calt' off;
        font-size: 4.8rem;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        text-transform: uppercase;
        padding: 0 10rem;
        margin-bottom: 7.69231rem;
    }
    #chooseSalon .select-gbar#gbar-list {
        grid-template-columns: none !important;
        min-height: auto;
        height: auto;
        max-height: 100rem;
        gap: 2.5641rem;
        overflow-y: auto;
        flex-shrink: 0; /* Важливо! Запобігає стисненню */
        flex-basis: auto; /* Додатково */
    }
    #chooseSalon .select-gbar#gbar-list .gbar-info h2 {
        color: #FFF;
        font-feature-settings: 'liga' off, 'clig' off, 'calt' off;
        font-size: 3.58974rem;
        font-style: normal;
        font-weight: 700;
        line-height: 145%;
        letter-spacing: -0.10769rem;
        text-transform: uppercase;
    }
    #chooseSalon .select-gbar#gbar-list .gbar-info p {
        color: #FFF;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 3.58974rem;
        font-style: normal;
        font-weight: 400;
        line-height: 113%;
        letter-spacing: -0.10769rem;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }
    #chooseSalon .modal-dialog {
        width: 88.97436rem;
    }
    #chooseSalon .select-gbar#gbar-list .gbar-salon img {
        height: 35.64103rem;
    }
    #chooseSalon .select-gbar#gbar-list .gbar-salon {
        height: 35.64103rem !important;
        padding: 5.12821rem;
        align-items: flex-start;
    }
    #chooseSalon .select-gbar#gbar-list .gbar-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.13889rem;
        flex: 1 0 0;
        justify-content: space-between;
        height: 100%;
    }
    #chooseSalon .modal-body {
        display: flex;
        padding: 10.41026rem 6.41026rem 6.41026rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 5.89744rem;
        flex-shrink: 0;
    }
    #chooseSalon .select-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2.5641rem;
    }
    #chooseSalon .select-container .select-button {
        padding: 2.5641rem;
        height: 10.25rem;
        width: 26rem;
    }
    #chooseSalon .select-container .select-button .select-text{
        font-size: 3.58974rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        text-transform: none;
    }
    #chooseSalon .select-container .select-dropdown{
        display: flex;
        padding: 2.05128rem 2.82051rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        flex-wrap: nowrap;
        top: 12rem;
    }
    #chooseSalon .select-container .select-option{
        padding: 1.65104rem 0.82292rem;
        width: 100%;
    }
    #chooseSalon .submit {
        display: flex;
        padding: 4.35897rem 0;
        justify-content: center;
        align-items: center;
        color: #FFF;
        font-size: 3.58974rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        text-transform: uppercase;
    }
    .swal-popup .swal2-icon {
        align-self: stretch;
        font-feature-settings: 'calt' off;
        font-size: 3.58974rem;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 4.66667rem */
    }
    .swal-popup .swal2-title {
        align-self: stretch;
        color: var(--Black, #2C2929);
        font-feature-settings: 'calt' off;
        font-size: 3.58974rem;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 4.66667rem */
        padding: 3rem 0;
    }
    .swal-popup .swal2-confirm {
        display: flex;
        padding: 6.15385rem 0;
        justify-content: space-between;
        align-items: center;
        color: var(--G-Web-White, #FFF);
        font-size: 3.58974rem;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 4.30769rem */
        text-transform: uppercase;
        width: 100%;
        margin: 0;
        border-radius: 0;
    }
    .swal-popup .swal2-html-container {
        align-self: stretch;
        color: var(--Black, #2C2929);
        font-feature-settings: 'calt' off;
        font-size: 3.58974rem;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        padding: 3rem 0;
    }
    .swal-popup {
        width: 75rem;
        padding-bottom: 0;
    }
    .swal-popup .swal2-actions{
        width: 100%;
    }
    #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;
    }
}