er {
	color: #ea5455;
}

.brand-text-pos {
	margin-bottom: -5px !important;
	color: #7367f0;
	font-weight: 600;
	letter-spacing: 0.01rem;
	font-size: 1.45rem;
	animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}

.brand-text-pos:hover:not(.disabled):not(:disabled) {
	background-color: transparent !important;
}

.brand-logo-img {
	max-width: 170px !important;
}

.letter_head {
	height: 80px;
	width: 100%;
}

.print_body_margin {
	margin: 20px;

}


.hidden_border {
	border-style: hidden;
}

@media (min-width: 576px) {
	.modal-slide-in .modal-dialog-view {
		width: 40rem !important;
	}
}