html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0
}

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:before,
blockquote:after,
q:before,
q:after {
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

* {
	box-sizing: border-box
}

img {
	max-width: 100%
}

body {
	scroll-behavior: smooth;
	background: white;
	color: #4c5564;
	font-weight: 400;
	font-size: 100%;
	font-family: 'Manrope', Helvetica, Arial, sans-serif;
	font-display: swap;
	font-stretch: normal;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: none
}

button,
input {
	font-family: 'Manrope', Helvetica, Arial, sans-serif
}




/* Fonts */
h1,
h2 {
	line-height: 125%;
	font-weight: 700
}

h1 {
	font-size: 200%;
	padding: 0
}

h1 img {
	display: inline-block;
	vertical-align: middle
}

h2 {
	font-size: 200%;
	padding: 0 0 0.5em;
	font-weight: 600
}

h3 {
	font-size: 150%;
	line-height: 125%;
	padding: 1em 0
}

h3 strong {
	font-size: 150%;
	display: block;
	line-height: 125%
}

h4 {
	font-size: 120%;
	line-height: 125%;
	font-weight: 600;
	padding: 0 0 0.5em
}

p {
	line-height: 150%;
	padding: .6em 0;
	color: black
}

strong {
	font-weight: 600
}

em {
	font-style: italic
}

small,
p small {
	font-size: 90%;
	padding: 0 0 0.5em 0;
	line-height: 140%;
	font-weight: 400;
	display: block;
	color: #999
}

hr {
	border: 0;
	height: 1px;
	background: #e1e5ea;
	margin: 24px 0;
}

.spacer {
	height: 5vh;
	display: block;
}

.green {
	color: #37b47e
}

.red {
	color: red
}

@media only screen and (max-width:767px) {

	h1,
	h2 {
		font-size: 175%
	}

	h3 {
		font-size: 125%
	}

	.spacer {
		height: 24px
	}
}





/* Links */
a {
	color: #448ad9;
	word-wrap: break-word;
}

a:hover {
	color: #155cae
}

a:focus {
	color: #087fd6
}

a:active {
	color: #18408b
}

input[type=submit],
.btn,
button,
footer {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.btn,
input[type=submit] {
	box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.08);
	-webkit-appearance: none;
	display: inline-block;
	cursor: pointer;
	padding: 1em;
	font-size: 125%;
	min-width: 250px;
	margin: 1em 0;
	border: 0;
	font-weight: 700;
	color: white;
	text-align: center !important;
	text-decoration: none;
	border-radius: 5px;
	background: #448ad9
}

.btn:hover,
input[type=submit]:hover {
	background: #155cae;
	color: white;
}

.btn:focus,
input[type=submit]:focus {
	background: #087fd6;
	color: white;
}

.btn:active,
input[type=submit]:active {
	background: #18408b;
	color: white;
}

@media only screen and (max-width:767px) {

	.btn,
	input[type=submit] {
		padding: 1em;
		letter-spacing: 0px;
		max-width: 100%;
		min-width: 100% !important
	}
}




/* Header */
header {
	background: white;
	z-index: 2;
	text-align: left;
	position: relative;
	box-shadow: 0 4px 4px rgba(25, 25, 25, 0.07)
}

.logo {
	padding: 15px 24px
}

.logo img {
	width: auto;
	height: 30px
}

.capital-title-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	@media only screen and (max-width:767px) {
		display: flex;
		flex-direction: column;
	}
}

.capital-logo {
	display: flex;
	@media only screen and (max-width:767px) {
		justify-content: center;
	}
}

header img {
	display: block
}

@media only screen and (max-width:767px) {
	.logo {
		padding: 12px 15px
	}

	.logo img {
		height: 28px
	}
}

@media only screen and (max-width:420px) {}





/* Main Structure */
.wrapper {
	width: 90%;
	max-width: 750px;
	margin: 0 auto
}

@media only screen and (max-width:500px) {
	.wrapper {
		width: 92%;
	}
}




/* Intro Copy */
.intro {
	padding: 32px 0 16px;
	background: #37b47e;
	color: white;
	text-align: center
}

@media only screen and (max-width:767px) {
	.intro {
		padding: 16px 0px;
	}
}

.reg_intro {
	padding: 35px 0 15px;
	background: #3797b4;
	color: white;
	text-align: center
}

.reg_intro p {
	color: white
}

.intro p {
	color: white
}

.hidden {
	display: none
}

.open .hidden {
	display: inline
}

.showInfo {
	text-decoration: underline;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	color: white;
	font-weight: bold;
	font-size: 100%;
	cursor: pointer
}

.moreInfo .more {
	display: inline
}

.moreInfo.open .more {
	display: none
}

.moreInfo .less {
	display: none
}

.moreInfo.open .less {
	display: inline
}

.showInfo:after {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	background-size: 100%;
	background-position: center center;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='800px' height='800px' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' role='img' class='iconify iconify--emojione-monotone' preserveAspectRatio='xMidYMid meet'%3E%3Cpath d='M32 2C15.432 2 2 15.432 2 32c0 16.568 13.432 30 30 30s30-13.432 30-30C62 15.432 48.568 2 32 2zm1.693 46V37.428H15V27.143h18.693V16L49 32L33.693 48z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E")
}

.moreInfo.open .showInfo:after {
	transform: rotate(-90deg)
}



/* Form Elements */
.form-area {
	position: relative
}

.form-area:before {
	content: "";
	background: #37b47e;
	height: 200px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px
}

.reg-form-area {
	position: relative
}

.reg-form-area:before {
	content: "";
	background: #3797b4;
	height: 200px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px
}

.white-container {
	background: white;
	clear: both;
	padding: 24px;
	margin: 0;
	position: relative;
	box-shadow: 0 1px 10px rgba(25, 25, 25, 0.1);
	border-radius: 10px
}

.white-container.center {
	text-align: center
}

/* Steps */
.steps-offer .step-split {
	background: #afbbca !important;
}

.steps {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	gap: 16px;
	padding: 0 0 24px;
	font-size: 0.9em;
	margin: 0 0 24px;
	line-height: 120%;
	border-bottom: 1px solid #e1e5ea
}

.steps .step {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #4c5564
}

@media only screen and (max-width:767px) {
	.step {
		flex-direction: column;
	}
}

.steps .step span {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	border-radius: 25px;
	background: #edf6fd;
	border: 1px solid #d4dae3
}

.step-split {
	width: 64px;
	height: 1px;
	background: #00985d;
}

@media only screen and (max-width:767px) {
	.step-split {
		margin: 0 12px;
		margin-bottom: 24px;
	}
}

.steps .step:last-of-type:after {
	display: none
}

.steps .step.current {
	color: #2b4a94;
	font-weight: 600
}

.steps .step.current span {
	background: #448ad9;
	color: white;
	border-color: #3667b4
}

.steps .step.done {
	color: #00985d;
	font-weight: 600
}

.steps .step.done span {
	border-color: #37b47e;
	background-color: #bce4d0;
	background-size: 65%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2337b47e' width='800px' height='800px' viewBox='0 -8 72 72' id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Echeck%3C/title%3E%3Cpath d='M61.07,12.9,57,8.84a2.93,2.93,0,0,0-4.21,0L28.91,32.73,19.2,23A3,3,0,0,0,15,23l-4.06,4.07a2.93,2.93,0,0,0,0,4.21L26.81,47.16a2.84,2.84,0,0,0,2.1.89A2.87,2.87,0,0,0,31,47.16l30.05-30a2.93,2.93,0,0,0,0-4.21Z'/%3E%3C/svg%3E");
}

.steps .step.done:after {
	background: #37b47e
}

.form-item {
	display: block;
	padding: 0.5em 0;
	margin: 0 auto
}

.form-item .btn,
.form-item input[type=submit] {
	margin: 0;
	display: block
}

.field-title {
	line-height: 125%;
	color: black;
	padding: 5px 0;
	font-weight: 700
}

.form-grid .form-item {
	display: block;
	padding: 0;
	max-width: 100%;
	margin: 0;
	text-align: left
}

input,
select,
textarea {
	font-size: 100%;
	font-family: 'Manrope', Helvetica, Arial, sans-serif;
	border: 0;
	background: #f9fafb;
	border: 1px solid #afbbca;
	outline: none;
	text-align: left
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="url"],
textarea {
	padding: 0.85em;
	border-radius: 5px;
	color: #4c5564;
	width: 100%
}

input:focus,
textarea:focus {
	border-color: #e8f2fb;
	background: #e8f2fb !important
}

select {
	min-width: 50%;
	width: 100%;
	height: 50px;
	padding: 0 0.6em;
	color: #7c8595;
	border-radius: 5px;
}

input.readonly,
input.readonly:focus {
	background: #f5f7fa !important;
	;
	border-color: #f5f7fa
}

input[type=submit] {
	display: block;
	width: 100%;
	-webkit-appearance: none
}

::placeholder {
	color: #7c8595;
	font-weight: 400
}

input.error,
select.error,
textarea.error {
	border-color: red;
	background: #fef3f3
}

input:not(:placeholder-shown) {
	background: #f5f7fa
}

/* Checkboxes */
.checkbox input {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px
}

.checkbox p {
	padding: 0;
	font-size: 90%
}

span.checkbox {
	display: inline-block;
	vertical-align: top;
	margin-right: 2em
}

@media only screen and (min-width:768px) {
	.form-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 1.5em;
		grid-row-gap: 1em
	}

	.white-container.center {
		padding: 24px 48px;
	}

	.white-container.center .steps {
		margin: 0 -24px;
	}
}

@media only screen and (max-width:767px) {
	.white-container {
		padding: 20px
	}

	.form-grid .form-item {
		padding: 0.5em 0
	}

	.response {
		padding: 0.5em
	}

	.feature-icon img {
		max-width: 125px
	}

	.steps .step:after {
		width: 20px;
		margin: 0 6px
	}

	.steps .step span {
		width: 30px;
		height: 30px;
		margin: 0 4px 0 0;
		line-height: 28px
	}
}

@media only screen and (max-width:500px) {
	.white-container {
		padding: 1em
	}

	.steps {
		text-align: left;
	}

	.steps .step {
		display: inline-block;
		padding: 0;
		/* width: 50%; */
		text-align: center;
		position: relative;
	}

	.steps .step span {
		width: 25px;
		height: 25px;
		margin: 0;
		line-height: 23px;
		position: absolute;
		top: -32px;
		left: 40%;
	}

	.steps .step:after {
		display: none
	}
}






/* Range Slider */
.rangeslider,
.rangeslider__fill {
	display: block;
	border-radius: 15px
}

.rangeslider {
	background: #e1e5ea;
	position: relative
}

.rangeslider--vertical {
	width: 10px;
	min-height: 150px;
	max-height: 100%;
	margin: 0 auto
}

.rangeslider--horizontal {
	max-width: 100%;
	min-height: 10px;
	margin: 0 auto
}

.rangeslider--disabled {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4
}

.rangeslider__fill {
	background: #31a27c;
	position: absolute
}

.rangeslider--vertical .rangeslider__fill {
	bottom: 0;
	width: 100%
}

.rangeslider--horizontal .rangeslider__fill {
	left: 0;
	height: 100%
}

.rangeslider__handle {
	background: #37b47e;
	cursor: pointer;
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25)
}

.rangeslider__handle:after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: +1;
	background: white;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
	background: #448ad9
}

.rangeslider--vertical .rangeslider__handle {
	left: -10px;
	touch-action: pan-x;
	-ms-touch-action: pan-x
}

.rangeslider--horizontal .rangeslider__handle {
	top: -10px;
	touch-action: pan-y;
	-ms-touch-action: pan-y
}

.amount-slider,
.months-slider {
	text-align: center;
	position: relative
}

.dragbar {
	clear: both;
	padding: 10px 33px
}

.amount-slider output:before {
	content: "₱";
	margin-right: 6px
}

.output-value {
	font-size: 150%;
	height: 55px;
	padding: 0 15px;
	line-height: 53px;
	display: block;
	position: relative;
	font-weight: 600;
	margin: 0 0 12px;
	background: white;
	text-align: left
}

.months-slider .output-value {
	padding-left: 52px
}

.months-slider .output-value:before {
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	top: 15px;
	left: 15px;
	background-size: 100%;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='800px' height='800px' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M0 0h48v48H0z' fill='none'/%3E%3Cg id='Shopicon' fill='%234c5564'%3E%3Cpath d='M40,8h-6V4h-4v4H18V4h-4v4H8c-2.206,0-4,1.794-4,4v28c0,2.206,1.794,4,4,4h32c2.206,0,4-1.794,4-4V12 C44,9.794,42.206,8,40,8z M8,40V15h31.999l-0.005,25H8z'/%3E%3Ccircle cx='16' cy='24' r='2'/%3E%3Ccircle cx='24' cy='24' r='2'/%3E%3Ccircle cx='32' cy='24' r='2'/%3E%3Ccircle cx='16' cy='32' r='2'/%3E%3Ccircle cx='24' cy='32' r='2'/%3E%3Ccircle cx='32' cy='32' r='2'/%3E%3C/g%3E%3C/svg%3E")
}

.output-value output {
	display: block;
	outline: none
}

.output-value {
	border-radius: 5px;
	background: #f9fafb;
	border: 1px solid #afbbca
}

#monthsOutput:after {
	content: 'months';
	margin-left: 5px
}

.range-sliders button {
	background: none;
	border: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-indent: 0;
	padding: 0;
	cursor: pointer;
	outline: inherit;
	overflow: hidden;
	background-size: 100%;
	background-position: center center
}

.range-sliders button:hover {}

.range-sliders button.less-amount,
.range-sliders button.less-months {
	position: absolute;
	left: 0px;
	bottom: 0px
}

.range-sliders button.more-amount,
.range-sliders button.more-months {
	position: absolute;
	right: 0px;
	bottom: 0px
}

.range-sliders button.plus {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12H15' stroke='%23a0a9b9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 9L12 15' stroke='%23a0a9b9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z' stroke='%23a0a9b9' stroke-width='2'/%3E%3C/svg%3E")
}

.range-sliders button.minus {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z' stroke='%23a0a9b9' stroke-width='2'/%3E%3Cpath d='M9 12H15' stroke='%23a0a9b9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.result {
	border: 1px solid #e1e5ea;
	border-radius: 5px;
	margin: 24px 0;
	padding: 24px
}

.repayment .title {
	padding: 0;
	position: relative;
	color: #7c8595
}

.repayment .value {
	padding: 6px 0
}

.repayment .value strong {
	font-weight: 600;
	font-size: 200%;
	color: black
}

/* Tables */
.white-container table {
	width: 100%;
	margin: 0 0 24px;
}

.white-container table td {
	padding: 14px;
	line-height: 125%;
	border: 1px solid #e1e5ea;
}

.white-container table tr td:first-of-type {
	background: #f9fafb;
	width: 40%;
	color: #7c8595;
}

.white-container table tr td:last-of-type {
	font-weight: 600;
}

.notice {
	padding: 0.35em 1.35em;
	border-radius: 5px;
	border: 2px solid #74b6ee;
	background: #edf6fd;
}

/* Checkbox */
.form-item.checkbox {
	display: grid;
	grid-template-columns: 25px auto;
	grid-column-gap: 10px;
	grid-row-gap: 0
}

.custom-checkbox {
	position: relative
}

.custom-checkbox input {
	position: absolute;
	opacity: 0
}

.custom-checkbox input+label {
	position: relative;
	cursor: pointer;
	padding: 0
}

.custom-checkbox input:hover+label:before {
	background: #edf6fd;
	border: 1px solid #d4dae3
}

.custom-checkbox input:checked+label:before {
	background: #448ad9;
	border-color: #448ad9
}

.custom-checkbox input:disabled+label {
	color: #b8b8b8;
	cursor: auto
}

.custom-checkbox input:disabled+label:before {
	box-shadow: none;
	background: #ddd
}

.custom-checkbox input:checked+label:after {
	content: "\2713";
	position: absolute;
	left: 4px;
	top: 3px;
	color: white;
	width: 14px;
	height: 14px;
	font-weight: bold
}

.custom-checkbox input+label:before {
	content: "";
	margin: 0px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: #f9fafb;
	border: 1px solid #afbbca;
	border-radius: 4px
}

label.is-invalid::before {
	background: #ffcdd2 !important;
	border: 1px solid red !important;
}

label.is-invalid:hover:before {
	background: #cfa5a9 !important;
	border: 1px solid red !important;
}

@media only screen and (min-width:768px) {
	.result {
		display: grid;
		grid-template-columns: auto 230px;
		grid-column-gap: 40px;
		grid-row-gap: 12px;
		align-items: center
	}

	.range-sliders {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 40px;
		justify-items: stretch;
		position: relative
	}

	.amount-btns,
	.months-btns {
		display: block
	}

	.range-sliders button {
		float: right
	}

	.range-sliders button:last-of-type {
		float: left
	}
}

@media only screen and (max-width:767px) {
	.result {
		margin: 20px 0;
		padding: 20px
	}

	.result .repayment {
		margin-top: 12px
	}

	.repayment .value strong {
		font-size: 150%
	}

}

@media only screen and (max-width:500px) {

	.white-container table td {
		padding: 10px;
		font-size: 90%;
		word-break: break-word;
		line-height: 125%;
	}

	.white-container table tr td:first-of-type {
		background: #f9fafb;
		width: 40%;
		color: #7c8595;
	}

	.white-container table tr td:last-of-type {
		font-weight: 600;
	}

}









/* Tooltip Styles */
[data-tooltip],
.tooltip {
	position: relative;
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin: -3px 0 0 6px;
	display: inline-block;
	vertical-align: middle;
	background-size: 100%;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 0 24 24' fill='none' xmlns:v='https://vecta.io/nano'%3E%3Cpath fill-rule='evenodd' d='M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm9.25-1a1 1 0 0 1 1-1h1.5a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1.5a1 1 0 0 1-1-1v-7zM14 7a2 2 0 1 0-4 0 2 2 0 1 0 4 0z' fill='%237c8595'/%3E%3C/svg%3E")
}

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
	position: absolute;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out,
		-webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	-moz-transition: opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out,
		-moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition: opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out,
		transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	pointer-events: none
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
.tooltip:hover:before,
.tooltip:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

.tooltip:before,
[data-tooltip]:before {
	z-index: 10001;
	border: 6px solid transparent;
	background: transparent;
	content: ""
}

.tooltip:after,
[data-tooltip]:after {
	z-index: 10000;
	padding: 10px 15px;
	width: 200px;
	background-color: #4c5564;
	color: white;
	border-radius: 4px;
	content: attr(data-tooltip);
	font-size: 13px;
	line-height: 1.3em;
	text-align: left
}

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
	bottom: 100%;
	left: 50%
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
	margin-left: -6px;
	margin-bottom: -12px;
	border-top-color: #4c5564
}

[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
	margin-left: -30px
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after {
	-webkit-transform: translateY(-12px);
	-moz-transform: translateY(-12px);
	transform: translateY(-12px)
}

span.tooltip i {
	color: #31a27c;
	margin: 0 3px;
	font-size: 14px
}

span.tooltip i:hover {
	color: #448ad9
}

.repayment .tooltip:after,
.repayment .tooltip-top:after {
	margin-left: -180px
}

@media only screen and (max-width:480px) {

	.tooltip:after,
	[data-tooltip]:after {
		width: 160px;
		font-size: 12px
	}

	[data-tooltip]:after,
	.tooltip:after,
	.tooltip-top:after {
		margin-left: -40px
	}

	.repayment .tooltip:after,
	.repayment .tooltip-top:after {
		margin-left: -150px
	}
}







/* Footer */
footer {
	text-align: center;
	padding: 24px 0 48px;
	opacity: 0.4;
	font-size: 0.9em
}

footer:hover {
	opacity: 1
}

footer img {
	height: 40px;
	width: auto;
	margin: 8px 0 0
}


/* Loading animation */
.loader-container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 25vh;
	position: relative;
	z-index: 0;
	width: 100%
}

.loader-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 240px;
	width: 280px;
	overflow: hidden;
}

.loader-global {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background-color: white;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader-global .loader-logo {
	width: auto;
	height: 48px;
	fill: #31a27c
}

.loader-global::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: inherit;
	box-shadow: 0 20px 60px #31a27c;
	animation: shadow-rotate 1s cubic-bezier(0.02, 0.01, 0.21, 1) infinite
}

.loader-global::after {
	content: "";
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	border: 1px;
	right: 0;
	bottom: 0;
	border-radius: inherit;
	box-shadow: 0 10px 30px #7f00e7;
	animation: shadow-rotate 2s cubic-bezier(0.02, 0.01, 0.21, 1) infinite
}

.is-invalid {
	border-color: red;
	background: rgb(238, 185, 185) !important;
}

@keyframes shadow-rotate {
	100% {
		transform: rotate(360deg)
	}
}

table tr th {
	background: #f9fafb;
	color: #7c8595;
	height: 48px;
	border: 1px solid #e1e5ea;
	font-weight: bold;
}

#idNumber {
	text-transform: uppercase;
}

#idNumber::placeholder {
	text-transform: none !important;
}

#idType {
	position: relative;
}

.wrapper-box {
	color: #4c5564;
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid #afbbca;
	border-radius: 4px;
}

.wrapper-box .prefix {
	position: absolute;
	font-weight: 400;
	padding-left: 0.85rem;
}

.wrapper-box .suffix {
	position: absolute;
	font-weight: 400;
	right: 0.85rem;
}

.wrapper-box input {
	flex-grow: 1;
	border: none;
	outline: none;
	padding-left: 48px;
	padding-right: 28px;
}
