body.gc-widget-modal-open {
	overflow: hidden;
}

.gc-widget-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.gc-widget-modal[hidden] {
	display: none;
}

.gc-widget-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.gc-widget-modal__dialog {
	position: relative;
	width: 100%;
	max-width: 520px;
	/* max-height: calc(100vh - 223px); */
	max-height: none;
	height: 657px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
    padding: 28px 38px 38px;
	background-color: white;
}
/* 
.course-paid_body .gc-widget-modal__dialog {
	padding-top: 37px;
} */

.single-course__free .gc-widget-modal__dialog {
	background-color: #fff;
}

.gc-widget-modal__close {
	position: absolute;
	top: 6px;
    right: 13px;
	z-index: 2;
	width: 36px;
	height: 36px;
	border: none;
	cursor: pointer;
}

.gc-main-content.gc-both-main-content.no-menu.account-page-content.gc-user-guest {
	background: white !important;
}

.gc-widget-modal__close::before,
.gc-widget-modal__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 2px;
	background: #333;
	transform-origin: center;
}

.gc-widget-modal__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.gc-widget-modal__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.gc-widget-modal__frame-wrap {
	width: 100%;
	min-height: 420px;
}

.gc-widget-modal__iframe {
	display: block;
	width: 100%;
	height: 100vh;
	max-height: 700px;
	border: none;
}

/* .single-course__free .gc-widget-modal__frame-wrap {
	position: relative;
}

.single-course__free .gc-widget-modal__frame-wrap:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 30px;
	background-color: #d7e4f4;
	bottom: 0;
}

@media (max-width: 767px) {
	.single-course__free .gc-widget-modal__frame-wrap:before {
		height: 130px;
	}
}

@media (max-width: 767px) {
	.single-course__free .gc-widget-modal__frame-wrap:before {
		height: 210px;
	}
} */

button.training-cost__item-button {
	border: none;
	font-family: inherit;
}

button.btn.banner-course__btn,
button.btn.action-btn {
	border: none;
	font-family: inherit;
}

@media (max-width: 767px) {
	.gc-widget-modal {
		padding: 0;
	}

	.gc-widget-modal__dialog {
		max-width: none;
		height: 100%;
		max-height: none;
		border-radius: 0;
	}

	.gc-widget-modal__frame-wrap {
		height: 100vh;
		display: flex;
		align-items: center;
	}
}

.gc-widget-modal__dialog,
.gc-widget-modal__frame-wrap {
	overflow-x: hidden;
}

.gc-widget-modal__iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	border: none;
	overflow-x: hidden;
}

html, body {
	overflow-x: hidden !important;
	max-width: 100% !important;
}

.lt-form,
.lt-block-wrapper,
.f-form {
	max-width: 100% !important;
	box-sizing: border-box !important;
}