/* Copied/adapted from wp-includes/itcv/upload/frontend/upload.css */

html {
	scrollbar-gutter: stable;
}

@supports not (scrollbar-gutter: stable) {
	html { overflow-y: scroll; }
}

#frmHaveYourSay div.form_element {
	margin-bottom: 14px;
}
#frmHaveYourSay label,
#frmHaveYourSay input[type="text"],
#frmHaveYourSay input[type="email"],
#frmHaveYourSay textarea,
#frmHaveYourSay select {
	margin-bottom: 0;
}
#top #frmHaveYourSay input[type='checkbox'] {
	transform: scale(1.6);
	margin: 10px 16px 16px 10px;
}

#frmHaveYourSay label {
	display: block;
	line-height: 20px !important;
}

#top .main_color #frmHaveYourSay .text_input,
#top .main_color #frmHaveYourSay .select,
#top .main_color #frmHaveYourSay .text_area,
#frmHaveYourSay .well {
	background-color: rgb(190, 220, 250);
}

#frmHaveYourSay #upload {
	display: none;
}

/* File input stylen */
#fileupload {
	opacity: 0;
	width: 0.1px;
	height: 0.1px;
	position: absolute;
}

.hys-dropzone {
	border: 2px dashed rgba(40, 70, 120, 0.45);
	padding: 14px 16px;
	border-radius: 10px;
	background: rgba(190, 220, 250, 0.55);
	display: block;
	width: fit-content;
	min-width: 280px;
}
.hys-dropzone:hover,
.hys-dropzone:focus {
	border-color: rgba(40, 70, 120, 0.8);
	outline: none;
}
.hys-dropzone.is-dragover {
	border-color: rgba(0, 140, 70, 0.9);
	background: rgba(190, 250, 210, 0.55);
}
.hys-dropzone-title {
	font-size: 18px;
	font-weight: 700;
}
.hys-dropzone-hint {
	font-size: 14px;
	opacity: 0.85;
	margin-top: 4px;
}

/* Upload-Button */
#frmHaveYourSay label.button {
	font-size: 18px;
	width: fit-content;
	margin-right: 12px;
	padding-right: 20px;
}
#frmHaveYourSay label.filename {
	font-size: 18px;
	line-height: 20px;
	margin-top: 4px;
	padding: 0;
	font-weight: 100;
	width: fit-content;
	display: inline-block;
}
#top #delete_file {
	font-family: entypo-fontello;
	font-size: 28px;
	top: -2px;
	color: indianred;
	width: fit-content;
	display: inline-block;
	margin-left: 8px;
	display: none;
}
#top #delete_file:hover {
	cursor: pointer;
}

/* Verbl. Anzahl zeichen */
#frmHaveYourSay .charleft {
	font-size: 15px;
	float: right;
}

#frmHaveYourSay label.limits {
	margin-bottom: 0px;
	font-weight: 100;
	line-height: 30px;
}

.hys-hp {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.hys-success {
	padding: 12px 14px;
	background: #e9f6ea;
	border: 1px solid #bfe2c2;
	margin-bottom: 14px;
}

.hys-error-global {
	padding: 12px 14px;
	background: #fbeaea;
	border: 1px solid #e0b4b4;
	margin-bottom: 14px;
	color: #8a1f1f;
	font-weight: 700;
}

.hys-help {
	font-size: 12px;
	opacity: 0.85;
	margin: 6px 0 0 0;
}

.hys-wait {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.72);
	z-index: 99999;
}

.hys-wait-box {
	display: flex;
	align-items: center;
	gap: 12px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 12px;
	padding: 14px 16px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Ensure spinner visible in frontend (WP admin spinner styles may not exist) */
.hys-wait .spinner {
	width: 20px;
	height: 20px;
	border: 2px solid rgba(0, 0, 0, 0.15);
	border-top-color: rgba(0, 0, 0, 0.55);
	border-radius: 50%;
	display: inline-block;
	animation: hys-spin 0.9s linear infinite;
}

@keyframes hys-spin {
	to { transform: rotate(360deg); }
}

.hys-error-msg {
    color: #d63638;
    margin-top: 6px;
    font-size: 80%;
    line-height: 0.8;
}

#element_avia_11_1 .hys-error-msg {
	margin-left: 40px;
}

.hys-invalid {
	border-color: #d63638 !important;
}

.hys-terms-details summary {
	cursor: pointer;
	font-weight: 600;
	margin: 8px 0;
}

.hys-terms-details .well {
	margin-left: 17px;
}

.hys-terms-details.hys-is-open .well {
	margin-left: 56px;
}

.page-id-1727 #section_start main:first-child {padding-bottom:0;}

/* Confirm page */
