.label-ewe {
	transform: rotate(32deg);
	position: absolute;
	top: 10px;
	right: -2px;
	padding: 0.2rem 0.4rem;
	letter-spacing: 0.15rem;
	border-radius: 0.4rem 0.4rem 0 0;
}

.ewe-default {
	background: #d40101;
	font-size: 1rem;
	color: #ffffff;
}

.close-ewe, .close-ewe-modal-login {
	position: absolute;
	border: none;
	right: -0.5rem;
	top: -0.5rem;
	opacity: 1.5;
	border-radius: 2rem;
	padding: 0.5rem 1rem 0.5rem !important;
	margin-top: 0 !important;
	background-color: #bfbfbf !important;
	z-index: 2000;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
}

.close-ewe i, .close-ewe-modal-login i {
	font-size: var(--fontSubHead) !important;
	color: #fff;
}

.ewe-body {
	padding: 0 !important;
}

.ewe-popup-login {
	position: fixed;
	left: 5px;
	bottom: 20px;
	width: 350px;
	height: auto;
	z-index: 1000;
}

.close-ewe-login {
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 50px;
	z-index: 99;
}

.modal-dialog-ewe {
	display: flex !important;
	align-items: center !important;
	min-height: calc(100% - 1rem) !important;
}

@media (width: 912px) and (height: 1368px) {
	.modal-dialog-ewe {
		min-height: 0 !important;
	}
}