.niceCountryInputSelector{
    position: relative;
    z-index: 3;
}
.niceCountryInputMenu {
    cursor: pointer;
    font-family: Arial;
    display: block;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #777;
    padding: 11px 0;
}

.niceCountryInputMenuDefaultText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.niceCountryInputMenuDefaultText a:hover {
    text-decoration: none;
}

.niceCountryInputMenu a{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.niceCountryInputMenu a span{
    flex:1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.niceCountryInputMenuDropdown {
    display: none;
    /*border-left: 1px solid #a8a8a8;*/
    height: 25px;
    width: 21px;
    float: right;
    line-height: 25px;
    text-align: center;
    position: relative;
    right: 0;
    color: black;
}

.niceCountryInputMenuDropdownContent {
    border: 1px solid #a8a8a8;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    top: 86px;
    background: #fff;
    left: 0;
    width: 100%;
}

.niceCountryInputMenuDropdownContent a {
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
    color: black !important;
    overflow: hidden;
    text-decoration: none;
    font-family: Arial;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    
}
.niceCountryInputMenuDropdownContent a span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex:1;
}   
.niceCountryInputMenuDropdownContent a:hover {
    background-color: #0e3768 !important;
    color: white !important;
    text-decoration: none;
}

.niceCountryInputMenuFilter {
    border: 1px solid #a8a8a8;
    border-top: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: #fff;
}

.niceCountryInputMenuFilter input {
    width: 100%;
    width: calc(100% - 10px);
    margin: 5px;
    padding: 5px;
}

.niceCountryInputMenuCountryFlag {
    border: 1px solid #d3d3d3;
    width: 18px;
    height: 13px;
    margin-left: 5px;
    margin-right: 5px;
}

.niceCountryInputMenuCountryNoFlag {
    display: inline-block;
    border: 1px solid black;
    background: white;
    color: black;
    line-height: 15px;
    text-align: center;
    width: 22px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
}

.niceCountryInputHiddenCls {
    display: none !important;
}
