/**
 * @license Copyright 2021 Lahuen Health SPA. All Rights Reserved.
 */
 .c-modal__session-expired .c-modal__root{
	border: none!important;
	border-radius: 0.5rem!important;
	min-height: 30rem!important;
	padding: 3rem 4rem!important;
	top: 10%!important;
	width: 45rem!important;
}

.c-modal__session-expired::backdrop {
	background: rgba(0, 0, 0, 0.4);
}

.c-modal__session-expired .c-modal__preheader {
	display: none;
}

.c-modal__session-expired .c-modal__header {
	margin-bottom: 3rem;
}

.c-modal__session-expired .c-modal__title {
	color: #4f4f69;
	font: 600 2rem / normal 'Lato', sans-serif;
	margin-bottom: 1rem;
}

.c-modal__session-expired .c-modal__subtitle .c-label.c-title__label {
	color: #80809c!important;
	font: 400 1.2rem / normal 'Open Sans', sans-serif!important;
	display: flex;
}
