.card {
	display: none;
	background: #ffffff;
	border: 2px solid #ccc;
	padding: 2rem 2rem 2.2rem;
	max-width: 860px;
	width: fit-content;
	margin-top: 2rem;
}

.control-panel {
	margin-top: 1.8rem;
	padding: 1.3rem 2rem 1.6rem;
}

.slider-row {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.slider-label {
	color: #bdbde9;
	min-width: 75px;
	font-size: 0.95rem;
	font-weight: 500;
}

input[type=range] {
	flex: 1;
	height: 8px;
	background: #e0e0e0;
	border-radius: 20px;
	-webkit-appearance: none;
	appearance: none;
	z-index: 3;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 22px;
	height: 22px;
	background: white;
	border-radius: 50%;
	box-shadow: 0 4px 10px #464549;
	border: 2px solid #d0bfff;
	cursor: grab;
	transition: 0.07s;
	z-index: 3;
}

.gc-rotate-picture {
	position: relative;
	z-index: 2;
}

.gc-rotate-thumb {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.gc-rotate-body {
	display: -webkit-flex;
	justify-content: center;
}

.gc-header {
	display: flex;
	padding: 16px 12px;
}

.go-captcha .gc-icon-block svg {
	color: #3c3c3c;
	fill: #3c3c3c;
	margin: 0 5px;
	cursor: pointer;
}

.go-captcha .gc-header span {
	/* -webkit-box-flex: 1; */
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 5px;
}

.gc-body-inner {
	position: relative;
}

.gc-loading {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 68px;
	height: 68px;
}