@import 'awesomplete.css';

.close_popup {
	top: 15px;
	left: 15px;
	width: 40px;
	height: 40px;
	display: block;
	font-size: 40px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	transition: all 0.8s;
}
.close_popup:hover {
	transform: rotate(360deg);
}
.close_popup:before {
	width: inherit;
	color: #a3bf41;
	display: block;
	height: inherit;
	content: '\f00d';
	font: 900 40px/40px "Font Awesome 5 Free";
}

.route_form label, .route_form input, .route_form .title, .route_form h3 {
	color: #a3bf41;
	display: block;
	font: 20px/20px rubik;
}
.route_form h3 {
	color: #000;
	margin: 0 0 30px 0;
	font: bold 24px/26px rubik;
}
.route_form .title {
	margin: 0 0 15px 0;
}
.route_form .input_route {
	width: 256px;
	outline: none;
	color: #405006;
	display: block;
	padding: 3px 6px;
	margin: 9px 0 5px;
	font: 17px/20px rubik;
	border: 1px solid #a3bf41;
}

.common-home .show-popup > div {
	min-height: 550px;
}
.dropdown-menu {
	top: 225px !important;
}
.change_supply_wrap {
	margin: 22px 0 0;
}
.change_supply_wrap a {
	text-decoration: underline;
}
.change_supply_wrap a:hover {
	text-decoration: none;
}
