

.c-modal .c-modal__root {
	width: 50%;
	height: 40%;
	margin: 2rem;
	border: none;
	border-radius: 1rem;
	top: 10rem;
	padding: 0;
	z-index: 1000;
	position: fixed;
	background-color: #ffff;
}

.c-modal  .c-modal__root:not(.c-modal--visible) {
	display: none;
}

.c-modal .c-modal__backdrop:not(.c-modal-backdrop--visible) {
	display: none;
}

.c-modal .c-modal__root .c-modal__preheader {
	display: flex;
	justify-content: flex-end;
    padding-right: 1rem;
    padding-top: 1.2rem;
}

.c-modal .c-modal_root .c-modal__preheader .c-modal__action.c-modal__action--close {
	background: url('/assets/skins/lahuen/base/images/icon_close.svg') center/1.2rem no-repeat;
    width: 1rem;
    height: 1rem;
		content:'';
}

.c-modal__backdrop {
	background-color: rgba(52, 58, 64, .6);
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 999;
	opacity:50%
}
