.uc-user-city{
    white-space: nowrap;
}
.uc-user-city-btn div{
    transition: 0.3s;
    cursor: pointer;
}
.uc-user-city-btn:hover div{
    font-weight: 600 !important;
}
.change-user-city-popup{
    width: 400px;
    padding: 30px 20px;
    border-radius: 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
    background: #fff;
}
.uc-change-user-city *{
    font-family: 'Montserrat',Arial,sans-serif;
}

.uc-change-user-city .t-popup__container{
    background: transparent !important;
}
.change-user-city-popup-text{
    font-weight: 500;
    font-family: 'Montserrat',Arial,sans-serif;
    font-size: 18px;
}
.uc-change-user-city .select2{
    width: 100% !important;
}
.change-user-city-popup .chosen-single{
    color: #000 !important;
    font-size: 16px;
}
.change-user-save-city{
    width: 250px;
    height: 60px;
    background-color: #c82132;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.uc-change-user-city .chosen-single{
    padding: 10px 15px;
    height: auto;
}
.uc-change-user-city .chosen-single div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.uc-change-user-city .chosen-single div b{
    height: 15px;
}
@media screen and (max-width: 550px){
    .change-user-city-popup{
        width: 80%;
    }
    .change-user-save-city{
        width: 100%;
    }
}
.uc-change-user-city{
    
}