.niceCountryInputMenu {
    height: 40px;
    line-height: 40px;
    color: black !important;

    cursor: pointer;

}
.niceCountryInputMenuDefaultText {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.niceCountryInputMenuDefaultText span{
    font-size: 14px;
    color: #666;
    display: inline-block;
}
.niceCountryInputMenuDefaultText a:hover {
    text-decoration: none;
}
.niceCountryInputMenu a {
    color: black !important;
}
.niceCountryInputMenuDropdown {
    /*border-left: 1px solid #a8a8a8;*/
    display: none;
    height: 25px;
    width: 21px;
    float: right;
    line-height: 25px;
    text-align: center;
    position: relative;
    right: 0;
    color: black;
}
.niceCountryInputMenuDropdownContent {
    border: 1px solid #e0e0e0;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
}
.niceCountryInputMenuDropdownContent a{
    cursor: pointer;
}
.niceCountryInputMenuDropdownContent .niceCountryInputMenuCountryFlag{
    margin-top: 5px;
}
.niceCountryInputMenuDropdownContent a {
    height: 25px;
    line-height: 25px;
    display: block;
    width: 100%;
    color: black !important;
    overflow: hidden;
    text-decoration: none;
}
.niceCountryInputMenuDropdownContent a:hover {
    background: #e5eff7;
    color: #333;
    text-decoration: none;
}
.niceCountryInputMenuFilter {
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-bottom: 0;
    background: #fff;
    margin-top: 1px;
}
.niceCountryInputMenuFilter input {
    /*width: 100%;*/
    width: calc(100% - 24px);
    margin: 5px;
    padding: 5px;
    outline: none;
}
.niceCountryInputMenuCountryFlag {
    display: inline-block;
    /*border: 1px solid #d3d3d3;*/
    width: 18px;
    height: 13px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 12px;
}
.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;
}