.x-gd-masv--container .is-required span {
	color: #c00;
}
.x-gd-masv--container input[type='file']::file-selector-button {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	cursor: pointer;
	height: 40px;
	margin-right: 16px;
	padding: 0 16px;
	transition: background-color 0.2s;
}
.x-gd-masv--container input[type='file']::file-selector-button:hover {
	background-color: #f3f4f6;
}
.x-gd-masv--container input[type='file']::file-selector-button:active {
	background-color: #e5e7eb;
}
.x-gd-masv--container .c-form-input--long {
	height: 14em;
}
.x-gd-masv--container .c-form-list__item {
	margin-bottom: 1rem;
}
.x-gd-masv--container,
.x-gd-masv--form {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.x-gd-masv--form {
	border: 1px solid var(--gray-300);
	border-radius: 0.25rem;
	padding: 1rem;
}
.x-gd-masv--form-fieldset {
	min-height: 500px;
}
.x-gd-masv--form:before {
	background: hsla(0, 0%, 100%, 0.5);
	bottom: 0;
	content: '';
	left: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}
.masv-loading-icon-area {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
.x-gd-masv--fileupload-remove-button {
	margin-bottom: 4px;
	padding: 4px 10px;
}
.x-gd-masv--container.__done .masv-loading-icon-area,
.x-gd-masv--container.__done .x-gd-masv--form:before {
	display: none;
}
.x-gd-masv--container.__done .x-gd-masv--form-fieldset {
	min-height: 3rem;
}
.x-gd-masv--container .x-gd-masv--item-description {
	font-size: 0.75rem;
	line-height: 1.5;
	padding-bottom: 0.75em;
	padding-top: 0;
}
.x-gd-masv--container [disabled],
.x-gd-masv--container [readonly] {
	cursor: not-allowed;
}
