@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
.Sesami-stopScroll{
	overflow: hidden;
}
sesami-warning-list {
	position: fixed;
	list-style: none;
	font-size: 14px;
	line-height: 1.3em;
	margin: 0;
	font-family: Inter, sans-serif;
	letter-spacing: normal;
	bottom: 16px;
	left: 16px;
	right: 16px;
	max-width: 768px;
	z-index: 2147483647;
	background: #fff;
	box-shadow: inset 0 0 0 0 transparent, 0 0 0 1px rgba(63,63,68,.05), 0 1px 3px 0 rgba(63,63,68,.3);
	background-color: #FFF;
	color: #333333;
	max-height: 200px;
    overflow-y: auto;
	border-top: 20px solid #de3618;
	border-radius: 12px;
}
sesami-warning-item{
	display: block;
	padding: 12px 16px;
}
sesami-warning-item:not(:last-child) {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
sesami-modal{
	z-index: 2147483647;
}
[sesami-button]{
	cursor: pointer;
	border: 0px solid;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	-webkit-appearance: button;
}
[sesami-button]:disabled{
	opacity: 0.75;
	cursor: pointer;
}
.sesami__modal-enabled{
	position: fixed;
	overflow: hidden;
	left: 0;
	right: 0;
}
sesami-button{
	width: 100%;
	display: flex;
	flex-direction: column;
}