/*
Investor2 calc landing page CSS
*/

body {
	padding: 3% 0;
}

body .app-container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

body a {
	color: #2C4847;
	text-decoration: underline;
}

body a:hover {
	color: #F55536;
}

body,
body p {
	color: #172625;
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Manrope";
}

.box {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 20px;
	width: 100%;
	height: 56px;
	box-shadow: 0px 10px 30px rgba(75, 149, 235, 0.1);
	border-radius: 5px;
}
.box:focus-visible {
	outline: none;
}

.box::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(44, 72, 71, 0.5);
  opacity: 1; /* Firefox */
}

.box:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(44, 72, 71, 0.5);
}

.box::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(44, 72, 71, 0.5);
}

.form-control {
	border: 1px solid #E9EEF3;
	color: rgba(44, 72, 71, 1);
	font-weight: 600;
}

select.form-control {
	color: rgba(44, 72, 71, 0.5);
}

select.form-control:focus {
	border: 1px solid #E9EEF3;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
.uneditable-input:focus {
  border-color: rgba(75, 149, 235, 0.1);
  box-shadow: 0 1px 1px rgba(75, 149, 235, 0.1) inset, 0 0 8px rgba(75, 149, 235, 0.6);
  outline: 0 none;
}

.btn-primary:disabled {
	background: rgba(245, 85, 54, 0.5);
	border: 0;
}

.btn-primary {
	border: 1px solid #F55536;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	width: 100%;
	padding: 11px;
	background: #F55536;
	border-radius: 30px;
}

.btn-primary:hover,
.btn-primary:focus {
	border: 1px solid #F55536;
	background: #F55536;
}

.btn-secondary {
	border: 1px solid #D8CBC7;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	width: 100%;
	padding: 11px;
	background-color: #D8CBC7;
	border-radius: 30px;
}

.btn-secondary:hover,
.btn-secondary:focus {
	border: 1px solid #D8CBC7;
	background-color: #D8CBC7;
}

.content h1 {
	color: #172625;
	font-weight: 700;
	font-size: 72px;
	line-height: 79.2px;
}

.content h5 {
	color: #2C4847;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
}

.upload-container .box {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 20px;
	width: 100%;
	height: 56px;
	box-shadow: 0px 10px 30px rgba(75, 149, 235, 0.1);
	border-radius: 5px;
}

.upload-container .dropzone {
	display: none;
	width: 100%;
	align-items: center;
	box-shadow: 0px 20px 60px rgba(75, 149, 235, 0.1);
	border: 1px dashed #2C4847;
}

.upload-container #dropzone-clear-files {
	display: none;
	text-decoration: none;
}

.upload-container #email,
.upload-container #terms-container {
	display: none;
}

#step1Next .loading,
#submitReport .loading {
	display: none;
}

#binance-credentials {
    display: none;
}

.right-side .hero {
	width: 522px;
	height: auto;
}

.steps .step {
	display: inline;
}

.steps .step .separator {
	width: 20px;
	height: 1px;
	display: inline-block;
	color: rgba(124, 108, 119, 1);
	vertical-align: middle;
	margin: 0px 20px;
	opacity: 1;
}

.steps .step .no {
	background: rgba(216, 203, 199, 1);
	border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
}

.steps .step .title {
	text-decoration: none;
}

.steps .step.active .no {
	background: rgba(247, 135, 100, 1);
}

.dropzone-with-file {
	height: 100% !important;
}

.dots {
	background-image: url('/images/dots.svg');
	background-repeat: no-repeat;
	height: 156px;
	width: 172px;
	position: absolute;
	top: -70px;
	right: -12px;
	z-index: -9999;
}

.circles {
	background-image: url('/images/circles.svg');
	background-repeat: no-repeat;
	height: 150px;
	width: 274px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.right-side-step2 {
	margin-top: 90px;
}

.contextual-help {
	border-radius: 12px;
	border: 0px solid transparent;
	box-shadow: 0px 10px 30px rgba(75, 149, 235, 0.1);
	padding-bottom: 120px;
}

.contextual-help .card-body {
	z-index: 2;
}

.contextual-help ol,
.contextual-help p {
	color: rgba(44, 72, 71, 0.6);
}

.contextual-help .card-header {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.contextual-help .card-header {
	background-color: rgba(44, 72, 71, 1);
	height: 45px;
}

.contextual-help .question-mark {
	display: flex;
	align-items: center;
}

.contextual-help .question-mark .icon {
	background: rgba(247, 135, 100, 1);
	border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 15px;
}

.contextual-help .question-mark .separator {
	width: 60%;
	height: 5px;
	color: rgba(247, 135, 100, 1);
	margin: 0px 20px;
	border-radius: 4px;
	opacity: 1;
}

.social-logos {
	gap: 20px;
}

.social-logos a svg {
	width: 30px;
	height: auto;
}

.social-logos a {
	color: rgba(44, 72, 71, 0.4);
}

.social-logos a:hover {
	color: #F78764;
}

.steps-mobile {
	display: none;
}

#message {
	display: none;
}

@media only screen and (max-width: 767px) {
	.left-side {
		order: 2;
	}
	.right-side {
		order: 1;
	}
	.right-side-step1,
	.right-side-step3,
	.dots,
	.circles,
	.steps-desktop {
		display: none;
	}
	.content h1 {
		font-size: 54px;
		line-height: 64px;
	}
	.steps {
		margin-top: 50px;
	}
	.right-side-step2 {
		margin-top: 0px;
	}
	.contextual-help {
		padding-bottom: 0px;
		margin-bottom: 50px;
	}
}
