#steppopup {
	background: #00000029;
	position: fixed;
	top: 0px;
	z-index: 9999999999;
	width: 100%;
	height: 100vh;
	backdrop-filter: blur(1px);
	animation: fade 300ms cubic-bezier(0.195, 0.080, 0.000, 1.290);
	/* animation: fade 600ms cubic-bezier(0.195, 0.080, 0.000, 1.290), slidefadeLeft 600ms cubic-bezier(0.195, 0.080, 0.000, 1.290); */

	.innerpopup {
		background: white;
		box-sizing: border-box;
		width: 930px;
		height: 560px;
		position: relative;
		left: 50%;
		top: 48%;
		transform: translate(-50%, -50%);
		/* margin: 8% auto;*/
		border-radius: 10px;
		padding: 38px 33px;
		display: flex;
		justify-content: center;
		box-shadow: 0px 16px 32px -9px #0000001e;
	}

}

.innerpopup>div {
	display: inline-block;
	vertical-align: top;
}

.mascot {
	height: 400px;
}

.logo {
	width: 241px;
}



.mascotcontiner {
	width: 28%;
	position: absolute;
	left: -30px;

}

.mainpopup {
	width: 60%;
	text-align: center;
	margin-left: 27px;
	padding: 32px 9px;
}

.actions {

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

/* .actions button {
		margin: 10px 6px;
		color: white;
		background: #66666577;
		border: none;
		padding: 10px 36px;
		font-size: 13px;
		border-radius: 2px;
		transition: 0.3s;
	} */
.actions button {
	display: block;
	width: calc(100% - 0px);
	max-width: 178px;
	border: none;
	background: #66666577;
	color: white;
	font-size: 12px;
	padding: 10px 16px;
	font-weight: 700;
	border-radius: 18px;
	box-shadow: 0px 12px 16px -9px #0000003e;
	margin: 4px 0;
}






.actions .valide {
	/* background: #6541f1 !important; */
	background: var(--secondary-color);
	background: var(--gradient-btn);
	transition: 0.3s;
}

.actions .valide:hover {
	/* background: #7451eb !important; */
	background: var(--secondary-color);
	background: var(--gradient-btn-hover);
}


.flexLine {

	display: flex;
	flex-direction: row !important;
	justify-content: space-around;
	align-items: center;
	/* position: absolute; */
	bottom: 120px;
	width: 350px;
	left: 300px;

}

.flexCol {
	display: flex;
	flex-direction: column !important;
	justify-content: center;
	align-items: center;
	border: none !important;
}

.popupcontainer {
	/* width: 350px; */
	margin: 0 auto;
}

.stepPop.popupcontainer {
	width: 350px;
}

.popupcontainer .dropZone {
	/* border: 1px dashed #7451eb66; */
	border: none;
	padding: 16px 0px;
	border-radius: 10px;
}

.popupcontainer .nav-tabs {
	display: flex;
	/* flex-direction: row; */
	margin: 0;

	width: 100%;
}

.popupcontainer .nav-tabs li span {
	padding: 16px 32px;
	width: 67%;
}
}


.btn-mauve {
	margin: 10px 6px;
	color: white;
	background: #7451eb !important;
	border: none;
	padding: 10px 36px;
	font-size: 13px;
	border-radius: 2px;
}

.btn-mauve-empty,
input::file-selector-button {
	margin: 10px 6px;
	background-color: white;
	color: #7451eb !important;
	border: 1px solid #7451eb;
	padding: 10px 36px;
	font-size: 13px;
	border-radius: 2px;
}