@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:wght@100;300&display=swap");
body {
	background: linear-gradient(89.83deg, #fc7026 -0.35%, #ef4918 49.05%, #e83410 74.95%, #e7300e 100.05%) !important;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
* {
	font-family: Montserrat, serif;
	font-style: normal;
	font-weight: 600;
}
.main-background-color {
	background-color: #ef3723;
}
.main-color {
	color: #ef3723;
}
.main-bg-back {
	background-image: url(/assets/webshadeApp/images/main-back-image.webp);
	background-repeat: no-repeat;
	background-size: cover;
}
.nav-bottom {
	background: #ef3723;
}
.nav-bottom a {
	color: #fff;
}
.nav-bottom a.active,
.nav-bottom a:hover {
	color: #ccc;
}
.nav-bottom a {
	padding: 5px 0;
}
.nav-bottom i {
	font-size: 10px;
	margin-bottom: 3px;
}
.nav-bottom span {
	font-size: 7px;
}
.spinner {
	height: 17px;
	width: 17px;
}
.main-spinner,
.spinner {
	animation: spin 1s linear infinite;
	border: 3.5px solid hsla(0, 0%, 100%, 0.394);
	border-radius: 50%;
	border-top-color: #3498db;
}
.main-spinner {
	height: 50px;
	width: 50px;
}
.loader {
	animation: spin 2s linear infinite;
	border: 13px solid #3498db;
	border-bottom-color: #f3f3f3;
	border-radius: 50%;
	height: 70px;
	width: 70px;
}
.blur-background {
	background-color: rgba(0, 0, 0, 0.557);
}
.main-sub-back {
	background: linear-gradient(180deg, #cd4a26, #e82525 99%);
	border: 2px solid #ffa7a7;
	border-radius: 10px;
	width: 95%;
}
.main-sub-back,
.main-sub-back-white {
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	margin: 0.7rem auto 0;
	position: relative;
}
.main-sub-back-white {
	background: linear-gradient(180deg, #fefdf8, #f1d7bc 99%);
	border: 3px solid #fff;
	border-radius: 0.25rem;
	color: #e11111;
	padding: 0.25rem;
	width: 97%;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(1turn);
	}
}
#message-box {
	z-index: 2700;
}
#toast-message {
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}
.success-toast {
	background: #2ca83a;
}
.error-toast {
	background: #c91c10;
}
.show-toast {
	opacity: 1 !important;
}
