/*

Template Name: crmx Admin - Responsive Admin Template
Author: Multipurpose Themes
File: horizontal menu scss
*/

/*@import url(../assets/fonts/ibm.css);*/

/*Social Media Colors*/
/*Theme Colors*/
/*Lite color*/
/*Theme Colors For Dark*/
@media (min-width: 768px) {

	.layout-top-nav .content-wrapper,
	.layout-top-nav .main-footer,
	.layout-top-nav .main-nav>.navbar {
		width: 99%;
		margin: 0 auto;
	}

	.layout-top-nav.fixed .content-wrapper {
		padding-top: 130px;
	}

	.layout-top-nav.fixed .main-header {
		background: #e3f2fd;
		padding-bottom: 5px;
		padding-top: 5px;
	}
}

@media (max-width: 767px) {

	.layout-top-nav .content-wrapper,
	.layout-top-nav .main-footer,
	.layout-top-nav .main-nav>.navbar {
		width: 99%;
		margin: 0 auto;
	}
}

.layout-top-nav .main-header {
	width: 100%;
	margin: 0 auto;
}

.layout-top-nav .main-header .inside-header {
	width: 99%;
	margin: 0 auto;
	background: #f3f2f7;
}

.layout-top-nav .main-header .logo-box {
	border-right: none !important;
	background-color: #e3f2fd;
}

.layout-top-nav .main-header .logo-box .logo {
	padding: 0;
}

.layout-top-nav .main-header .navbar {
	border-bottom: none !important;
}

.layout-top-nav .main-header .navbar-custom-menu {
	padding-right: 12px;
}

.layout-top-nav.fixed .main-nav {
	position: fixed;
	width: 100%;
	margin-top: 70px;
	z-index: 809;
	border-radius: 0;
	background-color: #fafafa;
}

.layout-top-nav .main-nav {
	background: #ffffff;
	box-shadow: 0px 2px 5px 0px rgba(19, 23, 38, 0.05);
	padding: 5px 5px;
	z-index: 99;
	position: relative;
	margin: 10px auto 0;
	border-radius: 10px;

}

.layout-top-nav .main-nav:after {
	clear: both;
	content: "\00a0";
	display: block;
	height: 0;
	font: 0/0 serif;
	overflow: hidden;
}

.layout-top-nav #main-menu:before,
.layout-top-nav .main-menu-btn-icon:after,
.layout-top-nav .main-menu-btn-icon:before {
	content: '';
}

.layout-top-nav #main-menu {
	clear: both;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.layout-top-nav.fixed .main-nav {
		position: fixed;
		width: 100%;
		margin-top: 70px;
	}
}

.layout-top-nav #main-menu:before {
	display: block;
	height: 1px;
	font: 1px/1px sans-serif;
	overflow: hidden;
}

@media (min-width: 768px) {
	.layout-top-nav #main-menu {
		float: none;
		clear: none;
		margin: 0 auto;
	}

	.layout-top-nav #main-menu:before {
		display: none;
	}

	.layout-top-nav.fixed #main-menu {
		width: 100%;
	}

	.layout-top-nav .main-nav {
		width: 99%;
	}
}

@media (max-width: 767px) {
	.layout-top-nav .main-nav {
		z-index: 9999;
		position: relative;
		padding: 0;
		margin: 0px 0px;
	}

	.layout-top-nav.fixed .main-nav {
		margin-top: 110px;
		z-index: 10000;
	}
}

.layout-top-nav.fixed .main-menu-btn {
	margin: -33px 10px 0 20px;
}

.layout-top-nav .main-menu-btn {
	float: left;
	margin: -45px 10px 0 20px;
	position: relative;
	display: inline-block;
	width: 29px;
	height: 29px;
	text-indent: 29px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	z-index: 9999;
}

.layout-top-nav .main-menu-btn-icon {
	position: absolute;
	top: 50%;
	left: 2px;
	height: 2px;
	width: 24px;
	background: #172b4c;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.layout-top-nav .main-menu-btn-icon:before,
.layout-top-nav .main-menu-btn-icon:after {
	position: absolute;
	top: 50%;
	left: 2px;
	height: 2px;
	width: 24px;
	background: #172b4c;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.layout-top-nav .main-menu-btn-icon:before {
	top: -7px;
	left: 0;
}

.layout-top-nav .main-menu-btn-icon:after {
	top: 7px;
	left: 0;
}

.layout-top-nav #main-menu-state:checked~.main-menu-btn .main-menu-btn-icon {
	height: 0;
	background: 0 0;
}

.layout-top-nav #main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.layout-top-nav #main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.layout-top-nav #main-menu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.layout-top-nav #main-menu-state:not(:checked)~#main-menu,
.layout-top-nav .main-menu-btn::after,
.layout-top-nav .main-menu-btn::before {
	display: none;
}

.layout-top-nav #main-menu-state:checked~#main-menu {
	display: block;
}

@media (min-width: 768px) {
	.layout-top-nav .main-menu-btn {
		position: absolute;
		top: -99999px;
		display: none !important;
	}

	.layout-top-nav #main-menu-state:not(:checked)~#main-menu {
		display: block;
	}
}

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
	box-sizing: border-box;
	position: relative;
	z-index: 9999;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	direction: ltr;
	text-align: left;
}

.sm ul,
.sm li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	direction: ltr;
	text-align: left;
}

.sm>li>h1,
.sm>li>h2,
.sm>li>h3,
.sm>li>h4,
.sm>li>h5,
.sm>li>h6 {
	margin: 0;
	padding: 0;
}

.sm ul {
	display: none;
}

.sm li,
.sm a {
	position: relative;
}

.sm a {
	display: block;
}

.sm a.disabled {
	cursor: default;
}

.sm::after {
	content: "";
	display: block;
	height: 0;
	font: 0px/0 serif;
	clear: both;
	overflow: hidden;
}

.sm *,
.sm *::before,
.sm *::after {
	box-sizing: inherit;
}

.sm-rtl {
	direction: rtl;
	text-align: right;
}

.sm-rtl ul,
.sm-rtl li {
	direction: rtl;
	text-align: right;
}

.sm-blue {
	background: transparent;
	border-radius: 10px;
	box-shadow: 0px 2px 5px 0px rgba(19, 23, 38, 0.05);
}

.sm-blue a {
	padding: 5px 20px;
	border-radius: 0;
	padding-right: 58px;
	color: #172b4c;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: inherit;
	text-decoration: none;
	border: 1px solid #162c6a19;
}

.sm-blue a:hover,
.sm-blue a:active,
.sm-blue a:focus {
	background: #172b4c;
	color: #ffffff;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: normal;
	line-height: inherit;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}



.sm-blue a.current {
	background: #172b4c;
	color: #ffffff;
}

.sm-blue a.disabled {
	color: #234173;
}

.sm-blue a .sub-arrow {
	position: absolute;
	top: 25%;
	font-size: 1.143rem !important;
	margin-top: -8px;
	left: auto;
	right: 4px;
	color: #172b4c !important;
	overflow: hidden;
	width: auto;
	height: auto;
	background: transparent !important;
	box-shadow: none !important;
	/*font: bold 16px/34px monospace !important;*/
	text-align: center;
	text-shadow: none;
	border-radius: 0;
}

.sm-blue a .sub-arrow::before {
	/* content: '+';*/
}

.sm-blue a.highlighted .sub-arrow::before {
	content: "\f107";
}

.sm-blue.highlighted .sub-arrow::before {
	content: "\f107";
}

.sm-blue>li:first-child>a,
.sm-blue>li:first-child> :not(ul) a {
	border-radius: 0;
}

.sm-blue>li:last-child>a,
.sm-blue>li:last-child>*:not(ul) a,
.sm-blue>li:last-child>ul,
.sm-blue>li:last-child>ul>li:last-child>a,
.sm-blue>li:last-child>ul>li:last-child>*:not(ul) a,
.sm-blue>li:last-child>ul>li:last-child>ul,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul {
	border-radius: 0 0 8px 8px;
}

.sm-blue>li:last-child>a.highlighted,
.sm-blue>li:last-child>*:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted {
	border-radius: 0;
}

.sm-blue ul {
	background: #ffffff;
}

.sm-blue ul a {
	background: transparent;
	color: #172b4c;
	font-size: 1rem;
	text-shadow: none;
	border-left: 8px solid transparent;
}

.sm-blue ul a:hover,
.sm-blue ul a:active,
.sm-blue ul a:focus {
	background: transparent;
	color: #172b4c;
	font-size: 1rem;
	text-shadow: none;
	border-left: 8px solid transparent;
}

.sm-blue ul a.current {
	background: #172b4c;
	color: #ffffff;
}

.sm-blue ul a.disabled {
	color: gray;
}

.sm-blue ul ul {
	background: rgba(128, 128, 128, 0.1);
}

.sm-blue ul ul a,
.sm-blue ul ul a:hover,
.sm-blue ul ul a:focus,
.sm-blue ul ul a:active {
	border-left: 16px solid transparent;
}

.sm-blue ul ul ul a,
.sm-blue ul ul ul a:hover,
.sm-blue ul ul ul a:focus,
.sm-blue ul ul ul a:active {
	border-left: 24px solid transparent;
}

.sm-blue ul ul ul ul a,
.sm-blue ul ul ul ul a:hover,
.sm-blue ul ul ul ul a:focus,
.sm-blue ul ul ul ul a:active {
	border-left: 32px solid transparent;
}

.sm-blue ul ul ul ul ul a,
.sm-blue ul ul ul ul ul a:hover,
.sm-blue ul ul ul ul ul a:focus,
.sm-blue ul ul ul ul ul a:active {
	border-left: 40px solid transparent;
}

.sm-blue li:first-child {
	border-top: 0;
}

.dark-skin .sm-blue a i {
	color: #b5b5c3;
}

@media (min-width: 768px) {
	#main-menu>li>a>.sub-arrow {
		display: none;
	}

	.sm-blue {
		background-color: transparent;
		border-radius: 0px;
		box-shadow: 0px 2px 5px 0px rgba(19, 23, 38, 0.05);
	}

	.sm-blue ul {
		border: 1px solid #ccc;
		border-bottom: 1px solid #162c6a;
		position: absolute;
		width: 275px !important;
		padding: 6px 6px;
		background: #ffffff;
		border-radius: 10px !important;
		box-shadow: 0px 2px 5px 0px rgba(19, 23, 38, 0.05);
	}

	.sm-blue ul li {
		border-bottom: 1px solid #162c6a;
		float: none;
	}

	.sm-blue ul a {
		border-bottom: 1px solid #162c6a !important;
		margin-bottom: 2px !important;
		white-space: nowrap;
		border: 0 !important;
		padding: 5px;
		background: #fff;
		color: #172b4c;
		border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.sm-blue ul a.highlighted {
		white-space: nowrap;
		border: 0 !important;
		padding: 5px;
		color: #172b4c;

	}

	.sm-blue ul a:hover,
	.sm-blue ul a:active,
	.sm-blue ul a:focus {
		color: #172b4c;

	}

	.sm-blue ul a:hover,
	.sm-blue ul a:focus,
	.sm-blue ul a:active,
	.sm-blue ul a.highlighted {
		background: #172b4c;
		color: #ffffff;
	}

	.sm-blue ul a.current {
		background: #172b4c;
		color: #ffffff;
	}

	.sm-blue ul a.disabled {
		background: #ffffff;
		color: #cccccc;
	}

	.sm-blue ul a .sub-arrow {
		top: 19%;
		margin-top: -5px;
		bottom: auto;
		left: auto;
		margin-left: 0;
		right: 5px;
		width: auto;
		height: auto;
		background: transparent !important;
		box-shadow: none !important;
		color: #172b4c !important;
		font-size: 1.143rem;
	}

	.sm-blue ul ul {
		border-radius: 10px !important;
		background: #ffffff !important;
	}

	.sm-blue ul li {
		border: 0;
	}

	.sm-blue li {
		float: left;
	}

	.sm-blue.sm-rtl li {
		float: right;
	}

	.sm-blue.sm-rtl ul li {
		float: none;
	}

	.sm-blue.sm-rtl a {
		padding: 5px 5px 5px 15px;
	}

	.sm-blue.sm-rtl a i {
		margin-left: 10px;
		margin-right: 0px;
	}

	.sm-blue.sm-rtl a:hover,
	.sm-blue.sm-rtl a:active,
	.sm-blue.sm-rtl a:focus {
		padding: 5px 5px 5px 15px;
	}

	.sm-blue.sm-rtl a.highlighted {
		padding: 5px 5px 5px 15px;
	}

	.sm-blue a {
		white-space: nowrap;
		padding: 5px 15px 5px 5px;
		margin-left: 0px;
		margin-right: 0px;
		color: #172b4c;
		border-radius: 100px;
	}

	.sm-blue a:hover,
	.sm-blue a:active,
	.sm-blue a:focus {
		background: #172b4c;
		color: #ffffff;
	}

	.sm-blue a.highlighted {

		background: #172b4c;
		color: #ffffff;
	}

	.sm-blue a.current {
		background: #172b4c;
		color: #ffffff;
	}

	.sm-blue a.disabled {
		background: #3b6dc1;
		color: #172b4c;
	}

	.sm-blue a .sub-arrow {
		margin-top: -3px;
		bottom: 2px;
		margin-left: -5px;
		right: 10px;
		/*width: 0;
        height: 0;
        border-width: 5px;
        border-style: solid dashed dashed dashed;
        border-color: $dark transparent transparent transparent;*/
		background: transparent;
		border-radius: 0;
	}

	.sm-blue a .sub-arrow::before {
		/*display: none;*/
	}

	.sm-blue .sm-nowrap>li>a,
	.sm-blue .sm-nowrap>li> :not(ul) a {
		white-space: nowrap;
	}

	.sm-blue>li:first-child {
		border-left: 0;
	}

	.sm-blue>li:first-child>a,
	.sm-blue>li:first-child> :not(ul) a {
		border-radius: 100px;
	}

	.sm-blue>li:last-child>a,
	.sm-blue>li:last-child> :not(ul) a {
		border-radius: 100px !important;
	}

	.sm-blue>li {
		border-left: 0px solid #172b4c;
		padding: 0 4px 0 0;
	}

	.sm-blue.sm-rtl ul a {
		padding: 5px 5px 5px 15px;
	}

	.sm-blue.sm-rtl ul a:hover,
	.sm-blue.sm-rtl ul a:active,
	.sm-blue.sm-rtl ul a:focus {
		padding: 5px 5px 5px 15px;
	}

	.sm-blue.sm-rtl ul a.highlighted {
		padding: 5px 5px 5px 15px;
	}

	.sm-blue .scroll-up,
	.sm-blue .scroll-down {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: #ffffff;
		height: 20px;
	}

	.sm-blue .scroll-up-arrow,
	.sm-blue .scroll-down-arrow {
		position: absolute;
		top: -2px;
		left: 50%;
		margin-left: -8px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 8px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #172b4c transparent;
	}

	.sm-blue .scroll-down-arrow {
		top: 6px;
		border-style: solid dashed dashed dashed;
		border-color: #172b4c transparent transparent transparent;
	}

	.sm-blue.sm-rtl>li:first-child {
		border-left: 0px solid #172b4c;
	}

	.sm-blue.sm-rtl>li:first-child>a,
	.sm-blue.sm-rtl>li:first-child> :not(ul) a {
		border-radius: 100px;
	}

	.sm-blue.sm-rtl>li:last-child {
		border-left: 0;
	}

	.sm-blue.sm-rtl>li:last-child>a,
	.sm-blue.sm-rtl>li:last-child> :not(ul) a {
		border-radius: 100px !important;
	}

	.sm-blue.sm-rtl ul a .sub-arrow {
		right: auto;
		left: 10px;
	}

	.sm-blue.sm-rtl ul a .sub-arrow:before {
		content: "\f104";
	}

	.sm-blue.sm-rtl ul a.highlighted .sub-arrow::before {
		content: "\f107";
	}
}

.dark-skin .main-nav {
	background: #0c1a32;
}

.dark-skin .sm-blue ul {
	background: #0c1a32;
}

.dark-skin .sm-blue ul a {
	color: #b5b5c3;
}

.dark-skin .sm-blue ul a:hover,
.dark-skin .sm-blue ul a:active,
.dark-skin .sm-blue ul a:focus {
	color: #b5b5c3;
}

.dark-skin .sm-blue a.current .sub-arrow,
.dark-skin .sm-blue a.highlighted .sub-arrow {
	border-color: #fff transparent transparent transparent;
}

.dark-skin .sm-blue a:hover .sub-arrow,
.dark-skin .sm-blue a:active .sub-arrow,
.dark-skin .sm-blue a:focus .sub-arrow {
	border-color: #fff transparent transparent transparent;
}

.dark-skin .sm-blue a .sub-arrow {
	border-color: #ffffff transparent transparent transparent;
}

@media (min-width: 768px) {
	.dark-skin .sm-blue ul {
		border: 0px solid rgba(255, 255, 255, 0.12);
		background: #0c1a32;
	}

	.dark-skin .sm-blue ul a {
		color: #b5b5c3;
	}

	.dark-skin .sm-blue ul a:hover,
	.dark-skin .sm-blue ul a:active,
	.dark-skin .sm-blue ul a:focus {
		color: #b5b5c3;
	}

	.dark-skin .sm-blue ul a.highlighted {
		color: #b5b5c3;
	}
}

.light-skin .sm-blue a.current .sub-arrow,
.light-skin .sm-blue a.highlighted .sub-arrow {
	border-color: #fff transparent transparent transparent;
}

.light-skin .sm-blue a:hover .sub-arrow,
.light-skin .sm-blue a:active .sub-arrow,
.light-skin .sm-blue a:focus .sub-arrow {
	border-color: #fff transparent transparent transparent;
}

@media (min-width: 1251px) {
	.layout-boxed .sm-blue li:last-child ul {
		right: 0;
		left: auto !important;
	}

	.layout-boxed .sm-blue li:last-child ul ul {
		right: 100%;
		left: auto !important;
	}
}

@media (max-width: 767px) {
	.layout-top-nav .main-header .inside-header {
		width: 100%;
		margin: 0 auto;
	}

	.layout-top-nav .main-header div.logo-box {
		width: 100%;
	}
}

.layout-top-nav.rtl .main-header .logo-box {
	border-right: none;
	border-left: none;
}

.layout-top-nav.rtl .content-wrapper,
.layout-top-nav.rtl .main-footer,
.layout-top-nav.rtl .main-nav>.navbar {
	width: 99%;
	margin: 0 auto;
}

.layout-top-nav.rtl .main-menu-btn {
	float: right;
}

@media (max-width: 767px) {
	.layout-top-nav.fixed .main-nav .sm-blue {
		max-height: 300px;
		overflow-y: auto;
	}

	.layout-top-nav.fixed .main-nav .sm-blue.sm-rtl a {
		padding-right: 20px;
		padding-left: 58px;
	}

	.layout-top-nav.fixed .main-nav .sm-blue.sm-rtl a .sub-arrow {
		left: 4px;
		right: auto;
	}

	.layout-top-nav.fixed .main-nav .sm-blue.sm-rtl a .sub-arrow::before {
		content: "\f104";
	}

	.layout-top-nav.fixed .main-nav .sm-blue.sm-rtl a.highlighted .sub-arrow::before {
		content: "\f107";
	}

	.layout-top-nav.fixed .main-nav .sm-blue.sm-rtl a i {
		margin-left: 10px;
		margin-right: 0px;
	}

	.layout-top-nav.fixed .main-nav .sm-blue.sm-rtl ul a {
		border-right: 8px solid transparent;
		border-left: 0px solid transparent;
	}

	.layout-top-nav.fixed .main-nav .sm-blue.sm-rtl ul ul a {
		border-right: 16px solid transparent;
		border-left: 0px solid transparent;
	}
}

@media (min-width: 1440px) {
	.layout-top-nav.fixed #main-menu {
		width: 99%;
	}

}

@media (max-width: 767px) {
	.layout-top-nav #main-menu-state:checked~#main-menu {
		border: 1px solid #86a4c3 !important;

	}

}

/*# sourceMappingURL=horizontal-menu.css.map */


* {
	border: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:root {
	--hue: 223;
	--bg: hsl(var(--hue), 10%, 90%);
	--fg: hsl(var(--hue), 10%, 10%);
	--primary: hsl(var(--hue), 90%, 55%);
	--trans-dur: 0.3s;
}

.preloaderonload {
	text-align: center;
	max-width: 100%;
	width: 137% !important;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	opacity: 0;
	/* Initially hidden */
	transition: opacity 1s ease;
	/* Transition for both fade-in and fade-out effects */
}

.preloader__text {
	position: relative;
	height: 1.5em;
}

.preloader__msg {
	animation: msg 0.3s 13.7s linear forwards;
	position: absolute;
	width: 100%;
}

.preloader__msg--last {
	animation-direction: reverse;
	animation-delay: 14s;
	visibility: hidden;
}

.cart__lines {
	stroke: #ea536d !important;
}

.preloaderonload {
	opacity: 1;
	/* Initially visible */
	transition: opacity 1.2s ease;
	/* Fade out over 1 second */
}

.preloaderonload.hidden {
	opacity: 0;
	/* Invisible */
	pointer-events: none;
	/* Optional: disable any interaction */
}

.cart32 {
	display: block;
	margin: 0 auto 1.5em auto;
	width: 8em;
	height: 8em;
}

.cart__lines,
.cart__top,
.cart__wheel1,
.cart__wheel2,
.cart__wheel-stroke {
	animation: cartLines 5s ease-in-out infinite;
}

.cart__lines {
	stroke: var(--primary);
}

.cart__top {
	animation-name: cartTop;
}

.cart__wheel1 {
	animation-name: cartWheel1;
	transform: rotate(-0.25turn);
	transform-origin: 43px 111px;
}

.cart__wheel2 {
	animation-name: cartWheel2;
	transform: rotate(0.25turn);
	transform-origin: 102px 111px;
}

.cart__wheel-stroke {
	animation-name: cartWheelStroke
}

.cart__track {
	stroke: hsla(var(--hue), 10%, 10%, 0.1);
	transition: stroke var(--trans-dur);
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
	:root {
		--bg: hsl(var(--hue), 10%, 10%);
		--fg: hsl(var(--hue), 10%, 90%);
	}

	.cart__track {
		stroke: hsla(var(--hue), 10%, 90%, 0.1);
	}
}

/* Animations */
@keyframes msg {
	from {
		opacity: 1;
		visibility: visible;
	}

	99.9% {
		opacity: 0;
		visibility: visible;
	}

	to {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes cartLines {

	from,
	to {
		opacity: 0;
	}

	8%,
	92% {
		opacity: 1;
	}
}

@keyframes cartTop {
	from {
		stroke-dashoffset: -338;
	}

	50% {
		stroke-dashoffset: 0;
	}

	to {
		stroke-dashoffset: 338;
	}
}

@keyframes cartWheel1 {
	from {
		transform: rotate(-0.25turn);
	}

	to {
		transform: rotate(2.75turn);
	}
}

@keyframes cartWheel2 {
	from {
		transform: rotate(0.25turn);
	}

	to {
		transform: rotate(3.25turn);
	}
}

@keyframes cartWheelStroke {

	from,
	to {
		stroke-dashoffset: 81.68;
	}

	50% {
		stroke-dashoffset: 40.84;
	}
}

.preloader.hidden {
	opacity: 0;
	visibility: hidden;
}

.sm-blue a {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	width: 100% !important;
	white-space: nowrap;
	margin-left: 0px;
	margin-right: 0px;
	color: #162c6a;
	border-radius: 50px;
	background-color: #fff;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s ease;
}

.sm-blue a:hover {
	background: linear-gradient(45deg, #0062cc, #00a1b5);
	color: white !important;
	transform: scale(1.05);
}

.sm-blue a {
	padding: 0px 8px 0px 3px !important;
}


.sm-blue a i {
	margin: 2px 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 1rem;
	display: inline-block;
	vertical-align: middle;
	color: #ffffff !important;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
	background: linear-gradient(45deg, #0062cc, #00a1b5);
	transition: all 0.3s ease;
}

.sm-blue a i:hover {
	background: linear-gradient(45deg, #00a1b5, #0062cc);
	transform: scale(1.1);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}