#nu-country-redirect-modal .modal-dialog {
	width: 630px;
}

@media screen and (max-width: 767px) {
	#nu-country-redirect-modal .modal-content {
		text-align: left;
	}
}

#nu-country-redirect-modal .nu-model-close {
	position: relative;
	z-index: 1;
}

#nu-country-redirect-modal .close-icon {
	position: absolute;
	text-decoration: none;
	top: -30px;
	right: -10px;
}

#nu-country-redirect-modal .modal-header {
	padding: 0;
	border: none;
}

#nu-country-redirect-modal h2 {
	margin-top: 0;
	font-size: 1.5em;
	color: #00553f;
	text-align: center;
}

#nu-country-redirect-modal .buttons {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
	#nu-country-redirect-modal .buttons {
		flex-direction: column;
		margin-bottom: 20px;
	}

	#nu-country-redirect-modal .buttons a {
		margin-bottom: 20px;
	}
}

#nu-country-redirect-modal .search-form {
	position: relative;
}

#nu-country-redirect-modal label {
	margin-left: 20px;
	color: #00553f;
	font-weight: bold;
}

#country_search {
	position: relative;
	z-index: 1;
}

.options-holder {
	position: absolute;
	top: 50px;
	z-index: 0;
}

.options-holder .ui-autocomplete {
	border: 2px solid #205541;
	border-radius: 0 0 25px 25px;
	background: #fff;
	padding-top: 30px;
	top: 0 !important;
	padding-left: 15px;
	padding-right: 15px;
}

.options-holder li {
	list-style: none;
	padding: 6px 12px;
	margin: 0;
}

.options-holder li:hover {
	border-radius: 25px;
	background: #f0f0f0;
}

#nu-country-redirect-modal .search-form button {
	width: 35px;
	min-height: 35px;
	border-radius: 34px;
	background: #000;
	position: absolute;
	top: 28px;
	right: 8px;
	z-index: 2;
}

#nu-country-redirect-modal .search-form button:hover {
	background: #75ee58;
}

#nu-country-redirect-modal .message {
	text-align: center;
	margin-bottom: 0;
	text-align: center;
}

.country_list {
	max-height: 160px;
	overflow-y: scroll;
}

.site-header__switcher__list > li.country_search {
	padding: 5px;
}

.site-header__switcher__list > li.country_search input {
	padding: 10px;
	height: 35px;
}

.country-selector__label {
	position: relative;
}

.country-selector__label:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/earth-grid-symbol.svg) no-repeat center;
	left: -25px;
	top: 19px;
	background-size: 20px;
}
