@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800&display=swap');
@import url('./variables.css');

body,
input,
optgroup,
select,
textarea,
button {
	font-family: 'Poppins', sans-serif !important;
	color: var(--primary-foreground);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: inherit;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif !important;
}

input[type=text],
textarea {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	box-shadow: none !important;
}

:focus {
	outline: none !important;
}

html,
body {
	scroll-behavior: smooth;
}

body {
	direction: ltr;
	word-break: break-word;
}

svg {
	flex-shrink: 0;
}

.shrinkNone {
	flex-shrink: 0;
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px var(--scroll-track);
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: var(--scroll-thumb);
	border-radius: 10px;
}

/**************************** Font - End *******************************/
/***************************** Common Start *******************************/
@-moz-document url-prefix() {

	html,
	body {
		scrollbar-width: thin;
		scrollbar-color: var(--scroll-thumb) transparent;
	}
}

select {
	background-image: url(../chevron-down.svg) !important;
	background-repeat: no-repeat;
	background-position: calc(100% - 6px) 50%;
	background-size: 25px 25px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.publishArrow select {
	background-position: 96% 9px;
}

select::-ms-expand {
	display: none;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

a {
	outline: 0 !important;
}

input::-moz-focus-inner {
	border: 0 !important;
}

b,
strong {
	font-weight: bold !important;
}

.displayBlock {
	display: block !important;
}

.displayNone {
	display: none !important;
}

.form-control {
	border-radius: 5px;
	box-shadow: none !important;
	height: 44px;
}

.form-control:focus {
	border-color: var(--primary-input-focus) !important;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.displayInlineBlock {
	display: inline-block;
}

.linkStyleUnset {
	text-decoration: unset !important;
	color: var(--primary-foreground) !important;
}

/******************************* Common End *********************************/

.saveText {
	display: inline-block;
}

/************************************** Mobile navbar Toogle Start ***************************/
@media (max-width: 1200px) {
	.navbar-header {
		float: none !important;
	}

	.navbar-left,
	.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
		margin-top: 0px;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.collapse.in {
		display: block !important;
	}

	.navbar-nav {
		margin: 0;
	}

	.menu-open {
		overflow: hidden;
		position: relative;
		height: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
	}
}

/****************************** Mobile navbar Toogle End ***********************/

@-moz-document url-prefix() {
	.saveCalender .DayPicker-Day {
		border: 4px solid rgb(255, 255, 255);
		/* border-radius: 5px; */
	}
}

.DayPicker-Day {
	position: relative;
}

.saveCalenderDate .DateInput {
	font-size: 16px;
	padding: 4px;
	height: 40px;
	color: var(--primary-foreground);
	width: 45%;
	border-radius: 5px;
}

.saveCalenderDate .DateRangePickerInput__withBorder {
	border-radius: 5px;
	border: 1px solid var(--primary-border);
}

.saveCalenderDate .DateRangePicker_picker {
	z-index: 1031;
}


@media screen and (max-width:767px) {
	.saveCalender .DayPicker-Day {
		border-radius: 5px;
	}

	@-moz-document url-prefix() {
		.saveCalender .DayPicker-Day {
			border-radius: 3px;
		}
	}
}


.wordBreak {
	word-break: break-word;
}

.wordBreakAll {
	word-break: break-all;
}


/*********************** Login Modal Start End **************************/
/*********************** SignUp WishList Sharesocial ReportModel ContactHost Modal Start **************************/
.modal-footer .btn-danger {
	color: var(--primary-white-bg);
	background-color: var(--theme-primary-bg) !important;
	border-color: var(--theme-primary-border) !important;
	border-radius: 5px;
}

.modal-footer .btn-default {
	border-radius: 5px;
}

/*********************** SignUp WishList Sharesocial ReportModel ContactHost Modal Start End **************************/

/********************************** Feature Alert MoreFilter Modal Start ******************************/

.modal-content {
	border-radius: 5px;
}


/********************************** Feature Alert MoreFilter Modal End ******************************/
/*************************** Modal Section Start ************************/
.modal-dialog .maxwidthcenter {
	margin-top: 0px;
	box-shadow: none;
	border: 0;
	padding: 0px;
}

.modal-dialog .maxwidthcenter:before,
.modal-dialog .maxwidthcenter:after {
	display: none;
}

.modal {
	text-align: center;
	padding: 0 !important;
}

.modal:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	text-align: left;
	vertical-align: middle;
}

.modal-backdrop.in {
	filter: alpha(opacity=75);
	opacity: 0.75;
}

/*************************** Modal Section End ************************/
/************************ Location Nav-Form Start ************************/
.location .navbar-form {
	margin: 0;
	padding: 10px 0px;
}

.location .navbar-form {
	padding: 12px 8px;
	margin: 0px -6px;
	border-top: 0;
}

@media screen and (max-width: 1200px) {
	.location .navbar-form {
		border-top: 1px solid #e7e7e7;
		border-bottom: 1px solid #e7e7e7;
	}

	.location.collapse.in {
		position: fixed;
		height: 100%;
		width: 100%;
		top: 0;
		bottom: 0;
		overflow-y: scroll !important;
		overflow-x: hidden !important;
	}

	.location.searchHeader {
		position: relative !important;
		width: auto !important;
	}
}

@media (min-width:768px) and (max-width:1200px) {
	.location.collapse.in {
		background: var(--primary-white-bg) !important;
		left: 0;
	}
}

/************************ Location Nav-Form End ************************/

/******************************** Carousal - Start *****************************/
.carousel-control {
	text-shadow: none;
	font-size: 48px;
	opacity: 0;
}

.carousel-control.left {
	background-image: none;
}

.carousel-control.right {
	background-image: none;
}

.carousel-control svg {
	position: absolute;
	top: 42%;
	z-index: 5;
	display: inline-block;
}

.carousel.slide:hover .carousel-control {
	opacity: 1;
}

.mapInfoWindow .carousel-control svg {
	top: 36%;
}

.carousel-control.left svg {
	left: 5px;
}

.carousel-control.right svg {
	right: 5px;
}

.carousel-control.right svg {
	right: 5px;
}

.carousel.carousel-slider {
	height: 402px !important;
}

.carousel.carousel-slider {
	height: 405px;
}

.carousel.carousel-slider .control-arrow:hover {
	background: transparent !important;
}

.carousel.carousel-slider .control-arrow {
	opacity: 1 !important;
	color: var(--primary-white-foreground);
	font-size: 24px !important;
}

.carousel .control-next.control-arrow:before,
.carousel .control-prev.control-arrow:before {
	border: 0px !important;
}

.carousel .control-next.control-arrow:before {
	background-image: url('../chevron-right.png');
	height: 30px;
	width: 30px;
	color: var(--primary-white-foreground) !important;
	background-size: 100%;
}

.carousel .control-prev.control-arrow:before {
	background-image: url('../chevron-left.png');
	height: 30px;
	width: 30px;
	color: var(--primary-white-foreground) !important;
	background-size: 100%;
}

.carousel.carousel-slider .control-arrow .carousel .thumbs-wrapper {
	margin: 10px 20px !important;
}

.carousel .thumbs-wrapper .thumbs.animated {
	padding: 0px !important;
}

.carousel .thumb {
	border: none !important;
}

.carousel .thumb.selected,
.carousel .thumb:hover {
	border: none !important;
}

.carousel .carousel-control.right {
	top: -10px;
	right: -10px;
}

.carousel .carousel-control.left {
	top: -10px;
	left: -10px;
}

.carousel .carousel-inner {
	border-radius: 5px;
}

/*************************** Carousal - End ********************************/
/************************************ Admin Style Start ******************************/

.table-responsive,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	vertical-align: middle;
}

.adminstyle .form-control:focus {
	border-color: var(--primary-input-focus) !important;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.adminstyle textarea {
	border-radius: 5px;
	color: var(--primary-foreground);
	height: 87px;
	resize: none;
}

/************************************ Admin Style End ******************************/
/************************ HomeDateRange Start ***********************/

.textAlignStart {
	text-align: start;
}

.textAlignEnd {
	text-align: end;
}

@media screen and (max-width: 767px) {
	.becomeAHostAvailabilitySection {
		margin-bottom: 120px;
	}
}

/************************ HomeDateRange End ***********************/
/***************************** ViewListDateRange Start ****************************/
.viewListingDate .DateInput {
	width: 100%;
	font-size: 16px;
	padding: 4px;
	height: 45px;
	color: var(--primary-foreground);
	border-radius: 5px;
}

.viewListingDate .DateInput_input__focused,
.ContactHost .DateInput_input__focused,
.viewListingDate .DateInput_input,
.ContactHost .DateInput_input {
	border-bottom: 0px !important;
	text-align: center;
	padding-top: 7px !important;
	cursor: pointer;
}

.viewListingDate .DateRangePickerInput {
	border-radius: 5px;
	border: 1px solid var(--primary-border);
	margin-top: 5px;
}

.viewListingDate .DateInput__display-text--focused {
	border-bottom: 1px;
	background: none;
	color: var(--secondary-foreground);
}

.viewListingDate .DateInput_fang {
	top: 50px !important;
	left: 42% !important;
}

.viewListingDate .SingleDatePicker_picker {
	z-index: 2 !important;
}

.inputFocusColor .css-1wa3eu0-placeholder {
	font-size: 14px !important;
	color: var(--primary-foreground);
}

.inputFocusColor .css-1hwfws3 {
	height: 46px;
	line-height: normal;
}

.inputFocusColor .css-1okebmr-indicatorSeparator {
	background-color: transparent;
}

.inputFocusColor .css-1uccc91-singleValue {
	font-size: 15px !important;
	color: var(--primary-foreground);
}

.SingleDatePickerInput__withBorder {
	border-radius: 5px !important;
}

.viewListingDate ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--primary-foreground);
}

.viewListingDate ::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--primary-foreground);
}

.viewListingDate :-ms-input-placeholder {
	/* IE 10+ */
	color: var(--primary-foreground);
}

.viewListingDate :-moz-placeholder {
	/* Firefox 18- */
	color: var(--primary-foreground);
}

.viewListingDate .SingleDatePicker {
	display: block;
	width: 100%;
}

.viewListingDate .SingleDatePickerInput {
	width: 100%;
}

.viewListingDate .SingleDatePicker_picker__directionLeft {
	top: 61px !important;
}

.viewListingDate .DayPicker__withBorder {
	border-radius: 5px;
}

.viewListingDate .SingleDatePickerInput_calendarIcon {
	margin: 0 0px 0 3px !important;
	position: absolute !important;
	left: 0 !important;
	/* right: 0 !important; */
	top: 0 !important;
	z-index: 1 !important;
	padding: 10px 0px 10px 10px !important;
}

@media (max-width: 1024px) and (min-width: 992px) {
	.viewListingDate .SingleDatePicker_picker__directionLeft {
		left: -24px !important;
	}

}

/***************************** ViewListDateRange End ****************************/
/************************ ContactHost DateRange Start ***********************/
.ContactHost{
	max-width: 750px;
}

.ContactHost .DateInput {
	line-height: inherit;
	font-size: inherit;
	padding: 5px 0px;
	width: 100%;
	background: transparent;
}

.ContactHost .DateInput__display-text--focused {
	border-bottom: 1px;
	background: none;
	color: var(--secondary-foreground);
}

.ContactHost .DateRangePickerInput {
	border: 1px solid var(--primary-border);
}

.ContactHost .DateInput_input {
	text-align: center;
	cursor: pointer;
}

.ContactHost .DateInput_fang {
	left: 43% !important;
	top: 49px !important;
}

.ContactHost .DateRangePicker_picker {
	top: 56px !important;
}

.ContactHost .SingleDatePicker_picker {
	top: 60px !important;
}

.ContactHost .SingleDatePicker {
	width: 100% !important;
}

.ContactHost .SingleDatePickerInput {
	width: 100% !important;
}

.ContactHost .SingleDatePickerInput_calendarIcon {
	margin: 0 0px 0 3px !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	z-index: 1 !important;
	padding: 13px 0px 10px 10px !important;
}

/************************ ContactHost DateRange End ***********************/
/******************************** SearchDate DateRange Start *********************/
.searchDate .DateInput {
	width: auto;
	line-height: inherit;
	font-size: inherit;
	padding: 5px 0px;
}

.searchDate .DateInput__display-text--focused {
	border-bottom: 1px;
	background: none;
	color: var(--secondary-foreground);
}

.searchDate .DateRangePickerInput {
	border-radius: 5px;
	border: 1px solid var(--primary-border);
}

@media screen and (max-width: 640px) {
	.searchDate .DateRangePickerInput {
		margin-bottom: 12px;
	}
}

/******************************** SearchDate DateRange End *********************/
/**************************** Price Range rc-slider Start *****************************/
.rc-slider {
	margin-bottom: 12px;
	overflow: visible;
	height: 24px !important;
}

.rc-slider-rail {
	background-color: var(--primary-border) !important;
	height: 2px !important;
	position: absolute;
	top: 14px !important;
	width: 100% !important;
}

.rc-slider-step {
	display: none;
}

.rc-slider-handle {
	border: 1px solid var(--primary-link-foreground) !important;
	background: var(--primary-white-bg) !important;
	border-radius: 100 !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
	cursor: pointer !important;
	height: 24px !important;
	margin-left: -12px !important;
	margin-top: -5px !important;
	position: absolute !important;
	z-index: 2 !important;
	width: 24px !important;
	font-size: 0 !important;
}

.rc-slider-track {
	background-color: var(--primary-link-foreground) !important;
	height: 4px !important;
	position: absolute !important;
	top: 13px !important;
}

/************************* Price Range rc-slider End ************************/
/************************** switch - Start ********************************/
.searchSwitch input:checked+.toggle {
	background-color: var(--primary-link-foreground);
}

.searchSwitch input:checked+.toggle:after {
	background-color: var(--primary-link-foreground);
}

/****************************** switch - End *********************************/

.spaceSearchForm input::-webkit-input-placeholder {
	line-height: normal !important;
}

.SearchPageForm .panel-body,
.headerSearch .panel-body {
	padding: 0px;
}

/******************************* GeoSuggest -End ********************************/
/********************************* Google map - Start ****************************/
.gm-style-iw {
	top: 15px !important;
	left: 0px !important;
	right: 0px !important;
	background-color: var(--primary-white-bg);
	box-shadow: none;
	border: 0px;
	border-radius: 5px;
	margin: 0 auto;
}

.gm-style-iw div {
	overflow: hidden;
}

@media screen and (max-width: 321px) {
	.gm-style-iw {
		right: -20px !important;
	}
}

/**************************** Google map - End *****************************/
/**************************** Message LoginPage Managelisitinempty Panel Start ****************************/
.messageTextArea .panel-body {
	padding: 0px;
}

.loginpage .panel-body {
	padding: 33px;
}

.managelisitinempty>.panel-body {
	display: flex;
	justify-content: center;
	text-align: center;
}

.manageListingPanel .panel-body {
	padding: 0px !important;
}

.manageListingPanel .panel-heading {
	padding: 15px 15px !important;
	border-bottom: 0px solid transparent !important;
	border-radius: 5px !important;
}

.paymentPanel .panel-body {
	padding: 15px 0px;
}

/**************************** Message Panel End ************************************/
/***************************** Panel Footer Start **********************************/
.panel-footer {
	text-align: right;
	background-color: var(--primary-white-bg);
	padding: 15px;
}

/******************************* Panel Footer End **********************************/
.guestpanel .panel-body {
	padding: 0px;
}

/************************************ Transaction Panel *******************************/
.transactionTable .table>tbody>tr>td {
	vertical-align: top !important;
}

/****************************** Transaction Panel End ************************/

/******************************* View Listing Start ***************************/
.sticky .bookItContentCommon {
	margin-top: 53px !important;
}

.table-responsive>.table {
	margin-bottom: 0;
}

.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid var(--primary-border);
}

.react-switch-handle {
	box-shadow: none !important;
}

.react-switch-bg div:last-child {
	width: 32px !important;
	z-index: 1;
	left: 0;
	top: 50% !important;
	right: unset;
	color: var(--secondary-foreground);
	transform: scale(0.9) translateY(-50%);
}

.react-switch-bg div:first-child {
	width: 32px !important;
	z-index: 1;
	right: 0;
	top: 50%;
	left: unset;
	color: var(--secondary-foreground);
	position: absolute !important;
	transform: scale(0.9) translateY(-50%);
}

.carousel-indicators {
	bottom: 0px !important;
	padding: 8px 0px !important;
	right: 0px !important;
	z-index: 4;
}

.carousel-indicators li {
	display: inline-block !important;
	vertical-align: middle !important;
	text-align: center !important;
	transform-origin: 50% 50% 0px !important;
	transform: scale(1);
	width: 8px;
	opacity: 1;
	height: 8px;
	background: var(--primary-white-bg);
	margin: 5px;
}

.carousel-indicators .active {
	width: 11px !important;
	height: 11px !important;
}

/******************************* View Listing End ***************************/
/***************************** iCheckBox - Green Start *******************************/
.commonCustomCheckBox {
	border: 1px solid var(--primary-border) !important;
	width: 22px !important;
	height: 22px !important;
	position: relative;
	border-radius: 5px !important;
}

.commonCustomCheckFlex {
	display: inline-flex !important;
	align-items: flex-start !important;
	gap: 12px;
	cursor: pointer;
	margin: 0;
}

.commonCustomCheckBox .checkBoxChecked {
	position: absolute;
	inset: -1px;
	background-color: var(--theme-primary-bg);
	border-radius: inherit;
	background-size: 60%;
	background-position: 4px 4px !important;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNzguMzY5IDc4LjM2OSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzguMzY5IDc4LjM2OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGQ9Ik03OC4wNDksMTkuMDE1TDI5LjQ1OCw2Ny42MDZjLTAuNDI4LDAuNDI4LTEuMTIxLDAuNDI4LTEuNTQ4LDBMMC4zMiw0MC4wMTVjLTAuNDI3LTAuNDI2LTAuNDI3LTEuMTE5LDAtMS41NDdsNi43MDQtNi43MDQgICBjMC40MjgtMC40MjcsMS4xMjEtMC40MjcsMS41NDgsMGwyMC4xMTMsMjAuMTEybDQxLjExMy00MS4xMTNjMC40MjktMC40MjcsMS4xMi0wLjQyNywxLjU0OCwwbDYuNzAzLDYuNzA0ICAgQzc4LjQ3NywxNy44OTQsNzguNDc3LDE4LjU4Niw3OC4wNDksMTkuMDE1eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) !important;
}

/***************************** iCheckBox - Green End *******************************/
/********************************** Star Rating Start *******************************/
.dv-star-rating-star {
	margin-top: -2px;
}

.small-star-rating .dv-star-rating-star {
	font-size: 12px;
}

/********************************** Star Rating End *******************************/
/*************************** Slick - Slider - Start ***************************/
.slick-next.slick-disabled,
.slick-prev.slick-disabled {
	display: none;
}

.slick-next:before {
	content: '';
}

.slick-prev:before {
	content: '';
}

/* inner arrow controls */
.innerControl .slick-next {
	right: 10px;
}

.innerControl .slick-prev {
	left: 10px;
}

.mapListingPhotoSlider .slick-list {
	border-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.mapListingPhotoSlider .mapDynamicDots {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	bottom: 10px !important;
	left: 0 !important;
	right: 0 !important;
	padding: 0 !important;
	margin: 0 auto !important;
	list-style: none;
	width: 100% !important;
	text-align: center !important;
}

.mapListingPhotoSlider .mapDot {
	margin: 0 3px !important;
	width: auto !important;
	height: auto !important;
	transition: all 0.2s ease;
	vertical-align: middle !important;
	float: none !important;
}

.mapListingPhotoSlider .mapDotBtn {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	outline: none;
	cursor: pointer;
	line-height: 0 !important;
	font-size: 0 !important;
}

.mapListingPhotoSlider .mapDotBtn:before {
	display: block !important;
	content: ' ' !important;
	border-radius: 50%;
	background: var(--primary-white-bg, #fff);
	opacity: 0.8 !important;
	transition: width 0.2s ease, height 0.2s ease, opacity 0.2s ease;
	position: static !important;
	width: 4px;
	height: 4px;
}

.mapListingPhotoSlider .mapDotActive .mapDotBtn:before {
	width: 9px !important;
	height: 9px !important;
	opacity: 1 !important;
}

.mapListingPhotoSlider .mapDotNear .mapDotBtn:before {
	width: 6px !important;
	height: 6px !important;
}

.mapListingPhotoSlider .mapDotFar .mapDotBtn:before {
	width: 4px !important;
	height: 4px !important;
	opacity: 0.6 !important;
}

.mapListingPhotoSlider .mapDotHidden {
	display: none !important;
}

/**************************** Slick - Slider - End ********************************/
/***************************** DateRange - Start ***************************/
.DateRangePicker__picker {
	z-index: 3 !important;
}

.DateInput__display-text,
.DateInput_input {
	text-transform: capitalize;
	padding: 4px 8px !important;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px !important;
	padding: 8px 0px;
}

.DateInput_input__focused {
	border-bottom: 1px solid var(--primary-input-focus) !important;
}

.DateRangePicker,
.DateRangePickerInput {
	width: 100%;
}

/*************************** DateRange - End *****************************/
/************************************ New Home Page Design Start ***********************/
.homeSlickSliderLocation .slick-list .slick-slide>div>div {
	padding: 8px 8px !important;
}

.videoBanner video {
	width: 100% !important;
}

.DateRangePicker_picker__portal {
	z-index: 9 !important;
}

.addpopular-autocomplete .popularLocationAutoComplete:focus {
	outline: none;
}

.maxwidthcenter {
	max-width: 613px !important;
	float: none;
	display: block;
	margin: 0 auto;
	margin-top: 80px;
	border: 1px solid var(--primary-border);
	padding: 36px 36px 27px;
	-webkit-box-shadow: 0 7px 4px #777;
	-moz-box-shadow: 0 7px 4px #777;
	box-shadow: 0 7px 4px #777;
	border-radius: 5px;
}

.maxwidthcenter {
	position: relative;
}

.maxwidthcenter:after {
	content: "";
	width: 130px;
	height: 130px;
	position: absolute;
	bottom: -97px;
	left: -76px;
	background-color: #fab3b9;
	border-radius: 65px;
}

.maxwidthcenter:before {
	content: "";
	width: 60px;
	height: 60px;
	position: absolute;
	top: -28px;
	right: -27px;
	background-color: #f6585e6e;
	border-radius: 65px;
}

/************************************ New Home Page Design End ***********************/
/*********************** Input Focus Color Start ***********************/
.inputFocusColor .form-control:focus {
	border-color: var(--primary-input-focus) !important;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media(max-width:767px) {
	.inputFocusColor .DayPicker-Day {
		overflow-x: scroll;
	}
}

@media (min-width:768px) and (max-width:1200px) {
	.inputFocusColor .DayPicker-Day {
		overflow-x: scroll;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.inputFocusColor .DayPicker-Day {
		overflow-x: scroll;
	}
}

/*********************** Input Focus Color End ***********************/

/************************* ShareSocialSection Start ************************/
.sharingsocial>a {
	border-right: 0px !important;
	border-left: 0px !important;
	padding: 24px 0px !important;
	color: var(--primary-link-foreground) !important;
	font-size: 16px !important;
	font-weight: 300 !important;
}

.sharingsocial>a:hover {
	background: transparent !important;
}

.sharingsocial>a:focus {
	background: transparent !important;
}

.SocialMediaShareButton {
	outline: 0 !important;
}

/************************* ShareSocialSection End ************************/
.popularLocation .slick-list .slick-slide>div>div {
	padding: 0px 8px;
	outline: 0;
}

.clearBoth {
	clear: both;
}

.heartIcon {
	right: 15px !important;
}

.hostNameColor a {
	color: var(--primary-foreground) !important;
}

/*********************************** Date Range Small *********************************/
.slick-dots {
	bottom: 10px !important;
	color: var(--primary-white-foreground) !important;
}

.slick-dots li,
.slick-dots li button {
	width: 10px !important;
	height: 10px !important;
	line-height: 10px !important;
	vertical-align: middle !important;
}

.slick-dots li button:before {
	opacity: 1 !important;
	height: 6px;
	background: var(--primary-white-bg);
	width: 6px;
	content: ' ';
	border-radius: 50%;
	top: 2px !important;
}

.slick-dots li.slick-active button:before {
	opacity: 1 !important;
	height: 9px;
	width: 9px;
	top: 0px !important;
}

.slick-arrow {
	color: rgb(72, 72, 72);
	z-index: 0;
	background-color: var(--primary-white-bg);
	background-repeat: repeat-x;
	border-radius: 50%;
	cursor: pointer !important;
	box-shadow: transparent 0px 0px 0px 2px, transparent 0px 0px 0px 3px, rgba(0, 0, 0, 0.20) 0px 2px 2px !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	transition: box-shadow 0.2s ease 0s, -ms-transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s, transform 0.25s ease 0s !important;
}

.slick-arrow:hover {
	background-color: rgb(255, 255, 255) !important;
	box-shadow: transparent 0px 0px 0px 1px, transparent 0px 0px 0px 4px, rgba(0, 0, 0, 0.12) 0px 2px 16px !important;
	border-color: rgba(0, 0, 0, 0.09) !important;
}

.listYourPlace .slick-dots li button:before {
	opacity: 1 !important;
	height: 10px;
	background: #d4d4d4;
	width: 10px;
	content: ' ';
	border-radius: 50%;
	top: 2px !important;
}

.listYourPlace .slick-dots li.slick-active button:before {
	opacity: 1 !important;
	height: 12px;
	width: 12px;
	background: var(--theme-primary-bg);
	top: 1px !important;
}

.listYourPlace .slick-dots li {
	margin: 0 15px;

}

.listYourPlace .slick-dots {
	bottom: 136px !important;
	left: 80px;
	text-align: left;
}

.listYourPlace .slick-next,
.listYourPlace .slick-prev {
	width: 50px;
	height: 50px;
	background: var(--primary-white-bg) !important;
	top: 71%;
	z-index: 3;
	box-shadow: 1px 1px 4px 1px var(--primary-box-shadow) !important;
	display: none !important;

}

.listYourPlace .slick-next {
	right: auto;
	left: 24%;
	background: var(--theme-primary-bg) !important;
	box-shadow: 0 0 0 8px #FEE5EA !important;
}

.listYourPlace .slick-next:before {
	content: '';
	width: 19px;
	height: 15px;
	background: url(../right-arrow-list.png) no-repeat;
	position: absolute;
	opacity: 10;
	top: 17px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}

.listYourPlace .slick-prev:before {
	content: '';
	width: 19px;
	height: 15px;
	background: url(../left-arrow-list.png) no-repeat;
	position: absolute;
	opacity: 10;
	top: 17px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}

.listYourPlace .slick-prev {
	left: 0;
}

.listYourPlace .slick-active .contentAnimation {
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	opacity: 0;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

@keyframes fadeInUp {
	from {
		transform: translate3d(0, 40px, 0)
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes fadeInUp {
	from {
		transform: translate3d(0, 40px, 0)
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.css-1iliffl-container:hover {
	box-shadow: inherit !important;
}

@media (max-width:1199px) and (min-width:1024px) {
	.listYourPlace .slick-next {
		left: 29%;
	}

	.listYourPlace .slick-dots {
		bottom: 124px !important;
	}
}

@media (max-width:1023px) and (min-width:768px) {
	.hiddenFooterMobile {
		display: none;
	}

	.listYourPlace .slick-dots {
		bottom: 90px !important;
	}

	.listYourPlace .slick-next {
		left: 38%;
	}

	.listYourPlace .slick-next,
	.listYourPlace .slick-prev {

		top: 76%;
	}
}

@media screen and (max-width: 767px) {
	.slick-arrow:hover {
		background-color: transparent !important;
		box-shadow: none !important;
		border-color: none !important;
	}

	.slick-arrow {
		box-shadow: none !important;
		border-color: none !important;
		transition: none !important;
		display: none;
	}

	.listYourPlace .slick-next {
		right: 0;
		position: absolute;
		bottom: 0;
		top: auto;
		left: auto;
		background: var(--theme-primary-bg) !important;
		box-shadow: 0 0 0 8px #FEE5EA !important;
	}

	.listYourPlace .slick-prev {
		left: 0;
		position: absolute;
		bottom: 0;
		top: auto;
	}

	.listYourPlace .slick-dots {
		bottom: 40px !important;
		text-align: center;
		left: 0;
	}
}

@media screen and (min-width: 640px) {
	.searchPage .slick-arrow {
		opacity: 0;
	}

	.searchPage .slick-slider:hover .slick-arrow {
		opacity: 1;
	}

}

/************************************** View listing Page Start ******************************/
.table-width {
	width: 35% !important;
}

.responsiveCenterFlex>div {
	display: flex;
	justify-content: center;
}

.DayPickerNavigation.DayPickerNavigation_1.DayPickerNavigation__vertical.DayPickerNavigation__vertical_2.DayPickerNavigation__verticalDefault.DayPickerNavigation__verticalDefault_3 {
	bottom: 10px !important;
}

@media(max-width:360px) {
	button.DayPickerNavigation_button.DayPickerNavigation_button_1.DayPickerNavigation_button__default.DayPickerNavigation_button__default_2.DayPickerNavigation_button__vertical.DayPickerNavigation_button__vertical_3.DayPickerNavigation_button__verticalDefault.DayPickerNavigation_button__verticalDefault_4.DayPickerNavigation_prevButton__verticalDefault.DayPickerNavigation_prevButton__verticalDefault_5 {
		height: 75% !important;
	}

	button.DayPickerNavigation_button.DayPickerNavigation_button_1.DayPickerNavigation_button__default.DayPickerNavigation_button__default_2.DayPickerNavigation_button__vertical.DayPickerNavigation_button__vertical_3.DayPickerNavigation_button__verticalDefault.DayPickerNavigation_button__verticalDefault_4.DayPickerNavigation_nextButton__verticalDefault.DayPickerNavigation_nextButton__verticalDefault_5 {
		height: 75% !important;
	}

	svg.DayPickerNavigation_svg__vertical.DayPickerNavigation_svg__vertical_1 {
		height: 25px !important;
		width: 25px !important;
	}
}

/************************************** View listing Page End****************************** 

/*************************** End of menu toggle ***********************************/
.displayFlex {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}

.toggleHeight {
	height: 81px !important;
}

/******************************* Fixed Position Section Start *******************/

.normalPosition {
	position: relative;
}

.similarListing {
	padding-bottom: 60px !important;
}

/******************************* Fixed Position Section End *******************/

@media (max-width: 1199px) and (min-width: 992px) {
	.image_1swebtw-o_O-imageLoaded_zgbg08 {
		cursor: auto;
		max-height: calc(84vh - 140px) !important;
	}
}

.existingPage {
	padding: 0px !important;
	margin-top: 0px !important;
}

.similarListing .noPadding {
	padding: 0 !important;
}

@media (max-width: 768px) and (min-width: 320px) {
	.searchMap .gm-bundled-control {
		top: 50px !important;
	}
}

/********************* SearchHeader Scroll start ***************************/
.searchHeaderScroll::-webkit-scrollbar {
	background: var(--primary-white-bg) !important;
	width: 4px;
}

/* Track */
.searchHeaderScroll ::-webkit-scrollbar-track {
	background: var(--primary-white-bg) !important;
}

/* Handle */
.searchHeaderScroll ::-webkit-scrollbar-thumb {
	background: var(--primary-white-bg) !important;
}

/* Handle on hover */
.searchHeaderScroll ::-webkit-scrollbar-thumb:hover {
	background: var(--primary-white-bg) !important;
}

/********************* SearchHeader Scroll End ***************************/
/*************************** SearchDateRange Start *****************************/
.DayPickerNavigation_button__horizontalDefault {
	padding: 9px 9px !important;
}

.DayPickerNavigation_button__default {
	border-radius: 50% !important;
}

.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
	border: none !important;
}

.DayPickerNavigation_button__horizontalDefault {
	top: 15px !important;
}

.DayPickerNavigation_button__default {
	border: none !important;
	box-shadow: 0px 0px 7px 1px #dedede !important;
}

.searchFilter .DayPicker_transitionContainer {
	box-shadow: 0px 0px 8px 0px var(--primary-border) !important;
	border-radius: 5px !important;
}

.searchFilter .CalendarMonth_caption_1 strong {
	font-weight: 500 !important;
}

.searchFilter .CalendarDay__highlighted_calendar {
	background: var(--calendar-active-bg) !important;
	color: var(--calendar-active-foreground) !important;
}


@media screen and (max-width: 991px) {
	.searchFilter .DayPicker__horizontal {
		margin: 0 auto !important;
		margin-top: 50px !important;
	}

	.searchFilter .DayPickerNavigation_rightButton__horizontalDefault {
		right: 35px !important;
	}

	.searchFilter .DayPickerNavigation_leftButton__horizontalDefault {
		left: 6px !important;
	}

	.searchFilter .DayPicker_weekHeaders__horizontal {
		margin-left: 0px !important;
	}

	.searchFilter .CalendarMonth {
		background: var(--primary-white-bg);
		text-align: center;
		padding: 0 0px !important;
	}

	.searchFilter .DayPicker_transitionContainer {
		box-shadow: none !important;
		border-radius: 0 !important;
	}

	.searchFilterHome .DayPicker__horizontal {
		margin: 0 auto !important;
		margin-top: 0px !important;
	}
}

@media screen and (max-width: 768px) {
	.searchFilterHome .DayPicker__horizontal {
		margin: 0 auto !important;
		margin-top: 50px !important;
	}
}

@media screen and (max-width: 767px) {
	.searchFilter .DayPicker__horizontal {
		margin-top: 50px !important;
	}
}

/*************************** SearchDateRange End *****************************/
/*************************** SearchMapSection Start *************************/
.searchMapSection .gm-bundled-control div:nth-child(1) {
	width: 38px !important;
	height: 76px !important;
	box-shadow: 0px 0px 8px 0px #dedede !important;
	border-radius: 5px !important;
}

.searchMapSection .gm-control-active {
	width: 38px !important;
	height: 38px !important;
}

.searchMapSection .gm-control-active>img:nth-child(1) {
	height: 15px !important;
	width: 15px !important;
}

.searchMapSection .gm-bundled-control {
	left: auto !important;
	right: 50px !important;
}

.gm-style {
	background-color: #a4ddf5 !important;
}

/*************************** SearchMapSection End *************************/
@media (min-width: 768px) and (max-width: 1199px) {
	.navbar-nav>li {
		padding: 0 15px !important;
	}
}

/*************************** SearchSwiperSlider Start *************************/
.searchSwiper .swiper-pagination-bullet {
	background: var(--primary-white-bg);
	opacity: 9;
}

.searchSwiper .swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
}

.searchSwiper .swiper-pagination-bullet {
	margin: 0 6px !important;
}

.searchSwiper .searchArrow {
	display: none;
}

.searchSwiper:hover .searchArrow {
	display: block;
}

/*************************** SearchSwiperSlider End *************************/

/******************************Customation Radio Button Start **************************/
.customRatioButton input[type=checkbox] {
	margin: 0px 0 0;
	line-height: normal;
	-webkit-appearance: none;
	width: 26px;
	height: 26px;
	outline: none !important;
	background: url('../SiteIcons/non-active.png') no-repeat;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
}


/******************************Customation Radio Button End **************************/
.input-group-addon {
	color: var(--primary-white-foreground) !important;
	background-color: var(--theme-primary-bg) !important;
	border: 1px solid var(--theme-primary-border) !important;
	font-weight: 500 !important;
	border-radius: 5px;
}


.similarTextSection {
	background: var(--primary-white-bg);
	box-shadow: 0 0 15px 0px var(--primary-border);
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 12px 6px 15px 12px !important;
}

.empty .form-group {
	margin-bottom: 10px;
}

.table-bordered {
	border-radius: 5px !important;
	border-collapse: separate !important;
}

/******************************** ViewListing Collapse End **********************/

.react-autosuggest__container {
	position: relative;
}

.react-autosuggest__input {
	width: 240px;
	height: 30px;
	padding: 10px 20px;
	font-weight: 300;
	font-size: 16px;
	border: 1px solid var(--primary-border);
	border-radius: 4px;
}

.react-autosuggest__input--focused {
	outline: none;
}

.react-autosuggest__input--open {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.react-autosuggest__suggestions-container {
	display: none;
}

.react-autosuggest__suggestions-container--open {
	display: block;
	position: absolute;
	top: 46px;
	width: 280px;
	border: 1px solid var(--primary-border);
	background-color: var(--primary-white-bg);
	font-weight: 300;
	font-size: 16px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	z-index: 2;
}

.react-autosuggest__suggestions-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	max-height: 320px;
	overflow-y: auto;
}

.react-autosuggest__suggestion {
	cursor: pointer;
	padding: 10px 20px;
}

.react-autosuggest__suggestion--highlighted {
	background-color: #ddd;
}

/************************* Search AutoSuggest Start **************************/
.searchAutosuggest .react-autosuggest__suggestions-container--open {
	width: 100%;
	top: 43px !important;
	border: 1px solid var(--primary-border) !important;
	border-bottom-left-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	border-top: 0 !important;
}

.searchAutosuggest .react-autosuggest__container {
	position: relative;
	top: 1px !important;
}

.searchAutosuggest .react-autosuggest__input,
.mobileViewSearchHeaderGeoSuggest .manualGeoSuggestInput {
	width: 100%;
	max-width: 225px !important;
	height: 45px !important;
	padding: 12px 20px 12px 30px !important;
	border: 1px solid var(--primary-border) !important;
	border-radius: 5px !important;
	font-size: 14px !important;
	background-image: url('../search.png');
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 5px center;
}

.searchAutosuggest .react-autosuggest__suggestions-container--open {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-top: 0 solid #dce0e0 !important;
	font-size: 14px !important;
	z-index: 999;
}

.searchAutosuggest .react-autosuggest__suggestion--highlighted {
	background-color: rgb(242, 242, 242) !important;
}

.searchAutosuggest .react-autosuggest__suggestion {
	color: var(--primary-foreground);
}

@media screen and (max-width: 767px) {

	.searchAutosuggest .react-autosuggest__input,
	.mobileViewSearchHeaderGeoSuggest .manualGeoSuggestInput {
		width: 100%;
		max-width: 100% !important;
	}
}

/************************* Search AutoSuggest End **************************/
/************************* Home AutoSuggest Start **************************/
.HomeAutosuggest .react-autosuggest__suggestions-container--open {
	width: 100%;
	top: 53px !important;
	border: 1px solid var(--primary-border) !important;
	border-bottom-left-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	border-top: 0 !important;
}

.HomeAutosuggest .react-autosuggest__container {
	position: relative;
	top: 0px !important;
}

.HomeAutosuggest .react-autosuggest__input {
	width: 100%;
	max-width: 100% !important;
	height: 54px !important;
	padding: 12px 20px 12px 36px !important;
	border: 1px solid var(--primary-border) !important;
	border-radius: 0px !important;
	font-size: 16px !important;
	background-image: url('../search.png');
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 12px 50%;
}

.HomeAutosuggest .react-autosuggest__suggestions-container--open {
	border-bottom-left-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	border-top: 0 solid var(--primary-border) !important;
	font-size: 14px !important;
	z-index: 999;
	text-align: left !important;
}

.HomeAutosuggest .react-autosuggest__suggestion--highlighted {
	background-color: rgb(242, 242, 242) !important;
}

.HomeAutosuggest .react-autosuggest__suggestion {
	color: var(--primary-foreground);
}

.spaceSearchFormBorder .react-autosuggest__input {
	border-radius: 5px !important;
}

.ActiveAutosuggest .react-autosuggest__input {
	border-radius: 5px !important;
}

@media screen and (max-width: 767px) {
	.HomeAutosuggest .react-autosuggest__input {
		width: 100%;
		max-width: 100% !important;
	}

	.searchPage .gm-control-active+menu {
		top: -10px;
	}
}

/************************* Home AutoSuggest End **************************/
.css-2613qy-menu {
	z-index: 1;
}

.css-1pahdxg-control:hover {
	border-color: var(--primary-border) !important;
}

.css-1pahdxg-control {
	box-shadow: none !important;
	border-radius: 5px !important;
	border-color: var(--primary-border) !important;
}

.css-yk16xz-control:hover {
	border-color: var(--primary-border) !important;
}

.css-yk16xz-control {
	border-radius: 5px !important
}

.css-16q2flz-control:hover {
	border-color: var(--primary-border);
}

.css-16q2flz-control {
	border-color: var(--primary-border) !important;
	border-radius: 5px !important;
	box-shadow: none !important;
	height: 55px !important;
}

.css-ki44ci-control {
	border-color: var(--primary-border) !important;
	border-radius: 5px !important;
}

.css-ki44ci-control {
	height: 55px !important;
	border-left: 2px solid #F42B51 !important;
}

.css-b8ldur-Input {
	font-size: 18px !important;
}

.css-1wa3eu0-placeholder {
	font-size: 18px !important;
}

.css-1uccc91-singleValue {
	font-size: 18px !important;
}

.upLoadText {
	font-size: 16px;
	margin-bottom: 24px;
	color: var(--secondary-foreground);
}

.searchSelect .css-1wa3eu0-placeholder {
	font-size: 14px !important;
}

.searchSelect .css-1uccc91-singleValue {
	font-size: 14px !important;
}

.siwtchLapel {
	vertical-align: middle;
}

.siwtchLapelText {
	margin: 0;
	font-size: 16px;
	color: var(--secondary-foreground);
	font-weight: 100;
	margin-left: 8px;
	vertical-align: middle;
}

/*******************Inbox label Section start *****************************/
.comPleteColor {
	color: #3f9d00 !important;
	vertical-align: middle;
}

.CancelledColor {
	color: #dc0000 !important;
	vertical-align: middle;
}

.expiredColor {
	color: #e37600 !important;
	vertical-align: middle;
}

.inquiryColor {
	color: #5bc0de !important;
	vertical-align: middle;
}

.preApprovedColor {
	color: #337AB7 !important;
	vertical-align: middle;
}

.pendingColor {
	color: #bd18db !important;
	vertical-align: middle;
}

.requestToBookColor {
	color: #337AB7 !important;
	vertical-align: middle;
}

.cancelledHostColor {
	color: #ff1515 !important;
	vertical-align: middle;
}

.instantBookColor {
	color: #ecb200 !important;
	vertical-align: middle;
}

.confirmColor {
	color: #ec0090 !important;
	vertical-align: middle;
}

.approvedColor {
	color: #3f9d00 !important;
	vertical-align: middle;
}

.time-select .time-select-list__menu {
	border-radius: 5px;
	/* margin-top: 0px; */
	z-index: 11 !important;
	text-align: left !important;
}

.time-select .time-select-list__single-value {
	color: var(--secondary-foreground);
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0px;
	font-weight: normal;
}

.time-select .time-select-list__placeholder {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.time-select .time-select-list__value-container {
	flex-wrap: nowrap;
	overflow: hidden;
}

.time-select .time-select-list__indicator-separator {
	display: none;
}

.time-select .time-select-list__option:hover:not(.time-select-list__option--is-disabled) {
	background-color: var(--theme-primary-bg);
	color: var(--primary-white-foreground);
}

.time-select .time-select-list__indicator.time-select-list__loading-indicator {
	color: var(--theme-primary-foreground);
	background-color: var(--primary-white-bg);
	width: 100%;
}

.time-select .time-select-list__indicator.time-select-list__loading-indicator span {
	background-color: var(--theme-primary-bg);
}


/************ DetailSearchForm Start ************************/
.detailSearchForm .react-autosuggest__input {
	border-right: 0px !important;
}

/************ DetailSearchForm End ************************/
/****Home place Holder start ******/
::placeholder {
	color: var(--placeHolder-color) !important;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--placeHolder-color)
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: var(--placeHolder-color)
}

/****Home place Holder End ******/


.listStepSuggest .react-autosuggest__suggestions-container--open {
	max-width: 320px !important;
	width: 100% !important;
}

/************************ PhotoUpload Section Start *******************/

/************************ PhotoUpload Section End *******************/

.searchInputControl {
	height: 44px;
	border: 1px solid var(--primary-border) !important;
	background-image: url('../AdminIcons/adminSearch.png');
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: 17px;
	padding: 10px 10px 10px 35px !important;
}

.hamburger .icon-bar {
	display: block;
	width: 25px;
	height: 3px;
	background: #000;
	transition: .3s;
}

.hamburger .icon-bar+.icon-bar {
	margin-top: 4px;
}

.hamburger {
	width: 25px;
}

@media (max-width: 1399px) and (min-width: 1200px) {
	.headerSearch {
		max-width: 230px;
	}
}


/***************** New Responsive Table ***********************/
.NewResponsiveTable table {
	border: 1px solid var(--primary-border) !important;
	border-radius: 5px;
	border-collapse: separate;
}

.NewResponsiveTable table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}

.NewResponsiveTable table tr {
	background-color: var(--primary-white-bg);
	border: 0px solid var(--primary-border);
	padding: .35em;
}

.NewResponsiveTable table th,
.NewResponsiveTable table td {
	padding: .625em;
	text-align: left;
}

.NewResponsiveTable table th {
	font-size: 14px;
	background: var(--table-header-bg);
}

@media screen and (max-width: 767px) {
	.NewResponsiveTable table td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
	}

	.NewResponsiveTable table td {
		display: grid;
		text-align: left;
		word-break: break-word;
	}

	.NewResponsiveTable table td::before {
		margin-bottom: 5px;
	}

	.NewResponsiveTable button a {
		text-align: center;
	}

	.NewResponsiveTable a {
		text-align: left;
		margin: 0;
	}

	.NewResponsiveTable table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.NewResponsiveTable .label-success {
		width: 80px;
		margin-top: 3px;
		padding: 3px;
	}

}

/***************** New Responsive Table End *******************/

/* common modal popup start  */
.commonModalPopup {
	position: relative;
	margin: 30px auto;
	width: 100%;
	padding: 0 15px;
}

.commonModalPopup .modal-header {
	padding: 12px;
	border-radius: var(--radius-1) var(--radius-1) 0 0;
	padding-inline-end: 24px;
	text-align: center;
	border-bottom: 0;
}

.commonModalPopup:not(.modalTitleNone) .modal-header {
	background: var(--modal-header-bg);
}

.commonModalPopup .modal-title {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: var(--primary-foreground);
}

.commonModalPopup .close {
	position: absolute;
	right: -9px;
	top: -8px;
	box-shadow: 0px 0px 8px 0px var(--primary-border);
	background: var(--primary-white-bg);
	font-size: 25px !important;
	font-weight: 400;
	color: var(--secondary-foreground);
	opacity: 1;
	display: inline-block;
	margin: 0px 0 0 0;
	outline: 0;
	padding-left: 0px !important;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	max-width: 30px;
	max-height: 30px;
}

.commonModalPopup .modal-body {
	padding: 20px;
}

.commonModalPopup .modal-footer {
	padding: 12px 24px;
	border-radius: 0 0 5px 5px;
	background: var(--modal-header-bg);
	text-align: center;
	border-top: 0;
}

.transactionFilterModal {
	max-width: 414px;
}

.commonModalSize {
	max-width: 600px;
}

.moreFilterModal {
	max-width: 760px;
}

.confirmModalText {
	font-size: 14px;
	line-height: normal;
	font-weight: 400;
	color: var(--primary-foreground);
}

.languageAndCurrencyModal {
	max-width: 1024px;
}

.socialShareModalSize {
	max-width: 400px;
}

.wishListModalSize {
	max-width: 900px;
}

/* common modal popup end  */

/*************************** PayOut Table Start **************************************/
.payoutTable {
	overflow-x: auto;
}

.payoutTable .table {
	border: 1px solid var(--primary-border) !important;
	border-radius: 4px;
	border-collapse: separate;
}

.payoutTable .table>thead>tr>th {
	background: var(--table-header-bg);
	border-bottom: 1px solid var(--primary-border);
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: inherit !important;
}

/************************** PayOut Table End **************************************/

.HomeAutosuggest .locationBorder .react-autosuggest__input {
	border-top-left-radius: var(--radius-1) !important;
	border-bottom-left-radius: var(--radius-1) !important;
}

.viewListingMap .gm-fullscreen-control {
	border-radius: var(--radius-1) !important;
}

.viewListingMap .gm-bundled-control div:nth-child(1) {
	border-radius: var(--radius-1) !important;
}

.hostTabAvatar {
	border-radius: 50%;
	cursor: pointer
}

.positionRelative {
	position: relative;
}

.passwordIcon {
	position: absolute;
	top: 10px;
	right: 16px;
	cursor: pointer;
}

.exportIcon {
	margin: 0 4px;
}

.btn-toolbar {
	margin-left: 0 !important;
}

.termAndConditionFlexWrapper a {
	color: var(--primary-link-foreground);
	text-decoration: none;
}

.termAndConditionFlexWrapper a:hover {
	color: var(--primary-link-foreground);
	cursor: pointer;
	text-decoration: underline;
}

.searchMapLocationIcon {
	left: 20px;
	bottom: 70px;
}

.searchMapResultIcon {
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
}

.manualyRowFlex {
	display: flex;
	flex-wrap: wrap;
}

.justifyCenter {
	justify-content: center;
}

/* newManualGeosuggest */
.widthFull {
	width: 100%;
}

.manualGeoSuggestContainer {
	position: relative;
}

.manualGeoSuggestListWrapper,
.safariManualGeoSuggestListWrapper .suggestItem {
	position: absolute;
	border-radius: 0 0 6px 6px;
	border: 1px solid var(--primary-border);
	max-height: 400px;
	padding: 0;
	background: var(--primary-white-bg);
	border-top-width: 0;
	overflow-x: hidden;
	overflow-y: auto;
	list-style: none;
	z-index: 5;
	width: 100%;
	text-align: start;
	left: 0;
	right: 0;
	top: 100%;
}

.manualGeoSuggestListWrapper:after {
	content: '';
	display: block;
	background-image: url('../powered_by_google.png');
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: 80px 12px;
	width: 100%;
	height: 20px;
}

.manualGeoSuggestList,
.safariManualGeoSuggestListWrapper .suggestItem {
	padding: 10px 20px;
	font-size: 14px;
	line-height: normal;
	font-weight: 300;
	color: var(--primary-foreground);
}

.manualGeoSuggestList:hover {
	background-color: #f2f2f2;
	cursor: pointer;
}

.layoutTwoDetailsFormGeoSuggest .manualGeoSuggestInput,
.layoutOneGeoSuggest .manualGeoSuggestInput,
.activityGeoSuggest .manualGeoSuggestInput {
	border: 1px solid var(--primary-border);
	padding: 12px 20px 12px 36px;
	height: 54px;
	font-weight: normal;
	font-size: 16px;
	color: var(--primary-foreground) !important;
	background-image: url('../SiteIcons/Homelocation.png');
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 12px 50%;
}

.layoutTwoDetailsFormGeoSuggest .manualGeoSuggestInput {
	border-right: 0;
}

.activityGeoSuggest .manualGeoSuggestInput,
.layoutOneGeoSuggest .manualGeoSuggestInput {
	border-radius: 5px;
}

.sideAdminPopularGeoSuggest .manualGeoSuggestInput {
	padding: 12px 16px;
	height: 46px;
	border-radius: 5px;
	font-size: 14px;
	border: 1px solid var(--primary-border);
	background-color: var(--primary-white-bg);
	line-height: 24px;
	color: var(--primary-foreground);
	font-weight: normal;
}

.sideAdminPopularGeoSuggest .manualGeoSuggestListWrapper {
	position: relative;
	z-index: 0;
}

.sideAdminPopularGeoSuggest .manualGeoSuggestInput:focus {
	border-color: var(--primary-link-foreground) !important;
}

.searchHeaderGeoSuggest .manualGeoSuggestInput {
	padding: 12px 20px 12px 36px;
	height: 45px;
	font-weight: normal;
	font-size: 15px;
	color: var(--primary-foreground) !important;
	background-image: url(../search.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 12px 50%;
	border: 1px solid #e4e4e4;
}

.reviewStarAlign {
	display: flex;
	align-items: center;
	gap: 2px;
	flex-wrap: wrap;
}

.loaderButtonFlex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
}

.commonRadioBtnFlexGroup {
	display: flex;
	align-items: center;
	column-gap: 12px;
	flex-wrap: wrap;
}

.commonRadioFlex {
	display: inline-flex;
	align-items: center;
	column-gap: 5px;
}

.pointerCursor {
	cursor: pointer;
}

.commonRadioText {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	display: inline-block;
}

.doubleBtnDFlexStart {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 18px;
	flex-wrap: wrap;
}

.doubleBtnFlexEnd {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	flex-wrap: wrap;
}

.singleFlexEndBtn {
	display: flex;
	justify-content: flex-end;
}

.defaultScrollHidden {
	overflow: hidden;
}

.dzInputContainer {
	position: relative;
}

/* tooltip override */
.imageUploadTooltipContainer {
	padding: 8px;
	text-align: center !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	background-color: var(--tooltip-primary-bg) !important;
	border: 1px solid var(--tooltip-primary-bg) !important;
	color: var(--tooltip-primary-foreground) !important;
}

.imageUploadTooltipContainer.popover.top>.arrow::after,
.imageUploadTooltipContainer.popover.top>.arrow::before {
	border-top-color: var(--tooltip-primary-bg) !important;
}

.imageUploadTooltipContainer.popover.bottom>.arrow::after,
.imageUploadTooltipContainer.popover.bottom>.arrow::before {
	border-bottom-color: var(--tooltip-primary-bg) !important;
}

.tooltipIconStyle {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	flex-shrink: 0;
}

.tooltipIconStyle>svg {
	width: 100%;
	height: 100%;
	display: block;
}

/* tooltip override end */

.transactionTable {
	border-radius: 4px;
}

.transactionTable th {
	background: var(--table-header-bg);
	font-weight: bold;
	min-width: 150px;
}

.transactionTable table>tbody>tr>td {
	white-space: normal !important;
}

.transactionButtonContainer {
	margin-left: auto;
}

/* admin common start */
.adminHeading {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	margin: 0 0 24px;
}

.adminHeadingSpace {
	margin-bottom: 12px;
}

.adminSubHeading {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin: 0 0 12px;
}

.adminSubHeadingMedium {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
}

.adminSectionHeading {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
}

.sectionDivider {
	margin: 24px 0;
	width: 100%;
	border-bottom: 1px solid var(--primary-border);
}

.gridColOne {
	display: grid;
	grid-template-columns: 100%;
	gap: 18px 24px;
}

.gridColTwo {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px 24px;
}

.gridColThree {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.gap18 {
	gap: 18px !important;
}

.gap12 {
	gap: 12px !important;
}

.commonInput {
	margin: 0;
}

.commonInput label,
.commonLabel,
.commonSelectInput label {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 6px;
	text-align: start;
	color: var(--primary-foreground);
}

.commonInput input {
	border-radius: 5px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	width: 100%;
	height: 46px;
	padding: 12px 16px;
	border: 1px solid var(--primary-border);
	background-color: var(--primary-white-bg);
	color: var(--primary-foreground);
}

.commonSelectInput {
	margin-bottom: 0;
}

.commonSelectInput select {
	border-radius: 5px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	width: 100%;
	padding: 12px 35px 12px 16px;
	border: 1px solid var(--primary-border);
	background-color: var(--primary-white-bg);
	color: var(--primary-foreground);
	background-position: calc(100% - 16px) 50%;
	background-size: 12px 6px !important;
	background-image: url(../selectArrow.svg) !important;
	height: 46px;
}

.commonTextArea textarea {
	border-radius: 5px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	padding: 12px 16px;
	border: 1px solid var(--primary-border);
	background-color: var(--primary-white-bg);
	color: var(--primary-foreground);
	height: 92px !important;
	resize: none;
}

.largerTextArea textarea {
	height: 122px !important;
}

.commonIconInput input {
	background-position: calc(100% - 10px) 50%;
	padding-right: 30px;
}

.passwordIconInput {
	padding-right: 40px !important;
}

.becomeAHostContainer {
	max-width: 750px;
}

.adminHeadingFlexWrapper {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	align-items: center;
	flex-wrap: wrap;
}

.adminHeadingFlexWrapper .adminHeading {
	margin-bottom: 0;
}

/* admin common end */
.listStepSuggest .react-autosuggest__input {
	border-radius: 5px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	width: 100%;
	height: 46px;
	padding: 12px 16px;
	border: 1px solid var(--primary-border);
	background-color: var(--primary-white-bg);
	color: var(--primary-foreground);
	max-width: 320px !important;
}

.viewListingDate .time-select-list__control,
.ContactHost .time-select-list__control {
	height: 46px !important;
}

/* common user section tab start */
.commonUserSectionTab {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--primary-border);
	border-radius: 5px;
}

.commonUserSectionTab a {
	font-size: 16px;
	color: var(--secondary-foreground);
	border-bottom: 1px solid var(--primary-border);
	padding: 15px;
	transition: box-shadow 0.3s linear;
	text-decoration: none;
}

.commonUserSectionTab a:last-child {
	border-bottom: 0;
}

.commonUserSectionTab a:hover {
	color: var(--theme-primary-foreground);
	box-shadow: 0px 0px 15px 1.5px var(--primary-box-shadow);
	background: var(--primary-white-bg);
}

.commonUserSectionTab .userTabIsActive,
.commonUserSectionTab .userTabIsActive:hover {
	color: var(--theme-primary-foreground);
	box-shadow: 0px 0px 15px 1.5px var(--primary-box-shadow);
	background: var(--primary-white-bg);
}

.commonUserSectionTab .userTabIsActive:first-child,
.commonUserSectionTab a:hover:first-child {
	border-radius: 5px 5px 0px 0px;
}

.commonUserSectionTab .userTabIsActive:last-child,
.commonUserSectionTab a:hover:last-child {
	border-radius: 0px 0px 5px 5px;
}

.prefixAddonInput,
.prefixAddonInput:focus {
	border-width: 1px 1px 1px 0 !important;
}

.suffixAddonInput,
.suffixAddonInput:focus {
	border-width: 1px 0 1px 1px;
}

.imageMargin {
	margin-right: 5px;
}

/* become host page */
.becomeHostHeading {
	font-size: 52px;
	line-height: normal;
	color: var(--primary-foreground);
	font-weight: 500;
	text-align: center;
	margin: 0 0 40px;
}

.becomeHostBottomSpace {
	margin-bottom: 112px;
}

/************************** paymentDetails Start ************************/

.paymentDetailsFlex {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.paymentDetailsBorderBottom {
	padding: 12px 0;
	border-bottom: 1px solid var(--primary-border);
}

.paymentTotalValueFlex {
	border-top: 1px solid var(--primary-border);
	padding: 20px;
	color: var(--primary-foreground);
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.paymentDetailsFlexRight,
.paymentDetailsFlexLeft {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.paymentDetailsFlexLeft,
.paymentTotalValueFlexLeft,
.messagePaymentFlexLeft {
	text-align: start;
	width: 60%;
}

.paymentDetailsFlexRight,
.paymentTotalValueFlexRight,
.messagePaymentFlexRight {
	text-align: end;
	width: 40%;
}

.messagePaymentFlexRight,
.messagePaymentFlexLeft {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}


.paymentTotalValueFlexRight,
.paymentTotalValueFlexLeft {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}

.discountText {
	color: var(--discountAndSpecial-color) !important;
}

.secondaryText {
	color: var(--secondary-foreground);
}

.tooltipFlex {
	display: flex;
	gap: 5px;
}

.tooltipFlex svg {
	cursor: pointer;
}

.borderBottomNone {
	border-bottom: 0px !important;
}

/************************** paymentDetails End ************************/

.adminRadioBtn input[type=radio],
.customRatioButton input[type=radio] {
	vertical-align: middle;
	margin: 0;
	width: 18px;
	height: 18px;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid var(--primary-border);
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	flex-shrink: 0;
}

.adminRadioBtn input[type=radio]:checked:before,
.customRatioButton input[type=radio]:checked:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--theme-primary-bg);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.commonRadioFlexWrapper {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	font-size: 16px;
}

.commonRadioFlexWrapper .radioLabel {
	position: relative;
	top: -1px;
}

.adminRadioBtn .commonRadioFlexWrapper {
	font-size: 14px;
	font-weight: 500;
}

.adminCenterContainer {
	max-width: 790px;
	margin: 0 auto;
	width: 100%;
	padding: 24px;
	border: 1px solid var(--primary-border);
	border-radius: 5px;
}

.adminCenterWithoutBorder {
	max-width: 790px;
	margin: 0 auto;
	width: 100%;
}

.isRequiredStar {
	color: var(--alert-color);
	font-size: 12px;
}

/*  user tab panel start  */
.userNavigationTab {
	border: 1px solid var(--primary-border);
	border-radius: 4px;
}

.servicePlanUserTab {
	overflow: hidden;
}

.userNavigationTab .userTabContainer {
	display: flex;
	gap: 0 10px;
	background-color: var(--background-gray-color);
	border-bottom: 1px solid var(--primary-border);
	border-radius: 2px 2px 0 0;
}

.cancellationPoliciesTab .userTabContainer {
	overflow-x: auto;
}


.userNavigationTab .tabItem {
	display: block;
	padding: 14px 15px;
	position: relative;
	text-align: center;
	font-size: 14px;
	color: var(--secondary-foreground);
	cursor: pointer;
	border-bottom: 5px solid transparent;
}

.cancellationPoliciesTab .tabItem {
	min-width: 250px;
	text-align: center;
	max-width: 500px;
	height: 100%;
}

.userNavigationTab .tabItem:hover {
	text-decoration: none;
	color: var(--primary-foreground);
}

.userNavigationTab .isActive .tabItem {
	color: var(--primary-foreground);
	border-color: var(--primary-link-foreground);
	text-decoration: none;
}

.userTabBody {
	--user-tab-padding: 18px;
	padding: var(--user-tab-padding);
}

.reviewUserTab {
	background-color: var(--background-gray-color);
}

/*  user tab panel end  */

.stripPaymentCard {
	padding: 24px;
	box-shadow: 0px 1px 15px 3px #EEEBEB;
	background-color: var(--primary-white-bg);
	border-radius: 5px;
}

.stripPaymentCard label {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}

.stripThreeCalGrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px 30px;
	margin-bottom: 20px;
}

.stripImageWrapper {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.stripeImageOne,
.stripeImageTwo {
	width: 170px;
	height: 26px;
	object-fit: contain;
}

.stripCardNumberContainer {
	margin-bottom: 20px;
}

.customStripeCardInput {
	border: unset;
	border-bottom: 1px solid var(--primary-border);
	padding: 0 25px 10px 0;
	position: relative;
	background-color: var(--primary-input-bg) !important;
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}

.customStripeCardInput::after {
	content: '';
	position: absolute;
	top: 50%;
	background-repeat: no-repeat;
	z-index: 0;
	transform: translateY(-50%);
	right: 0px;
	background-position: 100%;
}

.customStripeNumberInput::after {
	background-image: url('../SiteIcons/card.png');
	width: 25px;
	height: 35px;
	background-size: contain;
}

.customStripeExpiryInput::after {
	background-image: url('../SiteIcons/calendar.png');
	width: 20px;
	height: 20px;
	background-size: contain;
}

.customStripeCvcInput::after {
	background-image: url('../SiteIcons/lock_light.png');
	width: 20px;
	height: 20px;
	background-size: contain;
}

.customStripeZipCodeInput {
	background-image: url('../SiteIcons/loaction.png');
	background-size: 14px 19px;
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.paymentDetailsGrid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 6px;
	align-items: flex-start;
}

.paymentDetailsGrid>span:first {
	text-align: start;
}

.paymentDetailsGrid>span:last-child {
	text-align: end;
}

.aiCustomCheckFlex {
	display: inline-flex !important;
	align-items: flex-start !important;
	gap: 6px;
	cursor: pointer;
	margin: 0;
	font-weight: 500;
}

.aiCustomCheckFlex>span:first-child {
	position: relative;
	top: -2px;
}

.aiCustomInnerCheckFlex>span:first-child {
	top: -1px;
}

.aiCustomInnerCheckFlex {
	font-weight: 600;
}

.extendDayLoaderContainer {
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.isdisabledCheckbox .checkBoxChecked {
	background-color: var(--checkbox-disabled-bg);
}

.userPanelProfilePhoto .adminBtnBaseDropZoneContainer {
	justify-content: flex-start;
}

.commonUserLayoutContainer {
	width: 100%;
	max-width: var(--max-content-width);
	margin: 30px auto 60px;
	padding: 0 15px;
}

.commonUserDoubleCalGrid {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 30px;
	align-items: flex-start;
}

body.drawer-open {
	overflow: hidden !important;
}

/* home banner */

.homeBannerSliderBox .slick-slide.slick-active .homeBannerSliderImgItem::before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: #0000004d;
	z-index: 1;
}


/* list header */

.becomeHostListNavBrandLogo {
	width: 100px;
    height: 50px;
    display: flex;
	justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.becomeHostListNavBrandLogo a,
.becomeHostListNavBrandLogo a:hover,
.becomeHostListNavBrandLogo a:focus {
	display: inline-flex;
	justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

.becomeHostListNavBrandLogo img {
	display: block;
    max-width: 100px;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.userCommonPanel {
	border: 1px solid var(--primary-border);
	border-radius: 5px;
	background-color: var(--table-header-bg);
}

.userCommonPanelHeader {
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid var(--primary-border);
}

.userCommonPanelBody {
	padding: 15px;
}

.marginBottomNone {
	margin-bottom: 0 !important;
}

.dashboardDateFilterContainer .DayPicker__withBorder {
	box-shadow: none !important;
	min-height: 280px
}

.adminDashboardTableContainer {
	border-radius: 0 0 6px 6px !important;
}

.chartjs-external-tooltip {
	position: absolute;
	background: var(--primary-white-bg);
	border: 1px solid var(--primary-border);
	border-radius: 6px;
	padding: 8px 10px;
	font-size: 12px;
	color: var(--primary-foreground);
	pointer-events: none;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	z-index: 9999;
	max-width: 220px;
	white-space: nowrap;
	opacity: 0;
	transition: opacity 0.1s ease;
}

.adminSingleDropZoneContainer {
	max-width: 500px;
	margin-inline: auto;
}

.commonInputErrorMessages {
	display: block;
	color: var(--alert-color);
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
}

.singleImageUpload {
	max-width: 500px;
	margin-inline: auto;
}

.fallBackSliderWrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

@media screen and (max-width: 1024px) {
	.fallBackSliderWrapper {
		grid-template-columns: repeat(2, 1fr);
	}

	.fallBackSliderWrapper .homeSliderItemWrapper:not(:first-child):not(:nth-child(2)) {
		display: none;
	}
}

@media (min-width: 1200px) {
	.becomeAHostAvailabilitySection {
		margin-bottom: 120px;
	}
}

@media screen and (max-width: 1199px) {
	.sideMenuBodyHidden {
		overflow: hidden;
	}

	.gridColThree {
		grid-template-columns: repeat(2, 1fr);
	}

	.adminDashboardTableContainer .tableContainer tbody>tr:first-child {
		border-radius: 0 0 6px 6px !important;
	}

	.viewListingFooterWrapper {
		padding-bottom: 100px !important;
	}

}

@media (max-width: 991px) and (min-width: 768px) {
	.commonUserSectionTab {
		flex-direction: row;
		display: inline-flex;
	}

	.commonUserSectionTab a {
		border-bottom: unset;
		border-right: 1px solid #f0f0f0;
	}

	.commonUserSectionTab a:last-child {
		border-right: 0;
	}

	.commonUserSectionTab .userTabIsActive:first-child,
	.commonUserSectionTab a:hover:first-child {
		border-radius: 5px 0 0 5px;
	}

	.commonUserSectionTab .userTabIsActive:last-child,
	.commonUserSectionTab a:hover:last-child {
		border-radius: 0 5px 5px 0;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.siteSettingFormRow {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.dateScrollHidden {
		overflow: hidden;
	}
}

@media (max-width: 991px) {
	.becomeHostBottomSpace {
		margin-bottom: 72px;
	}

	.becomeHostHeading {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.stripThreeCalGrid {
		grid-template-columns: 100%;
	}

	.commonUserDoubleCalGrid {
		grid-template-columns: 100%;
	}

	.layoutTwoDetailsFormGeoSuggest .manualGeoSuggestInput {
		border-radius: var(--radius-1);
	}

	.HomeAutosuggest .locationBorder .react-autosuggest__input {
		border-radius: var(--radius-1) !important;
	}
}

@media (max-width: 767px) {

	.cancellationPoliciesTab .tabItem {
		max-width: 100%;
	}

	.imageUploadTooltipContainer.popover.top>.arrow {
		display: none;
	}

	.gridColTwo,
	.gridColThree {
		grid-template-columns: 100%;
	}

	.pageUrlAddonContainer .input-group {
		width: 100%;
	}

	.pageUrlAddonContainer .input-group-addon {
		display: block;
		width: 100%;
		border-radius: 5px 5px 0 0;
		text-align: start;
		padding: 12px 10px;
		word-break: break-word;
		white-space: normal;
		line-height: 24px;
	}

	.pageUrlAddonContainer .form-control {
		border-radius: 0 0 5px 5px !important;
	}

	.pageUrlAddonContainer .prefixAddonInput,
	.pageUrlAddonContainer .prefixAddonInput {
		border-width: 0px 1px 1px 1px !important;
	}

	.userNavigationTab .userTabContainer {
		flex-direction: column;
	}

	.fallBackSliderWrapper {
		grid-template-columns: 100%;
	}

	.fallBackSliderWrapper .homeSliderItemWrapper:not(:first-child) {
		display: none;
	}
}

@media (max-width: 475px) {
	.viewListingFooterWrapper {
		padding-bottom: 170px !important;
	}
}



/* ViewListingBookingModel Start */
.viewListingBookingModel .modal-header {
	padding: 0;
}

.viewListingBookingModel .modal-body {
	padding: 0;
	isolation: isolate;
}

.viewListingBookingModel .close {
	z-index: 2;
}

/* ViewListingBookingModel End */
.commonAdminRadioBtnGrp {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.commonReviewCardEdge::before {
	content: ' ';
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	bottom: auto;
	border: 10px solid transparent;
	border-left: 0;
	top: 0px;
	left: initial;
	right: 100%;
	border-width: 0 24px 24px 0;
	border-color: transparent var(--tertiary-border) transparent transparent;
}

.commonReviewCardEdge::after {
	content: '';
	position: absolute;
	left: -38px;
	top: 0;
	right: auto;
	width: 38px;
	height: 40px;
	background: #f5f5f5;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	z-index: 3;
}

.requirePosition{
	left: 4px;
}