.box {
	display: block;
	width: 100%;
	height: 0px;
	transition: height 0.35s ease;
	overflow: hidden;
	padding: 0 10px 2px 10px;
}

/*.bar-light{*/
/*height: 74px;*/
/*}*/

.bar .button-bar > .button, .bar .buttons > .button {
	min-height: 24px;
}

.tp-has-header {
	top: 74px;
}

.disable-pointer-events {
	pointer-events: all;
}

ul.rating li {
	display: inline;
	border: 0px;
	background: none;
	padding: 0px 8px;
	width: 200px;
	color: #FBBC04;
}

ul.rating li i {
	font-size: 40px;
}

.pac-container {
	z-index: 3000 !important;
}

.modal-open {
	pointer-events: auto !important;
}

.tp-plan-list.item {
	border: none;
	margin: 0px 0px 0px 0px;
	border-left-color: #ffffff;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
	padding: 0px;
}

.tp-plan-list .item-right-edit {
	width: 35px;
	padding-left: 0px;
	height: 100%;
}

.tp-plan-list.item-button-right, a.item.item-button-right, button.item.item-button-right {
	padding-right: 20px;
}

.tp-plan-list.item-complex .item-content, .item-radio .item-content {
	position: relative;
	z-index: 2;
	padding: 0px 0px 0px 0px;
	border: none;
	background-color: #fff;
}

.tp-timeline-middle {
	position: absolute;
	background-color: #F5A623;
	top: 0px;
	left: 8px;
	width: 8px;
	height: 200px;
	z-index: -1;
}

.tp-timeline-end {
	position: absolute;
	background-color: #F5A623;
	top: 0px;
	left: 8px;
	width: 8px;
	height: 30px;
	z-index: -2;
}

.tp-timeline-start {
	position: absolute;
	background-color: #F5A623;
	top: 20px;
	left: 8px;
	width: 8px;
	height: 200px;
	z-index: -3;
}

.dragging {
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);

	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.placeholder {
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.wide-as-needed {
	overflow: scroll;
	white-space: nowrap;
}

.scroll {
	min-width: 100%;
}

.level-normal-modal {
	z-index: 1;
}

.level1-modal {
	z-index: 11;
}

.level2-modal {
	z-index: 12;
}

.level3-modal {
	z-index: 13;
}

.level4-modal {
	z-index: 14;
}

.level5-modal {
	z-index: 15;
}

.bkt .modal-backdrop-bg{
	opacity: 0!important;
}
.level6-modal {
	z-index: 16;
}
/*.platform-ios.platform-cordova:not(.fullscreen) .has-subheader{*/
/*top:208px!important;*/
/*}*/

/* Customize the label (the radiobar) */
.radiobar {
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.radiobar input {
	position: absolute;
	opacity: 0;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiobar:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiobar input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiobar input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.radiobar .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/*.item-radio {*/
/*padding: 15px;*/
/*}*/

.placeDetailsPhoto .swiper-container {
	width: 100%;
	margin: 5px 0px;
	background: white;
}

.placeDetailsPhoto .swiper-container .swiper-wrapper{
	background: white!important;
}
.popularList1 .swiper-container {
	width: calc(100% - 16px)!important;
	margin-left: 16px;
}

.popularList3 .swiper-container {
	width: calc(100% )!important;
	margin-left: 0px;
}

.popularList2 .swiper-container {
	/*width: 375px;*/
	margin: 10px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* Empty. Add your own CSS if you like */

#profile-panel {
	position: absolute;
	top: 20px;
	top: constant(safe-area-inset-top);
	top: env(safe-area-inset-top);
	right: 0px;
	height: 64px;
	z-index: 5;
	width: 20%;
	text-align: center;
	padding: 0px;
	-webkit-transition: top 1s; /* Safari */
	transition: top 1s;
	background: #FEFAFA;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.50);
	border-radius: 6px 0 0 6px;
}

#mapTools-panel2 {
	position: absolute;
	top: 44px;
	top: calc(44px + constant(safe-area-inset-top)) !important;;
	top: calc(44px + env(safe-area-inset-top)) !important;;
	right: 10px;
	height: 30px;
	z-index: 5;
	width: 50px;
	text-align: center;
	padding: 0px;
	-webkit-transition: top 1s; /* Safari */
	transition: top 1s;
	background: #FEFAFA;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.50);
	border-radius: 15px;
}

#mapTools-panel {
	position: absolute;
	top: 90px;
	top: calc(90px + constant(safe-area-inset-top)) !important;;
	top: calc(90px + env(safe-area-inset-top)) !important;;
	right: 10px;
	height: 50px;
	z-index: 5;
	width: 50px;
	text-align: center;
	padding: 0px;
	-webkit-transition: top 1s; /* Safari */
	transition: top 1s;
	background: #FEFAFA;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.50);
	border-radius: 45px;
}
.placeDetail-panel {
	position: absolute;
	bottom: 151px;
	bottom: calc(151px + constant(safe-area-inset-bottom)) !important;
	bottom: calc(151px + env(safe-area-inset-bottom)) !important;
	z-index: 5;
	width: 100%;
	text-align: center;
	min-height: 40px;
	background-color: transparent;
	/*padding: 0px 10px 0px 10px;*/
	padding: 0px;
	-webkit-transition: top 1s; /* Safari */
	transition: top 1s;
}

.addPlaceDetail-panel {
	position: absolute;
	bottom: 110px;
	bottom: calc(110px + constant(safe-area-inset-bottom)) !important;
	bottom: calc(110px + env(safe-area-inset-bottom)) !important;
	z-index: 5;
	width: 100%;
	text-align: center;
	min-height: 40px;
	background-color: transparent;
	/*padding: 0px 10px 0px 10px;*/
	padding: 0px;
	-webkit-transition: top 1s; /* Safari */

}
.placeDetail-panel-mini {
	position: absolute;
	bottom: 101px;
	bottom: calc(101px + constant(safe-area-inset-bottom)) !important;
	bottom: calc(101px + env(safe-area-inset-bottom)) !important;
	z-index: 5;
	width: 100%;
	text-align: center;
	min-height: 40px;
	background-color: transparent;
	/*padding: 0px 10px 0px 10px;*/
	padding: 0px;
	-webkit-transition: top 1s; /* Safari */
	transition: top 1s;
}

.slider {
	height: 100%;
}

.slider-slide {
	color: #000;
	min-height: 40px;
	text-align: center;
	font-weight: 300;
	padding: 0px 10px 0px 10px;
}

/*#planning-panel:hover{*/
/*top: 40px;*/
/*}*/
.wide-as-needed {
	overflow: scroll;
	white-space: nowrap;
}

/*.bar {*/
/*height: 60px !important;*/
/*}*/

/*.has-header {*/
/*top: 64px;*/
/*}*/

.button-clear {
	padding: 0px 3px;
}

/*for iPhoneX*/
.planningListScroll {
	height: calc(100%);
	height: calc(100% - constant(safe-area-inset-bottom));
	height: calc(100% - env(safe-area-inset-bottom));
}

.addPlaceListScroll {
	height: calc(100% - 60px);
	height: calc(100% - 60px - constant(safe-area-inset-bottom));
	height: calc(100% - 60px - env(safe-area-inset-bottom));
}

.addPlaceListScrollKeyword {
	height: calc(100% - 120px);
	height: calc(100% - 120px - constant(safe-area-inset-bottom));
	height: calc(100% - 120px - env(safe-area-inset-bottom));
}

.exploreListScroll {
	height: calc(100% - 200px);
	height: calc(100% - 180px - constant(safe-area-inset-bottom) - constant(safe-area-inset-top));
	height: calc(100% - 180px - env(safe-area-inset-bottom) - env(safe-area-inset-top));
}

.addPlaceList_mapMode {
	top: calc(100% - 125px) !important;
	top: calc(100% - 125px - constant(safe-area-inset-bottom)) !important;
	top: calc(100% - 125px - env(safe-area-inset-bottom)) !important;
}

.addPlaceList_listMode {
	top: calc(120px) !important;
	top: calc(100px + constant(safe-area-inset-top)) !important;
	top: calc(100px + env(safe-area-inset-top)) !important;
}

.planningList_mapMode {
	top: calc(100% - 147px) !important;
	top: calc(100% - 147px - constant(safe-area-inset-bottom)) !important;
	top: calc(100% - 147px - env(safe-area-inset-bottom)) !important;
}

.planningList_listMode {
	top: calc(115px) !important;
	top: calc(95px + constant(safe-area-inset-top)) !important;
	top: calc(95px + env(safe-area-inset-top)) !important;
}

.exploreList_mapMode {
	top: calc(100% - 90px) !important;
	top: calc(100% - 90px - constant(safe-area-inset-bottom)) !important;
	top: calc(100% - 90px - env(safe-area-inset-bottom)) !important;
}

.exploreList_listMode {
	top: calc(120px) !important;
	top: calc(80px + constant(safe-area-inset-top)) !important;
	top: calc(80px + env(safe-area-inset-top)) !important;
}

.planningMap {
	height: calc(100% - 70px) !important;
	height: calc(100% - 70px - constant(safe-area-inset-bottom)) !important;
	height: calc(100% - 70px - env(safe-area-inset-bottom)) !important;
}

.addPlacegMap {
	height: calc(100% - 90px) !important;
	height: calc(100% - 90px - constant(safe-area-inset-bottom)) !important;
	height: calc(100% - 90px - env(safe-area-inset-bottom)) !important;
}

.placeDetails_mapMode {
	top: calc(100% - 180px) !important;
	top: calc(100% - 180px - constant(safe-area-inset-bottom)) !important;
	top: calc(100% - 180px - env(safe-area-inset-bottom)) !important;
	-webkit-transition: top 1s;
	transition: top 1s;
}

.placeDetails_mapMode .p_header {
	height: calc(0px) !important;

}

.placeDetails_listMode {
	top: calc(0px) !important;
	-webkit-transition: top 1s;
	transition: top 1s;
}

.placeDetails_listMode .p_header {
	height: calc(0px) !important;
	height: calc(0px + constant(safe-area-inset-top)) !important;
	height: calc(0px + env(safe-area-inset-top)) !important;
}

.placeDetails_listMode .p_main {
	/*height: calc(100% - 55px) !important;*/
	/*height: calc(100% - 55px - constant(safe-area-inset-bottom) - constant(safe-area-inset-top)) !important;*/
	/*height: calc(100% - 55px - env(safe-area-inset-bottom) - env(safe-area-inset-top)) !important;*/
	height: calc(100%) !important;
	height: calc(100% - constant(safe-area-inset-bottom)) !important;
	height: calc(100% - env(safe-area-inset-bottom)) !important;

}

.placeDetails_listMode .bar-footer {
	margin-bottom: calc(0px) !important;
	margin-bottom: calc(0px + constant(safe-area-inset-bottom)) !important;
	margin-bottom: calc(0px + env(safe-area-inset-bottom)) !important;
}

.chat-footer{
	bottom: calc(0px) !important;
	bottom: calc(0px + constant(safe-area-inset-bottom)) !important;
	bottom: calc(0px + env(safe-area-inset-bottom)) !important;
}

.modalNoBackground {
	background-color: transparent;
}

.shareTripContactListHeight {
	height: calc(100% - 70px) !important;
	height: calc(100% - 70px - constant(safe-area-inset-bottom)) !important;
	height: calc(100% - 70px - env(safe-area-inset-bottom)) !important;
}


.createMessageContactListHeight {
	height: calc(100%) !important;
	height: calc(100% - constant(safe-area-inset-bottom)) !important;
	height: calc(100% - env(safe-area-inset-bottom)) !important;
}

.platform-android .action-sheet-cancel {
	display: block !important;
}

.platform-android .action-sheet-backdrop.active {
	background-color: rgba(0, 0, 0, 0.2);
}

.platform-android .action-sheet {
	margin: 0;
}


.platform-android .action-sheet .button.active, .platform-android .action-sheet .button.activated {
	background: #e8e8e8;
}

.platform-android .action-sheet-group {
	margin: 0;
	border-radius: 0;
	background-color: #fafafa;
}

.platform-android .action-sheet-has-icons .button {
	padding-left: 0px;
!important;
}

.description_bg {
	background: transparent;
}

.dayBarSticky {
	position: sticky;
	position: -webkit-sticky;
	top: 0px;
	z-index: 23;
	-webkit-overflow-scrolling: touch;
	border-bottom: none;
	padding: 0;
}

/*.scroll{*/
/*position:absolute !important;*/
/*top:0 !important;*/
/*bottom: 0 !important;*/
/*left: 0 !important;*/
/*right: 0 !important;*/
/*overflow:scroll !important;*/

/*}*/

.title-white {
	font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !important;
	font-weight: bold !important;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: -0.4px;
	color: white;
	z-index: 5;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	white-space: nowrap
}
.title-black {
	font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !important;
	font-weight: bold !important;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: -0.4px;
	color: black;
	z-index: 5;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media (min-width: 680px) {
	.modal_kiosk {
		top: 12%;
		right: 5%;
		bottom: 0;
		left: 5%;
		min-height: 1440px;
		width: 100%;
	}


	.platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader) {
		height: 64px; }
	.platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader) > * {
		margin-top: 0;
		margin-top:  constant(safe-area-inset-top);
		margin-top:  env(safe-area-inset-top);
	}
}