body {
	overflow: auto !important;
}

.datepickerInnerContainer {
	width: 40%;
	height: 40%;
	display: flex;
	flex-direction: column;
	background-color: #ffffffbf;
	padding: 25px;
	box-sizing: border-box;
	justify-content: flex-start;
}

.bookingDetailsInnerContainer {
	width: 30%;
	height: 65%;
	display: flex;
	flex-direction: column;
	background-color: #ffffffbf;
	padding: 25px;
	margin-right: 10px;
	box-sizing: border-box;
	justify-content: flex-start;
	overflow: auto;
}

.paymentsInnerContainer {
	width: 30%;
	height: 65%;
	display: flex;
	flex-direction: column;
	background-color: #ffffffbf;
	padding: 25px;
	box-sizing: border-box;
	justify-content: flex-start;
	overflow: auto;
	margin-right: 10px;
}

.bookingCloseIcon {
	position: absolute;
	top: 16.5%;
	cursor: pointer;
	font-size: 23px;
	right: 29%;
	z-index: 999;
	background-color: #ffffff;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat SemiBold';
}

.dateCloseIcon {
	position: absolute;
	top: 29%;
	cursor: pointer;
	font-size: 23px;
	right: 29.5%;
	z-index: 999;
	background-color: #ffffff;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat SemiBold';
}

.paymentCloseIcon {
	position: absolute;
	top: 16.5%;
	cursor: pointer;
	font-size: 23px;
	right: 29%;
	z-index: 999;
	background-color: #ffffff;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat SemiBold';
}

.multi-select-container {
	display: inline-block;
	position: relative;
	width: 80%;
	margin-top: 15px;
}

.multi-select-menu {
	position: absolute;
	left: 0;
	top: 0.8em;
	float: left;
	min-width: 100%;
	background: #fff;
	margin: 1em 0;
	padding: 0.4em 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	display: none;
	z-index: 1;
}

.multi-select-menu input {
	margin-right: 0.3em;
	vertical-align: 0.1em;
}

.multi-select-button {
	display: inline-block;
	font-size: 15px;
	padding: 0.2em 0.6em;
	width: calc(80% - 14px);
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: 2.9px;
	background-color: white;
	border: 1px solid #cccccc;
	border-radius: 4px;
	/*            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
	cursor: default;
	margin-bottom: 7px;
	text-align: center;
	line-height: 30px;
}

.multi-select-button:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.4em 0.4em 0 0.4em;
	border-color: #999 transparent transparent transparent;
	margin-left: 0.4em;
	vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu {
	display: block;
	width: 80% !important;
	max-height: 300px !important;
	overflow: auto;
}

.multi-select-container--open .multi-select-button:after {
	border-width: 0 0.4em 0.4em 0.4em;
	border-color: transparent transparent #999 transparent;
}

.multi-select-menuitems {
	display: flex;
	flex-direction: column;
}

.multi-select-menuitem {
	text-align: start;
}


.filter-selection-container {
	width: 78%;
	left: 20%;
	right: 2%;
	bottom: 0;
	height: 70px;
	display: flex;

	position: absolute;
	z-index: 999;
}

.filter-left-container {
	width: 8%;
	height: 100%;
	border-top-left-radius: 75%;
	background-color: #ffffffad;
}

.filter-right-container {
	width: 8%;
	height: 100%;
	border-top-right-radius: 75%;
	background-color: #ffffffad;
}

.filter-inner-container {
	width: 84%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 5px;
	background-color: #ffffffad;
}

.input-design,
.input {
	background-color: white;
	border: 1px solid #cccccc;
	border-radius: 5px;
	height: 37px;
	vertical-align: 2.9px;
	font-size: 15px;
	width: 15%;
	text-align: center;
	margin-right: 20px;
	white-space: nowrap;
}

.select {
	margin-right: 20px;
}

.ms-choice {}

.input-design,
.input,
.select,
.ms-choice {
	height: 35px !important;
	line-height: 35px !important;
}

.multi-select-container {
	display: inline-block;
	position: relative;
	width: 180px;
	margin-top: 15px;
}

.multi-select-menu {
	position: absolute;
	left: 0;
	top: 0.8em;
	float: left;
	min-width: 100%;
	background: #fff;
	margin: 1em 0;
	padding: 0.4em 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	display: none;
}

.multi-select-menu input {
	margin-right: 0.3em;
	vertical-align: 0.1em;
}

.multi-select-menu {
	position: absolute;
	left: -12px;
	top: unset !important;
	bottom: 33px !important;
	float: left;
	min-width: 100%;
	background: #fff;
	margin: 1em 0;
	padding: 0.4em 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	display: none;
}


.guest {
	display: flex;
	flex-direction: column;
	align-items: center !important;
	justify-content: center !important;
	width: auto;
	height: auto;
	background-color: #ffffff;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
	position: absolute;
	left: -10%;
	bottom: 40px;
	z-index: 999;
}

.guest-info {
	align-items: center;
	margin-bottom: 10px;
}

.guest-info label {
	margin-right: 10px;
	text-align: left;
}

.guest-btn {
	width: 30px;
	height: 30px;
	border: none;
	background-color: #007bff;
	color: white;
	font-size: 16px;
	cursor: pointer;
	border-radius: 20%;
}

.pet-btn {
	width: 60px;
	height: 30px;
	border: solid 1px #007bff;
	background-color: #007bff;
	color: white;
	font-size: 16px;
	cursor: pointer;
	border-radius: 20px;
}

.guest-btn:hover {
	background-color: #007bff;
}

.geust-input {
	width: 50px;
	height: 25px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: white;
	margin-left: 20px;
	margin: 0% !important;
}

.guest,
.length-info {
	display: none;
}

.length-info {
	align-items: left;
	margin-bottom: 10px;
	width: auto;
	height: auto;
	background-color: #ffffff;
	padding: 5px;
	border-radius: 8px;
	position: absolute;
	left: -50%;
	bottom: 40px;
	z-index: 999;
}

.length-info label {
	margin-bottom: 10px !important;
}

.length-input {
	width: 85px;
	height: 25px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: white;
	margin-right: 10px;
	margin-left: 10px;
}

.length-btn {
	width: 65px;
	height: 30px;
	border: 1px solid #007bff;
	background-color: #007bff;
	color: white;
	font-size: 14px;
	cursor: pointer;
	border-radius: 10px;
}

.map-button {
	/*            border: 3px solid white;*/
	/*            border-radius: 5px;*/
	position: absolute;
	z-index: 999;
	padding: 5px;
	right: 17px;
	top: 80px;
}

.ms-drop {
	line-height: initial;
}

.ms-choice>span.placeholder {
	color: #000000 !important;
	text-align: center;
}

.ms-drop {
	bottom: 100% !important;
	top: unset !important;
	box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15) !important;
}

@media only screen and (max-width:961px) {
	.ms-drop {
		bottom: unset !important;
		top: 100% !important;
		box-shadow: unset !important;
	}

	.category-select {
		width: 180px !important;
	}

	.input-design,
	.input,
	.select {
		margin-right: 10px;
	}

	.input {
		padding: 0px 5px;
		box-sizing: border-box;
	}

	.filter-selection-container {
		width: 100% !important;
		left: 0 !important;
		top: 0 !important;
		height: 70px !important;
	}

	.filter-left-container,
	.filter-right-container {
		width: 0 !important;
	}

	.daterangepicker {
		top: 90px !important;
	}

	.multi-select-menu {
		bottom: unset !important;
		margin: 10px 0 !important;
		left: -80px !important;
	}

	.multi-select-container--open .multi-select-menu {
		width: 270px !important;
	}

	.filter-inner-container {
		width: 100%;
	}

	.guest {
		top: 80px;
		bottom: unset !important;
	}

	.length-info {
		top: 80px;
		bottom: unset;
	}

	.map-button {
		display: none;
	}

	.bookingDetailsInnerContainer {
		width: 49%;
		height: 40%;
	}

	.bookingCloseIcon {
		top: 29%;
		right: 47.5%;
	}

	.paymentsInnerContainer {
		width: 49%;
		height: 40%;
	}

	.paymentCloseIcon {
		top: 29%;
		right: 47.5%;
	}
}

@media only screen and (max-width: 480px) {
	.datepickerInnerContainer {
		width: 90%;
		height: 40%;
	}

	.bookingDetailsInnerContainer {
		width: 91%;
		height: 65%;
		margin-right: 18px;
		margin-top: 10px;
	}

	.paymentsInnerContainer {
		width: 91%;
		height: 65%;
		margin-right: 18.5px;
		margin-top: 15px;
	}

	.bookingCloseIcon {
		top: 17%;
		right: 3.5%;
	}

	.paymentCloseIcon {
		top: 17.5%;
		right: 3.5%;
	}

	.dateCloseIcon {
		top: 29%;
		right: 2%;
	}

	.multi-select-container {
		width: 140px;
		margin-top: 8px;
	}

	.multi-select-button {
		width: 80%;
		margin-bottom: 0px;
	}

	.multi-select-menu {
		left: 0 !important;
	}

	.filter-inner-container {
		flex-wrap: wrap;
	}

	.filter-selection-container {
		height: 100px !important;
	}

	.input-design,
	.input {
		margin-right: 7px;
		width: 18%;
	}

	.open-guest {
		width: 105px;
	}

	.initial-date-picker {
		width: 145px;
	}

	.amenities-select {
		width: 105px !important;
	}

	.category-select {
		width: 160px !important;
	}

	.map-button {
		display: none;
	}

	.length-info {
		right: 0;
		left: unset;
	}
}