section.trading-bot-launch {
	margin: var(--margin) 0;
}
section.trading-bot-launch .become-pro {
	text-align: center;
	padding: 50px;
}
section.trading-bot-launch .no-slots {
	text-align: center;
}
section.trading-bot-launch .become-pro h2 {
	font-size: 30px;
}
section.trading-bot-launch .become-pro span {
	color: var(--color);
}
section.trading-bot-launch .become-pro i {
	color: var(--color);
	margin-right: 3px;
	position: relative;
	top: -1px;
}
section.trading-bot-launch .become-pro .text {
	margin-bottom: 15px;
	padding: 0 171px;
	color: white;
}
section.trading-bot-launch .become-pro .text a {
	color: var(--color);
}
section.trading-bot-launch .no-slots {
	padding: 20px;
	color: white;
}
section.trading-bot-launch .no-slots .icon {
	font-size: 36px;
	line-height: 36px;
	color: var(--color);
}
section.trading-bot-launch .no-slots .title {
	font-size: 20px;
	line-height: 20px;
	font-weight: 900;
	color: var(--color);
}
section.trading-bot-launch .no-slots .desc {
	font-size: 16px;
}
section.trading-bot-launch .c {
	position: relative;
}
section.trading-bot-launch .c .grid {
	border-radius: var(--border-radius);
	overflow: hidden;
	position: relative;
	display: grid;
	grid-template-columns: 70px 1fr 330px;
	padding: 15px 15px 15px 0;
	grid-gap: 15px;
}
section.trading-bot-launch .left {
	position: relative;
	padding: 10px -0;
}
section.trading-bot-launch .left h2 {
	margin-bottom: 3px;
	font-size: 28px;
	line-height: 29px;
}
section.trading-bot-launch .left h2 span {
	background: linear-gradient(221deg, var(--color2) 60%, var(--color) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
section.trading-bot-launch .left p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 300;
	color: white;
	line-height: 17px;
}
section.trading-bot-launch .left p span {
	font-weight: 800
}
section.trading-bot-launch .right {
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 28px;
	color: var(--color);
	font-weight: 900;
	text-align: right;
	border-radius: var(--border-radius);
	cursor: pointer;
	position: relative;
}
section.trading-bot-launch .right .btn {
	line-height: 70px;
	font-size: 24px;
	color: white;
	width: 100%;
	background: var(--dark);
	white-space: nowrap;
	cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
}
section.trading-bot-launch .right .btn i {
	color: var(--color);
	margin-right: 5px;
}
#launch-modal {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	top: -100px;
	z-index: -1;
}
#launch-modal.active {
	top: 0;
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
#launch-modal .outer {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	width: 800px;
	background: black;
	border-radius: var(--border-radius);
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 35px 25px;
	max-height: calc(100dvh - 124px);
	overflow: auto;
}
#launch-modal .inner {
	position: relative;
}
#launch-modal h2 {
	color: white;
	font-size: 32px;
	line-height: 32px;
	padding-right: 50px;
}
#launch-modal h2 span {
	color: var(--color);
}
#launch-modal p.subtext {
	line-height: 16px;
}
#launch-modal p.subtext span {
	font-weight: 600;
	color: white;
}
#launch-modal .close {
	position: absolute;
	top: 5px;
	right: 5px;
	color: var(--color2);
	font-size: 24px;
	background: black;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 18px;
	border-radius: var(--border-radius);
	cursor: pointer;
	z-index: 1000;
	transform: scale(1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#launch-modal .close:hover {
	color: white;
	transform: scale(1.15);
	background: nlack;
}
#launch-modal textarea {
	width: 100%;
	height: 25vh;
	border: unset;
	background: transparent;
	color: silver;
	font-size: 13px;
	font-family: var(--font);
	padding: 10px;
	border: 1px solid var(--color);
	line-height: 17px;
	min-height: 125px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	resize: none;
}
#launch-modal ul.steps {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	text-align: center;
	grid-gap: 5px;
	margin: 35px 0 20px;
}
#launch-modal ul.steps li {
	background: rgba(255, 255, 255, 0.1);
	padding: 30px 15px 15px;
	border-radius: var(--border-radius);
	color: rgba(255, 255, 255, 0.5);
	position: relative;
	opacity: 0.6;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#launch-modal ul.steps li.done {
	background: var(--color);
	color: black;
	font-weight: 700;
}
#launch-modal ul.steps li.active {
	background: var(--color);
	color: black;
	font-weight: 700;
	opacity: 1;
}
#launch-modal ul.steps .number {
	color: black;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	width: 46px;
	height: 46px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background: #3a3a3a;
	border-radius: 50%;
	line-height: 46px;
	top: -20px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#launch-modal ul.steps li.done .number {
	background: var(--color-dark);
	color: black;
	font-size: 24px;
}
#launch-modal ul.steps li.active .number {
	background: var(--color-lighter);
	color: black;
	font-size: 24px;
}
#launch-modal .or {
	text-align: center;
	padding-top: 86px;
}
#launch-modal .col {
	border: 1px solid rgba(255, 255, 255, 0.25);
	padding: 15px;
	border-radius: var(--border-radius);
}
#launch-modal h3 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 0;
}
#launch-modal .help {
	font-size: 15px;
	opacity: 0.75;
	margin-bottom: 15px;
	line-height: 16px;
}
#launch-modal .help a {
	color: var(--color);
	font-weight: 800;
}
#launch-modal h3 span {
	color: var(--color);
}
#launch-modal .col.vault {
	padding-top: 75px;
	text-align: center;
	position: relative;
}
#launch-modal .col.vault .pro-badge {
	position: absolute;
	left: 0;
	right: 0;
	width: 86px;
	margin: auto;
	bottom: 60px;
}
#launch-modal .button {
	text-align: center;
	margin-top: 15px;
}
#launch-modal .tab {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	z-index: -10;
	height: 0;
}

#launch-modal .tab .done-img{

text-align: center;

font-size: 52px;

line-height: 52px;

color: var(--green);

margin: 15px 0;
}

#launch-modal .tab .rules {
	height: 200px;
	min-height: 100px;
	font-size: 14px;
	line-height: 14px;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid var(--color);
	padding: 15px;
	/* max-height: 180px; */
}
#launch-modal .tab .rules h4 {
	font-size: 20px;
	line-height: 20px;
}
#launch-modal .tab .rules h5 {
	font-size: 18px;
	line-height: 18px;
}
#launch-modal .tab .rules p {
	margin-bottom: 5px;
}
#launch-modal .tab .rules ul {
	margin-bottom: 5px;
}
#launch-modal .tab.active {
	opacity: 1;
	visibility: visible;
	position: relative;
	height: unset;
	z-index: 1;
}
#launch-modal .tab p {
	line-height: 16px;
}
#launch-modal .tab.step3 p{
	/* margin-bottom:25px; */
	text-align: center;
}
#launch-modal .tab p  span{
	color:white;
}
#launch-modal .grid {
	grid-template-columns: 1fr 20px auto;
}
#launch-modal p a {
	color: var(--color);
}
section.trading-bot-launch .image {
	text-align: right;
	position: relative;
}
section.trading-bot-launch .image svg {
	height: 36px;
	width: 36px;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	top: 20px;
}
@media all and (max-width: 1320px) {

	#launch-modal .outer {
		top: 53%;
	}
}
@media all and (max-width: 1140px) {

	section.trading-bot-launch .become-pro .text {
		padding: 0px 0;
	}
	section.trading-bot-launch .c .grid {
		grid-template-columns: 70px 1fr 312px;
	}

}
@media all and (max-width: 960px) {
#launch-modal .tab .rules{
	height: calc(50dvh - 80px);
}
	section.trading-bot-launch {
		text-align: center;
	}
	section.trading-bot-launch .c .grid {
		grid-template-columns: 1fr;
		padding: 20px;
		grid-gap: 0;
	}
	section.trading-bot-launch .left {
		padding: 0;
		margin: 5px 0 10px;
	}
	section.trading-bot-launch .right {
		text-align: center;
		top: 0;
		margin: 10px 0 5px;
	}
	section.trading-bot-launch .right .btn {
		width: unset;
		font-size: 18px;
		line-height: 42px;
		-ms-transform: unset;
		transform: unset;
		position: relative;
		top: unset;
	}
	#launch-modal .outer {
		width: calc(100% - 20px);
		padding: 20px 15px;
		top: 64px;
		-ms-transform: unset;
		transform: unset;
		max-height: calc(100dvh - 75px);
		overflow-x: unset;
		overflow-y: auto;
		height: calc(100dvh - 75px);
	}
	section.trading-bot-launch .image {
		text-align: center;
	}
	section.trading-bot-launch .image svg {
		top: 0;
	}
	section.trading-bot-launch .image svg.dots {
		position: relative;
		left: 7px;
	}
	section.trading-bot-launch .become-pro .text {
		padding: 0px 10px;
	}
}
@media all and (max-width: 720px) {

	#launch-modal h2 {
		font-size: 24px;
		line-height: 24px;
	}
	#launch-modal .close {
		padding: 10px;
	}
	#launch-modal ul.steps {
		margin: 25px 0 10px;
	}
	#launch-modal ul.steps li {
		padding: 10px;
	}
	#launch-modal ul.steps .number {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 16px;
		top: -18px;
	}
	#launch-modal ul.steps .text {
		font-size: 15px;
		line-height: 16px;
	}
	#launch-modal h3 {
		font-size: 20px;
		line-height: 20px;
	}
	#launch-modal .help {
		margin-bottom: 10px;
	}
}
@media all and (max-width: 576px) {
		section.trading-bot-launch .become-pro{
		padding: 32px 15px;
	}
	section.trading-bot-launch .become-pro .text {
		padding: 0;
	}
	section.trading-bot-launch .left {
		padding: 5px 0 0;
	}
	section.trading-bot-launch .left h2 {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	#launch-modal .outer {
		padding: 15px 10px;
	}
	#launch-modal h2 {
		font-size: 20px;
		line-height: 20px;
	}
	#launch-modal p.subtext {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 0;
	}
	#launch-modal ul.steps {
		margin: 10px 0;
	}
	#launch-modal ul.steps .number {
		position: relative;
		top: 0;
		margin-bottom: 5px;
	}
	#launch-modal ul.steps li.active .number {
		position: relative;
	}
	#launch-modal ul.steps .text {
		font-size: 14px;
		line-height: 15px;
	}
	#launch-modal .col {
		padding: 16px 10px 5px;
	}
	#launch-modal h3 {
		font-size: 18px;
	}
	#launch-modal .tab .rules h4 {
		font-size: 16px;
		line-height: 16px;
	}
	#launch-modal .tab .rules h5 {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 5px;
	}
	section.trading-bot-launch .become-pro h2 {
		font-size: 24px;
		line-height: 24px;
	}
	#launch-modal .tab .rules {
		min-height: unset;
		max-height: unset;
		height: 100px;
		font-size: 13px;
		line-height: 12px;
		padding: 5px;
	}
}