.widget_inner {
	position: fixed !important;
	bottom: 40px;
	left: 40px;
	overflow: hidden !important;
	z-index: 99998;
	overflow: hidden;
	transition:
		transform 0.2s ease-in-out 0s,
		width 0.3s ease-in-out 0s,
		height 0.3s ease-in-out 0s,
		bottom 0.3s ease-in-out 0s,
		border-color 0.2s ease-in-out 0s,
		opacity 1s ease-in-out 0s;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
	user-select: none;
	-webkit-tap-highlight-color: #0000;
	position: absolute;
	border-radius: 0.5em;
	/*animation: svelte-ewoxhx-rotate 3s infinite linear;*/
}

.widget_box {
	box-shadow: rgb(0 0 0 / 40%) 0 15px 20px;
	/*width: 280px;
	height: 159px;*/
	width: 190px;
	height: 220px;
	margin-top: -25px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.video_container {
	background-image: conic-gradient(#39f 20deg, #0000 120deg);
	border-radius: 10px;
	position: relative;
	height: 100%;
	width: 100%;
}

video {
	pointer-events: none;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: 200;
	border-radius: 0.5em;
}

.open_box {
	transition: 0.3s linear;
	width: 509px;
	height: 293px;
}

.closeButton_ck.svelte-3jlhbp:active {
	box-shadow:
		inset -10px -10px 15px rgb(255 255 255 / 55%),
		inset 10px 10px 15px rgb(70 70 70 / 12%);
}

.closeButton_ck.svelte-3jlhbp:hover {
	opacity: 1;
	transform: scale(1.2);
}

.closeButton_ck_big.svelte-3jlhbp {
	width: 1.6em;
	height: 1.6em;
}

.closeButton_ck.svelte-3jlhbp {
	cursor: pointer;
	border-radius: 50%;
	z-index: 1000;
	display: flex;
	margin: 0.27em 0.27em 0 0;
	position: relative;
}

.ck_videowidget_header_form.svelte-3jlhbp {
	top: 10px !important;
	right: 10px;
}

.ck_videowidget_header.svelte-3jlhbp {
	display: flex;
	width: 100%;
	flex-direction: row-reverse;
	position: relative;
	top: 0;
}

.dn {
	display: none !important;
}

.widget_box.open_box:hover .displayButton {
	opacity: 1;
	display: block;
	transition: 0.3s linear;
}

.displayButton {
	position: absolute;
	border-radius: 0.625em;
	z-index: 300;
	box-shadow: rgb(0 0 0 / 25%) 0 4px 15px;
	text-align: center;
	transition: transform 0.2s ease-in-out 0s;
	padding: 4% 4% 4% 4%;
	background: #fc4c02;
	color: #fff !important;
	opacity: 0;
	bottom: 1em;
	right: 5em;
	left: 5em;
	display: none;
}

.displayButton:hover {
	transition: 0.3s;
	background-color: #fbcb19;
}

.videowidget-span {
	color: #ffffff;
	font-family:
		Fira Sans,
		sans-serif;
	font-size: 18px;
	line-height: 14px;
}

.videoForm_ck {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	top: 0;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	color: #000;
	z-index: 999;
	cursor: default;
	height: 100%;
	border-radius: 0.5em;
}

.formHeader_ck {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.mainHorizontal {
	margin-left: 8px;
	margin-right: 8px;
}

.formMain_ck {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: auto;
	margin-bottom: auto;
}

.mainTextHorizontal {
	margin: 0 8px 8px 8px;
}

.mainText_ck {
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	padding-bottom: 20px;
}

.main_rowHorizontal {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.main_columnHorizontal {
	display: flex;
	flex-direction: column;
	margin-right: 8px px;
	width: 47%;
	justify-content: start;
	flex-grow: 100;
}

.formMain_ck input {
	margin-bottom: 10px;
	height: 40px;
	padding: 0 16px 0 16px;

	border: 1px solid #e5e5e8;
	border-radius: 4px;
	color: #383c5a;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	outline: none;
}
#formSubmitButton_ck {
	background: #fc4c02 !important;
	color: #fff !important;
}
#formSubmitButton_ck:hover,
.displayButton:hover {
	background: #ff6423 !important;
}
#formSubmitButton_ck:active {
	-webkit-appearance: none;
	box-shadow:
		inset -5px -5px 10px rgb(255 255 255 / 55%),
		inset 10px 10px 15px rgb(70 70 70 / 12%);
}
#checkboxData_ck + label {
	position: relative;
}
#checkboxData_ck + label:after {
	width: 9.07px;
	height: 6.25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../assets/img/checkbox.svg);
	background-size: contain;
	content: "";
	position: absolute;
	left: -16px;
	top: 8px;
	opacity: 0;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	background-repeat: no-repeat;
	background-position: center;
}
#checkboxData_ck:checked + label:after {
	opacity: 1;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

#formSubmitButton_ck:hover {
	-webkit-appearance: none;
	transform: scale(1.02);
}

#formSubmitButton_ck {
	-webkit-appearance: none;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 19px;
	border-radius: 6px;
	cursor: pointer;
	border: none !important;
	height: 42px;
}

.formMain_ck input {
	margin-bottom: 10px;
	height: 40px;
	padding: 0 16px 0 16px;
	background: #fff;
	border: 1px solid #e5e5e8;
	border-radius: 4px;
	color: #383c5a;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	outline: none;
}

#checkboxData_ck:hover,
#checkboxAdvertising_ck:hover {
	opacity: 1;
}

#checkboxData_ck,
#checkboxAdvertising_ck {
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	width: 12px;
	height: 12px;
	background-color: #d5d5d5;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	margin: 3px;
	opacity: 0.9;
}

.checkboxData_ck label,
.checkboxAdvertising_ck label {
	cursor: pointer;
	flex-shrink: 100;
	margin: 0 0 0 3px;
	font-weight: normal;
}

.checkboxData_ck,
.checkboxAdvertising_ck {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-left: 18px;
}

.formFooter_ck {
	padding-bottom: 10px;
}

#checkboxData_ck:checked::after,
#checkboxAdvertising_ck:checked::after {
	display: block;
}

/*#checkboxData_ck::after,
#checkboxAdvertising_ck::after {
	content: "\f00c";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 1000;
	font-size: 8px;
	display: none;
}*/

.videoForm_ck {
	width: 100%;
}

@media (max-width: 992px) {
	.widget_inner {
		margin: auto;
		left: 0;
		right: 0;
		text-align: center;
	}

	.widget_box {
		margin-left: auto;
		margin-right: auto;
		width: 315px;
	}

	/*.open_box {
		width: 100% !important;
	}*/

	.ck_videowidget_header_form.svelte-3jlhbp {
		top: 10px !important;
		right: 50px;
		max-width: 190px;
		margin-inline: auto;
	}

	.widget_inner.open_mobile .ck_videowidget_header_form.svelte-3jlhbp {
		right: 10px;
	}

	.videoForm_ck {
		width: 100%;
	}
}
