/* === Call Delay Modal (STEP1) === */
.call-delay-modal-overlay {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 16px 0;
	background: rgba(0, 0, 0, 0.75);
}

.call-delay-modal-overlay.is-open {
	display: flex;
}

.call-delay-modal {
	position: relative;
	width: 100%;
	max-height: min(80vh, 680px);
	overflow: auto;
	background: none;
	padding: 0 0 50px;
	border:none;
	outline: none;
	-webkit-appearance: none;
}

.call-delay-modal__title {
	margin: 0 auto 12px;
	width: 90%;
}

.call-delay-modal__body {
	font-size: 16px;
	line-height: 1.6;
}

.call-delay-modal__close {
	position: absolute;
	bottom: 0;
	right: calc(50% - 30px);
	width: 60px;
	height: 60px;
	border: 0;
	background: transparent;
	border-radius: 15px;
	cursor: pointer;
}

.call-delay-modal__close:focus {
	outline: 2px solid rgba(0,0,0,0.35);
	outline-offset: 2px;
}

body.is-call-delay-modal-open {
	overflow: hidden;
	touch-action: none;
}

.lost_gallery .img_box{display:none;}
.lostGallery__track {
	padding:6px 0!important;
}
.lostGallery__nav {
	color:white;
	background: rgba(0, 0, 0, .65)!important;
}

