.topbar {
	margin-top: 20px;
	height: 60px;
	border-bottom: 0.5px solid lightgrey;
	width: 100%;
}

.topbar-noborder {
	margin-top: 20px;
	height: 60px;
	width: 100%;
}

.logo-topbar {
	display: inline-block;
	margin-left: 3%;
	max-width: 200px;
}

.signin {
	display: inline-block;
	margin-right: 3%;
	margin-top: 10px;
	float: right;
	vertical-align: middle;
	color: black;
	font-size: 1.8em;
}

.signin:hover {
	text-decoration: underline;
}

.join-block {
	text-align: center;
	margin: 0 auto;
	max-width: 550px;
	margin-top: 130px;
	margin-bottom: 200px;
	padding-left: 20px;
	padding-right: 20px;
}

.step {
	text-align: center;
	font-size: 1.4em;
}

.square-logo {
	margin: 0 auto;
	max-width: 50px;
	margin-bottom: 20px;
}

.lock {
	width: 40px;
}

.choose-plan {
	font-size: 2.2em;
}

.no-charge-header {
	margin-top: -30px;
}

.checkedList {
	text-align: left;
	max-width: 300px;
	margin: 0 auto;
}

.checkedList {
	margin-top: 30px;
	margin-bottom: 30px;
}

.bullet {
	font-size: 1.6em;
	line-height: 1.5em;
}

.checkedList .bullet,
.uncheckedList .bullet {
	position: relative;
	list-style-type: none;
	margin-left: 0;
}

ul > li {
	margin-bottom: 5px;
}

.checkedList .bullet {
	padding: 0 0 1em 2em;
}

.checkedList .bullet:before {
	color: #1f77cd;
	display: block;
	position: absolute;
	top: 0.3em;
	height: 0.3em;
	width: 0.8em;
	content: "";
	left: 0.2em;
	border-bottom: 1px solid;
	border-left: 1px solid;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.select-payment-btn {
	/* min-height: 24px; */
	min-height: 48px;
	font-weight: 400;
	font-size: 17px;
	background-color: #00a8e8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 1px;
	/* min-width: 55px; */
	min-width: 110px;
	color: white;
	width: 100%;
	/* max-width: 170px; */
	max-width: 225px;
}

.select-payment-btn:hover {
	background-color: #000066;
	cursor: pointer;
}

.select-payment-disabled-btn {
	border: 2px solid blue;
	cursor: not-allowed;
}

.select-payment-disabled-btn:hover {
	border: 2px solid blue;
	background-color: #00a8e8;
	cursor: not-allowed;
}

.see-plans-btn {
	min-height: 48px;
	font-weight: 400;
	font-size: 17px;
	background-image: linear-gradient(62deg, #1862ab 0%, #581499 100%);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 10px;
	min-width: 110px;
	color: white;
	width: 100%;
	max-width: 340px;
}

.see-plans-btn:hover {
	background-image: linear-gradient(62deg, #1a71c8 0%, #741bc9 100%);
	cursor: pointer;
}

.large-btn {
	min-height: 60px;
	min-width: 400px;
	font-weight: 800;
	font-size: 38px;
	background-image: linear-gradient(62deg, #1862ab 0%, #581499 100%);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 10px;
	color: white;
	width: 100%;
	max-width: 900px;
	text-align: center;
	padding-top: 15px;
	/* margin-top: 10px; */
}

.large-btn:hover {
	background-image: linear-gradient(62deg, #1a71c8 0%, #741bc9 100%);
	cursor: pointer;
}

.disabled-btn {
	background-image: linear-gradient(62deg, #5e85ab 0%, #73479d 100%);
	cursor: not-allowed;
}

.disabled-btn:hover {
	background-image: linear-gradient(62deg, #5e85ab 0%, #73479d 100%);
	cursor: not-allowed;
}

.plan-block {
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 30px 60px;
}

.plan-step {
	text-align: left;
}

p,
td {
	font-size: 1.6em;
	line-height: 2em;
}

tr.plan-row td {
	border-bottom: 1px solid lightgrey;
}

td {
	padding: 10px 10px;
}

tr.last-row td {
	border-bottom: none;
}

.plan-table {
	margin-top: 0px;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

tr.top-row td {
	font-size: 1.7em;
	font-weight: 600;
	text-align: center;
}

tr.second-row td {
	padding-top: 30px;
}

td:first-child {
	text-align: left;
}

.plan-box:hover {
	cursor: pointer;
}

.arrow {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #00a8e8;
	margin: -3px auto 0;
	width: 0;
	height: 0;
}

.check {
	vertical-align: middle;
	width: 20px;
	fill: #00a8e8;
}

.inactive-cross {
	vertical-align: middle;
	width: 20px;
	fill: #a6a6a6;
}

.active-cross {
	vertical-align: middle;
	width: 20px;
	fill: #00a8e8;
}

.grey-text {
	color: #a6a6a6;
}

.active-text {
	color: #00a8e8;
}

.active-plan {
	padding-top: 45px;
	padding-left: 0;
	padding-right: 0;
	background-color: #00a8e8;
	color: white;
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.inactive-plan {
	padding-top: 45px;
	padding-left: 0;
	padding-right: 0;
	background-color: #97dcf6;
	color: white;
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.active-plan:hover,
.inactive-plan:hover {
	cursor: pointer;
}

.active-arrow-down {
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #00a8e8;
}

.inactive-arrow-down {
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid transparent;
}

.continue-btn {
	margin: 0 auto;
	margin-top: 40px;
	display: block;
	margin-bottom: 100px;
	width: 100%;
}

@media (max-width: 669px) {
	.plan-table {
		display: none;
	}

	.logo-topbar {
		height: 25px;
	}

	.topbar {
		margin-top: 10px;
		height: 35px;
		border-bottom: 0.5px solid lightgrey;
		width: 100%;
	}

	.topbar-noborder {
		margin-top: 10px;
		height: 35px;
		width: 100%;
	}

	.signin {
		font-size: 1.3em;
		margin-top: 5px;
	}

	.card-pic {
		display: none;
	}
}

@media (min-width: 670px) {
	.mobile-table {
		display: none;
	}
}

.mobile-plans {
	margin-top: 20px;
	background-color: white;
	width: 100%;
	top: 0px;
	margin-bottom: 20px;
	height: 80px;
}

.mobile-left {
	width: 47%;
	float: left;
}

.mobile-right {
	width: 47%;
	float: right;
}

.m-basic-plan-active {
	width: 100%;
	background-color: #00a8e8;
	color: white;
	font-size: 1.8em;
	font-weight: 600;
	text-align: center;
	height: 60px;
	padding-top: 17px;
	margin-right: 5px;
}

.m-basic-plan-inactive {
	width: 100%;
	background-color: #97dcf6;
	color: white;
	font-size: 1.8em;
	font-weight: 600;
	text-align: center;
	height: 60px;
	padding-top: 17px;
	margin-right: 5px;
}

.m-arrow-down-active {
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #00a8e8;
	margin-top: -1px;
}

.m-arrow-down-inactive {
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid transparent;
}

.small-text {
	text-align: center;
	font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: 2px;
}

.m-row {
	width: 100%;
}

.m-text-active {
	font-size: 1.8em;
	display: inline-block;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	color: #00a8e8;
	height: 40px;
	padding-top: 8px;
}

.right-border {
	border-right: 1px solid lightgrey;
}

.mobile-left:hover,
.mobile-right:hover {
	cursor: pointer;
}

.reg-text {
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	max-width: 300px;
	line-height: 1.8em;
	margin-bottom: 20px;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.regform {
	margin-top: 50px;
	max-width: 440px;
}

.regform-text {
	margin-top: 10px;
	text-align: left;
	font-size: 1.8em;
	line-height: 1.4em;
}

.create-account {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.email-input {
	width: 100%;
	font-size: 1.7em;
	line-height: 2.1em;
	padding: 15px 10px;
	border-radius: 4px;
	border: 1px solid lightgrey;
	transition: 0.2s;
}

.wide-button {
	max-width: none;
}

.error-msg {
	color: red;
	margin-top: -15px;
	font-size: 1.5em;
	margin-bottom: 4px;
}

.spinner {
	height: 20px;
	overflow: none;
	vertical-align: top;
}

.submitting-btn:hover {
	cursor: pointer;
}

.payment-block {
	margin-top: 50px;
}

.float-left {
	float: left;
	/* margin-right: .1em; */
}

.float-right {
	float: right;
	/* margin-left: .1em; */
}

.narrow {
	max-width: 240px;
	width: 100%;
}

.narrow-container {
	/* max-width: 205px; */
	/* max-width: 500px; */
	margin: 0 auto;
}

.narrow-container-publisher {
	max-width: 500px;
	margin: 0 auto;
}

.green-game-publisher-submit {
	margin: 0 auto;
	font-size: 20px;
	margin-top: 10px;
	color: #00bf5e;
	font-weight: 600;
	line-height: 25px;
	max-width: 400px;
}

.pay-text {
	font-size: 1.5em;
	margin-top: 25px;
	line-height: 40px;
	/* line-height: 20px; */
}

.pay-date-span {
	margin-top: 25px;
}

.payment-option {
	text-align: left;
	padding: 20px 20px;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	margin-bottom: 10px;
	transition: 0.1s;
}

.payment-option:hover {
	cursor: pointer;
	box-shadow: 0 0 20px rgba(0, 201, 255, 0.25);
	border: 2px solid rgba(0, 201, 255, 0.25);
}

.payment-option:hover .pay-arrow {
	color: rgba(0, 201, 255, 0.25);
}

.card-pic {
	height: 27px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: bottom;
	display: inline-block;
}

.payment-option-text {
	padding-right: 10px;
	display: inline-block;
	float: left;
}

.pay-arrow {
	display: inline-block;
	float: right;
	font-size: 3em;
	line-height: 0.7em;
	color: #ebebeb;
}

.gift-logo {
	margin-top: 2px;
}

@media (max-width: 669px) {
	.card-pic {
		display: none;
	}

	.payment-option-text {
		float: none;
	}

	.pay-arrow {
		float: right;
	}
}

.card-pics {
	margin-top: 10px;
	margin-left: -5px;
	margin-bottom: 13px;
}

.paypal-logo {
	height: 20px;
	padding-left: 10px;
	vertical-align: top;
}

.paypal-text {
	margin-top: 20px;
}

.your-plan {
	margin-top: 20px;
	margin-bottom: -8px;
	font-size: 1.2em;
	color: grey;
}

.plan-details {
	color: grey;
	line-height: 1.8em;
	margin-top: 5px;
}

.small-text {
	margin-top: 12px;
	font-size: 13px;
	line-height: 20px;
}

.StripeElement {
	display: block;
	margin: 10px 0 20px 0;
	max-width: 500px;
	padding: 10px 14px;
	font-size: 1em;
	box-shadow: rgba(50, 50, 93, 0.14902) 0px 1px 3px,
		rgba(0, 0, 0, 0.0196078) 0px 1px 0px;
	border: 0;
	outline: 0;
	border-radius: 4px;
	background: white;
}

.StripeElement::placeholder {
	color: #aab7c4;
}

.StripeElement--focus {
	box-shadow: rgba(1, 156, 255, 0.1) 0px 4px 6px,
		rgba(1, 156, 255, 0.1) 0px 1px 3px;
	-webkit-transition: all 150ms ease;
	transition: all 150ms ease;
}

.StripeElement.IdealBankElement,
.StripeElement.PaymentRequestButton {
	padding: 0;
}

.stripe-label {
	text-align: left;
	margin-bottom: -11px;
	margin-top: -8px;
	font-weight: 600;
}

.poweredbystripe {
	height: 30px;
	float: right;
}

.stripe-form {
	margin-top: 20px;
}

.stripe-charge-button {
	margin-top: 24px;
}

.stripe-error {
	color: red;
	text-align: center;
	margin-top: -12px;
	margin-bottom: 12px;
	line-height: 18px;
	font-size: 15px;
}

.stripe-server-error {
	margin-top: 20px;
}

.region-dropdown {
	-webkit-appearance: none;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	margin-bottom: 12px;
	width: 300px;
	font-size: 16px;
	line-height: 20px;
	font-family: "Open Sans", sans-serif;
	height: 40px;
	background-color: rgba(182, 227, 231, 0.09);
	border: 2px solid rgba(182, 227, 231, 0.2);
}

.region-dropdown.option {
	background-color: red;
}

.margin-top {
	margin-top: 30px;
}

.vd-available {
	margin: 0 auto;
	margin-top: 10px;
	color: #00bf5e;
	font-weight: 600;
	line-height: 22px;
	max-width: 250px;
}

.vd-not-available {
	margin: 0 auto;
	margin-top: 10px;
	max-width: 250px;
	color: red;
	font-weight: 600;
	line-height: 22px;
}

.not-ready-msg {
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #00a8e8;
	width: 100%;
	max-width: 250px;
}

.remind-me-btn {
	font-size: 18px;
	width: 100%;
	max-width: 250px;
	height: 40px;
	background-color: #00a8e8;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	color: white;
	margin-bottom: 20px;
}

.narrow-col {
	margin: 0 auto;
	width: 100%;
	max-width: 250px;
}
