
.niceCountryInputSelector {
	position: relative;
}

.niceCountryInputMenu {
    background: #F9F9FB !important;
    color: black !important;
    border: 1px solid #ced4da;
	border-radius: 25px;
    cursor: pointer;
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     /*
    font-family: Arial;
    font-size: 12px;
    */
}
.niceCountryInputMenuDefaultText {
    width: 270px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.niceCountryInputMenuDefaultText span {
	position: relative;
	top: 1px;
}


.niceCountryInputMenuDefaultText a:hover {
    text-decoration: none;
}
.niceCountryInputMenu a {
    color: black !important;
}
.niceCountryInputMenuDropdown {
    /*border-left: 1px solid #a8a8a8;*/
    height: 25px;
    width: 21px;
    float: right;
    line-height: 25px;
    text-align: center;
    position: relative;
    right: 0;
    color: black;
}

.niceCountryInputMenuDropdown span {
	display: none;
}

.niceCountryInputMenuDropdown::before {
    content: "";
    background-image: url(../images/arrow-1-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 53%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 7px;
    z-index: 999;
}

.niceCountryInputMenuDropdownContent {
   /* border: 1px solid #ced4da;*/
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 99999;
	top: 95px;
	box-shadow: 0 6px 20px 0 rgba(0,0,0,0.1);
}
.niceCountryInputMenuDropdownContent a {
    /*height: 25px;*/
    line-height: 25px;
    display: block;
    width: 100%;
    color: black !important;
    overflow: hidden;
    text-decoration: none;
	padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    font-size: 13px;
	cursor: pointer;
    /*
    font-family: Arial;
    font-size: 12px;
    */
}
	.niceCountryInputMenuDropdownContent a:hover {
    background-color: #f7f7f7 !important;
    color: #333 !important;
    text-decoration: none;
}
.niceCountryInputMenuFilter {
    /*border: 1px solid #ced4da;*/
    border-top: 0;
    border-bottom: 0;
	position: absolute;
	width: 100%;
	background: #f4f4f4;
	z-index: 99999;
}
.niceCountryInputMenuFilter input {
    width: 100%;
    width: calc(100% - 10px);
    margin: 5px;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
	/*transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
	margin-top: 10px;
    margin-bottom: 10px;
}
.niceCountryInputMenuCountryFlag {
    border: 1px solid #d3d3d3;
    width: 18px;
    height: 13px;
    margin-left: 5px;
    margin-right: 10px;
}
.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;
}


@media (max-width: 400px){
	.niceCountryInputMenuDefaultText {
		width: 240px;
	}
}

@media (max-width: 330px) {
	.niceCountryInputMenuDefaultText {
		width: 195px;
		font-size: 12px !important;
	}
}
