@charset "utf-8";
/* Full Screen Modeal CSS Document */

/*https://storyblok-assets.mindvalley.com/css/components/full-screen-modal.3e2a70d12a6fa4fbc5fd.css*/
.z-top-important{
	z-index:100000!important
}
.animation-slide-up-enter{
	animation:slideInBottomTop .5s ease-in-out;
	-webkit-animation:slideInBottomTop .5s ease-in-out;
	-moz-animation:slideInBottomTop .5s ease-in-out;
	-o-animation:slideInBottomTop .5s ease-in-out
}
.animation-slide-down{
	animation:SlideDown .5s ease-in-out;
	-webkit-animation:SlideDown .5s ease-in-out;
	-moz-animation:SlideDown .5s ease-in-out;
	-o-animation:SlideDown .5s ease-in-out
}
@keyframes SlideDown{0%{
	transform:translateY(0)
	}to{
		transform:translateY(100%)
	}
}
@keyframes slideInBottomTop{0%{
	transform:translateY(100%)
	}to{
		transform:translateY(0)
	}
}
.mobileCloseButtonUi{
	border:none;
	border-radius:6px;
	cursor:pointer;
	height:4px;
	position:absolute;
	right:50%;
	top:12px;
	transform:translateX(50%);
	width:35px;
	z-index:1
}
.placed-end{
	justify-content:flex-end
}
.placed-end>div:first-child{
	background-color:#7a12d4;
	border-radius:1em 1em 0 0;
	padding-top:1rem;
	position:relative
}
.placed-end .rounded-b,.placed-end .rounded-t{
	border-radius:0
}






