dd,
legend {
	margin-bottom: .5rem
}

progress,
sub,
sup {
	vertical-align: baseline
}

.g-0,
.gy-0,
.row {
	--bs-gutter-y: 0
}

.dropdown-menu,
.dropdown-menu-dark {
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: #027335;
	--bs-dropdown-link-disabled-color: #adb5bd
}

.dropdown-header,
.dropdown-item,
.dropdown-toggle,
.input-group-text,
.navbar-brand {
	white-space: nowrap
}

.nav,
.navbar-nav {
	--bs-nav-link-padding-y: 0.5rem;
	--bs-nav-link-font-weight: ;
	list-style: none
}

.card,
code {
	word-wrap: break-word
}

.dropdown-item,
.dropdown-item.active,
.dropdown-item:active,
.nav-link,
.navbar-brand,
.navbar-toggler:focus,
.navbar-toggler:hover,
.page-link {
	text-decoration: none
}

.spinner-border,
.spinner-grow {
	--bs-spinner-vertical-align: -0.125em;
	--bs-spinner-animation-speed: 0.75s
}

.border-danger,
.border-dark,
.border-info,
.border-light,
.border-primary,
.border-secondary,
.border-success,
.border-warning,
.border-white {
	--bs-border-opacity: 1
}

.text-black,
.text-black-50,
.text-body,
.text-body-emphasis,
.text-body-tertiary,
.text-danger,
.text-dark,
.text-info,
.text-light,
.text-muted,
.text-primary,
.text-reset,
.text-secondary,
.text-success,
.text-warning,
.text-white,
.text-white-50 {
	--bs-text-opacity: 1
}

.bg-black,
.bg-body,
.bg-body-emphasis,
.bg-body-tertiary,
.bg-danger,
.bg-dark,
.bg-info,
.bg-light,
.bg-primary,
.bg-secondary,
.bg-success,
.bg-transparent,
.bg-warning,
.bg-white {
	--bs-bg-opacity: 1
}

.sidebar,
html {
	scrollbar-width: none
}

:root,
[data-theme-color=color-primary] {
	--primary: #b7023f;
	--secondary: #28B0CE;
	--bg-gradient: linear-gradient(228.99deg, #027335 26.74%, #5fa980 109.9%);
	--rgba-primary-1: rgba(2, 115, 53, 0.1);
	--rgba-primary-2: rgba(2, 115, 53, 0.2);
	--rgba-primary-3: rgba(2, 115, 53, 0.3);
	--rgba-primary-4: rgba(2, 115, 53, 0.4);
	--rgba-primary-5: rgba(2, 115, 53, 0.5);
	--rgba-primary-6: rgba(2, 115, 53, 0.6);
	--rgba-primary-7: rgba(2, 115, 53, 0.7);
	--rgba-primary-8: rgba(2, 115, 53, 0.8);
	--rgba-primary-9: rgba(2, 115, 53, 0.9)
}

:root,
[data-theme-color=color-orange] {
	--primary-light: rgba(255, 251, 246, 0.80)
}

[data-theme-color=color-dark],
[data-theme-color=color-deeporange] {
	--secondary: #102C3C;
	--primary-light-2: #fdc0a2;
	--bg-gradient: linear-gradient(73.08deg, #ff6b22 15.14%, #ff9f70 92.25%);
	--theme-text-color: #fff
}

.btn,
.btn-link {
	--bs-btn-font-weight: 400
}

.breadcrumb,
.carousel-indicators,
.dropdown .dropdown-menu,
.dropdown-menu,
.nav,
.navbar-nav,
.pagination,
li {
	list-style: none
}

:root {
	--primary-light-2: #FFCD90;
	--primary-hover: #01411e;
	--primary-dark: black;
	--font-family-base: Lato, sans-serif;
	--font-family-title: Poppins, sans-serif;
	--border-radius-base: 12px;
	--border-radius-sm: 5px;
	--border-color: #E8EFF3;
	--border-color-2: #F0F0F0;
	--body-color: #6d898f;
	--dark: #293041;
	--bg-white: #FFF;
	--title: #2F2F2F;
	--card-bg: #fff;
	--theme-text-color: #fff;
	--headheight: 55px
}

.theme-dark[data-theme-color=color-primary],
[data-theme-color=color-primary] {
	--primary-hover: #02622d;
	--primary-dark: #261543;
	--primary-light: rgba(255, 250, 246, 0.80);
	--primary-light-2: #FFCD90
}

:root,
[data-bs-theme=light] {
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #027335;
	--bs-secondary: #28B0CE;
	--bs-success: #1CBD5C;
	--bs-info: #A131AD;
	--bs-warning: #EF962E;
	--bs-danger: #AE7156;
	--bs-light: #E6E6E6;
	--bs-dark: #293041;
	--bs-primary-rgb: 2, 115, 53;
	--bs-secondary-rgb: 40, 176, 206;
	--bs-success-rgb: 28, 189, 92;
	--bs-info-rgb: 161, 49, 173;
	--bs-warning-rgb: 239, 150, 46;
	--bs-danger-rgb: 174, 113, 86;
	--bs-light-rgb: 230, 230, 230;
	--bs-dark-rgb: 41, 48, 65;
	--bs-primary-text: #4436a7;
	--bs-secondary-text: #6c757d;
	--bs-success-text: #6aa276;
	--bs-info-text: #087990;
	--bs-warning-text: #996501;
	--bs-danger-text: #cc4658;
	--bs-light-text: #6c757d;
	--bs-dark-text: #495057;
	--bs-primary-bg-subtle: #ddd9f6;
	--bs-secondary-bg-subtle: #f8f9fa;
	--bs-success-bg-subtle: #e6f4e9;
	--bs-info-bg-subtle: #cff4fc;
	--bs-warning-bg-subtle: #ffeecc;
	--bs-danger-bg-subtle: #ffdee2;
	--bs-light-bg-subtle: #fcfcfd;
	--bs-dark-bg-subtle: #ced4da;
	--bs-primary-border-subtle: #bbb4ed;
	--bs-secondary-border-subtle: #e9ecef;
	--bs-success-border-subtle: #ceead4;
	--bs-info-border-subtle: #9eeaf9;
	--bs-warning-border-subtle: #ffdd9a;
	--bs-danger-border-subtle: #ffbcc5;
	--bs-light-border-subtle: #e9ecef;
	--bs-dark-border-subtle: #adb5bd;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 109, 137, 143;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: "Lato", sans-serif;
	--bs-body-font-size: 0.875rem;
	--bs-body-font-weight: 500;
	--bs-body-line-height: 1.6;
	--bs-body-color: #6d898f;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(109, 137, 143, 0.75);
	--bs-secondary-color-rgb: 109, 137, 143;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-tertiary-color: rgba(109, 137, 143, 0.5);
	--bs-tertiary-color-rgb: 109, 137, 143;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-body-bg: #fff;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-heading-color: #2F2F2F;
	--bs-link-color: #027335;
	--bs-link-color-rgb: 2, 115, 53;
	--bs-link-decoration: underline;
	--bs-link-hover-color: #025c2a;
	--bs-link-hover-color-rgb: 2, 92, 42;
	--bs-code-color: #ff0081;
	--bs-highlight-bg: #ffeecc;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #F0F0F0;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-2xl: 2rem;
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
	--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
	--bs-emphasis-color: #000;
	--bs-form-control-bg: var(--bs-body-bg);
	--bs-form-control-disabled-bg: var(--bs-secondary-bg);
	--bs-highlight-bg: #ffeecc;
	--bs-breakpoint-xs: 0;
	--bs-breakpoint-sm: 576px;
	--bs-breakpoint-md: 768px;
	--bs-breakpoint-lg: 992px;
	--bs-breakpoint-xl: 1200px;
	--bs-breakpoint-xxl: 1440
}

[data-bs-theme=dark] {
	--bs-body-color: #adb5bd;
	--bs-body-color-rgb: 173, 181, 189;
	--bs-body-bg: #212529;
	--bs-body-bg-rgb: 33, 37, 41;
	--bs-emphasis-color: #f8f9fa;
	--bs-emphasis-color-rgb: 248, 249, 250;
	--bs-secondary-color: rgba(173, 181, 189, 0.75);
	--bs-secondary-color-rgb: 173, 181, 189;
	--bs-secondary-bg: #343a40;
	--bs-secondary-bg-rgb: 52, 58, 64;
	--bs-tertiary-color: rgba(173, 181, 189, 0.5);
	--bs-tertiary-color-rgb: 173, 181, 189;
	--bs-tertiary-bg: #2b3035;
	--bs-tertiary-bg-rgb: 43, 48, 53;
	--bs-emphasis-color: #fff;
	--bs-primary-text: #998ee3;
	--bs-secondary-text: #dee2e6;
	--bs-success-text: #b5dfbe;
	--bs-info-text: #6edff6;
	--bs-warning-text: #ffcb67;
	--bs-danger-text: #ff9ba8;
	--bs-light-text: #f8f9fa;
	--bs-dark-text: #dee2e6;
	--bs-primary-bg-subtle: #110d2a;
	--bs-secondary-bg-subtle: #212529;
	--bs-success-bg-subtle: #1a281d;
	--bs-info-bg-subtle: #032830;
	--bs-warning-bg-subtle: #332200;
	--bs-danger-bg-subtle: #331216;
	--bs-light-bg-subtle: #343a40;
	--bs-dark-bg-subtle: #1a1d20;
	--bs-primary-border-subtle: #33287d;
	--bs-secondary-border-subtle: #495057;
	--bs-success-border-subtle: #4f7958;
	--bs-info-border-subtle: #055160;
	--bs-warning-border-subtle: #664401;
	--bs-danger-border-subtle: #993542;
	--bs-light-border-subtle: #495057;
	--bs-dark-border-subtle: #343a40;
	--bs-heading-color: #fff;
	--bs-link-color: #998ee3;
	--bs-link-hover-color: #bbb4ed;
	--bs-link-color-rgb: 153, 142, 227;
	--bs-link-hover-color-rgb: 187, 180, 237;
	--bs-code-color: #ff66b3;
	--bs-border-color: #495057;
	--bs-border-color-translucent: rgba(255, 255, 255, 0.15)
}

*,
::after,
::before {
	box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

.loader-container {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: 100vh;
	z-index: 999999;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: url('../img/ks-bg.webp') center center/cover no-repeat
}

.img-fluid,
.img-thumbnail {
	max-width: 100%;
	height: auto
}

.loader {
	width: 50%;
	animation: 2.5s ease-in-out infinite breathe
}

@keyframes breathe {

	0%,
	100% {
		transform: scale(1);
		opacity: 1
	}

	50% {
		transform: scale(1.2);
		opacity: 1
	}
}

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: var(--bs-border-width) solid;
	opacity: .25
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	line-height: 1.2;
	color: var(--bs-heading-color, inherit)
}

address,
dl,
ol,
ul {
	margin-bottom: 1rem
}

address,
legend {
	line-height: inherit
}

.alert-heading,
a>code,
pre code {
	color: inherit
}

abbr[title] {
	text-decoration: underline dotted;
	cursor: help;
	text-decoration-skip-ink: none
}

.btn,
.custom-switch label,
.form-control-color:not(:disabled):not([readonly]),
.form-control[type=file]:not(:disabled):not([readonly]),
.show-pass,
[role=button],
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button,
button:not(:disabled),
summary {
	cursor: pointer
}

address {
	font-style: normal
}

ol,
ul {
	padding-left: 2rem
}

dl,
ol,
ul {
	margin-top: 0
}

.accordion-header,
.blockquote>:last-child,
.card-text:last-child,
.m-b0,
.pricing-table.style-2 .price-list,
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

blockquote,
figure {
	margin: 0 0 1rem
}

.blockquote,
.blockquote-footer,
pre {
	margin-bottom: 1rem
}

.mark,
mark {
	padding: .1875em;
	background-color: var(--bs-highlight-bg)
}

sub,
sup {
	position: relative;
	font-size: .75em;
	line-height: 0
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1))
}

a:hover {
	--bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

code,
kbd,
pre,
samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em
}

code,
kbd,
pre {
	font-size: .875em
}

pre {
	display: block;
	margin-top: 0;
	overflow: auto
}

pre code {
	font-size: inherit;
	word-break: normal
}

code {
	color: var(--bs-code-color)
}

kbd {
	padding: .1875rem .375rem;
	color: var(--bs-body-bg);
	background-color: var(--bs-body-color);
	border-radius: .25rem
}

kbd kbd {
	padding: 0;
	font-size: 1em
}

img,
svg {
	vertical-align: middle
}

table {
	caption-side: bottom;
	border-collapse: collapse
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #aeaed5;
	text-align: left
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
	border: 0 solid;
	border-color: inherit
}

.card-item .dz-meta ul li,
.figure,
.list-inline-item,
.show-pass.active .fa-eye,
.theme-btn.active .light,
.theme-color.active .light,
label,
output {
	display: inline-block
}

button {
	border-radius: 0
}

fieldset,
iframe {
	border: 0
}

.form-control-plaintext:focus,
.form-range:focus,
.like-button:focus,
button:focus:not(:focus-visible) {
	outline: 0
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
select {
	text-transform: none
}

#main-wrapper.show,
.carousel-indicators .active,
.dropdown-toggle-split:active,
.dropdown-toggle-split:focus,
.dropdown-toggle-split:hover,
select:disabled {
	opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
	display: none !important
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

::-moz-focus-inner {
	padding: 0;
	border-style: none
}

textarea {
	resize: vertical;
	height: 120px;
	resize: none
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	font-size: calc(1.275rem + .3vw)
}

legend+* {
	clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0
}

::-webkit-inner-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
	padding: 0
}

::file-selector-button {
	font: inherit;
	-webkit-appearance: button
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
	font-weight: 300;
	line-height: 1.2
}

summary {
	display: list-item
}

.d-none,
[hidden] {
	display: none !important
}

.lead {
	font-size: 1.09375rem;
	font-weight: 300
}

.display-1 {
	font-size: calc(1.625rem + 4.5vw)
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw)
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw)
}

.display-4 {
	font-size: calc(1.475rem + 2.7vw)
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw)
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw)
}

.list-inline,
.list-unstyled {
	padding-left: 0;
	list-style: none
}

.dz-breadcrumb .breadcrumb .breadcrumb-item i,
.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.initialism {
	font-size: .875em;
	text-transform: uppercase
}

.blockquote {
	font-size: 1.09375rem
}

.blockquote-footer {
	margin-top: -1rem;
	font-size: .875em;
	color: #6c757d
}

.blockquote-footer::before {
	content: "\2014\00A0"
}

.img-thumbnail {
	padding: .25rem;
	background-color: var(--bs-body-bg);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius)
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.row>* {
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5)
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: .875em;
	color: var(--bs-secondary-color)
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	--bs-gutter-x: 30px;
	--bs-gutter-y: 0;
	margin-right: auto;
	margin-left: auto
}

.row {
	--bs-gutter-x: 30px;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
	flex-shrink: 0;
	max-width: 100%;
	margin-top: var(--bs-gutter-y)
}

.col {
	flex: 1 0 0%
}

.col-auto,
.row-cols-auto>* {
	flex: 0 0 auto;
	width: auto
}

.col-12,
.row-cols-1>* {
	flex: 0 0 auto;
	width: 100%
}

.col-6,
.row-cols-2>* {
	flex: 0 0 auto;
	width: 50%
}

.col-4,
.row-cols-3>* {
	flex: 0 0 auto;
	width: 33.33333%
}

.col-3,
.row-cols-4>* {
	flex: 0 0 auto;
	width: 25%
}

.row-cols-5>* {
	flex: 0 0 auto;
	width: 20%
}

.col-2,
.row-cols-6>* {
	flex: 0 0 auto;
	width: 16.66667%
}

.col-1,
.col-5 {
	flex: 0 0 auto
}

.col-1 {
	width: 8.33333%
}

.col-5 {
	width: 41.66667%
}

.col-7,
.col-8 {
	flex: 0 0 auto
}

.col-7 {
	width: 58.33333%
}

.col-8 {
	width: 66.66667%
}

.col-9 {
	flex: 0 0 auto;
	width: 75%
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333%
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66667%
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem
}

.table {
	--bs-table-color: var(--bs-body-color);
	--bs-table-bg: transparent;
	--bs-table-border-color: var(--bs-border-color);
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: var(--bs-body-color);
	--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
	--bs-table-active-color: var(--bs-body-color);
	--bs-table-active-bg: rgba(0, 0, 0, 0.1);
	--bs-table-hover-color: var(--bs-body-color);
	--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
	width: 100%;
	margin-bottom: 1rem;
	color: var(--bs-table-color);
	vertical-align: top;
	border-color: var(--bs-table-border-color)
}

.table-danger,
.table-info,
.table-light,
.table-primary,
.table-secondary,
.table-success,
.table-warning {
	--bs-table-color: #000;
	--bs-table-striped-color: #000;
	--bs-table-active-color: #000;
	--bs-table-hover-color: #000
}

.table>:not(caption)>*>* {
	padding: .5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: var(--bs-border-width);
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
	vertical-align: inherit
}

.table>thead {
	vertical-align: bottom
}

.table-group-divider {
	border-top: calc($table-border-width * 2) solid currentcolor
}

.caption-top {
	caption-side: top
}

.table-sm>:not(caption)>*>* {
	padding: .25rem
}

.form-floating>.form-control-plaintext~label,
.table-bordered>:not(caption)>* {
	border-width: var(--bs-border-width) 0
}

.table-bordered>:not(caption)>*>* {
	border-width: 0 var(--bs-border-width)
}

.list-group-flush>.list-group-item:last-child,
.table-borderless>:not(caption)>*>* {
	border-bottom-width: 0
}

.list-group-item+.list-group-item,
.table-borderless>:not(:first-child) {
	border-top-width: 0
}

.table-striped-columns>:not(caption)>tr>:nth-child(2n),
.table-striped>tbody>tr:nth-of-type(odd)>* {
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color)
}

.table-active {
	--bs-table-accent-bg: var(--bs-table-active-bg);
	color: var(--bs-table-active-color)
}

.table-danger,
.table-dark,
.table-info,
.table-light,
.table-primary,
.table-secondary,
.table-success,
.table-warning {
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color)
}

.table-hover>tbody>tr:hover>* {
	--bs-table-accent-bg: var(--bs-table-hover-bg);
	color: var(--bs-table-hover-color)
}

.table-primary {
	--bs-table-bg: #cce3d7;
	--bs-table-border-color: #b8ccc2;
	--bs-table-striped-bg: #c2d8cc;
	--bs-table-active-bg: #b8ccc2;
	--bs-table-hover-bg: #bdd2c7
}

.table-secondary {
	--bs-table-bg: #d4eff5;
	--bs-table-border-color: #bfd7dd;
	--bs-table-striped-bg: #c9e3e9;
	--bs-table-active-bg: #bfd7dd;
	--bs-table-hover-bg: #c4dde3
}

.table-success {
	--bs-table-bg: #d2f2de;
	--bs-table-border-color: #bddac8;
	--bs-table-striped-bg: #c8e6d3;
	--bs-table-active-bg: #bddac8;
	--bs-table-hover-bg: #c2e0cd
}

.table-info {
	--bs-table-bg: #ecd6ef;
	--bs-table-border-color: #d4c1d7;
	--bs-table-striped-bg: #e0cbe3;
	--bs-table-active-bg: #d4c1d7;
	--bs-table-hover-bg: #dac6dd
}

.table-warning {
	--bs-table-bg: #fcead5;
	--bs-table-border-color: #e3d3c0;
	--bs-table-striped-bg: #efdeca;
	--bs-table-active-bg: #e3d3c0;
	--bs-table-hover-bg: #e9d8c5
}

.table-danger {
	--bs-table-bg: #efe3dd;
	--bs-table-border-color: #d7ccc7;
	--bs-table-striped-bg: #e3d8d2;
	--bs-table-active-bg: #d7ccc7;
	--bs-table-hover-bg: #ddd2cc
}

.table-light {
	--bs-table-bg: #E6E6E6;
	--bs-table-border-color: #cfcfcf;
	--bs-table-striped-bg: #dbdbdb;
	--bs-table-active-bg: #cfcfcf;
	--bs-table-hover-bg: #d5d5d5
}

.table-dark {
	--bs-table-color: #fff;
	--bs-table-bg: #293041;
	--bs-table-border-color: #3e4554;
	--bs-table-striped-bg: #343a4b;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #3e4554;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #39404f;
	--bs-table-hover-color: #fff
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.collapsing,
.dropdown-divider,
.dz-media-card,
.dz-stepper.border-2 .bootstrap-touchspin,
.dz-stepper.rounded-stepper .bootstrap-touchspin,
.form-control[type=file] {
	overflow: hidden
}

.col-form-label {
	padding-top: calc(.375rem + var(--bs-border-width));
	padding-bottom: calc(.375rem + var(--bs-border-width));
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.6
}

.col-form-label-lg {
	padding-top: calc(.5rem + var(--bs-border-width));
	padding-bottom: calc(.5rem + var(--bs-border-width));
	font-size: 1.09375rem
}

.col-form-label-sm {
	padding-top: calc(.25rem + var(--bs-border-width));
	padding-bottom: calc(.25rem + var(--bs-border-width));
	font-size: .76563rem
}

.form-text {
	margin-top: .25rem;
	font-size: .875em;
	color: #aeaed5
}

.form-control,
.form-control:focus {
	color: var(--bs-body-color);
	background-color: var(--bs-form-control-bg)
}

.form-control {
	display: block;
	width: 100%;
	line-height: 1.6;
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	appearance: none;
	border-radius: .375rem
}

.form-control:focus {
	border-color: #81b99a;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(2, 115, 53, .25)
}

.form-control::-webkit-date-and-time-value {
	height: 1.6em
}

.form-control::-webkit-datetime-edit {
	display: block;
	padding: 0
}

.form-control::placeholder {
	color: var(--bs-secondary-color);
	opacity: 1
}

.form-control-plaintext,
.form-select,
.input-group-text {
	line-height: 1.6;
	color: var(--bs-body-color)
}

.form-control:disabled {
	background-color: var(--bs-form-control-disabled-bg);
	opacity: 1
}

.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	margin-inline-end: .75rem;
	color: var(--bs-body-color);
	background-color: var(--bs-tertiary-bg);
	pointer-events: none;
	border: 0 solid;
	border-inline-end-width: var(--bs-border-width);
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	border-color: inherit
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	background-color: transparent;
	border: solid transparent;
	border-width: var(--bs-border-width) 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	min-height: calc(1.6em + .5rem + calc($input-border-width * 2));
	padding: .25rem .5rem;
	font-size: .76563rem;
	border-radius: .25rem
}

.form-control-sm::file-selector-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	margin-inline-end: .5rem
}

.form-control-lg {
	min-height: calc(1.6em + 1rem + calc($input-border-width * 2));
	padding: .5rem 1rem;
	font-size: 1.09375rem;
	border-radius: .5rem
}

.form-control-lg::file-selector-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	margin-inline-end: 1rem
}

textarea.form-control {
	min-height: calc(1.6em + .75rem + calc($input-border-width * 2))
}

textarea.form-control-sm {
	min-height: calc(1.6em + .5rem + calc($input-border-width * 2))
}

textarea.form-control-lg {
	min-height: calc(1.6em + 1rem + calc($input-border-width * 2))
}

.form-control-color {
	width: 3rem;
	height: calc(1.6em + .75rem + calc($input-border-width * 2));
	padding: .375rem
}

.form-control-color::-moz-color-swatch {
	border: 0 !important;
	border-radius: .375rem
}

.form-control-color::-webkit-color-swatch {
	border-radius: .375rem
}

.form-control-color.form-control-sm {
	height: calc(1.6em + .5rem + calc($input-border-width * 2))
}

.form-control-color.form-control-lg {
	height: calc(1.6em + 1rem + calc($input-border-width * 2))
}

.form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: .875rem;
	font-weight: 500;
	background-color: var(--bs-form-control-bg);
	background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: .375rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none
}

.form-check-input:focus,
.form-select:focus {
	border-color: #81b99a;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(2, 115, 53, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
	padding-right: .75rem;
	background-image: none
}

.form-select:disabled {
	background-color: var(--bs-form-control-disabled-bg)
}

.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 var(--bs-body-color)
}

.form-select-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .76563rem;
	border-radius: .25rem
}

.form-select-lg {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.09375rem;
	border-radius: .5rem
}

[data-bs-theme=dark] .form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.form-check {
	display: block;
	min-height: 1.4rem;
	padding-left: 1.5em;
	margin-bottom: .125rem
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.5em
}

.form-check-reverse {
	padding-right: 1.5em;
	padding-left: 0;
	text-align: right
}

.form-check-reverse .form-check-input {
	float: right;
	margin-right: -1.5em;
	margin-left: 0
}

.form-check-input {
	--bs-form-check-bg: var(--bs-form-control-bg);
	width: 1em;
	height: 1em;
	margin-top: .3em;
	vertical-align: top;
	background-color: var(--bs-form-check-bg);
	background-image: var(--bs-form-check-bg-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: var(--bs-border-width) solid var(--bs-border-color);
	appearance: none;
	print-color-adjust: exact
}

.form-check-input[type=checkbox] {
	border-radius: .25em
}

.dz-icon img,
.featured-box .item-bx .media img,
.form-check-input[type=radio],
.media.rounded-circle img,
.radio.circle-radio .radio-label .checkmark,
.sidebar .author-box .dz-media img {
	border-radius: 50%
}

.form-check-input:active {
	filter: brightness(90%)
}

.form-check-input:checked {
	background-color: #027335;
	border-color: #027335
}

.form-check-input:checked[type=checkbox] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
	background-color: #027335;
	border-color: #027335;
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
	pointer-events: none;
	filter: none;
	opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
	cursor: default;
	opacity: .5
}

.form-switch {
	padding-left: 2.5em
}

.form-switch .form-check-input {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	margin-left: -2.5em;
	background-image: var(--bs-form-switch-bg);
	background-position: left center;
	border-radius: 2em;
	transition: background-position .15s ease-in-out
}

.form-switch .form-check-input:focus {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2381b99a'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
	background-position: right center;
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-switch.form-check-reverse {
	padding-right: 2.5em;
	padding-left: 0
}

.form-switch.form-check-reverse .form-check-input {
	margin-right: -2.5em;
	margin-left: 0
}

.bootstrap-label .label,
.form-check-inline {
	display: inline-block;
	margin-right: 1rem
}

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
	pointer-events: none;
	filter: none;
	opacity: .65
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")
}

.form-range {
	width: 100%;
	height: 1rem;
	padding: 0;
	background-color: transparent;
	appearance: none
}

.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(2, 115, 53, .25)
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(2, 115, 53, .25)
}

.form-range::-moz-focus-outer {
	border: 0
}

.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #027335;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none
}

.form-range::-webkit-slider-thumb:active {
	background-color: #b3d5c2
}

.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: var(--bs-tertiary-bg);
	border-color: transparent;
	border-radius: 1rem
}

.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #027335;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none
}

.form-range::-moz-range-thumb:active {
	background-color: #b3d5c2
}

.form-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: var(--bs-tertiary-bg);
	border-color: transparent;
	border-radius: 1rem
}

.form-range:disabled {
	pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
	background-color: var(--bs-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
	background-color: var(--bs-secondary-color)
}

.card-item.style-3,
.carousel,
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center,
.dz-avatar.list-status .avatar-list .media,
.dz-wizard .steps ul li.current .box-1,
.edit-area .input-mini.form-group,
.form-floating,
.media.status,
.menubar-area.style-2 .toolbar-inner .menu-toggler.active,
.menubar-area.style-2 .toolbar-inner .nav-link.active,
.menubar-area.style-3 .toolbar-inner .menu-toggler.active,
.menubar-area.style-3 .toolbar-inner .nav-link.active,
.menubar-area.style-4 .toolbar-inner .menu-toggler.active,
.menubar-area.style-4 .toolbar-inner .nav-link.active,
.menubar-area.style-5 .menubar-nav .nav-link.active,
.message-list li .media {
	position: relative
}

.form-floating::before:not(.form-control:disabled) {
	position: absolute;
	top: var(--bs-border-width);
	left: var(--bs-border-width);
	width: calc(100% - (calc(calc(.4em + .1875rem) + calc(.8em + .375rem))));
	height: 1.875em;
	content: "";
	background-color: var(--bs-form-control-bg);
	border-radius: .375rem
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
	height: calc(3.5rem + calc($input-border-width * 2));
	line-height: 1.25
}

.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1rem .75rem;
	overflow: hidden;
	text-align: start;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
	border: var(--bs-border-width) solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
	padding: 1rem .75rem
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown),
.form-floating>.form-select {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
	color: transparent
}

.form-floating>.form-control-plaintext:-webkit-autofill,
.form-floating>.form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:disabled~label {
	color: #6c757d
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus {
	z-index: 5
}

.input-group .btn,
.story-box .container {
	position: relative;
	z-index: 2
}

.input-group .btn:focus {
	z-index: 5
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: .875rem;
	font-weight: 500;
	text-align: center;
	background-color: var(--bs-tertiary-bg);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: .375rem
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.09375rem;
	border-radius: .5rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
	padding: .25rem .5rem;
	font-size: .76563rem;
	border-radius: .25rem
}

.alert-dismissible,
.input-group-lg>.form-select,
.input-group-sm>.form-select {
	padding-right: 3rem
}

.invalid-tooltip,
.valid-tooltip {
	z-index: 5;
	display: none;
	padding: .25rem .5rem;
	border-radius: var(--bs-border-radius);
	position: absolute;
	top: 100%;
	max-width: 100%
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: calc($input-border-width * -1);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn,
.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: var(--bs-success-text)
}

.valid-tooltip {
	margin-top: .1rem;
	font-size: .76563rem;
	color: #fff;
	background-color: var(--bs-success)
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
	display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: var(--bs-success);
	padding-right: calc(1.6em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231CBD5C' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.4em + .1875rem) center;
	background-size: calc(.8em + .375rem) calc(.8em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: var(--bs-success);
	box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.6em + .75rem);
	background-position: top calc(.4em + .1875rem) right calc(.4em + .1875rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
	border-color: var(--bs-success)
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
	--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231CBD5C' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	padding-right: 4.125rem;
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.8em + .375rem) calc(.8em + .375rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
	border-color: var(--bs-success);
	box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), .25)
}

.form-control-color.is-valid,
.was-validated .form-control-color:valid {
	width: calc(3rem + calc(1.6em + .75rem))
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
	border-color: var(--bs-success)
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
	background-color: var(--bs-success-text)
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
	box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
	color: var(--bs-success-text)
}

.form-check-inline .form-check-input~.invalid-feedback,
.form-check-inline .form-check-input~.valid-feedback {
	margin-left: .5em
}

.input-group>.form-control:not(:focus).is-valid,
.input-group>.form-floating:not(:focus-within).is-valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-control:not(:focus):valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.was-validated .input-group>.form-select:not(:focus):valid {
	z-index: 3
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: var(--bs-danger-text)
}

.invalid-tooltip {
	margin-top: .1rem;
	font-size: .76563rem;
	color: #fff;
	background-color: var(--bs-danger)
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
	display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: var(--bs-danger);
	padding-right: calc(1.6em + .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='%23AE7156'%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='%23AE7156' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.4em + .1875rem) center;
	background-size: calc(.8em + .375rem) calc(.8em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: var(--bs-danger);
	box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.6em + .75rem);
	background-position: top calc(.4em + .1875rem) right calc(.4em + .1875rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
	border-color: var(--bs-danger)
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
	--bs-form-select-bg-icon: 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='%23AE7156'%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='%23AE7156' stroke='none'/%3e%3c/svg%3e");
	padding-right: 4.125rem;
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.8em + .375rem) calc(.8em + .375rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
	border-color: var(--bs-danger);
	box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), .25)
}

.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
	width: calc(3rem + calc(1.6em + .75rem))
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
	border-color: var(--bs-danger)
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
	background-color: var(--bs-danger-text)
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
	box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
	color: var(--bs-danger-text)
}

.btn,
.btn-check+.btn:hover {
	color: var(--bs-btn-color);
	background-color: var(--bs-btn-bg)
}

.input-group>.form-control:not(:focus).is-invalid,
.input-group>.form-floating:not(:focus-within).is-invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-control:not(:focus):invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.was-validated .input-group>.form-select:not(:focus):invalid {
	z-index: 4
}

.btn {
	--bs-btn-padding-x: 0.75rem;
	--bs-btn-padding-y: 0.375rem;
	--bs-btn-font-family: ;
	--bs-btn-font-size: 0.875rem;
	--bs-btn-line-height: 1.6;
	--bs-btn-color: #6d898f;
	--bs-btn-bg: transparent;
	--bs-btn-border-width: var(--bs-border-width);
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: 0.375rem;
	--bs-btn-hover-border-color: transparent;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	text-align: center;
	vertical-align: middle;
	user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius)
}

.btn:hover {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color)
}

.btn-check+.btn:hover {
	border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
	outline: 0;
	box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible+.btn {
	border-color: var(--bs-btn-hover-border-color);
	outline: 0;
	box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	color: var(--bs-btn-active-color);
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
	box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
	color: var(--bs-btn-disabled-color);
	pointer-events: none;
	background-color: var(--bs-btn-disabled-bg);
	border-color: var(--bs-btn-disabled-border-color);
	opacity: var(--bs-btn-disabled-opacity)
}

.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
	vertical-align: .255em;
	content: "";
	border-right: .3em solid transparent;
	border-left: .3em solid transparent
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #027335;
	--bs-btn-border-color: #027335;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #02622d;
	--bs-btn-hover-border-color: #025c2a;
	--bs-btn-focus-shadow-rgb: 40, 136, 83;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #025c2a;
	--bs-btn-active-border-color: #025628;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #027335;
	--bs-btn-disabled-border-color: #027335
}

.btn-secondary,
.btn-success {
	--bs-btn-color: #000;
	--bs-btn-hover-color: #000;
	--bs-btn-active-color: #000;
	--bs-btn-disabled-color: #000;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-secondary {
	--bs-btn-bg: #28B0CE;
	--bs-btn-border-color: #28B0CE;
	--bs-btn-hover-bg: #48bcd5;
	--bs-btn-hover-border-color: #3eb8d3;
	--bs-btn-focus-shadow-rgb: 34, 150, 175;
	--bs-btn-active-bg: #53c0d8;
	--bs-btn-active-border-color: #3eb8d3;
	--bs-btn-disabled-bg: #28B0CE;
	--bs-btn-disabled-border-color: #28B0CE
}

.btn-success {
	--bs-btn-bg: #1CBD5C;
	--bs-btn-border-color: #1CBD5C;
	--bs-btn-hover-bg: #3ec774;
	--bs-btn-hover-border-color: #33c46c;
	--bs-btn-focus-shadow-rgb: 24, 161, 78;
	--bs-btn-active-bg: #49ca7d;
	--bs-btn-active-border-color: #33c46c;
	--bs-btn-disabled-bg: #1CBD5C;
	--bs-btn-disabled-border-color: #1CBD5C
}

.btn-info {
	--bs-btn-color: #fff;
	--bs-btn-bg: #A131AD;
	--bs-btn-border-color: #A131AD;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #892a93;
	--bs-btn-hover-border-color: #81278a;
	--bs-btn-focus-shadow-rgb: 175, 80, 185;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #81278a;
	--bs-btn-active-border-color: #792582;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #A131AD;
	--bs-btn-disabled-border-color: #A131AD
}

.btn-danger,
.btn-light,
.btn-warning {
	--bs-btn-color: #000;
	--bs-btn-hover-color: #000;
	--bs-btn-active-color: #000;
	--bs-btn-disabled-color: #000;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-warning {
	--bs-btn-bg: #EF962E;
	--bs-btn-border-color: #EF962E;
	--bs-btn-hover-bg: #f1a64d;
	--bs-btn-hover-border-color: #f1a143;
	--bs-btn-focus-shadow-rgb: 203, 128, 39;
	--bs-btn-active-bg: #f2ab58;
	--bs-btn-active-border-color: #f1a143;
	--bs-btn-disabled-bg: #EF962E;
	--bs-btn-disabled-border-color: #EF962E
}

.btn-danger {
	--bs-btn-bg: #AE7156;
	--bs-btn-border-color: #AE7156;
	--bs-btn-hover-bg: #ba866f;
	--bs-btn-hover-border-color: #b67f67;
	--bs-btn-focus-shadow-rgb: 148, 96, 73;
	--bs-btn-active-bg: #be8d78;
	--bs-btn-active-border-color: #b67f67;
	--bs-btn-disabled-bg: #AE7156;
	--bs-btn-disabled-border-color: #AE7156
}

.btn-light {
	--bs-btn-bg: #E6E6E6;
	--bs-btn-border-color: #E6E6E6;
	--bs-btn-hover-bg: #c4c4c4;
	--bs-btn-hover-border-color: #b8b8b8;
	--bs-btn-focus-shadow-rgb: 196, 196, 196;
	--bs-btn-active-bg: #b8b8b8;
	--bs-btn-active-border-color: #adadad;
	--bs-btn-disabled-bg: #E6E6E6;
	--bs-btn-disabled-border-color: #E6E6E6
}

.btn-dark,
.btn-outline-primary {
	--bs-btn-hover-color: #fff;
	--bs-btn-active-color: #fff
}

.btn-dark {
	--bs-btn-color: #fff;
	--bs-btn-bg: #293041;
	--bs-btn-border-color: #293041;
	--bs-btn-hover-bg: #494f5e;
	--bs-btn-hover-border-color: #3e4554;
	--bs-btn-focus-shadow-rgb: 73, 79, 94;
	--bs-btn-active-bg: #545967;
	--bs-btn-active-border-color: #3e4554;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #293041;
	--bs-btn-disabled-border-color: #293041
}

.btn-outline-primary {
	--bs-btn-color: #027335;
	--bs-btn-border-color: #027335;
	--bs-btn-hover-bg: #027335;
	--bs-btn-hover-border-color: #027335;
	--bs-btn-focus-shadow-rgb: 2, 115, 53;
	--bs-btn-active-bg: #027335;
	--bs-btn-active-border-color: #027335;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #027335;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #027335;
	--bs-gradient: none
}

.btn-outline-secondary,
.btn-outline-success {
	--bs-btn-hover-color: #000;
	--bs-btn-active-color: #000;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-bg: transparent;
	--bs-gradient: none
}

.btn-outline-secondary {
	--bs-btn-color: #28B0CE;
	--bs-btn-border-color: #28B0CE;
	--bs-btn-hover-bg: #28B0CE;
	--bs-btn-hover-border-color: #28B0CE;
	--bs-btn-focus-shadow-rgb: 40, 176, 206;
	--bs-btn-active-bg: #28B0CE;
	--bs-btn-active-border-color: #28B0CE;
	--bs-btn-disabled-color: #28B0CE;
	--bs-btn-disabled-border-color: #28B0CE
}

.btn-outline-success {
	--bs-btn-color: #1CBD5C;
	--bs-btn-border-color: #1CBD5C;
	--bs-btn-hover-bg: #1CBD5C;
	--bs-btn-hover-border-color: #1CBD5C;
	--bs-btn-focus-shadow-rgb: 28, 189, 92;
	--bs-btn-active-bg: #1CBD5C;
	--bs-btn-active-border-color: #1CBD5C;
	--bs-btn-disabled-color: #1CBD5C;
	--bs-btn-disabled-border-color: #1CBD5C
}

.btn-outline-info {
	--bs-btn-color: #A131AD;
	--bs-btn-border-color: #A131AD;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #A131AD;
	--bs-btn-hover-border-color: #A131AD;
	--bs-btn-focus-shadow-rgb: 161, 49, 173;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #A131AD;
	--bs-btn-active-border-color: #A131AD;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #A131AD;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #A131AD;
	--bs-gradient: none
}

.btn-outline-danger,
.btn-outline-light,
.btn-outline-warning {
	--bs-btn-hover-color: #000;
	--bs-btn-active-color: #000;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-bg: transparent;
	--bs-gradient: none
}

.btn-outline-warning {
	--bs-btn-color: #EF962E;
	--bs-btn-border-color: #EF962E;
	--bs-btn-hover-bg: #EF962E;
	--bs-btn-hover-border-color: #EF962E;
	--bs-btn-focus-shadow-rgb: 239, 150, 46;
	--bs-btn-active-bg: #EF962E;
	--bs-btn-active-border-color: #EF962E;
	--bs-btn-disabled-color: #EF962E;
	--bs-btn-disabled-border-color: #EF962E
}

.btn-outline-danger {
	--bs-btn-color: #AE7156;
	--bs-btn-border-color: #AE7156;
	--bs-btn-hover-bg: #AE7156;
	--bs-btn-hover-border-color: #AE7156;
	--bs-btn-focus-shadow-rgb: 174, 113, 86;
	--bs-btn-active-bg: #AE7156;
	--bs-btn-active-border-color: #AE7156;
	--bs-btn-disabled-color: #AE7156;
	--bs-btn-disabled-border-color: #AE7156
}

.btn-outline-light {
	--bs-btn-color: #E6E6E6;
	--bs-btn-border-color: #E6E6E6;
	--bs-btn-hover-bg: #E6E6E6;
	--bs-btn-hover-border-color: #E6E6E6;
	--bs-btn-focus-shadow-rgb: 230, 230, 230;
	--bs-btn-active-bg: #E6E6E6;
	--bs-btn-active-border-color: #E6E6E6;
	--bs-btn-disabled-color: #E6E6E6;
	--bs-btn-disabled-border-color: #E6E6E6
}

.btn-outline-dark {
	--bs-btn-color: #293041;
	--bs-btn-border-color: #293041;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #293041;
	--bs-btn-hover-border-color: #293041;
	--bs-btn-focus-shadow-rgb: 41, 48, 65;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #293041;
	--bs-btn-active-border-color: #293041;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #293041;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #293041;
	--bs-gradient: none
}

.btn-link:focus-visible {
	color: var(--bs-btn-color)
}

.btn-link:hover {
	color: var(--bs-btn-hover-color)
}

.btn-group-lg>.btn,
.btn-lg {
	--bs-btn-padding-y: 0.5rem;
	--bs-btn-padding-x: 1rem;
	--bs-btn-font-size: 1.09375rem;
	--bs-btn-border-radius: 0.5rem
}

.btn-group-sm>.btn,
.btn-sm {
	--bs-btn-padding-y: 0.25rem;
	--bs-btn-padding-x: 0.5rem;
	--bs-btn-font-size: 0.76563rem;
	--bs-btn-border-radius: 0.25rem
}

.fade {
	transition: opacity .15s linear
}

.fade:not(.show),
.modal-backdrop.fade,
.offcanvas-backdrop.fade,
.toast.showing {
	opacity: 0
}

.badge:empty,
.check-box .check-2,
.check-box .fa-check-circle,
.collapse:not(.show),
.custom-switch input,
.dz-rating ul .star .fa-solid,
.dz-rating ul .star.hover .fa-regular,
.dz-rating ul .star.selected .fa-regular,
.dz-wizard .steps .box-1 svg,
.dz-wizard .steps .number,
.footer .form-check.checkmark .form-check-input,
.header .header-content .right-content .form-check.checkmark .form-check-input,
.header.style-1 .main-bar,
.header.transparent .main-bar:not(.sticky-header) .form-check.checkmark .form-check-input,
.imageuploadify.well .imageuploadify-images-list .imageuploadify-container .imageuploadify-details,
.imageuploadify.well .imageuploadify-images-list .imageuploadify-message,
.imageuploadify.well .imageuploadify-images-list i,
.message-icon,
.navbar-expand .navbar-toggler,
.navbar-expand .offcanvas .offcanvas-header,
.noUi-horizontal .noUi-handle::after,
.noUi-horizontal .noUi-handle::before,
.noUi-vertical .noUi-handle::after,
.noUi-vertical .noUi-handle::before,
.popover-header:empty,
.show-pass .fa-eye,
.show-pass.active .fa-eye-slash,
.tab-content>.tab-pane,
.theme-btn .light,
.theme-btn.active .dark,
.theme-color .light,
.theme-color-settings li input,
.theme-color.active .dark,
.toast:not(.show) {
	display: none
}

.collapsing {
	height: 0;
	transition: height .35s
}

.collapsing.collapse-horizontal {
	width: 0;
	height: auto;
	transition: width .35s
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	border-top: .3em solid;
	border-bottom: 0
}

.card>hr,
.dropdown-toggle-split::after,
.dropdown-toggle:empty::after,
.dropend .dropdown-toggle-split::after,
.dropend .dropdown-toggle:empty::after,
.dropstart .dropdown-toggle:empty::after,
.dropup .dropdown-toggle-split::after,
.dropup .dropdown-toggle:empty::after,
.m-l0 {
	margin-left: 0
}

.dropdown-menu {
	--bs-dropdown-zindex: 1000;
	--bs-dropdown-min-width: 10rem;
	--bs-dropdown-padding-x: 0;
	--bs-dropdown-padding-y: 0.5rem;
	--bs-dropdown-spacer: 0.125rem;
	--bs-dropdown-font-size: 0.875rem;
	--bs-dropdown-color: var(--bs-body-color);
	--bs-dropdown-bg: var(--bs-body-bg);
	--bs-dropdown-border-radius: 0.375rem;
	--bs-dropdown-border-width: var(--bs-border-width);
	--bs-dropdown-inner-border-radius: calc($dropdown-border-radius - $dropdown-border-width);
	--bs-dropdown-divider-margin-y: 0.5rem;
	--bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
	--bs-dropdown-link-color: var(--bs-body-color);
	--bs-dropdown-link-hover-color: var(--bs-body-color);
	--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
	--bs-dropdown-item-padding-x: 1rem;
	--bs-dropdown-item-padding-y: 0.25rem;
	--bs-dropdown-header-color: #6c757d;
	--bs-dropdown-header-padding-x: 1rem;
	--bs-dropdown-header-padding-y: 0.5rem;
	position: absolute;
	z-index: var(--bs-dropdown-zindex);
	display: none;
	min-width: var(--bs-dropdown-min-width);
	padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
	margin: 0;
	font-size: var(--bs-dropdown-font-size);
	color: var(--bs-dropdown-color);
	text-align: left;
	background-color: var(--bs-dropdown-bg);
	background-clip: padding-box;
	border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
	border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: var(--bs-dropdown-spacer)
}

.dropdown-menu-start {
	--bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0
}

.dropdown-menu-end {
	--bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto
}

.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: var(--bs-dropdown-spacer)
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	border-top: 0;
	border-bottom: .3em solid
}

.dropend .dropdown-toggle::after,
.dropstart .dropdown-toggle::before {
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	content: ""
}

.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: var(--bs-dropdown-spacer)
}

.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	border-right: 0;
	border-left: .3em solid;
	vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: var(--bs-dropdown-spacer)
}

.dropstart .dropdown-toggle::after {
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	display: none
}

.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	border-right: .3em solid;
	vertical-align: 0
}

.dropdown-divider {
	height: 0;
	margin: var(--bs-dropdown-divider-margin-y) 0;
	border-top: 1px solid var(--bs-dropdown-divider-bg);
	opacity: 1
}

.badge-demo .badge:last-child,
.bootstrap-badge-buttons button:last-child,
.bootstrap-label .label:last-child,
.card>hr,
.dropstart .dropdown-toggle-split::before,
.m-r0,
.story-bar li:last-child {
	margin-right: 0
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	clear: both;
	font-weight: 400;
	color: var(--bs-dropdown-link-color);
	text-align: inherit;
	background-color: transparent;
	border: 0;
	border-radius: var(--bs-dropdown-item-border-radius, 0)
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: var(--bs-dropdown-link-hover-color);
	background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
	color: var(--bs-dropdown-link-active-color);
	background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: var(--bs-dropdown-link-disabled-color);
	pointer-events: none;
	background-color: transparent
}

.card-item.style-5 .dz-content a,
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active,
.dark-overlay.active,
.dropdown-menu.show,
.dz-notification .notification-list .list-items.fill-color .dz-icon-box:after,
.dz-wizard .steps ul li.done .box-1 svg,
.menubar-area.style-8 .menubar-nav .nav-link.active span,
.menubar-area.style-9 .menubar-nav .nav-link.active:after,
.price-box .last-price,
.price-box .price-title,
.radio .radio-label input:checked~.checkmark:after,
.short-tag.style-3 .btn-check:checked+.tag-btn:after,
.short-tag.style-4 .btn-check:checked+.tag-btn:after,
.tab-content>.active,
.theme-color-settings li input:checked+label:after {
	display: block
}

.dropdown-header {
	display: block;
	padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
	margin-bottom: 0;
	font-size: .76563rem;
	color: var(--bs-dropdown-header-color)
}

.dropdown-item-text {
	display: block;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
	--bs-dropdown-color: #dee2e6;
	--bs-dropdown-bg: #343a40;
	--bs-dropdown-box-shadow: ;
	--bs-dropdown-link-color: #dee2e6;
	--bs-dropdown-link-hover-color: #fff;
	--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
	--bs-dropdown-header-color: #adb5bd
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 1
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

.btn-toolbar .input-group,
.header.style-2 .header-content .left-content,
.team-swiper-4 .swiper-slide {
	width: auto
}

.btn-group {
	border-radius: .375rem
}

.btn-group>.btn-group:not(:first-child),
.btn-group>:not(.btn-check:first-child)+.btn {
	margin-left: calc($btn-border-width * -1)
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.card-img,
.card-img-bottom,
.card-img-top,
.card-item .dz-media img,
.dz-list.style-3 ul .item-content .item-inner,
.dz-wizard .steps ul,
.footer .chat-footer form,
.form-control.custom-image-select-2 .dropdown-menu,
.full-img,
.image-upload img,
.item-list.style-2 .item-content .item-inner,
.item-list.style-3 .item-content .item-inner,
.item-list.style-4 .item-content .item-inner,
.item-list.style-5 .item-content .item-inner,
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link,
.order-box .order-content .right-content,
.progress-stacked>.progress>.progress-bar,
.reviews-type,
.swiper-slider-full .swiper-slide {
	width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
	margin-top: calc($btn-border-width * -1)
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav {
	--bs-nav-link-padding-x: 1rem;
	--bs-nav-link-color: var(--bs-link-color);
	--bs-nav-link-hover-color: var(--bs-link-hover-color);
	--bs-nav-link-disabled-color: var(--bs-secondary-color);
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0
}

.nav-link {
	display: block;
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	font-size: var(--bs-nav-link-font-size);
	font-weight: var(--bs-nav-link-font-weight);
	color: var(--bs-nav-link-color);
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.nav-link:focus,
.nav-link:hover {
	color: var(--bs-nav-link-hover-color)
}

.nav-link.disabled {
	color: var(--bs-nav-link-disabled-color);
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	--bs-nav-tabs-border-width: var(--bs-border-width);
	--bs-nav-tabs-border-color: var(--bs-border-color);
	--bs-nav-tabs-border-radius: var(--bs-border-radius);
	--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
	--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
	--bs-nav-tabs-link-active-bg: var(--bs-body-bg);
	--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
	border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
	margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
	background: 0 0;
	border: var(--bs-nav-tabs-border-width) solid transparent;
	border-top-left-radius: var(--bs-nav-tabs-border-radius);
	border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	isolation: isolate;
	border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-pills .nav-link:disabled,
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
	color: var(--bs-nav-link-disabled-color);
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: var(--bs-nav-tabs-link-active-color);
	background-color: var(--bs-nav-tabs-link-active-bg);
	border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
	margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills {
	--bs-nav-pills-border-radius: 0.375rem;
	--bs-nav-pills-link-active-color: #fff;
	--bs-nav-pills-link-active-bg: #027335
}

.nav-pills .nav-link {
	background: 0 0;
	border: 0;
	border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: var(--bs-nav-pills-link-active-color);
	background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

.navbar {
	--bs-navbar-padding-x: 0;
	--bs-navbar-padding-y: 0.5rem;
	--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
	--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
	--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
	--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-padding-y: 0.325rem;
	--bs-navbar-brand-margin-end: 1rem;
	--bs-navbar-brand-font-size: 1.09375rem;
	--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-nav-link-padding-x: 0.5rem;
	--bs-navbar-toggler-padding-y: 0.25rem;
	--bs-navbar-toggler-padding-x: 0.75rem;
	--bs-navbar-toggler-font-size: 1.09375rem;
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28109, 137, 143, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
	--bs-navbar-toggler-border-radius: 0.375rem;
	--bs-navbar-toggler-focus-width: 0rem;
	--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar-dark,
[data-bs-theme=dark] .navbar {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card-img-overlay,
.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	padding-top: var(--bs-navbar-brand-padding-y);
	padding-bottom: var(--bs-navbar-brand-padding-y);
	margin-right: var(--bs-navbar-brand-margin-end);
	font-size: var(--bs-navbar-brand-font-size);
	color: var(--bs-navbar-brand-color)
}

.card-header-pills,
.card-header-tabs {
	margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
	margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
}

.navbar-text,
.navbar-toggler {
	color: var(--bs-navbar-color)
}

.navbar-brand:focus,
.navbar-brand:hover {
	color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
	--bs-nav-link-padding-x: 0;
	--bs-nav-link-color: var(--bs-navbar-color);
	--bs-nav-link-hover-color: var(--bs-navbar-hover-color);
	--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link,
.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
	color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
	position: static
}

.navbar-text {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
	font-size: var(--bs-navbar-toggler-font-size);
	line-height: 1;
	background-color: transparent;
	border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
	border-radius: var(--bs-navbar-toggler-border-radius);
	transition: var(--bs-navbar-toggler-transition)
}

.navbar-toggler:focus {
	outline: 0;
	box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-image: var(--bs-navbar-toggler-icon-bg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%
}

.navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto
}

.navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start
}

.list-group-horizontal,
.navbar-expand .navbar-nav {
	flex-direction: row
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: var(--bs-navbar-nav-link-padding-x);
	padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll,
.progress-stacked>.progress {
	overflow: visible
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto
}

.navbar-expand .offcanvas {
	position: static;
	z-index: auto;
	flex-grow: 1;
	width: auto !important;
	height: auto !important;
	visibility: visible !important;
	background-color: transparent !important;
	border: 0 !important;
	transform: none !important;
	transition: none
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing,
.pwa-backdrop.show,
.pwa-offcanvas.show {
	visibility: visible
}

.navbar-expand .offcanvas .offcanvas-body {
	display: flex;
	flex-grow: 0;
	padding: 0;
	overflow-y: visible
}

.card,
.progress-bar {
	flex-direction: column
}

.navbar-dark {
	--bs-navbar-color: rgba(255, 255, 255, 0.55);
	--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
	--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
	--bs-navbar-active-color: #fff;
	--bs-navbar-brand-color: #fff;
	--bs-navbar-brand-hover-color: #fff;
	--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1)
}

.card {
	--bs-card-spacer-y: 1rem;
	--bs-card-spacer-x: 1rem;
	--bs-card-title-spacer-y: 0.5rem;
	--bs-card-title-color: ;
	--bs-card-subtitle-color: ;
	--bs-card-border-width: var(--bs-border-width);
	--bs-card-border-color: var(--bs-border-color-translucent);
	--bs-card-border-radius: var(--bs-border-radius);
	--bs-card-box-shadow: ;
	--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
	--bs-card-cap-padding-y: 0.5rem;
	--bs-card-cap-padding-x: 1rem;
	--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
	--bs-card-cap-color: ;
	--bs-card-height: ;
	--bs-card-color: ;
	--bs-card-bg: var(--bs-body-bg);
	--bs-card-img-overlay-padding: 1rem;
	--bs-card-group-margin: 15px;
	display: flex;
	min-width: 0;
	height: var(--bs-card-height);
	background-color: var(--bs-card-bg);
	background-clip: border-box;
	border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	border-radius: var(--bs-card-border-radius)
}

.card-img,
.card-img-top,
.card>.list-group:first-child {
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-bottom,
.card>.list-group:last-child {
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group {
	border-top: inherit;
	border-bottom: inherit
}

.card>.list-group:first-child {
	border-top-width: 0
}

.card>.list-group:last-child {
	border-bottom-width: 0
}

.accordion-flush .accordion-item:first-child,
.accordion-item:not(:first-of-type),
.card>.card-header+.list-group,
.card>.list-group+.card-footer {
	border-top: 0
}

.card-body {
	flex: 1 1 auto;
	padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
	color: var(--bs-card-color)
}

.card-title {
	margin-bottom: var(--bs-card-title-spacer-y);
	color: var(--bs-card-title-color)
}

.card-subtitle {
	margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
	margin-bottom: 0;
	color: var(--bs-card-subtitle-color)
}

.card-footer,
.card-header {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	color: var(--bs-card-cap-color);
	background-color: var(--bs-card-cap-bg)
}

.card-link+.card-link {
	margin-left: var(--bs-card-spacer-x)
}

.card-header {
	margin-bottom: 0;
	border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-header:first-child {
	border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
	border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
	border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
	margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
	border-bottom: 0
}

.card-header-tabs .nav-link.active {
	background-color: var(--bs-card-bg);
	border-bottom-color: var(--bs-card-bg)
}

.card-img-overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: var(--bs-card-img-overlay-padding);
	border-radius: var(--bs-card-inner-border-radius)
}

.accordion-button,
.alert,
.btn .badge,
.list-group-item,
.page-link {
	position: relative
}

.card-group>.card {
	margin-bottom: var(--bs-card-group-margin)
}

.accordion {
	--bs-accordion-color: var(--bs-body-color);
	--bs-accordion-bg: var(--bs-body-bg);
	--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
	--bs-accordion-border-color: var(--bs-border-color);
	--bs-accordion-border-width: var(--bs-border-width);
	--bs-accordion-border-radius: var(--bs-border-radius);
	--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
	--bs-accordion-btn-padding-x: 1.25rem;
	--bs-accordion-btn-padding-y: 1rem;
	--bs-accordion-btn-color: var(--bs-body-color);
	--bs-accordion-btn-bg: var(--bs-accordion-bg);
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236d898f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-btn-icon-width: 1.25rem;
	--bs-accordion-btn-icon-transform: rotate(-180deg);
	--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234436a7'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-btn-focus-border-color: #81b99a;
	--bs-accordion-btn-focus-box-shadow: 0 0 0 0rem rgba(2, 115, 53, 0.25);
	--bs-accordion-body-padding-x: 1.25rem;
	--bs-accordion-body-padding-y: 1rem;
	--bs-accordion-active-color: var(--bs-primary-text);
	--bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
	display: flex;
	align-items: center;
	width: 100%;
	padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
	font-size: .875rem;
	color: var(--bs-accordion-btn-color);
	text-align: left;
	background-color: var(--bs-accordion-btn-bg);
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: var(--bs-accordion-transition)
}

.badge,
.progress-bar {
	text-align: center;
	white-space: nowrap
}

.accordion-button:not(.collapsed) {
	color: var(--bs-accordion-active-color);
	background-color: var(--bs-accordion-active-bg);
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-active-icon);
	transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
	flex-shrink: 0;
	width: var(--bs-accordion-btn-icon-width);
	height: var(--bs-accordion-btn-icon-width);
	margin-left: auto;
	content: "";
	background-image: var(--bs-accordion-btn-icon);
	background-repeat: no-repeat;
	background-size: var(--bs-accordion-btn-icon-width);
	transition: var(--bs-accordion-btn-icon-transition)
}

.accordion-button:hover {
	z-index: 2
}

.accordion-button:focus {
	z-index: 3;
	border-color: var(--bs-accordion-btn-focus-border-color);
	outline: 0;
	box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-item {
	color: var(--bs-accordion-color);
	background-color: var(--bs-accordion-bg);
	border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
	border-top-left-radius: var(--bs-accordion-border-radius);
	border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: var(--bs-accordion-inner-border-radius);
	border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-collapse {
	border-bottom-right-radius: var(--bs-accordion-border-radius);
	border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
	border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-body {
	padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
	border-width: 0
}

.accordion-flush .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.accordion-flush .accordion-item:last-child,
.dz-list.style-3 ul li:last-child,
.dz-list.style-7 ul li:last-child,
.item-list ul li:last-child,
.item-list.style-3 ul li,
.item-list.style-4 ul li,
.item-list.style-5 ul li,
.item-list.style-6 ul li,
.message-list li:last-child,
.order-box .order-content .right-content ul li:last-child,
.user-review:last-child {
	border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed,
.accordion.accordion-no-gutter .accordion-header,
.accordion.accordion-no-gutter .accordion-header.collapsed,
.accordion.accordion-no-gutter .accordion__body,
.alert-square,
.btn-square,
.btn.btn-sharp,
.list-group-flush,
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header,
.radio.square-radio .radio-label .checkmark {
	border-radius: 0
}

[data-bs-theme=dark] .accordion-button::after {
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23998ee3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23998ee3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.breadcrumb {
	--bs-breadcrumb-padding-x: 0;
	--bs-breadcrumb-padding-y: 0;
	--bs-breadcrumb-margin-bottom: 1rem;
	--bs-breadcrumb-bg: ;
	--bs-breadcrumb-border-radius: ;
	--bs-breadcrumb-divider-color: var(--bs-secondary-color);
	--bs-breadcrumb-item-padding-x: 0.5rem;
	--bs-breadcrumb-item-active-color: var(--bs-secondary-color);
	display: flex;
	flex-wrap: wrap;
	padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
	margin-bottom: var(--bs-breadcrumb-margin-bottom);
	font-size: var(--bs-breadcrumb-font-size);
	background-color: var(--bs-breadcrumb-bg);
	border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: var(--bs-breadcrumb-item-padding-x);
	color: var(--bs-breadcrumb-divider-color);
	content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
	color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
	--bs-pagination-padding-x: 0.75rem;
	--bs-pagination-padding-y: 0.375rem;
	--bs-pagination-font-size: 0.875rem;
	--bs-pagination-color: var(--bs-link-color);
	--bs-pagination-bg: var(--bs-body-bg);
	--bs-pagination-border-width: var(--bs-border-width);
	--bs-pagination-border-color: var(--bs-border-color);
	--bs-pagination-border-radius: var(--bs-border-radius);
	--bs-pagination-hover-color: var(--bs-link-hover-color);
	--bs-pagination-hover-bg: var(--bs-tertiary-bg);
	--bs-pagination-hover-border-color: var(--bs-border-color);
	--bs-pagination-focus-color: var(--bs-link-hover-color);
	--bs-pagination-focus-bg: var(--bs-secondary-bg);
	--bs-pagination-focus-box-shadow: 0 0 0 0rem rgba(2, 115, 53, 0.25);
	--bs-pagination-active-color: #fff;
	--bs-pagination-active-bg: #027335;
	--bs-pagination-active-border-color: #027335;
	--bs-pagination-disabled-color: var(--bs-secondary-color);
	--bs-pagination-disabled-bg: var(--bs-secondary-bg);
	--bs-pagination-disabled-border-color: var(--bs-border-color);
	display: flex;
	padding-left: 0
}

.page-link {
	display: block;
	padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
	font-size: var(--bs-pagination-font-size);
	color: var(--bs-pagination-color);
	background-color: var(--bs-pagination-bg);
	border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.page-link:hover {
	z-index: 2;
	color: var(--bs-pagination-hover-color);
	background-color: var(--bs-pagination-hover-bg);
	border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
	z-index: 3;
	color: var(--bs-pagination-focus-color);
	background-color: var(--bs-pagination-focus-bg);
	outline: 0;
	box-shadow: var(--bs-pagination-focus-box-shadow)
}

.active>.page-link,
.page-link.active {
	z-index: 3;
	color: var(--bs-pagination-active-color);
	background-color: var(--bs-pagination-active-bg);
	border-color: var(--bs-pagination-active-border-color)
}

.disabled>.page-link,
.page-link.disabled {
	color: var(--bs-pagination-disabled-color);
	pointer-events: none;
	background-color: var(--bs-pagination-disabled-bg);
	border-color: var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
	margin-left: calc($pagination-border-width * -1)
}

.page-item:first-child .page-link {
	border-top-left-radius: var(--bs-pagination-border-radius);
	border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
	border-top-right-radius: var(--bs-pagination-border-radius);
	border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
	--bs-pagination-padding-x: 1.5rem;
	--bs-pagination-padding-y: 0.75rem;
	--bs-pagination-font-size: 1.09375rem;
	--bs-pagination-border-radius: 0.5rem
}

.pagination-sm {
	--bs-pagination-padding-x: 0.5rem;
	--bs-pagination-padding-y: 0.25rem;
	--bs-pagination-font-size: 0.76563rem;
	--bs-pagination-border-radius: 0.25rem
}

.badge {
	--bs-badge-padding-x: 0.65em;
	--bs-badge-padding-y: 0.35em;
	--bs-badge-font-size: 0.75em;
	--bs-badge-font-weight: 700;
	--bs-badge-color: #fff;
	--bs-badge-border-radius: 0.375rem;
	display: inline-block;
	padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
	font-size: var(--bs-badge-font-size);
	font-weight: var(--bs-badge-font-weight);
	color: var(--bs-badge-color);
	vertical-align: baseline;
	border-radius: var(--bs-badge-border-radius)
}

.btn .badge {
	top: -1px
}

.alert {
	--bs-alert-bg: transparent;
	--bs-alert-padding-x: 1rem;
	--bs-alert-padding-y: 1rem;
	--bs-alert-margin-bottom: 1rem;
	--bs-alert-color: inherit;
	--bs-alert-border-color: transparent;
	--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
	--bs-alert-border-radius: 0.375rem;
	--bs-alert-link-color: inherit;
	padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
	margin-bottom: var(--bs-alert-margin-bottom);
	color: var(--bs-alert-color);
	background-color: var(--bs-alert-bg);
	border: var(--bs-alert-border);
	border-radius: var(--bs-alert-border-radius)
}

.alert-link {
	font-weight: 700;
	color: var(--bs-alert-link-color)
}

.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2
}

.alert-primary {
	--bs-alert-color: var(--bs-primary-text);
	--bs-alert-bg: var(--bs-primary-bg-subtle);
	--bs-alert-border-color: var(--bs-primary-border-subtle);
	--bs-alert-link-color: var(--bs-primary-text)
}

.alert-secondary {
	--bs-alert-color: var(--bs-secondary-text);
	--bs-alert-bg: var(--bs-secondary-bg-subtle);
	--bs-alert-border-color: var(--bs-secondary-border-subtle);
	--bs-alert-link-color: var(--bs-secondary-text)
}

.alert-success {
	--bs-alert-color: var(--bs-success-text);
	--bs-alert-bg: var(--bs-success-bg-subtle);
	--bs-alert-border-color: var(--bs-success-border-subtle);
	--bs-alert-link-color: var(--bs-success-text)
}

.alert-info {
	--bs-alert-color: var(--bs-info-text);
	--bs-alert-bg: var(--bs-info-bg-subtle);
	--bs-alert-border-color: var(--bs-info-border-subtle);
	--bs-alert-link-color: var(--bs-info-text)
}

.alert-warning {
	--bs-alert-color: var(--bs-warning-text);
	--bs-alert-bg: var(--bs-warning-bg-subtle);
	--bs-alert-border-color: var(--bs-warning-border-subtle);
	--bs-alert-link-color: var(--bs-warning-text)
}

.alert-danger {
	--bs-alert-color: var(--bs-danger-text);
	--bs-alert-bg: var(--bs-danger-bg-subtle);
	--bs-alert-border-color: var(--bs-danger-border-subtle);
	--bs-alert-link-color: var(--bs-danger-text)
}

.alert-light {
	--bs-alert-color: var(--bs-light-text);
	--bs-alert-bg: var(--bs-light-bg-subtle);
	--bs-alert-border-color: var(--bs-light-border-subtle);
	--bs-alert-link-color: var(--bs-light-text)
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem
	}
}

.progress,
.progress-stacked {
	--bs-progress-height: 1rem;
	--bs-progress-font-size: 0.65625rem;
	--bs-progress-bg: var(--bs-secondary-bg);
	--bs-progress-border-radius: var(--bs-border-radius);
	--bs-progress-box-shadow: var(--bs-box-shadow-inset);
	--bs-progress-bar-color: #fff;
	--bs-progress-bar-bg: #027335;
	--bs-progress-bar-transition: width 0.6s ease;
	display: flex;
	height: var(--bs-progress-height);
	overflow: hidden;
	font-size: var(--bs-progress-font-size);
	background-color: var(--bs-progress-bg);
	border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
	display: flex;
	justify-content: center;
	overflow: hidden;
	color: var(--bs-progress-bar-color);
	background-color: var(--bs-progress-bar-bg);
	transition: var(--bs-progress-bar-transition)
}

.popover,
.tooltip {
	font-style: normal;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	word-wrap: break-word;
	text-decoration: none;
	font-family: Lato, sans-serif
}

.progress-bar-striped {
	background-size: var(--bs-progress-height) var(--bs-progress-height)
}

.progress-bar-animated {
	animation: 1s linear infinite progress-bar-stripes
}

.list-group {
	--bs-list-group-color: var(--bs-body-color);
	--bs-list-group-bg: var(--bs-body-bg);
	--bs-list-group-border-color: var(--bs-border-color);
	--bs-list-group-border-width: var(--bs-border-width);
	--bs-list-group-border-radius: var(--bs-border-radius);
	--bs-list-group-item-padding-x: 1rem;
	--bs-list-group-item-padding-y: 0.5rem;
	--bs-list-group-action-color: var(--bs-secondary-color);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
	--bs-list-group-action-active-color: var(--bs-body-color);
	--bs-list-group-action-active-bg: var(--bs-secondary-bg);
	--bs-list-group-disabled-color: var(--bs-secondary-color);
	--bs-list-group-disabled-bg: var(--bs-body-bg);
	--bs-list-group-active-color: #fff;
	--bs-list-group-active-bg: #027335;
	--bs-list-group-active-border-color: #027335;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: var(--bs-list-group-border-radius)
}

.list-group-numbered {
	list-style-type: none;
	counter-reset: section
}

.list-group-numbered>.list-group-item::before {
	content: counters(section, ".") ". ";
	counter-increment: section
}

.list-group-item-action {
	width: 100%;
	color: var(--bs-list-group-action-color);
	text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
	z-index: 1;
	color: var(--bs-list-group-action-hover-color);
	text-decoration: none;
	background-color: var(--bs-list-group-action-hover-bg)
}

.list-group-item-action:active {
	color: var(--bs-list-group-action-active-color);
	background-color: var(--bs-list-group-action-active-bg)
}

.list-group-item {
	display: block;
	padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
	color: var(--bs-list-group-color);
	text-decoration: none;
	background-color: var(--bs-list-group-bg);
	border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: var(--bs-list-group-disabled-color);
	pointer-events: none;
	background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
	z-index: 2;
	color: var(--bs-list-group-active-color);
	background-color: var(--bs-list-group-active-bg);
	border-color: var(--bs-list-group-active-border-color)
}

.btn-close,
.btn-close:hover {
	color: var(--bs-btn-close-color)
}

.list-group-item+.list-group-item.active {
	margin-top: calc(-1 * var(--bs-list-group-border-width));
	border-top-width: var(--bs-list-group-border-width)
}

.form-control span,
.list-group-horizontal>.list-group-item.active,
.m-t0,
.page-onboading .swiper-btn,
.started-swiper-box .view-logo+.slide-content,
p {
	margin-top: 0
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
	border-bottom-left-radius: var(--bs-list-group-border-radius);
	border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
	border-top-right-radius: var(--bs-list-group-border-radius);
	border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: var(--bs-list-group-border-width);
	border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: calc(-1 * var(--bs-list-group-border-width));
	border-left-width: var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item {
	border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-item-primary {
	--bs-list-group-color: var(--bs-primary-text);
	--bs-list-group-bg: var(--bs-primary-bg-subtle);
	--bs-list-group-border-color: var(--bs-primary-border-subtle)
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle)
}

.list-group-item-primary.list-group-item-action:active {
	--bs-list-group-active-color: var(--bs-emphasis-color);
	--bs-list-group-active-bg: var(--bs-primary-text);
	--bs-list-group-active-border-color: var(--bs-primary-text)
}

.list-group-item-secondary {
	--bs-list-group-color: var(--bs-secondary-text);
	--bs-list-group-bg: var(--bs-secondary-bg-subtle);
	--bs-list-group-border-color: var(--bs-secondary-border-subtle)
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle)
}

.list-group-item-secondary.list-group-item-action:active {
	--bs-list-group-active-color: var(--bs-emphasis-color);
	--bs-list-group-active-bg: var(--bs-secondary-text);
	--bs-list-group-active-border-color: var(--bs-secondary-text)
}

.list-group-item-success {
	--bs-list-group-color: var(--bs-success-text);
	--bs-list-group-bg: var(--bs-success-bg-subtle);
	--bs-list-group-border-color: var(--bs-success-border-subtle)
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-success-border-subtle)
}

.list-group-item-success.list-group-item-action:active {
	--bs-list-group-active-color: var(--bs-emphasis-color);
	--bs-list-group-active-bg: var(--bs-success-text);
	--bs-list-group-active-border-color: var(--bs-success-text)
}

.list-group-item-info {
	--bs-list-group-color: var(--bs-info-text);
	--bs-list-group-bg: var(--bs-info-bg-subtle);
	--bs-list-group-border-color: var(--bs-info-border-subtle)
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-info-border-subtle)
}

.list-group-item-info.list-group-item-action:active {
	--bs-list-group-active-color: var(--bs-emphasis-color);
	--bs-list-group-active-bg: var(--bs-info-text);
	--bs-list-group-active-border-color: var(--bs-info-text)
}

.list-group-item-warning {
	--bs-list-group-color: var(--bs-warning-text);
	--bs-list-group-bg: var(--bs-warning-bg-subtle);
	--bs-list-group-border-color: var(--bs-warning-border-subtle)
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle)
}

.list-group-item-warning.list-group-item-action:active {
	--bs-list-group-active-color: var(--bs-emphasis-color);
	--bs-list-group-active-bg: var(--bs-warning-text);
	--bs-list-group-active-border-color: var(--bs-warning-text)
}

.list-group-item-danger {
	--bs-list-group-color: var(--bs-danger-text);
	--bs-list-group-bg: var(--bs-danger-bg-subtle);
	--bs-list-group-border-color: var(--bs-danger-border-subtle)
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle)
}

.list-group-item-danger.list-group-item-action:active {
	--bs-list-group-active-color: var(--bs-emphasis-color);
	--bs-list-group-active-bg: var(--bs-danger-text);
	--bs-list-group-active-border-color: var(--bs-danger-text)
}

.list-group-item-light {
	--bs-list-group-color: var(--bs-light-text);
	--bs-list-group-bg: var(--bs-light-bg-subtle);
	--bs-list-group-border-color: var(--bs-light-border-subtle)
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-light-border-subtle)
}

.list-group-item-light.list-group-item-action:active {
	--bs-list-group-active-color: var(--bs-emphasis-color);
	--bs-list-group-active-bg: var(--bs-light-text);
	--bs-list-group-active-border-color: var(--bs-light-text)
}

.list-group-item-dark {
	--bs-list-group-color: var(--bs-dark-text);
	--bs-list-group-bg: var(--bs-dark-bg-subtle);
	--bs-list-group-border-color: var(--bs-dark-border-subtle)
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle)
}

.list-group-item-dark.list-group-item-action:active {
	--bs-list-group-active-color: var(--bs-emphasis-color);
	--bs-list-group-active-bg: var(--bs-dark-text);
	--bs-list-group-active-border-color: var(--bs-dark-text)
}

.btn-close {
	--bs-btn-close-color: #000;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	--bs-btn-close-opacity: 0.5;
	--bs-btn-close-hover-opacity: 0.75;
	--bs-btn-close-focus-shadow: 0 0 0 0rem rgba(2, 115, 53, 0.25);
	--bs-btn-close-focus-opacity: 1;
	--bs-btn-close-disabled-opacity: 0.25;
	--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em;
	background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
	border: 0;
	border-radius: .375rem;
	opacity: var(--bs-btn-close-opacity)
}

.modal-content,
.popover,
.toast,
.toast-header {
	background-clip: padding-box
}

.btn-close:hover {
	text-decoration: none;
	opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
	outline: 0;
	box-shadow: var(--bs-btn-close-focus-shadow);
	opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close.disabled,
.btn-close:disabled {
	pointer-events: none;
	user-select: none;
	opacity: var(--bs-btn-close-disabled-opacity)
}

.btn-close-white,
[data-bs-theme=dark] .btn-close {
	filter: var(--bs-btn-close-white-filter)
}

.toast {
	--bs-toast-zindex: 1090;
	--bs-toast-padding-x: 0.75rem;
	--bs-toast-padding-y: 0.5rem;
	--bs-toast-spacing: 30px;
	--bs-toast-max-width: 350px;
	--bs-toast-font-size: 0.875rem;
	--bs-toast-color: ;
	--bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
	--bs-toast-border-width: var(--bs-border-width);
	--bs-toast-border-color: var(--bs-border-color-translucent);
	--bs-toast-border-radius: var(--bs-border-radius);
	--bs-toast-box-shadow: var(--bs-box-shadow);
	--bs-toast-header-color: var(--bs-secondary-color);
	--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
	--bs-toast-header-border-color: var(--bs-border-color-translucent);
	width: var(--bs-toast-max-width);
	max-width: 100%;
	font-size: var(--bs-toast-font-size);
	color: var(--bs-toast-color);
	pointer-events: auto;
	background-color: var(--bs-toast-bg);
	border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
	box-shadow: var(--bs-toast-box-shadow);
	border-radius: var(--bs-toast-border-radius)
}

.toast-container {
	--bs-toast-zindex: 1090;
	position: absolute;
	z-index: var(--bs-toast-zindex);
	width: max-content;
	max-width: 100%;
	pointer-events: none
}

.toast-container>:not(:last-child) {
	margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
	display: flex;
	align-items: center;
	padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
	color: var(--bs-toast-header-color);
	background-color: var(--bs-toast-header-bg);
	border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
	border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
	border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

.toast-header .btn-close {
	margin-right: calc(-.5 * var(--bs-toast-padding-x));
	margin-left: var(--bs-toast-padding-x)
}

.toast-body {
	padding: var(--bs-toast-padding-x);
	word-wrap: break-word
}

.modal {
	--bs-modal-zindex: 1055;
	--bs-modal-width: 500px;
	--bs-modal-padding: 1rem;
	--bs-modal-margin: 0.5rem;
	--bs-modal-color: ;
	--bs-modal-bg: var(--bs-body-bg);
	--bs-modal-border-color: var(--bs-border-color-translucent);
	--bs-modal-border-width: var(--bs-border-width);
	--bs-modal-border-radius: var(--bs-border-radius-lg);
	--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
	--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
	--bs-modal-header-padding-x: 1rem;
	--bs-modal-header-padding-y: 1rem;
	--bs-modal-header-padding: 1rem 1rem;
	--bs-modal-header-border-color: var(--bs-border-color);
	--bs-modal-header-border-width: var(--bs-border-width);
	--bs-modal-title-line-height: 1.6;
	--bs-modal-footer-gap: 0.5rem;
	--bs-modal-footer-bg: ;
	--bs-modal-footer-border-color: var(--bs-border-color);
	--bs-modal-footer-border-width: var(--bs-border-width);
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-modal-zindex);
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: var(--bs-modal-margin);
	pointer-events: none
}

.dz-list.style-9 ul .dz-icon svg,
.modal.fade.show .modal-dialog,
.modal.show .modal-dialog,
.offcanvas.show:not(.hiding),
.offcanvas.showing {
	transform: none
}

.modal.fade.show.modal-static .modal-dialog,
.modal.modal-static .modal-dialog {
	transform: scale(1.02)
}

.modal-dialog-scrollable {
	height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden
}

.modal-dialog-scrollable .modal-body,
.modal-fullscreen .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	color: var(--bs-modal-color);
	pointer-events: auto;
	background-color: var(--bs-modal-bg);
	border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
	border-radius: var(--bs-modal-border-radius);
	outline: 0
}

.modal-backdrop {
	--bs-backdrop-zindex: 1050;
	--bs-backdrop-bg: #000;
	--bs-backdrop-opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-backdrop-zindex);
	width: 100vw;
	height: 100vh;
	background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.show {
	opacity: var(--bs-backdrop-opacity)
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: var(--bs-modal-header-padding);
	border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
	border-top-left-radius: var(--bs-modal-inner-border-radius);
	border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
	padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
	margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}

.modal-title {
	margin-bottom: 0;
	line-height: var(--bs-modal-title-line-height)
}

.popover,
.tooltip,
body {
	line-height: 1.6;
	font-weight: 400
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: var(--bs-modal-padding)
}

.modal-footer {
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
	background-color: var(--bs-modal-footer-bg);
	border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
	border-bottom-right-radius: var(--bs-modal-inner-border-radius);
	border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
	margin: calc(var(--bs-modal-footer-gap) * .5)
}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0
}

.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0
}

.tooltip {
	--bs-tooltip-zindex: 1080;
	--bs-tooltip-max-width: 200px;
	--bs-tooltip-padding-x: 0.5rem;
	--bs-tooltip-padding-y: 0.25rem;
	--bs-tooltip-margin: ;
	--bs-tooltip-font-size: 0.76563rem;
	--bs-tooltip-color: var(--bs-body-bg);
	--bs-tooltip-bg: var(--bs-emphasis-color);
	--bs-tooltip-border-radius: var(--bs-border-radius);
	--bs-tooltip-opacity: 0.9;
	--bs-tooltip-arrow-width: 0.8rem;
	--bs-tooltip-arrow-height: 0.4rem;
	z-index: var(--bs-tooltip-zindex);
	display: block;
	padding: var(--bs-tooltip-arrow-height);
	margin: var(--bs-tooltip-margin);
	text-align: left;
	text-align: start;
	font-size: var(--bs-tooltip-font-size);
	opacity: 0
}

.tooltip.show {
	opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
	display: block;
	width: var(--bs-tooltip-arrow-width);
	height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
	bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
	top: -1px;
	border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
	border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
	left: 0;
	width: var(--bs-tooltip-arrow-height);
	height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
	right: -1px;
	border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
	border-right-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
	top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
	border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
	right: 0;
	width: var(--bs-tooltip-arrow-height);
	height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
	left: -1px;
	border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
	border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
	max-width: var(--bs-tooltip-max-width);
	padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
	color: var(--bs-tooltip-color);
	text-align: center;
	background-color: var(--bs-tooltip-bg);
	border-radius: var(--bs-tooltip-border-radius)
}

.popover {
	--bs-popover-zindex: 1070;
	--bs-popover-max-width: 276px;
	--bs-popover-font-size: 0.76563rem;
	--bs-popover-bg: var(--bs-body-bg);
	--bs-popover-border-width: var(--bs-border-width);
	--bs-popover-border-color: var(--bs-border-color-translucent);
	--bs-popover-border-radius: var(--bs-border-radius-lg);
	--bs-popover-inner-border-radius: calc($popover-border-radius - $popover-border-width);
	--bs-popover-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
	--bs-popover-header-padding-x: 1rem;
	--bs-popover-header-padding-y: 0.5rem;
	--bs-popover-header-font-size: 0.875rem;
	--bs-popover-header-color: #2F2F2F;
	--bs-popover-header-bg: var(--bs-secondary-bg);
	--bs-popover-body-padding-x: 1rem;
	--bs-popover-body-padding-y: 1rem;
	--bs-popover-body-color: var(--bs-body-color);
	--bs-popover-arrow-width: 1rem;
	--bs-popover-arrow-height: 0.5rem;
	--bs-popover-arrow-border: var(--bs-popover-border-color);
	z-index: var(--bs-popover-zindex);
	display: block;
	max-width: var(--bs-popover-max-width);
	text-align: left;
	text-align: start;
	font-size: var(--bs-popover-font-size);
	background-color: var(--bs-popover-bg);
	border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-radius: var(--bs-popover-border-radius)
}

.popover .popover-arrow {
	display: block;
	width: var(--bs-popover-arrow-width);
	height: var(--bs-popover-arrow-height)
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
	position: absolute;
	display: block;
	content: "";
	border: 0 solid transparent
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
	bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::after,
.bs-popover-top>.popover-arrow::before {
	border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
	bottom: 0;
	border-top-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
	bottom: var(--bs-popover-border-width);
	border-top-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
	left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
	width: var(--bs-popover-arrow-height);
	height: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::after,
.bs-popover-end>.popover-arrow::before {
	border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
	left: 0;
	border-right-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
	left: var(--bs-popover-border-width);
	border-right-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
	top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::before {
	border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
	top: 0;
	border-bottom-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
	top: var(--bs-popover-border-width);
	border-bottom-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: var(--bs-popover-arrow-width);
	margin-left: calc(-.5 * var(--bs-popover-arrow-width));
	content: "";
	border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
	right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
	width: var(--bs-popover-arrow-height);
	height: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::after,
.bs-popover-start>.popover-arrow::before {
	border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
	right: 0;
	border-left-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
	right: var(--bs-popover-border-width);
	border-left-color: var(--bs-popover-bg)
}

.popover-header {
	padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
	margin-bottom: 0;
	font-size: var(--bs-popover-header-font-size);
	color: var(--bs-popover-header-color);
	background-color: var(--bs-popover-header-bg);
	border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-top-left-radius: var(--bs-popover-inner-border-radius);
	border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-body {
	padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
	color: var(--bs-popover-body-color)
}

.carousel.pointer-event {
	touch-action: pan-y
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner::after,
.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
	transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
	transform: translateX(-100%)
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: .5;
	transition: opacity .15s
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev,
.sidebar.show {
	left: 0
}

.carousel-control-next,
.dropdown-menu.show {
	right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s
}

.offcanvas.offcanvas-bottom,
.offcanvas.offcanvas-top {
	right: 0;
	height: var(--bs-offcanvas-height);
	max-height: 100%;
	left: 0
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center
}

.offcanvas-body,
.offcanvas-header {
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark] .carousel .carousel-control-prev-icon {
	filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target],
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target] {
	background-color: #000
}

.carousel-dark .carousel-caption,
.header.transparent .left-content .menu-toggler,
.header.transparent .main-bar.sticky-header .header-content .back-btn,
.header.transparent .main-bar.sticky-header .header-content .menu-toggler,
.header.transparent .main-bar.sticky-header .header-content .mid-content .h5,
.header.transparent .main-bar.sticky-header .header-content .mid-content h5,
.theme-dark .chip.bg-light,
.theme-dark.body-bg .package-card .h6,
.theme-dark.body-bg .package-card h6,
[data-bs-theme=dark] .carousel .carousel-caption {
	color: #000
}

.spinner-border,
.spinner-grow {
	display: inline-block;
	width: var(--bs-spinner-width);
	height: var(--bs-spinner-height);
	vertical-align: var(--bs-spinner-vertical-align);
	border-radius: 50%;
	animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

.placeholder,
img {
	vertical-align: middle
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg)
	}
}

.spinner-border {
	--bs-spinner-width: 2rem;
	--bs-spinner-height: 2rem;
	--bs-spinner-border-width: 0.25em;
	--bs-spinner-animation-name: spinner-border;
	border: var(--bs-spinner-border-width) solid currentcolor;
	border-right-color: transparent
}

.spinner-border-sm {
	--bs-spinner-width: 1rem;
	--bs-spinner-height: 1rem;
	--bs-spinner-border-width: 0.2em
}

@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

.spinner-grow {
	--bs-spinner-width: 2rem;
	--bs-spinner-height: 2rem;
	--bs-spinner-animation-name: spinner-grow;
	background-color: currentcolor;
	opacity: 0
}

.spinner-grow-sm {
	--bs-spinner-width: 1rem;
	--bs-spinner-height: 1rem
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
	--bs-offcanvas-zindex: 1045;
	--bs-offcanvas-width: 400px;
	--bs-offcanvas-height: 30vh;
	--bs-offcanvas-padding-x: 1rem;
	--bs-offcanvas-padding-y: 1rem;
	--bs-offcanvas-color: var(--bs-body-color);
	--bs-offcanvas-bg: var(--bs-body-bg);
	--bs-offcanvas-border-width: var(--bs-border-width);
	--bs-offcanvas-border-color: var(--bs-border-color-translucent);
	--bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
	--bs-offcanvas-transition: transform 0.3s ease-in-out;
	--bs-offcanvas-title-line-height: 1.6
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-sm-down .modal-footer,
	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto
	}

	.offcanvas-sm {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition)
	}

	.offcanvas-sm.offcanvas-bottom,
	.offcanvas-sm.offcanvas-top {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%
	}

	.offcanvas-sm.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%)
	}

	.offcanvas-sm.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%)
	}

	.offcanvas-sm.offcanvas-top {
		top: 0;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%)
	}

	.offcanvas-sm.offcanvas-bottom {
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%)
	}

	.offcanvas-sm.show:not(.hiding),
	.offcanvas-sm.showing {
		transform: none
	}

	.offcanvas-sm.hiding,
	.offcanvas-sm.show,
	.offcanvas-sm.showing {
		visibility: visible
	}
}

@media (max-width:575.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-sm {
		transition: none
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-md-down .modal-footer,
	.modal-fullscreen-md-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto
	}

	.offcanvas-md {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition)
	}

	.offcanvas-md.offcanvas-bottom,
	.offcanvas-md.offcanvas-top {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%
	}

	.offcanvas-md.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%)
	}

	.offcanvas-md.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%)
	}

	.offcanvas-md.offcanvas-top {
		top: 0;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%)
	}

	.offcanvas-md.offcanvas-bottom {
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%)
	}

	.offcanvas-md.show:not(.hiding),
	.offcanvas-md.showing {
		transform: none
	}

	.offcanvas-md.hiding,
	.offcanvas-md.show,
	.offcanvas-md.showing {
		visibility: visible
	}
}

@media (max-width:767.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-md {
		transition: none
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-lg-down .modal-footer,
	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto
	}

	.offcanvas-lg {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition)
	}

	.offcanvas-lg.offcanvas-bottom,
	.offcanvas-lg.offcanvas-top {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%
	}

	.offcanvas-lg.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%)
	}

	.offcanvas-lg.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%)
	}

	.offcanvas-lg.offcanvas-top {
		top: 0;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%)
	}

	.offcanvas-lg.offcanvas-bottom {
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%)
	}

	.offcanvas-lg.show:not(.hiding),
	.offcanvas-lg.showing {
		transform: none
	}

	.offcanvas-lg.hiding,
	.offcanvas-lg.show,
	.offcanvas-lg.showing {
		visibility: visible
	}
}

@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-lg {
		transition: none
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-xl-down .modal-footer,
	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto
	}

	.offcanvas-xl {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition)
	}

	.offcanvas-xl.offcanvas-bottom,
	.offcanvas-xl.offcanvas-top {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%
	}

	.offcanvas-xl.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%)
	}

	.offcanvas-xl.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%)
	}

	.offcanvas-xl.offcanvas-top {
		top: 0;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%)
	}

	.offcanvas-xl.offcanvas-bottom {
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%)
	}

	.offcanvas-xl.show:not(.hiding),
	.offcanvas-xl.showing {
		transform: none
	}

	.offcanvas-xl.hiding,
	.offcanvas-xl.show,
	.offcanvas-xl.showing {
		visibility: visible
	}
}

@media (max-width:1199.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-xl {
		transition: none
	}
}

@media (max-width:1439.98) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-xxl-down .modal-footer,
	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto
	}

	.offcanvas-xxl {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition)
	}

	.offcanvas-xxl.offcanvas-bottom,
	.offcanvas-xxl.offcanvas-top {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%
	}

	.offcanvas-xxl.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%)
	}

	.offcanvas-xxl.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%)
	}

	.offcanvas-xxl.offcanvas-top {
		top: 0;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%)
	}

	.offcanvas-xxl.offcanvas-bottom {
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%)
	}

	.offcanvas-xxl.show:not(.hiding),
	.offcanvas-xxl.showing {
		transform: none
	}

	.offcanvas-xxl.hiding,
	.offcanvas-xxl.show,
	.offcanvas-xxl.showing {
		visibility: visible
	}
}

@media (max-width:1439.98) and (prefers-reduced-motion:reduce) {
	.offcanvas-xxl {
		transition: none
	}
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: var(--bs-offcanvas-zindex);
	display: flex;
	flex-direction: column;
	max-width: 100%;
	color: var(--bs-offcanvas-color);
	visibility: hidden;
	background-color: var(--bs-offcanvas-bg);
	background-clip: padding-box;
	outline: 0;
	transition: var(--bs-offcanvas-transition)
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}

	.form-control::file-selector-button {
		transition: none
	}

	.form-select,
	.form-switch .form-check-input {
		transition: none
	}

	.form-range::-webkit-slider-thumb {
		transition: none
	}

	.form-range::-moz-range-thumb {
		transition: none
	}

	.accordion-button,
	.accordion-button::after,
	.btn,
	.carousel-control-next,
	.carousel-control-prev,
	.carousel-fade .active.carousel-item-end,
	.carousel-fade .active.carousel-item-start,
	.carousel-indicators [data-bs-target],
	.carousel-item,
	.collapsing,
	.collapsing.collapse-horizontal,
	.fade,
	.form-floating>label,
	.modal.fade .modal-dialog,
	.nav-link,
	.navbar-toggler,
	.offcanvas,
	.page-link,
	.progress-bar {
		transition: none
	}

	.progress-bar-animated {
		animation: none
	}

	.spinner-border,
	.spinner-grow {
		--bs-spinner-animation-speed: 1.5s
	}
}

.sidebar,
a {
	-webkit-transition: .5s;
	-ms-transition: .5s
}

.offcanvas.offcanvas-start {
	top: 0;
	left: 0;
	width: var(--bs-offcanvas-width);
	border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateX(-100%)
}

.offcanvas.offcanvas-end {
	top: 0;
	right: 0;
	width: var(--bs-offcanvas-width);
	border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateX(100%)
}

.offcanvas.offcanvas-top {
	top: 0;
	border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
	border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateY(100%)
}

.offcanvas-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.fixed-bottom,
.fixed-top {
	z-index: 1030;
	left: 0;
	right: 0
}

.offcanvas-backdrop.show {
	opacity: .5
}

.offcanvas-header {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.offcanvas-header .btn-close {
	padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
	margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
	margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
	margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y))
}

.offcanvas-title {
	margin-bottom: 0;
	line-height: var(--bs-offcanvas-title-line-height)
}

.offcanvas-body {
	flex-grow: 1;
	overflow-y: auto
}

.placeholder {
	display: inline-block;
	min-height: 1em;
	cursor: wait;
	background-color: currentcolor;
	opacity: .5
}

.hstack,
.vstack {
	display: flex;
	align-self: stretch
}

.placeholder.btn::before {
	display: inline-block;
	content: ""
}

.placeholder-xs {
	min-height: .6em
}

.placeholder-sm {
	min-height: .8em
}

.placeholder-lg {
	min-height: 1.2em
}

.placeholder-glow .placeholder {
	animation: 2s ease-in-out infinite placeholder-glow
}

@keyframes placeholder-glow {
	50% {
		opacity: .2
	}
}

.placeholder-wave {
	mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
	mask-size: 200% 100%;
	animation: 2s linear infinite placeholder-wave
}

@keyframes placeholder-wave {
	100% {
		mask-position: -200% 0%
	}
}

.text-bg-primary {
	color: #fff !important;
	background-color: RGBA(2, 115, 53, var(--bs-bg-opacity, 1)) !important
}

.text-bg-secondary {
	color: #000 !important;
	background-color: RGBA(40, 176, 206, var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
	color: #000 !important;
	background-color: RGBA(28, 189, 92, var(--bs-bg-opacity, 1)) !important
}

.text-bg-info {
	color: #fff !important;
	background-color: RGBA(161, 49, 173, var(--bs-bg-opacity, 1)) !important
}

.text-bg-warning {
	color: #000 !important;
	background-color: RGBA(239, 150, 46, var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
	color: #000 !important;
	background-color: RGBA(174, 113, 86, var(--bs-bg-opacity, 1)) !important
}

.text-bg-light {
	color: #000 !important;
	background-color: RGBA(230, 230, 230, var(--bs-bg-opacity, 1)) !important
}

.text-bg-dark {
	color: #fff !important;
	background-color: RGBA(41, 48, 65, var(--bs-bg-opacity, 1)) !important
}

.link-primary {
	color: #027335 !important
}

.link-primary:focus,
.link-primary:hover {
	color: #025c2a !important
}

.link-secondary {
	color: #28b0ce !important
}

.link-secondary:focus,
.link-secondary:hover {
	color: #53c0d8 !important
}

.link-success {
	color: #1cbd5c !important
}

.link-success:focus,
.link-success:hover {
	color: #49ca7d !important
}

.link-info {
	color: #a131ad !important
}

.link-info:focus,
.link-info:hover {
	color: #81278a !important
}

.link-warning {
	color: #ef962e !important
}

.link-warning:focus,
.link-warning:hover {
	color: #f2ab58 !important
}

.link-danger {
	color: #ae7156 !important
}

.link-danger:focus,
.link-danger:hover {
	color: #be8d78 !important
}

.link-light {
	color: #e6e6e6 !important
}

.link-light:focus,
.link-light:hover {
	color: #ebebeb !important
}

.alert.alert-danger.light .btn-close,
.alert.alert-dark.light .btn-close,
.alert.alert-info.light .btn-close,
.alert.alert-primary.light .btn-close,
.alert.alert-secondary.light .btn-close,
.alert.alert-success.light .btn-close,
.alert.alert-warning.light .btn-close,
.link-dark {
	color: #293041 !important
}

.link-dark:focus,
.link-dark:hover {
	color: #212634 !important
}

.ratio {
	position: relative;
	width: 100%
}

.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: ""
}

.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.fixed-bottom,
.fixed-top,
body.fixed {
	position: fixed
}

.ratio-1x1 {
	--bs-aspect-ratio: 100%
}

.ratio-4x3 {
	--bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
	--bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
	--bs-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
	top: 0
}

.fixed-bottom {
	bottom: 0
}

.sticky-bottom,
.sticky-top {
	position: sticky;
	z-index: 1020
}

.sticky-bottom {
	bottom: 0
}

.hstack {
	flex-direction: row;
	align-items: center
}

.vstack {
	flex: 1 1 auto;
	flex-direction: column
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: ""
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.vr {
	display: inline-block;
	align-self: stretch;
	width: 1px;
	min-height: 1em;
	background-color: currentcolor;
	opacity: .25
}

.align-baseline {
	vertical-align: baseline !important
}

.align-top {
	vertical-align: top !important
}

.align-middle {
	vertical-align: middle !important
}

.align-bottom {
	vertical-align: bottom !important
}

.align-text-bottom {
	vertical-align: text-bottom !important
}

.align-text-top {
	vertical-align: text-top !important
}

.float-start {
	float: left !important
}

.float-end {
	float: right !important
}

.float-none {
	float: none !important
}

.object-fit-contain {
	object-fit: contain !important
}

.object-fit-cover {
	object-fit: cover !important
}

.object-fit-fill {
	object-fit: fill !important
}

.object-fit-scale {
	object-fit: scale-down !important
}

.object-fit-none {
	object-fit: none !important
}

.opacity-0 {
	opacity: 0 !important
}

.opacity-25 {
	opacity: .25 !important
}

.opacity-50 {
	opacity: .5 !important
}

.opacity-75 {
	opacity: .75 !important
}

.opacity-100 {
	opacity: 1 !important
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.overflow-visible {
	overflow: visible !important
}

.overflow-scroll {
	overflow: scroll !important
}

.overflow-x-auto {
	overflow-x: auto !important
}

.overflow-x-hidden {
	overflow-x: hidden !important
}

.overflow-x-visible {
	overflow-x: visible !important
}

.overflow-x-scroll {
	overflow-x: scroll !important
}

.overflow-y-auto {
	overflow-y: auto !important
}

.overflow-y-hidden {
	overflow-y: hidden !important
}

.overflow-y-visible {
	overflow-y: visible !important
}

.overflow-y-scroll {
	overflow-y: scroll !important
}

#main-wrapper,
.pb,
body.fixed {
	overflow: hidden
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-grid {
	display: grid !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: flex !important
}

.d-inline-flex {
	display: inline-flex !important
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(var(--bs-body-color-rgb), .15) !important
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb), .075) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(var(--bs-body-color-rgb), .175) !important
}

.dropdown-toggle:focus,
.shadow-none {
	box-shadow: none !important
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: sticky !important
}

.top-0 {
	top: 0 !important
}

.top-50 {
	top: 50% !important
}

.top-100 {
	top: 100% !important
}

.bottom-0 {
	bottom: 0 !important
}

.bottom-50 {
	bottom: 50% !important
}

.bottom-100 {
	bottom: 100% !important
}

.start-0 {
	left: 0 !important
}

.start-50 {
	left: 50% !important
}

.start-100 {
	left: 100% !important
}

.end-0 {
	right: 0 !important
}

.end-50 {
	right: 50% !important
}

.end-100 {
	right: 100% !important
}

.translate-middle {
	transform: translate(-50%, -50%) !important
}

.translate-middle-x {
	transform: translateX(-50%) !important
}

.translate-middle-y {
	transform: translateY(-50%) !important
}

.border {
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
	border: 0 !important
}

.border-top {
	border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0,
.bt-0 {
	border-top: 0 !important
}

.border-end {
	border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.be-0,
.border-end-0 {
	border-right: 0 !important
}

.border-bottom {
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.bb-0,
.border-bottom-0 {
	border-bottom: 0 !important
}

.border-start {
	border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0,
.bs-0 {
	border-left: 0 !important
}

.border-primary {
	border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
	border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
	border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-info {
	border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-warning {
	border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
	border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
	border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
	border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-white {
	border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-primary-subtle {
	border-color: var(--bs-primary-border-subtle) !important
}

.border-secondary-subtle {
	border-color: var(--bs-secondary-border-subtle) !important
}

.border-success-subtle {
	border-color: var(--bs-success-border-subtle) !important
}

.border-info-subtle {
	border-color: var(--bs-info-border-subtle) !important
}

.border-warning-subtle {
	border-color: var(--bs-warning-border-subtle) !important
}

.border-danger-subtle {
	border-color: var(--bs-danger-border-subtle) !important
}

.border-light-subtle {
	border-color: var(--bs-light-border-subtle) !important
}

.border-dark-subtle {
	border-color: var(--bs-dark-border-subtle) !important
}

.border-1 {
	--bs-border-width: 1px
}

.border-2 {
	--bs-border-width: 2px
}

.border-3 {
	--bs-border-width: 3px
}

.border-4 {
	--bs-border-width: 4px
}

.border-5 {
	--bs-border-width: 5px
}

.border-opacity-10 {
	--bs-border-opacity: 0.1
}

.border-opacity-25 {
	--bs-border-opacity: 0.25
}

.border-opacity-50 {
	--bs-border-opacity: 0.5
}

.border-opacity-75 {
	--bs-border-opacity: 0.75
}

.border-opacity-100 {
	--bs-border-opacity: 1
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.w-auto {
	width: auto !important
}

.mw-100 {
	max-width: 100% !important
}

.vw-100 {
	width: 100vw !important
}

.min-vw-100 {
	min-width: 100vw !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mh-100 {
	max-height: 100% !important
}

.vh-100 {
	height: 100vh !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.flex-fill {
	flex: 1 1 auto !important
}

.flex-row {
	flex-direction: row !important
}

.flex-column {
	flex-direction: column !important
}

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	flex-direction: column-reverse !important
}

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.justify-content-evenly {
	justify-content: space-evenly !important
}

.align-items-start {
	align-items: flex-start !important
}

.align-items-end {
	align-items: flex-end !important
}

.align-items-center {
	align-items: center !important
}

.align-items-baseline {
	align-items: baseline !important
}

.align-items-stretch {
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

.align-self-center {
	align-self: center !important
}

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	align-self: stretch !important
}

.order-first {
	order: -1 !important
}

.order-0 {
	order: 0 !important
}

.order-1 {
	order: 1 !important
}

.order-2 {
	order: 2 !important
}

.order-3 {
	order: 3 !important
}

.order-4 {
	order: 4 !important
}

.order-5 {
	order: 5 !important
}

.order-last {
	order: 6 !important
}

.m-0 {
	margin: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.mx-1 {
	margin-right: .25rem !important;
	margin-left: .25rem !important
}

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}

.mt-0 {
	margin-top: 0 !important
}

.mt-1 {
	margin-top: .25rem !important
}

.mt-2 {
	margin-top: .5rem !important
}

.mt-3 {
	margin-top: 1rem !important
}

.mt-4 {
	margin-top: 1.5rem !important
}

.mt-5 {
	margin-top: 3rem !important
}

.mt-auto {
	margin-top: auto !important
}

.me-0 {
	margin-right: 0 !important
}

.me-1 {
	margin-right: .25rem !important
}

.me-2 {
	margin-right: .5rem !important
}

.me-3 {
	margin-right: 1rem !important
}

.me-4 {
	margin-right: 1.5rem !important
}

.me-5 {
	margin-right: 3rem !important
}

.me-auto {
	margin-right: auto !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-1 {
	margin-bottom: .25rem !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

.mb-auto {
	margin-bottom: auto !important
}

.dropdown-toggle-split:after,
.ms-0 {
	margin-left: 0 !important
}

.ms-1 {
	margin-left: .25rem !important
}

.ms-2 {
	margin-left: .5rem !important
}

.ms-3 {
	margin-left: 1rem !important
}

.ml-5,
.ms-4 {
	margin-left: 1.5rem !important
}

.ms-5 {
	margin-left: 3rem !important
}

.ms-auto {
	margin-left: auto !important
}

.dz-wizard .content .body .form-check-input,
.p-0 {
	padding: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.header.transparent~.banner-wrapper+.content-inner,
.p-t0,
.pt-0 {
	padding-top: 0 !important
}

.pt-1 {
	padding-top: .25rem !important
}

.pt-2 {
	padding-top: .5rem !important
}

.pt-3 {
	padding-top: 1rem !important
}

.pt-4 {
	padding-top: 1.5rem !important
}

.pt-5 {
	padding-top: 3rem !important
}

.pe-0 {
	padding-right: 0 !important
}

.pe-1 {
	padding-right: .25rem !important
}

.pe-2 {
	padding-right: .5rem !important
}

.pe-3 {
	padding-right: 1rem !important
}

.pe-4 {
	padding-right: 1.5rem !important
}

.pe-5 {
	padding-right: 3rem !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pb-1 {
	padding-bottom: .25rem !important
}

.pb-2 {
	padding-bottom: .5rem !important
}

.pb-3 {
	padding-bottom: 1rem !important
}

.pb-4 {
	padding-bottom: 1.5rem !important
}

.pb-5 {
	padding-bottom: 3rem !important
}

.ps-0 {
	padding-left: 0 !important
}

.ps-1 {
	padding-left: .25rem !important
}

.ps-2 {
	padding-left: .5rem !important
}

.ps-3 {
	padding-left: 1rem !important
}

.ps-4 {
	padding-left: 1.5rem !important
}

.ps-5 {
	padding-left: 3rem !important
}

.gap-0 {
	gap: 0 !important
}

.gap-1 {
	gap: .25rem !important
}

.gap-2 {
	gap: .5rem !important
}

.gap-3 {
	gap: 1rem !important
}

.gap-4 {
	gap: 1.5rem !important
}

.gap-5 {
	gap: 3rem !important
}

.row-gap-0 {
	row-gap: 0 !important
}

.row-gap-1 {
	row-gap: .25rem !important
}

.row-gap-2 {
	row-gap: .5rem !important
}

.row-gap-3 {
	row-gap: 1rem !important
}

.row-gap-4 {
	row-gap: 1.5rem !important
}

.row-gap-5 {
	row-gap: 3rem !important
}

.column-gap-0 {
	column-gap: 0 !important
}

.column-gap-1 {
	column-gap: .25rem !important
}

.column-gap-2 {
	column-gap: .5rem !important
}

.column-gap-3 {
	column-gap: 1rem !important
}

.column-gap-4 {
	column-gap: 1.5rem !important
}

.column-gap-5 {
	column-gap: 3rem !important
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important
}

.fs-1 {
	font-size: calc(1.3rem + .6vw) !important
}

.fs-2 {
	font-size: calc(1.275rem + .3vw) !important
}

.fs-3 {
	font-size: calc(1.2625rem + .15vw) !important
}

.fs-4 {
	font-size: 1.25rem !important
}

.fs-5 {
	font-size: 1.125rem !important
}

.fs-6 {
	font-size: 1rem !important
}

.fst-italic {
	font-style: italic !important
}

.fst-normal {
	font-style: normal !important
}

.fw-lighter {
	font-weight: lighter !important
}

.font-w300,
.fw-light {
	font-weight: 300 !important
}

.font-w400,
.fw-normal,
.swiper-text {
	font-weight: 400 !important
}

.font-w500,
.fw-medium {
	font-weight: 500 !important
}

.font-w600,
.fw-semibold {
	font-weight: 600 !important
}

.font-w700,
.fw-bold {
	font-weight: 700 !important
}

.fw-bolder {
	font-weight: bolder !important
}

.lh-1 {
	line-height: 1 !important
}

.lh-sm {
	line-height: 1.25 !important
}

.lh-base {
	line-height: 1.6 !important
}

.lh-lg {
	line-height: 2 !important
}

.text-start {
	text-align: left !important
}

.text-end {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

.text-decoration-none {
	text-decoration: none !important
}

.text-decoration-underline {
	text-decoration: underline !important
}

.text-decoration-line-through {
	text-decoration: line-through !important
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important
}

.text-primary {
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
	color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
	color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
	color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
	color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
	color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
	color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
	color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
	color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
	color: #aeaed5 !important
}

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
	color: rgba(255, 255, 255, .5) !important
}

.text-body-secondary {
	--bs-text-opacity: 1;
	color: var(--bs-secondary-color) !important
}

.text-body-tertiary {
	color: var(--bs-tertiary-color) !important
}

.text-body-emphasis {
	color: var(--bs-emphasis-color) !important
}

.text-reset {
	color: inherit !important
}

.text-opacity-25 {
	--bs-text-opacity: 0.25
}

.text-opacity-50 {
	--bs-text-opacity: 0.5
}

.text-opacity-75 {
	--bs-text-opacity: 0.75
}

.text-opacity-100 {
	--bs-text-opacity: 1
}

.text-primary-emphasis {
	color: var(--bs-primary-text) !important
}

.text-secondary-emphasis {
	color: var(--bs-secondary-text) !important
}

.text-success-emphasis {
	color: var(--bs-success-text) !important
}

.text-info-emphasis {
	color: var(--bs-info-text) !important
}

.text-warning-emphasis {
	color: var(--bs-warning-text) !important
}

.text-danger-emphasis {
	color: var(--bs-danger-text) !important
}

.text-light-emphasis {
	color: var(--bs-light-text) !important
}

.text-dark-emphasis {
	color: var(--bs-dark-text) !important
}

.bg-primary {
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
	background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
	background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
	background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
	background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
	background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
	background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
	background-color: transparent !important
}

.bg-body-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-body-tertiary {
	background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-body-emphasis {
	background-color: rgba(var(--bs-emphasis-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-opacity-10 {
	--bs-bg-opacity: 0.1
}

.bg-opacity-25 {
	--bs-bg-opacity: 0.25
}

.bg-opacity-50 {
	--bs-bg-opacity: 0.5
}

.bg-opacity-75 {
	--bs-bg-opacity: 0.75
}

.bg-opacity-100 {
	--bs-bg-opacity: 1
}

.bg-primary-subtle {
	background-color: var(--bs-primary-bg-subtle) !important
}

.bg-secondary-subtle {
	background-color: var(--bs-secondary-bg-subtle) !important
}

.bg-success-subtle {
	background-color: var(--bs-success-bg-subtle) !important
}

.bg-info-subtle {
	background-color: var(--bs-info-bg-subtle) !important
}

.bg-warning-subtle {
	background-color: var(--bs-warning-bg-subtle) !important
}

.bg-danger-subtle {
	background-color: var(--bs-danger-bg-subtle) !important
}

.bg-light-subtle {
	background-color: var(--bs-light-bg-subtle) !important
}

.bg-dark-subtle {
	background-color: var(--bs-dark-bg-subtle) !important
}

.bg-gradient {
	background-image: var(--bs-gradient) !important
}

.user-select-all {
	user-select: all !important
}

.user-select-auto {
	user-select: auto !important
}

.user-select-none {
	user-select: none !important
}

.pe-none {
	pointer-events: none !important
}

.pe-auto {
	pointer-events: auto !important
}

.rounded,
.rounded-2 {
	border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
	border-radius: 0 !important
}

.rounded-1 {
	border-radius: var(--bs-border-radius-sm) !important
}

.rounded-3 {
	border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
	border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
	border-radius: var(--bs-border-radius-2xl) !important
}

.rounded-circle,
.rounded-xl {
	border-radius: 50% !important
}

.rounded-pill {
	border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top,
.rounded-top-2 {
	border-top-left-radius: var(--bs-border-radius) !important;
	border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-0 {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important
}

.rounded-top-1 {
	border-top-left-radius: var(--bs-border-radius-sm) !important;
	border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-top-3 {
	border-top-left-radius: var(--bs-border-radius-lg) !important;
	border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-top-4 {
	border-top-left-radius: var(--bs-border-radius-xl) !important;
	border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-top-5 {
	border-top-left-radius: var(--bs-border-radius-2xl) !important;
	border-top-right-radius: var(--bs-border-radius-2xl) !important
}

.rounded-top-circle {
	border-top-left-radius: 50% !important;
	border-top-right-radius: 50% !important
}

.rounded-top-pill {
	border-top-left-radius: var(--bs-border-radius-pill) !important;
	border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-end,
.rounded-end-2 {
	border-top-right-radius: var(--bs-border-radius) !important;
	border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-0 {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

.rounded-end-1 {
	border-top-right-radius: var(--bs-border-radius-sm) !important;
	border-bottom-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-end-3 {
	border-top-right-radius: var(--bs-border-radius-lg) !important;
	border-bottom-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-end-4 {
	border-top-right-radius: var(--bs-border-radius-xl) !important;
	border-bottom-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-end-5 {
	border-top-right-radius: var(--bs-border-radius-2xl) !important;
	border-bottom-right-radius: var(--bs-border-radius-2xl) !important
}

.rounded-end-circle {
	border-top-right-radius: 50% !important;
	border-bottom-right-radius: 50% !important
}

.rounded-end-pill {
	border-top-right-radius: var(--bs-border-radius-pill) !important;
	border-bottom-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-bottom,
.rounded-bottom-2 {
	border-bottom-right-radius: var(--bs-border-radius) !important;
	border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-0 {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important
}

.rounded-bottom-1 {
	border-bottom-right-radius: var(--bs-border-radius-sm) !important;
	border-bottom-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-bottom-3 {
	border-bottom-right-radius: var(--bs-border-radius-lg) !important;
	border-bottom-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-bottom-4 {
	border-bottom-right-radius: var(--bs-border-radius-xl) !important;
	border-bottom-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-bottom-5 {
	border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
	border-bottom-left-radius: var(--bs-border-radius-2xl) !important
}

.rounded-bottom-circle {
	border-bottom-right-radius: 50% !important;
	border-bottom-left-radius: 50% !important
}

.rounded-bottom-pill {
	border-bottom-right-radius: var(--bs-border-radius-pill) !important;
	border-bottom-left-radius: var(--bs-border-radius-pill) !important
}

.rounded-start,
.rounded-start-2 {
	border-bottom-left-radius: var(--bs-border-radius) !important;
	border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-0 {
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important
}

.rounded-start-1 {
	border-bottom-left-radius: var(--bs-border-radius-sm) !important;
	border-top-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-start-3 {
	border-bottom-left-radius: var(--bs-border-radius-lg) !important;
	border-top-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-start-4 {
	border-bottom-left-radius: var(--bs-border-radius-xl) !important;
	border-top-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-start-5 {
	border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
	border-top-left-radius: var(--bs-border-radius-2xl) !important
}

.rounded-start-circle {
	border-bottom-left-radius: 50% !important;
	border-top-left-radius: 50% !important
}

.rounded-start-pill {
	border-bottom-left-radius: var(--bs-border-radius-pill) !important;
	border-top-left-radius: var(--bs-border-radius-pill) !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

.z-n1 {
	z-index: -1 !important
}

.z-0 {
	z-index: 0 !important
}

.z-1 {
	z-index: 1 !important
}

.z-2 {
	z-index: 2 !important
}

.z-3 {
	z-index: 3 !important
}

#main-wrapper,
.dz-media-card .card-media,
.toast.style-1,
.track-content,
section {
	z-index: 1;
	position: relative
}

@media (min-width:576px) {

	.container,
	.container-sm {
		max-width: 540px
	}

	.col-sm {
		flex: 1 0 0%
	}

	.col-sm-auto,
	.row-cols-sm-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.col-sm-12,
	.row-cols-sm-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.col-sm-6,
	.row-cols-sm-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.col-sm-4,
	.row-cols-sm-3>* {
		flex: 0 0 auto;
		width: 33.33333%
	}

	.col-sm-3,
	.row-cols-sm-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-sm-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.col-sm-2,
	.row-cols-sm-6>* {
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333%
	}

	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66667%
	}

	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333%
	}

	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66667%
	}

	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333%
	}

	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66667%
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333%
	}

	.offset-sm-2 {
		margin-left: 16.66667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333%
	}

	.offset-sm-5 {
		margin-left: 41.66667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333%
	}

	.offset-sm-8 {
		margin-left: 66.66667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333%
	}

	.offset-sm-11 {
		margin-left: 91.66667%
	}

	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0
	}

	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0
	}

	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem
	}

	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem
	}

	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem
	}

	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem
	}

	.dropdown-menu-sm-start {
		--bs-position: start
	}

	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-sm-end {
		--bs-position: end
	}

	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto
	}

	.navbar-expand-sm {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.list-group-horizontal-sm,
	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x)
	}

	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-sm .navbar-toggler,
	.navbar-expand-sm .offcanvas .offcanvas-header,
	.offcanvas-sm .offcanvas-header {
		display: none
	}

	.navbar-expand-sm .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none
	}

	.navbar-expand-sm .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}

	.card-group {
		display: flex;
		flex-flow: row wrap
	}

	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0
	}

	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}

	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-header,
	.card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-footer,
	.card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0
	}

	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	.card-group>.card:not(:first-child) .card-header,
	.card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}

	.card-group>.card:not(:first-child) .card-footer,
	.card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0
	}

	.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width)
	}

	.modal {
		--bs-modal-margin: 1.75rem;
		--bs-modal-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15)
	}

	.modal-dialog {
		max-width: var(--bs-modal-width);
		margin-right: auto;
		margin-left: auto
	}

	.modal-sm {
		--bs-modal-width: 300px
	}

	.offcanvas-sm {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-sm .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important
	}

	.sticky-sm-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.sticky-sm-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020
	}

	.float-sm-start {
		float: left !important
	}

	.float-sm-end {
		float: right !important
	}

	.float-sm-none {
		float: none !important
	}

	.object-fit-sm-contain {
		object-fit: contain !important
	}

	.object-fit-sm-cover {
		object-fit: cover !important
	}

	.object-fit-sm-fill {
		object-fit: fill !important
	}

	.object-fit-sm-scale {
		object-fit: scale-down !important
	}

	.object-fit-sm-none {
		object-fit: none !important
	}

	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-grid {
		display: grid !important
	}

	.d-sm-table {
		display: table !important
	}

	.d-sm-table-row {
		display: table-row !important
	}

	.d-sm-table-cell {
		display: table-cell !important
	}

	.d-sm-flex {
		display: flex !important
	}

	.d-sm-inline-flex {
		display: inline-flex !important
	}

	.d-sm-none {
		display: none !important
	}

	.flex-sm-fill {
		flex: 1 1 auto !important
	}

	.flex-sm-row {
		flex-direction: row !important
	}

	.flex-sm-column {
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-sm-start {
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		justify-content: center !important
	}

	.justify-content-sm-between {
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		justify-content: space-around !important
	}

	.justify-content-sm-evenly {
		justify-content: space-evenly !important
	}

	.align-items-sm-start {
		align-items: flex-start !important
	}

	.align-items-sm-end {
		align-items: flex-end !important
	}

	.align-items-sm-center {
		align-items: center !important
	}

	.align-items-sm-baseline {
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		align-items: stretch !important
	}

	.align-content-sm-start {
		align-content: flex-start !important
	}

	.align-content-sm-end {
		align-content: flex-end !important
	}

	.align-content-sm-center {
		align-content: center !important
	}

	.align-content-sm-between {
		align-content: space-between !important
	}

	.align-content-sm-around {
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		align-content: stretch !important
	}

	.align-self-sm-auto {
		align-self: auto !important
	}

	.align-self-sm-start {
		align-self: flex-start !important
	}

	.align-self-sm-end {
		align-self: flex-end !important
	}

	.align-self-sm-center {
		align-self: center !important
	}

	.align-self-sm-baseline {
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		align-self: stretch !important
	}

	.order-sm-first {
		order: -1 !important
	}

	.order-sm-0 {
		order: 0 !important
	}

	.order-sm-1 {
		order: 1 !important
	}

	.order-sm-2 {
		order: 2 !important
	}

	.order-sm-3 {
		order: 3 !important
	}

	.order-sm-4 {
		order: 4 !important
	}

	.order-sm-5 {
		order: 5 !important
	}

	.order-sm-last {
		order: 6 !important
	}

	.m-sm-0 {
		margin: 0 !important
	}

	.m-sm-1 {
		margin: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-sm-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-sm-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-sm-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-sm-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-sm-0 {
		margin-top: 0 !important
	}

	.mt-sm-1 {
		margin-top: .25rem !important
	}

	.mt-sm-2 {
		margin-top: .5rem !important
	}

	.mt-sm-3 {
		margin-top: 1rem !important
	}

	.mt-sm-4 {
		margin-top: 1.5rem !important
	}

	.mt-sm-5 {
		margin-top: 3rem !important
	}

	.mt-sm-auto {
		margin-top: auto !important
	}

	.me-sm-0 {
		margin-right: 0 !important
	}

	.me-sm-1 {
		margin-right: .25rem !important
	}

	.me-sm-2 {
		margin-right: .5rem !important
	}

	.me-sm-3 {
		margin-right: 1rem !important
	}

	.me-sm-4 {
		margin-right: 1.5rem !important
	}

	.me-sm-5 {
		margin-right: 3rem !important
	}

	.me-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-0 {
		margin-bottom: 0 !important
	}

	.mb-sm-1 {
		margin-bottom: .25rem !important
	}

	.mb-sm-2 {
		margin-bottom: .5rem !important
	}

	.mb-sm-3 {
		margin-bottom: 1rem !important
	}

	.mb-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-sm-5 {
		margin-bottom: 3rem !important
	}

	.mb-sm-auto {
		margin-bottom: auto !important
	}

	.ms-sm-0 {
		margin-left: 0 !important
	}

	.ms-sm-1 {
		margin-left: .25rem !important
	}

	.ms-sm-2 {
		margin-left: .5rem !important
	}

	.ms-sm-3 {
		margin-left: 1rem !important
	}

	.ms-sm-4 {
		margin-left: 1.5rem !important
	}

	.ms-sm-5 {
		margin-left: 3rem !important
	}

	.ms-sm-auto {
		margin-left: auto !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.p-sm-1 {
		padding: .25rem !important
	}

	.p-sm-2 {
		padding: .5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-sm-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-sm-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-sm-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-sm-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-sm-0 {
		padding-top: 0 !important
	}

	.pt-sm-1 {
		padding-top: .25rem !important
	}

	.pt-sm-2 {
		padding-top: .5rem !important
	}

	.pt-sm-3 {
		padding-top: 1rem !important
	}

	.pt-sm-4 {
		padding-top: 1.5rem !important
	}

	.pt-sm-5 {
		padding-top: 3rem !important
	}

	.pe-sm-0 {
		padding-right: 0 !important
	}

	.pe-sm-1 {
		padding-right: .25rem !important
	}

	.pe-sm-2 {
		padding-right: .5rem !important
	}

	.pe-sm-3 {
		padding-right: 1rem !important
	}

	.pe-sm-4 {
		padding-right: 1.5rem !important
	}

	.pe-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-0 {
		padding-bottom: 0 !important
	}

	.pb-sm-1 {
		padding-bottom: .25rem !important
	}

	.pb-sm-2 {
		padding-bottom: .5rem !important
	}

	.pb-sm-3 {
		padding-bottom: 1rem !important
	}

	.pb-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-sm-5 {
		padding-bottom: 3rem !important
	}

	.ps-sm-0 {
		padding-left: 0 !important
	}

	.ps-sm-1 {
		padding-left: .25rem !important
	}

	.ps-sm-2 {
		padding-left: .5rem !important
	}

	.ps-sm-3 {
		padding-left: 1rem !important
	}

	.ps-sm-4 {
		padding-left: 1.5rem !important
	}

	.ps-sm-5 {
		padding-left: 3rem !important
	}

	.gap-sm-0 {
		gap: 0 !important
	}

	.gap-sm-1 {
		gap: .25rem !important
	}

	.gap-sm-2 {
		gap: .5rem !important
	}

	.gap-sm-3 {
		gap: 1rem !important
	}

	.gap-sm-4 {
		gap: 1.5rem !important
	}

	.gap-sm-5 {
		gap: 3rem !important
	}

	.row-gap-sm-0 {
		row-gap: 0 !important
	}

	.row-gap-sm-1 {
		row-gap: .25rem !important
	}

	.row-gap-sm-2 {
		row-gap: .5rem !important
	}

	.row-gap-sm-3 {
		row-gap: 1rem !important
	}

	.row-gap-sm-4 {
		row-gap: 1.5rem !important
	}

	.row-gap-sm-5 {
		row-gap: 3rem !important
	}

	.column-gap-sm-0 {
		column-gap: 0 !important
	}

	.column-gap-sm-1 {
		column-gap: .25rem !important
	}

	.column-gap-sm-2 {
		column-gap: .5rem !important
	}

	.column-gap-sm-3 {
		column-gap: 1rem !important
	}

	.column-gap-sm-4 {
		column-gap: 1.5rem !important
	}

	.column-gap-sm-5 {
		column-gap: 3rem !important
	}

	.text-sm-start {
		text-align: left !important
	}

	.text-sm-end {
		text-align: right !important
	}

	.text-sm-center {
		text-align: center !important
	}
}

@media (min-width:768px) {

	.container,
	.container-md,
	.container-sm {
		max-width: 720px
	}

	.col-md {
		flex: 1 0 0%
	}

	.col-md-auto,
	.row-cols-md-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.col-md-12,
	.row-cols-md-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.col-md-6,
	.row-cols-md-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.col-md-4,
	.row-cols-md-3>* {
		flex: 0 0 auto;
		width: 33.33333%
	}

	.col-md-3,
	.row-cols-md-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-md-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.col-md-2,
	.row-cols-md-6>* {
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333%
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66667%
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333%
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66667%
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333%
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66667%
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333%
	}

	.offset-md-2 {
		margin-left: 16.66667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333%
	}

	.offset-md-5 {
		margin-left: 41.66667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333%
	}

	.offset-md-8 {
		margin-left: 66.66667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333%
	}

	.offset-md-11 {
		margin-left: 91.66667%
	}

	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0
	}

	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0
	}

	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem
	}

	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem
	}

	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem
	}

	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem
	}

	.dropdown-menu-md-start {
		--bs-position: start
	}

	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-md-end {
		--bs-position: end
	}

	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto
	}

	.navbar-expand-md {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.list-group-horizontal-md,
	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x)
	}

	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-md .navbar-toggler,
	.navbar-expand-md .offcanvas .offcanvas-header,
	.offcanvas-md .offcanvas-header {
		display: none
	}

	.navbar-expand-md .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none
	}

	.navbar-expand-md .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}

	.list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0
	}

	.list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-md>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width)
	}

	.offcanvas-md {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-md .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important
	}

	.sticky-md-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.sticky-md-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020
	}

	.float-md-start {
		float: left !important
	}

	.float-md-end {
		float: right !important
	}

	.float-md-none {
		float: none !important
	}

	.object-fit-md-contain {
		object-fit: contain !important
	}

	.object-fit-md-cover {
		object-fit: cover !important
	}

	.object-fit-md-fill {
		object-fit: fill !important
	}

	.object-fit-md-scale {
		object-fit: scale-down !important
	}

	.object-fit-md-none {
		object-fit: none !important
	}

	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-grid {
		display: grid !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: flex !important
	}

	.d-md-inline-flex {
		display: inline-flex !important
	}

	.d-md-none {
		display: none !important
	}

	.flex-md-fill {
		flex: 1 1 auto !important
	}

	.flex-md-row {
		flex-direction: row !important
	}

	.flex-md-column {
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-md-wrap {
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-md-start {
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		justify-content: center !important
	}

	.justify-content-md-between {
		justify-content: space-between !important
	}

	.justify-content-md-around {
		justify-content: space-around !important
	}

	.justify-content-md-evenly {
		justify-content: space-evenly !important
	}

	.align-items-md-start {
		align-items: flex-start !important
	}

	.align-items-md-end {
		align-items: flex-end !important
	}

	.align-items-md-center {
		align-items: center !important
	}

	.align-items-md-baseline {
		align-items: baseline !important
	}

	.align-items-md-stretch {
		align-items: stretch !important
	}

	.align-content-md-start {
		align-content: flex-start !important
	}

	.align-content-md-end {
		align-content: flex-end !important
	}

	.align-content-md-center {
		align-content: center !important
	}

	.align-content-md-between {
		align-content: space-between !important
	}

	.align-content-md-around {
		align-content: space-around !important
	}

	.align-content-md-stretch {
		align-content: stretch !important
	}

	.align-self-md-auto {
		align-self: auto !important
	}

	.align-self-md-start {
		align-self: flex-start !important
	}

	.align-self-md-end {
		align-self: flex-end !important
	}

	.align-self-md-center {
		align-self: center !important
	}

	.align-self-md-baseline {
		align-self: baseline !important
	}

	.align-self-md-stretch {
		align-self: stretch !important
	}

	.order-md-first {
		order: -1 !important
	}

	.order-md-0 {
		order: 0 !important
	}

	.order-md-1 {
		order: 1 !important
	}

	.order-md-2 {
		order: 2 !important
	}

	.order-md-3 {
		order: 3 !important
	}

	.order-md-4 {
		order: 4 !important
	}

	.order-md-5 {
		order: 5 !important
	}

	.order-md-last {
		order: 6 !important
	}

	.m-md-0 {
		margin: 0 !important
	}

	.m-md-1 {
		margin: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-md-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-md-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-md-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-md-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-md-0 {
		margin-top: 0 !important
	}

	.mt-md-1 {
		margin-top: .25rem !important
	}

	.mt-md-2 {
		margin-top: .5rem !important
	}

	.mt-md-3 {
		margin-top: 1rem !important
	}

	.mt-md-4 {
		margin-top: 1.5rem !important
	}

	.mt-md-5 {
		margin-top: 3rem !important
	}

	.mt-md-auto {
		margin-top: auto !important
	}

	.me-md-0 {
		margin-right: 0 !important
	}

	.me-md-1 {
		margin-right: .25rem !important
	}

	.me-md-2 {
		margin-right: .5rem !important
	}

	.me-md-3 {
		margin-right: 1rem !important
	}

	.me-md-4 {
		margin-right: 1.5rem !important
	}

	.me-md-5 {
		margin-right: 3rem !important
	}

	.me-md-auto {
		margin-right: auto !important
	}

	.mb-md-0 {
		margin-bottom: 0 !important
	}

	.mb-md-1 {
		margin-bottom: .25rem !important
	}

	.mb-md-2 {
		margin-bottom: .5rem !important
	}

	.mb-md-3 {
		margin-bottom: 1rem !important
	}

	.mb-md-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-md-5 {
		margin-bottom: 3rem !important
	}

	.mb-md-auto {
		margin-bottom: auto !important
	}

	.ms-md-0 {
		margin-left: 0 !important
	}

	.ms-md-1 {
		margin-left: .25rem !important
	}

	.ms-md-2 {
		margin-left: .5rem !important
	}

	.ms-md-3 {
		margin-left: 1rem !important
	}

	.ms-md-4 {
		margin-left: 1.5rem !important
	}

	.ms-md-5 {
		margin-left: 3rem !important
	}

	.ms-md-auto {
		margin-left: auto !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.p-md-1 {
		padding: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-md-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-md-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-md-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-md-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-md-0 {
		padding-top: 0 !important
	}

	.pt-md-1 {
		padding-top: .25rem !important
	}

	.pt-md-2 {
		padding-top: .5rem !important
	}

	.pt-md-3 {
		padding-top: 1rem !important
	}

	.pt-md-4 {
		padding-top: 1.5rem !important
	}

	.pt-md-5 {
		padding-top: 3rem !important
	}

	.pe-md-0 {
		padding-right: 0 !important
	}

	.pe-md-1 {
		padding-right: .25rem !important
	}

	.pe-md-2 {
		padding-right: .5rem !important
	}

	.pe-md-3 {
		padding-right: 1rem !important
	}

	.pe-md-4 {
		padding-right: 1.5rem !important
	}

	.pe-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-0 {
		padding-bottom: 0 !important
	}

	.pb-md-1 {
		padding-bottom: .25rem !important
	}

	.pb-md-2 {
		padding-bottom: .5rem !important
	}

	.pb-md-3 {
		padding-bottom: 1rem !important
	}

	.pb-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-md-5 {
		padding-bottom: 3rem !important
	}

	.ps-md-0 {
		padding-left: 0 !important
	}

	.ps-md-1 {
		padding-left: .25rem !important
	}

	.ps-md-2 {
		padding-left: .5rem !important
	}

	.ps-md-3 {
		padding-left: 1rem !important
	}

	.ps-md-4 {
		padding-left: 1.5rem !important
	}

	.ps-md-5 {
		padding-left: 3rem !important
	}

	.gap-md-0 {
		gap: 0 !important
	}

	.gap-md-1 {
		gap: .25rem !important
	}

	.gap-md-2 {
		gap: .5rem !important
	}

	.gap-md-3 {
		gap: 1rem !important
	}

	.gap-md-4 {
		gap: 1.5rem !important
	}

	.gap-md-5 {
		gap: 3rem !important
	}

	.row-gap-md-0 {
		row-gap: 0 !important
	}

	.row-gap-md-1 {
		row-gap: .25rem !important
	}

	.row-gap-md-2 {
		row-gap: .5rem !important
	}

	.row-gap-md-3 {
		row-gap: 1rem !important
	}

	.row-gap-md-4 {
		row-gap: 1.5rem !important
	}

	.row-gap-md-5 {
		row-gap: 3rem !important
	}

	.column-gap-md-0 {
		column-gap: 0 !important
	}

	.column-gap-md-1 {
		column-gap: .25rem !important
	}

	.column-gap-md-2 {
		column-gap: .5rem !important
	}

	.column-gap-md-3 {
		column-gap: 1rem !important
	}

	.column-gap-md-4 {
		column-gap: 1.5rem !important
	}

	.column-gap-md-5 {
		column-gap: 3rem !important
	}

	.text-md-start {
		text-align: left !important
	}

	.text-md-end {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}
}

@media (min-width:992px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px
	}

	.col-lg {
		flex: 1 0 0%
	}

	.col-lg-auto,
	.row-cols-lg-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.col-lg-12,
	.row-cols-lg-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.col-lg-6,
	.row-cols-lg-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.col-lg-4,
	.row-cols-lg-3>* {
		flex: 0 0 auto;
		width: 33.33333%
	}

	.col-lg-3,
	.row-cols-lg-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-lg-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.col-lg-2,
	.row-cols-lg-6>* {
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333%
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66667%
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333%
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66667%
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333%
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66667%
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333%
	}

	.offset-lg-2 {
		margin-left: 16.66667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333%
	}

	.offset-lg-5 {
		margin-left: 41.66667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333%
	}

	.offset-lg-8 {
		margin-left: 66.66667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333%
	}

	.offset-lg-11 {
		margin-left: 91.66667%
	}

	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0
	}

	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0
	}

	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem
	}

	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem
	}

	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem
	}

	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem
	}

	.dropdown-menu-lg-start {
		--bs-position: start
	}

	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-lg-end {
		--bs-position: end
	}

	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto
	}

	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.list-group-horizontal-lg,
	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x)
	}

	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler,
	.navbar-expand-lg .offcanvas .offcanvas-header,
	.offcanvas-lg .offcanvas-header {
		display: none
	}

	.navbar-expand-lg .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none
	}

	.navbar-expand-lg .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}

	.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0
	}

	.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width)
	}

	.modal-lg,
	.modal-xl {
		--bs-modal-width: 800px
	}

	.offcanvas-lg {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-lg .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important
	}

	.sticky-lg-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.sticky-lg-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020
	}

	.float-lg-start {
		float: left !important
	}

	.float-lg-end {
		float: right !important
	}

	.float-lg-none {
		float: none !important
	}

	.object-fit-lg-contain {
		object-fit: contain !important
	}

	.object-fit-lg-cover {
		object-fit: cover !important
	}

	.object-fit-lg-fill {
		object-fit: fill !important
	}

	.object-fit-lg-scale {
		object-fit: scale-down !important
	}

	.object-fit-lg-none {
		object-fit: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-grid {
		display: grid !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: flex !important
	}

	.d-lg-inline-flex {
		display: inline-flex !important
	}

	.d-lg-none {
		display: none !important
	}

	.flex-lg-fill {
		flex: 1 1 auto !important
	}

	.flex-lg-row {
		flex-direction: row !important
	}

	.flex-lg-column {
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-lg-start {
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		justify-content: center !important
	}

	.justify-content-lg-between {
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		justify-content: space-around !important
	}

	.justify-content-lg-evenly {
		justify-content: space-evenly !important
	}

	.align-items-lg-start {
		align-items: flex-start !important
	}

	.align-items-lg-end {
		align-items: flex-end !important
	}

	.align-items-lg-center {
		align-items: center !important
	}

	.align-items-lg-baseline {
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		align-items: stretch !important
	}

	.align-content-lg-start {
		align-content: flex-start !important
	}

	.align-content-lg-end {
		align-content: flex-end !important
	}

	.align-content-lg-center {
		align-content: center !important
	}

	.align-content-lg-between {
		align-content: space-between !important
	}

	.align-content-lg-around {
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		align-content: stretch !important
	}

	.align-self-lg-auto {
		align-self: auto !important
	}

	.align-self-lg-start {
		align-self: flex-start !important
	}

	.align-self-lg-end {
		align-self: flex-end !important
	}

	.align-self-lg-center {
		align-self: center !important
	}

	.align-self-lg-baseline {
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		align-self: stretch !important
	}

	.order-lg-first {
		order: -1 !important
	}

	.order-lg-0 {
		order: 0 !important
	}

	.order-lg-1 {
		order: 1 !important
	}

	.order-lg-2 {
		order: 2 !important
	}

	.order-lg-3 {
		order: 3 !important
	}

	.order-lg-4 {
		order: 4 !important
	}

	.order-lg-5 {
		order: 5 !important
	}

	.order-lg-last {
		order: 6 !important
	}

	.m-lg-0 {
		margin: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-lg-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-lg-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-lg-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-lg-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-lg-0 {
		margin-top: 0 !important
	}

	.mt-lg-1 {
		margin-top: .25rem !important
	}

	.mt-lg-2 {
		margin-top: .5rem !important
	}

	.mt-lg-3 {
		margin-top: 1rem !important
	}

	.mt-lg-4 {
		margin-top: 1.5rem !important
	}

	.mt-lg-5 {
		margin-top: 3rem !important
	}

	.mt-lg-auto {
		margin-top: auto !important
	}

	.me-lg-0 {
		margin-right: 0 !important
	}

	.me-lg-1 {
		margin-right: .25rem !important
	}

	.me-lg-2 {
		margin-right: .5rem !important
	}

	.me-lg-3 {
		margin-right: 1rem !important
	}

	.me-lg-4 {
		margin-right: 1.5rem !important
	}

	.me-lg-5 {
		margin-right: 3rem !important
	}

	.me-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-0 {
		margin-bottom: 0 !important
	}

	.mb-lg-1 {
		margin-bottom: .25rem !important
	}

	.mb-lg-2 {
		margin-bottom: .5rem !important
	}

	.mb-lg-3 {
		margin-bottom: 1rem !important
	}

	.mb-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-lg-5 {
		margin-bottom: 3rem !important
	}

	.mb-lg-auto {
		margin-bottom: auto !important
	}

	.ms-lg-0 {
		margin-left: 0 !important
	}

	.ms-lg-1 {
		margin-left: .25rem !important
	}

	.ms-lg-2 {
		margin-left: .5rem !important
	}

	.ms-lg-3 {
		margin-left: 1rem !important
	}

	.ms-lg-4 {
		margin-left: 1.5rem !important
	}

	.ms-lg-5 {
		margin-left: 3rem !important
	}

	.ms-lg-auto {
		margin-left: auto !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-lg-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-lg-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-lg-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-lg-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-lg-0 {
		padding-top: 0 !important
	}

	.pt-lg-1 {
		padding-top: .25rem !important
	}

	.pt-lg-2 {
		padding-top: .5rem !important
	}

	.pt-lg-3 {
		padding-top: 1rem !important
	}

	.pt-lg-4 {
		padding-top: 1.5rem !important
	}

	.pt-lg-5 {
		padding-top: 3rem !important
	}

	.pe-lg-0 {
		padding-right: 0 !important
	}

	.pe-lg-1 {
		padding-right: .25rem !important
	}

	.pe-lg-2 {
		padding-right: .5rem !important
	}

	.pe-lg-3 {
		padding-right: 1rem !important
	}

	.pe-lg-4 {
		padding-right: 1.5rem !important
	}

	.pe-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-0 {
		padding-bottom: 0 !important
	}

	.pb-lg-1 {
		padding-bottom: .25rem !important
	}

	.pb-lg-2 {
		padding-bottom: .5rem !important
	}

	.pb-lg-3 {
		padding-bottom: 1rem !important
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-lg-5 {
		padding-bottom: 3rem !important
	}

	.ps-lg-0 {
		padding-left: 0 !important
	}

	.ps-lg-1 {
		padding-left: .25rem !important
	}

	.ps-lg-2 {
		padding-left: .5rem !important
	}

	.ps-lg-3 {
		padding-left: 1rem !important
	}

	.ps-lg-4 {
		padding-left: 1.5rem !important
	}

	.ps-lg-5 {
		padding-left: 3rem !important
	}

	.gap-lg-0 {
		gap: 0 !important
	}

	.gap-lg-1 {
		gap: .25rem !important
	}

	.gap-lg-2 {
		gap: .5rem !important
	}

	.gap-lg-3 {
		gap: 1rem !important
	}

	.gap-lg-4 {
		gap: 1.5rem !important
	}

	.gap-lg-5 {
		gap: 3rem !important
	}

	.row-gap-lg-0 {
		row-gap: 0 !important
	}

	.row-gap-lg-1 {
		row-gap: .25rem !important
	}

	.row-gap-lg-2 {
		row-gap: .5rem !important
	}

	.row-gap-lg-3 {
		row-gap: 1rem !important
	}

	.row-gap-lg-4 {
		row-gap: 1.5rem !important
	}

	.row-gap-lg-5 {
		row-gap: 3rem !important
	}

	.column-gap-lg-0 {
		column-gap: 0 !important
	}

	.column-gap-lg-1 {
		column-gap: .25rem !important
	}

	.column-gap-lg-2 {
		column-gap: .5rem !important
	}

	.column-gap-lg-3 {
		column-gap: 1rem !important
	}

	.column-gap-lg-4 {
		column-gap: 1.5rem !important
	}

	.column-gap-lg-5 {
		column-gap: 3rem !important
	}

	.text-lg-start {
		text-align: left !important
	}

	.text-lg-end {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
}

@media (min-width:1440) {
	.col-xxl {
		flex: 1 0 0%
	}

	.col-xxl-auto,
	.row-cols-xxl-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.col-xxl-12,
	.row-cols-xxl-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.col-xxl-6,
	.row-cols-xxl-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.col-xxl-4,
	.row-cols-xxl-3>* {
		flex: 0 0 auto;
		width: 33.33333%
	}

	.col-xxl-3,
	.row-cols-xxl-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xxl-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.col-xxl-2,
	.row-cols-xxl-6>* {
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333%
	}

	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66667%
	}

	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333%
	}

	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66667%
	}

	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333%
	}

	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66667%
	}

	.offset-xxl-0 {
		margin-left: 0
	}

	.offset-xxl-1 {
		margin-left: 8.33333%
	}

	.offset-xxl-2 {
		margin-left: 16.66667%
	}

	.offset-xxl-3 {
		margin-left: 25%
	}

	.offset-xxl-4 {
		margin-left: 33.33333%
	}

	.offset-xxl-5 {
		margin-left: 41.66667%
	}

	.offset-xxl-6 {
		margin-left: 50%
	}

	.offset-xxl-7 {
		margin-left: 58.33333%
	}

	.offset-xxl-8 {
		margin-left: 66.66667%
	}

	.offset-xxl-9 {
		margin-left: 75%
	}

	.offset-xxl-10 {
		margin-left: 83.33333%
	}

	.offset-xxl-11 {
		margin-left: 91.66667%
	}

	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0
	}

	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0
	}

	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem
	}

	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem
	}

	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem
	}

	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem
	}

	.dropdown-menu-xxl-start {
		--bs-position: start
	}

	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-xxl-end {
		--bs-position: end
	}

	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0;
		left: auto
	}

	.navbar-expand-xxl {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.list-group-horizontal-xxl,
	.navbar-expand-xxl .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x)
	}

	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-xxl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-xxl .navbar-toggler,
	.navbar-expand-xxl .offcanvas .offcanvas-header,
	.offcanvas-xxl .offcanvas-header {
		display: none
	}

	.navbar-expand-xxl .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none
	}

	.navbar-expand-xxl .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}

	.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0
	}

	.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-xxl>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-xxl>.list-group-item+.list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0
	}

	.list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width)
	}

	.offcanvas-xxl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-xxl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important
	}

	.sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.sticky-xxl-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020
	}

	.float-xxl-start {
		float: left !important
	}

	.float-xxl-end {
		float: right !important
	}

	.float-xxl-none {
		float: none !important
	}

	.object-fit-xxl-contain {
		object-fit: contain !important
	}

	.object-fit-xxl-cover {
		object-fit: cover !important
	}

	.object-fit-xxl-fill {
		object-fit: fill !important
	}

	.object-fit-xxl-scale {
		object-fit: scale-down !important
	}

	.object-fit-xxl-none {
		object-fit: none !important
	}

	.d-xxl-inline {
		display: inline !important
	}

	.d-xxl-inline-block {
		display: inline-block !important
	}

	.d-xxl-block {
		display: block !important
	}

	.d-xxl-grid {
		display: grid !important
	}

	.d-xxl-table {
		display: table !important
	}

	.d-xxl-table-row {
		display: table-row !important
	}

	.d-xxl-table-cell {
		display: table-cell !important
	}

	.d-xxl-flex {
		display: flex !important
	}

	.d-xxl-inline-flex {
		display: inline-flex !important
	}

	.d-xxl-none {
		display: none !important
	}

	.flex-xxl-fill {
		flex: 1 1 auto !important
	}

	.flex-xxl-row {
		flex-direction: row !important
	}

	.flex-xxl-column {
		flex-direction: column !important
	}

	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xxl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xxl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-xxl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xxl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-xxl-start {
		justify-content: flex-start !important
	}

	.justify-content-xxl-end {
		justify-content: flex-end !important
	}

	.justify-content-xxl-center {
		justify-content: center !important
	}

	.justify-content-xxl-between {
		justify-content: space-between !important
	}

	.justify-content-xxl-around {
		justify-content: space-around !important
	}

	.justify-content-xxl-evenly {
		justify-content: space-evenly !important
	}

	.align-items-xxl-start {
		align-items: flex-start !important
	}

	.align-items-xxl-end {
		align-items: flex-end !important
	}

	.align-items-xxl-center {
		align-items: center !important
	}

	.align-items-xxl-baseline {
		align-items: baseline !important
	}

	.align-items-xxl-stretch {
		align-items: stretch !important
	}

	.align-content-xxl-start {
		align-content: flex-start !important
	}

	.align-content-xxl-end {
		align-content: flex-end !important
	}

	.align-content-xxl-center {
		align-content: center !important
	}

	.align-content-xxl-between {
		align-content: space-between !important
	}

	.align-content-xxl-around {
		align-content: space-around !important
	}

	.align-content-xxl-stretch {
		align-content: stretch !important
	}

	.align-self-xxl-auto {
		align-self: auto !important
	}

	.align-self-xxl-start {
		align-self: flex-start !important
	}

	.align-self-xxl-end {
		align-self: flex-end !important
	}

	.align-self-xxl-center {
		align-self: center !important
	}

	.align-self-xxl-baseline {
		align-self: baseline !important
	}

	.align-self-xxl-stretch {
		align-self: stretch !important
	}

	.order-xxl-first {
		order: -1 !important
	}

	.order-xxl-0 {
		order: 0 !important
	}

	.order-xxl-1 {
		order: 1 !important
	}

	.order-xxl-2 {
		order: 2 !important
	}

	.order-xxl-3 {
		order: 3 !important
	}

	.order-xxl-4 {
		order: 4 !important
	}

	.order-xxl-5 {
		order: 5 !important
	}

	.order-xxl-last {
		order: 6 !important
	}

	.m-xxl-0 {
		margin: 0 !important
	}

	.m-xxl-1 {
		margin: .25rem !important
	}

	.m-xxl-2 {
		margin: .5rem !important
	}

	.m-xxl-3 {
		margin: 1rem !important
	}

	.m-xxl-4 {
		margin: 1.5rem !important
	}

	.m-xxl-5 {
		margin: 3rem !important
	}

	.m-xxl-auto {
		margin: auto !important
	}

	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-xxl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-xxl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-xxl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-xxl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-xxl-0 {
		margin-top: 0 !important
	}

	.mt-xxl-1 {
		margin-top: .25rem !important
	}

	.mt-xxl-2 {
		margin-top: .5rem !important
	}

	.mt-xxl-3 {
		margin-top: 1rem !important
	}

	.mt-xxl-4 {
		margin-top: 1.5rem !important
	}

	.mt-xxl-5 {
		margin-top: 3rem !important
	}

	.mt-xxl-auto {
		margin-top: auto !important
	}

	.me-xxl-0 {
		margin-right: 0 !important
	}

	.me-xxl-1 {
		margin-right: .25rem !important
	}

	.me-xxl-2 {
		margin-right: .5rem !important
	}

	.me-xxl-3 {
		margin-right: 1rem !important
	}

	.me-xxl-4 {
		margin-right: 1.5rem !important
	}

	.me-xxl-5 {
		margin-right: 3rem !important
	}

	.me-xxl-auto {
		margin-right: auto !important
	}

	.mb-xxl-0 {
		margin-bottom: 0 !important
	}

	.mb-xxl-1 {
		margin-bottom: .25rem !important
	}

	.mb-xxl-2 {
		margin-bottom: .5rem !important
	}

	.mb-xxl-3 {
		margin-bottom: 1rem !important
	}

	.mb-xxl-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-xxl-5 {
		margin-bottom: 3rem !important
	}

	.mb-xxl-auto {
		margin-bottom: auto !important
	}

	.ms-xxl-0 {
		margin-left: 0 !important
	}

	.ms-xxl-1 {
		margin-left: .25rem !important
	}

	.ms-xxl-2 {
		margin-left: .5rem !important
	}

	.ms-xxl-3 {
		margin-left: 1rem !important
	}

	.ms-xxl-4 {
		margin-left: 1.5rem !important
	}

	.ms-xxl-5 {
		margin-left: 3rem !important
	}

	.ms-xxl-auto {
		margin-left: auto !important
	}

	.p-xxl-0 {
		padding: 0 !important
	}

	.p-xxl-1 {
		padding: .25rem !important
	}

	.p-xxl-2 {
		padding: .5rem !important
	}

	.p-xxl-3 {
		padding: 1rem !important
	}

	.p-xxl-4 {
		padding: 1.5rem !important
	}

	.p-xxl-5 {
		padding: 3rem !important
	}

	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-xxl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-xxl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-xxl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-xxl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-xxl-0 {
		padding-top: 0 !important
	}

	.pt-xxl-1 {
		padding-top: .25rem !important
	}

	.pt-xxl-2 {
		padding-top: .5rem !important
	}

	.pt-xxl-3 {
		padding-top: 1rem !important
	}

	.pt-xxl-4 {
		padding-top: 1.5rem !important
	}

	.pt-xxl-5 {
		padding-top: 3rem !important
	}

	.pe-xxl-0 {
		padding-right: 0 !important
	}

	.pe-xxl-1 {
		padding-right: .25rem !important
	}

	.pe-xxl-2 {
		padding-right: .5rem !important
	}

	.pe-xxl-3 {
		padding-right: 1rem !important
	}

	.pe-xxl-4 {
		padding-right: 1.5rem !important
	}

	.pe-xxl-5 {
		padding-right: 3rem !important
	}

	.pb-xxl-0 {
		padding-bottom: 0 !important
	}

	.pb-xxl-1 {
		padding-bottom: .25rem !important
	}

	.pb-xxl-2 {
		padding-bottom: .5rem !important
	}

	.pb-xxl-3 {
		padding-bottom: 1rem !important
	}

	.pb-xxl-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-xxl-5 {
		padding-bottom: 3rem !important
	}

	.ps-xxl-0 {
		padding-left: 0 !important
	}

	.ps-xxl-1 {
		padding-left: .25rem !important
	}

	.ps-xxl-2 {
		padding-left: .5rem !important
	}

	.ps-xxl-3 {
		padding-left: 1rem !important
	}

	.ps-xxl-4 {
		padding-left: 1.5rem !important
	}

	.ps-xxl-5 {
		padding-left: 3rem !important
	}

	.gap-xxl-0 {
		gap: 0 !important
	}

	.gap-xxl-1 {
		gap: .25rem !important
	}

	.gap-xxl-2 {
		gap: .5rem !important
	}

	.gap-xxl-3 {
		gap: 1rem !important
	}

	.gap-xxl-4 {
		gap: 1.5rem !important
	}

	.gap-xxl-5 {
		gap: 3rem !important
	}

	.row-gap-xxl-0 {
		row-gap: 0 !important
	}

	.row-gap-xxl-1 {
		row-gap: .25rem !important
	}

	.row-gap-xxl-2 {
		row-gap: .5rem !important
	}

	.row-gap-xxl-3 {
		row-gap: 1rem !important
	}

	.row-gap-xxl-4 {
		row-gap: 1.5rem !important
	}

	.row-gap-xxl-5 {
		row-gap: 3rem !important
	}

	.column-gap-xxl-0 {
		column-gap: 0 !important
	}

	.column-gap-xxl-1 {
		column-gap: .25rem !important
	}

	.column-gap-xxl-2 {
		column-gap: .5rem !important
	}

	.column-gap-xxl-3 {
		column-gap: 1rem !important
	}

	.column-gap-xxl-4 {
		column-gap: 1.5rem !important
	}

	.column-gap-xxl-5 {
		column-gap: 3rem !important
	}

	.text-xxl-start {
		text-align: left !important
	}

	.text-xxl-end {
		text-align: right !important
	}

	.text-xxl-center {
		text-align: center !important
	}
}

@media (min-width:1200px) {

	.h1,
	h1 {
		font-size: 1.75rem
	}

	.h2,
	h2,
	legend {
		font-size: 1.5rem
	}

	.h3,
	h3 {
		font-size: 1.375rem
	}

	.display-1 {
		font-size: 5rem
	}

	.display-2 {
		font-size: 4.5rem
	}

	.display-3 {
		font-size: 4rem
	}

	.display-4 {
		font-size: 3.5rem
	}

	.display-5 {
		font-size: 3rem
	}

	.display-6 {
		font-size: 2.5rem
	}

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1024px
	}

	.col-xl {
		flex: 1 0 0%
	}

	.col-xl-auto,
	.row-cols-xl-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.col-xl-12,
	.row-cols-xl-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.col-xl-6,
	.row-cols-xl-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.col-xl-4,
	.row-cols-xl-3>* {
		flex: 0 0 auto;
		width: 33.33333%
	}

	.col-xl-3,
	.row-cols-xl-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xl-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.col-xl-2,
	.row-cols-xl-6>* {
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333%
	}

	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66667%
	}

	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333%
	}

	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66667%
	}

	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333%
	}

	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66667%
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333%
	}

	.offset-xl-2 {
		margin-left: 16.66667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.33333%
	}

	.offset-xl-5 {
		margin-left: 41.66667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.33333%
	}

	.offset-xl-8 {
		margin-left: 66.66667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.33333%
	}

	.offset-xl-11 {
		margin-left: 91.66667%
	}

	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0
	}

	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0
	}

	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem
	}

	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem
	}

	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem
	}

	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem
	}

	.col-form-label-sm,
	.dropdown-header,
	.form-control-sm,
	.form-select-sm,
	.input-group-sm>.btn,
	.input-group-sm>.form-control,
	.input-group-sm>.form-select,
	.input-group-sm>.input-group-text,
	.invalid-tooltip,
	.valid-tooltip {
		font-size: .76562rem
	}

	.btn-group-sm>.btn,
	.btn-sm {
		--bs-btn-font-size: 0.76562rem
	}

	.dropdown-menu-xl-start {
		--bs-position: start
	}

	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-xl-end {
		--bs-position: end
	}

	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto
	}

	.navbar-expand-xl {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.list-group-horizontal-xl,
	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x)
	}

	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-xl .navbar-toggler,
	.navbar-expand-xl .offcanvas .offcanvas-header,
	.offcanvas-xl .offcanvas-header {
		display: none
	}

	.navbar-expand-xl .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none
	}

	.navbar-expand-xl .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}

	.pagination-sm {
		--bs-pagination-font-size: 0.76562rem
	}

	.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0
	}

	.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width)
	}

	.modal-xl {
		--bs-modal-width: 1140px
	}

	.tooltip {
		--bs-tooltip-font-size: 0.76562rem
	}

	.popover {
		--bs-popover-font-size: 0.76562rem
	}

	.offcanvas-xl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-xl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important
	}

	.sticky-xl-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.sticky-xl-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020
	}

	.float-xl-start {
		float: left !important
	}

	.float-xl-end {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}

	.object-fit-xl-contain {
		object-fit: contain !important
	}

	.object-fit-xl-cover {
		object-fit: cover !important
	}

	.object-fit-xl-fill {
		object-fit: fill !important
	}

	.object-fit-xl-scale {
		object-fit: scale-down !important
	}

	.object-fit-xl-none {
		object-fit: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-grid {
		display: grid !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: flex !important
	}

	.d-xl-inline-flex {
		display: inline-flex !important
	}

	.d-xl-none {
		display: none !important
	}

	.flex-xl-fill {
		flex: 1 1 auto !important
	}

	.flex-xl-row {
		flex-direction: row !important
	}

	.flex-xl-column {
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-xl-start {
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		justify-content: center !important
	}

	.justify-content-xl-between {
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		justify-content: space-around !important
	}

	.justify-content-xl-evenly {
		justify-content: space-evenly !important
	}

	.align-items-xl-start {
		align-items: flex-start !important
	}

	.align-items-xl-end {
		align-items: flex-end !important
	}

	.align-items-xl-center {
		align-items: center !important
	}

	.align-items-xl-baseline {
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		align-items: stretch !important
	}

	.align-content-xl-start {
		align-content: flex-start !important
	}

	.align-content-xl-end {
		align-content: flex-end !important
	}

	.align-content-xl-center {
		align-content: center !important
	}

	.align-content-xl-between {
		align-content: space-between !important
	}

	.align-content-xl-around {
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		align-content: stretch !important
	}

	.align-self-xl-auto {
		align-self: auto !important
	}

	.align-self-xl-start {
		align-self: flex-start !important
	}

	.align-self-xl-end {
		align-self: flex-end !important
	}

	.align-self-xl-center {
		align-self: center !important
	}

	.align-self-xl-baseline {
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		align-self: stretch !important
	}

	.order-xl-first {
		order: -1 !important
	}

	.order-xl-0 {
		order: 0 !important
	}

	.order-xl-1 {
		order: 1 !important
	}

	.order-xl-2 {
		order: 2 !important
	}

	.order-xl-3 {
		order: 3 !important
	}

	.order-xl-4 {
		order: 4 !important
	}

	.order-xl-5 {
		order: 5 !important
	}

	.order-xl-last {
		order: 6 !important
	}

	.m-xl-0 {
		margin: 0 !important
	}

	.m-xl-1 {
		margin: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-xl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-xl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-xl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-xl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-xl-0 {
		margin-top: 0 !important
	}

	.mt-xl-1 {
		margin-top: .25rem !important
	}

	.mt-xl-2 {
		margin-top: .5rem !important
	}

	.mt-xl-3 {
		margin-top: 1rem !important
	}

	.mt-xl-4 {
		margin-top: 1.5rem !important
	}

	.mt-xl-5 {
		margin-top: 3rem !important
	}

	.mt-xl-auto {
		margin-top: auto !important
	}

	.me-xl-0 {
		margin-right: 0 !important
	}

	.me-xl-1 {
		margin-right: .25rem !important
	}

	.me-xl-2 {
		margin-right: .5rem !important
	}

	.me-xl-3 {
		margin-right: 1rem !important
	}

	.me-xl-4 {
		margin-right: 1.5rem !important
	}

	.me-xl-5 {
		margin-right: 3rem !important
	}

	.me-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-0 {
		margin-bottom: 0 !important
	}

	.mb-xl-1 {
		margin-bottom: .25rem !important
	}

	.mb-xl-2 {
		margin-bottom: .5rem !important
	}

	.mb-xl-3 {
		margin-bottom: 1rem !important
	}

	.mb-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-xl-5 {
		margin-bottom: 3rem !important
	}

	.mb-xl-auto {
		margin-bottom: auto !important
	}

	.ms-xl-0 {
		margin-left: 0 !important
	}

	.ms-xl-1 {
		margin-left: .25rem !important
	}

	.ms-xl-2 {
		margin-left: .5rem !important
	}

	.ms-xl-3 {
		margin-left: 1rem !important
	}

	.ms-xl-4 {
		margin-left: 1.5rem !important
	}

	.ms-xl-5 {
		margin-left: 3rem !important
	}

	.ms-xl-auto {
		margin-left: auto !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.p-xl-1 {
		padding: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-xl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-xl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-xl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-xl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-xl-0 {
		padding-top: 0 !important
	}

	.pt-xl-1 {
		padding-top: .25rem !important
	}

	.pt-xl-2 {
		padding-top: .5rem !important
	}

	.pt-xl-3 {
		padding-top: 1rem !important
	}

	.pt-xl-4 {
		padding-top: 1.5rem !important
	}

	.pt-xl-5 {
		padding-top: 3rem !important
	}

	.pe-xl-0 {
		padding-right: 0 !important
	}

	.pe-xl-1 {
		padding-right: .25rem !important
	}

	.pe-xl-2 {
		padding-right: .5rem !important
	}

	.pe-xl-3 {
		padding-right: 1rem !important
	}

	.pe-xl-4 {
		padding-right: 1.5rem !important
	}

	.pe-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-0 {
		padding-bottom: 0 !important
	}

	.pb-xl-1 {
		padding-bottom: .25rem !important
	}

	.pb-xl-2 {
		padding-bottom: .5rem !important
	}

	.pb-xl-3 {
		padding-bottom: 1rem !important
	}

	.pb-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-xl-5 {
		padding-bottom: 3rem !important
	}

	.ps-xl-0 {
		padding-left: 0 !important
	}

	.ps-xl-1 {
		padding-left: .25rem !important
	}

	.ps-xl-2 {
		padding-left: .5rem !important
	}

	.ps-xl-3 {
		padding-left: 1rem !important
	}

	.ps-xl-4 {
		padding-left: 1.5rem !important
	}

	.ps-xl-5 {
		padding-left: 3rem !important
	}

	.gap-xl-0 {
		gap: 0 !important
	}

	.gap-xl-1 {
		gap: .25rem !important
	}

	.gap-xl-2 {
		gap: .5rem !important
	}

	.gap-xl-3 {
		gap: 1rem !important
	}

	.gap-xl-4 {
		gap: 1.5rem !important
	}

	.gap-xl-5 {
		gap: 3rem !important
	}

	.row-gap-xl-0 {
		row-gap: 0 !important
	}

	.row-gap-xl-1 {
		row-gap: .25rem !important
	}

	.row-gap-xl-2 {
		row-gap: .5rem !important
	}

	.row-gap-xl-3 {
		row-gap: 1rem !important
	}

	.row-gap-xl-4 {
		row-gap: 1.5rem !important
	}

	.row-gap-xl-5 {
		row-gap: 3rem !important
	}

	.column-gap-xl-0 {
		column-gap: 0 !important
	}

	.column-gap-xl-1 {
		column-gap: .25rem !important
	}

	.column-gap-xl-2 {
		column-gap: .5rem !important
	}

	.column-gap-xl-3 {
		column-gap: 1rem !important
	}

	.column-gap-xl-4 {
		column-gap: 1.5rem !important
	}

	.column-gap-xl-5 {
		column-gap: 3rem !important
	}

	.text-xl-start {
		text-align: left !important
	}

	.text-xl-end {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}

	.fs-1 {
		font-size: 1.75rem !important
	}

	.fs-2 {
		font-size: 1.5rem !important
	}

	.fs-3 {
		font-size: 1.375rem !important
	}
}

@media print {
	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-grid {
		display: grid !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: flex !important
	}

	.d-print-inline-flex {
		display: inline-flex !important
	}

	.d-print-none {
		display: none !important
	}
}

* {
	outline: 0;
	padding: 0
}

::after,
::before {
	margin: 0;
	padding: 0
}

::selection {
	color: #fff;
	background: var(--primary)
}

.pb {
	padding-bottom: 80px !important
}

.radius-bottom-lr,
.radius-top-lr {
	border-radius: 18px 18px 0 0 !important
}

.bg-gradient {
	background: linear-gradient(97.23deg, #01c750 7.5%, #00b147 96.67%) !important
}

body {
	color: #6d898f;
	font-size: .875rem;
	font-family: var(--font-family-base);
	min-height: 100vh
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-family-title);
	font-weight: 600;
	color: var(--title)
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
.header.transparent .main-bar.sticky-header .title,
.nav-pills.dz-nav .nav-item .nav-link,
.order-summery .deliver-location,
.service-area .service-box span,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: var(--title)
}

.sub-title {
	font-family: var(--font-family-sub-title)
}

.title-head {
	font-family: var(--font-family-title)
}

.text-accent {
	color: #c29c1d !important
}

.bg-accent {
	background-color: #c29c1d !important
}

.text-soft {
	color: #7d8fab !important
}

.h1,
.price-box .price,
h1 {
	font-size: 1.75rem
}

.card-title--large,
.h2,
h2 {
	font-size: 1.5rem
}

.h3,
h3 {
	font-size: 1.375rem
}

.h4,
h4 {
	font-size: 1.25rem
}

.dz-list.style-3 ul .item-content .item-inner .item-title-row .item-title a,
.h5,
h5 {
	font-size: 1.125rem
}

.alert-right-icon .close i,
.h6,
h6 {
	font-size: 1rem
}

p {
	margin-bottom: 1rem;
	font-size: .875rem;
	font-weight: 400
}

.notification-list ul,
ul {
	padding: 0;
	margin: 0
}

img {
	border-style: none;
	height: auto;
	max-width: 100%
}

a {
	text-decoration: none;
	outline: 0;
	color: var(--primary);
	transition: .5s
}

a.active,
a:focus,
a:hover {
	text-decoration: none;
	outline: 0;
	color: var(--primary-hover)
}

.dz-tab.style-1 .tab-slide-effect .nav-tabs .nav-item.active .nav-link,
.dz-tab.style-3 .tab-slide-effect .nav-tabs .nav-item.active .nav-link,
.text-primary,
.theme-dark .card .text-primary {
	color: var(--primary) !important
}

.text-secondary {
	color: var(--secondary) !important
}

.border-top {
	border-top: 1px solid var(--border-color) !important
}

.border-bottom {
	border-bottom: 1px solid var(--border-color) !important
}

.border-left {
	border-left: 1px solid var(--border-color) !important
}

.border-right {
	border-right: 1px solid var(--border-color) !important
}

.accordion.style-3 .accordion-item .accordion-header .accordion-button.collapsed .icon-box.bg-primary,
.bg-primary,
.dz-timeline .timeline-item.primary:before {
	background-color: var(--primary) !important
}

.text-black {
	color: #071c35 !important
}

.container {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding: 10px
}

.edit-area .input-mini .form-control,
.input-group-text~.form-control,
.p-l0,
.p-lr0 {
	padding-left: 0
}

.p-lr0,
.p-r0 {
	padding-right: 0
}

.accordion.style-1 .accordion-item .accordion-body .dz-list ul li .title,
.card.store-card .card-body .card-info .title,
.driver-status li span,
.recent-search-list li .sub-title,
.strong,
.user-review .review-text,
b,
strong {
	font-weight: 500
}

.h-0 {
	height: 0 !important
}

#main-wrapper {
	opacity: 0;
	transition: .25s ease-in;
	margin-top: 60px
}

.bg-gray {
	background-color: #f0f6ff
}

.content-inner {
	padding-top: 50px;
	padding-bottom: 50px
}

.content-inner-1 {
	padding-top: 100px;
	padding-bottom: 100px
}

.content-inner-2 {
	padding-top: 120px;
	padding-bottom: 0
}

.rounded {
	border-radius: var(--border-radius-base) !important
}

::-webkit-scrollbar {
	display: none;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.dz-icon {
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--border-radius-base);
	fill: #bfc9da;
	font-size: 13px;
	margin-right: 12px
}

.dz-icon svg {
	width: 24px;
	height: 24px;
	fill: inherit
}

.dz-icon i {
	line-height: 1;
	font-size: 16px
}

.bottom-content {
	padding-bottom: 50px;
	overflow: hidden
}

.small,
small {
	font-size: .75rem;
	font-weight: 400;
	display: block;
	line-height: 1.2
}

.text-light {
	color: rgba(0, 0, 0, .5) !important
}

.title {
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--title)
}

.dz-title,
.title-bar .dz-title {
	font-weight: 500;
	margin-bottom: 0
}

.bg-overlay-1 {
	background: rgba(40, 176, 206, .85)
}

.bg-overlay-2,
.categore-box.bg-2:after {
	background: rgba(20, 171, 135, .85)
}

.bg-overlay-3,
.categore-box.bg-3:after {
	background: rgba(161, 49, 173, .85)
}

.bg-img-fix,
.categore-box,
.header.bg-img {
	background-size: cover
}

.saprater {
	border-bottom: 6px solid var(--border-color);
	margin: 0 -15px
}

.accordion.style-3 .accordion-item .accordion-header .accordion-button .icon-box.bg-primary svg path,
.bg-primary.light svg path,
.btn.tp-btn-light.btn-primary g [fill],
.btn.tp-btn-light.btn-primary:hover g [fill],
.btn.tp-btn.btn-primary g [fill],
.dz-tab.style-3 .tab-slide-effect .nav-tabs .nav-item.active .nav-link svg path,
.dz-tab.style-4 .tab-slide-effect .nav-tabs .nav-item.active .nav-link svg path,
.footer .form-check.checkmark .form-check-input:checked+.form-check-label svg path,
.header .header-content .right-content .form-check.checkmark .form-check-input:checked+.form-check-label svg path,
.light.btn-primary g [fill],
.menubar-area .toolbar-inner .menu-toggler.active svg path,
.menubar-area .toolbar-inner .nav-link.active svg path,
.menubar-area.style-10 .menubar-nav .nav-link svg path,
.menubar-area.style-2 .toolbar-inner .menu-toggler.active svg path,
.menubar-area.style-2 .toolbar-inner .nav-link.active svg path,
.menubar-area.style-3 .toolbar-inner .menu-toggler.active svg path,
.menubar-area.style-3 .toolbar-inner .nav-link.active svg path,
.menubar-area.style-4 .toolbar-inner .menu-toggler.active svg path,
.menubar-area.style-4 .toolbar-inner .nav-link.active svg path,
.theme-dark .dashboard-area .categorie-section ul li .btn:hover svg path,
.theme-dark .search-icon svg path,
svg.text-primary path {
	fill: var(--primary)
}

svg.text-dark path {
	fill: var(--title)
}

.accordion.style-3 .accordion-item .accordion-header .accordion-button.collapsed .icon-box svg path,
.accordion.style-3 .accordion-item .accordion-header .accordion-button.collapsed .icon-box.bg-danger svg path,
.accordion.style-3 .accordion-item .accordion-header .accordion-button.collapsed .icon-box.bg-primary svg path,
.btn.tp-btn-light.btn-danger:hover g [fill],
.btn.tp-btn-light.btn-dark:hover g [fill],
.btn.tp-btn.btn-danger:hover g [fill],
.btn.tp-btn.btn-dark:hover g [fill],
.btn.tp-btn.btn-info:hover g [fill],
.btn.tp-btn.btn-light:hover g [fill],
.btn.tp-btn.btn-primary:hover g [fill],
.btn.tp-btn.btn-secondary:hover g [fill],
.btn.tp-btn.btn-success:hover g [fill],
.btn.tp-btn.btn-warning:hover g [fill],
.button-group-list li a svg path,
.feature-card .icon svg path,
.footer .commnet-footer .send-btn svg path,
.header.transparent .left-content .menu-toggler svg path,
.header.transparent .main-bar .back-btn svg path,
.header.transparent .main-bar.sticky-header .header-content .icon-box-3 svg path,
.header.transparent .main-bar.sticky-header .header-content .icon-box-3.item-bookmark svg path,
.header.transparent .main-bar:not(.sticky-header) .form-check.checkmark .form-check-input:checked+.form-check-label svg path,
.icon-box-2 svg path,
.icon-box-3 svg path,
.icon-box-4 svg path,
.icon-box-5 svg path,
.light.btn-danger:hover g [fill],
.light.btn-dark:hover g [fill],
.light.btn-info:hover g [fill],
.light.btn-primary:hover g [fill],
.light.btn-secondary:hover g [fill],
.light.btn-success:hover g [fill],
.light.btn-warning:hover g [fill],
.menubar-area .toolbar-inner .menu-toggler.item-active svg path,
.menubar-area .toolbar-inner .nav-link.item-active svg path,
.menubar-area.style-10 .menubar-nav .nav-link.active svg path,
.message-list li .left-content .seen-btn.active svg path,
.theme-dark .back-btn svg path,
.theme-dark .btn-close svg path,
.theme-dark .company-detail .contact-box li .contact-icon svg path,
.theme-dark .dashboard-area .categorie-section ul li .btn svg path,
.theme-dark .element-list li a svg path,
.theme-dark .filter-area .filter-content .Categories li svg path,
.theme-dark .footer .chat-footer .btn svg path,
.theme-dark .header .main-bar .right-content .form-check.checkmark .form-check-input:checked+.form-check-label svg path,
.theme-dark .icon-box svg path,
.theme-dark .job-post .card-info svg path,
.theme-dark .post-profile .left-content .meta-list li a svg path,
.theme-dark .profile-area .contact-profile .contact-icon svg path,
.theme-dark .recent-jobs-list ul li .item-content .item-inner svg path,
.theme-dark svg.text-dark path {
	fill: #fff
}

.dz-list.style-7 ul .item-content .item-inner .off-text,
.dz-wizard .steps ul li.disabled .step-content,
.header.transparent .main-bar.sticky-header .right-content .theme-btn,
.header.transparent .main-bar.sticky-header .right-content .theme-color,
.item-list .item-content .item-inner .item-footer .off-text,
.item-list.style-2 .item-content .item-inner .item-footer .off-text,
.item-list.style-3 .item-content .item-inner .item-footer .off-text,
.item-list.style-4 .item-content .item-inner .item-footer .off-text,
.item-list.style-5 .item-content .item-inner .item-footer .off-text,
.item-list.style-6 .item-content .item-inner .item-footer .off-text,
.off-text {
	color: #bfc9da
}

.dz-list.style-7 ul .item-content .item-inner .off-text .h6,
.dz-list.style-7 ul .item-content .item-inner .off-text h6,
.item-list .item-content .item-inner .item-footer .off-text .h6,
.item-list .item-content .item-inner .item-footer .off-text h6,
.item-list.style-2 .item-content .item-inner .item-footer .off-text .h6,
.item-list.style-2 .item-content .item-inner .item-footer .off-text h6,
.item-list.style-3 .item-content .item-inner .item-footer .off-text .h6,
.item-list.style-3 .item-content .item-inner .item-footer .off-text h6,
.item-list.style-4 .item-content .item-inner .item-footer .off-text .h6,
.item-list.style-4 .item-content .item-inner .item-footer .off-text h6,
.item-list.style-5 .item-content .item-inner .item-footer .off-text .h6,
.item-list.style-5 .item-content .item-inner .item-footer .off-text h6,
.item-list.style-6 .item-content .item-inner .item-footer .off-text .h6,
.item-list.style-6 .item-content .item-inner .item-footer .off-text h6,
.off-text .h6,
.off-text h6 {
	color: #bfc9da;
	font-weight: 400
}

.font-11 {
	font-size: 11px !important
}

.font-12 {
	font-size: 12px !important
}

.font-13 {
	font-size: 13px !important
}

.font-14 {
	font-size: 14px !important
}

.font-16 {
	font-size: 16px !important
}

.font-18 {
	font-size: 18px !important
}

.font-22 {
	font-size: 22px !important
}

.font-24 {
	font-size: 24px !important
}

.font-26 {
	font-size: 26px !important
}

.font-0 {
	font-size: 0px !important
}

.font-5 {
	font-size: 5px !important
}

.font-10 {
	font-size: 10px !important
}

.font-15 {
	font-size: 15px !important
}

.font-20 {
	font-size: 20px !important
}

.font-25 {
	font-size: 25px !important
}

.font-30 {
	font-size: 30px !important
}

.font-35 {
	font-size: 35px !important
}

.font-40 {
	font-size: 40px !important
}

.font-45 {
	font-size: 45px !important
}

.font-50 {
	font-size: 50px !important
}

.font-55 {
	font-size: 55px !important
}

.font-60 {
	font-size: 60px !important
}

.font-65 {
	font-size: 65px !important
}

.font-70 {
	font-size: 70px !important
}

.font-75 {
	font-size: 75px !important
}

.font-80 {
	font-size: 80px !important
}

.font-85 {
	font-size: 85px !important
}

.font-90 {
	font-size: 90px !important
}

.font-95 {
	font-size: 95px !important
}

.font-100 {
	font-size: 100px !important
}

.font-w0 {
	font-weight: 0 !important
}

.font-w100 {
	font-weight: 100 !important
}

.font-w200 {
	font-weight: 200 !important
}

.font-w800 {
	font-weight: 800 !important
}

.font-w900 {
	font-weight: 900 !important
}

.ls-0 {
	letter-spacing: 0
}

.ls-1 {
	letter-spacing: 1px
}

.ls-2 {
	letter-spacing: 2px
}

.ls-3 {
	letter-spacing: 3px
}

.ls-4 {
	letter-spacing: 4px
}

.ls-5 {
	letter-spacing: 5px
}

.btn,
.follow-btn {
	letter-spacing: .5px
}

.dz-list.style-4 ul li .item-content,
.dz-list.style-9 ul li .item-content,
.dz-stepper .bootstrap-touchspin .input-group-btn:not(:first-child),
.footer .form-check.checkmark,
.header .header-content .right-content .form-check.checkmark,
.header.transparent .main-bar:not(.sticky-header) .form-check.checkmark,
.notification-list,
.p-a0,
.story-wrapper,
.theme-dark .header .main-bar .right-content .form-check.checkmark {
	padding: 0
}

.p-b0,
.reviews-type li:last-child,
.track-list li:last-child {
	padding-bottom: 0
}

.input-mini .form-control,
.p-l5,
.p-lr5 {
	padding-left: 5px
}

.p-lr5,
.p-r5 {
	padding-right: 5px
}

.p-tb0 {
	padding-bottom: 0 !important;
	padding-top: 0 !important
}

.dz-timeline .timeline-item .timeline-content,
.m-a0 {
	margin: 0
}

.m-lr0 {
	margin-left: 0;
	margin-right: 0
}

.m-l5,
.m-lr5 {
	margin-left: 5px
}

.card.store-card .card-body .card-info .location i,
.card.store-card .card-body .card-info .location svg,
.m-lr5,
.m-r5 {
	margin-right: 5px
}

.m-tb0 {
	margin-bottom: 0;
	margin-top: 0
}

.m-b5,
.m-tb5,
.sidebar .sidebar-bottom .name {
	margin-bottom: 5px
}

.m-t5,
.m-tb5 {
	margin-top: 5px
}

.p-a5 {
	padding: 5px
}

.p-t5,
.p-tb5 {
	padding-top: 5px !important
}

.p-b5 {
	padding-bottom: 5px
}

.p-l10,
.p-lr10 {
	padding-left: 10px
}

.p-lr10,
.p-r10 {
	padding-right: 10px
}

.p-tb5 {
	padding-bottom: 5px !important
}

.m-a5 {
	margin: 5px
}

.m-l10,
.m-lr10 {
	margin-left: 10px
}

.header.user-head .header-content .mid-content .media,
.m-lr10,
.m-r10 {
	margin-right: 10px
}

.item-list .item-content .item-inner .item-title-row,
.item-list.style-2 .item-content .item-inner .item-title-row,
.item-list.style-3 .item-content .item-inner .item-title-row,
.item-list.style-4 .item-content .item-inner .item-title-row,
.m-b10,
.m-tb10,
.message-content .chat-content.user .message-item,
.pwa-offcanvas .title {
	margin-bottom: 10px
}

.card-item.style-2 .dz-footer,
.dz-swiper-gallery-wrapper .dz-swiper-gallery-thumb,
.m-t10,
.m-tb10 {
	margin-top: 10px
}

.card-item.style-1 .dz-content,
.card-item.style-4 .dz-content,
.card-item.style-5 .dz-content,
.p-a10 {
	padding: 10px
}

.p-t10,
.p-tb10 {
	padding-top: 10px !important
}

.p-b10 {
	padding-bottom: 10px
}

.p-l15,
.p-lr15 {
	padding-left: 15px
}

.p-lr15,
.p-r15 {
	padding-right: 15px
}

.p-tb10 {
	padding-bottom: 10px !important
}

.m-a10 {
	margin: 10px
}

.dz-swiper .swiper-slide:first-child,
.dz-user-list .user-grid.style-2 .name,
.m-l15,
.m-lr15,
.swiper-center .swiper-slide:first-child,
.team-swiper-4 .swiper-wrapper .swiper-slide:first-child {
	margin-left: 15px
}

.dz-list>ul>li .dz-media,
.form-control.custom-image-select-2 .filter-option-inner-inner,
.item-list-2 .price,
.m-lr15,
.m-r15,
.recomanded-swiper .swiper-slide:last-child,
.team-swiper-4 .swiper-wrapper .swiper-slide:last-child {
	margin-right: 15px
}

.dz-rating,
.form .form-item,
.input-group,
.m-b15,
.m-tb15,
.pricing-table .price-list,
.pricing-table.style-2 .price-head p,
.pricing-table.style-3 .price-head p {
	margin-bottom: 15px
}

.m-t15,
.m-tb15 {
	margin-top: 15px
}

.card.payment-service .card-body,
.card.payment-service .card-header,
.dz-media-card .media-content,
.p-a15 {
	padding: 15px
}

.p-t15,
.p-tb15 {
	padding-top: 15px !important
}

.p-b15 {
	padding-bottom: 15px
}

.p-tb15 {
	padding-bottom: 15px !important
}

.m-a15 {
	margin: 15px
}

.m-l20,
.m-lr20 {
	margin-left: 20px
}

.add-banner .card-body .media,
.add-banner2 .card-body .media,
.add-banner3 .card-body .media,
.add-banner4 .card-body .media,
.m-lr20,
.m-r20 {
	margin-right: 20px
}

.dz-list.style-6 ul li,
.filtaring-area,
.image-upload,
.m-b20,
.m-tb20 {
	margin-bottom: 20px
}

.m-t20,
.m-tb20 {
	margin-top: 20px
}

.p-a20 {
	padding: 20px
}

.p-t20,
.p-tb20 {
	padding-top: 20px !important
}

.accordion.style-1 .accordion-item .accordion-body .dz-list ul,
.p-l20 {
	padding-left: 20px
}

.p-r20 {
	padding-right: 20px
}

.p-b20 {
	padding-bottom: 20px
}

.dz-list.list-space>ul>li a,
.p-lr20 {
	padding-left: 20px;
	padding-right: 20px
}

.p-l25,
.p-lr25 {
	padding-left: 25px
}

.p-lr25,
.p-r25 {
	padding-right: 25px
}

.p-tb20 {
	padding-bottom: 20px !important
}

.m-a20 {
	margin: 20px
}

.m-l25,
.m-lr25 {
	margin-left: 25px
}

.m-lr25,
.m-r25 {
	margin-right: 25px
}

.blog-area,
.m-b25,
.m-tb25 {
	margin-bottom: 25px
}

.m-t25,
.m-tb25 {
	margin-top: 25px
}

.p-a25 {
	padding: 25px
}

.p-t25,
.p-tb25 {
	padding-top: 25px !important
}

.p-b25 {
	padding-bottom: 25px
}

.dz-timeline.timeline-panel,
.p-l30,
.p-lr30 {
	padding-left: 30px
}

.p-lr30,
.p-r30 {
	padding-right: 30px
}

.p-tb25 {
	padding-bottom: 25px !important
}

.m-a25 {
	margin: 25px
}

.m-l30,
.m-lr30 {
	margin-left: 30px
}

.button-group-list li,
.m-lr30,
.m-r30 {
	margin-right: 30px
}

.m-b30,
.m-tb30 {
	margin-bottom: 30px
}

.m-t30,
.m-tb30 {
	margin-top: 30px
}

.p-a30 {
	padding: 30px
}

.p-t30,
.p-tb30 {
	padding-top: 30px !important
}

.p-b30 {
	padding-bottom: 30px
}

.p-l35,
.p-lr35 {
	padding-left: 35px
}

.p-lr35,
.p-r35 {
	padding-right: 35px
}

.p-tb30 {
	padding-bottom: 30px !important
}

.m-a30 {
	margin: 30px
}

.m-l35,
.m-lr35 {
	margin-left: 35px
}

.m-lr35,
.m-r35 {
	margin-right: 35px
}

.m-b35,
.m-tb35 {
	margin-bottom: 35px
}

.m-t35,
.m-tb35 {
	margin-top: 35px
}

.p-a35 {
	padding: 35px
}

.p-t35,
.p-tb35 {
	padding-top: 35px !important
}

.p-b35 {
	padding-bottom: 35px
}

.p-l40,
.p-lr40 {
	padding-left: 40px
}

.p-lr40,
.p-r40 {
	padding-right: 40px
}

.p-tb35 {
	padding-bottom: 35px !important
}

.m-a35 {
	margin: 35px
}

.m-l40,
.m-lr40 {
	margin-left: 40px
}

.m-lr40,
.m-r40 {
	margin-right: 40px
}

.m-b40,
.m-tb40 {
	margin-bottom: 40px
}

.m-t40,
.m-tb40 {
	margin-top: 40px
}

.p-a40 {
	padding: 40px
}

.p-t40,
.p-tb40 {
	padding-top: 40px !important
}

.p-b40 {
	padding-bottom: 40px
}

.dz-comments-list li.parent-list,
.p-l45,
.p-lr45 {
	padding-left: 45px
}

.p-lr45,
.p-r45 {
	padding-right: 45px
}

.p-tb40 {
	padding-bottom: 40px !important
}

.m-a40 {
	margin: 40px
}

.m-l45,
.m-lr45 {
	margin-left: 45px
}

.m-lr45,
.m-r45 {
	margin-right: 45px
}

.m-b45,
.m-tb45 {
	margin-bottom: 45px
}

.m-t45,
.m-tb45 {
	margin-top: 45px
}

.p-a45 {
	padding: 45px
}

.p-t45,
.p-tb45 {
	padding-top: 45px !important
}

.p-b45 {
	padding-bottom: 45px
}

.p-l50,
.p-lr50 {
	padding-left: 50px
}

.p-lr50,
.p-r50 {
	padding-right: 50px
}

.p-tb45 {
	padding-bottom: 45px !important
}

.m-a45 {
	margin: 45px
}

.m-l50,
.m-lr50 {
	margin-left: 50px
}

.m-lr50,
.m-r50 {
	margin-right: 50px
}

.m-b50,
.m-tb50 {
	margin-bottom: 50px
}

.m-t50,
.m-tb50 {
	margin-top: 50px
}

.p-a50 {
	padding: 50px
}

.p-t50,
.p-tb50 {
	padding-top: 50px !important
}

.p-b50 {
	padding-bottom: 50px
}

.p-l55,
.p-lr55 {
	padding-left: 55px
}

.p-lr55,
.p-r55 {
	padding-right: 55px
}

.p-tb50 {
	padding-bottom: 50px !important
}

.m-a50 {
	margin: 50px
}

.m-l55,
.m-lr55 {
	margin-left: 55px
}

.m-lr55,
.m-r55 {
	margin-right: 55px
}

.m-b55,
.m-tb55 {
	margin-bottom: 55px
}

.m-t55,
.m-tb55 {
	margin-top: 55px
}

.p-a55 {
	padding: 55px
}

.p-t55,
.p-tb55 {
	padding-top: 55px !important
}

.p-b55 {
	padding-bottom: 55px
}

.p-l60,
.p-lr60 {
	padding-left: 60px
}

.p-lr60,
.p-r60 {
	padding-right: 60px
}

.p-tb55 {
	padding-bottom: 55px !important
}

.m-a55 {
	margin: 55px
}

.m-l60,
.m-lr60 {
	margin-left: 60px
}

.m-lr60,
.m-r60 {
	margin-right: 60px
}

.m-b60,
.m-tb60 {
	margin-bottom: 60px
}

.m-t60,
.m-tb60 {
	margin-top: 60px
}

.p-a60 {
	padding: 60px
}

.p-t60,
.p-tb60 {
	padding-top: 60px !important
}

.p-b60 {
	padding-bottom: 60px
}

.p-l65,
.p-lr65 {
	padding-left: 65px
}

.p-lr65,
.p-r65 {
	padding-right: 65px
}

.p-tb60 {
	padding-bottom: 60px !important
}

.m-a60 {
	margin: 60px
}

.m-l65,
.m-lr65 {
	margin-left: 65px
}

.m-lr65,
.m-r65 {
	margin-right: 65px
}

.m-b65,
.m-tb65 {
	margin-bottom: 65px
}

.m-t65,
.m-tb65 {
	margin-top: 65px
}

.p-a65 {
	padding: 65px
}

.p-t65,
.p-tb65 {
	padding-top: 65px !important
}

.p-b65 {
	padding-bottom: 65px
}

.p-l70,
.p-lr70 {
	padding-left: 70px
}

.p-lr70,
.p-r70 {
	padding-right: 70px
}

.p-tb65 {
	padding-bottom: 65px !important
}

.m-a65 {
	margin: 65px
}

.m-l70,
.m-lr70 {
	margin-left: 70px
}

.m-lr70,
.m-r70 {
	margin-right: 70px
}

.m-b70,
.m-tb70 {
	margin-bottom: 70px
}

.m-t70,
.m-tb70 {
	margin-top: 70px
}

.p-a70 {
	padding: 70px
}

.p-t70,
.p-tb70 {
	padding-top: 70px !important
}

.p-b70 {
	padding-bottom: 70px
}

.p-l75,
.p-lr75 {
	padding-left: 75px
}

.p-lr75,
.p-r75 {
	padding-right: 75px
}

.p-tb70 {
	padding-bottom: 70px !important
}

.m-a70 {
	margin: 70px
}

.m-l75,
.m-lr75 {
	margin-left: 75px
}

.m-lr75,
.m-r75 {
	margin-right: 75px
}

.m-b75,
.m-tb75 {
	margin-bottom: 75px
}

.m-t75,
.m-tb75 {
	margin-top: 75px
}

.p-a75 {
	padding: 75px
}

.p-t75,
.p-tb75 {
	padding-top: 75px !important
}

.p-b75 {
	padding-bottom: 75px
}

.p-l80,
.p-lr80 {
	padding-left: 80px
}

.p-lr80,
.p-r80 {
	padding-right: 80px
}

.p-tb75 {
	padding-bottom: 75px !important
}

.m-a75 {
	margin: 75px
}

.m-l80,
.m-lr80 {
	margin-left: 80px
}

.m-lr80,
.m-r80 {
	margin-right: 80px
}

.m-b80,
.m-tb80 {
	margin-bottom: 80px
}

.m-t80,
.m-tb80 {
	margin-top: 80px
}

.p-a80 {
	padding: 80px
}

.p-t80,
.p-tb80 {
	padding-top: 80px !important
}

.p-b80 {
	padding-bottom: 80px
}

.p-l85,
.p-lr85 {
	padding-left: 85px
}

.p-lr85,
.p-r85 {
	padding-right: 85px
}

.p-tb80 {
	padding-bottom: 80px !important
}

.m-a80 {
	margin: 80px
}

.m-l85,
.m-lr85 {
	margin-left: 85px
}

.m-lr85,
.m-r85 {
	margin-right: 85px
}

.m-b85,
.m-tb85 {
	margin-bottom: 85px
}

.m-t85,
.m-tb85 {
	margin-top: 85px
}

.p-a85 {
	padding: 85px
}

.p-t85,
.p-tb85 {
	padding-top: 85px !important
}

.p-b85 {
	padding-bottom: 85px
}

.p-l90,
.p-lr90 {
	padding-left: 90px
}

.p-lr90,
.p-r90 {
	padding-right: 90px
}

.p-tb85 {
	padding-bottom: 85px !important
}

.m-a85 {
	margin: 85px
}

.m-l90,
.m-lr90 {
	margin-left: 90px
}

.m-lr90,
.m-r90 {
	margin-right: 90px
}

.m-b90,
.m-tb90 {
	margin-bottom: 90px
}

.m-t90,
.m-tb90 {
	margin-top: 90px
}

.p-a90 {
	padding: 90px
}

.p-t90,
.p-tb90 {
	padding-top: 90px !important
}

.p-b90 {
	padding-bottom: 90px
}

.p-l95,
.p-lr95 {
	padding-left: 95px
}

.p-lr95,
.p-r95 {
	padding-right: 95px
}

.p-tb90 {
	padding-bottom: 90px !important
}

.m-a90 {
	margin: 90px
}

.m-l95,
.m-lr95 {
	margin-left: 95px
}

.m-lr95,
.m-r95 {
	margin-right: 95px
}

.m-b95,
.m-tb95 {
	margin-bottom: 95px
}

.m-t95,
.m-tb95 {
	margin-top: 95px
}

.p-a95 {
	padding: 95px
}

.p-t95,
.p-tb95 {
	padding-top: 95px !important
}

.p-b95 {
	padding-bottom: 95px
}

.p-l100,
.p-lr100 {
	padding-left: 100px
}

.p-lr100,
.p-r100 {
	padding-right: 100px
}

.p-tb95 {
	padding-bottom: 95px !important
}

.m-a95 {
	margin: 95px
}

.m-l100,
.m-lr100 {
	margin-left: 100px
}

.m-lr100,
.m-r100 {
	margin-right: 100px
}

.m-b100,
.m-tb100 {
	margin-bottom: 100px
}

.m-t100,
.m-tb100 {
	margin-top: 100px
}

.p-a100 {
	padding: 100px
}

.p-t100,
.p-tb100 {
	padding-top: 100px !important
}

.p-b100 {
	padding-bottom: 100px
}

.p-tb100 {
	padding-bottom: 100px !important
}

.m-a100 {
	margin: 100px
}

@media only screen and (max-width:1200px) {
	.m-lg-t0 {
		margin-top: 0
	}

	.m-lg-b0 {
		margin-bottom: 0
	}

	.m-lg-t5 {
		margin-top: 5px
	}

	.m-lg-b5 {
		margin-bottom: 5px
	}

	.m-lg-t10 {
		margin-top: 10px
	}

	.m-lg-b10 {
		margin-bottom: 10px
	}

	.m-lg-t15 {
		margin-top: 15px
	}

	.m-lg-b15 {
		margin-bottom: 15px
	}

	.m-lg-t20 {
		margin-top: 20px
	}

	.m-lg-b20 {
		margin-bottom: 20px
	}

	.m-lg-t25 {
		margin-top: 25px
	}

	.m-lg-b25 {
		margin-bottom: 25px
	}

	.m-lg-t30 {
		margin-top: 30px
	}

	.m-lg-b30 {
		margin-bottom: 30px
	}

	.m-lg-t35 {
		margin-top: 35px
	}

	.m-lg-b35 {
		margin-bottom: 35px
	}

	.m-lg-t40 {
		margin-top: 40px
	}

	.m-lg-b40 {
		margin-bottom: 40px
	}

	.m-lg-t45 {
		margin-top: 45px
	}

	.m-lg-b45 {
		margin-bottom: 45px
	}

	.m-lg-t50 {
		margin-top: 50px
	}

	.m-lg-b50 {
		margin-bottom: 50px
	}

	.m-lg-t55 {
		margin-top: 55px
	}

	.m-lg-b55 {
		margin-bottom: 55px
	}

	.m-lg-t60 {
		margin-top: 60px
	}

	.m-lg-b60 {
		margin-bottom: 60px
	}

	.m-lg-t65 {
		margin-top: 65px
	}

	.m-lg-b65 {
		margin-bottom: 65px
	}

	.m-lg-t70 {
		margin-top: 70px
	}

	.m-lg-b70 {
		margin-bottom: 70px
	}

	.m-lg-t75 {
		margin-top: 75px
	}

	.m-lg-b75 {
		margin-bottom: 75px
	}

	.m-lg-t80 {
		margin-top: 80px
	}

	.m-lg-b80 {
		margin-bottom: 80px
	}

	.m-lg-t85 {
		margin-top: 85px
	}

	.m-lg-b85 {
		margin-bottom: 85px
	}

	.m-lg-t90 {
		margin-top: 90px
	}

	.m-lg-b90 {
		margin-bottom: 90px
	}

	.m-lg-t95 {
		margin-top: 95px
	}

	.m-lg-b95 {
		margin-bottom: 95px
	}

	.m-lg-t100 {
		margin-top: 100px
	}

	.m-lg-b100 {
		margin-bottom: 100px
	}
}

@media only screen and (max-width:991px) {
	.m-md-t0 {
		margin-top: 0
	}

	.m-md-b0 {
		margin-bottom: 0
	}

	.m-md-t5 {
		margin-top: 5px
	}

	.m-md-b5 {
		margin-bottom: 5px
	}

	.m-md-t10 {
		margin-top: 10px
	}

	.m-md-b10 {
		margin-bottom: 10px
	}

	.m-md-t15 {
		margin-top: 15px
	}

	.m-md-b15 {
		margin-bottom: 15px
	}

	.m-md-t20 {
		margin-top: 20px
	}

	.m-md-b20 {
		margin-bottom: 20px
	}

	.m-md-t25 {
		margin-top: 25px
	}

	.m-md-b25 {
		margin-bottom: 25px
	}

	.m-md-t30 {
		margin-top: 30px
	}

	.m-md-b30 {
		margin-bottom: 30px
	}

	.m-md-t35 {
		margin-top: 35px
	}

	.m-md-b35 {
		margin-bottom: 35px
	}

	.m-md-t40 {
		margin-top: 40px
	}

	.m-md-b40 {
		margin-bottom: 40px
	}

	.m-md-t45 {
		margin-top: 45px
	}

	.m-md-b45 {
		margin-bottom: 45px
	}

	.m-md-t50 {
		margin-top: 50px
	}

	.m-md-b50 {
		margin-bottom: 50px
	}

	.m-md-t55 {
		margin-top: 55px
	}

	.m-md-b55 {
		margin-bottom: 55px
	}

	.m-md-t60 {
		margin-top: 60px
	}

	.m-md-b60 {
		margin-bottom: 60px
	}

	.m-md-t65 {
		margin-top: 65px
	}

	.m-md-b65 {
		margin-bottom: 65px
	}

	.m-md-t70 {
		margin-top: 70px
	}

	.m-md-b70 {
		margin-bottom: 70px
	}

	.m-md-t75 {
		margin-top: 75px
	}

	.m-md-b75 {
		margin-bottom: 75px
	}

	.m-md-t80 {
		margin-top: 80px
	}

	.m-md-b80 {
		margin-bottom: 80px
	}

	.m-md-t85 {
		margin-top: 85px
	}

	.m-md-b85 {
		margin-bottom: 85px
	}

	.m-md-t90 {
		margin-top: 90px
	}

	.m-md-b90 {
		margin-bottom: 90px
	}

	.m-md-t95 {
		margin-top: 95px
	}

	.m-md-b95 {
		margin-bottom: 95px
	}

	.m-md-t100 {
		margin-top: 100px
	}

	.m-md-b100 {
		margin-bottom: 100px
	}
}

@media only screen and (max-width:767px) {
	.m-sm-t0 {
		margin-top: 0
	}

	.m-sm-b0 {
		margin-bottom: 0
	}

	.m-sm-t5 {
		margin-top: 5px
	}

	.m-sm-b5 {
		margin-bottom: 5px
	}

	.m-sm-t10 {
		margin-top: 10px
	}

	.m-sm-b10 {
		margin-bottom: 10px
	}

	.m-sm-t15 {
		margin-top: 15px
	}

	.m-sm-b15 {
		margin-bottom: 15px
	}

	.m-sm-t20 {
		margin-top: 20px
	}

	.m-sm-b20 {
		margin-bottom: 20px
	}

	.m-sm-t25 {
		margin-top: 25px
	}

	.m-sm-b25 {
		margin-bottom: 25px
	}

	.m-sm-t30 {
		margin-top: 30px
	}

	.m-sm-b30 {
		margin-bottom: 30px
	}

	.m-sm-t35 {
		margin-top: 35px
	}

	.m-sm-b35 {
		margin-bottom: 35px
	}

	.m-sm-t40 {
		margin-top: 40px
	}

	.m-sm-b40 {
		margin-bottom: 40px
	}

	.m-sm-t45 {
		margin-top: 45px
	}

	.m-sm-b45 {
		margin-bottom: 45px
	}

	.m-sm-t50 {
		margin-top: 50px
	}

	.m-sm-b50 {
		margin-bottom: 50px
	}

	.m-sm-t55 {
		margin-top: 55px
	}

	.m-sm-b55 {
		margin-bottom: 55px
	}

	.m-sm-t60 {
		margin-top: 60px
	}

	.m-sm-b60 {
		margin-bottom: 60px
	}

	.m-sm-t65 {
		margin-top: 65px
	}

	.m-sm-b65 {
		margin-bottom: 65px
	}

	.m-sm-t70 {
		margin-top: 70px
	}

	.m-sm-b70 {
		margin-bottom: 70px
	}

	.m-sm-t75 {
		margin-top: 75px
	}

	.m-sm-b75 {
		margin-bottom: 75px
	}

	.m-sm-t80 {
		margin-top: 80px
	}

	.m-sm-b80 {
		margin-bottom: 80px
	}

	.m-sm-t85 {
		margin-top: 85px
	}

	.m-sm-b85 {
		margin-bottom: 85px
	}

	.m-sm-t90 {
		margin-top: 90px
	}

	.m-sm-b90 {
		margin-bottom: 90px
	}

	.m-sm-t95 {
		margin-top: 95px
	}

	.m-sm-b95 {
		margin-bottom: 95px
	}

	.m-sm-t100 {
		margin-top: 100px
	}

	.m-sm-b100 {
		margin-bottom: 100px
	}
}

@media only screen and (max-width:576px) {
	.m-xs-t0 {
		margin-top: 0
	}

	.m-xs-b0 {
		margin-bottom: 0
	}

	.m-xs-t5 {
		margin-top: 5px
	}

	.m-xs-b5 {
		margin-bottom: 5px
	}

	.m-xs-t10 {
		margin-top: 10px
	}

	.m-xs-b10 {
		margin-bottom: 10px
	}

	.m-xs-t15 {
		margin-top: 15px
	}

	.m-xs-b15 {
		margin-bottom: 15px
	}

	.m-xs-t20 {
		margin-top: 20px
	}

	.m-xs-b20 {
		margin-bottom: 20px
	}

	.m-xs-t25 {
		margin-top: 25px
	}

	.m-xs-b25 {
		margin-bottom: 25px
	}

	.m-xs-t30 {
		margin-top: 30px
	}

	.m-xs-b30 {
		margin-bottom: 30px
	}

	.m-xs-t35 {
		margin-top: 35px
	}

	.m-xs-b35 {
		margin-bottom: 35px
	}

	.m-xs-t40 {
		margin-top: 40px
	}

	.m-xs-b40 {
		margin-bottom: 40px
	}

	.m-xs-t45 {
		margin-top: 45px
	}

	.m-xs-b45 {
		margin-bottom: 45px
	}

	.m-xs-t50 {
		margin-top: 50px
	}

	.m-xs-b50 {
		margin-bottom: 50px
	}

	.m-xs-t55 {
		margin-top: 55px
	}

	.m-xs-b55 {
		margin-bottom: 55px
	}

	.m-xs-t60 {
		margin-top: 60px
	}

	.m-xs-b60 {
		margin-bottom: 60px
	}

	.m-xs-t65 {
		margin-top: 65px
	}

	.m-xs-b65 {
		margin-bottom: 65px
	}

	.m-xs-t70 {
		margin-top: 70px
	}

	.m-xs-b70 {
		margin-bottom: 70px
	}

	.m-xs-t75 {
		margin-top: 75px
	}

	.m-xs-b75 {
		margin-bottom: 75px
	}

	.m-xs-t80 {
		margin-top: 80px
	}

	.m-xs-b80 {
		margin-bottom: 80px
	}

	.m-xs-t85 {
		margin-top: 85px
	}

	.m-xs-b85 {
		margin-bottom: 85px
	}

	.m-xs-t90 {
		margin-top: 90px
	}

	.m-xs-b90 {
		margin-bottom: 90px
	}

	.m-xs-t95 {
		margin-top: 95px
	}

	.m-xs-b95 {
		margin-bottom: 95px
	}

	.m-xs-t100 {
		margin-top: 100px
	}

	.m-xs-b100 {
		margin-bottom: 100px
	}
}

.max-w50 {
	max-width: 50px
}

.max-w60 {
	max-width: 60px
}

.max-w80 {
	max-width: 80px
}

.max-w100 {
	max-width: 100px
}

.max-w200 {
	max-width: 200px
}

.max-w300 {
	max-width: 300px
}

.max-w400 {
	max-width: 400px
}

.max-w500 {
	max-width: 500px
}

.max-w600 {
	max-width: 600px
}

.max-w700 {
	max-width: 700px
}

.max-w800 {
	max-width: 800px
}

.max-w900 {
	max-width: 900px
}

.max-w1000 {
	max-width: 1000px
}

.bg-img-fix {
	background-attachment: fixed
}

.sticky-top {
	top: 120px
}

.img-cover,
.story-wrapper .swiper-wrapper .swiper-slide img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.rounded-lg {
	border-radius: 20px !important
}

.rounded-md {
	border-radius: 10px !important
}

.rounded-sm {
	border-radius: 5px !important
}

.text-maroon {
	color: #9e0168
}

.bg-orange.light i,
.text-orange {
	color: #ff8853
}

.blog-area .media-box .badge-bookmark i,
.rating-star li i,
.review-box .review-content ul li i,
.text-yellow {
	color: #ffa902
}

.bg-green.light i,
.text-green,
.text-skyblue {
	color: #84ca93
}

.bg-red.light i,
.text-red {
	color: #ff586e
}

.text-blue {
	color: #5543d1
}

.badge-primary,
.bg-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.card.revenue-card .nav-pills .nav-link.active,
.card.summary-card .nav-pills .nav-link.active,
.default-tab.style-1 .nav-tabs .nav-item .nav-link.active:after,
.divider.inner-divider.border-primary i,
.divider.inner-divider.border-primary span,
.dz-timeline.style-2 .timeline-item.active,
.form-check .form-check-input:checked,
.header.transparent .main-bar.sticky-header .header-content .icon-box-3,
.menubar-area.style-10 .menubar-nav .nav-link.active,
.noUi-connect,
.noUi-connect.c-3-color,
.progress-bar.primary {
	background-color: var(--primary)
}

.bg-primary.light {
	background-color: var(--rgba-primary-1) !important
}

.bg-primary.light i,
.btn.tp-btn-light.btn-primary,
.btn.tp-btn.btn-primary,
.company-detail .item-inner li .delivery,
.company-detail .item-inner li .delivery .h6,
.company-detail .item-inner li .delivery h6,
.divider.inner-divider.border-primary.transparent span,
.header.transparent .main-bar.sticky-header .left-content .menu-toggler,
.menubar-area.style-6 .menubar-nav .nav-link.active,
.menubar-area.style-6 .menubar-nav .nav-link.active i,
.menubar-area.style-8 .menubar-nav .nav-link.active,
.menubar-area.style-8 .menubar-nav .nav-link.active i,
.profile-area.style-1 .main-profile .join span {
	color: var(--primary)
}

.bg-maroon {
	background-color: #dd2ca0
}

.bg-maroon.light {
	background-color: rgba(221, 44, 160, .1)
}

.bg-maroon.light svg path {
	fill: #dd2ca0
}

.bg-maroon.light i {
	color: #dd2ca0
}

.bg-orange {
	background-color: #ff8853
}

.bg-orange.light,
.bg-yellow.light {
	background-color: rgba(255, 200, 0, .1)
}

.bg-orange.light svg path {
	fill: #ff8853
}

.bg-yellow {
	background-color: #ffc600
}

.bg-yellow.light svg circle,
.bg-yellow.light svg path {
	fill: #ffc600
}

.bg-yellow.light i {
	color: #ffc600
}

.bg-skyblue {
	background-color: #00aeff
}

.bg-skyblue.light {
	background-color: rgba(0, 174, 255, .1)
}

.bg-skyblue.light svg path {
	fill: #00aeff
}

.bg-skyblue.light i {
	color: #00aeff
}

.bg-red {
	background-color: #ff586e
}

.bg-red.light {
	background-color: rgba(255, 88, 110, .1)
}

.bg-red.light svg path,
.header.transparent .main-bar.sticky-header .right-content .item-bookmark.active svg path {
	fill: #ff586e
}

.bg-green {
	background-color: #84ca93
}

.bg-green.light {
	background-color: rgba(4, 165, 124, .1)
}

.bg-green.light svg path,
.bg-green.light svg rect {
	fill: #84CA93
}

.bg-blue {
	background-color: #4a8be0
}

.bg-blue.light {
	background-color: rgba(74, 139, 224, .1)
}

.bg-blue.light svg path {
	fill: #4a8be0
}

.bg-blue.light i {
	color: #4a8be0
}

.bg-pink {
	background-color: #ff4db8
}

.header,
.header.style-6 .header-content,
.sidebar {
	background-color: var(--bg-white)
}

.bg-pink.light {
	background-color: rgba(255, 77, 184, .1)
}

.bg-pink.light svg path {
	fill: #ff4db8
}

.bg-pink.light i {
	color: #ff4db8
}

.header {
	min-height: var(--headheight);
	z-index: 2;
	border-bottom: 1px solid var(--border-color);
}

.card-item.style-3 .qty strong,
.header .title,
.order-box .order-content .right-content .order-quantity {
	font-weight: 600
}

.header.style-1 {
	border: 0;
	min-height: unset
}

.header.style-1 .main-bar.sticky-header {
	display: unset
}

.card-item.style-8 .dz-content .offer svg,
.card-item.style-9 .dz-content .offer svg,
.dz-list.style-8 ul .item-content .dz-icon svg,
.dz-tab.style-3 .nav.nav-tabs .nav-item .nav-link svg,
.header .back-btn svg,
.header.style-1 .main-bar .right-content .theme-btn svg,
.header.style-1 .main-bar .right-content .theme-color svg,
.icon-box svg,
.icon-box-2 svg,
.item-bookmark.icon-2 svg,
.payment-box .delivery-btn .next svg,
.search-box .input-group .input-group-text svg,
label input {
	width: 20px;
	height: 20px
}

.dz-tab .nav.nav-tabs,
.header.style-2,
.header.style-5,
.radio.circle-radio.style-1 .checkmark:after {
	border: 0
}

.header.style-3 {
	border: 0;
	border-radius: 0 0 20px 20px;
	box-shadow: 0 4px 50px -5px rgba(7, 64, 60, .25)
}

.header.style-4 {
	border: 0;
	min-height: 90px;
	border-radius: 0 0 30px 30px
}

.header.style-4 .header-content {
	margin: 10px 0 15px
}

.header.style-5 .header-content {
	margin: 10px 0 5px
}

.header.style-6 .header-content {
	margin: 0;
	padding: 15px
}

.header.style-6 .header-content .icon-box {
	background-color: var(--rgba-primary-1);
	border: 0;
	border-radius: var(--border-radius-base)
}

.header.style-6 .header-content .user-image img {
	padding: 2px;
	border: 1px solid var(--primary)
}

.header.header-fixed {
	position: fixed;
	width: 100%
}

.header.bg-img {
	background-image: url(../images/meat/pattern1.png);
	background-repeat: no-repeat
}

.header.transparent {
	position: absolute;
	width: 100%;
	top: 0;
	background: 0 0;
	border: 0;
	left: 0;
	z-index: 999
}

.header.transparent .main-bar:not(.sticky-header) .form-check.checkmark .form-check-label svg path,
.header.transparent .right-content .icon-bx svg path,
.menubar-area.style-10 .menubar-nav .nav-link.active svg ellipse,
.menubar-area.style-9 .menubar-nav .nav-link.active svg ellipse,
.menubar-area.style-9 .menubar-nav .nav-link.active svg path,
.theme-dark .footer .form-check.checkmark .form-check-label svg path,
.theme-dark .header .main-bar .right-content .form-check.checkmark .form-check-label path {
	stroke: #fff
}

.alert-social,
.banner-wrapper .inner-wrapper .h1,
.banner-wrapper .inner-wrapper .h2,
.banner-wrapper .inner-wrapper .h3,
.banner-wrapper .inner-wrapper .h4,
.banner-wrapper .inner-wrapper .h5,
.banner-wrapper .inner-wrapper .h6,
.banner-wrapper .inner-wrapper h1,
.banner-wrapper .inner-wrapper h2,
.banner-wrapper .inner-wrapper h3,
.banner-wrapper .inner-wrapper h4,
.banner-wrapper .inner-wrapper h5,
.banner-wrapper .inner-wrapper h6,
.blog-detail .media-box .media-content .h2,
.blog-detail .media-box .media-content .h6,
.blog-detail .media-box .media-content h2,
.blog-detail .media-box .media-content h6,
.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-outline-warning:hover,
.card-item.style-9 .dz-content .item-name a,
.cart-btn:active,
.cart-btn:focus,
.cart-btn:hover,
.dz-breadcrumb.bg-danger .breadcrumb .breadcrumb-item,
.dz-breadcrumb.bg-danger .breadcrumb .breadcrumb-item+.breadcrumb-item:before,
.dz-breadcrumb.bg-danger .breadcrumb a,
.dz-breadcrumb.bg-dark .breadcrumb .breadcrumb-item,
.dz-breadcrumb.bg-dark .breadcrumb .breadcrumb-item+.breadcrumb-item:before,
.dz-breadcrumb.bg-dark .breadcrumb a,
.dz-breadcrumb.bg-info .breadcrumb .breadcrumb-item,
.dz-breadcrumb.bg-info .breadcrumb .breadcrumb-item+.breadcrumb-item:before,
.dz-breadcrumb.bg-info .breadcrumb a,
.dz-breadcrumb.bg-primary .breadcrumb .breadcrumb-item,
.dz-breadcrumb.bg-primary .breadcrumb .breadcrumb-item+.breadcrumb-item:before,
.dz-breadcrumb.bg-primary .breadcrumb a,
.dz-breadcrumb.bg-secondary .breadcrumb .breadcrumb-item,
.dz-breadcrumb.bg-secondary .breadcrumb .breadcrumb-item+.breadcrumb-item:before,
.dz-breadcrumb.bg-secondary .breadcrumb a,
.dz-breadcrumb.bg-success .breadcrumb .breadcrumb-item,
.dz-breadcrumb.bg-success .breadcrumb .breadcrumb-item+.breadcrumb-item:before,
.dz-breadcrumb.bg-success .breadcrumb a,
.dz-breadcrumb.bg-warning .breadcrumb .breadcrumb-item,
.dz-breadcrumb.bg-warning .breadcrumb .breadcrumb-item+.breadcrumb-item:before,
.dz-breadcrumb.bg-warning .breadcrumb a,
.dz-breadcrumb.style-3 .breadcrumb .breadcrumb-item,
.dz-breadcrumb.style-3 .breadcrumb .breadcrumb-item+.breadcrumb-item:before,
.dz-breadcrumb.style-3 .breadcrumb a,
.dz-stepper.style-4 .bootstrap-touchspin .form-control,
.dz-timeline .timeline-item.danger .timeline-content,
.dz-timeline .timeline-item.danger .timeline-date,
.dz-timeline .timeline-item.danger .timeline-tilte,
.dz-timeline .timeline-item.info .timeline-content,
.dz-timeline .timeline-item.info .timeline-date,
.dz-timeline .timeline-item.info .timeline-tilte,
.dz-timeline .timeline-item.primary .timeline-content,
.dz-timeline .timeline-item.primary .timeline-date,
.dz-timeline .timeline-item.primary .timeline-tilte,
.dz-timeline .timeline-item.secondary .timeline-content,
.dz-timeline .timeline-item.secondary .timeline-date,
.dz-timeline .timeline-item.secondary .timeline-tilte,
.dz-timeline .timeline-item.success .timeline-content,
.dz-timeline .timeline-item.success .timeline-date,
.dz-timeline .timeline-item.success .timeline-tilte,
.dz-timeline .timeline-item.warning .timeline-content,
.dz-timeline .timeline-item.warning .timeline-date,
.dz-timeline .timeline-item.warning .timeline-tilte,
.dz-timeline.style-2 .timeline-item.active .timeline-date,
.dz-timeline.style-2 .timeline-item.active .timeline-tilte,
.filtaring-area .btn:hover,
.filtaring-area.style-3 .btn:hover,
.header.transparent .main-bar .back-btn,
.header.transparent .main-bar .menu-toggler,
.header.transparent .main-bar .title,
.menubar-area.style-10 .menubar-nav .nav-link.active i,
.menubar-area.style-7 .menubar-nav .nav-link.active i,
.menubar-area.style-9 .menubar-nav .nav-link.active i,
.nav-pills.dz-nav .nav-item .nav-link.active,
.popover .popover-body,
.profile-area .profile .about-profile .sub-title,
.theme-dark .accordion-header,
.theme-dark .back-btn,
.theme-dark .btn-close,
.theme-dark .btn-link,
.theme-dark .contact-section ul li p,
.theme-dark .default-tab .nav-tabs .nav-item .nav-link.active,
.theme-dark .detail,
.theme-dark .dz-list>ul>li .item-content .dz-title,
.theme-dark .dz-list>ul>li .item-content.item-link,
.theme-dark .dz-tab .nav.nav-tabs .nav-item .nav-link,
.theme-dark .form-control.custom-image-select-2 .dropdown-toggle:after,
.theme-dark .form-control.custom-image-select-2 .filter-option-inner-inner,
.theme-dark .h1,
.theme-dark .h1 a,
.theme-dark .h2,
.theme-dark .h2 a,
.theme-dark .h3,
.theme-dark .h3 a,
.theme-dark .h4,
.theme-dark .h4 a,
.theme-dark .h5,
.theme-dark .h5 a,
.theme-dark .h6,
.theme-dark .h6 a,
.theme-dark .header.transparent .main-bar.sticky-header .header-content .mid-content .h5,
.theme-dark .header.transparent .main-bar.sticky-header .header-content .mid-content h5,
.theme-dark .menubar-area.style-9 .menubar-nav .nav-link span,
.theme-dark .profile-area .profile .detail,
.theme-dark .profile-area .profile-content ul li a,
.theme-dark .saprate,
.theme-dark .sidebar .nav-label,
.theme-dark .sidebar .navbar-nav li a,
.theme-dark h1,
.theme-dark h1 a,
.theme-dark h2,
.theme-dark h2 a,
.theme-dark h3,
.theme-dark h3 a,
.theme-dark h4,
.theme-dark h4 a,
.theme-dark h5,
.theme-dark h5 a,
.theme-dark h6,
.theme-dark h6 a,
.theme-dark ul.list-check li,
.theme-dark ul.list-check li:after,
.user-profile .user-info .h6,
.user-profile .user-info h6,
a.badge:hover {
	color: #fff
}

.theme-dark,
.theme-dark .message-list li .media-content p {
	color: rgba(255, 255, 255, .7)
}

.header.transparent .main-bar.sticky-header .left-content .back-btn svg path,
.theme-btn svg path,
.theme-btn svg.color-plate path,
.theme-color svg path,
.theme-color svg.color-plate path {
	fill: var(--dark)
}

.header.transparent .main-bar.sticky-header .header-content .menu-toggler svg path,
.header.transparent .main-bar.sticky-header .right-content .theme-btn svg.color-plate path,
.header.transparent .main-bar.sticky-header .right-content .theme-color svg.color-plate path {
	fill: #bfc9da
}

.header.transparent .main-bar.sticky-header .right-content .item-bookmark svg path {
	fill: #d9d9dc
}

.header.transparent .main-bar.sticky-header .right-content .icon-bx svg path {
	stroke: var(--body-color)
}

.header .header-content .right-content .form-check.checkmark .form-check-label,
.header.transparent .main-bar:not(.sticky-header) .form-check.checkmark .form-check-label {
	width: 20px;
	height: 20px;
	cursor: pointer;
	border-radius: 0;
	text-align: center;
	border: 0;
	line-height: 0
}

.header .header-content .right-content .form-check.checkmark .form-check-input:checked+.form-check-label,
.header.transparent .main-bar:not(.sticky-header) .form-check.checkmark .form-check-input:checked+.form-check-label,
.light.tp-btn,
.theme-dark .header.transparent {
	background-color: transparent
}

.categore-box.style-1:after,
.categore-box.style-2:after,
.dropdown .dropdown-toggle:after,
.dropright .dropdown-toggle::after,
.header.transparent .main-bar .dropdown .dropdown-toggle:after,
.header.user-head .header-content .right-content .dropdown .dropdown-toggle:after,
.swiper-btn-wrapper .swiper-button-next:after,
.swiper-btn-wrapper .swiper-button-prev:after {
	content: none
}

.header .back-btn {
	display: flex;
	line-height: 1;
	font-size: 20px;
	width: 35px;
	height: 35px;
	min-width: 35px;
	align-items: center;
	justify-content: center;
	margin-right: 8px
}

.header .menu-toggler {
	font-size: 20px;
	color: var(--title);
	display: flex;
	align-items: center
}

.header .menu-toggler i,
.item-list.style-5 .item-content .item-inner .item-title-row .reviews-info .reviews {
	line-height: 1
}

.header .menu-toggler svg {
	width: 25px;
	height: 25px
}

.header .container {
	padding-top: 0;
	padding-bottom: 0
}

.header .sticky-header {
	position: fixed;
	top: 0;
	z-index: 99999;
	left: 0;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
	background: var(--bg-white);
	transition: .5s;
	width: 100%
}

.header .header-content {
	display: flex;
	height: 100%;
	min-height: var(--headheight);
	align-items: center
}

.header .header-content .left-content {
	width: 165px;
	height: 100%;
	display: flex;
	align-items: center
}

.header .header-content .mid-content {
	flex: 1;
	text-align: center
}

.add-banner .card-body,
.add-banner2 .card-body,
.add-banner3 .card-body,
.banner-content .timeline,
.button-group-list,
.card-item.style-6 .price-wrapper,
.company-detail .item-inner,
.company-detail .item-inner li .reviews-info,
.dz-avatar,
.dz-comments-list li .list-content .bottom-item,
.footer .chat-footer form .input-wrapper.message-area,
.form-check,
.header.user-head .header-content .mid-content,
.item-list.style-5 .item-content .item-inner .item-title-row .reviews-info,
.mode,
.rating-star,
.seprate-box,
.social-bar ul,
.timeline,
.user-review .about-review,
.user-review .review-info {
	display: flex;
	align-items: center
}

.header.transparent~.banner-wrapper,
.header.transparent~.content-inner {
	padding-top: var(--headheight) !important
}

.main-bar {
	-webkit-transition: .3s cubic-bezier(.39, .575, .565, 1);
	-khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-moz-transition: .3s cubic-bezier(.39, .575, .565, 1);
	-ms-transition: .3s cubic-bezier(.39, .575, .565, 1);
	-o-transition: .3s cubic-bezier(.39, .575, .565, 1);
	transition: .3s cubic-bezier(.39, .575, .565, 1)
}

.main-bar.sticky-header {
	-webkit-animation: .5s forwards headerSlideDown;
	-khtml-animation: 0.50s ease 0s normal forwards 1 running headerSlideDown;
	-moz-animation: .5s forwards headerSlideDown;
	-ms-animation: 0.50s ease 0s normal forwards 1 running headerSlideDown;
	-o-animation: .5s forwards headerSlideDown;
	animation: .5s forwards headerSlideDown
}

@-moz-keyframes headerSlideDown {
	0% {
		margin-top: -150px
	}

	100% {
		margin-top: 0
	}
}

@-ms-keyframes headerSlideDown {
	0% {
		margin-top: -150px
	}

	100% {
		margin-top: 0
	}
}

@-webkit-keyframes headerSlideDown {
	0% {
		margin-top: -150px
	}

	100% {
		margin-top: 0
	}
}

@keyframes headerSlideDown {
	0% {
		margin-top: -150px
	}

	100% {
		margin-top: 0
	}
}

.theme-btn,
.theme-color {
	width: 35px;
	display: inline-block;
	height: 35px;
	text-align: center;
	line-height: 35px;
	padding: 0
}

.theme-btn svg,
.theme-color svg {
	width: 25px;
	height: 25px;
	fill: var(--dark)
}

.sidebar {
	height: 100%;
	width: 260px;
	position: fixed;
	left: -260px;
	top: 0;
	border-radius: 0;
	z-index: 999999;
	transition: .5s;
	display: flex;
	flex-direction: column;
	overflow-y: scroll
}

.sidebar .side-menu-logo {
	background-color: var(--primary);
	padding: 15px 20px;
	text-align: center
}

.sidebar .side-menu-logo img {
	width: 70%
}

.sidebar.right {
	left: auto;
	right: -260px
}

.sidebar.right.show {
	left: auto;
	right: 0
}

.sidebar .cookie-btn {
	margin: 0 15px 25px
}

.sidebar .nav-label {
	margin: 20px 0 0;
	padding: 20px 0 8px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .05rem;
	border-top: 1px solid var(--border-color);
	color: #000;
	font-weight: 600
}

.sidebar .sidebar-bottom {
	margin-top: auto;
	padding: 20px
}

.sidebar .sidebar-bottom .ver-info {
	margin: 0;
	font-size: 13px;
	display: block
}

.blog-area .blog-list .list a,
.filtaring-area .btn-group,
.filtaring-area.style-3 .btn-group,
.right-content,
.sidebar .sidebar-bottom ul {
	display: flex
}

.sidebar .sidebar-bottom ul li {
	width: 25%
}

.sidebar .sidebar-bottom ul li a {
	display: block;
	text-align: center;
	padding: 15px;
	font-size: 18px;
	color: var(--title)
}

.sidebar .author-box {
	background-color: var(--primary);
	display: flex;
	align-items: center;
	padding: 20px 15px;
	margin-bottom: 30px
}

.sidebar .author-box .dz-media {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #fff;
	width: 45px;
	height: 45px;
	overflow: hidden;
	margin-right: 12px
}

.sidebar .author-box span {
	color: #c3c3c3;
	font-size: 12px
}

.sidebar .author-box .name {
	color: #fff;
	margin-bottom: 0;
	font-size: 16px
}

.sidebar .navbar-nav {
	padding: 0 18px;
	margin-top: 30px;
	margin-bottom: 30px
}

.sidebar .navbar-nav>.nav-label:first-child {
	border-top: 0;
	margin: 0;
	padding-top: 0
}

.sidebar .navbar-nav li>a {
	position: relative;
	padding: 8px 15px 8px 0;
	display: flex;
	align-items: center;
	font-weight: 400;
	color: #000
}

.sidebar .navbar-nav li>a .custom-switch {
	margin-left: auto;
	align-items: center;
	display: flex
}

.sidebar .navbar-nav li>a .badge {
	margin-left: auto;
	font-size: 10px;
	min-width: 20px;
	min-height: 20px;
	padding: 0;
	height: 20px;
	line-height: 18px
}

.sidebar.style-2 .navbar-nav {
	margin-top: 25px;
	margin-bottom: 25px
}

.sidebar.style-2 .navbar-nav li>a {
	padding: 6px 15px 6px 0
}

.dark-overlay {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .5);
	-webkit-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
	z-index: 99999
}

.container.bg-light {
	background-color: #eee !important
}

.footer {
	height: auto;
	align-items: center;
	display: flex;
	z-index: 1;
	flex-direction: column
}

.footer.fixed {
	width: 100%;
	left: 0;
	background-color: var(--bg-white) !important;
	bottom: 0;
	z-index: 999;
	position: fixed
}

.footer.fixed .btn .cart {
	transform: scale(1.5)
}

.footer.transparent,
[data-theme-color=color-primary] .footer.transparent {
	background-color: #e5eff5
}

.footer .chat-footer form .input-wrapper .form-control {
	border: 0;
	background-color: #fff;
	margin-right: 15px;
	height: 45px
}

.footer .chat-footer form .input-wrapper .form-control::placeholder {
	color: #b0b0b0
}

.footer .chat-footer form .input-wrapper .icon-popup {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 999
}

.footer .chat-footer form .input-wrapper.message-area .emoji-icon {
	display: inline-block;
	padding-right: 7px;
	padding-top: 10px
}

.dz-list.style-4 ul .dz-icon,
.footer .chat-footer form .input-wrapper.message-area .emoji-icon img {
	width: 40px;
	height: 40px
}

.footer .chat-footer.style-1 form .form-control {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, .3);
	color: #fff;
	border-radius: 50px
}

.footer .chat-footer.style-1 form .btn {
	border-color: rgba(255, 255, 255, .3) !important
}

.footer .chat-footer.style-1 form .btn-icon,
.media-45 {
	width: 45px;
	min-width: 45px;
	height: 45px
}

.footer .form-check.checkmark .form-check-label {
	width: 48px;
	height: 48px;
	cursor: pointer;
	border-radius: 30px;
	text-align: center;
	line-height: 45px;
	border: 1px solid #eaeaea
}

.footer .form-check.checkmark .form-check-input:checked+.form-check-label,
.theme-dark .footer .form-check.checkmark .form-check-input:checked+.form-check-label {
	background-color: #eaeaea
}

.card-item.style-6 .footer-wrapper,
.card.store-card .card-body .card-info .info-bottom,
.footer .commnet-footer,
.menubar-area.style-10 .menubar-nav.toolbar-inner,
.order-status .tag-status,
.payment-card .bottom-info,
.user-profile {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.footer .commnet-footer .form-control {
	border: 0;
	font-size: .875rem
}

.footer .commnet-footer .send-btn {
	width: 40px;
	height: 40px;
	min-width: 40px;
	line-height: 40px;
	background-color: var(--primary);
	text-align: center;
	border-radius: 50%
}

.message-icon .container {
	padding: 14px
}

.message-icon .checkbox.messagebar-sheet-image {
	width: 40px;
	height: 40px;
	background-size: contain;
	position: relative;
	display: inline-block;
	background-repeat: no-repeat;
	margin: 0 6px 10px
}

.message-icon .checkbox input[type=checkbox] {
	position: absolute;
	bottom: 0;
	background-color: transparent;
	right: 0;
	border-color: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3)
}

.btn-primary,
.form-switch .form-check-input.form-check-primary:checked,
.message-icon .checkbox input[type=checkbox]:checked {
	background-color: var(--primary);
	border-color: var(--primary)
}

[data-theme-color=color-green] .footer.transparent {
	background-color: #d1ffd9
}

[data-theme-color=color-blue] .footer.transparent {
	background-color: #b1dcff
}

[data-theme-color=color-pink] .footer.transparent {
	background-color: #ffe2e8
}

[data-theme-color=color-yellow] .footer.transparent {
	background-color: #fff8dc
}

[data-theme-color=color-orange] .footer.transparent {
	background-color: #ffe4bd
}

[data-theme-color=color-purple] .footer.transparent {
	background-color: #e1bfff
}

[data-theme-color=color-red] .footer.transparent {
	background-color: #ffdbd9
}

[data-theme-color=color-lightblue] .footer.transparent {
	background-color: #d3f1ff
}

[data-theme-color=color-teal] .footer.transparent {
	background-color: #e3e3e3
}

[data-theme-color=color-lime] .footer.transparent {
	background-color: #fcffdd
}

[data-theme-color=color-deeporange] .footer.transparent {
	background-color: #ffbd9d
}

.menubar-area {
	border-top: 1px solid var(--border-color);
	background-color: rgba(255, 255, 255, .72);
	backdrop-filter: blur(10px);
	padding: 5px 0;
	z-index: 999
}

.menubar-area.footer-fixed {
	position: fixed !important;
	bottom: 0;
	left: 0;
	width: 100%
}

.menubar-area .toolbar-inner {
	padding-left: 0;
	padding-right: 0;
	display: flex;
	max-width: 800px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	align-items: center
}

.menubar-area .toolbar-inner .circle {
	position: relative;
	display: flex;
	align-items: center
}

.menubar-area .toolbar-inner .circle:after {
	content: "";
	position: absolute;
	top: 0;
	right: -5px;
	width: 12px;
	height: 12px;
	background-color: #ffa902;
	border: 2px solid var(--primary);
	border-radius: 50%
}

.menubar-area.style-1,
.menubar-area.style-2,
.menubar-area.style-3,
.menubar-area.style-4 {
	background-color: var(--bg-white) !important;
	border-radius: var(--border-radius-base);
	position: unset
}

.menubar-area .toolbar-inner .menu-toggler,
.menubar-area .toolbar-inner .nav-link,
.menubar-area.style-2 .toolbar-inner .menu-toggler,
.menubar-area.style-2 .toolbar-inner .nav-link,
.menubar-area.style-3 .toolbar-inner .menu-toggler,
.menubar-area.style-3 .toolbar-inner .nav-link,
.menubar-area.style-4 .toolbar-inner .menu-toggler,
.menubar-area.style-4 .toolbar-inner .nav-link {
	color: var(--title);
	text-align: center;
	width: 25%;
	padding: 0;
	font-size: 18px
}

.button-group-list li a svg,
.input-group-icon.input-lg .input-group-text:not(.show-pass) .input-icon svg,
.item-bookmark svg,
.item-bookmark.icon-3 svg,
.menubar-area .toolbar-inner .menu-toggler svg,
.menubar-area .toolbar-inner .nav-link svg {
	width: 24px;
	height: 24px
}

.menubar-area .toolbar-inner .menu-toggler svg path,
.menubar-area .toolbar-inner .nav-link svg path {}

.menubar-area .toolbar-inner .menu-toggler.item-active,
.menubar-area .toolbar-inner .nav-link.item-active {
	width: 55px;
	min-width: 55px;
	height: 55px;
	font-size: 24px;
	color: #fff;
	font-weight: 900;
	background: var(--primary);
	line-height: 45px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px
}

.menubar-area .toolbar-inner .menu-toggler .title,
.menubar-area .toolbar-inner .nav-link .title,
.menubar-area.style-2 .toolbar-inner .menu-toggler .title,
.menubar-area.style-2 .toolbar-inner .nav-link .title,
.menubar-area.style-3 .toolbar-inner .menu-toggler .title,
.menubar-area.style-3 .toolbar-inner .nav-link .title,
.menubar-area.style-4 .toolbar-inner .menu-toggler .title,
.menubar-area.style-4 .toolbar-inner .nav-link .title {
	display: block;
	margin-top: 5px;
	font-weight: 500;
	font-size: 12px
}

.menubar-area.style-1 {
	border-top: 0
}

.menubar-area.style-2 {
	padding: 15px;
	border-top: 0;
	z-index: 999
}

.menubar-area.style-2 .toolbar-inner,
.menubar-area.style-3 .toolbar-inner,
.menubar-area.style-4 .toolbar-inner {
	padding-left: 0;
	padding-right: 0;
	display: flex;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	align-items: center
}

.menubar-area.style-2 .toolbar-inner .menu-toggler i,
.menubar-area.style-2 .toolbar-inner .nav-link i,
.menubar-area.style-3 .toolbar-inner .menu-toggler i,
.menubar-area.style-3 .toolbar-inner .nav-link i {
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center
}

.menubar-area.style-2 .toolbar-inner .menu-toggler.active:after,
.menubar-area.style-2 .toolbar-inner .nav-link.active:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 70px;
	height: 6px;
	background: var(--primary);
	border-radius: 10px 10px 0 0;
	transform: translateX(-50%)
}

.menubar-area.style-3 {
	padding: 20px;
	border-top: 0;
	z-index: 999
}

.menubar-area.style-3 .toolbar-inner .menu-toggler.active:after,
.menubar-area.style-3 .toolbar-inner .nav-link.active:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 70px;
	height: 6px;
	background: var(--primary);
	border-radius: 10px 10px 0 0;
	transform: translateX(-50%)
}

.menubar-area.style-4 {
	padding: 15px 0;
	box-shadow: 0 -11px 19px 0 rgba(0, 0, 0, .08)
}

.menubar-area.style-4 .toolbar-inner .menu-toggler.stroke svg path,
.menubar-area.style-4 .toolbar-inner .nav-link.stroke svg path {
	stroke: var(--primary);
	fill: none
}

.menubar-area.style-4 .toolbar-inner .menu-toggler.add-post,
.menubar-area.style-4 .toolbar-inner .nav-link.add-post {
	width: 45px;
	min-width: 45px;
	height: 45px;
	font-size: 24px;
	color: #fff;
	font-weight: 900;
	background: var(--primary);
	line-height: 45px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	margin: -45px 20px 0;
	box-shadow: 0 4px 20px -8px var(--primary)
}

.menubar-area.style-5 {
	border-top: 0;
	position: unset;
	padding: 12px;
	background-color: var(--primary);
	border-radius: 18px
}

.menubar-area.style-5 .menubar-nav .nav-link {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	transition: .5s
}

.menubar-area.style-5 .menubar-nav .nav-link span {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	display: block
}

.menubar-area.style-5 .menubar-nav .nav-link i {
	color: #fff;
	margin-bottom: 4px
}

.menubar-area.style-5 .menubar-nav .nav-link.active i {
	margin-bottom: 0;
	width: 58px;
	margin-top: -44px;
	height: 58px;
	z-index: -1;
	background: var(--primary);
	align-items: center;
	display: flex;
	border-radius: 50%;
	color: #fff;
	justify-content: center
}

.menubar-area.style-5 .menubar-nav .nav-link.active .shape {
	position: relative;
	margin-bottom: 8px
}

.menubar-area.style-5 .menubar-nav .nav-link.active .inner-shape {
	height: 33px;
	width: 66px;
	position: absolute;
	z-index: -1;
	left: -4px;
	bottom: -4px;
	overflow: hidden
}

.menubar-area.style-5 .menubar-nav .nav-link.active .inner-shape:after {
	content: "";
	width: 66px;
	height: 66px;
	border-radius: 60px;
	border: 5px solid #fff;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0
}

.menubar-area.style-6,
.menubar-area.style-7,
.menubar-area.style-8 {
	border-radius: 18px;
	border-top: 0;
	padding: 0;
	position: unset;
	background-color: var(--bg-white) !important
}

.badge-md,
.menubar-area.style-6 .menubar-nav .nav-link,
.menubar-area.style-7 .menubar-nav .nav-link,
.menubar-area.style-8 .menubar-nav .nav-link {
	padding: 8px 12px
}

.menubar-area.style-6 .menubar-nav .nav-link span,
.menubar-area.style-7 .menubar-nav .nav-link span,
.track-list li .info span {
	font-size: 12px;
	display: block
}

.menubar-area.style-10 .menubar-nav .nav-link i,
.menubar-area.style-6 .menubar-nav .nav-link i,
.menubar-area.style-7 .menubar-nav .nav-link i,
.menubar-area.style-8 .menubar-nav .nav-link i,
.menubar-area.style-9 .menubar-nav .nav-link i {
	margin-bottom: 4px
}

.menubar-area.style-7 .menubar-nav .nav-link.active,
.toast.style-1.toast-primary {
	background-color: var(--primary);
	color: #fff
}

.menubar-area.style-8 .menubar-nav .nav-link span {
	font-size: 12px;
	display: none
}

.menubar-area.style-9 {
	border-top: 0;
	padding: 0;
	position: unset;
	background-color: var(--bg-white) !important;
	border-radius: 15px 15px 0 0;
	box-shadow: 0 -10px 30px 0 rgba(0, 0, 0, .1);
	height: 55px
}

.btn-outline-primary:focus,
.btn-primary:focus,
.shadow-dark:hover,
.shadow-info:hover,
.shadow-primary:hover,
.shadow-secondary:hover,
.theme-dark .categore-box.style-2,
.theme-dark .offcanvas.offcanvas-bottom .btn-close,
.theme-dark .offcanvas.offcanvas-end .btn-close {
	box-shadow: none
}

.menubar-area.style-9 .menubar-nav .nav-link {
	padding: 4px 12px;
	position: relative;
	z-index: 1
}

.menubar-area.style-9 .menubar-nav .nav-link:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 64px;
	display: none;
	background-color: var(--secondary);
	z-index: -1;
	border-radius: 10px 10px 0 0
}

.card-item.style-1 .dz-content .dz-stepper.active,
.card-item.style-4 .dz-content .dz-stepper.active,
.icon-box-4 {
	bottom: 10px
}

.menubar-area.style-9 .menubar-nav .nav-link span {
	font-size: 12px;
	display: block;
	color: #657f8d;
	font-family: var(--font-family-title)
}

.menubar-area.style-9 .menubar-nav .nav-link svg path {
	fill: unset
}

.menubar-area.style-9 .menubar-nav .nav-link.active {
	background-color: none
}

.menubar-area.style-9 .menubar-nav .nav-link.active span {
	color: #fff;
	font-weight: 600
}

.menubar-area.style-10 {
	position: unset;
	background-color: var(--bg-white) !important;
	height: 55px
}

.theme-dark .light.btn-primary,
.theme-dark .notify-cart {
	background-color: rgba(255, 255, 255, .07)
}

.menubar-area.style-10 .menubar-nav .nav-link {
	width: auto;
	padding: 8px 14px;
	margin: 0 8px;
	display: flex;
	align-items: center;
	border-radius: var(--border-radius-base)
}

.menubar-area.style-10 .menubar-nav .nav-link span {
	font-size: 12px;
	color: #657f8d;
	display: none;
	margin-left: 8px;
	font-family: var(--font-family-title)
}

.menubar-area.style-10 .menubar-nav .nav-link.active span {
	color: #fff;
	font-weight: 600;
	display: block
}

[data-theme-color=color-primary] {
	--theme-text-color: #fff
}

[data-theme-color=color-green] {
	--primary: #4cd964;
	--primary-hover: #2ac845;
	--primary-dark: #197328;
	--bg-gradient: linear-gradient(228.99deg, #44b156 26.74%, #4cd964 109.9%);
	--rgba-primary-1: rgba(76, 217, 100, 0.1);
	--rgba-primary-2: rgba(76, 217, 100, 0.2);
	--rgba-primary-3: rgba(76, 217, 100, 0.3);
	--rgba-primary-4: rgba(76, 217, 100, 0.4);
	--rgba-primary-5: rgba(76, 217, 100, 0.5);
	--rgba-primary-6: rgba(76, 217, 100, 0.6);
	--rgba-primary-7: rgba(76, 217, 100, 0.7);
	--rgba-primary-8: rgba(76, 217, 100, 0.8);
	--rgba-primary-9: rgba(76, 217, 100, 0.9);
	--theme-text-color: #fff
}

[data-theme-color=color-blue] {
	--primary: #2196f3;
	--secondary: #102C3C;
	--primary-light: rgba(236, 250, 255, 0.80);
	--primary-light-2: #8ecdff;
	--primary-hover: #0c7cd5;
	--primary-dark: #064475;
	--bg-gradient: linear-gradient(73.08deg, #2196f3 15.14%, #48a9f8 92.25%);
	--rgba-primary-1: rgba(33, 150, 243, 0.1);
	--rgba-primary-2: rgba(33, 150, 243, 0.2);
	--rgba-primary-3: rgba(33, 150, 243, 0.3);
	--rgba-primary-4: rgba(33, 150, 243, 0.4);
	--rgba-primary-5: rgba(33, 150, 243, 0.5);
	--rgba-primary-6: rgba(33, 150, 243, 0.6);
	--rgba-primary-7: rgba(33, 150, 243, 0.7);
	--rgba-primary-8: rgba(33, 150, 243, 0.8);
	--rgba-primary-9: rgba(33, 150, 243, 0.9);
	--theme-text-color: #fff
}

[data-theme-color=color-pink] {
	--primary: #ff9eb1;
	--secondary: #102C3C;
	--primary-light: rgba(255, 240, 244, 0.80);
	--primary-light-2: #ffcdd7;
	--primary-hover: #ff6b88;
	--primary-dark: #ff0536;
	--bg-gradient: linear-gradient(228.99deg, #e598a7 26.74%, #c1cfc7 109.9%);
	--rgba-primary-1: rgba(255, 158, 177, 0.1);
	--rgba-primary-2: rgba(255, 158, 177, 0.2);
	--rgba-primary-3: rgba(255, 158, 177, 0.3);
	--rgba-primary-4: rgba(255, 158, 177, 0.4);
	--rgba-primary-5: rgba(255, 158, 177, 0.5);
	--rgba-primary-6: rgba(255, 158, 177, 0.6);
	--rgba-primary-7: rgba(255, 158, 177, 0.7);
	--rgba-primary-8: rgba(255, 158, 177, 0.8);
	--rgba-primary-9: rgba(255, 158, 177, 0.9);
	--theme-text-color: #fff
}

[data-theme-color=color-yellow] {
	--primary: #e3b706;
	--secondary: #102C3C;
	--primary-light: rgba(255, 252, 241, 0.80);
	--primary-light-2: #ffea9a;
	--primary-hover: #cca300;
	--primary-dark: #665200;
	--bg-gradient: linear-gradient(73.08deg, #e3b706 15.14%, #ffcc00 92.25%);
	--rgba-primary-1: rgba(255, 204, 0, 0.1);
	--rgba-primary-2: rgba(255, 204, 0, 0.2);
	--rgba-primary-3: rgba(255, 204, 0, 0.3);
	--rgba-primary-4: rgba(255, 204, 0, 0.4);
	--rgba-primary-5: rgba(255, 204, 0, 0.5);
	--rgba-primary-6: rgba(255, 204, 0, 0.6);
	--rgba-primary-7: rgba(255, 204, 0, 0.7);
	--rgba-primary-8: rgba(255, 204, 0, 0.8);
	--rgba-primary-9: rgba(255, 204, 0, 0.9);
	--theme-text-color: #fff
}

[data-theme-color=color-orange] {
	--primary: #ff9500;
	--secondary: #102C3C;
	--primary-light-2: #fec779;
	--primary-hover: #cc7700;
	--primary-dark: #663c00;
	--bg-gradient: linear-gradient(73.08deg, #ff5e00 15.14%, #ff9500 92.25%);
	--rgba-primary-1: rgba(255, 149, 0, 0.1);
	--rgba-primary-2: rgba(255, 149, 0, 0.2);
	--rgba-primary-3: rgba(255, 149, 0, 0.3);
	--rgba-primary-4: rgba(255, 149, 0, 0.4);
	--rgba-primary-5: rgba(255, 149, 0, 0.5);
	--rgba-primary-6: rgba(255, 149, 0, 0.6);
	--rgba-primary-7: rgba(255, 149, 0, 0.7);
	--rgba-primary-8: rgba(255, 149, 0, 0.8);
	--rgba-primary-9: rgba(255, 149, 0, 0.9);
	--theme-text-color: #fff
}

[data-theme-color=color-purple] {
	--primary: #b65fbd;
	--secondary: #232323;
	--primary-light: rgba(247, 245, 255, 0.80);
	--primary-light-2: #d7abff;
	--primary-hover: #b249bb;
	--primary-dark: #ab4ab3;
	--bg-gradient: linear-gradient(73.08deg, #b751bf 15.14%, #b65fbd 92.25%);
	--rgba-primary-1: rgba(182, 95, 189, 0.1);
	--rgba-primary-2: rgba(182, 95, 189, 0.2);
	--rgba-primary-3: rgba(182, 95, 189, 0.3);
	--rgba-primary-4: rgba(182, 95, 189, 0.4);
	--rgba-primary-5: rgba(182, 95, 189, 0.5);
	--rgba-primary-6: rgba(182, 95, 189, 0.6);
	--rgba-primary-7: rgba(182, 95, 189, 0.7);
	--rgba-primary-8: rgba(182, 95, 189, 0.8);
	--rgba-primary-9: rgba(182, 95, 189, 0.9);
	--theme-text-color: #fff
}

[data-theme-color=color-red] {
	--primary: #ff3b30;
	--secondary: #102C3C;
	--primary-light: rgba(255, 236, 235, 0.80);
	--primary-light-2: #fe8583;
	--primary-hover: #ff7b73;
	--bg-gradient: linear-gradient(73.08deg, #ff3b30 15.14%, #ff5d54 92.25%);
	--primary-dark: #960800;
	--rgba-primary-1: rgba(255, 59, 48, 0.1);
	--rgba-primary-2: rgba(255, 59, 48, 0.2);
	--rgba-primary-3: rgba(255, 59, 48, 0.3);
	--rgba-primary-4: rgba(255, 59, 48, 0.4);
	--rgba-primary-5: rgba(255, 59, 48, 0.5);
	--rgba-primary-6: rgba(255, 59, 48, 0.6);
	--rgba-primary-7: rgba(255, 59, 48, 0.7);
	--rgba-primary-8: rgba(255, 59, 48, 0.8);
	--rgba-primary-9: rgba(255, 59, 48, 0.9);
	--theme-text-color: #fff
}

[data-theme-color=color-lightblue] {
	--primary: #5ac8fa;
	--secondary: #102C3C;
	--primary-light: rgba(241, 251, 255, 0.80);
	--primary-light-2: #83d8ff;
	--primary-hover: #29b8f9;
	--primary-dark: #067fb6;
	--bg-gradient: linear-gradient(73.08deg, #00afff 15.14%, #72d3ff 92.25%);
	--rgba-primary-1: rgba(90, 200, 250, 0.1);
	--rgba-primary-2: rgba(90, 200, 250, 0.2);
	--rgba-primary-3: rgba(90, 200, 250, 0.3);
	--rgba-primary-4: rgba(90, 200, 250, 0.4);
	--rgba-primary-5: rgba(90, 200, 250, 0.5);
	--rgba-primary-6: rgba(90, 200, 250, 0.6);
	--rgba-primary-7: rgba(90, 200, 250, 0.7);
	--rgba-primary-8: rgba(90, 200, 250, 0.8);
	--rgba-primary-9: rgba(90, 200, 250, 0.9);
	--theme-text-color: #fff
}

[data-theme-color=color-teal] {
	--primary: #009688;
	--secondary: #102C3C;
	--primary-light: rgba(243, 244, 244, 0.80);
	--primary-light-2: #05d3c0;
	--primary-hover: #00635a;
	--primary-dark: #000;
	--bg-gradient: linear-gradient(73.08deg, #009688 15.14%, #10c9b8 92.25%);
	--rgba-primary-1: rgba(0, 150, 136, 0.1);
	--rgba-primary-2: rgba(0, 150, 136, 0.2);
	--rgba-primary-3: rgba(0, 150, 136, 0.3);
	--rgba-primary-4: rgba(0, 150, 136, 0.4);
	--rgba-primary-5: rgba(0, 150, 136, 0.5);
	--rgba-primary-6: rgba(0, 150, 136, 0.6);
	--rgba-primary-7: rgba(0, 150, 136, 0.7);
	--rgba-primary-8: rgba(0, 150, 136, 0.8);
	--rgba-primary-9: rgba(0, 150, 136, 0.9);
	--theme-text-color: #fff
}

[data-theme-color=color-lime] {
	--primary: #92E136;
	--secondary: #102C3C;
	--primary-light: rgba(253, 255, 233, 0.80);
	--primary-light-2: #e9f294;
	--primary-hover: #85DB22;
	--primary-dark: #87D230;
	--bg-gradient: linear-gradient(73.08deg, #cddc39 15.14%, #cddc39 92.25%);
	--rgba-primary-1: rgba(146, 225, 54, 0.1);
	--rgba-primary-2: rgba(146, 225, 54, 0.2);
	--rgba-primary-3: rgba(146, 225, 54, 0.3);
	--rgba-primary-4: rgba(146, 225, 54, 0.4);
	--rgba-primary-5: rgba(146, 225, 54, 0.5);
	--rgba-primary-6: rgba(146, 225, 54, 0.6);
	--rgba-primary-7: rgba(146, 225, 54, 0.7);
	--rgba-primary-8: rgba(146, 225, 54, 0.8);
	--rgba-primary-9: rgba(146, 225, 54, 0.9);
	--theme-text-color: #102C3C
}

[data-theme-color=color-deeporange] {
	--primary: #d96502;
	--primary-light: rgba(217, 101, 2, 0.80);
	--primary-hover: #ca5e02;
	--primary-dark: #c35f0a;
	--rgba-primary-1: rgba(217, 101, 2, 0.1);
	--rgba-primary-2: rgba(217, 101, 2, 0.2);
	--rgba-primary-3: rgba(217, 101, 2, 0.3);
	--rgba-primary-4: rgba(217, 101, 2, 0.4);
	--rgba-primary-5: rgba(217, 101, 2, 0.5);
	--rgba-primary-6: rgba(217, 101, 2, 0.6);
	--rgba-primary-7: rgba(217, 101, 2, 0.7);
	--rgba-primary-8: rgba(217, 101, 2, 0.8);
	--rgba-primary-9: rgba(217, 101, 2, 0.9)
}

[data-theme-color=color-salmon] {
	--primary: #FA8072;
	--secondary: #102C3C;
	--primary-light: rgba(250, 128, 114, 0.80);
	--primary-light-2: #e9b7b1;
	--primary-hover: #eb6758;
	--primary-dark: #ce5244;
	--bg-gradient: linear-gradient(73.08deg, #FA8072 15.14%, #eb6758 92.25%);
	--rgba-primary-1: rgba(250, 128, 114, 0.1);
	--rgba-primary-2: rgba(250, 128, 114, 0.2);
	--rgba-primary-3: rgba(250, 128, 114, 0.3);
	--rgba-primary-4: rgba(250, 128, 114, 0.4);
	--rgba-primary-5: rgba(250, 128, 114, 0.5);
	--rgba-primary-6: rgba(250, 128, 114, 0.6);
	--rgba-primary-7: rgba(250, 128, 114, 0.7);
	--rgba-primary-8: rgba(250, 128, 114, 0.8);
	--rgba-primary-9: rgba(250, 128, 114, 0.9);
	--theme-text-color: #fff
}

[data-theme-color=color-dark] {
	--primary: #293041;
	--primary-light: rgba(41, 48, 65, 0.85);
	--primary-hover: #242424;
	--primary-dark: #882d00;
	--rgba-primary-1: rgba(41, 48, 65, 0.1);
	--rgba-primary-2: rgba(41, 48, 65, 0.2);
	--rgba-primary-3: rgba(41, 48, 65, 0.3);
	--rgba-primary-4: rgba(41, 48, 65, 0.4);
	--rgba-primary-5: rgba(41, 48, 65, 0.5);
	--rgba-primary-6: rgba(41, 48, 65, 0.6);
	--rgba-primary-7: rgba(41, 48, 65, 0.7);
	--rgba-primary-8: rgba(41, 48, 65, 0.8);
	--rgba-primary-9: rgba(41, 48, 65, 0.9)
}

.theme-dark {
	--dark: #fff;
	--bg-white: #2c3f6d;
	--title: rgba(255, 255, 255, 0.7);
	--body-color: rgba(255, 255, 255, 0.5);
	--border-color: rgba(255, 255, 255, 0.2);
	--bg-dark-light: rgb(44, 63, 109, 0.80);
	--card-bg: #243150;
	background-color: #2c3f6d !important
}

.theme-dark .header.bg-img {
	background-image: url(../images/meat/pattern2.png)
}

.blog-detail .media-box .media-content .detail-text .timeline li .text-soft,
.dz-tab .tab-slide-effect .nav-tabs .nav-item.active .nav-link,
.dz-tab.tab-color .nav-tabs .nav-item.active .nav-link,
.theme-dark .dropdown-menu .dropdown-item,
.theme-dark .dz-wizard .steps .step-content,
.theme-dark .form-label,
.theme-dark .notification .notification-content .small,
.theme-dark .notification .notification-content small,
.theme-dark .post-profile .left-content .meta-list li a,
.theme-dark .text-dark,
.theme-dark .text-notify,
.theme-dark .text-primary,
.theme-dark.body-bg .title-head {
	color: #fff !important
}

.theme-dark .dz-avatar.list-stacked .avatar-list .media img,
.theme-dark .dz-avatar.list-status .avatar-list .media img {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, .2)
}

.theme-dark .dz-timeline.style-2 .timeline-date,
.theme-dark .text-light {
	color: rgba(255, 255, 255, .5) !important
}

.theme-dark .message-list li .media:after,
.theme-dark .notify-cart2 .badge,
.theme-dark .profile .main-profile .right-content .upload-box img {
	border-color: #2c3f6d
}

.theme-dark .detail-box,
.theme-dark .message-content {
	background-color: #2c3f6d
}

.theme-dark .light.btn-primary {
	color: #fff
}

.theme-dark .text-black {
	color: rgba(255, 255, 255, .7) !important
}

.theme-dark .post-card .meta-list li svg path {
	stroke: #ffffff
}

.theme-dark .border-bottom {
	border-color: var(--border-color) !important
}

.default-tab .nav-tabs,
.theme-dark .company-detail .detail-content,
.theme-dark .dz-list>ul>li,
.theme-dark .form-control,
.theme-dark .form-control.style-1,
.theme-dark .input-group .form-control,
.theme-dark .message-list li {
	border-color: var(--border-color)
}

.theme-dark.bg-gradient-2 {
	background-image: var(--bg-white) !important
}

.theme-dark .categore-box .story-bx img {
	border-color: var(--bg-white)
}

.theme-dark .page-wraper.header-fixed .header {
	background-color: var(--bg-dark-light) !important
}

.theme-dark .add-banner5 .card-body .btn,
.theme-dark .short-tag.style-4 .btn-check:checked+.tag-btn,
.theme-dark .short-tag.style-4 .tag-btn {
	background-color: #fff
}

.theme-dark .dashboard-area .categorie-section ul li .btn,
.theme-dark .map .detail-box,
.theme-dark .social-btn-group .social-btn {
	background-color: #201030
}

.theme-dark .input-group .input-group-text {
	background-color: #2c3f6d !important;
	border-color: var(--border-color)
}

.input-group-text,
.theme-dark .input-group.input-mini .input-group-text {
	background-color: transparent !important
}

.theme-dark .form-control {
	background: #2c3f6d;
	color: #fff !important
}

.theme-dark .card,
.theme-dark .footer .form-check.checkmark .form-check-label,
.theme-dark .offer-2.card,
.theme-dark .product-list,
.theme-dark .profile-area .skill-bar {
	border: 1px solid var(--border-color)
}

.theme-dark .form-control:active,
.theme-dark .form-control:focus,
.theme-dark .input-group-icon .form-control {
	background: #2c3f6d
}

.theme-dark .form-control::placeholder {
	color: rgba(255, 255, 255, .7)
}

.theme-dark .bell-icon svg circle {
	stroke: #fe9063;
	fill: #2c3f6d
}

.theme-dark .dz-list>ul>li .item-content.item-link:after,
.theme-dark .sidebar .navbar-nav li a:after {
	opacity: .5;
	color: #fff
}

.theme-dark .accordion.style-2 .accordion-item,
.theme-dark .featured-box .item-bx {
	box-shadow: none;
	border: 1px solid var(--border-color)
}

.theme-dark .short-tag.style-3 .btn-check:checked+.tag-btn {
	background-color: var(--bg-dark-light)
}

.theme-dark .short-map .zone {
	background: rgba(44, 63, 109, .38)
}

.theme-dark .post-area .top-area {
	background: #c0c6d3
}

.theme-dark .footer .form-check.checkmark .form-check-input:checked+.form-check-label svg path {
	fill: var(--primary);
	stroke: var(--primary)
}

.theme-dark .footer.transparent {
	background: #2f4a79
}

.theme-dark .card,
.theme-dark .card-item.style-5,
.theme-dark .cart-info-wrapper,
.theme-dark .categore-box.style-2 {
	background-color: rgba(255, 255, 255, .06)
}

.theme-dark .card.bg-light,
.theme-dark .fixed-content {
	background-color: #201030 !important
}

.theme-dark .card .card-body.bg-dark {
	background-color: rgba(255, 255, 255, .06) !important
}

.theme-dark .item-box {
	box-shadow: 3px 0 25px -6px rgba(255, 255, 255, .25)
}

.theme-dark .tag-group .tag-btn {
	color: #fff;
	border-color: var(--border-color)
}

.theme-dark .icon-box {
	background-color: transparent;
	border-color: var(--border-color)
}

.theme-dark .btn.tag-btn {
	background: #201030;
	color: #fff
}

.theme-dark .company-detail .contact-box li .contact-icon,
.theme-dark .profile-area .contact-profile .contact-icon {
	border-color: var(--border-color);
	background: #201030
}

.theme-dark .notification-content .notification {
	border-color: var(--border-color);
	background-color: #201030
}

.theme-dark .chip.bg-light .text-black {
	color: #000 !important
}

.theme-dark .page-onboading+.footer {
	background-color: #110021
}

.theme-dark .welcome-area .join-area:after {
	background-image: url(../images/bg-shape-dark.png)
}

.theme-dark .add-banner .text-dark {
	color: #203647 !important
}

.theme-dark .accordion-button::after,
.theme-dark .dz-form-select.style-2 {
	background-image: url(../images/down-white.svg)
}

.theme-dark .dz-wizard .actions {
	background: rgba(44, 63, 109, .75);
	backdrop-filter: blur(10px)
}

.theme-dark .dz-wizard .content .body input {
	background-color: rgba(255, 255, 255, .14)
}

.theme-dark .default-tab.style-1 .nav-tabs .nav-item .nav-link:after {
	background-color: #e7b6b6
}

.theme-dark .menubar-area {
	background-color: #3b4d77
}

.theme-dark .profile-area .profile {
	background: linear-gradient(228.99deg, #2a4072 26.74%, #727783bf 109.9%)
}

.theme-dark .profile-area .profile .media img {
	border: 5px solid #2a4072
}

.theme-dark .get-started {
	background-image: url("../images/background/bg-dark.png")
}

.theme-dark .payment-wrapper {
	background-color: rgba(255, 255, 255, .1)
}

.theme-dark .detail-area.style-2 {
	box-shadow: 0 18px 24px rgba(16, 30, 44, .4)
}

.theme-dark.body-bg .border-bottom {
	border-bottom: 1px solid #e8eff3 !important
}

.theme-dark.body-bg .tag-group .tag-btn {
	color: #011063;
	background-color: var(--primary)
}

.theme-dark.body-bg .feature-wrapper .title-bar .title {
	color: #fff;
	margin-right: -20px
}

.theme-dark.body-bg .card {
	background-color: #425176
}

.theme-dark.body-bg .client-area:before {
	background-color: #2a3e69
}

.theme-dark .menubar-area.style-9 .menubar-nav .nav-link svg ellipse,
.theme-dark .menubar-area.style-9 .menubar-nav .nav-link svg path {
	stroke: var(--primary)
}

.dz-timeline .timeline-item.light:after,
.dz-timeline .timeline-item.light:before,
.theme-dark .service-area .service-box {
	background-color: var(--bg-white) !important
}

.theme-dark[data-theme-color=color-primary] {
	--primary: #00a349;
	--bg-gradient: linear-gradient(228.99deg, #00a349 26.74%, #5fa980 109.9%);
	--rgba-primary-1: rgba(0, 163, 73, 0.1);
	--rgba-primary-2: rgba(0, 163, 73, 0.2);
	--rgba-primary-3: rgba(0, 163, 73, 0.3);
	--rgba-primary-4: rgba(0, 163, 73, 0.4);
	--rgba-primary-5: rgba(0, 163, 73, 0.5);
	--rgba-primary-6: rgba(0, 163, 73, 0.6);
	--rgba-primary-7: rgba(0, 163, 73, 0.7);
	--rgba-primary-8: rgba(0, 163, 73, 0.8);
	--rgba-primary-9: rgba(0, 163, 73, 0.9)
}

.theme-dark[data-theme-color=color-dark] {
	--primary: #75b2ff;
	--primary-light: rgba(255, 250, 246, 0.80);
	--primary-light-2: #FFCD90;
	--primary-hover: #4e96f1;
	--primary-dark: #4183d7;
	--rgba-primary-1: rgba(117, 178, 255, 0.1);
	--rgba-primary-2: rgba(117, 178, 255, 0.2);
	--rgba-primary-3: rgba(117, 178, 255, 0.3);
	--rgba-primary-4: rgba(117, 178, 255, 0.4);
	--rgba-primary-5: rgba(117, 178, 255, 0.5);
	--rgba-primary-6: rgba(117, 178, 255, 0.6);
	--rgba-primary-7: rgba(117, 178, 255, 0.7);
	--rgba-primary-8: rgba(117, 178, 255, 0.8);
	--rgba-primary-9: rgba(117, 178, 255, 0.9)
}

.theme-color-settings {
	padding: 15px 10px 10px;
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap
}

.form-item .form-label,
.theme-color-settings span {
	font-size: .875rem;
	font-weight: 500
}

.theme-color-settings li {
	display: inline-block;
	width: 33.33%;
	text-align: center;
	margin-bottom: 20px
}

.theme-color-settings li label {
	background-color: #000;
	width: 40px;
	border-radius: var(--border-radius-base);
	height: 40px;
	margin: 0 auto 5px;
	position: relative;
	display: block
}

.theme-color-settings li label:after {
	content: "\f00c";
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	transform: translate(-50%, -50%);
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 16px;
	color: #fff
}

.theme-color-settings li input[value=color-primary]+label {
	background-color: #027335
}

.theme-color-settings li input[value=color-green]+label {
	background-color: #4cd964
}

.theme-color-settings li input[value=color-blue]+label {
	background-color: #2196f3
}

.theme-color-settings li input[value=color-pink]+label {
	background-color: #ff9eb1
}

.theme-color-settings li input[value=color-yellow]+label {
	background-color: #fc0
}

.theme-color-settings li input[value=color-orange]+label {
	background-color: #ff9500
}

.theme-color-settings li input[value=color-purple]+label {
	background-color: #9c27b0
}

.theme-color-settings li input[value=color-red]+label {
	background-color: #ff3b30
}

.theme-color-settings li input[value=color-lightblue]+label {
	background-color: #5ac8fa
}

.theme-color-settings li input[value=color-teal]+label {
	background-color: #009688
}

.theme-color-settings li input[value=color-lime]+label {
	background-color: #cddc39
}

.theme-color-settings li input[value=color-deeporange]+label {
	background-color: #dd4a01
}

.imageuploadify.well {
	width: 100%;
	border: 2px dashed var(--border-color) !important;
	background: var(--bg-white);
	border-radius: var(--border-radius-base) !important;
	color: #848484;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	position: relative;
	padding: 0 !important;
	min-height: 48px;
	overflow: hidden
}

.imageuploadify.well .imageuploadify-images-list .imageuploadify-message {
	border: 0;
	padding: 0;
	font-size: 14px
}

.imageuploadify.well .imageuploadify-images-list .btn-default {
	color: #7e7e7e !important;
	border-radius: 50px;
	margin: 0;
	background-color: var(--bg-white) !important;
	max-width: 100%;
	border: 0
}

.imageuploadify.well .imageuploadify-images-list .imageuploadify-container {
	border-radius: 5px;
	box-shadow: unset;
	margin-left: 15px !important;
	border: 1px solid #ddd
}

.imageuploadify.well .imageuploadify-images-list .imageuploadify-container button.btn-danger {
	padding: 0;
	font-weight: 900
}

.noUi-target {
	border: 0;
	border-radius: var(--border-radius-base)
}

.noUi-connects {
	background-color: #eee
}

.badge-success,
.divider.inner-divider.border-success i,
.divider.inner-divider.border-success span,
.noUi-connect.c-1-color {
	background-color: #1cbd5c
}

.badge-info,
.divider.inner-divider.border-info i,
.divider.inner-divider.border-info span,
.noUi-connect.c-2-color {
	background-color: #a131ad
}

.badge-warning,
.divider.inner-divider.border-warning i,
.divider.inner-divider.border-warning span,
.noUi-connect.c-4-color {
	background-color: #ef962e
}

.noUi-vertical {
	width: .375rem
}

.noUi-horizontal {
	height: .475rem;
	margin-bottom: 10px
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
	height: 17px;
	width: 17px;
	border-radius: 50px;
	box-shadow: none;
	border: none;
	background-color: var(--primary)
}

.card-item.style-1,
.icon-box {
	border: 1px solid var(--border-color)
}

.noUi-vertical .noUi-handle {
	left: -4px;
	top: -6px
}

.noUi-horizontal .noUi-handle {
	top: -5px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
	right: -6px
}

#slider-toggle {
	height: 50px
}

#slider-toggle.off .noUi-handle {
	border-color: var(--primary)
}

.card-item.style-1 {
	overflow: hidden;
	border-radius: var(--border-radius-base);
	position: relative
}

.card-item.style-1 .dz-meta ul {
	display: flex;
	justify-content: space-between
}

.card-item.style-1 .dz-meta ul .review i {
	color: #ffa902;
	margin-left: 3px
}

.card-item.style-1 .label,
.card-item.style-4 .label {
	position: absolute;
	top: 14px;
	right: -25px;
	background-color: #ff4040;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	width: 100px;
	height: 24px;
	transform: rotate(45deg);
	line-height: 24px
}

.card-item.style-1 .dz-content .title {
	text-align: center;
	font-family: Lato, sans-serif
}

.card-item.style-1 .dz-content .add-btn,
.card-item.style-4 .dz-content .add-btn {
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0;
	font-weight: 600;
	position: relative
}

.card-item.style-1 .dz-content .dz-stepper {
	position: absolute;
	background: var(--bg-white);
	bottom: -50px;
	width: 100%;
	padding: 0 10px;
	left: 0;
	z-index: 1;
	transition: .5s
}

.card-item.style-1 .dz-content .dz-stepper .bootstrap-touchspin .input-group-btn .btn,
.card-item.style-4 .dz-content .dz-stepper .bootstrap-touchspin .input-group-btn .btn,
.social-box img {
	width: 36px;
	height: 36px
}

.card-item.style-2 {
	border-radius: .375rem;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	overflow: hidden
}

.card-item.style-2 .dz-content {
	padding: 20px 15px 15px
}

.card-item.style-2 .price {
	font-weight: 600;
	font-size: 18px;
	color: #000
}

.card-item.style-2 .price del,
.card-item.style-3 .price del {
	font-size: 12px;
	font-weight: 500;
	color: #929292;
	margin-left: 8px
}

.card-item.style-2 .qty {
	font-size: 16px;
	line-height: 16px;
	margin-left: auto
}

.card-item.style-2 .qty strong {
	font-weight: 600;
	margin-right: 5px
}

.card-item.style-2 .rating,
.card-item.style-3 .rating {
	display: flex;
	font-size: 12px;
	align-items: center
}

.card-item.style-2 .rating i,
.card-item.style-3 .rating i {
	color: #ffa800;
	margin-right: 5px
}

.card-item.style-3 .r-btn {
	right: 10px;
	left: auto
}

.accordion-bordered .accordion-header.collapsed,
.accordion-solid-bg .accordion-header.collapsed,
.card-item.style-10 .dz-media img,
.card-item.style-3 .dz-media img,
.detail-box .media img,
.dz-avatar .avatar-list .media img,
.dz-list.style-3 ul .item-content .item-media img,
.dz-stepper.rounded-stepper .bootstrap-touchspin .btn,
.item-list .item-content .item-media img,
.item-list.style-2 .item-content .item-media img,
.item-list.style-3 .item-content .item-media img,
.item-list.style-4 .item-content .item-media img,
.item-list.style-5 .item-content .item-media img,
.media.status img {
	border-radius: var(--border-radius-base)
}

.card-item.style-3 .dz-content {
	padding: 12px 0 0
}

.card-item.style-3 .dz-content .item-title,
.dz-notification .notification-list .list-items .list-content .title-head {
	font-size: 16px;
	margin-bottom: 0
}

.card-item.style-3 .price {
	font-weight: 600;
	font-size: 18px;
	margin-right: 10px
}

.card-item.style-3 .qty {
	font-size: 14px;
	line-height: 14px;
	position: relative
}

.card-item.style-3 .qty:after {
	content: "";
	position: absolute;
	top: 2px;
	left: -6px;
	width: 1px;
	height: 12px;
	background-color: var(--secondary)
}

.card-item.style-4 {
	background-color: var(--rgba-primary-1);
	overflow: unset;
	border: 0;
	text-align: center;
	border-radius: var(--border-radius-base);
	position: relative
}

.card-item.style-4 .dz-media {
	width: 100%;
	object-fit: cover;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 20px
}

.card-item.style-4 .dz-media img,
.card-item.style-5 .dz-media img {
	max-width: 100%;
	object-fit: cover;
	height: 100%;
	width: auto
}

.card-item.style-4 .dz-content .title {
	text-align: center;
	font-family: Poppins, sans-serif
}

.card-item.style-4 .dz-content span,
.card-item.style-5 .dz-content span,
.table th {
	font-size: 14px;
	font-weight: 600
}

.card-item.style-4 .dz-content .dz-stepper {
	position: absolute;
	background: #e8f4fe;
	bottom: -50px;
	width: 100%;
	padding: 0 10px;
	left: 0;
	z-index: 1;
	transition: .5s
}

.card-item.style-5 {
	background-color: var(--card-bg);
	overflow: unset;
	border: 0;
	text-align: left;
	box-shadow: rgba(0, 0, 0, .1) 0 4px 12px;
	border-radius: var(--border-radius-base);
	position: relative
}

.card-item.style-10,
.card-item.style-6,
.card-item.style-7,
.card-item.style-8,
.card-item.style-9 {
	border-radius: var(--border-radius-base);
	overflow: hidden
}

.card-item.style-5 .dz-media {
	width: 100%;
	object-fit: contain;
	height: 135px;
	text-align: center;
	padding-top: 20px
}

.card-item.style-5 .dz-content .title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px
}

.card-item.style-5 .dz-content .price {
	font-family: Poppins, sans-serif;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 600
}

.card-item.style-5 .dz-content .add-btn {
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: var(--primary);
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: 10px
}

.card-item.style-6,
.card-item.style-8 {
	background-color: var(--card-bg);
	box-shadow: 0 7px 29px 0 rgba(100, 100, 111, .2);
	width: 230px
}

.card-item.style-6 .dz-content {
	padding: 6px 12px 12px
}

.card-item.style-6 .dz-content .product-title,
.card-item.style-8 .dz-content .product-title,
.card-item.style-9 .dz-content .product-title {
	font-weight: 500;
	font-size: 12px;
	display: block;
	margin-bottom: 8px;
	color: var(--primary)
}

.card-item.style-6 .dz-content .item-name {
	font-size: 14px;
	line-height: 1.4;
	color: #4a4a4a;
	font-weight: 500
}

.card-item.style-6 .dz-content .offer-code {
	color: #eb8e57;
	font-size: 12px;
	margin-bottom: 10px
}

.card-item.style-6 .price-wrapper .current-price {
	color: var(--primary);
	font-size: 18px;
	margin-bottom: 0;
	margin-right: 5px
}

.card-item.style-6 .price-wrapper .old-price {
	position: relative;
	font-size: 13px;
	color: #a5a5a5
}

.card-item.style-6 .price-wrapper .old-price:after {
	position: absolute;
	content: "";
	background-color: #a5a5a5;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.card-item.style-7 {
	position: relative
}

.card-item.style-7 .dz-content {
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 10px 2px;
	border-radius: 0 0 var(--border-radius-base) var(--border-radius-base);
	z-index: 1;
	backdrop-filter: blur(3px)
}

.blog-area .blog-list .blog-content .timline li span,
.card-item.style-7 .dz-content span,
.chip * {
	font-size: 12px
}

.card-item.style-7 .dz-content span:first-child,
.item-list.style-3 .item-content .item-inner .item-title-row .item-subtitle i,
.item-list.style-4 .item-content .item-inner .item-title-row .item-subtitle i {
	font-size: 10px
}

.card-item.style-7 .dz-content .title {
	font-weight: 600;
	color: #fff;
	font-size: 15px;
	margin-bottom: 0;
	line-height: .8
}

.card-item.style-8 .dz-media img,
.card-item.style-9 .dz-media img {
	border-radius: 0 0 12px 12px;
	box-shadow: 0 4px 10px -4px rgba(125, 125, 125, .6)
}

.card-item.style-8 .dz-content,
.card.revenue-card .card-header,
.card.summary-card .card-header,
.filtaring-area.style-2 .btn,
.order-box .card-body {
	padding: 12px
}

.card-item.style-8 .dz-content .item-name {
	font-size: 16px;
	line-height: 1.4;
	color: #4a4a4a;
	font-weight: 600;
	display: flex;
	align-items: center;
	margin-bottom: 0
}

.card-item.style-8 .dz-content .address {
	font-size: 12px;
	margin-bottom: 5px
}

.card-item.style-8 .dz-content .offer,
.card-item.style-9 .dz-content .offer {
	color: #eb8e57;
	margin-bottom: 0;
	font-size: 12px
}

.card-item.style-8 .dz-content .offer svg path,
.card-item.style-9 .dz-content .offer svg path {
	fill: #eb8e57
}

.card-item.style-9 {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	z-index: 1
}

.card-item.style-9 .dz-media {
	position: relative;
	display: block;
	z-index: 9
}

.card-item.style-9 .dz-media:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .639093) 90%)
}

.card-item.style-9 .dz-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 12px;
	width: 100%;
	z-index: 9;
	border-radius: 0 0 12px 12px
}

.card-item.style-9 .dz-content .item-name {
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
	font-weight: 600;
	display: flex;
	align-items: center;
	margin-bottom: 0
}

.card-item.style-9 .dz-content .address {
	font-size: 12px;
	margin-bottom: 5px;
	color: #fff
}

.card-item.style-10 {
	position: relative;
	display: block
}

.card-item.style-10:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 1;
	background: linear-gradient(0deg, #293041, rgba(0, 0, 0, 0));
	opacity: .3
}

.card-item.style-10 .dz-name {
	position: absolute;
	bottom: 8px;
	left: 12px;
	font-size: .875rem;
	font-weight: 600;
	z-index: 2;
	color: #fff
}

.card-item.style-10 .dz-item {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 12px;
	font-weight: 600;
	background-color: var(--primary);
	color: #fff;
	padding: 3px 7px;
	border-radius: 6px;
	z-index: 2
}

.reviews-info.style-1 {
	display: flex;
	align-items: center;
	background-color: var(--rgba-primary-2);
	padding: 4px 6px;
	border-radius: 5px;
	justify-content: center;
	margin-right: 12px
}

.reviews-info.style-1 i {
	color: var(--primary);
	margin-right: 5px
}

.dz-notification .notification-list .list-items .list-content .btn-link,
.item-list.style-6 .item-content .item-inner .item-title-row .info i,
.reviews-info.style-1 .reviews,
.user-review .review-info .rating-star li {
	font-size: 14px
}

.reviews-info.sm {
	margin-right: 0;
	background-color: var(--primary)
}

.reviews-info.sm i {
	font-size: 10px;
	margin-right: 2px;
	color: #fff
}

.reviews-info.sm .reviews {
	color: #fff;
	font-size: 12px;
	line-height: 1.1
}

.reviews-info.style-2 {
	background-color: unset;
	display: flex;
	align-items: center
}

.reviews-info.style-2 .reviews,
.reviews-info.style-2 i {
	color: var(--primary);
	font-size: 12px
}

.categore-box {
	width: 75px;
	height: 75px;
	display: flex;
	background-repeat: no-repeat;
	background-position: right;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 1;
	border-radius: 4rem;
	padding: 2px
}

.categorie-swiper img {
	border: 2px solid #fff;
	border-radius: 10rem;
	width: 75px;
	height: 75px;
	z-index: 999;
	position: relative
}

.recomended-box img {
	border: 1px solid #bebebe6e;
	border-radius: 10px
}

.categore-box svg {
	width: 24px;
	height: 24px;
	margin-bottom: 8px
}

.categore-box:after {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 94%;
	height: 94%;
	z-index: -1;
	background: rgb(40 176 206 / 85%);
	border-radius: 11rem
}

.categore-box.bg-4:after {
	background: rgba(174, 113, 86, .85)
}

.categore-box.bg-5:after {
	background: rgba(46, 101, 207, .82)
}

.categore-box.bg-6:after {
	background: rgba(28, 189, 92, .85)
}

.categore-box.bg-7:after {
	background: rgba(232, 82, 118, .85)
}

.categore-box.bg-8:after {
	background: rgba(239, 150, 46, .85)
}

.categore-box.box-lg {
	width: 100%;
	height: 160px;
	box-shadow: 0 12px 30px 0 rgba(48, 48, 48, .08)
}

.categore-box.style-2,
.pricing-table {
	box-shadow: 0 8px 24px rgba(149, 157, 165, .2)
}

.categore-box.box-lg svg {
	width: auto;
	height: auto
}

.categore-box.style-1 {
	width: 80px;
	height: 80px;
	margin: 0 auto 10px;
	align-items: unset;
	flex-direction: unset;
	background-size: unset;
	background-repeat: unset;
	background-position: unset;
	background-color: var(--rgba-primary-1);
	transform: rotate(-10deg);
	border-radius: 50%
}

.categore-box.style-2 {
	width: 80px;
	height: 80px;
	margin-bottom: 30px !important;
	margin: 0 auto 10px;
	border-radius: var(--border-radius-base);
	background-color: var(--card-bg)
}

.accordion-primary .accordion-header.collapsed,
.accordion-primary-solid .accordion-header.collapsed {
	box-shadow: none;
	background: var(--rgba-primary-1);
	border-color: var(--rgba-primary-1);
	color: var(--primary)
}

.categore-box.style-2.box-lg {
	width: 100%;
	height: 160px;
	margin-bottom: 0 !important
}

.categore-box.style-2.box-lg svg,
.dz-tab.style-2 .nav-item,
.service-area .service-box .dz-icon {
	width: 50px;
	height: 50px
}

.pricing-table {
	border: 1px solid var(--primary);
	border-radius: var(--border-radius-base);
	max-width: 300px;
	padding: 40px 25px 20px;
	margin: 0 auto 30px
}

.pricing-table .price-head {
	text-align: center;
	margin-bottom: 15px
}

.pricing-table .price-head .title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px
}

.pricing-table .price-head .title .small,
.pricing-table .price-head .title small {
	font-weight: 600;
	font-size: 14px;
	display: unset
}

.pricing-table .price-head p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	color: var(--primary)
}

.pricing-table .price-list ul li {
	font-weight: 500;
	display: flex;
	align-items: center;
	padding-bottom: 12px
}

.pricing-table .price-list ul li i {
	font-size: 18px;
	color: var(--primary);
	margin-right: 8px
}

.pricing-table.style-2 {
	border: 0;
	position: relative;
	margin-top: 80px
}

.pricing-table.style-2 .price-head {
	text-align: center;
	margin-bottom: 30px;
	border-bottom: 1px solid var(--border-color);
	padding: 30px 20px
}

.pricing-table.style-2 .price-head .dz-icon {
	width: 90px;
	height: 90px;
	margin: 0;
	background-color: var(--bg-white);
	box-shadow: 0 7px 29px 0 rgba(100, 100, 111, .2);
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%)
}

.pricing-table.style-2 .price-head .dz-icon img {
	border-radius: 0;
	width: 50%
}

.pricing-table.style-3 {
	border: 10px solid #fff;
	position: relative;
	background: var(--rgba-primary-1);
	border-radius: 20px;
	overflow: hidden;
	padding: 60px 25px 20px
}

.pricing-table.style-3 .price-head {
	text-align: left;
	margin-bottom: 30px
}

.pricing-table.style-3 .price-head .price {
	background-color: var(--secondary);
	width: 110px;
	display: flex;
	align-items: center;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 15px;
	border-radius: 50px 0 0 50px
}

.icon-box,
.icon-box-2 {
	align-items: center;
	display: flex
}

.pricing-table.style-3 .price-head .price .title {
	margin-bottom: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 500
}

.icon-box {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	justify-content: center
}

.icon-box-2 {
	width: 40px;
	height: 40px;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	justify-content: center
}

.icon-box-3,
.icon-box-4 {
	align-items: center;
	display: flex
}

.icon-box-3 {
	width: 45px !important;
	min-width: 45px !important;
	height: 45px !important;
	background-color: rgba(0, 0, 0, .3);
	border-radius: 50%;
	justify-content: center
}

.icon-box-3.icon-sm,
.icon-box-4 {
	width: 35px !important;
	min-width: 35px !important;
	height: 35px !important
}

.icon-box-3 svg,
.icon-box-4 svg,
.icon-box-5 svg {
	width: 20px !important;
	height: 20px !important
}

.icon-box-3.icon-sm svg {
	width: 16px !important;
	height: 16px !important
}

.icon-box-4 {
	position: absolute;
	left: 15px;
	background-color: var(--rgba-primary-1);
	border-radius: 8px;
	justify-content: center
}

.icon-box-5 {
	width: 45px !important;
	min-width: 45px !important;
	height: 45px !important;
	align-items: center;
	margin: auto;
	display: flex;
	background-color: var(--rgba-primary-5);
	border-radius: 50%;
	justify-content: center
}

.form-label {
	font-size: .875rem;
	font-weight: 500;
	color: #6d898f;
	margin-bottom: 10px;
	background: 0 0;
	border-color: #f0f0f0
}

.input-icon+.form-control {
	padding: 0 10px 0 48px
}

.form-control {
	height: 48px;
	border: 2px solid #e8eff3;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 500;
	color: var(--dark);
	transition: .3s ease-in-out;
	background: var(--bg-white);
	border-radius: var(--border-radius-base)
}

.form-control .select {
	padding: 12px 0
}

.form-control.form-control-lg {
	height: 4rem;
	font-size: 1rem
}

.form-control.form-control-sm {
	height: 2.813rem;
	font-size: .875rem
}

.form-control::-webkit-input-placeholder {
	color: #7d8fab
}

.form-control:-ms-input-placeholder {
	color: #7d8fab
}

.form-control::placeholder {
	color: #7d8fab
}

.form-control.active,
.form-control:active,
.form-control:focus {
	border-color: var(--primary);
	background: #fff;
	color: var(--dark)
}

.form-control.style-1 {
	border: 1px solid #f0f0f0
}

textarea.form-control {
	min-height: unset;
	height: auto
}

textarea.form-control[rows] {
	height: auto
}

.input-group.input-select .input-group-text {
	padding: 10px 6px 10px 10px
}

.input-group .input-group-text {
	background-color: var(--bg-white) !important;
	color: #a19fa8;
	border-width: 2px;
	border-color: var(--border-color);
	border-radius: var(--border-radius-base);
	transition: .3s ease-in-out;
	padding: 10px 15px
}

.input-group.search-input .btn-close {
	width: 24px;
	position: absolute;
	line-height: 26px;
	height: 24px;
	padding: 0 !important;
	font-size: .875rem;
	right: 10px;
	border-radius: 50% !important;
	z-index: 999;
	text-align: center;
	background: #b9b9b9;
	top: 50%;
	display: none;
	transform: translateY(-50%)
}

.input-group.search-input .form-control {
	border-radius: 45px !important
}

.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
	border-color: var(--primary)
}

select {
	word-wrap: normal;
	width: 100%;
	height: 48px;
	color: #7e7e7e;
	border: 1px solid #ddd;
	border-radius: 45px
}

.form-check .form-check-input {
	width: 24px;
	min-width: 24px;
	height: 24px;
	margin-top: 0;
	border: 2px solid var(--primary)
}

.form-check .form-check-label {
	margin-left: 8px;
	color: var(--dark);
	font-size: 16px
}

.check-box {
	margin-left: -30px;
	margin-right: 10px;
	margin-bottom: 5px;
	cursor: pointer;
	position: relative;
	width: auto;
	display: block
}

.badge-circle,
.btn {
	display: inline-flex
}

.check-box input {
	position: absolute !important;
	transform: translateX(-10000px)
}

.check-box input:checked~.check-1 {
	opacity: 0 !important;
	display: none !important
}

.check-box input:checked~.check-2 {
	display: block;
	color: var(--primary)
}

.check-box i {
	width: 20px;
	text-align: center;
	pointer-events: none;
	position: absolute;
	left: 30px;
	font-size: 1.125rem;
	top: 1px;
	height: 24px;
	line-height: 24px
}

.check-box label {
	cursor: pointer;
	font-size: 13px;
	font-weight: 500;
	padding: 0 15px 0 35px
}

.input-radius textarea.form-control {
	border-radius: 15px
}

.input-group>:not(:first-child) {
	border-left: 0
}

.company-detail .item-inner li:last-child,
.driver-status li:last-child,
.input-group>:not(:last-child) {
	border-right: 0
}

.input-group-icon .input-group-text {
	background-color: #e8eff3 !important
}

.input-group-icon .input-group-text:not(.show-pass) {
	padding: 4px
}

.input-group-icon .input-group-text:not(.show-pass) .input-icon {
	background-color: transparent !important;
	color: #7d8fab;
	padding: 0;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: calc(var(--border-radius-base) - 4px);
	text-align: center;
	display: block;
	font-size: 1rem
}

.cart-btn svg,
.input-group-icon .input-group-text:not(.show-pass) .input-icon svg {
	width: 18px;
	height: 18px
}

.input-group-icon .form-control {
	padding-left: 10px;
	background: #e8eff3;
	font-size: 1rem;
	height: 50px;
	font-weight: 500;
	color: #000
}

.input-group-icon.input-lg .input-group-text:not(.show-pass) {
	height: 60px;
	padding: 8px
}

.input-group-icon.input-lg .input-group-text:not(.show-pass) .input-icon {
	width: 45px;
	height: 45px;
	font-size: 24px;
	line-height: 45px
}

.input-group-icon.input-lg .form-control {
	height: 60px
}

.input-group-icon.input-sm .input-group-text:not(.show-pass) {
	height: 45px;
	padding: 5px
}

.input-group-icon.input-sm .input-group-text:not(.show-pass) .input-icon {
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 30px
}

.input-group-icon.input-sm .input-group-text:not(.show-pass) .input-icon svg {
	width: 14px;
	height: 14px
}

.input-group-icon.input-sm .form-control {
	padding-left: 6px;
	height: 45px;
	font-size: .875rem
}

.input-mini .input-group-text {
	padding: 10px 15px
}

.input-mini .form-control,
.input-mini .input-group-text {
	border-radius: 0;
	border-width: 0 0 1px;
	background-color: transparent
}

.form-control.custom-image-select-2 {
	padding: 8px !important;
	border-radius: .35rem
}

.form-control.custom-image-select-2 img {
	width: 30px;
	min-width: 30px;
	margin-right: 5px;
	height: 20px;
	border-radius: 4px
}

.form-control.custom-image-select-2 .dropdown-toggle {
	border: 0 !important;
	padding: 0;
	position: relative
}

.form-control.custom-image-select-2 .dropdown-toggle:focus {
	outline: 0 !important;
	outline-offset: none !important
}

.accordion.style-1 .accordion-item .accordion-header .accordion-button:focus,
.accordion.style-2 .accordion-item .accordion-header .accordion-button:focus,
.accordion.style-3 .accordion-item .accordion-header .accordion-button:focus,
.default-tab.style-1 .nav-tabs .nav-item .nav-link.active,
.form-control.custom-image-select-2 .dropdown-toggle.btn-light,
.offcanvas,
.page-onboading+.footer {
	background-color: var(--bg-white)
}

.form-control.custom-image-select-2 .dropdown-toggle:after {
	content: '\f107';
	position: absolute;
	font-weight: 900;
	top: 50%;
	right: 0;
	margin-top: 0;
	font-family: 'Font Awesome 6 Free';
	border: 0 !important;
	transform: translateY(-50%)
}

.form-control.custom-image-select-2 .dropdown-menu .dropdown-item {
	padding: 10px 15px;
	text-align: left
}

.dz-form-select {
	background-color: #e8eff3;
	border-radius: var(--border-radius-base);
	border: 2px solid var(--border-color)
}

.dz-form-select:focus {
	border-color: var(--primary);
	box-shadow: none
}

.dz-form-select .selected {
	font-size: 16px;
	color: #7d8fab
}

.dz-form-select.style-2 {
	background-image: url(../images/down.svg);
	background-color: transparent;
	border: 0;
	width: auto;
	background-size: 12px;
	padding: 6px 30px 6px 6px;
	color: var(--primary);
	font-weight: 500
}

.form-item {
	margin-bottom: 15px;
	width: 100%
}

.badge-circle,
.dz-list>ul>li .dz-icon {
	width: 20px;
	height: 20px
}

.form .form-item .form-control,
.form-item .form-control {
	border-radius: var(--border-radius-base);
	padding: 10px
}

.nav-pills.dz-nav {
	background-color: var(--rgba-primary-1);
	border-radius: var(--border-radius-sm)
}

.accordion-primary .accordion-header {
	background: var(--primary);
	border-color: var(--primary);
	color: #fff;
	box-shadow: 0 .9375rem 1.25rem 0 var(--rgba-primary-1)
}

.accordion-primary-solid .accordion-header {
	background: var(--primary);
	border-color: var(--primary);
	color: #fff;
	box-shadow: 0 -.625rem 1.25rem 0 var(--rgba-primary-1);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.accordion-primary-solid .accordion-header.collapsed {
	border-bottom-left-radius: var(--border-radius-base);
	border-bottom-right-radius: var(--border-radius-base)
}

.accordion-primary-solid .accordion__body {
	border: .125rem solid var(--primary);
	border-top: none;
	box-shadow: 0 .9375rem 1.25rem 0 var(--rgba-primary-1);
	border-bottom-left-radius: var(--border-radius-base);
	border-bottom-right-radius: var(--border-radius-base)
}

.accordion-danger .accordion-header.collapsed {
	background: #e0c8bd;
	border-color: #e0c8bd;
	box-shadow: 0 .9375rem 1.25rem 0 rgba(174, 113, 86, .15);
	color: #211c37;
	box-shadow: none
}

.accordion-danger-solid .accordion-header {
	background: #ae7156;
	border-color: #ae7156;
	color: #fff;
	box-shadow: 0 -.625rem 1.25rem 0 rgba(174, 113, 86, .15);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.accordion-danger-solid .accordion-header.collapsed {
	background: #e0c8bd;
	border-color: #e0c8bd;
	color: #ff4242;
	box-shadow: none;
	border-bottom-left-radius: var(--border-radius-base);
	border-bottom-right-radius: var(--border-radius-base)
}

.accordion-danger-solid .accordion__body {
	border: .125rem solid #ae7156;
	border-top: none;
	box-shadow: 0 .9375rem 1.25rem 0 rgba(174, 113, 86, .15);
	border-bottom-left-radius: var(--border-radius-base);
	border-bottom-right-radius: var(--border-radius-base)
}

.accordion-item {
	margin-bottom: .25rem;
	background: 0 0;
	border: none
}

.accordion-header {
	padding: .6rem .95rem;
	border: .0625rem solid var(--border-color);
	cursor: pointer;
	position: relative;
	color: #211c37;
	font-weight: 400;
	border-radius: var(--border-radius-base);
	-webkit-transition: .5s;
	-ms-transition: .5s;
	transition: .5s
}

.shadow-dark,
.shadow-info,
.shadow-primary,
.shadow-secondary {
	transition: .5s !important
}

.accordion-header-indicator {
	font-family: themify;
	position: absolute;
	right: 1.2rem;
	top: 50%;
	transform: translateY(-50%)
}

.accordion-header-indicator.indicator_bordered {
	display: inline-block;
	width: 1.5625rem;
	text-align: center;
	height: 1.5625rem;
	border: .0625rem solid #e8eff3;
	border-radius: 50%;
	line-height: 1.5625rem
}

.accordion-header-indicator::before {
	content: "\e61a";
	transition: .2s ease-in-out;
	display: block;
	transform: rotate(180deg)
}

@media (prefers-reduced-motion:reduce) {
	.accordion-header-indicator::before {
		transition: none
	}
}

.accordion-header-indicator.style_two::before {
	content: "\e64b";
	transform: rotate(0)
}

.badge.style-1:after,
.badge.style-2:after {
	width: 10px;
	height: 10px;
	top: 50%;
	transform: translateY(-50%)
}

.accordion-header.collapsed .accordion-header-indicator::before {
	transform: rotate(0)
}

.accordion-header.collapsed .accordion-header-indicator.style_two::before {
	transform: rotate(-90deg)
}

.accordion-body-text {
	padding: .875rem 1.25rem
}

.accordion-bordered .accordion__body {
	border: .0625rem solid #e8eff3;
	border-top: none;
	border-bottom-left-radius: var(--border-radius-base);
	border-bottom-right-radius: var(--border-radius-base)
}

.accordion-bordered .accordion-header,
.accordion-solid-bg .accordion-header {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.accordion-no-gutter .accordion-item .accordion-header.collapsed,
.accordion-no-gutter.accordion__bordered .accordion-item:not(:last-child) .accordion__body {
	border-bottom: none
}

.accordion-no-gutter .accordion-item:last-child .accordion-header {
	border-bottom: .0625rem solid transparent
}

.accordion-left-indicator .accordion-header-text,
.accordion-with-icon .accordion-header-text {
	padding-left: 2.5rem
}

.accordion-left-indicator .accordion-header-indicator {
	right: auto;
	left: 1.5625rem
}

.accordion-with-icon .accordion-header-icon {
	position: absolute;
	right: auto;
	left: 1.5625rem;
	font-family: themify
}

.accordion-with-icon .accordion-header-icon::before {
	content: "\e645"
}

.accordion-header-bg .accordion-header,
.light.btn-secondary:hover {
	background-color: #28b0ce;
	color: #fff
}

.accordion-header-bg .accordion-header-primary,
.dz-stepper.stepper-fill .bootstrap-touchspin .input-group-btn .btn {
	background-color: var(--primary);
	color: #fff;
	border-color: var(--primary)
}

.accordion-header-bg .accordion-header-info {
	background-color: #a131ad;
	color: #fff;
	border-color: #a131ad
}

.accordion-header-bg .accordion-header-success {
	background-color: #1cbd5c;
	color: #fff;
	border-color: #1cbd5c
}

.accordion-header-bg.accordion-no-gutter .accordion-header {
	border-color: transparent;
	border-radius: 0
}

.accordion-header-bg.accordion-no-gutter .accordion-item:first-child .accordion-header,
.accordion.accordion-no-gutter .accordion-item:first-child .accordion-header {
	border-top-left-radius: var(--border-radius-base);
	border-top-right-radius: var(--border-radius-base)
}

.accordion-header-bg.accordion-no-gutter .accordion-item:last-child .accordion-header,
.accordion.accordion-no-gutter .accordion-item:last-child .accordion-header.collapsed,
.accordion.accordion-no-gutter .accordion-item:last-child .accordion__body {
	border-bottom-left-radius: var(--border-radius-base);
	border-bottom-right-radius: var(--border-radius-base)
}

.accordion-solid-bg .accordion-header {
	border-color: transparent;
	background-color: var(--rgba-primary-1)
}

.accordion-solid-bg .accordion__body {
	border-color: transparent;
	background-color: var(--rgba-primary-1);
	border-bottom-left-radius: var(--border-radius-base);
	border-bottom-right-radius: var(--border-radius-base)
}

.accordion-active-header .accordion-header:not(.collapsed),
.btn.tp-btn.btn-info:hover,
.light.btn-info:hover {
	background-color: #a131ad;
	border-color: #a131ad;
	color: #fff
}

.accordion-header-shadow .accordion-header {
	border: none;
	box-shadow: 0 0 .9375rem -.1875rem rgba(0, 0, 0, .3)
}

.accordion-gradient .accordion-header,
.accordion-gradient .accordion__body {
	background-image: linear-gradient(to right, rgba(186, 1, 181, .85) 0, rgba(103, 25, 255, .85) 100%);
	border-color: transparent;
	color: #fff
}

.accordion-rounded-stylish .accordion-header {
	border-top-left-radius: .375rem;
	border-top-right-radius: .375rem
}

.accordion-gradient .accordion-header.collapsed,
.accordion-rounded-stylish .accordion__body {
	border-bottom-left-radius: .375rem;
	border-bottom-right-radius: .375rem
}

.accordion-rounded .accordion-header {
	border-radius: .3125rem
}

.accordion-gradient .accordion-header {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.accordion.style-1 .accordion-item {
	box-shadow: 0 8px 24px rgba(149, 157, 165, .2);
	margin-bottom: 1rem;
	border-radius: var(--border-radius-base);
	overflow: hidden
}

.accordion.style-1 .accordion-item .accordion-header,
.accordion.style-2 .accordion-item .accordion-header,
.accordion.style-3 .accordion-item .accordion-header {
	border-radius: 0;
	border: 0;
	padding: 0;
	overflow: hidden
}

.accordion.style-1 .accordion-item .accordion-header .accordion-button {
	background-color: var(--bg-white);
	box-shadow: none;
	color: var(--dark);
	padding: 12px
}

.accordion.style-1 .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
	transform: translateY(-50%) rotate(-90deg)
}

.accordion.style-1 .accordion-item .accordion-header .media {
	margin-right: 10px;
	background-color: var(--rgba-primary-1);
	padding: 12px;
	border-radius: var(--border-radius-base)
}

.accordion.style-1 .accordion-item .accordion-header .dz-inner .title {
	margin-bottom: 0;
	font-size: 1rem
}

.accordion.style-1 .accordion-item .accordion-header .dz-inner .para-text {
	margin-bottom: 0;
	font-size: 12px;
	display: block
}

.accordion.style-1 .accordion-item .accordion-body,
.accordion.style-2 .accordion-item .accordion-body {
	padding: 15px;
	background-color: var(--bg-white)
}

.accordion.style-1 .accordion-item .accordion-body .dz-list ul li {
	list-style-type: circle;
	border: 0
}

.accordion.style-2 .accordion-item,
.accordion.style-3 .accordion-item,
.alert {
	border-radius: var(--border-radius-base)
}

.accordion.style-1 .accordion-item .accordion-body .dz-list ul li .item-content {
	padding: 4px 8px
}

.accordion.style-1 .accordion-item .accordion-body .dz-list ul li::marker {
	color: #000
}

.accordion.style-2 .accordion-item {
	box-shadow: 0 0 12px -4px #efd5d5;
	margin-bottom: 1rem;
	overflow: hidden
}

.accordion.style-2 .accordion-item .accordion-header .accordion-button {
	border-radius: 0;
	background-color: var(--bg-white);
	color: var(--dark);
	box-shadow: none;
	padding: 12px 14px;
	font-size: 14px;
	font-weight: 600
}

.accordion.style-3 .accordion-item {
	overflow: hidden;
	border-bottom: 1px solid var(--border-color);
	border-radius: 0;
	padding: 15px;
	margin: 0 -15px
}

.accordion.style-3 .accordion-item .accordion-header .accordion-button {
	border-radius: 0;
	background-color: var(--bg-white);
	color: var(--dark);
	box-shadow: none;
	padding: 0;
	font-size: 14px;
	font-weight: 600
}

.accordion.style-3 .accordion-item .accordion-header .accordion-button .icon-box.bg-primary {
	background-color: var(--rgba-primary-2) !important
}

.accordion.style-3 .accordion-item .accordion-header .accordion-button .icon-box.bg-danger {
	background-color: rgba(228, 43, 43, .2) !important
}

.accordion.style-3 .accordion-item .accordion-header .accordion-button .icon-box.bg-danger svg path {
	fill: #E42B2B
}

.accordion.style-3 .accordion-item .accordion-header .accordion-button.collapsed .icon-box {
	background-color: #ffa902
}

.accordion.style-3 .accordion-item .accordion-header .accordion-button.collapsed .icon-box.bg-danger {
	background-color: #e42b2b !important
}

.accordion.style-3 .accordion-item .accordion-body {
	padding: 15px 0;
	background-color: var(--bg-white)
}

.accordion-full .accordion-header {
	border-radius: 0;
	border-width: 1px 0 0;
	padding: .6rem 1.25rem
}

.accordion-full .accordion-item {
	margin-bottom: -1px
}

.alert {
	padding: .5rem 1.4rem .5rem .6rem;
	margin-bottom: .5rem;
	font-size: .75rem
}

.badge,
.badge.counter {
	font-weight: 600;
	font-size: 12px
}

.alert p {
	line-height: 1.5
}

.alert-rounded {
	border-radius: 1.875rem
}

.alert-primary {
	background: var(--rgba-primary-1);
	border-color: var(--rgba-primary-1);
	color: var(--primary)
}

.alert-secondary {
	background: #a2dfed;
	border-color: #a2dfed;
	color: #28b0ce
}

.alert-success {
	background: #85edae;
	border-color: #85edae;
	color: #1cbd5c
}

.alert-warning {
	background: #faddbc;
	border-color: #faddbc;
	color: #ef962e
}

.alert-danger {
	background: #e0c8bd;
	border-color: #e0c8bd;
	color: #ae7156
}

.alert-info {
	background: #e1aae7;
	border-color: #e1aae7;
	color: #a131ad
}

.alert-dark {
	--bs-alert-color: var(--bs-dark-text);
	--bs-alert-bg: var(--bs-dark-bg-subtle);
	--bs-alert-border-color: var(--bs-dark-border-subtle);
	--bs-alert-link-color: var(--bs-dark-text);
	background: #a4adc5;
	border-color: #a4adc5;
	color: #293041
}

.alert-light {
	background: #e6e6e6;
	border-color: #e6e6e6;
	color: #293041
}

.alert-alt.alert-primary {
	border-left: .25rem solid var(--primary)
}

.alert-alt.alert-secondary {
	border-left: .25rem solid #28b0ce
}

.alert-alt.alert-success {
	border-left: .25rem solid #1cbd5c
}

.alert-alt.alert-warning {
	border-left: .25rem solid #ef962e
}

.alert-alt.alert-danger {
	border-left: .25rem solid #ae7156
}

.alert-alt.alert-info {
	border-left: .25rem solid #a131ad
}

.alert-alt.alert-dark {
	border-left: .25rem solid #293041
}

.alert-alt.alert-light {
	border-left: .25rem solid silver
}

.alert-alt.alert-primary.solid {
	border-left: .25rem solid var(--primary-dark) !important
}

.alert-alt.alert-secondary.solid {
	border-left: .25rem solid #135563 !important
}

.alert-alt.alert-success.solid {
	border-left: .25rem solid #0c4e26 !important
}

.alert-alt.alert-warning.solid {
	border-left: .25rem solid #92540b !important
}

.alert-alt.alert-danger.solid {
	border-left: .25rem solid #5a392b !important
}

.alert-alt.alert-info.solid {
	border-left: .25rem solid #45154a !important
}

.alert-alt.alert-dark.solid {
	border-left: .25rem solid #000 !important
}

.alert-alt.alert-light.solid {
	border-left: .25rem solid #a6a6a6 !important
}

.alert-dismissible .btn-close {
	padding: 8px 6px;
	background: 0 0;
	opacity: 1;
	color: #fff
}

.alert-dismissible.solid .close:hover {
	color: #fff;
	opacity: 1
}

.alert-light.alert-dismissible .btn-close {
	color: #6e6e6e
}

.alert.alert-primary.solid {
	background: var(--primary);
	color: #fff;
	border-color: var(--primary)
}

.alert.alert-secondary.solid {
	background: #28b0ce;
	color: #fff;
	border-color: #28b0ce
}

.alert.alert-success.solid {
	background: #1cbd5c;
	color: #fff;
	border-color: #1cbd5c
}

.alert.alert-warning.solid {
	background: #ef962e;
	color: #fff;
	border-color: #ef962e
}

.alert.alert-danger.solid {
	background: #ae7156;
	color: #fff;
	border-color: #ae7156
}

.alert.alert-info.solid {
	background: #a131ad;
	color: #fff;
	border-color: #a131ad
}

.alert.alert-dark.solid {
	background: #293041;
	color: #fff;
	border-color: #293041
}

.alert.alert-light.solid {
	background: #e6e6e6;
	color: #293041;
	border-color: #e6e6e6
}

.alert-right-icon>span i {
	font-size: 1.125rem;
	margin-right: .3125rem
}

.alert.alert-outline-primary {
	background: 0 0;
	color: var(--primary);
	border-color: var(--primary)
}

.alert.alert-outline-secondary {
	background: 0 0;
	color: #6d898f;
	border-color: #28b0ce
}

.alert.alert-outline-success {
	background: 0 0;
	color: #1cbd5c;
	border-color: #1cbd5c
}

.alert.alert-outline-info {
	background: 0 0;
	color: #a131ad;
	border-color: #a131ad
}

.alert.alert-outline-warning {
	background: 0 0;
	color: #ef962e;
	border-color: #ef962e
}

.alert.alert-outline-danger {
	background: 0 0;
	color: #ae7156;
	border-color: #ae7156
}

.alert.alert-outline-dark {
	background: 0 0;
	color: #6d898f;
	border-color: #293041
}

.alert.alert-outline-light {
	background: 0 0;
	color: #293041;
	border-color: #e6e6e6
}

.alert-social .alert-social-icon,
.left-icon-big .alert-left-icon-big {
	align-self: center;
	margin-right: .9375rem
}

.alert-social .alert-social-icon i {
	font-size: 2.625rem
}

.alert-social.facebook {
	background-color: #3b5998
}

.alert-social.twitter {
	background-color: #1da1f2
}

.alert-social.linkedin {
	background-color: #007bb6
}

.alert-social.google-plus {
	background-color: #db4439
}

.alert-social .close:hover {
	opacity: 1 !important;
	color: #fff !important
}

.left-icon-big .alert-left-icon-big i {
	font-size: 2.1875rem;
	line-height: 1
}

.badge {
	line-height: 1;
	border-radius: var(--border-radius-base);
	padding: 4px 8px;
	border: 1px solid transparent
}

.badge.style-1,
.badge.style-2 {
	background: 0 0;
	box-shadow: none;
	position: relative;
	padding: 0 15px
}

.badge.style-1:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	left: 0;
	background-color: var(--secondary)
}

.badge.style-2:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	left: 0;
	background-color: #1cbd5c
}

.badge.notification {
	padding: 1.5rem
}

.badge.counter {
	position: absolute;
	z-index: 2;
	right: -8px;
	top: -6px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	padding: 3px 4px
}

.btn-icon-text,
.card,
.card-header {
	position: relative
}

.badge.badge-light,
.product-list-2 ul {
	margin: -10px 0
}

.btn-outline-light,
.btn.tp-btn-light.btn-dark,
.btn.tp-btn.btn-dark,
.btn.tp-btn.btn-light,
.divider.inner-divider.border-dark.transparent span,
a.badge.badge-light:hover,
a[class*=badge-outline-]:hover {
	color: #293041
}

.badge-rounded {
	border-radius: 1.25rem
}

.badge-circle {
	border-radius: 50%;
	padding: 0;
	min-width: 20px;
	justify-content: center;
	line-height: 20px
}

.badge-sm,
.btn,
.btn-group-lg>.btn,
.btn.btn-lg {
	border-radius: var(--border-radius-base)
}

.badge-outline-primary {
	border-color: var(--primary);
	color: var(--primary)
}

.badge-outline-secondary {
	border-color: #28b0ce;
	color: #28b0ce
}

.badge-outline-success,
.dz-stepper.success .bootstrap-touchspin .form-control {
	border-color: #1cbd5c;
	color: #1cbd5c
}

.badge-outline-info,
.dz-stepper.info .bootstrap-touchspin .form-control {
	border-color: #a131ad;
	color: #a131ad
}

.badge-outline-warning,
.dz-stepper.warning .bootstrap-touchspin .form-control {
	border-color: #ef962e;
	color: #ef962e
}

.badge-outline-danger,
.dz-stepper.danger .bootstrap-touchspin .form-control {
	border-color: #ae7156;
	color: #ae7156
}

.badge-outline-light {
	border-color: #dcdcdc;
	color: #293041
}

.badge-outline-dark {
	border-color: #293041;
	color: #293041
}

.badge-sm {
	font-size: 10px;
	padding: 4px 8px
}

.badge-lg {
	padding: 8px 14px;
	font-weight: 400;
	font-size: 14px
}

.badge-default,
.btn.tp-btn.btn-default,
.light.badge-default,
.light.btn-default {
	background: #adb6c7
}

.badge-secondary {
	background-color: #28b0ce
}

.badge-danger,
.divider.inner-divider.border-danger i,
.divider.inner-divider.border-danger span {
	background-color: #ae7156
}

.badge-dark,
.divider.inner-divider.border-dark i,
.divider.inner-divider.border-dark span {
	background-color: #293041
}

.badge-light {
	background-color: #dcdcdc;
	color: #293041
}

.light.badge-primary {
	background-color: #04cd5f;
	color: #027335
}

.light.badge-success {
	background-color: #85edae;
	color: #1cbd5c
}

.light.badge-info {
	background-color: #cc6ed6;
	color: #a131ad
}

.light.badge-secondary,
.light.btn-secondary {
	background-color: #a2dfed;
	color: #28b0ce
}

.light.badge-warning,
.light.btn-warning {
	background-color: #faddbc;
	color: #ef962e
}

.light.badge-danger,
.light.btn-danger {
	background-color: #e0c8bd;
	color: #ae7156
}

.light.badge-dark {
	background-color: #a4adc5;
	color: #293041
}

.light.badge-light {
	background-color: #e9e9e9;
	color: #293041
}

.badge-demo .badge {
	margin-right: .3125rem;
	margin-bottom: .3125rem
}

.bootstrap-badge-buttons button {
	margin-right: .2rem;
	margin-bottom: 1rem
}

.shadow-primary {
	box-shadow: 0 8px 14px -4px var(--rgba-primary-5)
}

.shadow-info {
	box-shadow: 0 8px 14px -4px rgba(161, 49, 173, .5)
}

.shadow-secondary {
	box-shadow: 0 8px 14px -4px rgba(40, 176, 206, .5)
}

.shadow-dark {
	box-shadow: 0 8px 14px -4px rgba(41, 48, 65, .5)
}

.btn {
	font-size: .875rem;
	font-weight: 600;
	padding: 15px 25px;
	line-height: 1;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	border-width: 1px;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	transition: .5s
}

.card,
.card.style-2 {
	transition: .5s ease-in-out
}

.btn.btn-danger,
.btn.btn-info,
.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-success,
.btn.btn-warning {
	color: var(--theme-text-color)
}

.btn-group-lg>.btn,
.btn.btn-lg {
	padding: 18px 15px;
	font-size: 18px;
	line-height: 1.1
}

.btn-group-sm>.btn,
.btn.btn-sm {
	padding: 10px;
	line-height: 1;
	font-size: 12px;
	border-radius: var(--border-radius-sm)
}

.btn:active,
.btn:focus,
.btn:hover {
	outline: 0 !important;
	box-shadow: none
}

.btn.btn-transparent {
	background-color: #e8eff3;
	color: #7d8fab
}

.btn-link {
	--bs-btn-color: var(--bs-link-color);
	--bs-btn-bg: transparent;
	--bs-btn-border-color: transparent;
	--bs-btn-hover-color: var(--bs-link-hover-color);
	--bs-btn-hover-border-color: transparent;
	--bs-btn-active-color: var(--bs-link-hover-color);
	--bs-btn-active-border-color: transparent;
	--bs-btn-disabled-color: #6c757d;
	--bs-btn-disabled-border-color: transparent;
	--bs-btn-box-shadow: none;
	--bs-btn-focus-shadow-rgb: 40, 136, 83;
	font-size: 1rem;
	font-weight: 600;
	color: var(--primary);
	text-decoration: none
}

button:focus {
	outline: 0;
	box-shadow: none
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	border-color: var(--primary);
	background-color: var(--primary-hover);
	box-shadow: none
}

.btn-outline-primary {
	color: var(--primary);
	border-color: var(--primary)
}

.btn-outline-primary:hover {
	border-color: var(--primary-hover);
	background-color: var(--primary-hover)
}

.sharp {
	min-width: 2.5rem;
	padding: .4375rem;
	height: 2.5rem;
	min-height: 2.5rem
}

.sharp.btn-xs {
	padding: .1875rem;
	width: 1.625rem;
	height: 1.625rem;
	min-width: 1.625rem;
	min-height: 1.625rem
}

.btn-block {
	display: block;
	width: 100%
}

.light {
	border-color: transparent
}

.btn.tp-btn-light.btn-success:hover,
.light.btn-success {
	background-color: #85edae;
	border-color: #85edae;
	color: #1cbd5c
}

.btn.tp-btn-light.btn-success g [fill],
.btn.tp-btn-light.btn-success:hover g [fill],
.btn.tp-btn.btn-success g [fill],
.light.btn-success g [fill],
.product-list-2 ul li .veg-logo svg path {
	fill: #1CBD5C
}

.btn.tp-btn.btn-success:hover,
.light.btn-success:hover {
	background-color: #1cbd5c;
	border-color: #1cbd5c;
	color: #fff
}

.btn.tp-btn-light.btn-info:hover,
.light.btn-info {
	background-color: #cc6ed6;
	border-color: #cc6ed6;
	color: #a131ad
}

.btn.tp-btn-light.btn-info g [fill],
.btn.tp-btn-light.btn-info:hover g [fill],
.btn.tp-btn.btn-info g [fill],
.light.btn-info g [fill] {
	fill: #A131AD
}

.light.btn-primary {
	background-color: var(--rgba-primary-1);
	color: var(--primary)
}

.light.btn-primary:hover {
	background-color: var(--primary);
	color: #fff !important
}

.btn.tp-btn-light.btn-secondary g [fill],
.btn.tp-btn-light.btn-secondary:hover g [fill],
.btn.tp-btn.btn-secondary g [fill],
.light.btn-secondary g [fill] {
	fill: #28B0CE
}

.btn.tp-btn-light.btn-warning g [fill],
.btn.tp-btn-light.btn-warning:hover g [fill],
.btn.tp-btn.btn-warning g [fill],
.light.btn-warning g [fill] {
	fill: #EF962E
}

.light.btn-warning:hover,
.toast.style-1.toast-warning {
	background-color: #ef962e;
	color: #fff
}

.btn.tp-btn-light.btn-danger g [fill],
.btn.tp-btn.btn-danger g [fill],
.light.btn-danger g [fill] {
	fill: #AE7156
}

.light.btn-danger:hover,
.toast.style-1.toast-danger {
	background-color: #ae7156;
	color: #fff
}

.btn.tp-btn-light.btn-dark:hover,
.light.btn-dark {
	background-color: #a4adc5;
	border-color: #a4adc5;
	color: #293041
}

.btn.tp-btn-light.btn-dark g [fill],
.btn.tp-btn.btn-dark g [fill],
.btn.tp-btn.btn-light g [fill],
.light.btn-dark g [fill] {
	fill: #293041
}

[data-theme-version=dark] .light.btn-dark {
	background-color: rgba(41, 48, 65, .35);
	color: #fff
}

.light.btn-dark:hover,
.toast.style-1.toast-dark {
	background-color: #293041;
	color: #fff
}

.btn.tp-btn,
.btn.tp-btn-light {
	background-color: transparent;
	border-color: transparent
}

.btn.tp-btn-light.btn-success,
.btn.tp-btn.btn-success,
.divider.inner-divider.border-success.transparent span {
	color: #1cbd5c
}

.btn.tp-btn-light.btn-info,
.btn.tp-btn.btn-info,
.divider.inner-divider.border-info.transparent span {
	color: #a131ad
}

.btn.tp-btn.btn-primary:hover {
	background-color: var(--primary);
	border-color: var(--primary);
	color: #fff
}

.btn.tp-btn-light.btn-secondary,
.btn.tp-btn.btn-secondary {
	color: #28b0ce
}

.btn.tp-btn.btn-secondary:hover {
	background-color: #28b0ce;
	border-color: #28b0ce;
	color: #fff
}

.btn.tp-btn-light.btn-warning,
.btn.tp-btn.btn-warning,
.divider.inner-divider.border-warning.transparent span {
	color: #ef962e
}

.btn.tp-btn.btn-warning:hover {
	background-color: #ef962e;
	border-color: #ef962e;
	color: #fff
}

.btn.tp-btn-light.btn-danger,
.btn.tp-btn.btn-danger,
.divider.inner-divider.border-danger.transparent span {
	color: #ae7156
}

.btn.tp-btn.btn-danger:hover {
	background-color: #ae7156;
	border-color: #ae7156;
	color: #fff
}

.btn.tp-btn.btn-light:hover {
	background-color: #e6e6e6;
	border-color: #e6e6e6;
	color: #293041
}

.btn.tp-btn.btn-dark:hover {
	background-color: #293041;
	border-color: #293041;
	color: #fff
}

.btn.tp-btn-light.btn-primary:hover {
	background-color: var(--rgba-primary-1);
	border-color: var(--rgba-primary-1);
	color: var(--primary)
}

.btn.tp-btn-light.btn-secondary:hover {
	background-color: #a2dfed;
	border-color: #a2dfed;
	color: #28b0ce
}

.btn.tp-btn-light.btn-warning:hover {
	background-color: #faddbc;
	border-color: #faddbc;
	color: #ef962e
}

.btn.tp-btn-light.btn-danger:hover {
	background-color: #e0c8bd;
	border-color: #e0c8bd;
	color: #ae7156
}

.shadow.btn-primary {
	-webkit-box-shadow: 0 .3125rem .9375rem 0 var(--rgba-primary-2) !important;
	box-shadow: 0 .3125rem .9375rem 0 var(--rgba-primary-2) !important
}

.shadow.btn-secondary {
	-webkit-box-shadow: 0 .3125rem .9375rem 0 rgba(40, 176, 206, .2) !important;
	box-shadow: 0 .3125rem .9375rem 0 rgba(40, 176, 206, .2) !important
}

.shadow.btn-warning {
	-webkit-box-shadow: 0 .3125rem .9375rem 0 rgba(239, 150, 46, .2) !important;
	box-shadow: 0 .3125rem .9375rem 0 rgba(239, 150, 46, .2) !important
}

.shadow.btn-danger {
	-webkit-box-shadow: 0 .3125rem .9375rem 0 rgba(174, 113, 86, .2) !important;
	box-shadow: 0 .3125rem .9375rem 0 rgba(174, 113, 86, .2) !important
}

.shadow.btn-info {
	-webkit-box-shadow: 0 .3125rem .9375rem 0 rgba(161, 49, 173, .2) !important;
	box-shadow: 0 .3125rem .9375rem 0 rgba(161, 49, 173, .2) !important
}

.shadow.btn-success {
	-webkit-box-shadow: 0 .3125rem .9375rem 0 rgba(28, 189, 92, .2) !important;
	box-shadow: 0 .3125rem .9375rem 0 rgba(28, 189, 92, .2) !important
}

.card,
.dz-list-group ul li a,
.dz-list.style-4 ul li {
	box-shadow: 0 8px 24px rgba(149, 157, 165, .2)
}

.btn-light {
	background: #e6e6e6;
	border-color: #e6e6e6;
	color: #646464
}

.btn-light:active,
.btn-light:focus,
.btn-light:hover {
	background: #fff;
	color: #293041;
	border-color: #fff
}

.btn-dark {
	background: #293041;
	border-color: #293041;
	color: #fff
}

.btn-dark:active,
.btn-dark:hover {
	background: #3d4760;
	color: #fff;
	border-color: #151922
}

.btn-dark:focus {
	background: #000
}

.btn-group.btn-rounded .btn:first-child {
	border-top-left-radius: 1.875rem;
	border-bottom-left-radius: 1.875rem
}

.btn-group.btn-rounded .btn:last-child {
	border-top-right-radius: 1.875rem;
	border-bottom-right-radius: 1.875rem
}

.btn-icon-text i.rounded-xl,
.btn-rounded {
	border-radius: 2.75rem
}

.btn-facebook {
	background: #3b5998;
	border-color: #3b5998;
	color: #fff
}

.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover {
	background: #2d4373;
	color: #fff;
	border-color: #2d4373
}

.btn-twitter {
	background: #1da1f2;
	border-color: #1da1f2;
	color: #fff
}

.btn-twitter:active,
.btn-twitter:focus,
.btn-twitter:hover {
	background: #0c85d0;
	color: #fff;
	border-color: #0c85d0
}

.btn-pinterest {
	background: #bd081c;
	border-color: #bd081c;
	color: #fff
}

.btn-pinterest:active,
.btn-pinterest:focus,
.btn-pinterest:hover {
	background: #8c0615;
	color: #fff;
	border-color: #8c0615
}

.btn-linkedin {
	background: #007bb6;
	border-color: #007bb6;
	color: #fff
}

.btn-linkedin:active,
.btn-linkedin:focus,
.btn-linkedin:hover {
	background: #005983;
	color: #fff;
	border-color: #005983
}

.btn-google {
	background: #4285f4;
	border-color: #4285f4;
	color: #fff
}

.btn-google:active,
.btn-google:focus,
.btn-google:hover {
	background: #1266f1;
	color: #fff;
	border-color: #1266f1
}

.btn-snapchat {
	background: #fffc00;
	border-color: #fffc00;
	color: #000
}

.btn-snapchat:active,
.btn-snapchat:focus,
.btn-snapchat:hover {
	background: #ccca00;
	color: #000;
	border-color: #ccca00
}

.btn-whatsapp {
	background: #25d366;
	border-color: #25d366;
	color: #fff
}

.btn-whatsapp:active,
.btn-whatsapp:focus,
.btn-whatsapp:hover {
	background: #1da851;
	color: #fff;
	border-color: #1da851
}

.btn-phone {
	background: #ff4500;
	border-color: #ff4500;
	color: #fff
}

.btn-phone:active,
.btn-phone:focus,
.btn-phone:hover {
	background: #cc3700;
	color: #fff;
	border-color: #cc3700
}

.btn-skype {
	background: #00aff0;
	border-color: #00aff0;
	color: #fff
}

.btn-skype:active,
.btn-skype:focus,
.btn-skype:hover {
	background: #008abd;
	color: #fff;
	border-color: #008abd
}

.btn-email {
	background: #1ab7ea;
	border-color: #1ab7ea;
	color: #fff
}

.btn-email:active,
.btn-email:focus,
.btn-email:hover {
	background: #1295bf;
	color: #fff;
	border-color: #1295bf
}

.btn-icon-text {
	overflow: hidden;
	border: 0;
	font-size: 12px;
	justify-content: left;
	padding-left: 50px
}

.btn-icon-text i {
	background-color: rgba(0, 0, 0, .1);
	width: 42px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px
}

.btn-icon {
	width: 40px;
	min-width: 40px;
	height: 40px;
	padding: 0;
	font-size: 14px
}

.btn-group-lg>.btn-icon.btn,
.btn-icon.btn-lg {
	width: 50px;
	height: 50px;
	font-size: 16px
}

.btn-group-sm>.btn-icon.btn,
.btn-icon.btn-sm {
	width: 35px;
	height: 35px;
	font-size: 12px
}

.filtaring-area .btn {
	padding: 17px;
	color: var(--primary);
	border: 2px solid var(--border-color)
}

.filtaring-area .btn-check:active+.btn-outline-primary,
.filtaring-area .btn-check:checked+.btn-outline-primary,
.filtaring-area .btn-outline-primary.active,
.filtaring-area .btn-outline-primary.dropdown-toggle.show,
.filtaring-area .btn-outline-primary:active,
.filtaring-area.style-3 .btn-check:active+.btn-outline-primary,
.filtaring-area.style-3 .btn-check:checked+.btn-outline-primary,
.filtaring-area.style-3 .btn-outline-primary.active,
.filtaring-area.style-3 .btn-outline-primary.dropdown-toggle.show,
.filtaring-area.style-3 .btn-outline-primary:active {
	background-color: var(--primary) !important;
	border-color: var(--primary) !important
}

.filtaring-area .btn-group>.btn-group:not(:first-child),
.filtaring-area .btn-group>.btn:not(:first-child) {
	border-radius: var(--border-radius-base);
	margin-left: 12px
}

.filtaring-area.style-3 .btn {
	padding: 8px 12px;
	font-size: 14px;
	border: 0;
	border-radius: var(--border-radius-sm) !important;
	background-color: var(--rgba-primary-1);
	margin: 0 8px
}

.filtaring-area.style-3 .btn-group>.btn-group:not(:first-child),
.filtaring-area.style-3 .btn-group>.btn:not(:first-child) {
	border-radius: var(--border-radius-base);
	margin-left: 0
}

.card {
	margin-bottom: 1.25rem;
	background-color: var(--bg-white);
	border: 0 solid transparent;
	border-radius: var(--border-radius-base);
	height: calc(100% - 1.25rem)
}

.card.style-2 {
	border: 1px solid var(--border-color);
	box-shadow: none
}

.card-body {
	padding: 1rem
}

.card-footer,
.card-header {
	padding: 1rem 1.25rem;
	background: 0 0
}

.card-title {
	text-transform: capitalize
}

.card-title--medium,
.dz-list.style-7 ul .item-content .item-inner .item-title-row .item-title a {
	font-size: 1rem
}

.card-title--small,
.dz-list.style-3 ul .item-content .item-inner .item-title-row .item-subtitle,
.dz-list.style-7 ul .item-content .item-inner .item-title-row .item-subtitle,
.item-list .item-content .item-inner .item-title-row .item-subtitle,
.item-list.style-2 .item-content .item-inner .item-title-row .item-subtitle,
.item-list.style-6 .item-content .item-inner .item-title-row .item-subtitle {
	font-size: .875rem
}

.card-header {
	border-color: var(--border-color);
	display: flex;
	justify-content: space-between;
	align-items: center
}

.card-header .card-title,
.dz-list.style-3 ul .item-content .item-inner .item-footer .h6,
.dz-list.style-3 ul .item-content .item-inner .item-footer h6,
.dz-timeline.timeline-number .timeline-item .line-content-box p,
.get-started .swiper-wrapper,
.item-list .item-content .item-inner .item-footer .h6,
.item-list .item-content .item-inner .item-footer h6,
.item-list-2 .input-group,
.item-list-2 .price .h3,
.item-list-2 .price h3,
.item-list.style-2 .item-content .item-inner .item-footer .h6,
.item-list.style-2 .item-content .item-inner .item-footer h6,
.item-list.style-3 .item-content .item-inner .item-footer .h6,
.item-list.style-3 .item-content .item-inner .item-footer h6,
.item-list.style-4 .item-content .item-inner .item-footer .h6,
.item-list.style-4 .item-content .item-inner .item-footer h6,
.item-list.style-5 .item-content .item-inner .item-footer .h6,
.item-list.style-5 .item-content .item-inner .item-footer h6,
.item-list.style-6 .item-content .item-inner .item-footer .h6,
.item-list.style-6 .item-content .item-inner .item-footer h6,
.item-list.style-6 .item-content .item-inner .item-title-row,
.message-list li .media-content .name,
.package-list ul li:last-child,
.product-list-2 ul li .product-content .name,
.welcome-box:last-child {
	margin-bottom: 0
}

.card-header .subtitle {
	padding-top: 5px;
	font-size: 14px;
	line-height: 1.5
}

.card-footer {
	border-color: #e8eff3
}

.card.card-full {
	border-radius: 0;
	margin-left: -15px;
	margin-right: -15px
}

.card[class*=bg-] .card-header {
	border-bottom: 1px solid rgba(255, 255, 255, .3) !important
}

.card[class*=bg-] .card-footer {
	border-top: 1px solid rgba(255, 255, 255, .3) !important
}

.transparent-card.card {
	background: 0 0;
	border: 1px solid transparent;
	box-shadow: none
}

.dz-media-card .card-media:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1
}

.dz-media-card .card-media .title {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 2
}

.dropdown .dropdown-menu {
	min-width: 10rem;
	padding: .5rem 0;
	font-size: .875rem;
	color: #313131;
	text-align: left;
	background-color: var(--bg-white);
	border-radius: .25rem;
	border: 0;
	box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .04)
}

.dropdown-outline {
	border: .1rem solid var(--primary)
}

.dropdown-menu {
	font-size: inherit;
	border: 0;
	z-index: 2;
	overflow: hidden;
	background-color: var(--bg-white);
	border-radius: var(--border-radius-base) -sm;
	box-shadow: 0 0 3.125rem 0 rgba(82, 63, 105, .15);
	margin-top: 0
}

.dropdown-menu .dropdown-item {
	font-size: 1rem;
	color: #6d898f;
	padding: .5rem 1.75rem;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	transition: .5s
}

@media only screen and (max-width:87.5rem) {
	.dropdown-menu .dropdown-item {
		padding: .375rem 1rem;
		font-size: .875rem
	}
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
	color: #514e5f
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
	color: var(--primary);
	background: var(--rgba-primary-1)
}

.dropdown-toggle-split {
	padding: 0 .625rem;
	opacity: .85
}

.custom-dropdown {
	display: inline-block;
	margin-bottom: 1rem
}

.custom-dropdown .dropdown-menu {
	border: 0;
	min-width: 10rem
}

.card-action .custom-dropdown {
	margin: 0;
	background: var(--rgba-primary-1)
}

.card-action .custom-dropdown.show,
.card-action .custom-dropdown:focus,
.card-action .custom-dropdown:hover,
.swiper-btn-wrapper .swiper-button-next:hover,
.swiper-btn-wrapper .swiper-button-prev:hover {
	background: var(--primary);
	color: #fff
}

.card-action .custom-dropdown i {
	display: inline-block;
	padding-top: .5625rem
}

.dropdown .dropdown-dots {
	position: relative;
	height: .3125rem;
	width: .3125rem;
	background: rgba(41, 48, 65, .4);
	border-radius: .3125rem;
	display: block
}

.dropdown .dropdown-dots:after,
.dropdown .dropdown-dots:before {
	content: "";
	height: .3125rem;
	width: .3125rem;
	background: rgba(41, 48, 65, .4);
	position: absolute;
	border-radius: .3125rem
}

.dropdown .dropdown-dots:after {
	right: -.5rem
}

.dropdown .dropdown-dots:before {
	left: -.5rem
}

.dropdown .dropdown-dots.text-white,
.dropdown .dropdown-dots.text-white:after,
.dropdown .dropdown-dots.text-white:before {
	background: rgba(255, 255, 255, .7)
}

.dz-list>ul>li,
.item-list.style-2 ul li,
.item-list.style-2 ul li:last-child {
	border-bottom: 1px solid var(--border-color)
}

.dz-list>ul>li .dz-media {
	min-width: 15px
}

.dz-list>ul>li .dz-icon svg {
	width: 20px;
	height: 20px;
	transform: scale(1.2)
}

.dz-list>ul>li .dz-icon.icon-sm svg {
	width: 16px;
	height: 16px;
	transform: scale(1.2)
}

.dz-list>ul>li .item-content {
	padding: 15px 0;
	display: flex;
	align-items: center;
	position: relative
}

.dz-list>ul>li .item-content .dz-title {
	color: var(--title);
	font-size: .875rem;
	font-weight: 600
}

.dz-list>ul>li a {
	font-size: .875rem;
	font-weight: 600;
	color: var(--title)
}

.dz-list.list-space>ul>li a.item-link:after {
	right: 20px
}

.dz-list.style-1 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px
}

.dz-list.style-1 ul li,
.dz-list.style-2 ul li {
	width: 50%;
	padding-bottom: 18px;
	padding-right: 10px;
	padding-left: 10px;
	border: 0
}

.dz-list.style-2 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%
}

.dz-list.style-3 ul li,
.item-list ul li {
	border-bottom: 1px solid var(--border-color);
	padding: 0 15px;
	margin: 18px -15px
}

.dz-list.style-3 ul .item-content {
	display: flex;
	justify-content: unset;
	align-items: center;
	padding: 0
}

.dz-list.style-3 ul .item-content .item-inner .item-footer {
	display: flex;
	align-items: flex-end;
	margin-bottom: 15px;
	justify-content: space-between
}

.dz-list.style-3 ul .item-content .item-inner .item-footer .fa-star,
.item-list .item-content .item-inner .item-footer .fa-star,
.item-list.style-2 .item-content .item-inner .item-footer .fa-star,
.item-list.style-3 .item-content .item-inner .item-footer .fa-star,
.item-list.style-4 .item-content .item-inner .item-footer .fa-star,
.item-list.style-5 .item-content .item-inner .item-footer .fa-star,
.item-list.style-6 .item-content .item-inner .item-footer .fa-star {
	color: #ffa902;
	margin-right: 10px
}

.dz-list.style-3 ul .item-content .item-media,
.item-list.style-2 .item-content .item-media {
	margin-right: 20px;
	margin-left: 0;
	margin-bottom: 10px;
	position: relative
}

.dz-list.style-4 ul li {
	border-bottom: 0;
	padding: 16px;
	background-color: var(--card-bg);
	margin-bottom: 12px;
	border-radius: var(--border-radius-base)
}

.dz-list.style-4 ul li .item-content .title,
.dz-list.style-9 ul li .item-content .title {
	display: block;
	margin-bottom: 0;
	font-size: 1rem
}

.dz-list-group ul li .para-text,
.dz-list.style-4 ul li .item-content .para-text,
.dz-list.style-9 ul li .item-content .para-text {
	margin-bottom: 0;
	font-size: 12px
}

.dz-list.style-5 ul li {
	display: flex;
	border-bottom: 0;
	align-items: center
}

.dz-list.style-7 ul li,
.dz-list.style-8 ul li {
	border-bottom: 1px solid var(--border-color);
	padding: 0 15px
}

.dz-list.style-7 ul li {
	margin: 15px -15px
}

.dz-list.style-7 ul .item-content {
	display: flex;
	justify-content: unset;
	align-items: center;
	padding: 0;
	margin-bottom: 15px
}

.dz-list.style-7 ul .item-content .item-inner {
	width: 100%;
	display: flex;
	align-items: center
}

.driver-profile .profile-detail,
.dz-list.style-7 ul .item-content .item-inner .item-title-row,
.flex-1,
.item-list .item-content .item-inner,
.main-content .mid-content,
.vendor-profile .profile-detail {
	flex: 1
}

.dz-list.style-7 ul .item-content .item-inner .add-btn {
	text-align: center;
	background-color: var(--primary);
	color: #fff;
	padding: 3px 18px;
	border-radius: 5px
}

.dz-list.style-7 ul .item-content .item-media {
	margin-right: 12px;
	margin-left: 0;
	margin-bottom: 0
}

.dz-list.style-8 ul li {
	margin: 0 -15px
}

.dz-list-group ul li a,
.dz-list.style-9 ul li {
	border-bottom: 0;
	background-color: var(--card-bg);
	margin-bottom: 12px
}

.dz-list.style-8 ul .item-content .dz-icon {
	margin-right: 15px;
	width: auto;
	height: auto
}

.dz-list.style-8 ul .item-content .dz-inner .title {
	font-weight: 500;
	margin-bottom: 0;
	color: var(--title)
}

.dz-list.style-8 ul .item-content .dz-inner span {
	font-size: 14px;
	font-weight: 500;
	color: #b0b0b0
}

.dz-list.style-9 ul .dz-icon {
	width: 40px;
	height: 40px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .16)
}

.dz-list.style-9 ul li {
	padding: 10px;
	border: 1px solid var(--border-color);
	border-radius: var(--border-radius-base)
}

.author-notification .inner-wrapper,
.item-list .item-content {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.item-list .item-content .item-inner .item-footer,
.item-list.style-2 .item-content .item-inner .item-footer,
.item-list.style-6 .item-content .item-inner .item-footer {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	justify-content: space-between
}

.item-list .item-content .item-media {
	margin-left: 20px;
	margin-bottom: 10px;
	position: relative
}

.item-list .item-content .item-bookmark {
	position: absolute;
	top: 0;
	right: 10px
}

.item-list.style-2 .item-content {
	justify-content: unset;
	align-items: start
}

.item-list.style-3 .item-content,
.item-list.style-5 .item-content {
	padding: 12px;
	background-color: var(--card-bg);
	box-shadow: 0 7px 29px 0 rgba(100, 100, 111, .2);
	border-radius: var(--border-radius-base)
}

.item-list.style-3 .item-content .item-inner .item-title-row .item-subtitle,
.item-list.style-4 .item-content .item-inner .item-title-row .item-subtitle {
	display: flex;
	align-items: center;
	font-size: 12px
}

.item-list.style-3 .item-content .item-inner .item-footer,
.item-list.style-4 .item-content .item-inner .item-footer,
.item-list.style-5 .item-content .item-inner .item-footer {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	justify-content: space-between
}

.item-list.style-3 .item-content .item-media {
	margin-right: 0;
	margin-left: 20px;
	margin-bottom: 0;
	position: relative
}

.item-list.style-4 .item-content {
	padding: 12px;
	background-color: var(--bg-white);
	box-shadow: 0 7px 29px 0 rgba(100, 100, 111, .2);
	border-radius: var(--border-radius-base)
}

.item-list.style-4 .item-content .item-media,
.item-list.style-5 .item-content .item-media {
	margin-left: 0;
	margin-right: 20px;
	margin-bottom: 0;
	position: relative
}

.item-list.style-5 .item-content .item-inner .item-title-row {
	margin-bottom: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}

.item-list.style-5 .item-content .item-inner .item-title-row .item-subtitle {
	display: flex;
	align-items: center;
	font-size: 16px
}

.item-list.style-5 .item-content .item-inner .item-title-row .reviews-info i {
	color: #f9c150
}

.item-list.style-6 .item-content {
	justify-content: unset;
	align-items: center
}

.item-list.style-6 .item-content .item-inner .item-title-row .info {
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 500
}

.item-list.style-6 .item-content .item-media {
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 0;
	position: relative
}

.item-list.style-6 .item-content .item-media img,
.order-box,
.order-box .order-content .media img {
	border-radius: var(--border-radius-sm)
}

.item-list.style-6 .item-content .deliver-icon svg {
	width: 20px;
	height: 20px;
	fill: var(--primary)
}

.dz-list-group ul li a {
	display: flex;
	align-items: center;
	padding: 15px;
	position: relative;
	border-radius: var(--border-radius-base)
}

.dz-list-group ul li .dz-icon {
	width: 45px;
	display: inline-block;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 8px
}

.dz-list-group ul li .title {
	display: block;
	font-family: var(--font-family-title);
	font-weight: 600;
	color: var(--title);
	font-size: 1rem;
	margin-bottom: -5px
}

.media-0 {
	width: 0;
	min-width: 0;
	height: 0
}

.media-5 {
	width: 5px;
	min-width: 5px;
	height: 5px
}

.media-10 {
	width: 10px;
	min-width: 10px;
	height: 10px
}

.media-15 {
	width: 15px;
	min-width: 15px;
	height: 15px
}

.media-20 {
	width: 20px;
	min-width: 20px;
	height: 20px
}

.media-25 {
	width: 25px;
	min-width: 25px;
	height: 25px
}

.media-30 {
	width: 30px;
	min-width: 30px;
	height: 30px
}

.media-35 {
	width: 35px;
	min-width: 35px;
	height: 35px
}

.media-40 {
	width: 40px;
	min-width: 40px;
	height: 40px
}

.media-50 {
	width: 50px;
	min-width: 50px;
	height: 50px
}

.media-55 {
	width: 55px;
	min-width: 55px;
	height: 55px
}

.media-60 {
	width: 60px;
	min-width: 60px;
	height: 60px
}

.media-65 {
	width: 65px;
	min-width: 65px;
	height: 65px
}

.media-70,
.welcome-box img {
	width: 70px;
	min-width: 70px;
	height: 70px
}

.media-75 {
	width: 75px;
	min-width: 75px;
	height: 75px
}

.media-80 {
	width: 80px;
	min-width: 80px;
	height: 80px
}

.media-85 {
	width: 85px;
	min-width: 85px;
	height: 85px
}

.media-90 {
	width: 90px;
	min-width: 90px;
	height: 90px
}

.media-95 {
	width: 95px;
	min-width: 95px;
	height: 95px
}

.media-100 {
	width: 100px;
	min-width: 100px;
	height: 100px
}

.media {
	display: flex;
	align-items: center;
	justify-content: center
}

.chip,
.chip i,
.progress-vertical {
	display: inline-block
}

.media img {
	width: 100%;
	min-width: 100%;
	height: 100%;
	object-fit: cover
}

.media-primary {
	background: var(--rgba-primary-1);
	color: var(--primary)
}

.media-info {
	background: #cc6ed6;
	color: #a131ad
}

.media-warning {
	background: #faddbc;
	color: #ef962e
}

.media-danger {
	background: #e0c8bd;
	color: #ae7156
}

.media-success {
	background: #85edae;
	color: #1cbd5c
}

.modal-header {
	padding: 1rem 1.875rem
}

.modal-header .btn-close {
	background: 0 0;
	padding: 0;
	margin: 0;
	font-size: 18px;
	opacity: .3;
	line-height: 1
}

.modal-header .close {
	padding: .875rem 1.815rem;
	margin: 0;
	position: absolute;
	right: 0;
	float: none;
	top: 0;
	font-size: 1.875rem;
	font-weight: 100
}

.modal-body {
	padding: 1.875rem
}

.modal-footer {
	padding: 10px;
	border-top: var(--bg-white)
}

@media only screen and (max-width:35.9375rem) {

	.modal-body,
	.modal-footer,
	.modal-header {
		padding: 1rem
	}
}

.modal-content {
	border-radius: 3rem;
	border: 1px solid var(--border-color);
	background: var(--bg-white)
}

.dz-modal-btn {
	width: 90px;
	min-width: 90px;
	height: 35px;
	line-height: 30px;
	text-align: center;
	font-size: .75rem;
	font-weight: 600;
	color: #6d898f;
	background: var(--bg-white);
	border-radius: var(--border-radius-base);
	border: 2px dashed var(--border-color)
}

.table>:not(:first-child) {
	border-top: 0 solid currentColor
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
	--bs-table-accent-bg: var(--rgba-primary-1)
}

.form-switch .form-check-input {
	width: 2.25rem;
	height: 1.125rem;
	margin-right: 14px
}

.form-switch .form-check-input.form-check-warning:checked,
.progress-bar.warning {
	background-color: #ef962e;
	border-color: #ef962e
}

.form-switch .form-check-input.form-check-success:checked,
.progress-bar.success {
	background-color: #1cbd5c;
	border-color: #1cbd5c
}

.form-switch .form-check-input.form-check-danger:checked,
.progress-bar.danger {
	background-color: #ae7156;
	border-color: #ae7156
}

.form-switch .form-check-input.form-check-info:checked,
.progress-bar.info {
	background-color: #a131ad;
	border-color: #a131ad
}

.divider.inner-divider.border-secondary i,
.divider.inner-divider.border-secondary span,
.popover,
.popover .popover-header {
	background-color: var(--secondary)
}

.form-switch .form-check-input.form-check-dark:checked {
	background-color: #293041;
	border-color: #293041
}

.custom-switch {
	position: relative;
	line-height: 1
}

.custom-switch label:before {
	content: "";
	display: block !important;
	background-color: #e8e9ea;
	pointer-events: all;
	width: 55px !important;
	height: 27px !important;
	border: 1px solid rgba(152, 152, 152, .4);
	border-radius: 50px !important;
	box-shadow: inset 0 0 6px 0 #a6aeb5;
	transition: 250ms
}

.custom-switch label:after {
	content: "";
	display: block !important;
	z-index: 6;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 25px !important;
	height: 25px !important;
	transition: 250ms;
	border-radius: 50px !important;
	background-color: #fff;
	border: 1px solid rgba(152, 152, 152, .4)
}

.custom-switch .switch-input:checked~.custom-switch-label:after {
	-webkit-transform: translateX(28px) !important
}

.custom-switch .switch-input:checked~.custom-switch-label:before,
.dz-timeline .timeline-item.secondary:after,
.dz-timeline .timeline-item.secondary:before {
	background-color: var(--secondary) !important
}

.mode .custom-switch {
	margin-left: auto
}

.mode span+span {
	color: #000
}

.popover .popover-header {
	border-color: #e8eff3;
	color: #fff
}

.popover.bs-popover-auto[data-popper-placement^=right] .popover-arrow:after,
.popover.bs-popover-end .popover-arrow:after {
	border-right-color: var(--secondary)
}

.popover.bs-popover-auto[data-popper-placement^=top] .popover-arrow:after,
.popover.bs-popover-top .popover-arrow:after {
	border-top-color: var(--secondary)
}

.progress-bar {
	background-color: var(--primary);
	border-width: .125rem;
	border-color: transparent;
	border-radius: 3rem
}

.progress-bar.pink {
	background-color: #ff0081;
	border-color: #ff0081
}

.progress {
	height: .875rem;
	background-color: #f0f0f1;
	overflow: hidden;
	border-radius: 3rem
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent)
}

.progress-vertical {
	margin-bottom: 0;
	margin-right: 2rem;
	min-height: 17rem;
	position: relative
}

.progress-vertical-bottom {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 2rem;
	min-height: 17rem;
	position: relative;
	transform: rotate(180deg)
}

.progress-animated {
	animation-duration: 5s;
	animation-name: myanimation;
	transition: 5s
}

@keyframes myanimation {
	0% {
		width: 0
	}
}

.dz-tab .nav.nav-tabs .nav-item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	justify-content: center;
	display: flex
}

.dz-tab .nav.nav-tabs .nav-item .nav-link {
	background-color: transparent;
	color: #000;
	border: 0;
	font-size: .875rem;
	font-weight: 500;
	padding: 5px 0;
	width: 100%;
	border-radius: var(--border-radius-base)
}

.dz-tab .tab-content {
	border-radius: var(--border-radius-base);
	padding: 15px
}

.dz-tab .tab-slide-effect {
	border: 1px solid var(--border-color);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .075) !important;
	border-radius: var(--border-radius-base);
	margin-bottom: 10px;
	padding: 5px
}

.dz-tab .tab-slide-effect .nav-tabs,
.dz-tab.style-1 .tab-slide-effect .nav-tabs,
.dz-tab.style-3 .tab-slide-effect .nav-tabs,
.dz-tab.style-4 .tab-slide-effect .nav-tabs {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
	box-shadow: none !important
}

.dz-tab .tab-slide-effect .tab-active-indicator {
	position: absolute;
	height: 100%;
	z-index: -1;
	background-color: var(--primary) !important;
	border-radius: var(--border-radius-base);
	-webkit-transition: .5s;
	-ms-transition: .5s;
	transition: .5s
}

.dz-tab.style-1,
.dz-tab.style-3 {
	margin: 0 -15px
}

.dz-tab.style-1 .nav.nav-tabs .nav-item .nav-link,
.dz-tab.style-3 .nav.nav-tabs .nav-item .nav-link {
	border: 0;
	font-size: .875rem;
	font-weight: 600;
	padding: 12px 0;
	width: 100%;
	border-radius: var(--border-radius-base)
}

.dz-tab.style-1 .tab-content {
	border-radius: var(--border-radius-base);
	padding: 16px
}

.dz-tab.style-1 .tab-slide-effect {
	border: 0;
	border-bottom: 1px solid var(--border-color);
	box-shadow: none !important;
	border-radius: 0 !important;
	margin-bottom: 10px;
	padding: 0
}

.dz-tab.style-1 .tab-slide-effect .tab-active-indicator,
.dz-tab.style-3 .tab-slide-effect .tab-active-indicator {
	position: absolute;
	height: 100%;
	z-index: -1;
	background-color: transparent !important
}

.dz-tab.style-1 .tab-slide-effect .tab-active-indicator:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--primary);
	width: 100%;
	height: 6px;
	border-radius: 12px 12px 0 0
}

.toast {
	background-color: var(--bg-white)
}

.dz-tab.style-2 .nav-item .nav-link.active svg path {
	stroke-opacity: 2
}

.dz-tab.style-3 .nav.nav-tabs .nav-item .nav-link svg path {
	fill: var(--secondary)
}

.dz-tab.style-3 .tab-content,
.dz-tab.style-4 .tab-content {
	border-radius: var(--border-radius-base);
	padding: 0 15px
}

.dz-tab.style-3 .tab-slide-effect {
	border: 0;
	border-bottom: 1px solid var(--border-color);
	box-shadow: none !important;
	border-radius: 0 !important;
	margin-bottom: 15px;
	padding: 0
}

.dz-tab.style-4 .nav.nav-tabs .nav-item .nav-link {
	color: var(--primary);
	font-weight: 600;
	padding: 5px
}

.dz-tab.style-4 .tab-slide-effect {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid var(--border-color);
	box-shadow: none !important;
	border-bottom: 1px solid var(--border-color);
	border-radius: 5px;
	background-color: var(--rgba-primary-1)
}

.dz-tab.style-4 .tab-slide-effect .tab-active-indicator {
	border-radius: 4px
}

.dz-tab.tab-color .tab-slide-effect {
	border-radius: 5rem;
	border: 0;
	background-color: rgba(255, 255, 255, .125)
}

.dz-tab.tab-color .tab-slide-effect .tab-active-indicator {
	background-color: rgba(255, 255, 255, .25) !important;
	border-radius: 20rem
}

.dz-tab.tab-color .nav-tabs .nav-link {
	background-color: transparent !important;
	color: rgba(255, 255, 255, .5) !important;
	width: 100%;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	transition: .5s
}

.default-tab .nav-tabs .nav-item .nav-link.active {
	background-color: var(--bg-white);
	border-color: var(--border-color) var(--border-color) var(--bg-white)
}

.default-tab.style-1 .nav-tabs {
	border: 0;
	margin-bottom: 24px;
	margin-left: -10px;
	margin-right: -10px
}

.chip,
.chip i,
.chip img {
	border-radius: 30px
}

.default-tab.style-1 .nav-tabs .nav-item {
	padding: 0 10px
}

.default-tab.style-1 .nav-tabs .nav-item .nav-link {
	border-width: 0;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 5px;
	color: var(--dark);
	position: relative
}

.default-tab.style-1 .nav-tabs .nav-item .nav-link:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 50px;
	background-color: #e8eff3;
	width: 100%;
	height: 4px
}

.chip {
	margin: 0 5px 10px 0;
	padding-right: 15px
}

.chip i {
	width: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 5px
}

.chip img {
	display: inline;
	margin-right: 9px;
	width: 31px;
	line-height: 31px
}

.radio .radio-label {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.radio .radio-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.radio .radio-label input:checked~.checkmark {
	background-color: var(--primary);
	border: 1px solid var(--primary)
}

.radio .radio-label .checkmark:after {
	top: 2px;
	left: 2px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 2px solid var(--bg-white);
	background: var(--primary)
}

.radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid var(--primary)
}

.radio .checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.radio.square-radio .radio-label .checkmark:after {
	border-radius: 0;
	width: 18px;
	height: 18px;
	top: 0;
	left: 0
}

.radio.circle-radio .radio-label .checkmark:after {
	border-radius: 50%;
	width: 18px;
	height: 18px;
	top: 0;
	left: 0
}

.radio.circle-radio.style-2 .radio-label {
	padding-left: 35px;
	color: #000
}

.dz-tree .jstree-themeicon {
	background-image: none;
	font-style: unset
}

.dz-tree .jstree-clicked,
.dz-tree .jstree-clicked:hover,
.dz-tree.style-1 .jstree-wholerow.jstree-wholerow-clicked {
	background: 0 0;
	box-shadow: none
}

.dz-tree .jstree-close>a .jstree-themeicon:after {
	content: "\f07b"
}

.dz-tree .jstree-open>a .jstree-themeicon:after {
	content: "\f07c"
}

.dz-stepper {
	width: 125px
}

.dz-stepper .small,
.dz-stepper small {
	text-align: center;
	display: block;
	color: var(--dark);
	font-weight: 500;
	margin-bottom: 5px
}

.dz-stepper .bootstrap-touchspin {
	display: flex;
	align-items: center;
	margin-bottom: 0
}

.dz-stepper .bootstrap-touchspin .input-group-btn {
	height: 100%
}

.dz-stepper .bootstrap-touchspin .input-group-btn .btn {
	border-radius: 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
	border: 1px solid var(--border-color);
	font-size: 1.5rem;
	color: var(--title);
	background-color: transparent
}

.dz-stepper .bootstrap-touchspin .input-group-btn .btn:active,
.dz-stepper .bootstrap-touchspin .input-group-btn .btn:focus,
.dz-stepper .bootstrap-touchspin .input-group-btn .btn:hover {
	background: #e8eff3;
	border-color: #e8eff3;
	color: var(--primary)
}

.dz-stepper .bootstrap-touchspin .form-control {
	padding: 0 10px;
	height: 100%;
	font-size: 1.125rem;
	font-weight: 500;
	color: var(--dark);
	background: 0 0;
	border: 0;
	z-index: 3;
	text-align: center
}

.dz-stepper.border-2 .bootstrap-touchspin .btn {
	border-width: 2px
}

.dz-stepper.small-stepper .bootstrap-touchspin .btn {
	width: 35px;
	height: 35px
}

.dz-stepper.large .bootstrap-touchspin {
	height: 45px
}

.dz-stepper.large .bootstrap-touchspin .btn {
	width: 45px;
	height: 45px
}

.dz-stepper.danger .bootstrap-touchspin {
	border-color: #ae7156
}

.dz-stepper.danger .bootstrap-touchspin .input-group-btn .btn {
	color: #fff;
	background-color: #ae7156
}

.dz-stepper.secondary .bootstrap-touchspin {
	border-color: var(--secondary)
}

.dz-stepper.secondary .bootstrap-touchspin .input-group-btn .btn {
	color: #fff;
	background-color: var(--secondary)
}

.dz-stepper.secondary .bootstrap-touchspin .form-control {
	border-color: var(--secondary);
	color: var(--secondary)
}

.dz-stepper.warning .bootstrap-touchspin {
	border-color: #ef962e
}

.dz-stepper.warning .bootstrap-touchspin .input-group-btn .btn {
	color: #fff;
	background-color: #ef962e
}

.dz-stepper.success .bootstrap-touchspin {
	border-color: #1cbd5c
}

.dz-stepper.success .bootstrap-touchspin .input-group-btn .btn {
	color: #fff;
	background-color: #1cbd5c
}

.dz-stepper.info .bootstrap-touchspin {
	border-color: #a131ad
}

.dz-stepper.info .bootstrap-touchspin .input-group-btn .btn {
	color: #fff;
	background-color: #a131ad
}

.dz-stepper.yellow .bootstrap-touchspin {
	border-color: #fc0
}

.dz-stepper.yellow .bootstrap-touchspin .input-group-btn .btn {
	color: #fff;
	background-color: #fc0
}

.dz-stepper.yellow .bootstrap-touchspin .form-control {
	border-color: #fc0;
	color: #fc0
}

.dz-stepper.green .bootstrap-touchspin {
	border-color: #4cd964
}

.dz-stepper.green .bootstrap-touchspin .input-group-btn .btn {
	color: #fff;
	background-color: #4cd964
}

.dz-stepper.green .bootstrap-touchspin .form-control {
	border-color: #4cd964;
	color: #4cd964
}

.dz-stepper.dark .bootstrap-touchspin {
	border-color: #000
}

.dz-stepper.dark .bootstrap-touchspin .input-group-btn .btn {
	color: #fff;
	background-color: #000
}

.dz-stepper.dark .bootstrap-touchspin .form-control {
	border-color: #000;
	color: #000
}

.dz-stepper.style-2 {
	width: 100px;
	background-color: rgba(215, 215, 215, .5);
	border-radius: 6px
}

.dz-stepper.style-2 .bootstrap-touchspin .input-group-btn .btn {
	width: 30px;
	height: 30px;
	border: 0
}

.dz-stepper.style-3 {
	width: 110px;
	border-radius: 6px;
	background-color: var(--rgba-primary-1);
	padding: 6px
}

.dz-stepper.style-3 .bootstrap-touchspin .input-group-btn .btn {
	background-color: var(--primary);
	width: 30px;
	height: 30px;
	border: 0;
	color: #fff;
	border-radius: 6px
}

.dz-stepper.style-4 {
	width: 110px;
	border-radius: 6px;
	background-color: var(--primary);
	padding: 6px
}

.dz-stepper.style-4 .bootstrap-touchspin .input-group-btn .btn {
	background-color: #fff;
	width: 30px;
	height: 30px;
	border: 0;
	color: var(--primary);
	border-radius: 6px
}

.dz-stepper.style-5 {
	width: 100px
}

.dz-stepper.style-5 .bootstrap-touchspin .input-group-btn .btn {
	border-radius: 6px;
	width: 30px;
	height: 30px;
	border: 1px solid var(--primary)
}

.dz-timeline {
	border-left: 2px solid var(--border-color);
	position: relative;
	padding-left: 20px;
	margin: 20px 10px
}

.dz-swiper,
.swiper-center,
.swiper-slider-full {
	margin-right: -15px !important;
	margin-left: -15px !important
}

.dz-timeline .timeline-item {
	position: relative;
	padding-bottom: 30px
}

.dz-timeline .timeline-item:after {
	content: "";
	top: 0;
	left: -28px;
	position: absolute;
	border-radius: 50%;
	background-color: var(--primary);
	height: 14px;
	width: 14px
}

.dz-timeline .timeline-item .timeline-tilte {
	margin: 8px 0
}

.dz-timeline .timeline-item .timeline-date {
	margin: 0;
	font-weight: 500;
	color: var(--primary);
	display: block
}

.dz-timeline .timeline-item.light {
	background-color: var(--bg-white) !important;
	color: #000
}

.dz-timeline .timeline-item.light .timeline-content,
.link-list li:first-child a,
.project-media p {
	color: var(--dark)
}

.dz-timeline .timeline-item.primary {
	background-color: var(--primary) !important;
	color: #fff
}

.dz-timeline .timeline-item.primary:after,
.dz-wizard .content .body input:focus {
	border-color: var(--primary) !important
}

.dz-timeline .timeline-item.secondary {
	background-color: var(--secondary) !important;
	color: #fff
}

.dz-timeline .timeline-item.success {
	background-color: #1cbd5c !important;
	color: #fff
}

.dz-timeline .timeline-item.success:after,
.dz-timeline .timeline-item.success:before {
	background-color: #1cbd5c !important
}

.dz-timeline .timeline-item.info,
.dz-timeline .timeline-item.info:after,
.dz-timeline .timeline-item.info:before {
	background-color: #a131ad !important
}

.dz-timeline .timeline-item.info {
	color: #fff
}

.dz-timeline .timeline-item.warning {
	background-color: #ef962e !important;
	color: #fff
}

.dz-timeline .timeline-item.warning:after,
.dz-timeline .timeline-item.warning:before {
	background-color: #ef962e !important
}

.dz-timeline .timeline-item.danger,
.dz-timeline .timeline-item.danger:after,
.dz-timeline .timeline-item.danger:before {
	background-color: #ae7156 !important
}

.dz-timeline .timeline-item.danger {
	color: #fff
}

.dz-timeline.timeline-panel .timeline-item {
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .03);
	border-radius: var(--border-radius-base);
	padding: 12px 20px;
	position: relative
}

.dz-timeline.timeline-panel .timeline-item:before {
	content: "";
	position: absolute;
	top: 15px;
	left: -8px;
	background-color: #fff;
	box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .03);
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	z-index: -1
}

.dz-timeline.timeline-panel .timeline-item:after {
	top: 17px;
	left: -38px
}

.dz-timeline.timeline-number {
	border-left: 3px solid var(--primary);
	padding-left: 35px
}

.dz-timeline.timeline-number .timeline-item {
	padding: 0;
	margin-bottom: 30px
}

.dz-timeline.timeline-number .timeline-item:after {
	left: -35px;
	top: 50%;
	width: 25px;
	transform: translateY(-50%);
	height: 3px;
	border-radius: 0;
	border: 0;
	background: var(--primary)
}

.dz-timeline.timeline-number .timeline-item .line-content-box {
	background: var(--bg-white);
	border-radius: var(--border-radius-base);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
	padding: 15px 15px 15px 20px;
	text-align: left
}

.dz-timeline.timeline-number .timeline-item .line-content-box.media img {
	border-radius: var(--border-radius-base);
	min-width: 95px
}

.dz-timeline.timeline-number .timeline-item .line-num {
	border-radius: 40px;
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .3);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	height: 35px;
	line-height: 35px;
	text-align: center;
	position: absolute;
	width: 35px;
	top: 50%;
	left: -25px;
	background: var(--primary);
	transform: translateY(-50%);
	z-index: 9
}

.toast {
	border: 1px solid var(--border-color);
	overflow: hidden;
	border-radius: var(--border-radius-base)
}

.toast .toast-header {
	background-color: rgba(255, 255, 255, .85);
	border-bottom: 1px solid var(--border-color)
}

.toast.style-1 .toast-body {
	display: flex;
	align-items: center;
	padding: 16px
}

.toast.style-1 .toast-body svg {
	flex: 0 0 35px;
	width: 35px;
	height: 35px;
	max-width: 35px
}

.toast.style-1 .toast-body .toast-content strong {
	color: var(--primary);
	font-weight: 500
}

.toast.style-1 .toast-body .btn-close {
	top: 12px;
	right: 12px;
	z-index: 10
}

.toast.style-1.toast-danger .text-primary svg path,
.toast.style-1.toast-dark .text-primary svg path,
.toast.style-1.toast-info .text-primary svg path,
.toast.style-1.toast-primary .text-primary svg path,
.toast.style-1.toast-secondary .text-primary svg path,
.toast.style-1.toast-success .text-primary svg path,
.toast.style-1.toast-warning .text-primary svg path {
	fill: #fff !important
}

.toast.style-1.toast-danger .toast-content strong,
.toast.style-1.toast-dark .toast-content strong,
.toast.style-1.toast-info .toast-content strong,
.toast.style-1.toast-primary .toast-content strong,
.toast.style-1.toast-secondary .toast-content strong,
.toast.style-1.toast-success .toast-content strong,
.toast.style-1.toast-warning .toast-content strong {
	color: #fff;
	font-weight: 500
}

.toast.style-1.toast-danger .btn-close,
.toast.style-1.toast-dark .btn-close,
.toast.style-1.toast-info .btn-close,
.toast.style-1.toast-primary .btn-close,
.toast.style-1.toast-secondary .btn-close,
.toast.style-1.toast-success .btn-close,
.toast.style-1.toast-warning .btn-close {
	filter: invert(1) grayscale(100%) brightness(200%)
}

.toast.style-1.toast-secondary {
	background-color: var(--secondary);
	color: #fff
}

.toast.style-1.toast-success {
	background-color: #1cbd5c;
	color: #fff
}

.toast.style-1.toast-info {
	background-color: #a131ad;
	color: #fff
}

.driver-onboarding .swiper-slide .slide-info p,
.dz-swiper .swiper-slide,
.swiper-center .swiper-slide {
	width: 300px
}

.dz-swiper-gallery-wrapper {
	overflow: hidden;
	position: relative
}

.dz-swiper-gallery-wrapper .swiper-gallery-next,
.dz-swiper-gallery-wrapper .swiper-gallery-prev {
	border: 0;
	background-color: rgba(0, 0, 0, .43) !important;
	color: rgba(255, 255, 255, .68);
	width: 40px;
	height: 40px;
	border-radius: var(--border-radius-base);
	line-height: 40px;
	transform: translateY(-50%)
}

.divider.style-2,
.divider.style-3 {
	border-color: var(--border-color);
	display: block
}

.divider.inner-divider.transparent,
.divider.style-2,
.divider.style-3 {
	border-width: 1px 0 0
}

.dz-swiper-gallery-wrapper .swiper-gallery-next:after,
.dz-swiper-gallery-wrapper .swiper-gallery-prev:after {
	font-size: 1.5rem;
	font-family: FontAwesome
}

.dz-swiper-gallery-wrapper .swiper-gallery-next:hover,
.dz-swiper-gallery-wrapper .swiper-gallery-prev:hover {
	color: rgba(255, 255, 255, .43)
}

.dz-swiper-gallery-wrapper .swiper-gallery-prev:after {
	content: '\f105'
}

.dz-swiper-gallery-wrapper .swiper-gallery-next:after {
	content: '\f104'
}

.pagination-dots.style-1,
.swiper-pagination.style-1 {
	bottom: 0 !important;
	opacity: 1;
	position: unset;
	padding: 10px 0;
	z-index: 1
}

.divider,
.dz-breadcrumb,
.scale-box {
	position: relative
}

.pagination-dots.style-1 .swiper-pagination-bullet {
	margin: 0 4px;
	width: 16px;
	border-radius: 5px;
	height: 6px;
	background: #d2d2d2;
	opacity: 1;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	transition: .5s
}

.pagination-dots.style-1 .swiper-pagination-bullet-active {
	background: var(--primary);
	width: 27px
}

.dz-breadcrumb,
.dz-breadcrumb.default .breadcrumb {
	box-shadow: 0 0 12px 0 rgba(112, 112, 112, .12);
	background-color: #fff
}

.edit-area .input-mini,
.short-tag.style-3 .tag-btn svg,
.swiper-slide .job-post {
	margin-bottom: 8px
}

.dz-spinner.box-spinner {
	color: #fff;
	background: rgba(255, 255, 255, .2);
	margin-left: auto;
	text-align: center;
	margin-right: auto;
	line-height: 80px;
	width: 60px;
	height: 60px;
	border-radius: var(--border-radius-base)
}

.dz-spinner .spinner-lg {
	width: 3rem;
	height: 3rem
}

.dz-spinner .spinner-md {
	width: 2.5rem;
	height: 2.5rem
}

.dz-spinner .spinner-sm {
	width: 1.5rem;
	height: 1.5rem
}

.dz-lightgallery .gallery-box {
	padding-bottom: 10px;
	display: block
}

.dz-lightgallery .gallery-box img {
	width: 100%;
	height: 200px;
	object-fit: cover
}

.dz-lightgallery.style-2 {
	display: flex;
	flex-wrap: wrap
}

.dz-lightgallery.style-2 .gallery-box {
	width: 33.33%;
	padding-bottom: 5px;
	padding-right: 5px
}

.dz-lightgallery.style-2 .gallery-box img {
	height: 110px
}

.divider {
	width: 100%;
	clear: both;
	border-color: var(--primary);
	border-width: 2px 0 0;
	margin: 15px 0;
	border-style: solid;
	z-index: 1
}

.divider.style-2 {
	margin-bottom: 30px
}

.divider.style-3 {
	width: auto;
	margin: 15px -15px;
	padding: 0 15px
}

.divider.divider-dotted {
	border-style: dotted
}

.divider.divider-dashed {
	border-style: dashed
}

.divider.border-light {
	border-color: #efefef !important
}

.divider.inner-divider,
.view-title ul li:nth-child(2n+3) {
	padding: 10px 0
}

.divider.inner-divider>i,
.divider.inner-divider>span {
	color: #fff;
	position: absolute;
	text-align: center;
	background-color: var(--primary);
	left: 50%;
	transform: translateX(-50%)
}

.divider.inner-divider>i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	top: -18px
}

.divider.inner-divider>span {
	padding: 8px 12px;
	font-size: 13px;
	font-weight: 500;
	line-height: 13px;
	top: -15px;
	border-radius: 2px
}

.divider.inner-divider.left i,
.divider.inner-divider.left span {
	left: 0;
	transform: unset
}

.divider.inner-divider.right i,
.divider.inner-divider.right span {
	left: auto;
	right: 0;
	transform: unset
}

.divider.inner-divider.border-secondary.transparent span {
	color: var(--secondary)
}

.divider.inner-divider.border-light i,
.divider.inner-divider.border-light span {
	background-color: #efefef;
	color: #000
}

.divider.inner-divider.transparent span {
	background-color: var(--bg-white);
	color: #6d898f
}

.dz-breadcrumb {
	z-index: 1
}

.dz-breadcrumb .breadcrumb .breadcrumb-item {
	font-size: .875rem;
	font-weight: 500;
	color: #1f0757
}

.dz-breadcrumb.default {
	background-color: transparent;
	box-shadow: unset
}

.dz-breadcrumb.default .breadcrumb {
	border-radius: var(border-radius-base)
}

.dz-breadcrumb.style-3 {
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	background-position: center center
}

.dz-breadcrumb.style-3:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #061238;
	opacity: .75
}

.offcanvas .drage-close {
	position: relative;
	display: block;
	width: 100%
}

.offcanvas .drage-close:after {
	position: absolute;
	content: "";
	width: 60px;
	height: 5px;
	top: 10px;
	background-color: #eee;
	border-radius: var(--border-radius-base);
	left: 50%;
	transform: translateX(-50%)
}

.offcanvas.offcanvas-bottom {
	border-radius: .625rem .625rem 0 0;
	height: unset;
	border-top: 0
}

.offcanvas.offcanvas-top {
	border-radius: 0 0 10px 10px;
	height: unset;
	border-bottom: 0;
	bottom: auto
}

.offcanvas.offcanvas-end {
	width: 100%;
	border-left: 0
}

.offcanvas .offcanvas-header {
	padding: 15px;
	border-bottom: 1px solid var(--border-color)
}

.modal .modal-dialog .modal-content .modal-header .modal-title,
.offcanvas .offcanvas-header .offcanvas-title {
	line-height: 1.2
}

.offcanvas .offcanvas-header .btn-close {
	background: 0 0;
	opacity: 1;
	text-align: center;
	display: inline-block;
	line-height: 25px;
	font-size: 18px
}

.offcanvas .offcanvas-backdrop.show {
	opacity: .3 !important
}

.offcanvas .offcanvas-body {
	max-height: 100vh
}

.offcanvas .offcanvas-body.fixed {
	border-radius: 0;
	margin-bottom: 200px
}

.offcanvas .offcanvas-body.fixed .view-title {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: var(--bg-white);
	z-index: 999;
	width: 100%;
	padding: 0
}

.offcanvas .offcanvas-body .btn-close {
	width: auto;
	height: auto;
	line-height: initial
}

.highlight-text {
	color: var(--primary);
	margin-bottom: 0;
	font-size: .875rem;
	font-weight: 600
}

.scale-box {
	animation: 2s infinite scale-box
}

@keyframes scale-box {

	0%,
	100% {
		transform: scale(1)
	}

	50% {
		transform: scale(.7)
	}
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, 50px)
}

.modal .modal-dialog .modal-content {
	border-radius: .625rem
}

.modal .modal-dialog .modal-content .modal-header {
	padding: 1rem;
	border-bottom: 1px solid var(--border-color);
	margin: 0
}

.top-right {
	position: absolute;
	top: 15px;
	right: 15px
}

.btn-close {
	background: 0 0;
	opacity: 1;
	text-align: center;
	line-height: 25px;
	font-size: 18px
}

.add-banner,
.add-banner2 {
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: 0
}

.add-banner3,
.add-banner4 {
	background-color: var(--rgba-primary-1);
	z-index: 1;
	box-shadow: none
}

.pwa-offcanvas,
.review-box .add-review .modal-body {
	text-align: center
}

.pwa-offcanvas .logo {
	width: 140px;
	margin: 0 auto 10px;
	display: block
}

.pwa-offcanvas p {
	margin-bottom: 25px;
	color: #9c9c9c;
	line-height: 1.6
}

.pwa-offcanvas .btn-group-sm>.btn,
.pwa-offcanvas .btn-sm {
	padding: 10px 12px;
	border-radius: 6px
}

.pwa-backdrop {
	visibility: hidden
}

.pwa-backdrop.show {
	transition: opacity .15s linear
}

.dz-avatar .avatar-list {
	margin-right: 10px;
	margin-bottom: 10px
}

.dz-avatar.list-stacked .avatar-list {
	margin-right: -10px;
	margin-bottom: 0
}

.dz-avatar.list-stacked .avatar-list .media img,
.dz-avatar.list-status .avatar-list .media img {
	box-shadow: 0 0 0 2px #fff
}

.dz-avatar.list-status .avatar-list .media .list-status {
	width: 12px;
	min-width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	border: 2px solid #fff
}

.add-banner {
	box-shadow: none;
	border: 1px solid var(--border-color);
	z-index: 1;
	height: 175px
}

.add-banner .circle-1,
.add-banner .circle-2 {
	border-radius: 50%;
	background: rgba(103, 179, 204, .33);
	position: absolute
}

.add-banner .circle-1 {
	top: -60px;
	right: -56px;
	width: 145px;
	height: 145px
}

.add-banner .circle-2 {
	bottom: -80px;
	left: 5px;
	width: 110px;
	height: 110px
}

.add-banner .card-body .location,
.add-banner2 .card-body .location,
.add-banner4 .card-body .location,
.item-list-2 .text-style,
.social-box span {
	margin-bottom: 10px;
	display: block
}

.add-banner .card-body .card-info,
.add-banner2 .card-body .card-info,
.add-banner4 .card-body .card-info {
	width: 100%;
	color: #203647;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.add-banner .card-body .card-info .title,
.add-banner2 .card-body .card-info .title {
	font-weight: 800;
	position: relative;
	z-index: 1;
	color: #203647
}

.add-banner .card-body .card-info .title:after,
.add-banner2 .card-body .card-info .title:after {
	content: attr(data-text);
	position: absolute;
	top: 4px;
	width: 100%;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: #203647;
	z-index: -1;
	-webkit-text-stroke-width: 0.4px;
	right: -2px
}

.add-banner2 {
	box-shadow: none;
	z-index: 1
}

.add-banner2 .card-body .card-info span {
	font-size: 12px;
	margin-bottom: 10px
}

.add-banner2 .card-body .btn {
	width: 90px;
	height: 40px;
	padding: 0
}

.add-banner3 {
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 0
}

.add-banner4 {
	overflow: unset;
	margin: 30px 15px 20px
}

.add-banner4 .card-body {
	display: flex;
	align-items: center;
	padding: 15px 10px 15px 25px
}

.add-banner4 .card-body .card-media {
	margin: -40px 20px -25px 0;
	width: 145px;
	transform: rotate(-10deg)
}

.add-banner4 .card-body .card-info .title {
	font-size: 16px;
	font-weight: 600;
	position: relative;
	z-index: 1
}

.add-banner4 .card-body .card-info span {
	font-size: 14px;
	margin-bottom: 2px;
	font-weight: 500
}

.add-banner4 .card-body .btn {
	width: 100px;
	height: 35px;
	padding: 0;
	border-radius: 6px;
	font-size: 13px
}

.add-banner5 {
	overflow: unset;
	background: linear-gradient(122.37deg, #003b37 -1.95%, rgba(0, 59, 55, .9) 45.9%, rgba(0, 59, 55, .6274) 97.18%, rgba(0, 59, 55, 0) 126.51%);
	margin: 30px 0 80px;
	z-index: 1;
	box-shadow: 0 25px 70px -30px rgba(0, 0, 0, .7);
	position: relative;
	height: unset
}

.add-banner5 .card-body {
	padding: 30px 20px 18px
}

.add-banner5 .card-body .card-info {
	width: 100%;
	color: #fff
}

.add-banner5 .card-body .card-info .title {
	font-weight: 600;
	position: relative;
	font-size: 24px;
	margin-bottom: 7px;
	line-height: 24px;
	z-index: 1;
	color: var(--primary)
}

.add-banner5 .card-body .card-info .title:after {
	position: absolute;
	top: 4px;
	width: 100%;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: #664b4b;
	z-index: -1;
	-webkit-text-stroke-width: 1px;
	right: -2px
}

.add-banner5 .card-body .card-info .card-media {
	position: absolute;
	top: 0;
	right: -8px
}

.add-banner5 .card-body .card-info .price {
	margin-bottom: 15px;
	font-weight: 500px
}

.add-banner5 .card-body .card-info .price del {
	margin-left: 10px;
	color: #aaa
}

.add-banner5 .card-body .btn {
	width: 100px;
	height: 35px;
	padding: 0;
	background-color: var(--bg-white);
	color: #000;
	border-radius: 6px;
	font-size: 14px
}

.search-box .input-group {
	border-radius: var(--border-radius-base);
	box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
	border: 1px solid var(--rgba-primary-2)
}

.search-box .input-group .input-group-text {
	background-color: var(--bg-white) !important;
	padding: 10px;
	border: 0
}

.search-box .input-group:focus-within {
	border-color: var(--primary)
}

.search-box .input-group:focus-within .input-group-text svg path {
	fill: var(--primary)
}

.search-box .form-control {
	height: 45px;
	border: 0;
	background-color: var(--bg-white)
}

.bell-icon {
	width: 42px;
	height: 42px;
	line-height: 42px;
	background-color: var(--rgba-primary-2);
	border-radius: var(--border-radius-base);
	text-align: center;
	display: block
}

.bell-icon svg path,
.dz-notification .notification-list .list-items .dz-icon-box svg path,
.profile-area.style-1 .main-profile .profile-image .icon-bx svg path,
.short-tag.style-3 .btn-check:checked+.tag-btn svg path,
.svg-primary path {
	fill: var(--primary)
}

.bell-icon.style-2 {
	line-height: 46px
}

.bell-icon.style-2 i {
	font-size: 18px;
	color: var(--primary)
}

.notify-cart {
	width: 80px;
	height: 42px;
	background-color: var(--rgba-primary-1);
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.package-box,
.package-list ul li {
	background-color: #1c9374;
	overflow: hidden
}

.notify-cart span {
	display: flex;
	flex: 1;
	justify-content: center
}

.notify-cart .badge {
	width: 42px;
	height: 42px;
	background-color: #c29c1d;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid var(--bg-white)
}

.categorie-swiper .swiper-slide {
	width: auto;
	margin-right: 12px
}

.item-bookmark.icon-1,
.r-btn {
	height: 24px;
	width: 24px;
	left: 10px;
	position: absolute
}

.title-bar {
	display: flex;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 15px;
	justify-content: space-between
}

.swiper-btn-center-lr {
	margin-right: -15px;
	margin-top: 20px;
	margin-bottom: 20px
}

.recomand-swiper .swiper-slide.swiper-slide-active {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1)
}

.item-bookmark.active svg path,
.item-bookmark.active.icon-2 svg path {
	fill: #FF6464;
	stroke: #FF6464
}

.item-bookmark.active.icon-2,
.story-bar li:first-child {
	background: #fff
}

.item-bookmark.icon-1 {
	top: 10px
}

.item-bookmark.icon-2 {
	width: 32px;
	background: #ff6464;
	height: 36px;
	box-shadow: 4px 4px 20px -5px rgba(0, 0, 0, .7);
	text-align: center;
	line-height: 36px;
	border-radius: 0 0 12px;
	position: absolute;
	top: 0;
	left: 0
}

.item-bookmark.icon-2 svg path {
	fill: #fff;
	stroke: #fff
}

.item-bookmark.icon-3 {
	width: 50px;
	height: 50px;
	line-height: 50px;
	box-shadow: 0 7px 29px 0 rgba(100, 100, 111, .2);
	background-color: var(--bg-white);
	text-align: center;
	border-radius: 50%;
	position: absolute;
	z-index: 999;
	bottom: -15px;
	right: 15px
}

.blog-area .media-box img,
.package-box,
.package-box .media {
	border-radius: var(--border-radius-base)
}

.search-icon svg {
	width: 24px !important;
	height: 24px !important
}

.r-btn {
	color: #7d8fab !important;
	top: 5px;
	z-index: 9;
	display: flex;
	align-content: center;
	justify-content: center
}

.r-btn:focus,
.r-btn:hover {
	color: #7d8fab
}

.blog-area .media-box {
	margin-bottom: 10px;
	position: relative
}

.blog-area .media-box img {
	width: 100%;
	height: 190px;
	object-fit: cover
}

.blog-area .media-box .badge-bookmark {
	background-color: var(--bg-white);
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: 10px;
	box-shadow: 0 2px 15px -5px rgba(0, 0, 0, .7)
}

.blog-area .blog-list .blog-content p {
	font-size: 14px;
	color: #767676
}

.timeline li {
	position: relative;
	padding: 0 6px 0 0
}

.timeline li .saprete-circle {
	width: 6px;
	height: 6px;
	background-color: #a5a0a0;
	border-radius: 50%
}

.blog-detail .media-box {
	margin: -15px;
	position: relative
}

.blog-detail .media-box .media-content {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 1
}

.blog-detail .media-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .4);
	width: 100%;
	height: 100%
}

.like-button {
	position: relative;
	font-size: 20px;
	--xw: 10px
}

.like-button:after,
.like-button:before {
	position: absolute;
	content: '';
	width: 200%;
	height: 100%;
	left: -50%;
	z-index: -1000;
	transition: .5s ease-in-out;
	background-repeat: no-repeat
}

.like-button:before {
	display: none;
	top: -35%;
	background-image: radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 20%, #ff0081 20%, transparent 30%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
	background-size: calc(10% + var(--xw)) calc(10% + var(--xw)), calc(20% + var(--xw)) calc(20% + var(--xw)), calc(15% + var(--xw)) calc(15% + var(--xw)), calc(20% + var(--xw)) calc(20% + var(--xw)), calc(18% + var(--xw)) calc(18% + var(--xw)), calc(10% + var(--xw)) calc(10% + var(--xw)), calc(15% + var(--xw)) calc(15% + var(--xw)), calc(10% + var(--xw)) calc(10% + var(--xw)), calc(18% + var(--xw)) calc(18% + var(--xw))
}

.like-button:after {
	display: none;
	bottom: -25%;
	background-image: radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
	background-size: calc(15% + var(--xw)) calc(15% + var(--xw)), calc(20% + var(--xw)) calc(20% + var(--xw)), calc(18% + var(--xw)) calc(18% + var(--xw)), calc(20% + var(--xw)) calc(20% + var(--xw)), calc(15% + var(--xw)) calc(15% + var(--xw)), calc(10% + var(--xw)) calc(10% + var(--xw)), calc(20% + var(--xw)) calc(20% + var(--xw))
}

.like-button:active {
	transform: scale(.9)
}

.chat-btn,
.footer-content,
.welcome-area .bottom-btn {
	transform: translateX(-50%)
}

.like-button.active:before {
	display: block;
	animation: .75s ease-in-out forwards likeButton
}

.like-button.active:after {
	display: block;
	animation: .75s ease-in-out forwards likeButtonBottom
}

.like-button.active .fa-heart:before {
	font-weight: 700;
	color: #ff0081
}

@keyframes likeButton {
	0% {
		background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%
	}

	50% {
		background-position: 0 80%, 0 20%, 10% 40%, 20% 0, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%
	}

	100% {
		background-position: 0 70%, 0 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
		background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0
	}
}

@keyframes likeButtonBottom {
	0% {
		background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0
	}

	50% {
		background-position: 0 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0
	}

	100% {
		background-position: 0 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
		background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0
	}
}

.package-box {
	text-align: center;
	padding: 15px 12px;
	box-shadow: 0 8px 24px rgba(149, 157, 165, .2);
	position: relative;
	z-index: 1
}

.package-box .media {
	margin: 0 auto 15px;
	background-color: rgba(255, 255, 255, .42);
	padding: 12px;
	backdrop-filter: blur(8px)
}

.package-box .title-head {
	margin: 0;
	color: #fff
}

.package-box .sub-title {
	color: rgba(255, 255, 255, .7);
	font-size: 12px;
	margin: 0 0 10px
}

.package-box .package-btn,
.package-list ul li .btn {
	background: rgba(255, 255, 255, .15);
	color: #fff;
	font-weight: 400;
	padding: 10px 14px;
	font-size: 12px;
	border-radius: var(--border-radius-sm)
}

.package-box .package-btn:active,
.package-box .package-btn:hover {
	background-color: var(--bg-white);
	color: #1c9374;
	border-color: transparent
}

.package-box:after,
.package-list ul li:after {
	content: "";
	position: absolute;
	top: -50px;
	left: -30px;
	z-index: -1;
	width: 130px;
	height: 130px;
	background: rgba(255, 255, 255, .07);
	border-radius: 50%
}

.package-box.box-2,
.package-list ul li:nth-child(2) {
	background-color: #57a9f4
}

.package-box.box-2:after {
	left: auto;
	right: 50%;
	top: -80px;
	transform: translateX(50%)
}

.package-box.box-2 .package-btn:active,
.package-box.box-2 .package-btn:hover {
	color: #57a9f4
}

.package-list ul li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 18px;
	border-radius: var(--border-radius-base);
	position: relative;
	z-index: 1;
	margin-bottom: 15px
}

.package-list ul li .dz-title {
	margin-bottom: 8px;
	color: #fff;
	font-weight: 600
}

.package-list ul li p {
	font-size: 12px;
	font-family: var(--font-family-title);
	color: rgba(255, 255, 255, .65);
	font-weight: 400
}

.package-list ul li .media {
	background-color: rgba(255, 255, 255, .2);
	padding: 12px;
	border-radius: var(--border-radius-base);
	backdrop-filter: blur(8px)
}

.package-list ul li:nth-child(2):after {
	top: auto;
	bottom: -50px
}

.package-list ul li .btn:active,
.package-list ul li .btn:hover {
	background-color: var(--bg-white);
	color: var(--title);
	border-color: transparent
}

.text-underline {
	text-decoration: underline !important;
	text-underline-offset: 3px
}

.light-text {
	color: #6d898f;
	font-size: .875rem;
	font-weight: 400
}

.para-title {
	font-size: 14px;
	font-weight: 400
}

.form .form-item .form-label,
.info-line {
	font-size: .75rem
}

ul.list-check {
	line-height: 1.7
}

ul.list-check li {
	color: #313131;
	font-size: 14px;
	margin-left: 30px;
	position: relative
}

ul.list-check li:after {
	content: "\f125";
	font-family: Flaticon;
	width: 5px;
	height: 5px;
	top: 10px;
	color: var(--primary);
	left: -30px;
	border-radius: 30px;
	line-height: 5px;
	position: absolute
}

.dz-banner-heading .overlay-black-light {
	position: relative;
	z-index: -1
}

.dz-banner-heading .overlay-black-light .bnr-img {
	width: 100%;
	height: 350px;
	object-fit: cover
}

.dz-banner-heading .overlay-black-light:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: linear-gradient(160deg, rgba(0, 0, 0, .47), rgba(0, 0, 0, 0));
	width: 100%;
	height: 100%
}

.dz-banner-heading .overlay-black-light.style-2:after {
	background: linear-gradient(1deg, rgba(0, 0, 0, .87), rgba(0, 0, 0, 0))
}

.company-detail .item-inner li {
	display: flex;
	align-items: center;
	padding: 3px 8px;
	margin: -3px 10px -3px -8px;
	border-right: 1px solid var(--border-color)
}

.company-detail .item-inner li .h6,
.company-detail .item-inner li h6 {
	margin-left: 5px;
	margin-bottom: 0;
	font-size: 14px
}

.company-detail .item-inner li .reviews-info i {
	color: #ffa902;
	font-size: 20px
}

.company-detail.style-2 .item-inner {
	justify-content: space-between;
	margin-bottom: 20px
}

.company-detail.style-2 .item-inner li {
	padding: 0;
	margin: 0;
	border: 0
}

.company-detail.style-2 .item-inner .text {
	font-size: 15px;
	font-weight: 500
}

.item-list-2 {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin: 20px 0;
	border-bottom: 2px dashed var(--border-color);
	padding-bottom: 20px
}

.item-list-2 .price .h3 del,
.item-list-2 .price h3 del {
	font-weight: 400;
	font-size: 1rem;
	color: #bfc9da;
	margin-left: 10px
}

.view-title {
	border-top: 2px dashed var(--border-color)
}

.view-title .promo-bx {
	color: var(--dark);
	display: flex;
	justify-content: space-between
}

.view-title .promo-bx span {
	color: var(--secondary);
	color: var(--primary);
	font-weight: 600
}

.featured-box .item-bx {
	text-align: center;
	background: var(--bg-white);
	box-shadow: 0 0 15px -5px #d9b6b6;
	border-radius: var(--border-radius-base);
	padding: 15px 10px
}

.featured-box .item-bx .media {
	margin: 0 auto
}

.featured-box .item-bx .item-content .small,
.featured-box .item-bx .item-content small {
	display: block;
	font-size: .875rem;
	font-weight: 600
}

.featured-box .item-bx .item-content .price {
	font-weight: 600;
	color: #ef962e
}

.payment-confirm-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("../images/background/bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh
}

.payment-confirm-wrapper.style-2 {
	background-image: url("../images/milk/bg-shape.jpg")
}

.payment-confirm-wrapper.style-2 i {
	box-shadow: rgba(50, 50, 93, .25) 0 50px 100px -20px, rgba(0, 0, 0, .3) 0 30px 60px -30px, rgba(10, 37, 64, .35) 0 -2px 6px 0 inset
}

.payment-box {
	text-align: center;
	color: #fff
}

.payment-box i {
	font-size: 40px;
	color: var(--primary);
	background: #ededed;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	box-shadow: 0 12px 30px 0 #027335
}

.payment-box .delivery-btn {
	width: 190px;
	height: 45px;
	margin-top: 30px;
	color: var(--primary);
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px 0 25px;
	font-size: 16px;
	font-weight: 600;
	border-radius: var(--border-radius-base)
}

.payment-box .delivery-btn .next {
	width: 30px;
	height: 30px;
	background: var(--primary);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px
}

.account-box.style-1 {
	top: -20px
}

.card.payment-service,
.review-box .card {
	box-shadow: 0 0 20px -10px rgba(0, 0, 0, .25)
}

.review-box .review-content ul li {
	padding-right: 4px
}

.review-box .add-btn {
	width: 50px;
	height: 50px;
	background-color: var(--primary);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 9
}

.review-box .add-review .btn-close {
	position: absolute;
	top: 10px;
	right: 10px
}

.review-box .add-review .rating-stars ul li i {
	font-size: 30px
}

.shop-cart-wrapper {
	padding-bottom: 250px
}

.tag-group .tag-btn {
	padding: 12px 25px;
	border: 2px solid var(--border-color);
	display: inline-block;
	border-radius: var(--border-radius-base);
	text-align: center;
	background-color: var(--bg-white);
	font-size: 1rem;
	line-height: 1.3;
	font-weight: 600;
	color: var(--dark)
}

.tag-group .tag-btn:hover {
	border-color: var(--primary);
	background-color: var(--primary);
	color: #fff
}

.tag-group .tag-btn.active {
	display: flex;
	align-items: center;
	padding: 12px 20px
}

.tag-group .tag-btn .active-status {
	width: 12px;
	height: 12px;
	background-color: var(--primary);
	border-radius: 50%;
	margin-right: 10px
}

.order-status {
	margin: 25px 0
}

.view-title {
	padding-top: 15px;
	border-top: 2px dashed var(--border-color)
}

.view-title ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2px 0
}

.view-title ul li span {
	display: block;
	font-size: .875rem;
	font-weight: 700
}

.view-title .promo-bx {
	width: 100%;
	height: 100%;
	color: var(--dark);
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	background-color: var(--rgba-primary-2);
	padding: 10px 25px;
	border-radius: var(--border-radius-base)
}

.banner-content {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	width: 100%
}

.banner-content .timeline li {
	padding: 0 8px;
	font-size: .875rem;
	font-weight: 600;
	border-left: 1px solid var(--border-color)
}

.banner-content .timeline li:first-child {
	padding-left: 0;
	border-left: 0
}

.form .form-item .input-group-text {
	border-radius: var(--border-radius-base);
	padding-right: 0
}

.form .form-item .input-group-text a {
	font-size: 16px;
	color: var(--dark);
	display: flex;
	align-items: center
}

.form .form-item .input-group-text a img {
	width: 20px;
	min-width: 20px;
	margin-right: 10px
}

.item-list .list {
	padding: 6px 0
}

.item-list .list a {
	font-size: .875rem;
	font-weight: 600;
	color: var(--dark)
}

.info-line {
	color: var(--dark);
	margin: 0
}

.recent-search-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 15px
}

.cart-btn,
.dz-wizard .steps {
	justify-content: center;
	display: flex
}

.close-1 {
	width: 24px;
	min-width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background-color: #bfc9da
}

.cart-btn {
	width: 40px;
	height: 40px;
	border-radius: var(--border-radius-base);
	background-color: var(--primary);
	align-items: center;
	color: #fff;
	font-size: 18px;
	font-weight: 600
}

.cart-btn.style-2 {
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	height: auto;
	font-size: 14px;
	padding: 8px 10px;
	border-radius: 8px;
	color: #fff;
	background-color: rgba(255, 255, 255, .4)
}

.cart-btn.style-2 .cart-bx {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: var(--primary);
	border-radius: 5px;
	margin-right: 10px
}

.dz-wizard .steps {
	align-items: center
}

.dz-wizard .steps a {
	background: 0 0 !important;
	color: #000 !important;
	text-align: center
}

.dz-wizard .steps .step-content {
	font-size: 14px;
	font-weight: 600;
	color: #0a3c48
}

.dz-wizard .steps .box-1 {
	width: 32px;
	height: 32px;
	background: var(--primary);
	border-radius: 50%;
	margin: 0 auto 15px;
	display: flex;
	justify-content: center;
	align-items: center
}

.dz-wizard .steps ul li {
	width: 33.33%;
	position: relative
}

.dz-wizard .steps ul li:not(:last-child):before {
	content: "";
	position: absolute;
	height: 2px;
	background: #bfc9da;
	top: 30px;
	left: 50%;
	width: 100%;
	z-index: -1
}

.dz-wizard .steps ul li.current:before,
.dz-wizard .steps ul li.done:before,
.swiper-pagination.style-2 .swiper-pagination-bullet-active {
	background: var(--primary)
}

.dz-wizard .steps ul li.disabled .box-1 {
	background: #bfc9da
}

.dz-wizard .steps ul li.current .box-1:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	background-color: var(--primary);
	z-index: 1;
	border-radius: 50%;
	border: 4px solid var(--bg-white);
	transform: translate(-50%, -50%)
}

.dz-wizard .content {
	background-color: transparent;
	margin: 0 0 15px;
	min-height: 50em
}

.dz-wizard .content .body {
	background-color: transparent;
	padding: 0;
	width: 100%;
	height: 100%;
	position: unset;
	margin-bottom: 30px
}

.short-tag.style-3 .tag-btn,
.short-tag.style-4 .tag-btn {
	margin: 0 10px 0 0;
	color: var(--title);
	background: var(--bg-white);
	transition: none;
	position: relative;
	font-size: .875rem;
	font-weight: 600
}

.dz-wizard .content .body input {
	border: 2px solid transparent !important;
	padding: 10px 20px
}

.dz-wizard .actions {
	position: fixed;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	bottom: 0;
	left: 0;
	padding: 10px 15px
}

.dz-wizard .actions ul {
	width: 100%;
	display: flex
}

.dz-wizard .actions ul li {
	width: 100%;
	margin: 0;
	padding: 0 5px
}

.dz-wizard .actions ul li a {
	position: unset;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	background: var(--primary);
	padding: 10px 25px !important;
	font-size: 16px;
	font-weight: 600;
	border-radius: var(--border-radius-base)
}

.dz-wizard .actions ul li a:focus,
.dz-wizard .actions ul li a:hover {
	border-color: var(--primary);
	background: var(--primary);
	border-radius: var(--border-radius-base)
}

.short-tag.style-3 {
	padding: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	justify-content: space-evenly
}

.short-tag.style-3 .btn-check:checked+.tag-btn,
.swiper-pagination.style-3 .swiper-pagination-bullet-active:after,
.swiper-pagination.style-4 .swiper-pagination-bullet-active:after {
	border-color: var(--primary)
}

.short-tag.style-3 .tag-btn {
	border: 2px solid var(--border-color);
	border-radius: var(--border-radius-base) !important;
	padding: 8px;
	display: inline-flex !important;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 93px;
	height: 110px;
	line-height: 1.5
}

.short-tag.style-3 .tag-btn img,
.short-tag.style-4 .tag-btn img {
	width: 30px;
	min-width: 30px
}

.short-tag.style-4 {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.short-tag.style-4 .btn-check:checked+.tag-btn {
	border-color: var(--primary);
	background-color: var(--rgba-primary-1)
}

.short-tag.style-4 .tag-btn {
	border: 1px solid var(--border-color);
	border-radius: 8px !important;
	padding: 0;
	display: inline-block;
	width: 60px;
	height: 35px;
	line-height: 30px
}

.payment-card {
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	margin-bottom: 20px
}

.payment-card .card-media {
	display: flex;
	width: 100%;
	height: 100%
}

.payment-card .card-media img {
	width: 100%;
	min-width: 300px
}

.payment-card .card-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%
}

.payment-card .card-info img {
	position: absolute;
	right: 25px;
	top: 25px
}

.payment-card .card-name {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	margin: 0 0 15px
}

.payment-card .card-number {
	color: #fff;
	font-size: 26px;
	margin: 0;
	font-weight: 700;
	letter-spacing: 2px
}

.payment-card .bottom-info p {
	margin: 10px 0 0;
	letter-spacing: 1px;
	font-size: 12px;
	color: #fff
}

.card.payment-service .card-header .active-style {
	width: 6px;
	height: 30px;
	background: var(--primary);
	position: absolute;
	top: 12px;
	left: 0;
	border-radius: 0 10px 10px 0
}

.card.payment-service .accordion.style-2 .accordion-item {
	box-shadow: none;
	margin-bottom: 0;
	border-radius: 0;
	border: 0
}

.card.payment-service .accordion.style-2 .accordion-item .accordion-header .accordion-button {
	padding: 0;
	background: 0 0
}

.card.payment-service .accordion.style-2 .accordion-item .accordion-body {
	background: 0 0;
	padding-left: 0;
	padding-right: 0
}

.card-list li .card-key {
	display: flex;
	align-items: center;
	font-weight: 600;
	color: var(--dark)
}

.card-list li .icon-bx {
	font-size: 18px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center
}

.card-list .offcanvas.offcanvas-end .btn-close {
	position: absolute;
	z-index: 999;
	top: 10px;
	right: 10px;
	opacity: 1;
	text-align: center;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px
}

.filter-area .filter-head {
	display: flex;
	align-items: center;
	margin-bottom: 30px
}

.filter-area .filter-content .rating-stars .star i {
	font-size: 26px
}

.dz-rating ul {
	margin: 0 -4px
}

.dz-rating ul .star {
	color: #bbb;
	font-size: 24px;
	padding: 0 4px
}

.dz-rating ul .star.hover .fa-solid,
.dz-rating ul .star.selected .fa-solid {
	display: inline-block;
	color: #ff912c
}

.message-list {
	padding-top: 10px
}

.message-list li {
	margin: 0 -15px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	padding-bottom: 15px;
	display: flex;
	align-items: flex-start;
	padding-left: 15px;
	padding-right: 15px
}

.message-list li a {
	display: flex;
	width: 100%
}

.message-list li .media:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #54d969;
	border: 2px solid #fdf4ee;
	border-radius: 50px
}

.message-list li .media-content {
	display: flex;
	margin-left: 15px;
	width: 100%
}

.message-list li .media-content p {
	color: #6d898f;
	font-size: 13px
}

.message-list li .left-content {
	width: 60px;
	min-width: 60px;
	text-align: right;
	margin-left: auto
}

.message-list li .left-content .seen-btn {
	width: 26px;
	height: 26px;
	display: block;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
	border: 1px solid #bbb6d0;
	float: right
}

.message-list li .left-content .seen-btn.active {
	background-color: var(--secondary);
	border-color: var(--secondary)
}

.link-list li,
.profile-area .profile-content ul li {
	border-bottom: 1px solid var(--border-color);
	margin: 0 -15px
}

.message-list li .left-content .time {
	color: #898a8d;
	display: block
}

.chat-btn {
	font-weight: 500;
	position: fixed;
	left: 50%;
	bottom: 100px;
	display: none;
	margin: 0;
	z-index: 999
}

.message-content {
	background-color: #eee;
	min-height: 100vh
}

.message-content .chat-content {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	margin-right: 60px
}

.message-content .chat-content.user {
	justify-content: flex-end;
	margin-right: 0;
	margin-left: 60px
}

.message-content .chat-content.user .message-item .bubble {
	background: var(--secondary);
	color: #fff;
	border-radius: 12px 12px 0
}

.message-content .chat-content.user .message-item .bubble .emoji-icon {
	display: inline-flex;
	width: 30px;
	height: 30px;
	margin: 0 3px
}

.message-content .chat-content.user .message-item .message-time {
	text-align: right
}

.message-content .chat-content .message-item .bubble {
	padding: 8px 15px;
	background: #fff;
	border-radius: 12px 12px 12px 0;
	color: #141515;
	display: inline-flex;
	margin-top: 4px;
	font-size: .875rem;
	line-height: 1.4em;
	align-items: center
}

.message-content .chat-content .message-item .message-time {
	font-size: .75rem;
	padding: 8px 0;
	text-align: left;
	line-height: 1em;
	margin-top: 5px;
	color: #969696;
	height: 14px
}

.notification {
	display: flex;
	margin-bottom: 15px;
	align-items: flex-start
}

.notification .media {
	margin-right: 15px;
	position: relative
}

.notification .media .notify {
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	position: absolute;
	bottom: -1px;
	right: -1px;
	text-align: center
}

.notification .notification-content .small,
.notification .notification-content small {
	color: #6b6b6b
}

.edit-profile .profile-image a,
.link-list li a {
	color: var(--secondary);
	font-size: 1rem
}

.notification .notification-content .text-notify {
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: 700;
	line-height: 1.3;
	color: rgba(0, 0, 0, .76)
}

.dz-notification .notification-list .list-items {
	display: flex;
	align-items: center;
	border-radius: var(--border-radius-base);
	margin-bottom: 18px
}

.dz-notification .notification-list .list-items.fill-color {
	background: var(--rgba-primary-1);
	padding: 12px
}

.dz-notification .notification-list .list-items .list-content p {
	font-size: 12px;
	margin-bottom: 0;
	color: #b7b7b7
}

.dz-notification .notification-list .list-items .dz-icon-box {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--border-radius-base);
	background-color: var(--rgba-primary-2);
	position: relative
}

.dz-notification .notification-list .list-items .dz-icon-box:after {
	display: none;
	content: "";
	position: absolute;
	top: -4px;
	right: -4px;
	width: 16px;
	height: 16px;
	z-index: 1;
	border-radius: 10px;
	background-color: #ef962e;
	border: 2px solid #e5f4f3
}

.card.info-card .icon-box-2 svg,
.dz-notification .notification-list .list-items .dz-icon-box svg {
	width: 30px;
	height: 30px
}

.profile-area {
	padding-top: 0
}

.profile-area .profile {
	position: relative;
	background: var(--bg-gradient);
	box-shadow: 0 4px 6px 0 rgba(62, 73, 84, .04);
	margin: 0 -15px 15px;
	padding: 15px
}

.profile-area .profile .media {
	border-radius: var(--border-radius-base);
	background-color: #fff;
	padding: 2px;
	box-shadow: 0 10px 10px -6px rgba(0, 0, 0, .41)
}

.profile-area .profile .media img {
	border: 5px solid var(--primary);
	border-radius: var(--border-radius-base)
}

.profile-area .profile .about-profile .sub-title.fade-text {
	color: rgba(255, 255, 255, .7)
}

.profile-area .profile .edit-profile {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 22px;
	color: #fff
}

.profile-area .profile .location-box {
	display: flex;
	align-items: center;
	padding: 10px;
	background: rgba(255, 255, 255, .2);
	border-radius: var(--border-radius-base);
	box-shadow: 0 10px 10px -10px rgba(78, 73, 73, .17)
}

.profile-area .profile .location-box .location {
	font-size: 20px;
	color: #fff;
	background-color: var(--primary);
	margin-right: 20px;
	width: 40px;
	height: 40px;
	min-width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--border-radius-base)
}

.profile-area .profile .location-box .change-btn {
	border: 1px solid var(--border-color);
	padding: 5px 10px;
	color: #fff;
	border-radius: 8px
}

.profile-area .profile-content ul li {
	padding: 15px
}

.profile-area .profile-content ul li a {
	position: relative;
	display: flex;
	align-items: center;
	color: #6d898f;
	font-size: 14px;
	font-weight: 600
}

.profile-area .profile-content ul li a i {
	color: var(--primary);
	font-size: 16px;
	margin-right: 8px;
	opacity: .8
}

.detail {
	color: #c3ac58
}

.edit-profile .profile-image {
	margin: 15px 0;
	text-align: center
}

.edit-profile .profile-image .media {
	margin: 0 auto 12px
}

.edit-profile .profile-image .media img {
	object-fit: cover
}

.edit-profile .profile-image a {
	display: block
}

.link-list li {
	padding: 10px 15px
}

.contant-section {
	background: var(--bg-white);
	margin: 50px -15px 0;
	padding: 20px 15px 0;
	border-radius: 16px 16px 0 0;
	box-shadow: 0 -10px 17px 0 rgba(141, 141, 113, .17);
	min-height: 520px
}

.contant-section.style-2 {
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: 0 -10px 17px 0 rgba(193, 193, 178, .17)
}

.social-bar {
	width: 100%;
	background: var(--secondary);
	border-radius: var(--border-radius-base);
	margin-top: -50px;
	overflow: hidden
}

.social-bar ul li {
	width: 33.33%;
	text-align: center
}

.social-bar ul li a {
	display: block;
	padding: 10px
}

.social-bar ul li a .h4,
.social-bar ul li a h4 {
	margin-bottom: 0;
	color: #fff
}

.social-bar ul li a span {
	color: rgba(255, 255, 255, .87)
}

.social-bar ul li.active a {
	background: #5231e2;
	position: relative
}

.social-bar ul li.active a:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 6px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, .5);
	border-radius: 5px 5px 0 0
}

.media.status .active-point {
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #fff;
	bottom: 0;
	left: 0;
	background-color: #54d969
}

.dz-user-list .user-grid {
	text-align: center;
	border-radius: var(--border-radius-base);
	border: 1px solid var(--border-color);
	padding: 15px
}

.dz-user-list .user-grid .media {
	margin-left: auto;
	margin-right: auto
}

.dz-user-list .user-grid .name {
	display: block;
	margin: 7px 0;
	font-size: .875rem;
	color: var(--dark);
	font-weight: 700
}

.dz-user-list .user-grid.style-2 {
	display: flex;
	align-items: center;
	padding: 0;
	border: 0;
	justify-content: space-between
}

.follow-btn {
	border: 1px solid var(--primary);
	color: var(--primary);
	border-radius: var(--border-radius-sm);
	text-align: center;
	padding: 6px 15px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2
}

.follow-btn.follow {
	background-color: var(--secondary);
	border-color: var(--secondary);
	color: #fff
}

.dz-comments-list li .list-content,
.list-item {
	display: flex;
	align-items: flex-start
}

.dz-comments-list li {
	padding-bottom: 20px;
	display: flex
}

.dz-comments-list li .list-content img {
	width: 35px;
	height: 35px;
	border-radius: 30px;
	margin-right: 10px
}

.dz-comments-list li .list-content p {
	line-height: 1.4
}

.dz-comments-list li .list-content .bottom-item li {
	font-size: .75rem;
	margin-right: 15px;
	padding: 0;
	font-weight: 700
}

#pages-container .swiper-slide {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

#pages-container-inner {
	overflow-x: hidden;
	height: 100%;
	margin: 0 -15px
}

#pages-container-inner .title-bar,
.dz-user-list {
	padding: 0 15px
}

#main-navigation ul {
	list-style-type: none;
	display: flex;
	margin: 0
}

#main-navigation ul .nav-link {
	padding: 10px;
	flex-grow: 1;
	text-align: center;
	border-bottom: 1px solid #dedede;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	color: var(--primary)
}

.links-container {
	position: relative;
	padding: 0
}

.swiper-scrollbar {
	height: 3px;
	background-color: transparent;
	opacity: 1 !important
}

.swiper-scrollbar-drag {
	background-color: var(--primary);
	border-radius: 0;
	top: -3px
}

.side-preview {
	max-width: 100px;
	height: 130px;
	position: absolute;
	top: 20px;
	right: 20px
}

.side-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.footer-content {
	position: fixed;
	bottom: 30px;
	left: 50%;
	z-index: 1
}

.button-group-list li a {
	width: 50px;
	height: 50px;
	background-color: #3a3a3a;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 50px
}

.error-page {
	display: block;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%
}

.error-page .icon-bx {
	margin: 0 0 10px
}

.banner-wrapper {
	padding: 40px 0;
	margin-bottom: -20px;
	text-align: center;
	background: var(--primary);
	position: relative;
	overflow: hidden;
	z-index: 1
}

.account-box,
.welcome-box {
	background-color: var(--bg-white)
}

.bg-image,
.story-box {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.banner-wrapper .inner-wrapper img {
	width: 200px
}

.banner-wrapper .inner-wrapper p {
	font-size: 1rem;
	color: #fff
}

.account-box {
	border-radius: 20px 20px 0 0;
	box-shadow: 0 -15px 26px 0 rgba(0, 0, 0, .02);
	position: relative;
	z-index: 2
}

.bg-image,
.story-box video {
	object-fit: cover;
	z-index: -1
}

.account-box.style-2 .account-area {
	min-height: auto
}

.account-area {
	min-height: calc(100vh - 190px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	padding-top: 10px
}

.account-area form {
	display: flex;
	flex-direction: column
}

.account-area form .saprate {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center
}

.social-btn-group {
	margin-top: 10px;
	margin-bottom: auto;
	white-space: nowrap
}

.social-btn-group .social-btn {
	width: 149px;
	min-width: 149px;
	height: 48px;
	background-color: #fff;
	text-align: center;
	border: 1px solid var(--border-color);
	line-height: 44px;
	border-radius: 50px;
	display: inline-block
}

.social-btn-group .social-btn img {
	width: 28px;
	height: 28px
}

.saprate {
	display: inline-block;
	font-size: 1rem;
	padding: 0 70px
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
	z-index: unset
}

.digit-group {
	display: flex;
	flex-direction: initial;
	margin-bottom: 20px;
	justify-content: center
}

.digit-group input {
	margin: 0 8px;
	border-radius: 15px;
	text-align: center;
	font-size: 18px;
	color: var(--dark);
	padding: 0;
	width: 50px;
	height: 50px
}

.social-box {
	text-align: center;
	margin: 25px auto;
	width: 100px;
	height: 70px
}

.seprate-box .back-btn {
	margin-right: 15px;
	width: 45px;
	min-width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--rgba-primary-2);
	border-radius: var(--border-radius-base);
	text-align: center;
	color: #fff;
	font-size: 20px
}

.dz-form-group .card-header {
	padding-bottom: 0;
	display: block;
	border: 0
}

.dz-form-group .card-header .title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0
}

.dz-form-group .digit-group {
	margin-bottom: 12px
}

.dz-form-group .digit-group input {
	width: 45px;
	height: 45px;
	margin: 0 5px
}

.bg-image {
	width: 100%;
	position: fixed;
	height: 100%
}

.welcome-area {
	flex-direction: column;
	display: flex;
	height: 100%
}

.welcome-area .welcome-logo {
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center
}

.welcome-area .welcome-logo img {
	width: 130px;
	height: 130px;
	box-shadow: var(--box-shadow);
	border-radius: 50px
}

.welcome-area .welcome-logo.style-2 {
	margin: auto;
	z-index: 999;
	padding-top: 30px;
	padding-bottom: 30px
}

.welcome-area .welcome-logo.style-2 img {
	width: 100px;
	height: 100px;
	border-radius: 40px
}

.welcome-area .welcome-logo .get-started {
	text-align: center;
	margin-bottom: 15px;
	font-weight: 500;
	margin-top: 15px
}

@media only screen and (min-width:420px) {
	.welcome-area .join-area:after {
		background-size: contain
	}
}

.welcome-area .join-area .started {
	margin-bottom: 15px;
	text-align: center
}

.welcome-area .dz-media {
	margin-top: auto;
	margin-bottom: 50px
}

.story-wrapper .swiper-wrapper .swiper-slide,
.welcome-area .swiper-slide {
	height: 100vh
}

.welcome-area .swiper-btn {
	position: absolute;
	bottom: 140px
}

.welcome-area .bottom-btn {
	position: fixed;
	bottom: 10px;
	width: 100%;
	left: 50%;
	z-index: 9
}

.welcome-area .slide-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0 15px 200px
}

.welcome-box {
	box-shadow: none;
	padding: 20px;
	border-radius: var(--border-radius-base);
	border: 1px solid var(--border-color);
	margin: 0 0 20px;
	color: #000;
	display: block;
	position: relative
}

.welcome-box .h5,
.welcome-box h5 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 8px;
	color: var(--primary)
}

.welcome-box p {
	margin-bottom: 0;
	color: #6d898f
}

.welcome-box:hover {
	border: 1px solid var(--primary)
}

.story-box {
	min-height: 100vh;
	position: relative
}

.loader-screen,
.story-box video {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0
}

.story-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, .58) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .27) 100%);
	z-index: 1
}

.story-box video {
	height: 100vh
}

.story-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px
}

.story-bar li {
	width: 100%;
	height: 5px;
	background: rgba(255, 255, 255, .23);
	border-radius: 12px;
	margin-right: 8px
}

.user-profile .user-info {
	margin-left: 15px;
	color: #fff
}

.user-profile .back-btn {
	font-size: 24px;
	color: rgba(255, 255, 255, .48)
}

.bg-black-gradient {
	background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0, #000102 99%, #000 100%);
	background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0, #000102 99%, #000 100%);
	background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0, #000102 99%, #000 100%);
	background-color: transparent !important
}

.story-wrapper .user-profile {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	padding: 45px 25px 10px
}

.story-wrapper .swiper-pagination {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 20px
}

.story-wrapper .swiper-pagination .swiper-pagination-bullet {
	height: 5px;
	background-color: rgba(255, 255, 255, .5);
	opacity: 1;
	width: 100%;
	border-radius: 10px;
	position: relative;
	overflow: hidden
}

.story-wrapper .swiper-pagination .swiper-pagination-bullet:after {
	content: "";
	height: 100%;
	width: 0;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0
}

.story-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	width: 100%;
	transition: 5s linear
}

.loader-screen {
	background-color: var(--primary);
	height: 100%;
	z-index: 9999
}

.main-screen,
.main-screen .icon {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%
}

.main-screen {
	overflow: hidden;
	z-index: 999999;
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center
}

.main-screen .loader {
	width: 90px;
	height: 90px;
	position: relative;
	display: block;
	margin: auto
}

.main-screen .loader span {
	width: 100%;
	height: 100%;
	transform: rotate(calc(20deg * var(--dz_item)));
	position: absolute;
	top: 0;
	left: 0
}

.main-screen .loader span:before {
	content: '';
	background: rgba(255, 255, 255, .3);
	width: 8px;
	height: 18px;
	border-radius: 60%;
	position: absolute;
	top: 0;
	left: 0;
	animation: 1s linear infinite dzAnimatePreloder;
	animation-delay: calc(.1s * var(--dz_item))
}

@keyframes dzAnimatePreloder {
	0% {
		transform: scale(1)
	}

	100%,
	80% {
		transform: scale(0)
	}
}

.get-started {
	text-align: center;
	flex: 1;
	width: 100%;
	background-image: url("../images/background/bg1.png");
	background-size: cover;
	background-repeat: no-repeat
}

.get-started .dz-title {
	margin-bottom: 12px;
	font-size: 24px
}

.get-started p {
	width: 260px;
	margin: 0 auto
}

.swiper-btn {
	display: flex;
	position: relative;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 0 1.5rem
}

.detail-box,
.map iframe {
	position: fixed;
	width: 100%
}

.swiper-btn-wrapper .swiper-button-next,
.swiper-btn-wrapper .swiper-button-prev {
	position: absolute;
	height: 3rem;
	opacity: 1;
	width: 3rem;
	margin: 0;
	font-size: 1.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3rem;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
	color: var(--primary);
	top: 50%;
	border: 1px solid var(--primary)
}

.swiper-btn-wrapper .swiper-button-next i,
.swiper-btn-wrapper .swiper-button-prev i {
	line-height: .5
}

.swiper-btn-wrapper .swiper-button-prev {
	left: -60px;
	transform: rotateY(180deg) translateY(-50%)
}

.swiper-btn-wrapper .swiper-button-next {
	right: -60px;
	transform: rotateY(180deg) translateY(-50%)
}

.swiper-pagination-bullets.style-5,
.swiper-pagination.style-2,
.swiper-pagination.style-3,
.swiper-pagination.style-4 {
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	position: absolute;
	z-index: 1;
	padding: 10px 0
}

.swiper-pagination.style-1 .swiper-pagination-bullet {
	margin: 0 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #bfc9da;
	opacity: 1;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	transition: .5s
}

.swiper-pagination.style-1 .swiper-pagination-bullet-active {
	background: var(--primary);
	transform: scale(1.5)
}

.swiper-pagination.style-2 {
	bottom: 20px !important
}

.swiper-pagination.style-2 .swiper-pagination-bullet {
	margin: 0 4px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #fff;
	opacity: 1;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	transition: .5s
}

.swiper-pagination.style-3,
.swiper-pagination.style-4 {
	bottom: 0 !important
}

.swiper-pagination.style-3 .swiper-pagination-bullet,
.swiper-pagination.style-4 .swiper-pagination-bullet {
	margin: 0 6px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #eee;
	opacity: 1;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
	position: relative
}

.swiper-pagination.style-3 .swiper-pagination-bullet:after,
.swiper-pagination.style-4 .swiper-pagination-bullet:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	border: 1px solid transparent;
	width: 15px;
	height: 15px;
	transform: translate(-50%, -50%)
}

.swiper-pagination.style-3 .swiper-pagination-bullet-active,
.swiper-pagination.style-4 .swiper-pagination-bullet-active {
	transform: scale(1.2);
	background-color: var(--primary)
}

.swiper-pagination-bullets.style-5 {
	bottom: -40px !important;
	text-align: center
}

.swiper-pagination-bullets.style-5 .swiper-pagination-bullet {
	margin: 0 6px;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background: #eee;
	opacity: 1;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
	position: relative
}

.swiper-pagination-bullets.style-5 .swiper-pagination-bullet-active {
	width: 15px;
	background-color: var(--primary)
}

.started-swiper-box {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: flex;
	padding: 0;
	flex-direction: column;
	height: calc(100vh - 80px)
}

.started-swiper-box .swiper-slide {
	height: 100%;
	position: relative
}

.started-swiper-box .dz-media {
	margin: auto auto 40px
}

.started-swiper-box .dz-media img {
	max-width: 250px
}

.started-swiper-box .slide-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
	z-index: 1;
	position: relative
}

.started-swiper-box .view-logo {
	margin: auto
}

.started-swiper-box .slide-content {
	z-index: 1;
	position: relative;
	max-width: 320px;
	margin: auto;
	text-align: center;
	padding: 15px 15px 0
}

.started-swiper-box .bg-icon {
	position: absolute;
	left: 0;
	top: 50%;
	opacity: .1;
	transform: translateY(-50%)
}

.detail-box .handler,
.short-map .zone {
	left: 50%;
	transform: translateX(-50%);
	position: absolute
}

.main-content {
	display: flex;
	height: 100%;
	align-items: center
}

.main-content .left-content {
	width: 30px;
	height: 100%;
	display: flex;
	align-items: center
}

.map iframe {
	height: 100%
}

.detail-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 320px;
	height: 115px;
	padding: 20px;
	background-color: var(--bg-white);
	bottom: 0;
	left: 0;
	border-top-left-radius: var(--border-radius-base);
	border-top-right-radius: var(--border-radius-base)
}

.detail-box .handler {
	width: 45px;
	height: 6px;
	background-color: var(--border-color);
	border-radius: var(--border-radius-base);
	top: 10px
}

.detail-box .social a {
	width: 50px;
	min-width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	display: inline-block;
	font-size: 18px
}

.location-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 15px 0 28px
}

.location-area .location-mark {
	width: 40px;
	min-width: 40px;
	height: 40px;
	line-height: 37px;
	text-align: center;
	background-color: var(--bg-white);
	border: 2px solid var(--border-color);
	border-radius: var(--border-radius-base)
}

.short-map,
.short-map .zone,
.short-map img {
	border-radius: var(--border-radius-base)
}

.short-map {
	overflow: hidden;
	display: inline-block;
	box-shadow: 0 3px 12px -3px #dfd5d5;
	position: relative
}

.short-map .zone {
	background: rgba(255, 255, 255, .56);
	padding: 10px;
	backdrop-filter: blur(5px);
	text-align: center;
	top: 20px;
	box-shadow: 0 4px 23px 0 rgba(0, 0, 0, .25)
}

.short-map .zone .time {
	font-size: 18px;
	font-weight: 600;
	color: var(--title);
	line-height: 1
}

.short-map img {
	width: 100%
}

.dz-timeline.style-2 {
	border: 0;
	margin: 15px 0;
	padding: 0
}

.dz-timeline.style-2 .timeline-item {
	padding: 10px 20px 10px 60px;
	border-radius: var(--border-radius-base);
	position: relative
}

.dz-timeline.style-2 .timeline-item.active:before,
.dz-timeline.style-2 .timeline-item.process:before {
	border-style: solid;
	border-color: var(--primary)
}

.dz-timeline.style-2 .timeline-item.active:after {
	content: "\f00c";
	font-weight: 700;
	font-family: 'Font Awesome 6 Free';
	color: var(--primary);
	text-align: center;
	height: 28px;
	width: 28px;
	border-radius: 50%;
	left: 16px;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, .2)
}

.dz-timeline.style-2 .timeline-item.process:after {
	background-color: var(--primary);
	border-color: #fff
}

.dz-timeline.style-2 .timeline-item:before {
	content: "";
	position: absolute;
	height: 100%;
	border: 0 dashed;
	left: 30px;
	top: 50%;
	border-left: 2px solid var(--border-color);
	z-index: -1
}

.dz-timeline.style-2 .timeline-item:after {
	left: 24px;
	background: var(--bg-white);
	border: 2px solid var(--border-color);
	top: 50%;
	transform: translateY(-50%)
}

.price-box,
.service-area {
	background-color: var(--card-bg);
	border-radius: var(--border-radius-base);
	padding: 15px
}

.dz-timeline.style-2 .timeline-tilte {
	margin-top: 0;
	margin-bottom: 3px
}

.dz-timeline.style-2 .timeline-date {
	color: #6d898f;
	font-size: 12px
}

.price-box {
	box-shadow: rgba(100, 100, 111, .2) 0 0 20px 0
}

.service-area {
	box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2);
	margin-left: 0;
	margin-right: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.delivery-man,
.map-dir {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.service-area .service-box {
	background-color: var(--bg-white);
	border: 1px solid var(--border-color);
	padding: 15px;
	width: calc(50% - 15px);
	text-align: center;
	border-radius: var(--border-radius-base);
	flex: 0 0 calc(50% - 15px);
	margin: 8px 5px
}

.driver-profile,
.order-box .order-content {
	margin-bottom: 15px;
	display: flex
}

.service-area .service-box:first-child {
	background-color: #effbf9
}

.service-area .service-box:first-child .dz-icon {
	background-color: #97cec3
}

.service-area .service-box:nth-child(2) {
	background-color: #fef9ed
}

.service-area .service-box:nth-child(2) .dz-icon {
	background-color: #e5c563
}

.service-area .service-box:nth-child(3) {
	background-color: #fcebf1
}

.service-area .service-box:nth-child(3) .dz-icon {
	background-color: #df8da8
}

.service-area .service-box:nth-child(4) {
	background-color: #f0f5fb
}

.service-area .service-box:nth-child(4) .dz-icon {
	background-color: #5085b2
}

.service-area .service-box span .dz-icon svg {
	fill: #CFB564
}

.service-area .service-box .dz-icon svg {
	width: 30px;
	height: 30px;
	fill: #fff
}

.order-box .order-content .right-content .order-number {
	font-size: 12px;
	margin-bottom: 0;
	font-weight: 700;
	color: var(--primary)
}

.order-box .order-content .right-content .order-name,
.order-summery .summery-list li .order-name {
	margin-bottom: 0;
	font-size: 12px;
	color: var(--title)
}

.order-box .order-content .right-content .order-time {
	font-size: 12px;
	margin-bottom: 0
}

.order-box .order-content .right-content ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 4px;
	margin-bottom: 4px
}

.order-summery .summery-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 6px;
	margin-bottom: 6px
}

.order-summery .summery-list li .h6,
.order-summery .summery-list li h6 {
	color: #6d898f
}

.order-summery .summery-list li .order-quantity {
	font-weight: 600;
	color: var(--primary)
}

.order-summery .view-title {
	border-top: 0;
	padding-top: 0
}

.order-summery .view-title ul li {
	padding: 4px 0
}

.driver-profile {
	align-items: center;
	border-bottom: 2px dashed var(--border-color);
	padding-bottom: 15px;
	flex-direction: column;
	justify-content: center
}

.driver-profile .profile-detail span,
.vendor-profile .profile-detail span {
	font-weight: 500;
	font-size: 12px
}

.driver-status {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--rgba-primary-1);
	padding: 12px 15px;
	margin: 0 -15px 30px
}

.driver-status li {
	text-align: center;
	padding: 0 40px;
	border-right: 1px solid var(--rgba-primary-1)
}

.driver-status li .title {
	font-size: 1rem;
	font-weight: 600;
	display: block;
	margin-bottom: 0
}

.profile-area.style-1 .main-profile .profile-image {
	width: 90px;
	min-width: 90px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	position: relative
}

.profile-area.style-1 .main-profile .profile-image img {
	border-radius: var(--border-radius-sm);
	box-shadow: rgba(0, 0, 0, .15) 0 5px 15px 0;
	border-radius: 50%
}

.profile-area.style-1 .main-profile .profile-image .icon-bx {
	width: 30px;
	height: 30px;
	background: var(--bg-white);
	backdrop-filter: blur(4px);
	box-shadow: 0 4px 11px -1px var(--rgba-primary-1);
	border: 1px solid var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	right: 0
}

.profile-area.style-1 .main-profile .join {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 12px;
	justify-content: center;
	margin-bottom: 5px
}

.profile-area.style-1 .main-profile .join p {
	font-weight: 600;
	font-size: 12px;
	color: #7a7a7a
}

.profile-area.style-1 .main-profile .review-info {
	display: inline-flex;
	align-items: center
}

.profile-area.style-1 .main-profile .review-info span {
	font-weight: 600;
	font-size: 12px
}

.review-detail {
	text-align: center;
	position: relative;
	z-index: 1;
	width: 50%
}

.review-detail:after {
	content: "";
	position: absolute;
	top: -18px;
	right: 0;
	width: 100%;
	height: 110px;
	border-right: 2px dashed var(--border-color);
	z-index: -1
}

.rating-star li {
	font-size: 10px;
	padding: 0 2px
}

.total-review,
.user-review .review-info .date {
	font-size: 12px;
	font-weight: 600;
	color: var(--title)
}

.reviews-type li {
	padding-bottom: 0;
	display: flex;
	align-items: center
}

.reviews-type li .review-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
	color: var(--title);
	margin-bottom: 5px
}

.reviews-type li span {
	display: block;
	margin-right: 10px
}

.reviews-type li:first-child .progress-bar {
	background-color: #9dd522
}

.reviews-type li:nth-child(2) .progress-bar {
	background-color: #c2e730
}

.reviews-type li:nth-child(3) .progress-bar {
	background-color: #fdd934
}

.reviews-type li:nth-child(4) .progress-bar {
	background-color: #ff8d2b
}

.reviews-type li:nth-child(5) .progress-bar {
	background-color: #f93d3d
}

.reviews-type .progress {
	height: 8px;
	width: 100%
}

.user-review {
	border-bottom: 1px solid var(--rgba-primary-1)
}

.notification-list ul li {
	margin: 0 0 15px;
	display: block
}

.notification-list ul li .card {
	padding: 20px;
	border-radius: 8px;
	margin: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.notification-list ul li .item-title {
	margin: 0 0 12px;
	font-size: 1rem
}

.notification-list ul li .item-title i {
	font-size: 14px;
	margin-right: 5px
}

.notification-list ul li .item-text {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 22px
}

.notification-list ul li .item-time {
	display: flex;
	justify-content: space-between;
	font-size: 14px
}

.notification-list ul li .time i {
	font-size: 16px;
	margin-right: 3px
}

.project-chart {
	display: flex;
	justify-content: center
}

.project-media,
.track-list li {
	display: flex;
	align-items: center
}

.project-media {
	justify-content: space-between;
	padding: 5px 0
}

.earning-tab {
	justify-content: center
}

.earning-tab .nav-item .nav-link {
	color: #888;
	box-shadow: none;
	border-bottom: 3px solid transparent;
	border-radius: 0;
	margin: 6px 16px;
	padding: 4px 5px;
	font-size: 14px;
	font-weight: 400
}

.earning-tab .nav-item .nav-link.active {
	background-color: transparent;
	border-color: var(--primary);
	color: var(--dark);
	font-weight: 500
}

.order-detail-box li,
.store-time li {
	border-bottom: 1px solid var(--border-color)
}

.bottom-wrapper {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%
}

.track-content .map-dir {
	position: absolute;
	left: 115px;
	top: -185px
}

.map-dir {
	padding: 12px 20px;
	background-color: var(--card-bg);
	display: inline-block;
	border-radius: var(--border-radius-base);
	position: relative
}

.map-dir:after {
	content: "";
	background-color: inherit;
	height: 20px;
	width: 20px;
	position: absolute;
	left: 18px;
	top: -6px;
	transform: rotate(45deg);
	box-shadow: -5px -3px 10px rgba(0, 0, 0, .1)
}

.delivery-man {
	padding: 20px 20px 50px;
	background-color: var(--primary);
	border-radius: 20px;
	z-index: 1;
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -30px
}

.delivery-man .icon-cell {
	display: block;
	margin-left: 10px;
	height: 45px;
	width: 45px;
	background-color: rgba(255, 255, 255, .2);
	text-align: center;
	font-size: 18px;
	line-height: 45px;
	border-radius: 50%;
	color: #dfdfdf
}

.fixed-content {
	background-color: var(--bg-white);
	border-radius: 20px 20px 0 0;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	margin: 0 -15px;
	padding: 30px 15px
}

.track-list li {
	padding-bottom: 20px
}

.card.info-card .bottom-area .review-title,
.card.store-card .card-body .card-info .location {
	display: flex;
	align-items: center;
	font-weight: 500
}

.track-list li .icon-box {
	background-color: var(--primary);
	border: 0;
	color: #fff;
	font-size: 16px;
	width: 35px;
	height: 35px
}

.feature-card .icon img,
.feature-card .icon svg,
.reward .icon {
	width: 75px;
	height: 75px
}

.track-list li .info p {
	line-height: 18px;
	color: var(--title);
	font-weight: 500
}

.driver-onboarding .swiper-slide .slide-info .dz-media {
	max-width: 330px;
	margin-left: auto;
	margin-right: auto
}

.card.info-card .top-area .quantity {
	color: #fff;
	font-size: 30px;
	margin-bottom: 0
}

.card.info-card .top-area p {
	font-size: 16px;
	font-weight: 500;
	opacity: .5;
	color: #fff
}

.card.info-card .icon-box-2 {
	background-color: rgba(255, 255, 255, .1);
	border: 2px solid rgba(255, 255, 255, .1);
	width: 60px;
	height: 60px
}

.card.info-card .bottom-area .review-title {
	color: #fff
}

.card.info-card .bottom-area .progress {
	height: 1rem;
	border-radius: var(--border-radius-sm);
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .1)
}

.card.info-card .bottom-area .progress .progress-bar {
	border-radius: var(--border-radius-sm);
	background-color: rgba(255, 255, 255, .5)
}

.card.revenue-card .nav-pills .nav-link,
.card.summary-card .nav-pills .nav-link {
	padding: 3px 8px;
	font-size: 12px;
	border-radius: var(--border-radius-sm)
}

.card.store-card .card-body .card-info {
	padding: 30px 20px 20px;
	position: relative
}

.card.store-card .card-body .card-info .btn {
	position: absolute;
	border-radius: var(--border-radius-base);
	text-transform: capitalize;
	top: -18px;
	right: 20px
}

.order-detail-box li {
	padding-bottom: 10px;
	margin-bottom: 10px
}

.order-detail-box li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0
}

.order-detail-box li span {
	display: block;
	color: #fff;
	font-weight: 400
}

.order-detail-box li p {
	color: #fff;
	font-weight: 600;
	font-size: 18px
}

.order-detail-box.style-2 span {
	display: block;
	color: #888;
	font-weight: 400
}

.order-detail-box.style-2 span.order-count {
	color: #01c54f
}

.order-detail-box.style-2 p {
	color: var(--title);
	font-weight: 600;
	font-size: 18px
}

.feature-card .card-body {
	padding: 20px 15px
}

.feature-card .title-head {
	color: #fff;
	font-size: 20px
}

.feature-card p {
	color: #fff;
	margin-bottom: 0;
	font-weight: 400
}

.store-time li,
.vendor-profile {
	margin-bottom: 15px;
	display: flex
}

.feature-card .icon {
	position: absolute;
	bottom: 5px;
	transform: rotate(-15deg);
	right: 5px;
	opacity: .2
}

.reward .icon {
	float: right;
	background-color: rgba(217, 217, 217, .1);
	padding: 10px;
	border-radius: var(--border-radius-base)
}

.vendor-profile {
	align-items: center;
	border-bottom: 2px dashed var(--border-color);
	padding-bottom: 15px
}

.image-upload .imageuploadify.well {
	min-height: 130px;
	justify-content: center;
	border: 1px solid var(--border-color) !important
}

.edit-area .input-mini.form-group:after {
	content: "\f044";
	position: absolute;
	top: 12px;
	right: 0;
	font-size: 16px;
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.store-time li {
	align-items: center;
	justify-content: space-between
}

.store-time li .form-control {
	width: 100px;
	padding: 0;
	height: 35px;
	border: 0;
	text-align: center
}

.product-list-2 ul li {
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px 0
}

.product-list-2 ul li .media {
	background-color: var(--rgba-primary-1);
	border-radius: var(--border-radius-base);
	padding: 5px;
	position: relative
}

.product-list-2 ul li .media .badge {
	position: absolute;
	top: 0;
	left: 0
}

.product-list-2 ul li .product-content {
	line-height: 20px
}

.product-list-2 ul li .product-content .price {
	font-size: 16px;
	font-weight: 600;
	color: var(--title)
}

.product-list-2 ul li .veg-logo {
	position: absolute;
	top: 10px;
	right: 0
}

.product-list-2 ul li .veg-logo svg {
	width: 12px;
	height: 12px
}

#preloader {
	background-color: #fff;
	padding: 0;
	margin: 0;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

#preloader .loader {
	height: 50px;
	margin: 30px auto 0;
	position: relative;
	display: flex;
	justify-content: center
}

#preloader .loader span {
	background-color: #909090;
	height: 10px;
	width: 5px;
	border-radius: 5rem;
	transform: translateX(-50%) translateY(-50%);
	transition: .5s;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	margin: 0 5px
}

#preloader .loader span:first-child {
	animation: 2s ease-in-out infinite waveUp, 2s ease-in-out infinite smallExtend
}

#preloader .loader span:nth-child(2) {
	animation: 2s ease-in-out .15s infinite waveUp, 2s ease-in-out .15s infinite largeExtend
}

#preloader .loader span:nth-child(3) {
	animation: 2s ease-in-out .3s infinite waveUp, 2s ease-in-out .3s infinite smallExtend
}

#preloader .loader span:nth-child(4) {
	animation: 2s ease-in-out .45s infinite waveUp, 2s ease-in-out .45s infinite largeExtend
}

#preloader .loader span:nth-child(5) {
	animation: 2s ease-in-out .6s infinite waveUp, 2s ease-in-out .6s infinite smallExtend
}

@keyframes waveUp {

	0%,
	100%,
	15%,
	85% {
		top: 50%
	}

	45%,
	65% {
		top: 42.5%
	}
}

@keyframes smallExtend {

	0%,
	8% {
		background-color: var(--rgba-primary-3);
		height: 20px
	}

	14%,
	34% {
		background-color: var(--rgba-primary-6);
		height: 47.5px
	}

	100%,
	46% {
		background-color: var(--rgba-primary-9);
		height: 20px
	}
}

@keyframes largeExtend {

	0%,
	8% {
		background-color: var(--rgba-primary-3);
		height: 20px
	}

	14%,
	34% {
		background-color: var(--rgba-primary-6);
		height: 82.5px
	}

	100%,
	46% {
		background-color: var(--rgba-primary-9);
		height: 20px
	}
}

@keyframes loading {
	0% {
		transform: rotate(360deg)
	}
}

#sidebar {
	display: none;
	position: fixed;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: #fff
}

.categore-box {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center
}

@keyframes rotate {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

.categore-box::before {
	content: "";
	display: block;
	background: linear-gradient(90deg, #47caff 0, #ff1969 100%);
	height: 80px;
	width: 80px;
	position: absolute;
	animation: 1s linear infinite rotate;
	z-index: 0
}

body {
	overflow-x: hidden;
}

html,
body {
	overscroll-behavior: none;
	touch-action: pan-x pan-y;
}

.title-bg-strip {
	padding: 10px;
	padding-top: 13px;
	background-color: #fff;
	background-image: linear-gradient(to right, #C2D7F2, #FFFFFF);
	background-size: 50% 100%;
	background-repeat: no-repeat;
	padding-right: 1rem !important;
	margin-top: 1rem;
}

.title-bg-strip a {
	font-weight: 600;
	color: black;
}

.business-wrap {
	text-align: center;
	border: 1px solid #00000024;
	border-radius: 8px;
	padding: 8px 5px;
	padding-top: 1.5rem;
}

.business-wrap p {
	margin-bottom: 0px;
}

.top_rated_businesses {
	padding: 10px 20px;
}

.business-category {
	font-size: 12px;
	margin-bottom: 0px;
}

.business-name {
	font-size: 12px;
	margin-bottom: 0;
}

.business-image {
	width: 100px;
	height: 100px;
	background-size: cover !important;
	margin: auto;
	margin-bottom: -20px;
}

.trending_products {
	padding: 10px 20px;
}

.product-wrap {
	text-align: center;
	border: 1px solid #00000024;
	border-radius: 8px;
	padding: 8px 5px;
	padding-top: 5px;
}

.product-image img {
	margin-bottom: 10px;
}

.product-name {
	font-size: 12px;
	margin-bottom: 3px;
}

.product-wrap a {
	background: black;
	color: white;
	padding: 5px 10px;
	display: inline-block;
	border-radius: 33px;
	font-size: 12px;
	width: 120px;
}

.product-price {
	color: #b35c07;
	font-size: 14px;
}

.product-wrap a i {
	color: #00ff00;
	margin-right: 3px;
}

.categorie-swiper .swiper-wrapper {
	justify-content: center;
}

.page-content {
	max-width: 800px;
	margin: auto;
}

.header .container {
	max-width: 95%;
}

.navigation-header
{
        display: flex;
    gap: 20px;
    justify-content: right;
}

.top_stories {
	padding-left: 10px;
}

.top_stories img {
	border: 2px solid #fff;
	border-radius: 10rem;
	width: 75px;
	height: 75px;
	z-index: 999;
	position: relative;
}

#profileModal .modal-content {
	max-width: 100%;
}

.card-container {
	max-width: 800px;
}

.top_stories .swiper-slide {
	width: 76px !important;
	margin-right: 10px !important;
	text-align: center;
}

body {
	user-select: none;
	-webkit-user-select: none;
	/* for Safari */
	-moz-user-select: none;
	/* for Firefox */
	-ms-user-select: none;
	/* for older IE/Edge */
}

.menubar-area.style-2 {
	box-shadow: 0px 0px 40px 0px #5959594d;
}