/*
Name: LimePay

INDEX:
--------------------------------------------------------------
01. Document Setup
02. Payment Options
03. Checkout Form
04. Three (3) PAYMENTS OF
05. Saved Cards
06. Checkbox
07. Toggle Button
08. Date Picker
09. Media Resets


*/
/* --------------------------------------------------------------------- */
/* 	01. Document Setup
/* --------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@300;500;600;700&display=swap');
:root {
	--lp-colors-medium-blue-600: #0016D1;
	--lp-colors-medium-blue-800: #000E8F;
	--lp-colors-turquoise-600: #43E3FF;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, ss dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
body {
	font-family: 'Gothic A1', Arial, sans-serif;
	padding: 0;
	margin: 0;
	font-weight: normal;
	background-color: #E5E5E5;
	color: #000000;
}
h1, h2, h3 {
	line-height: 1.2;
	color: #000000;
}
h1 {
	font-family: 'Bebas Neue', Arial, sans-serif;
	font-size: 17px;
	margin-bottom: 3px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 3px;
}
h2 {
	font-family: 'Bebas Neue', Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 16px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
}
a:focus {
	outline: none;
}
a:hover {
	text-decoration: none;
}
/* --------------------------------------------------------------------- */
/* 	02. Payment Options
/* --------------------------------------------------------------------- */
.app-container {
	max-width: 100%;
	width: 100%;
	padding: 20px 16px 37px;
	background-color: #FBFBFB;
	transition: background-color 0.22s ease-in-out;
	/* border: 1px #E5E5E5 solid; */
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	min-height: 100px;
	/* overflow: hidden; */
}
.payment-options {
	width: 100%;
	max-width: 269px;
	padding: 2px 0 16px;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	cursor: pointer;
}
.poReset{
  max-width: 100%;
}
.lbl {
	font-size: 10px;
    letter-spacing: 0.1px;
	line-height: 12px;
	padding-bottom: 2px;
	color: rgba(122, 126, 147, 0.40);
}
.lbl.surcharge {
	text-transform: none !important;
	padding-bottom: 0;
	padding-top: 2px;
}
.lbl.surcharge.active {
	color: #7A7E93;
}
.price {
	font-size: 16px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.40);
}
.payment-options .lbl {
    /* white-space: nowrap; */
}
.payment-options .p-ontime .lbl {
	color: #7A7E93;
}
.payment-options .p-ontime .price {
	color: #000000;
}
/* active payment option */
.three-p-active .payment-options .p-ontime .lbl {
	color: rgba(122, 126, 147, 0.40);
}
.three-p-active .payment-options .p-ontime .price {
	color: rgba(0, 0, 0, 0.40);
}
.three-p-active .payment-options .p-three .lbl {
	color: #7A7E93;
}
.three-p-active .payment-options .p-three .price {
	color: #000000;
}
.price span {
	font-size: 9px;
	vertical-align: top;
	position: relative;
	top: 2px;
}
/* --------------------------------------------------------------------- */
/* 	03. Checkout Form
/* --------------------------------------------------------------------- */
.ontime-p .form-item {
	padding: 12px 0 22px;
}
.ontime-p .form-item label {
	margin-bottom: 1px;
}
select:focus, input:focus {
	outline: none;
}
.ontime-p .form-input:-ms-input-placeholder, .ontime-p .form-input::-moz-placeholder, .ontime-p .form-input:-moz-placeholder, .ontime-p .form-input::-webkit-input-placeholder {
	color: #7E829B;
	opacity: 1;
}
.ontime-p {
	padding-top: 5px;
}
.change-card, .small-text, .three-p .form-input, .three-p, .ontime-p .form-input, .ontime-p {
	font-size: 11px;
}
.ontime-p .form-input {
	/*border: 1px #E0E4EA solid;*/
	padding: 8px 10px;
	box-sizing: border-box;
	width: 100%;
	text-transform: uppercase;
	font-weight: normal;
	border-radius: 1px;
	background-color: #fff;
}
/* --------------------------------------------------------------------- */
/* 	04. Three (3) PAYMENTS OF
/* --------------------------------------------------------------------- */
.three-p-active {
	background-color: #F6F5FE;
}
.three-p-active .ontime-p {
	display: none;
}
.three-p {
	background-color: #fff;
	padding: 14px 16px 18px;
	border-radius: 4.24242px;
	box-shadow: 0 10.1818px 16.9697px rgba(232, 234, 240, 0.691461);
}
.three-p .phone, .three-p .date, .three-p .email, .iti input, .stripe-input {
	background: url('../img/icons/group-icons.svg') no-repeat;
	color: #3A3B41;
}
/* Amount */
.three-p .amount {
	background: none;
}
.form-item .custom-select-list {
	position: absolute;
	width: 47px;
	top: 50%;
	margin-top: -8px;
	font-size: 16px;
	line-height: 19px;
	color: #b3b4b7;
}
.three-p .amount, .three-p .phone, .three-p .email, .iti input, .stripe-input, .three-p .date {
	width: 100%;
	border: 0;
	padding: 8px 0 8px 15px;
	/* text-transform: uppercase; */
	padding-left: 31px;
}
.ccard .stripe-input {
	padding-left: 32px;
	background-position: left 8px;
}
.three-p .input-has-value .ccard, .ccard .stripe-input.focus {
	background-position: left -21px;
}

/* Mastercard */
.ccard .mCard.stripe-input {
	padding-left: 38px;
	background-position: left -472px;
}
/* Visa */
.ccard .visa.stripe-input {
	padding-left: 38px;
	background-position: left -517px;
}
/* American Express */
.ccard .aexpress.stripe-input {
	padding-left: 38px;
	background-position: left -562px;
}
/* Gpay */
.ccard .gPay.stripe-input {
	padding-left: 38px;
	background-position: left -605px;
}
/* iPay */
.ccard .iPay.stripe-input {
	padding-left: 38px;
	background-position: left -651px;
}
/* Wireless */
.ccard .wireless.stripe-input {
	padding-left: 38px;
	background-position: left -695px;
}

.three-p .date, .ex-date .stripe-input {
	background-position: left -51px;
}
.three-p .date:focus, .three-p .input-has-value .date, .three-p .input-has-value .ex-date, .ex-date .stripe-input.focus {
	background-position: left -81px;
}
.cvv .stripe-input {
	background-position: left -109px;
}
.iti.iti--allow-dropdown input[type="text"] {
	padding-left: 31px;
}
.three-p .input-has-value .cvv, .cvv .stripe-input.focus {
	background-position: left -136px;
}
.three-p .phone, .iti input {
	background-position: left -165px;
}
.three-p .input-has-value .phone, .three-p .phone:focus {
	background-position: left -196px;
}
.three-p .email {
	background-position: left -220px;
}
.three-p .input-has-value .emailAdd, .three-p .input-filled .emailAdd {
	text-transform: lowercase;
}
.three-p .input-has-value .email, .three-p .email:focus {
	background-position: left -243px;
}
.three-p .form-inputs {
	padding-left: 8px;
	padding-right: 8px;
}
.three-p .form-inputs p {
	line-height: 1.3;
}
.three-p .form-item {
	border-bottom: 1px #E9F0F5 solid;
	padding: 12px 0 10px;
	margin-bottom: 5px;
	position: relative;
	width: 100%;
}
.three-p .form-item .link {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 10px;
	margin-top: -5px;
}
.three-p .form-inputs > .row {
	padding-top: 9px;
}
.next-duedate {
	/* height: 360px; */
}
.cta {
	color: #fff;
	padding: 15px 20px;
	background-color: var(--lp-colors-medium-blue-600);
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.2px;
	font-weight: 700;
	transition: all 0.2555s ease-in-out;
}
.lp-macos .cta {
	padding-top: 16px;
	padding-bottom: 14px
}
.cta:hover {
	background-color: var(--lp-colors-medium-blue-800);
}
.cta:after {
	content: '';
	background: url("../img/icons/arrow-right-white.svg") no-repeat;
	width: 13px;
	height: 9px;
	display: inline-block;
	margin-left: 12px;
}
.cta:hover {
	color: #fff;
}
.form-action {
	padding: 34px 0 0;
}
.small-text {
	color: #6D6D6D;
	line-height: 15px;
}
.color-grey {
	color: #7E829B;
}
.form-action p {
	text-align: center;
	font-size: 10.3px;
	color: #7E829B;
	padding: 18px 10px 0;
	line-height: 14px;
	font-weight: 300;
}
.error-msg {
	font-size: 9px;
	line-height: 11px;
	font-weight: 300;
	color: rgba(184, 0, 10, 0.5);
	position: absolute;
	bottom: 3px;
	left: 31px;
}
.details {
	color: #7E829B;
	line-height: 17px;
	padding: 20px 15px 20px;
}
.details p {
	padding-bottom: 0px;
	width: 100%;
	line-height: 15px;
}
.link {
	color: var(--lp-colors-medium-blue-600);
}
.link:hover {
	color: var(--lp-colors-medium-blue-800);
}
.link.style4, .link.style1 {
	background: url("../img/icons/arrow-right.svg") right center no-repeat;
	padding-right: 25px;
	font-weight: 500;
}
.link.style4 {
	font-weight: bold;
}
.style5, .style3, .link.style4 {
	font-size: 12px;
}
.link.style2 {
	text-decoration: underline;
	font-weight: 300;
}
.style3 {
	padding: 19px 10px 13px;
	font-weight: bold;
	display: inline-block;
}
.style5 {
	color: #B4B4B4;
	padding: 18px 20px;
	font-weight: bold;
	display: inline-block;
}
.style5:hover {
	color: #B4B4B4;
}
.link.style6 {
	text-decoration: underline;
	font-weight: 600;
}
/* Identity Verification */
#lpIdentityCont .cta.disabled,
#lpIdentityCont .cta.disabled:hover {
	background-color: var(--lp-colors-medium-blue-600);
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}
/* --------------------------------------------------------------------- */
/* 	05. Saved Cards
/* --------------------------------------------------------------------- */
.three-p .preloaded-card .form-item {
	max-width: 100%;
	padding: 0;
}
.three-p .preloaded-card {
	padding: 22px 0 16px;
}
.lp-details .lp-radio {
	position: relative;
	padding-left: 28px;
}
.lp-details .lp-radio[aria-expanded="true"] {
	background-color: #F6F9FF;
	border: 1px #3399FF solid;
}
.lp-option, .change-card .lp-radio {
	display: block;
	position: relative;
	padding-left: 29px;
	margin-bottom: 4px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #000;
	font-weight: 500;
}
.lp-option {
	padding-left: 23px;
}
.lp-option input, .lp-radio input[type="radio"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* --------------------------------------------------------------------- */
/* 	06. Checkbox
/* --------------------------------------------------------------------- */
.lp-option:hover input ~ .checkmark {
	background-color: #fff;
}
.lp-option input:checked ~ .checkmark {
	border: 1px #7E829B solid;
}
.lp-option input:checked ~ .checkmark-grey {
	border: 1px #7E829B solid;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.lp-option input:checked ~ .checkmark:after {
	display: block;
}
.lp-option .checkmark:after {
	background: url('../img/icons/sign.svg') no-repeat;
	top: 2px;
	color: #fff;
	font-size: 12px;
	width: 7.4px;
	height: 7px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.change-card {
	position: relative;
}
.checkmark {
	position: absolute;
	left: 0;
	height: 13px;
	width: 13px;
	background-color: #fff;
	border: 1px #7E829B solid;
	border-radius: 1px;
}
.lp-option .checkmark {
	top: -1px;
	border-radius: 1px;
}
.partial-refund {
	display: none;
}
.partial-refund-active {
	display: block;
	padding-top: 15px;
}
.change-card .checkmark {
	left: 0;
}
.lp-radio > .checkmark {
	border-radius: 50%;
}
.lp-radio:hover input ~ .checkmark {
	background-color: #fff;
}
.lp-radio input:checked ~ .checkmark {
	background-color: #fff;
	border: 1px #7E829B solid;
}
.lp-radio > input:checked ~ .checkmark {
	border-radius: 50%;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.lp-radio input:checked ~ .checkmark:after {
	display: block;
}
.lp-radio > .checkmark:after {
	content: '';
	width: 7px;
	height: 7px;
	position: absolute;
	top: 2px;
	left: 2px;
	background-color: #7E829B;
	border-radius: 50%;
}
.change-card {
	border-radius: 3px;
	padding: 12px 16px 12px 30px;
	line-height: 16px;
	color: #7E829B;
	display: block;
	cursor: pointer;
}
.change-card .cno {
	padding-left: 7px;
	line-height: 15px;
	position: relative;
}
.hidden-no {
	font-size: 8px;
}
.preloaded-card .cards img {
	max-height: 20px;
	max-width: 30px;
}
.v-flex-center {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
/* --------------------------------------------------------------------- */
/* 	07. Toggle Button
/* --------------------------------------------------------------------- */
.switch {
	position: relative;
	display: inline-block;
	width: 42px;
	height: 24px;
	top: 6px;
	max-height: none;
	cursor: pointer;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #DBDBDB;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 21px;
	width: 21px;
	left: 2px;
	bottom: 2px;
	background: linear-gradient(180deg, #FFFFFF 0%, #F4EDFF 100%);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.221154);
	-webkit-transition: translateX .4s;
	transition: translateX .4s;
}
.switch-active .slider:before {
	background: linear-gradient(180deg, #F6F0FF 0%, #EADEFF 100%);
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.221154);
}
input:checked + .slider {
	background-color: var(--lp-colors-medium-blue-600);
}
input:focus + .slider {
	box-shadow: 0 0 1px var(--lp-colors-medium-blue-600);
}
input:checked + .slider:before {
	-webkit-transform: translateX(17px);
	-ms-transform: translateX(17px);
	transform: translateX(17px);
}
.slider.round {
	border-radius: 20px;
}
.slider.round:before {
	border-radius: 50%;
}
.agm {
	border-top: 1px #E0E3F0 solid;
	padding-top: 22px;
	margin-top: 23px;
}
/* --------------------------------------------------------------------- */
/* 	08. Date Picker
/* --------------------------------------------------------------------- */
.datepicker {
	font-family: 'Gothic A1', Arial, sans-serif;
	box-shadow: 0 12px 20px rgba(232, 234, 240, 0.691461);
	border: 0;
}
.datepicker--nav-action, .datepicker--pointer {
	display: none;
}
.datepicker--days-names {
	margin: 13px 0 10px;
}
.datepicker--day-name {
	color: #6C7488;
	text-transform: capitalize;
}
.datepicker, .datepicker--day-name {
	font-size: 12px;
}
.datepicker {
	color: #000;
	padding: 23px 0 22px;
	width: 266px;
	display: none;
}
.datepicker.active{
	display: block;
}
.datepicker--nav {
	border: 0;
	padding-bottom: 18px;
}
.datepicker--nav-title i, .datepicker--nav-title {
	font-size: 14px;
	color: #7F7C94;
}
.datepicker--cell.-focus-, .datepicker--cell.-selected- {
	background-color: var(--lp-colors-medium-blue-600);
	color: #fff;
}
.datepicker--days .datepicker--cell.-focus-, .datepicker--days .datepicker--cell.-selected- {
	background-color: var(--lp-colors-medium-blue-600);
	color: #fff;
	border-radius: 50%;
}
.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
	background-color: var(--lp-colors-medium-blue-600);
	color: #fff;
}
.datepicker--cell.-current-.-focus- {
	color: #fff;
}
.datepicker--days .datepicker--cell-day {
	width: 34px;
}
.datepicker--days .datepicker--cell {
	height: 34px;
	color: #3A3B41;
	font-weight: 600;
	font-size: 11px;
}
.datepicker--cell.-current- {
	color: var(--lp-colors-medium-blue-600);
}
.datepicker--content {
	padding: 4px 5px;
}
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
	font-weight: normal;
}
.datepicker--nav {
	padding: 2px 13px 0 6px;
}
.datepicker--content .datepicker--days-names {
	padding: 2px 8px 0 6px;
}
.datepicker--content .datepicker--cells {
	padding: 0 10px 7px 8px;
}
.datepicker--nav-action:hover, .datepicker--nav-title:hover, .datepicker--nav-title:hover i {
	color: var(--lp-colors-medium-blue-600);
}
.datepicker--nav-action:hover, .datepicker--nav-title:hover {
	border-radius: 1px;
}
.datepicker--nav-title {
	padding: 0 13px;
}
.lpError {
	color: red;
	display: none;
	position: absolute;
	font-size: 10px;
	bottom: -20px;
}
.add-bb {
	padding-bottom: 15px;
}
/* Loader */
.loader {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	background: url("../img/loader.svg") center center no-repeat;
	background-color: #fff;
}
/* --------------------------------------------------------------------- */
/* 	09. Media Resets
/* --------------------------------------------------------------------- */
@media screen and (max-width: 508px) {
	.lp-option .checkmark {
		top: 50%;
		margin-top: -12px;
	}
	.ontime-p .form-input {
		padding: 17px 15px;
	}
	.lp-option {
		font-size: 13px;
		line-height: 16px;
	}
	.details {
		padding: 28px 15px 23px;
	}
	.three-p .form-item {
		max-width: 100%;
	}
	/* Card */
	.change-card .cno {
		font-size: 14px;
	}
	.app-container {
		padding-left: 10px;
		padding-right: 10px;
		border: 0;
	}
	.three-p .form-input {
		font-size: 11px;
	}
	.ontime-p .form-item {
		padding: 12px 0 14px;
	}
	body {
		background-color: #FBFBFB;
	}
	.add-bb, .three-p .preloaded-card {
		border-bottom: 1px #E9F0F5 solid;
	}
	.add-bb {
		padding: 6px 0 25px;
	}
	/* Checkbox */
	.lp-option .checkmark::after {
		width: 14px;
		height: 12px;
		top: 5px;
		background-size: cover;
	}
	/* Card */
	.lp-radio > .checkmark::after {
		width: 15px;
		height: 15px;
		top: 3px;
		left: 3px;
	}
	.checkmark {
		width: 23px;
		height: 23px;
	}
	.lp-option {
		font-size: 12px;
		padding-left: 38px;
	}
	.three-p .form-inputs {
		padding-left: 5px;
		padding-right: 5px;
	}
	.change-card .cno {
		top: 4px;
	}
}
@media screen and (min-width: 340px) and (max-width:508px) {
	.change-card .cno {
		top: 4px;
	}
	.hidden-no {
		font-size: 11px;
	}
	.lp-option {
		font-size: 14px;
		line-height: 20px;
	}
	.app-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.three-p-active {
		padding-left: 10px;
		padding-right: 10px;
	}
	.form-action p {
		font-size: 12px;
		padding: 25px 10px 0;
	}
	.style3, label, .ontime-p .form-input, .ontime-p {
		font-size: 16px;
		line-height: 22px;
	}
	.link.style4, .style5 {
		font-size: 18px;
	}
	.link.style2, .three-p .form-item .link {
		margin-top: -9px;
		font-size: 11px;
	}
	.lp-option .link.style2, .three-p {
		font-size: 14px;
		line-height: 18px;
	}
	.three-p-active .title {
		padding-left: 10px;
	}
	.title-h3, .title {
		font-size: 18px;
	}
	.title-h1 {
		font-size: 20px;
	}
	.payment-options {
		padding-top: 25px;
		padding-left: 8px;
	}
	.three-p-active .payment-options {
		padding: 5px 0 34px;
	}
	.three-p-active .three-p {
		padding: 0;
		box-shadow: none;
	}
	.three-p-active .lp-payments {
		background-color: #fff;
		padding: 19px 16px 25px;
		border-radius: 4.24242px;
		box-shadow: 0 10.1818px 16.9697px rgba(232, 234, 240, 0.691461);
	}
	.lp-payments .three-p {
		border-top: 1px #E9F0F5 solid;
	}
	.lp-payments .btop {
		border-top: 0;
	}
	.ontime-p .form-item label {
		margin-bottom: 6px;
	}
	.lbl {
		font-size: 10px;
		margin-bottom: 6px;
	}
	.price {
		font-size: 24px;
	}
	.payment-options {
		max-width: 100%;
		padding-bottom: 16px;
	}
	.switch {
		width: 67px;
		height: 40px;
	}
	.slider:before {
		height: 36px;
		width: 36px;
	}
	.three-p .form-item {
		padding: 24px 0 20px;
		margin: 0;
		max-width: 100%;
	}
	.three-p .form-input {
		font-size: 13px;
	}
	input:checked + .slider:before {
		-ms-transform: translateX(28px);
		-moz-transform: translateX(28px);
		-webkit-transform: translateX(28px);
		transform: translateX(28px);
	}
	.details {
		font-size: 14px;
		padding: 39px 15px 13px;
		line-height: 19px;
	}
	.details p {
		max-width: 100%;
		line-height: 17px;
		padding-bottom: 6px;
	}
	.form-action {
		padding-top: 23px;
	}
	.cta {
		font-size: 16px;
	}
	.three-p .form-inputs > .row:first-child > div:last-child {
		position: relative;
	}
	.three-p .form-inputs > .row:first-child > div:last-child:before {
		content: '';
		position: absolute;
		height: 75%;
		left: -15px;
		width: 1px;
		top: 10px;
		background-color: #E9F0F5;
	}
	.cta {
		padding: 17px 20px;
	}
	.links {
		text-align: right;
		padding-top: 20px;
	}
	.form-item .custom-select-list {
		margin-top: -8px;
	}
	/* Postions */
	.three-p .ccard {
		background-position: left 9px;
	}
	.three-p .input-has-value .ccard, .ccard.got-focus {
		background-position: left -20px;
	}
	.three-p .date, .three-p .ex-date {
		background-position: left -50px;
	}
	.three-p .date:focus, .three-p .input-has-value .date, .three-p .input-has-value .ex-date, .three-p .ex-date.got-focus {
		background-position: left -80px;
	}
	.three-p .cvv {
		background-position: left -108px;
	}
	.three-p .input-has-value .cvv, .got-focus.cvv {
		background-position: left -135px;
	}
	.three-p .phone {
		background-position: left -162px;
	}
	.three-p .input-has-value .phone, .three-p .phone:focus {
		background-position: left -193px;
	}
	.three-p .email {
		background-position: left -217px;
	}
	.three-p .input-has-value .email, .three-p .email:focus {
		background-position: left -240px;
	}
	.small-text {
		font-size: 15px;
		line-height: 21px;
	}
	.details p br {
		display: none;
	}
	.three-p .form-inputs > .row {
		padding-top: 0;
	}
}
.iti .iti__flag-container {
	z-index: -100;
}
