.ai-bot-iframe-container {
	border: none;
	display: block;
	position: fixed;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	visibility: visible;
	z-index: 2147483646;
	-webkit-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	transition: none 0s ease 0s;
	background: none transparent;
	opacity: 1;
	height: 95%;
	max-width: 440px;
	width: 100%;
}

.ai-bot-iframe-container.ai-iframe-close {
	height: 100px;
	max-width: 100px;
}

.ai-bot-iframe-container.ai-bot-iframe-mobile {
	height: 100%;
}

.ai-bot-iframe-container.ai-bot-iframe-preview {
	height: calc(100% - 125px);
	max-width: calc(50% - 1px);
	width: 100%;
	top: 130px;
	position: absolute;
	z-index: 1;
}
.ai-bot-iframe-container.ai-bot-iframe-preview-bkc {
	height: 570px;
	width: 400px;
	position: relative;
	z-index: 1;
	right: auto;
	margin-top: 15px;
}

.ai-embed-container {
	border: none;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	visibility: visible;
	z-index: 0;
	-webkit-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	transition: none 0s ease 0s;
	background: none transparent;
	opacity: 1;
	height: auto;
	max-width: 100%;
	width: auto;
}

.bkc-lightbox-dialog-loader {
	display: block;
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #3498db;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin: -25px auto 0;
	z-index: 99996;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.bkc-lightbox-dialog-outer {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99997;
	height: 100%;
	width: 100%;
	transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	background: rgba(255, 255, 255, 0.6);
	opacity: 1;
}

.bkc-lightbox-iframe-container-popup {
	top: auto;
	max-height: calc(100vh - 40px);
	width: 100%;
	z-index: 99998;
	left: auto;
	position: relative;
}

.bkc-lightbox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}

.bkc-lightbox-static-container {
	box-sizing: border-box;
	height: 90%;
	left: 50%;
	max-height: 700px !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	max-width: 760px;
	width: calc(100% - 20px);
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 6px 0 #a7a7a7;
	z-index: 1001;
	overflow: hidden;
}

.bkc-lightbox-static-container:focus-visible {
	outline: none;
}

.bkc-lightbox-close-icon {
	cursor: pointer;
	z-index: 99999;
	position: absolute;
	right: 18px;
	top: 16px;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	font-weight: 400;
	padding: 2px;
	width: 24px;
	height: 24px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC4wNDUyIDAuNDY3NzczTDE5LjQ4MiAyLjExMTMxTDExLjQ3NjMgMTAuMTE1OEwxOS40ODIgMTcuOTg3OEwxNy45NDQ2IDE5LjYzMTNMOS45NDA3NiAxMS43NTk0TDEuOTM4NzUgMTkuNjMxM0wwLjUwMTk1MyAxNy45ODc4TDguNTA1NzggMTAuMTE1OEwwLjUwMTk1MyAyLjExMTMxTDIuMDQxMTMgMC40Njc3NzNMMTAuMDQzMSA4LjQ3MjI5TDE4LjA0NyAwLjQ2Nzc3M0gxOC4wNDUyWiIgZmlsbD0iIzRBNEE0QSIvPgo8L3N2Zz4K') !important;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
}
