.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;
	left: 1rem;
	height: 100%;
	top: 0;
	pointer-events: none;
	width: 300px;
	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;
}
