.login_btn {
	background: #1d438c;
	border: 1px solid #1d438c;
	color: #fff;
	font-size: 2rem;
}

.login_btn:hover {
	background: #142d5c;
	color: #fff;
	border-color: #1d438c;
}

.toaster {
	position: fixed;
	right: 1rem;
	height: 100%;
	top: 0;
	pointer-events: none;
	width: 360;
	padding-left: 1rem;
	padding-bottom: 0rem;
	margin: 0;
	display: flex;
	box-sizing: border-box;
	justify-content: flex-end;
	flex-direction: column;
	align-items: stretch;
	gap: 0.2rem;
	z-index: 99999;
}

.waitlay {
	cursor: wait;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.dragdrop {
	pointer-events: none;
}

.alert {
	border-radius: 12px !important;
	pointer-events: auto;
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
	border-width: 2px;
}

.close-x {
	cursor: pointer;
	background-color: transparent;
	border: none;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
	color: #aaa;
	line-height: 1;
	opacity: 0.8;
	outline: none;
}

.close-x:hover {
	opacity: 1;
}
