@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
/*!
 *   AdminLTE v2.3.0
 *   Author: Almsaeed Studio
 *	 Website: Almsaeed Studio <http://almsaeedstudio.com>
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
!*/
/*
 * Core: General Layout Style
 * -------------------------
 */
html,
body {
	min-height: 100%;
	font-size: 14px;
}
[v-cloak] {
	display: none;
}
.loading-spinner {
	display: none;
}
[v-cloak].loading-spinner {
	display: block;
}
.spinner-3rem {
	width: 3rem;
	height: 3rem;
}
.errors {
	font-weight: 700;
	color: red;
	list-style: none;
	padding: 0;
}
.hide {
	display: none !important;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	overflow-y: auto;
	background: #ecf0f5;
}
.strong {
	font-weight: 700;
}
/* Layout */
.wrapper {
	min-height: 100%;
	position: static;
	/* overflow: hidden; */
}
.wrapper:before,
.wrapper:after {
	content: " ";
	display: table;
}
.wrapper:after {
	clear: both;
}
/*
 * Content Wrapper - contains the main content
 * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
 */
.content-wrapper,
.right-side,
.main-footer {
	-webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
	margin-left: 142px;
	z-index: 820;
}
@media (max-width: 767px) {
	.content-wrapper,
	.right-side,
	.main-footer {
		margin-left: 0;
	}
}
@media (min-width: 768px) {
	.sidebar-collapse .content-wrapper,
	.sidebar-collapse .right-side,
	.sidebar-collapse .main-footer {
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.content-wrapper,
	.right-side,
	.main-footer {
		margin-left: 0;
	}
	.sidebar-open .content-wrapper,
	.sidebar-open .right-side,
	.sidebar-open .main-footer {
		-webkit-transform: translate(142px, 0);
		-ms-transform: translate(142px, 0);
		-o-transform: translate(142px, 0);
		transform: translate(142px, 0);
	}
}
.content-wrapper,
.right-side {
	min-height: 100%;
	background-color: #ecf0f5;
	z-index: 800;
}
.main-footer {
	background: #fff;
	padding: 15px;
	color: #444;
	border-top: 1px solid #d2d6de;
}
/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar {
	position: fixed;
}
.fixed .main-header {
	top: 0;
	right: 0;
	left: 0;
}
.fixed .content-wrapper,
.fixed .right-side {
	padding-top: 50px;
}
@media (max-width: 767px) {
	.fixed .content-wrapper,
	.fixed .right-side {
		padding-top: 50px;
	}
}
@media (max-width: 576px) {
	.fixed .content-wrapper,
	.fixed .right-side {
		padding-top: 50px;
	}
	.content {
		padding-left: 0;
	}
}
body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .main-header > .navbar,
body.hold-transition .main-header .logo {
	/* Fix for IE */
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
/* Content, content-wide */
.content,
.content-wide {
	min-height: 250px;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (max-width: 768px) {
	.content,
	.content-wide {
		--bs-gutter-x: 1.5rem;
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 1300px) {
	.content {
		padding-left: 10%;
		padding-right: 10%;
	}
}
@media (min-width: 1500px) {
	.content {
		padding-left: 15%;
		padding-right: 15%;
	}
}
/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
	position: relative;
	max-height: 100px;
	z-index: 1030;
}
.main-header > .navbar {
	-webkit-transition: margin-left 0.3s ease-in-out;
	-o-transition: margin-left 0.3s ease-in-out;
	transition: margin-left 0.3s ease-in-out;
	margin-bottom: 0;
	border: none;
	min-height: 50px;
	border-radius: 0;
}
.main-header .sidebar-toggle {
	float: left;
	background-color: transparent;
	background-image: none;
	padding: 15px 15px;
}
.main-header .sidebar-toggle:hover {
	color: #fff;
}
.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
	background: transparent;
}
.main-header .sidebar-toggle .icon-bar {
	display: none;
}
.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
	margin-right: 5px;
}
.main-header .navbar .nav > li > a > .label {
	position: absolute;
	top: 9px;
	right: 7px;
	text-align: center;
	font-size: 9px;
	padding: 2px 3px;
	line-height: .9;
}
.main-header .logo {
	-webkit-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
	display: block;
	float: left;
	height: 50px;
	text-align: center;
	width: 142px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0;
	font-weight: 300;
	overflow: hidden;
}
.main-header .logo .logo-lg {
	display: block;
}
.main-header .logo .logo-mini {
	display: none;
}
.main-header .navbar-brand {
	color: #fff;
}
.navbar-toggle {
	color: #fff;
	border: 0;
	margin: 0;
	padding: 15px 15px;
}

@media (max-width: 767px) {
	.main-header {
		position: relative;
	}
	.main-header .logo,
	.main-header .navbar {
		width: 100%;
		float: none;
	}
	.main-header .navbar {
		margin: 0;
	}
}
@media (max-width: 991px) {
	.navbar-collapse.pull-left {
		float: none !important;
	}
}
/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar {
	/* position: absolute; */
	top: 0;
	left: 0;
	padding-top: 50px;
	min-height: 100%;
	width: 142px;
	z-index: 810;
	-webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
@media (min-width: 768px) {
	.main-sidebar {
		width: 142px !important;
	}
	.sidebar-collapse .main-sidebar {
		-webkit-transform: translate(-142px, 0);
		-ms-transform: translate(-142px, 0);
		-o-transform: translate(-142px, 0);
		transform: translate(-142px, 0);
	}
}
@media (max-width: 767px) {
	.main-sidebar {
		padding-top: 50px;
		-webkit-transform: translate(-142px, 0);
		-ms-transform: translate(-142px, 0);
		-o-transform: translate(-142px, 0);
		transform: translate(-142px, 0);
	}
	.sidebar-open .main-sidebar {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
.sidebar {
	padding-bottom: 10px;
}
.sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-menu > li {
	position: relative;
	margin: 0;
	text-align: center;
	border-bottom: 1px #333333 solid;
}
.sidebar-menu > li > a {
	/* height: 42px !important; */
	display: block;
}
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
	margin-top: 3px;
	margin-right: 5px;
}
.sidebar-menu li.header {
	padding: 10px 25px 10px 15px;
	font-size: 12px;
}
/*
 * Component: Sidebar Mini
 */
@media (min-width: 768px) {
	.sidebar-mini.sidebar-collapse .content-wrapper,
	.sidebar-mini.sidebar-collapse .right-side,
	.sidebar-mini.sidebar-collapse .main-footer {
		margin-left: 50px!important;
		z-index: 840;
	}
	.sidebar-mini.sidebar-collapse .main-sidebar {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		width: 50px!important;
		z-index: 850;
	}
	.sidebar-mini.sidebar-collapse .sidebar-menu > li {
		position: relative;
	}
	.sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
		margin-right: 0;
	}
	.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
		border-top-right-radius: 4px;
	}
	.sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
		border-bottom-right-radius: 4px;
	}
	.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
		display: block!important;
		position: absolute;
		width: 32px;
		left: 50px;
	}
	.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
		top: 0;
		margin-left: -3px;
		padding: 12px 5px 12px 20px;
		background-color: inherit;
	}
	.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
	.sidebar-mini.sidebar-collapse .sidebar-menu li.header {
		display: none!important;
		-webkit-transform: translateZ(0);
	}
	.sidebar-mini.sidebar-collapse .main-header .logo {
		width: 50px;
	}
	.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
		display: block;
		margin-left: -15px;
		margin-right: -15px;
		font-size: 18px;
	}
	.sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
		display: none;
	}
	.sidebar-mini.sidebar-collapse .main-header .navbar {
		margin-left: 50px;
	}
}
.sidebar-menu,
.sidebar-menu > li.header {
	white-space: nowrap;
	overflow: hidden;
}
.sidebar-menu:hover {
	overflow: visible;
}
.sidebar-menu > li.header {
	overflow: hidden;
	text-overflow: clip;
}
.sidebar-menu li > a {
	position: relative;
}
/*
 * General: Miscellaneous
 * ----------------------
 */
.list-unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Misc: print
 * -----------
 */
@media print {
	.no-print,
	.main-sidebar,
	.main-header {
		display: none!important;
	}
	.content-wrapper,
	.right-side,
	.main-footer {
		margin-left: 0!important;
		min-height: 0!important;
		-webkit-transform: translate(0, 0) !important;
		-ms-transform: translate(0, 0) !important;
		-o-transform: translate(0, 0) !important;
		transform: translate(0, 0) !important;
	}
	.fixed .content-wrapper,
	.fixed .right-side {
		padding-top: 0!important;
	}
	.table-responsive {
		overflow: auto;
	}
	.table-responsive > .table tr th,
	.table-responsive > .table tr td {
		white-space: normal!important;
	}
}
.main-products-table-wrap table tr td {
	vertical-align: middle;
}
.main-products-table-wrap table tr td:last-child .input-group {
	width: 66px;
}
.main-products-table-wrap table tr td span.deldo {
	font-size: 11px;
	color: #f00;
}
@media only screen and (max-width: 991px), (min-device-width: 768px) and (max-device-width: 992px) {
	.main-products-table-wrap {
		/* Hide table headers (but not display: none;, for accessibility) */
		/*
		Label the data
		*/
	}
	.main-products-table-wrap table,
	.main-products-table-wrap thead,
	.main-products-table-wrap tbody,
	.main-products-table-wrap th,
	.main-products-table-wrap td,
	.main-products-table-wrap tr {
		display: block;
	}
	.main-products-table-wrap thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.main-products-table-wrap tr {
		border-bottom: #d2d6de 3px solid;
		/* padding-bottom: 25px; */
		/* margin-bottom: 30px; */
	}
	.main-products-table-wrap tr:hover {
		background-color: transparent;
	}
	.main-products-table-wrap td {
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 50%;
	}
	.main-products-table-wrap td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
	.main-products-table-wrap td:before {
		content: attr(data-label);
	}
}
.sidebar-menu li a {
	border: 2px solid transparent;
}
.sidebar-menu li.active a {
	border-left: 2px solid #ffc107;
	background-color: #323030 !important;
}
.controls {
	text-align: right;
}
.comments-row textarea {
	width: 100%;
	max-width: 600px;
	height: 50px;
}
/*
* Skin: Blue
* ----------
*/
.skin-blue .main-header .navbar {
	background-color: #ccd1d7;
}
.skin-blue .main-header .navbar .nav > li > a {
	color: #ffffff;
}
.skin-blue .main-header .navbar .sidebar-toggle {
	color: #ffffff;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
	color: #f6f6f6;
	background: rgba(0, 0, 0, 0.1);
}
.skin-blue .main-header .navbar .sidebar-toggle {
	color: #fff;
}
.skin-blue .main-header .logo {
	color: #ffffff;
	border-bottom: 1px solid #333333 !important;
}
.skin-blue .main-header li.user-header {
	background-color: #22c3ae;
}
.skin-blue .wrapper {
	background-color: #ecf0f5;
}
.skin-blue .main-sidebar {
	background-color: #201f1f;
}
.skin-blue .sidebar-menu > li.header {
	color: #545151;
	background: #161515;
}
.skin-blue .sidebar-menu > li > a .fa {
	width: auto;
	font-size: 28px;
}
.skin-blue .sidebar-menu > li > a span {
	display: block;
	text-align: center;
	/* text-transform: uppercase; */
	/* letter-spacing: -1px; */
	font-size: 13px;
}
.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a {
	color: #ffffff;
	background: #1b1a1a;
}
.skin-blue .sidebar a {
	color: #d3d1d1;
}
.skin-blue .sidebar a:hover {
	text-decoration: none;
}
/* Overwriting Bootstrap */
:root,
[data-bs-theme=light] {
	--bs-link-color-rgb: 193, 35, 40;
	--bs-link-hover-color-rgb: 150, 27, 31;
}
.form-label {
	margin-bottom: 0 !important;
}
.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #22c3ae;
	--bs-btn-border-color: #1ead9b;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #1ead9b;
	--bs-btn-hover-border-color: #1b9787;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #1ead9b;
	--bs-btn-active-border-color: #1b9787;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #038d7b;
	--bs-btn-disabled-border-color: #098373;
}
.btn-outline-primary {
	--bs-btn-color: #000;
	--bs-btn-border-color: #000;
	--bs-btn-hover-bg: #1ead9b;
	--bs-btn-hover-border-color: #1b9787;
	--bs-btn-active-bg: #22c3ae;
	--bs-btn-active-border-color: #1b9787;
	--bs-btn-active-color: #fff;
}
.btn-outline-primary:focus {
	color: #000;
}
/* Custom */
.sidebar-menu a {
	text-decoration: none;
}
nav a {
	padding-left: 1rem;
	padding-right: 1rem;
	display: inline-block;
	text-decoration: none;
}
.form-signin {
	max-width: 330px;
	padding: 1rem;
}
.login-body {
	height: 100vh;
	display: flex;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url('/login-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.lang-selector-secondary {
	border-top: 1px solid #333333;
	background-color: #292828;
}
.lang-selector-secondary a {
	color: #6c757d;
}
.green {
	color: #008d4c !important;
}
.red {
	color: #c12328 !important;
}
.yellow {
	color: #c89214 !important;
}
#spinner-content-loader-2 {
	background: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	top: 0;
	opacity: 0.7;
	display: flex;
	align-items: center;
	justify-content: center;
}
#spinner-content-loader-2 .spinner {
	height: 100px;
	width: 100px;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border-left: 6px solid #333;
	border-right: 6px solid #777;
	border-bottom: 6px solid #bbb;
	border-top: 6px solid #eee;
	border-radius: 100%;
}
#spinner-content-loader-2 .spinner {
	height: 20px;
	width: 20px;
}
/* Jquery UI modifications */
.ui-widget-header {
	background: #f4f4f4 !important;
	border-radius: 0 !important;
	border: 1px solid #dddddd !important;
}
.ui-datepicker {
	border-radius: 0 !important;
	z-index: 1056 !important;
}
.ui-state-default {
	background: #e9ecef !important;
}
.ui-state-active {
	background: #fff !important;
}
.ui-state-highlight {
	background: #dff9f6 !important;
	border: 1px solid #22c3ae !important;
}
.ui-autocomplete {
	z-index: 10000 !important;
}
.large-datepicker .ui-datepicker {
	width: 100% !important;
	height: 100% !important;
}
.large-datepicker .ui-datepicker td a {
	height: 3rem;
}
/* End of Jquery UI modifications */
.scroll-fix {
	scroll-margin-top: 4rem;
}
.text-warning2 {
	color: #FF9800;
}
.text-purple {
	color: #9900ef !important;
}
.cursor-pointer {
	cursor: pointer;
}
.highlighted-date > a {
	background-color: #f8d7da !important;
}
.div-hover:hover {
	background-color: #f5f5f5;
	transition: background-color 0.3s ease;
}
.modal-spinner {
	width: 12rem;
	height: 12rem;
	top: 40%;
	left: calc(50% - 82px);
	z-index: 1056;
}
.brightness97 {
	filter: brightness(0.97);
}
.sticky-top-fixer {
	top: 64px;
}
.w-90px {
	width: 90px !important;
	min-width: 90px !important;
}
.w-1p {
	width: 1% !important;
}
.text-rp {
	color: #f0e2e3 !important;
}
.text-break-all {
	white-space: normal;
	word-break: break-all;
}
.inads-input {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: var(--bs-border-radius);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.inads-input:focus {
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.inads-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color) !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.link-warning2 {
	color: #ff9800 !important;
	-webkit-text-decoration-color: #ff9800 !important;
	text-decoration-color: #ff9800 !important;
}
.link-warning2:hover,
.link-warning2:focus {
	color: #d17200 !important;
	-webkit-text-decoration-color: #d17200 !important;
	text-decoration-color: #d17200 !important;
}
.text-transparent {
	color: transparent !important;
}
.line-height-0 {
	line-height: 0;
}
.dropdown-hover .dropdown-menu {
	display: none;
}
.dropdown-hover .dropdown-menu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}
.dropdown-hover .dropdown:hover > .dropdown-menu,
.dropdown-hover .dropdown-menu:hover {
	display: block;
}
.dropdown-hover .dropdown-menu {
	position: absolute;
	will-change: transform;
}
.navbar-notification-dropdown {
	width: 400px;
	/* transform: translateX(20px); */
}
.demo-alert {
	margin-left: 142px;
	width: calc(100% - 142px);
}
@media (max-width: 767px) {
	.navbar-notification-dropdown {
		transform: translateX(170px);
		width: 300px;
	}
	.demo-alert {
		margin-left: 0;
		width: 100%;
	}
}
.z-800 {
	z-index: 800 !important;
}
.max-height-350 {
	max-height: 350px;
}
.min-height-350 {
	min-height: 350px;
}
.bg-purple {
	background-color: #9900ef !important;
}
.bg-orange {
	background-color: #ff6000 !important;
}
.bg-rp-gradient {
	background: linear-gradient(45deg, #ffad33, #ff6000, #ff2d00);
}
.btn-gradient {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	background: linear-gradient(45deg, #ffad33, #ff6000, #ff2d00);
	border-radius: 50px;
	font-weight: 700;
	color: white;
	border: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	border: 1px solid #ff741e;
}
.btn-gradient:hover,
.btn-gradient:focus {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	color: white !important;
	background: linear-gradient(45deg, #ffb64d, #ff8127, #ff481f);
	box-shadow: 0 2px 15px rgba(255, 111, 99, 0.30);
	border: 1px solid #fa9349 !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	appearance: textfield;
	-moz-appearance: textfield;
}
.multicheck-container {
	max-height: 192px;
	overflow-y: auto;
}
.border-info-subtle-real {
	border-color: #cff4fc !important;
}
.checkbox-md {
	width: 1.5rem;
	height: 1.5rem;
}
.btn-white,
.btn-white:visited {
	color: #212529;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.show > .btn-white.dropdown-toggle {
	color: #212529;
	background-color: #f5f5f5;
	border-color: #cfd3d7;
}
.btn-outline-white {
	color: #212529;
	background-color: transparent;
	border: 1px solid #fff;
}
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.show > .btn-outline-white.dropdown-toggle {
	color: #212529;
	background-color: #fff;
	border-color: #f5f5f5;
}
.text-statone {
	font-weight: 700;
	background: linear-gradient(90deg, #FFB347 0%, #FF9900 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.main-header .logo {
	transition: width 0.3s ease-in-out, transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
}
.main-header .logo img {
	transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.3s ease;
}
.main-header .logo:hover img {
	filter: brightness(1.15) drop-shadow(0 0 8px rgba(255, 193, 7, 0.6));
}
.logo-demo-badge {
	transform: translate(-100%,15%) rotate(-5deg) !important;
}
html {
	display: block;
}