button.btn-back {
    background: none;
    border: none;
    font-size: 2em;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 2;
	color: silver;
	cursor: pointer;
}
#payment-form{
	margin-top:5px;
}
.text-error{
	color: #f44336;
}
.text-green{
	color: #339637;
}
.text-muted{
	color: #737373;
    font-size: 12px !important;
    line-height: 16px !important;
    margin-top: 5px;
}
#payLabel {
    font-size: 16px;
    color: #6d6d6d;
    font-weight: normal;
}
#payment-success ol{
	font-size: 15px;
    color: #3c3c3c;
}
.form-input {
	display: flex;
	flex-direction: column;
	margin: 0 0 0.5rem;
}

.form-input label {
	color: #333;
	margin: 0 0 0.2rem;
	font-size: 0.8rem;
}

.form-input input {
	border: solid 1px #ccc;
	padding: 0.6rem;
	width: 100%;
	border-radius: 3px;
	font-size: 1rem;
	font-family: "Montserrat", sans-serif;
}

.form-input #card {
	border: solid 1px #ccc;
	background: #fff;
	padding: 0.58rem;
	width: 100%;
	border-radius: 3px;
}

.modal-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 100;
}

.modal-wrapper.active {
	display: flex;
}

.modal-wrapper .header {
	text-align: center;
	font-size: 27px;
	line-height: 50px;
	color: #333;
	padding-bottom: 10px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
    line-height: 1.8rem;
}

.modal-wrapper .description {
	font-size: 0.875rem;
	line-height: 1.5;
	padding-bottom: 10px;
}

.modal-wrapper .modal {
	background: #fff;
	width: 470px;
	border-radius: 5px;
	box-shadow: 0px 3px 10px 4px rgb(0 0 0 / 27%);
	z-index: 1;
	text-align: left;
	padding: 1.5rem;
	position: relative;
	overflow: hidden;
}

.modal-wrapper .modal.loading::before {
	content: "";
	background: rgb(255 255 255 / 79%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}
.modal-wrapper .modal.loading::after {
	background: url(../../images/spinner2.gif) no-repeat center top;
	content: "processing...";
	color: #616161;
	position: absolute;
	width: 100%;
	top: 30%;
	left: 0;
	text-align: center;
	z-index: 2000;
	height: 120px;
	background-size: 130px;
	padding-top: 120px;
	filter: hue-rotate(280deg);
}

.modal-wrapper .modal #emailLabel,
.modal-wrapper .modal #inviteCodeLabel {
	font-weight: 600;
    background: #f99500;
    padding: 0px 5px;
    letter-spacing: 1px;
    font-size: 110%;
	color: #000;
	overflow-wrap: break-word;
}

.modal-wrapper .modal ol {
	margin: 0;
}

.modal-wrapper .modal ol li {
	list-style-type: decimal;
}

.modal-wrapper .footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 1rem;
}

.modal-wrapper .footer .powered {
	height: 22px;
}

.modal-wrapper .footer .btn-back {
	border: none;
	background: none;
	color: #666;
	padding: 0.5rem 1rem;
	border-radius: 3px;
	margin-left: 0.5rem;
	font-size: 0.8rem;
}

.modal-wrapper .footer .btn-back:hover {
	background: #eee;
	cursor: pointer;
}

.modal-wrapper .footer .btn-pay {
	border: none;
	background: #64af4c;
	color: #fff;
	padding: 0.5rem 1rem;
	border-radius: 3px;
	margin-left: 0.5rem;
	font-size: 1rem;
	font-weight: bold;
}

.modal-wrapper .footer .btn-pay:hover {
	background: #328a36;
	cursor: pointer;
}


.modal-wrapper .footer .btn-close {
	border: none;
	background: #666;
	color: #fff;
	padding: 0.5rem 1rem;
	border-radius: 3px;
	margin-left: 0.5rem;
	font-size: 1rem;
	font-weight: bold;
	width: 100%;
}

.modal-wrapper .footer .btn-close:hover {
	background: #777;
	cursor: pointer;
}

.modal-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.233);
}
