/* Global variables are defined in CUSTOM.css.

--main-bg-color
--main-text-color

--btn-primary-bg-color
--btn-primary-text-color
--btn-primary-hover-bg-color
--btn-primary-hover-text-color

--link-color
--link-hover-color

--cover-img

*/


html {
  scroll-behavior: smooth;
}

body {
	font-family: Helvetica, Trebuchet MS, Tahoma, sans-serif;
    line-height: 1.5rem;
    color: var(--main-text-color, #333);
    background-color: var(--main-bg-color, #FFF);
}

h1, h2, h3, h4 {
    font-weight: 400;
}

#registration::before {
	content: "";
	background-image: var(--cover-img);
	opacity: 0.1;
	background-position: top 25% center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

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

	h1, h2, h3, h4 {
		padding: 0 1.5rem;
	}

	#Page6 .col-4, #Page7 .col-4, #Page8 .col-4, #Page9 .col-4  {
		padding: 0 4px;
	}
}

.bold {
	font-weight: bold;
}

.btn {
	padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border: none;
}

.btn-brand {
	background-color: var(--btn-primary-bg-color);
	color: var(--btn-primary-text-color);
}

.btn-brand:hover {
    background-color: var(--btn-primary-hover-bg-color);
	color: var(--btn-primary-hover-text-color);
}

.step {
	position: absolute;
    top: 16px;
    right: 16px;
    font-size: 1.25rem;
    font-weight: 500;
}

.step span {
	font-size: 1.75rem;
}

.spinner-border {
	color: var(--btn-primary-bg-color);
}

.btn .spinner-border {
	color: var(--btn-primary-text-color);
}

/* --- PAGE SPECIFIC --- */


#Page1 .logo-area {
	text-align: center;
}

#Page1 .card {
	max-width: 400px;
	margin: auto;
	text-align: left;
	margin-bottom: 40px;
	color: #333;
	border: none;
}

#Page1 .card-title {
    margin-bottom: 1rem;
}

#Page1 .card #f1 {
	text-align: center;
}

#Page1 .logo-area {
    position: relative;
}

#Page1 .logo-area img {
	padding: 24px 0 16px;
	width: 100%;
    max-width: 280px;
}

#Page1 .logo-area p {
	max-width: 400px;
	margin: 0 auto 24px;
	line-height: 1.5rem;
	font-size: 20px;
}

#Page1 .btn {
	width: 100%;
}

.animated-text {
	width: 240px;
	z-index: 2;
    background: #146ee4;
    color:#FFF;
    padding: 16px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
	position: fixed;
    top: 50%;
    left: calc(50% - 120px);
    animation-duration: 3s;
    pointer-events: none;
}



@media only screen and (min-width: 768px) {

	#Page1 {
		padding-top: 100px;
	}

	#Page1 .logo-area {
		text-align: left;
		padding-top: 120px;
	}

	#Page1 .logo-area p {
		max-width: 400px;
		margin: 0 0 24px;
		line-height: 2rem;
		font-size: 28px;
	}
}

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

	.animated-text {
		width: 100%;
		position: fixed;
    	left: 0;
	}
}

fieldset .alert {
	margin-top: 16px;
}

fieldset .alert .bold {
	margin-left: 8px;
}

.alert-love {
    color: #7d296d;
    background-color: #fecfff;
    border: none;
}

.error {
	color: red;
    margin-top: 8px;
}

#location-container {
	border: 1px solid #e0e0e0;
    box-shadow: 1px 3px 10px #adadad;
    z-index: 100;
    position: absolute;
    left: auto;
    width: calc(100% - 32px);
    max-height: 200px;
    overflow-y: auto;
    color: #333;
}

#location-container ul li {
	background-color: #FFF;
	float: left;
    width: 100%;
    padding: 0 12px;
    font-size: 0.8em;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    overflow: hidden;
}

#location-container ul li:hover {
	background-color: var(--btn-primary-hover-bg-color);
	color: var(--btn-primary-hover-text-color);
}

#location-suggest {
	padding-left: 0;
}

fieldset .btn:not(:last-child) {
    margin-bottom: 8px
}

#f3 .col-6:first-child {
    padding-right: 6px;
}

#f3 .col-6:last-child {
    padding-left: 6px;
}

.form-control {
	border: 1px solid #ced4da;
}

.question span {
	color: red;
}

#f5 .col-4:nth-child(2) {
	padding: 0;
}

#f6 .btn-brand {
	margin-top: 16px;
}

#f6 .g_id_signin {
	margin-bottom: 16px;
}

#f6 hr {
	margin: 1.25rem 0;
}

#f6 .badge {
	position: relative;
    top: -1px;
    left: 2px;
    color: #055160;
    background-color: #cff4fc !important;
}

#f6 .alert-info .bi {
	margin-right: 8px;
}

#f9 .form-check {
	font-size: 12px;
    line-height: 16px;
}

#f10 a {
	display: block;
    margin-bottom: 8px;
}

#f10 .img-wrapper {
	text-align: center;
	background: white;
    margin: 8px 0;
}

#f10 .img-wrapper img {
	width: 120px;
}

.accordion-header {
	padding: 0;
}

.accordion {
	color: #333;
}

.accordion .btn {
	font-size: 1rem;
}

.accordion #activation-feedback {
	text-align: center;
    margin-top: 4px;
}

.accordion #activation-feedback .bi {
	color: green;
}

.accordion #email-new {
	margin-bottom: 8px;
}

#f11 p {
	position: relative;
    top: -32px;
    left: 44px;
    margin-bottom: -16px;
}

#Page1 .card-activated {
    margin-top: 150px;
}

@media (max-width: 767px) {
    #Page1 .card-activated {
        margin-top: 32px;
    }
}