.niceCountryInputMenu {
    background: white !important;
    color: black !important;
    border: 0;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    height: 58px;
    line-height: 58px;
     /*
    font-family: Arial;
    font-size: 12px;
    */
}
.niceCountryInputMenuDefaultText {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.niceCountryInputMenuDefaultText a:hover {
    text-decoration: none;
}
.niceCountryInputMenu a {
    color: #212529 !important;
    width: 100%;
    overflow: hidden;
    display: inline-block;
}
.niceCountryInputMenuDropdown {
    /*border-left: 1px solid #a8a8a8;*/
    height: 25px;
    width: 21px;
    float: right;
    line-height: 25px;
    text-align: center;
    position: absolute;
    right: 0px;
    color: #009D17;
    top: 16px;
    background: #fff;

}
.niceCountryInputMenuDropdownContent {
    border: 1px solid #a8a8a8;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    z-index: 1;
    background: #fff;
    left: 0;
    right: 0;
    top: 95px;
}
.niceCountryInputMenuDropdownContent a {
    height: 25px;
    line-height: 25px;
    display: block;
    width: 100%;
    color: black !important;
    overflow: hidden;
    text-decoration: none;
    /*
    font-family: Arial;
    font-size: 12px;
    */
}
.niceCountryInputMenuDropdownContent a:hover {
    background-color: #009D17  !important;
    color: white !important;
    text-decoration: none;
}
.niceCountryInputMenuFilter {
    border: 1px solid #a8a8a8;
    border-top: 0;
    border-bottom: 0;
}
.niceCountryInputMenuFilter input {
    width: 100%;
    /* width: calc(100% - 7px); */
    margin: 1px 0;
    padding: 5px;
    position: absolute;
    top: 56px;
    z-index: 1;
    left: 0;
    right: 0;
}
.niceCountryInputMenuCountryFlag {
    border: 0.1px solid #d3d3d3;
    width: 18px;
    height: 15px;
    margin-top: -10px;
    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;
}