.support-modal__prevent-scroll {
	overflow: hidden;
}

.support-modal__container textarea {
	resize: vertical;
}

.support-modal__container {
	display: flex;
	flex-direction: column;
	height: 0;
	justify-content: center;
	opacity: 0;
	transform: translate( 9999px );
	-webkit-transition: opacity 1s, height 0s 1s;
	transition: opacity 1s, height 0s 1s;
	z-index: 9999999;
}

.support-modal__header {
	border-bottom: 1px solid #e6e6e6;
}

.support-modal__feedback-thank-you {
	display: none;
	width: 100%;
}

.support-modal__feedback-thank-you .fa-check-circle {
	color: #00ba37;
	font-size: 20px;
}

.support-modal__feedback .support-modal__header {
	border-bottom: none;
}

.support-modal__header h1 {
	font-size: 1.6em;
}

.support-modal__body {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 0;
}

.support-modal__body label {
	padding-top: 20px;
}

.support-modal__body input,
.support-modal__body textarea {
	display: block;
	margin-top: 10px;
	width: 100%;
}

.support-modal__body p {
	color: #808080;
	font-size: 0.9em;
	padding-top: 5px;
}

.support-modal__footer input.wccom-component__button {
	margin: 20px 27px;
}

.support-modal__footer input.wccom-component__button:first-child {
	float: left;
}

.support-modal__footer input.wccom-component__button:last-child {
	float: right;
}

p.support-modal__question-reply {
	padding-top: 30px;
}

.support-modal__container.support-modal__open {
	height: 100%;
	opacity: 1;
	transform: translate( 0 );
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.support-modal__container {
	background: rgba( 0, 0, 0, 0.8 );
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.support-modal__wrapper {
	background-color: #fff;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
	max-height: 100%;
	overflow: auto;
	padding: 24px;
	position: relative;
	width: 620px;
}

.support-modal__title {
	display: flex;
	font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
	justify-content: space-between;
}

.support-modal__close-button {
	background-color: transparent;
	background-image: url( 'https://woocommerce.com/wp-content/themes/woo/includes/icons/gridicons-cross.svg' );
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
	color: #a46497 !important;
	cursor: pointer;
	height: 24px;
	padding: 0;
	width: 24px;
}

.support-modal__close-button:hover {
	background-color: transparent;
	background-image: url( 'https://woocommerce.com/wp-content/themes/woo/includes/icons/gridicons-cross.svg' );
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}

.support-modal__description {
	color: #2c3338;
	font-size: 16px;
	line-height: 24px;
}

.support_modal__bold {
	font-weight: 700;
}

.support-modal__feedback-type {
	display: flex;
	justify-content: space-between;
}

.support-modal__feedback-type button {
	border-radius: 8px;
	margin: 0;
	padding: 30px 65px;
}

.support-modal__feedback-type button i {
	font-size: 2em;
}

.support-modal__feedback-text {
	color: #2c3338;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	text-transform: none;
}

.support-modal__feedback-button,
.support-modal__feedback-button--selected:hover {
	background-color: #f6f7f7 !important;
}

/* Selected state */
.support-modal__feedback-button--selected {
	background-color: #f9edf8 !important;
}

.support-modal__feedback-button--selected,
.support-modal__feedback-button:hover {
	border: 1px solid #b195ca;
}


/* Further questions */
.support-modal__border {
	margin: 24px 0;
}

.support-modal__feedback-body input,
.support-modal__feedback-body textarea {
	margin-top: 24px;
}

.support-modal__feedback-body textarea {
	border: 2px solid rgba( 60, 40, 97, 0.25 );
	border-radius: 8px;
}

.support-modal__feedback-body textarea:focus {
	border: 2px solid var( --wp--preset--color--woo-purple-40, #873eff );
}

.support-modal__feedback-body .support-modal__feedback-checkbox-label {
	font-weight: 400;
	padding: 0 2em 0 0.2em;
}

.support-modal__feedback-body p,
.support-modal__feedback-text-label {
	display: block;
	font-weight: 600;
	margin: 0;
	padding-top: 24px;
}

.support-modal__feedback-contacted,
.support-modal__feedback-text-additional,
.support-modal__feedback-timelength,
.support-modal__feedback-text-additional {
	border-top: 1px solid #dcdcde;
	margin-top: 24px;
}

.support-modal__feedback-submit {
	background-color: #fff;
	display: flex;
	margin-top: 48px;
}

.support-modal__feedback-submit button,
.support-modal__feedback-thank-you button {
	border-radius: 8px;
	font-size: 16px;
	line-height: 28px;
	margin: 0 !important;
	padding: 10px 24px !important;
	text-transform: none;
}

p.support-modal__feedback-spam-tip {
	background-color: #fcf8dc;
	border: 1px solid #f6e167;
	border-radius: 8px;
	font-weight: 400;
	padding: 8px;
}

.support-modal__feedback,
.support-modal__question {
	display: none;
}

.support-modal__feedback.support-modal__open,
.support-modal__question.support-modal__open {
	display: block;
}

.support-modal__feedback-hidden {
	display: none;
}

.support-modal__bold {
	font-weight: 700;
}

.support-modal__no-border {
	border: none;
}
