.csl-upload-form-wrap {
	max-width: 480px;
	background: rgba(255, 255, 255, 0.51);
	padding: 28px;
	border-radius: 10px;
	font-family: "Inter Tight", sans-serif;
}

.csl-upload-form .csl-upload-field {
	margin-bottom: 10px;
}

.csl-upload-form label {
	display: block;
	margin-bottom: 6px;
	font-family: "Inter Tight", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	color: #282828;
}

.csl-upload-form input[type="text"],
.csl-upload-form input[type="file"] {
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	padding: 8px 11px;
	border: 0.8px solid #efefef;
	border-radius: 0;
	background: #efefef;
	font-family: "Inter Tight", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #757575;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.csl-upload-form .csl-upload-submit {
	height: 40px;
	padding: 0 30px;
	border: none;
	border-radius: 30px;
	background: #34ade4;
	color: #fff;
	font-family: "Inter Tight", sans-serif;
	font-size: 14.6px;
	font-weight: 500;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}

.csl-upload-form .csl-upload-submit:hover:not(:disabled),
.csl-upload-form .csl-upload-submit:focus:not(:disabled) {
	background: #2a9bd0;
	color: #fff;
}

.csl-upload-form .csl-upload-submit:disabled {
	opacity: 0.6;
	cursor: default;
}

.csl-upload-form.csl-upload-submitted input,
.csl-upload-form.csl-upload-submitted button {
	opacity: 0.6;
}

.csl-upload-message {
	margin-top: 12px;
	font-family: "Inter Tight", sans-serif;
	font-size: 14px;
	color: #282828;
}

.csl-upload-message--error {
	color: #c0392b;
}

.csl-upload-login-notice {
	background: rgba(255, 255, 255, 0.51);
	padding: 28px;
	border-radius: 10px;
	font-family: "Inter Tight", sans-serif;
	color: #282828;
}

.csl-upload-login-link {
	display: inline-block;
	margin-top: 8px;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	border-radius: 30px;
	background: #34ade4;
	font-weight: 500;
	text-decoration: none;
}

/* Specificity bumped (parent class + tag + class) to beat the theme's/
   Elementor's global link color rules, which otherwise override a plain
   .csl-upload-login-link { color } declaration. */
.csl-upload-form-wrap a.csl-upload-login-link,
.csl-upload-form-wrap a.csl-upload-login-link:visited,
.csl-upload-form-wrap a.csl-upload-login-link:hover,
.csl-upload-form-wrap a.csl-upload-login-link:focus {
	color: #fff;
}

.csl-upload-login-link:hover,
.csl-upload-login-link:focus {
	background: #2a9bd0;
}
