﻿.city-item {
    border: 1px solid silver;
    padding: 10px 0;
    width: 90px;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background-color:white;
}

.city-item.selected {
    background-color:deeppink;
    color:white;
}

.city-code {
    font-size: 28px;
    font-weight: bold;
}

.city-title {
}


/*select-city-page*/
.sc-300 {
    font-size: 34px;
    font-weight: 600;
    color: blue;
    text-align: center
}

.sc-301 {
    font-size: 34px;
    font-weight: 600;
    color: blue;
    text-align: center
}

.sc-302 {
    font-size: 64px;
    font-weight: 700;
    color: white;
    text-align: center;
    line-height: 1;
    background-color: deeppink;
    padding: 10px 0 20px;
    border-radius: 20px;
    margin-top: 20px;
}

.sc-303 {
    font-size: 74px;
    font-weight: 600;
    color: deeppink;
    text-align: center
}
