.cites__container {
    margin-bottom: 15px;
}

.list-cities {
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box!important;
    display: -moz-box!important;
    margin: 10px 0 0 0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px
}

.city-container {
    margin-right: 15px;
    text-align: center;
    position: relative;
}

.city-icon {
    background: #ccc;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    font-size: 24px;
    margin: auto;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.city-icon:hover, .city-icon:active {
    text-decoration: none;
    color: #fff;
}

.city-name {
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    color: #ccc;
    font-weight: bold;
    max-width: 75px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.city-add .city-icon {
    background: #f1f1f1;
    color: #ccc;
    font-size: 24px;
}

.selected-location .city-icon {
    background: #005294;
}

.selected-location .city-name {
    color: #005294
}

.city-selected i{
    color: #0ab419;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 18px;
    background: #fff;
    border-radius: 50px
}

#modal-cites .list-cities {
    margin-top: 0;
    padding: 0;
    border: 0;
}

#modal-cites .title__category {
    padding-top: 0;
}

.form-list-cities {
    max-height: 450px;
    overflow-y: scroll;
}

#modal-cites .form-list-cities {
    color: #2a2a2a;
    max-height: 350px;
}

.form-cities .form-actions {
    margin: 15px 0;
}

.dark-mode .form-list-cities {
    color: #fff;
}

.dark-mode .subtitle__category {
    color: #fff;
}

.no-image {
    display: block;
    background: #F3F6F7 url("../img/ziare-no-photo-bg.jpg") no-repeat 50% 50%;
    background-size: contain;
    border-radius: 10px;
}
.no-image img {
    width: 100% !important;
    height: auto !important;
    background: none !important;
}
