.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100vh - 60px);
	justify-content: center;
}

.modal-dialog-centered .modal-content {
	width: 100%;
}

.trip-planner-model .modal-title {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	text-align: center;
	margin: 20px 0 15px 0;
}

.trip-planner-model .modal-body {
	padding-top: 0;
	max-height: 420px;
	overflow: hidden;
	overflow-y: auto;
}

.trip-planner-model .additional-info-field-container {
	display: flex;
	gap: 15px;
}

.trip-planner-model .modal-close {
	font-size: 26px;
	color: #0e1117;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: transparent;
	border: none;
	line-height: 18px;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 15px;
}

.trip-planner-model .modal-loading {
	font-size: 30px;
	color: #000;
	width: 100%;
	display: none;
	text-align: center;
	margin: 0 0 16px 0;
}

.trip-planner-model .modal-close span {
	color: currentColor;
	font-size: 26px;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

.trip-planner-button,
.cwp-frontend-form-container input[type="submit"] {
	padding: 10px 20px;
	background: var(--secondary-color, #95c623);
	border: 1px solid var(--secondary-color, #95c623);
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	color: var(--secondary-text-color, #000000);
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}

.trip-planner-button:hover,
.cwp-frontend-form-container input[type="submit"]:hover {
	background: var(--secondary-color, #7fad13);
}

.listing-app-view .trip-planner-button > span {
	display: none;
}

#cwp-from-trip .cwp-frontend-section-heading-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 0 24px 0;
	position: relative;
}

.listing-app-view #cwp-from-trip .cwp-frontend-section-heading-container {
	justify-content: center;
}

#cwp-from-trip .cwp-frontend-section-heading-container > h2 {
	margin: 0 0 0 0;
}

#cwp-from-trip .cwp-frontend-section-heading-container .back-btn {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.cwp-ui-datepicker
	.ui-datepicker
	.ui-datepicker-header
	a.ui-datepicker-prev
	span,
.cwp-ui-datepicker
	.ui-datepicker
	.ui-datepicker-header
	a.ui-datepicker-next
	span {
	background-image: url(http://code.jquery.com/ui/1.11.4/themes/smoothness/images/ui-icons_222222_256x240.png);
	background-position: -80px -192px;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	font-size: 0;
	color: transparent;
}

.cwp-ui-datepicker
	.ui-datepicker
	.ui-datepicker-header
	a.ui-datepicker-next
	span.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
	top: 6px;
	margin: 0 0 0 0;
	right: 20px;
	left: unset;
}

.cwp-ui-datepicker
	.ui-datepicker
	.ui-datepicker-header
	a.ui-datepicker-prev
	span.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
	top: 6px;
	left: 20px;
	margin: 0 0 0 0;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
	background-color: #fff !important;
	color: #000;
	padding: 20px 0;
}

.cwp-ui-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	max-width: calc(100% - 112px);
	margin: 0 auto;
	gap: 20px;
}

.cwp-ui-datepicker .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev,
.cwp-ui-datepicker .ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
	margin: 0 0 0 0;
}

.cwp-ui-datepicker .ui-datepicker .ui-datepicker-buttonpane.ui-widget-content {
	display: none;
}

.cwp-ui-datepicker .ui-datepicker table.ui-datepicker-calendar {
	border: none;
	margin: 0 0 0 0;
}

.ui-accordion-header.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: none;
	padding: 8px 20px;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #445371;
}

.cwp-ui-datepicker .ui-datepicker {
	width: unset;
}

.trip-date-selector {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	position: relative;
}

.trip-date-selector:not(:last-of-type) {
	padding: 0 0 30px 0;
}

.trip-date-selector .trip-date-selector-index {
	width: 32px;
	height: 32px;
	border: 2px solid #337ca0;
	border-radius: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #337ca0;
}

.trip-date-selector:not(:last-of-type) .trip-date-selector-index:after {
	content: "";
	width: 24px;
	border-radius: 6px;
	position: absolute;
	background-color: #b5b7c0;
	transform: rotate(90deg);
	bottom: 14px;
	left: 4px;
	height: 2px;
}

.trip-date-selector p {
	margin: 0 0 0 0;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	cursor: pointer;
}

.trip-date-selector.trip-place-current-date {
    pointer-events: none;
	opacity: 0.4;
}

@media (min-width: 768px) {
	.trip-planner-model .modal-sm {
		width: 370px;
	}
}

.trip-mobile-settings {
	width: 44px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 6px;
	margin: 0 0 0 auto;
}

.trip-banner-with-actions .trip-map-view,
.trip-banner-with-actions .trip-mobile-share,
.trip-banner-with-actions .trip-mobile-settings,
.close-trip-map-view {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	background: #ffffff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	z-index: 6;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #337ca0;
	padding: 8px 16px;
	top: 10px;
	right: 10px;
	gap: 5px;
}

.trip-banner-with-actions .trip-mobile-settings {
	background-color: #95C623;
    display: block;
    padding: 9px 0;
}

.trip-banner-with-actions .trip-mobile-share {
	right: unset;
	left: 10px;
}

.trip-banner-with-actions {
	position: relative;
	z-index: 999;
}

.listing-app-view .trip-places-map-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	z-index: 999;
	display: none;
}

.listing-app-view .close-trip-map-view {
	z-index: 9999;
	display: none;
}

.listing-app-view .close-trip-map-view.visible {
	display: flex !important;
	top: 8vh !important;
	right: 0 !important;
}

.trip-places-map {
	width: 100%;
	height: 100%;
}

.trip-place-overnight-stay {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #445371;
    box-sizing: border-box;
    margin: 0 0 16px 0;
    border: 1px solid #445371;
    border-radius: 9999px;
    text-align: center;
    padding: 4px 12px;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.07);
}


#trip-collaborators-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#trip-collaborators-list li .trip-collaborators-list-user {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
#trip-collaborators-list li .trip-collaborators-list-user img {
	width: 33px;
	height: 33px;
	display: block;
	object-fit: cover;
}
#trip-collaborators-list li .trip-collaborators-list-user h6 {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-transform: capitalize;
	color: #0e1117;
	margin: 0 0 2px 0;
}
#trip-collaborators-list li .trip-collaborators-list-user p {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-transform: capitalize;
	color: #445371;
	margin: 0 0 0 0;
}
#trip-collaborators-list li .remove-from-trip-collaborators-list {
	cursor: pointer;
	width: 33px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 6px;
	background: #f00;
	color: #fff;
	font-size: 18px;
}




.place-for-trip-name-container {
	position: relative;
}
.google-place-search-field-mask {
    border: 1px solid #e3e3e3;
    position: absolute;
    bottom: 0;
    left: 0px;
    background: #fff;
    color: #555;
	height: 40px;
    z-index: 1;
    padding: 0 13px;
	border-radius: 8px;
}

.trip-place-options-toggle {
    position: relative;
}

.trip-place-options-toggle:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(1.5);
    z-index: 9;
}


#trip-places-planner .nav-tabs {
	white-space: nowrap;
}