.user-location {
    flex: 1;
    max-width: 245px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
}
.user-location a {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #fff 1px solid;
    border-radius: 25px;
    padding: 11px 23px;
    margin: 0 20px 0 0;
}
.inner-page .user-location a {
    border-color: #333333;
}
.user-location svg {
    margin: 0 11px 0 0;
}
.user-location span {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    border-bottom: #fff 1px solid;
    cursor: pointer;
}
.user-location span::after {
    content: "";
    position: absolute;
}
.inner-page .user-location span{
    border-color: #333333;
}