﻿* {
	min-width: 0;
	min-height: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing: border-box;
}

body {
	margin: 0;
	box-sizing: border-box;
}

.hidden {
	display: none !important;
}

.main-wrapper {
	display: flex;
	flex-direction: column;
	height: 100vh;
	overflow: hidden;
	background: #3D3DB7;
}

.main-wrapper__header {
	height: 140px;
	margin: 0 46px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-wrapper__logo {
	width: 205px;
	height: 45px;
}

.main-wrapper__link {
	vertical-align: top;
	fill: inherit;
	width: inherit;
	height: inherit;
}

.main-wrapper__nav {
}

.main-wrapper__nav > ul {
	list-style-type: none;
	display: flex;
	align-items: center;
	padding: 0;
	gap: 70px;
}

.main-wrapper__nav > ul > li > a {
	text-decoration: none;
	text-transform: capitalize;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: var(--white-color);
}

.main-wrapper__buttons {
	display: flex;
	gap: 5px;
}

.main-wrapper__sign-up,
.main-wrapper__sign-in {
	min-width: 100px;
	padding: 0 15px;
	height: 40px;
	cursor: pointer;
	text-transform: capitalize;
	border-radius: 25px;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}

.main-wrapper__sign-up {
	background: rgba(255, 255, 255, 0.6);
	border: 2px solid #3D3DB7;
	color: #3D3DB7;
}

.main-wrapper__sign-in {
	background: rgba(142, 136, 132, 0.8);
	border: none;
	color: var(--white-color);
}

.main-wrapper__main {
	display: flex;
	align-items: center;
	height: 100vh;
	width: 100vw;
	background: url(../../../Img/background.png) no-repeat;
	background-size: cover;
}

.main-wrapper__info {
	margin-left: 90px;
	margin-top: -70px;
}

.main-wrapper__title {
	max-width: 900px;
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	color: var(--white-color);
}

.main-wrapper__subtitle {
	max-width: 960px;
	font-style: normal;
	font-weight: 400;
	font-size: 34px;
	line-height: 44px;
	letter-spacing: -0.015em;
	color: #FF8C64;
}

.main-wrapper__request {
	margin-top: 100px;
	width: 210px;
	height: 60px;
	border: none;
	cursor: pointer;
	background: #DF04BE;
	border-radius: 25px;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
	color: var(--white-color);
}

.main-wrapper__popup .popup-header {
	color: var(--black-color);
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 300;
	user-select: none;
}

.main-wrapper__popup .popup-item {
	padding-bottom: 20px;
}

.main-wrapper__popup .popup-item__lbl {
	text-transform: uppercase;
}

.main-wrapper__popup .popup-item__link {
	color: var(--black-color);
	font-size: 14px;
	user-select: none;
	text-align: right;
}

.main-wrapper__popup .popup-item__link:hover {
	cursor: pointer;
	color: var(--basic-color);
}

.main-wrapper__toast {
	position: absolute;
	bottom: 50px;
	right: 50px;
	height: 60px;
	width: 380px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
	padding: 0 20px;
	border-radius: 6px;
	background-color: var(--icon-link-color);
}

.main-wrapper__toast .main-wrapper__text {
	color: var(--white-color);
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}

.main-wrapper__toast .main-wrapper__btn {
	border: 1px solid var(--white-color);
	background-color: transparent;
	color: var(--white-color);
	text-transform: uppercase;
	padding: 5px;
	border-radius: 6px;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	cursor: pointer;
}

/* DevExtreme restyle */
.main-wrapper__popup.dx-overlay-shader {
	background-color: rgba(0,0,0,.5);
}

.main-wrapper__popup .dx-popup-content {
	padding: 30px 50px;
}

.main-wrapper__popup .dx-popup-bottom {
	padding-bottom: 10px;
}

.main-wrapper__popup .dx-toolbar-button .dx-button-text {
	font-size: 16px;
	font-weight: normal;
}

.main-wrapper__language.dx-texteditor.dx-editor-underlined:hover {
	background-color: transparent;
}

.main-wrapper__language.dx-texteditor.dx-editor-underlined::after {
	border: none;
}

.main-wrapper__language .dx-texteditor-input-container {
	width: 50px;
}

.main-wrapper__language .dx-texteditor-input,
.main-wrapper__language .dx-dropdowneditor-icon {
	color: var(--white-color) !important;
	font-size: 18px;
	padding: 0 !important;
}

.signup-popup-image{
	width: 50%;
}
.check-email-wrapper{
	display: flex;
	align-items: center;
	flex-direction: column;
	font-size: 20px;
}
.progress-tabs-wrapper {
	display: flex;
	justify-content: center;
}

.progress-tabs-wrapper__tab {
	width: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 50px;
}

.progress-tabs-wrapper-tab-progress {
	width: 100%;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.progress-tabs-wrapper-tab-progress__line {
	height: 3px;
	width: 100%;
	background-color: #fdc500;
}
.progress-tabs-wrapper__tab[passed] .progress-tabs-wrapper-tab-progress__line {
	background-color: #58a312;
}
.progress-tabs-wrapper__tab[passed] .progress-tabs-wrapper-tab-name {
	color: #58a312;
}

.progress-tabs-wrapper-tab-progress__circle {
	background-color: #fdc500;
	border-radius: 15px;
	position: absolute;
	left: calc(50% - 10px);
}
.progress-tabs-wrapper__tab[passed] .progress-tabs-wrapper-tab-progress__circle {
	background-color: #58a312;
}
.progress-tabs-wrapper-tab-progress-circle__icon{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	color: #fff;
}
.account-type-wrapper {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 35px;
}
.account-type-wrapper__tab {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	padding: 15px 10px;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	color: #e2e2e2;
	transition: all linear 0.3s
}
	.account-type-wrapper__tab i {
		font-size: 25px
	}
	.account-type-wrapper__tab[selected] {
		border: 1px solid #58a312;
		color: #58a312;
	}
	.account-type-wrapper__tab:not([selected]) {
		cursor: pointer
	}
	.account-type-wrapper__tab[selected] {
		pointer-events: none;
		user-select: none;
	}
.m-b-20{
	margin-bottom: 20px;
}
.m-t-20{
	margin-top: 20px;
}
div[data-id="6396f8f652523b002a0ed5c3"], div[data-id="6396f85b990a45001a20e0f0"] {
	left: 35% !important;
}
.request-demo-button {
	top: 0.4vw;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 40%;
	z-index: 530;
	left: 45%;
	color: #0E0021;
	border: 1px solid #0E0021;
	border-radius: 30px;
	font-family: custom_70515;
	font-size: 1vw;
	transition: all linear 0.3s;
	height: 2.8vw;
	width: 11vw;
}
.request-demo-button-text{
	user-select:none;
}
.request-demo-button:hover {
	background-color: rgb(187,251,255);
	cursor: default;
}
div.rmwidget[data-id="6394eb1d8476830029f81457"], div.rmwidget[data-id="6394eb1e4a26250019915bd9"], div.rmwidget[data-id="6396f80f7b02c4002be5b2db"], div.rmwidget[data-id="6396f80d990a45001a20dca5"], div.rmwidget[data-id="6396f83940ddf20035788b08"], div.rmwidget[data-id="6396f852518d3e002168ebf2"] {
	left: 45% !important;
}
@media (min-width:320px) {
	div [data-id="63fa6aa7e1ebd600330da48e"]{
		display: none !important;
	}
	div[data-id="63fa6b54787265003735bb93"], div[data-id="63fa6b17b8779d00222a8b02"] {
		display: none !important;
	}
}
@media (max-width: 425px){
	div[data-id="63fa6848666c760029b916ac"]{
		display: none;
	}
	.request-demo-button {
		top: 1.5vw;
		right: 5vw;
		left: auto;
		width: 36vw;
		height: 11vw;
		z-index: 88888;
		font-size: 4vw;
	}
}

#request_demo_popup .button-create-task-wrapper {
	display: flex;
	gap: 5px;
}