.hidden_select_container {
	width: 0;
	height: 0;
	overflow: hidden;
}

.simpleselect,
.simpleselect * {
	box-sizing: content-box;
}

.simpleselect {
	position: relative;
}

.simpleselect .options {
	width: 100% !important;
	background: #8abb2a;
	color: white;
	position: absolute;
	height: 216px!important;
	display: none;
	top: 36px !important;
	overflow-y: scroll!important;
	z-index: 1000;
	box-shadow: 0 5px 8px rgba(160,160,160, 0.4);
}

.simpleselect .placeholder,
.simpleselect .options .option,
.simpleselect .options .optgroup .optgroup-label {
    padding: 9px 10px;
    line-height: 18px;
		cursor: pointer;
		font-size: 1rem;
}

.simpleselect .options .optgroup .optgroup-label {
	cursor: default;
	font-weight: bold;
}

.simpleselect .options .optgroup .option {
	padding-left: 20px;
}

.simpleselect,
.simpleselect .placeholder,
.simpleselect .options {
	border-radius: 6px;
}



.simpleselect .placeholder {
	position: relative;
	color: #777;
}

.simpleselect .placeholder:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	color: #8abb2a;
	right: 8px;
	font-size: 1.5em;
}

.simpleselect .placeholder:hover {
	background: #fafafa;
}

.simpleselect .options .option.active {
	background: #333;
	color: #fff;
}

.simpleselect.disabled .placeholder,
.simpleselect.disabled .placeholder:hover {
	background: #fafafa;
	color: #777;
	border-color: #eee;
	cursor: default;
}

.simpleselect.disabled .placeholder:after {
	opacity: .5;
}

/* OVERWRITING */

.book-a-viewing-container {
	position: fixed;
	top: 10%;
	left: 0;
	right: 0;
	height: 80%;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1000px;
}

.book-a-viewing {
position: absolute;
background-color: white;
width: 100%;
max-height: 100%;
padding: 2rem 2.5rem;
border-radius: 20px;
box-shadow: 0 5px 8px rgba(160,160,160, 0.4);
overflow-y: scroll;
}

.book-a-viewing h2 {
font-size: 2rem;
color: #8abb2a;
}

.book-a-viewing .wpcf7-form {
display: flex;
flex-wrap: wrap;
}

.book-a-viewing h3 {
color: black;
font-family: Montserrat-Bold,Arial,Helvetica,sans-serif;
font-size: 1rem;
font-weight: 700;
}

.book-a-viewing h6 {
font-size: 0.9rem;
}

.book-a-viewing-close {
font-size: 1.5rem;
cursor: pointer;
color: #8abb2a;
}

.book-a-viewing-close:hover {
color: #333333;
}

.popup-filter {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #444;
	z-index: 1;
	opacity: 0.9;
}

.simpleselect,
.book-viewing-input {
  background: #f4f4f4 !important;
	border: none !important;
	color: #777!important;
}

.simpleselect option {
	background: #8abb2b;
	color: white;
}

.simpleselect option:hover {
	background: #333;
}

.footnote {
font-size: 0.5em;
}

.simpleselect .placeholder {
background: none;
border: none;
}

.title .options {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0 5px 8px rgba(160,160,160, 0.4);
		height: 144px !important;
	overflow-y: hidden!important;
}

.option:first-of-type {
	visibility: hidden;
	height: 0;
	padding: 0!important;
}

.options::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ffffff77;
	box-shadow: none;
}

.options::-webkit-scrollbar {
	width: 9px;
	box-shadow: none;
}

.book-a-viewing::-webkit-scrollbar {
	width: 16px;
}

.options::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #fefefe;
	background-clip: padding-box;
	border: 2px solid transparent;
	box-shadow: none;
}

.book-a-viewing::-webkit-scrollbar-thumb {
	background-color: #ddd;
	background-clip: padding-box;
	border-right: 8px solid transparent;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

.date-col::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    color: #8abb2a;
    right: 26px;
    font-size: 1.5em;
    top: 34%;
}

#ui-datepicker-div {
	font-family: unset;
	font-size: 1rem;
	box-shadow: 0 5px 8px rgba(160,160,160, 0.4);
	padding: 3px;
}

.ui-widget-header,
.ui-datepicker-header {
	background: #e9e9e9!important;
	border: none!important;
}

.ui-datepicker-calendar th span {
  opacity: 1;
}

.ui-datepicker-calendar {
	margin: 0!important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: none!important;
	background: #8abb2a!important;
	color: white!important;
}

.big-margin-bottom {
	margin-bottom: 14rem;
}

.book-viewing-confirm {
	min-width: 160px;
}

.home-quote-button-view {
	background-color: #15a659;
	border: 2px solid #15a659;
}

@media only screen and (max-width: 991px) {
	/* #ui-datepicker-div {
    transform: translateX(50%);
	} */

	.book-a-viewing {
		padding: 1rem 1.3rem;
	}
	.book-a-viewing h2 {
		font-size: 1.6rem;
	}
}

@media (max-width: 767px) {
	.big-margin-bottom {
		margin-bottom: 0;
	}
}
