.ppModal {
	display: none;
	position: fixed;
	height: calc(100vh - 32px);
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0,0,0,.8);
}

.modal-content {
	background-color: #fefefe;
	position: absolute;
	box-shadow: 2px 8px 20px 3px rgb(0 0 0 / 20%);
	margin: auto;
	top: calc(15%);
	border-radius: 3px;
	width: 550px;
	left: calc(50% - 275px) ;
}

.modal-header {
	font-size: 19px;
	padding: 18px 15px;
	-webkit-box-shadow: 0 0 8px rgb(0 0 0 / 10%);
	box-shadow: 0 0 8px rgb(0 0 0 / 10%);
	text-align: left;
}

.modal-message {
	padding: 30px 30px 0;
	text-align: left;
	min-height: 50px;
}

.modal-header {
	padding: 15px;
	padding-top: 10px;
	text-align: center;
}

.deactivation-header {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 25px;
	display: inline-block;
	padding-bottom: 3.5px;
}

.peachpay-deactivate-feedback-form-caption {
	font-weight: 700;
	font-size: 15px;
	color: #495157;
	line-height: 1.4;
}

.feedback-input {
	line-height: 1;
	overflow: hidden;
	margin-bottom: 15px;
}

.modal-buttons-wrapper {
	display: flex;
	justify-content: center;
	border-top: none;
	text-align: left;
	padding: 20px 30px 30px;
	overflow: hidden;
}

.feedback-button-submit {
	background: none;
	background-color: #ccc;
	border: none;
	border-radius: 3px;
	color: #fff;
	line-height: 1;
	padding: 12px 20px;
	font-size: 13px;
	width: 180px;
	height: 38px;
	cursor: pointer;
}
.feedback-button-enabled {
	background-color: #21105D;
}

.feedback-button-skip {
	border: none;
	font-size: 12px;
	color: #a4afb7;
	background: none;
	float: right;
	width: auto;
	padding: 13px 0;
	cursor: pointer;
}

.peachpay-deactivate-feedback-form-wrapper {
	padding-top: 30px;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 15px;
	overflow: hidden;
	font-size: 12px;
}

.peachpay-deactivate-feedback-input {
	float: left;
	margin: 0 15px 0 0 !important;
	content: '';
	border-radius: 50%;
	width: .5rem;
	height: .5rem;
	margin: .1875rem;
	background-color: #3582c4;
	line-height: 1.14285714;
	outline: none ! important;
	box-shadow: none ! important;
}

.peachpay-deactivate-feedback-label {
	display: block;
	margin-left: 25px;
	font-size: 13px;
	color: #394148;
}

.reason_dropdown_input {
	width: 90%;
	float: left;
	margin: 10px 0 0 30px;
	padding: 5px;
	font-size: 12px;
	display: none;
}

#peachpay-deactivate-feedback-couldnt-get-to-work:checked ~ #was_support_contacted {
  display: flex !important;
}

.dashicon-shopping-cart {
	display: inline-block;
	font-family: dashicons;
	font-size: 25px;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #21105D;
	margin-top: 5px;
}

.dashicon-shopping-cart:before {
	content: '\f174';
}

.pp-spinner {
	width: 20px;
	display: inline;
	vertical-align: middle;
}

.customer-support-ask {
	margin-left: 5px;
	margin-top: 5px;
	white-space: nowrap;
}

.customer-support-chat {
	margin-left: 3px;
	margin-top: 5px;
	white-space: nowrap;
}

.hide {
	display: none !important;
}
