.Mobile-List-Region {
    font-weight: bold;
}

.List-Region, .Mobile-List-Region, .Mobile-List-Region-Country {
    font-size: 0.8em;
    color: #C1272D;
    border: solid 1px #C1272D;
    transition: .2s ease;
}
.List-Region:hover, .Mobile-List-Region:hover, .Mobile-List-Region-Country:hover {
    color: white;
    background-color: #BF4348;
    border: solid 1px #C1272D;
    transition: .2s ease;
}
.List-Region.selected, .Mobile-List-Region.selected, .Mobile-List-Region-Country.selected {
    color:white;
    background-color: #C1272D;
    transition: .2s ease;
}

.List-Region-Countries {
    display: inline-block;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
}
.List-Region-Countries:active .List-Region-Country {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.List-Region-Countries::-webkit-scrollbar {
    display: none;
}

.List-Region-Country {
    font-weight: 600;
    font-size: 1em;
    line-height: 40px;
    width: 25%;
    color: #C1272D;
    border-bottom: solid 1px transparent;
    transition: .2s ease;
}
.List-Region-Country:hover {
    font-size: 1.3em;
    border-bottom: solid 1px #C1272D;
    transition: .2s ease;
}

.List-Region-Country.selected {
    font-size: 1.6em;
    border-bottom: solid 1px #C1272D;
    transition: .2s ease;
}

.Mobile-List-Region-Country-Selected {
    position: sticky;
    color: #C1272D;
    font-size: 1.3em;
    border-bottom: solid 1px #C1272D;
}

.Mobile-List-Region-Country-People {
    max-height: 50vh;
    display: inline-block;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
    /* -ms-overflow-style: none; */
}

.List-Region-Country-People {
    max-height: 70vh;
    display: inline-block;
    overflow-y: auto;
    white-space: nowrap;
    /* -ms-overflow-style: none; */
}
.List-Region-Country-People::-webkit-scrollbar {
    width: 10px;
}
.List-Region-Country-People::-webkit-scrollbar-track {
    background: #F1F1F1;
}
.List-Region-Country-People::-webkit-scrollbar-thumb {
    width: 6px;
    background: #C1272D;
}
.List-Region-Country-People::-webkit-scrollbar-thumb:hover {
    background: #BF4348;
}

.Mobile-List-Region-Country-Person{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.List-Region-Country-Person, .Mobile-List-Region-Country-Person {
    font-family: HelveticaNeueLTStd;
    color: #C1272D;
    background-color: white;
    transition: .2s ease;
}
.List-Region-Country-Person b, .Mobile-List-Region-Country-Person b {
    font-family: HelveticaNeueLTStd;
    font-weight: 600;
}
.List-Region-Country-Person:hover, .Mobile-List-Region-Country-Person:hover {
    color: white;
    background-color: #BF4348;
    transition: .2s ease;
}
.List-Region-Country-Person.selected, .Mobile-List-Region-Country-Person.selected {
    color: white;
    background-color: #C1272D;
    transition: .2s ease;
}