.wtai-deactivation-feedback[hidden] {
	display: none !important;
}

.wtai-deactivation-feedback {
	position: fixed;
	z-index: 100000;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	font-size: 14px;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
}

.wtai-deactivation-feedback__wrap {
	width: 100%;
	max-width: 550px;
}

.wtai-deactivation-feedback__dialog {
	position: relative;
	background: #fff;
	padding: 30px 25px;
	text-align: left;
}

.wtai-deactivation-feedback__close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: transparent;
	color: #50575e;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.wtai-deactivation-feedback__close:hover,
.wtai-deactivation-feedback__close:focus {
	background: transparent;
	color: #1d2327;
	outline: none;
}

.wtai-deactivation-feedback__close:disabled,
.wtai-deactivation-feedback__dialog.is-busy .wtai-deactivation-feedback__close {
	opacity: 0.4;
	cursor: not-allowed;
	pointer-events: none;
}

.wtai-deactivation-feedback__title {
	display: block;
	margin: 0 0 18px 0;
	padding: 0 0 18px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	color: #1d2327;
}

.wtai-deactivation-feedback__title-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 5px;
	vertical-align: top;
}

.wtai-deactivation-feedback__description {
	display: block;
	margin: 0 0 18px;
	font-weight: 600;
	line-height: 1.5;
	color: #1d2327;
}

.wtai-deactivation-feedback__fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.wtai-deactivation-feedback__option {
	margin: 0 0 10px;
}

.wtai-deactivation-feedback__option label {
	display: block;
	cursor: pointer;
}

.wtai-deactivation-feedback__radio {
	margin: 0 10px 0 0 !important;
	vertical-align: middle;
}

.wtai-deactivation-feedback__reason {
	vertical-align: middle;
	color: #1d2327;
}

.wtai-deactivation-feedback__option-details {
	display: none;
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 6px 8px;
	border: 1px solid #8c8f94;
	border-radius: 0;
	box-shadow: none;
	resize: none;
}

.wtai-deactivation-feedback__option-details:not([hidden]) {
	display: block;
}

.wtai-deactivation-feedback__error {
	display: block;
	margin: 0 0 10px;
	color: #b32d2e;
	font-size: 13px;
}

.wtai-deactivation-feedback__error[hidden] {
	display: none !important;
}

.wtai-deactivation-feedback__footer {
	margin-top: 18px;
}

.wtai-deactivation-feedback__footer::after {
	content: "";
	display: table;
	clear: both;
}

.wtai-deactivation-feedback__skip {
	float: right;
	padding: 7px 0 0;
	border: 0;
	background: transparent;
	color: #ccc;
	font-size: 13px;
	line-height: 1.4;
	text-decoration: none;
	cursor: pointer;
}

.wtai-deactivation-feedback__skip:hover,
.wtai-deactivation-feedback__skip:focus {
	color: #999;
}

.wtai-deactivation-feedback__loader {
	display: none;
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.45);
}

.wtai-deactivation-feedback__dialog.is-busy .wtai-deactivation-feedback__loader {
	display: block;
}

.wtai-deactivation-feedback__loader-spinner {
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 0;
	background: transparent url(../images/spinner-1s-20px.gif) center center no-repeat;
	background-size: 20px 20px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media (max-width: 600px) {
	.wtai-deactivation-feedback {
		padding: 12px;
	}

	.wtai-deactivation-feedback__dialog {
		padding: 24px 20px;
	}

	.wtai-deactivation-feedback__skip {
		float: none;
		display: block;
		margin-top: 12px;
		padding-top: 0;
		text-align: left;
	}
}
