/* ==== --------- (1.1) mixins start --------- ==== */
/* ==== --------- (1.1) mixins end --------- ==== */
/* ==== --------- (1.2) variables start --------- ==== */
/* ==== --------- (1.2) variables end --------- ==== */
/* ==== --------- (2.1) reset styles start --------- ==== */
 * {
	 margin: 0px;
	 padding: 0px;
	 box-sizing: border-box;
}
 html {
	 scroll-behavior: smooth;
}
 body {
	 font-family: "Poppins", sans-serif;
	 color: #13216e;
	 font-size: 18px;
	 font-weight: 400;
	 line-height: 0px;
	 background-color: #fff;
	 overflow-x: hidden;
	 height: 100%;
}
 body::-webkit-scrollbar {
	 width: 8px;
}
 body::-webkit-scrollbar-track {
	 background-color: #cae6f7;
	 border-radius: 5px;
}
 body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
	 background-color: #1657B6;
	 border-radius: 5px;
}
 @media only screen and (max-width: 1199px) {
	 body {
		 font-size: 16px;
	}
}
 ::-moz-selection {
	 color: #fff;
	 background-color: #07286e;
}
 ::selection {
	 color: #fff;
	 background-color: #07286e;
}
 h1, h2, h3, h4, h5, h6, p {
	 margin: 0px;
	 padding: 0px;
	 font-family: "Poppins", sans-serif;
}
 a {
	 text-decoration: none;
}
 a img {
	 border: none;
	 outline: none;
}
 a:hover {
	 text-decoration: none;
}
 a:hover img {
	 border: none;
	 outline: none;
}
 button {
	 border: 0;
	 outline: 0;
}
 button:focus {
	 border: none;
	 outline: none;
	 box-shadow: 0px 0px 0px;
}
 ul {
	 list-style-type: none;
	 list-style-position: inside;
	 margin: 0px;
	 padding: 0px;
}
 input, textarea {
	 width: 100%;
	 border: none;
	 outline: none;
}
 input:focus, textarea:focus {
	 outline: none;
}
 select {
	 border: none;
	 text-transform: uppercase;
}
 select:focus-visible {
	 outline: none;
}
 table {
	 border-collapse: collapse;
	 border-spacing: 0;
}
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	 display: block;
}

.error-danger {
    color: #842029 !important;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.error-danger li {
	text-align: center;
	color: #842029 !important;
}

.text-error {
	color: #842029 !important;
}


/* ==== --------- (2.1) reset styles end --------- ==== */
 