.niceCountryInputMenu {
    background: white !important;
    color: black !important;
    border: 1px solid #a8a8a8;
    cursor: pointer;
    border: none;
     /*
    font-family: Arial;
    font-size: 12px;
    */
}
.niceCountryInputMenuDefaultText {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #b20580;
    padding-top: 7px;
}
.niceCountryInputMenuDefaultText a:hover {
    text-decoration: none;
}
.niceCountryInputMenu a {
    color: #FFF !important;
}
.niceCountryInputMenuDropdown {
    height: 18px;
width: 21px;
float: right;
line-height: 25px;
text-align: center;
position: relative;
right: 0;
color: #fff;
margin-top: -30px;
z-index: 20;

}
.niceCountryInputMenuDropdownContent {
    border: 1px solid #a8a8a8;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
    position: relative;
    z-index: 201;
}
.niceCountryInputMenuDropdownContent a {
   height: 36px;
line-height: 31px;
font-size: 20px;
    display: block;
    margin-bottom: 5px;
    width: 100%;
    color: #444 !important;
    overflow: hidden;
    text-decoration: none;
    font-weight: 600;
font-size: 17px;
    /*
    font-family: Arial;
    font-size: 12px;
    */
}
.niceCountryInputMenuDropdownContent a:hover {
    background-color: gray !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% - 10px);
    margin: 0px;
    padding: 5px;
}
.niceCountryInputMenuCountryFlag {
     
    width: 38px;
    height: 29px;
    margin-left: 5px;
    margin-right: 8px;
	vertical-align: sub;
}
.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;
}

.rateinput {
    color: #fff !important;
    font-size: 22px !important;
}
.currency2 .niceCountryInputMenuDropdownContent {
	display:none !important;
	 
	
}
.currency2 .niceCountryInputMenuFilter {
	display:none !important;
	 
	
}
.currency2 .niceCountryInputMenuDropdown {
	display:none !important;
	 
	
}