﻿.display-none-building{
	display: none;
}
body::-webkit-scrollbar-track {
	background-color: transparent;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

body::-webkit-scrollbar {
	background-color: transparent;
	width: 12px;
}

body::-webkit-scrollbar-thumb {
	background: linear-gradient(#c2a997, #8a664c);
	border-radius: 6px;
}

	body::-webkit-scrollbar-thumb:hover {
		background: linear-gradient(#8a6e5a, #69503f);
	}

@media only screen and (max-width: 990px) {
	.fixed-div {
		bottom: 80px !important;
	}
}

.fixed-div {
	position: fixed;
	bottom: 20px;
	right: 33px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 99999;
	opacity: 0;
}

	.fixed-div i {
		color: #333;
		font-size: 24px;
	}

.swal2-container {
	z-index: 10000000000 !important;
}

@media only screen and (min-width: 991px) {
	.language-title {
		display: none;
		color: black;
	}
}

@media only screen and (max-width: 991px) {
	.language-title {
		display: inline;
		color: black;
	}
}

a {
	text-decoration: none;
}

.floating_btn {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

@media only screen and (max-width: 990px) {
	.floating_btn {
		bottom: 110px !important;
	}
}

.contact_icon {
	background-color: #42db87;
	color: #fff;
	width: 60px;
	height: 60px;
	font-size: 30px;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translatey(0px);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #42db87;
	-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	font-weight: normal;
	font-family: sans-serif;
	text-decoration: none !important;
	transition: all 300ms ease-in-out;
	cursor: pointer;
}


.text_icon {
	margin-top: 8px;
	color: #707070;
	font-size: 13px;
}

.wp-grup a {
	flex: 0 0 33%;
	max-width: 33%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.wp-grup img {
	margin: 0;
	max-width: 70px;
}

.wp-grup h6 {
	max-width: 130px;
	margin-bottom: 0;
}

@media all and (max-width: 640px) {
	.wp-grup img {
		max-width: 40px;
	}

	.wp-grup a {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: left;
		display: flex;
		flex-direction: row;
		justify-content: start;
		align-items: center;
		gap: 20px;
		border-bottom: 1px solid #dee2e6;
		padding: 10px;
	}

	.wp-grup h6 {
		max-width: inherit;
	}
}

@media (max-width: 991px) {

	.nav-item.favoriteIconLi a::after {
		display: inline-block;
		vertical-align: middle;
	}

	.nav-item.favoriteIconLi span {
		display: inline-block;
		color: black;
		margin-left: 10px;
	}
}

@media (min-width: 991px) {
	.nav-item.favoriteIconLi span {
		display: none;
	}
}

.hoverElement {
	cursor: pointer;
}


.userIconIMG {
	background-image: linear-gradient(270deg,#ab8f7b, #f5a973);
	color: white;
	padding: 10px;
	border-radius: 4px;
	border-color: #000000;
}

@keyframes page-loader-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #78413A; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	display: none;
}

.loaderCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9999;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
#page-loading-animation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.page-loader {
	border: 5px solid #f3f3f3;
	border-top: 5px solid #3498db;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: page-loader-spin 2s linear infinite;
}

.page-loader-gif {
	width: 200px;
	height: 200px;
}

.hoverElement:hover {
	cursor: pointer;
}
/* The Modal (background) */
#pagePopupModal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.pagePopupModal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

@media only screen and (max-width: 900px) {
	.pagePopupModal-content {
		width: 80%;
	}
}

.pagePopupModal-content img {
	max-width: 80%;
	max-height: 100%;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 2400px) {
	.pagePopupModal-content img {
		max-width: 70%;
		max-height: 80%;
	}
}

@media only screen and (max-width: 1300px) {
	.pagePopupModal-content img {
		max-width: 100%;
		max-height: 100%;
	}
}

#closeModalBtn {
	position: absolute;
	top: 0px;
	right: 25px;
	font-size: 50px;
	font-weight: bold;
	color: white;
	cursor: pointer;
}

	#closeModalBtn:hover {
		opacity: 0.7;
	}

#building-detail-map {
	width: 100%;
	height: 405px;
	border: 0;
}

.pxp-sp-pois-nav > div {
	display: inline-block;
	margin-right: 20px;
	font-weight: 700;
	font-size: .8rem;
	cursor: pointer;
	color: rgba(51,51,51,.7);
	border-bottom: 2px solid transparent;
	padding-bottom: 5px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

	.pxp-sp-pois-nav > div.pxp-active {
		border-bottom: 2px solid #333;
		color: #000
	}

.custom-modal-fullscreen {
	width: 100vw !important;
	max-width: none !important;
	height: 100% !important;
	margin: 0 !important;
}

.custom-modal-content {
	max-height: -webkit-fill-available !important;
	min-height: 100%;
}


.reservation-button-process {
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	background-color: var(--erra-logo-color);
	color: #fff;
	font-size: 1rem;
	padding: 12px 20px;
	border: 1px solid var(--erra-logo-color);
}

	.reservation-button-process:hover {
		background-color: var(--erra-primary-color);
		border: 1px solid var(--erra-primary-color);
		color: white;
	}
	.reservation-button-process::after {
		content: '';
		background-image: url(/images/arrow-right.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		color:white;
		width: 16px;
		height: 16px;
	}
.floor-plan-buton {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 198px;
	border-radius: 12px;
	background-color: #fff;
	border: none;
	box-shadow: 0 2px 4px rgba(39,54,86,.14),0 1px 10px rgba(39,54,86,.2);
}
.tour-3d-buton {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 290px;
	border-radius: 12px;
	background-color: #fff;
	border: none;
	box-shadow: 0 2px 4px rgba(39,54,86,.14),0 1px 10px rgba(39,54,86,.2);
}
@media (max-width: 999px) {
	.floor-plan-buton {
		position: absolute;
		z-index: 2;
		bottom: 50px;
		left: 184px;
		border-radius: 12px;
		background-color: #fff;
		border: none;
		box-shadow: 0 2px 4px rgba(39,54,86,.14),0 1px 10px rgba(39,54,86,.2);
	}

	.tour-3d-buton {
		position: absolute;
		z-index: 2;
		bottom: 50px;
		left: 278px;
		border-radius: 12px;
		background-color: #fff;
		border: none;
		box-shadow: 0 2px 4px rgba(39,54,86,.14),0 1px 10px rgba(39,54,86,.2);
	}
}

.special-filter-btn {
	border: 2px solid rgba(161, 127, 100) !important; 
}
	.special-filter-btn:active, .special-filter-btn.is-checked{
		background-color: rgba(161, 127, 100) !important;
	}
	.special-filter-btn:hover {
		background-color: rgba(161, 127, 100) !important;
	}

.custom-marker-label {
	font-size: 50px;
	color: #FFFFFF;
	font-weight: bold;
}
#google-buildings-map{
	width:100%;
	height: 100%;
}


#google-buildings-map-2 {
	width: 100%;
	height: 100%;
}

.profile-reservation-item {
	padding: 10px 40px;
	margin-bottom: 10px;
	font-weight: bold;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
	.profile-reservation-item img {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		border: 1px solid;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
	}
	.profile-reservation-item:hover {
		cursor: pointer;
		background-color: #c9c9c9;
	}

.kiraci-form-control-checkbox {
	background: #fff;
	border: 1px solid #b0b0b0;
	padding: 10px 10px;
	border-radius: 5px;
	transition: all .3s;
	margin-top: 5px;
	appearance: none;
	margin-right: 8px;
}

.kiraci-form-control-checkbox-label {
	display: flex;
	align-items: center; /* Label'ı checkbox ile ortalayın */
	margin-top: 5px;
}



.kiraci-form-control-checkbox:focus-visible, .kiraci-form-control-checkbox:checked {
	-webkit-outline: #F08375 auto 1px;
	outline: #F08375 auto 1px;
	background-color: #F08375;
}