@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://unpkg.com/boxicons@2.0.7/css/boxicons.min.css');
:root {
	--blue: #0d6efd;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #c35;
	--red: #dc3545;
	--orange: #fd7e14;
	--info: #1d98ff;
	--yellow: #ffc107;
	--green: #198754;
	--teal: #20c997;
	--cyan: #0dcaf0;
	--white: #fff;
	--gray: #e9f0ec;
	--gray-dark: #343a40;
	--success: #03a678;
	--warning: #ffc107;
	--danger: #b50000;
	--black: #000;
	--white: #fff;
	--dark: #000;
	--dark-grey: #222;
	--semi-dark-grey: #757575;
	--white-grey: rgba(238, 238, 238, 0.4);
	--grey: #c3c5c7;
	--transparent: rgba(0, 0, 0, 0);
	--blue-facebook: #3b5997;
	--blue-linkedin: #0e76a8;
	--white-blue: #e9f5ff;
	--font-sans-serif: 'Source Sans Pro', sans-serif;
	--font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
		'Courier New', monospace;
	--gradient: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0)
	);
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}
body {
	margin: 0;
	font-family: var(--font-sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
	color: #212529;
	background-color: var(--body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: 0.25;
}
hr:not([size]) {
	height: 1px;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}
h1,
.h1 {
	font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
	h1,
	.h1 {
		font-size: 2.5rem;
	}
}
h2,
.h2 {
	font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
	h2,
	.h2 {
		font-size: 2rem;
	}
}
h3,
.h3 {
	font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	h3,
	.h3 {
		font-size: 1.75rem;
	}
}
h4,
.h4 {
	font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
	h4,
	.h4 {
		font-size: 1.5rem;
	}
}
h5,
.h5 {
	font-size: 1.25rem;
}
h6,
.h6 {
	font-size: 1rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
	text-decoration: underline dotted;
	cursor: help;
	text-decoration-skip-ink: none;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
ol,
ul {
	padding-left: 2rem;
}
ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}
blockquote {
	margin: 0 0 1rem;
}
b,
strong {
	font-weight: bolder;
}
small,
.small {
	font-size: 0.875em;
}
mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}
sub,
sup {
	position: relative;
	font-size: 0.75em;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
a {
	color: var(--primary);
	text-decoration: underline;
}
a:hover {
	color: var(--primary-hover);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}
pre,
code,
kbd,
samp {
	font-family: var(--font-monospace);
	font-size: 1em;
	direction: ltr /* rtl:ignore */;
	unicode-bidi: bidi-override;
}
pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: 0.875em;
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}
code {
	font-size: 0.875em;
	color: #c35;
	word-wrap: break-word;
}
a > code {
	color: inherit;
}
kbd {
	padding: 0.2rem 0.4rem;
	font-size: 0.875em;
	color: #fff;
	background-color: #212529;
	border-radius: 0;
}
kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700;
}
figure {
	margin: 0 0 1rem;
}
img,
svg {
	vertical-align: middle;
}
table {
	caption-side: bottom;
	border-collapse: collapse;
}
caption {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	color: #6c757d;
	text-align: left;
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}
label {
	display: inline-block;
}
button {
	border-radius: 0;
}
button:focus:not(:focus-visible) {
	outline: 0;
    box-shadow: none;
}
input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
select {
	text-transform: none;
}
[role='button'] {
	cursor: pointer;
}
select {
	word-wrap: normal;
}
select:disabled {
	opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
	display: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
	cursor: pointer;
}
::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
textarea {
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: calc(1.275rem + 0.3vw);
	line-height: inherit;
}
@media (min-width: 1200px) {
	legend {
		font-size: 1.5rem;
	}
}
legend + * {
	clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-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-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
output {
	display: inline-block;
}
iframe {
	border: 0;
}
summary {
	display: list-item;
	cursor: pointer;
}
progress {
	vertical-align: baseline;
}
[hidden] {
	display: none !important;
}
.lead {
	font-size: 1.25rem;
	font-weight: 300;
}
.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1200px) {
	.display-1 {
		font-size: 5rem;
	}
}
.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1200px) {
	.display-2 {
		font-size: 4.5rem;
	}
}
.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1200px) {
	.display-3 {
		font-size: 4rem;
	}
}
.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1200px) {
	.display-4 {
		font-size: 3.5rem;
	}
}
.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1200px) {
	.display-5 {
		font-size: 3rem;
	}
}
.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1200px) {
	.display-6 {
		font-size: 2.5rem;
	}
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
}
.list-inline-item {
	display: inline-block;
}
.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}
.initialism {
	font-size: 0.875em;
	text-transform: uppercase;
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}
.blockquote > :last-child {
	margin-bottom: 0;
}
.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: 0.875em;
	color: #6c757d;
}
.blockquote-footer::before {
	content: '\2014\00A0';
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.img-thumbnail {
	padding: 0.25rem;
	background-color: #f4faff;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	max-width: 100%;
	height: auto;
}
.figure {
	display: inline-block;
}
.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}
.figure-caption {
	font-size: 0.875em;
	color: #6c757d;
}
.container,
.container-fluid,
.container-xxl,
.container-xlg,
.container-xll,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	width: 100%;
	padding-right: var(--gutter-x, 0.75rem);
	padding-left: var(--gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container-sm,
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container-md,
	.container-sm,
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1140px;
	}
}
@media (min-width: 1440px) {
	.container-xll,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1336px;
	}
}
@media (min-width: 1680px) {
	.container-xlg,
	.container-xll,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1540px;
	}
}
@media (min-width: 1900px) {
	.container-xxl,
	.container-xlg,
	.container-xll,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1710px;
	}
}
.row {
	--gutter-x: 1.5rem;
	--gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--gutter-y) * -1);
	margin-right: calc(var(--gutter-x) / -2);
	margin-left: calc(var(--gutter-x) / -2);
}
.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--gutter-x) / 2);
	padding-left: calc(var(--gutter-x) / 2);
	margin-top: var(--gutter-y);
}
.col {
	flex: 1 0 0%;
}
.row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
}
.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}
.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}
.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.3333333333%;
}
.row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
}
.row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%;
}
.row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.6666666667%;
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
}
.col-1 {
	flex: 0 0 auto;
	width: 8.3333333333%;
}
.col-2 {
	flex: 0 0 auto;
	width: 16.6666666667%;
}
.col-3 {
	flex: 0 0 auto;
	width: 25%;
}
.col-4 {
	flex: 0 0 auto;
	width: 33.3333333333%;
}
.col-5 {
	flex: 0 0 auto;
	width: 41.6666666667%;
}
.col-6 {
	flex: 0 0 auto;
	width: 50%;
}
.col-7 {
	flex: 0 0 auto;
	width: 58.3333333333%;
}
.col-8 {
	flex: 0 0 auto;
	width: 66.6666666667%;
}
.col-9 {
	flex: 0 0 auto;
	width: 75%;
}
.col-10 {
	flex: 0 0 auto;
	width: 83.3333333333%;
}
.col-11 {
	flex: 0 0 auto;
	width: 91.6666666667%;
}
.col-12 {
	flex: 0 0 auto;
	width: 100%;
}
.offset-1 {
	margin-left: 8.3333333333%;
}
.offset-2 {
	margin-left: 16.6666666667%;
}
.offset-3 {
	margin-left: 25%;
}
.offset-4 {
	margin-left: 33.3333333333%;
}
.offset-5 {
	margin-left: 41.6666666667%;
}
.offset-6 {
	margin-left: 50%;
}
.offset-7 {
	margin-left: 58.3333333333%;
}
.offset-8 {
	margin-left: 66.6666666667%;
}
.offset-9 {
	margin-left: 75%;
}
.offset-10 {
	margin-left: 83.3333333333%;
}
.offset-11 {
	margin-left: 91.6666666667%;
}
.g-0,
.gx-0 {
	--gutter-x: 0;
}
.g-0,
.gy-0 {
	--gutter-y: 0;
}
.g-1,
.gx-1 {
	--gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
	--gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
	--gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
	--gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
	--gutter-x: 1rem;
}
.g-3,
.gy-3 {
	--gutter-y: 1rem;
}
.g-4,
.gx-4 {
	--gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
	--gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
	--gutter-x: 3rem;
}
.g-5,
.gy-5 {
	--gutter-y: 3rem;
}
@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0%;
	}
	.row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}
	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}
	.offset-sm-5 {
		margin-left: 41.6666666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}
	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}
	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}
	.g-sm-0,
	.gx-sm-0 {
		--gutter-x: 0;
	}
	.g-sm-0,
	.gy-sm-0 {
		--gutter-y: 0;
	}
	.g-sm-1,
	.gx-sm-1 {
		--gutter-x: 0.25rem;
	}
	.g-sm-1,
	.gy-sm-1 {
		--gutter-y: 0.25rem;
	}
	.g-sm-2,
	.gx-sm-2 {
		--gutter-x: 0.5rem;
	}
	.g-sm-2,
	.gy-sm-2 {
		--gutter-y: 0.5rem;
	}
	.g-sm-3,
	.gx-sm-3 {
		--gutter-x: 1rem;
	}
	.g-sm-3,
	.gy-sm-3 {
		--gutter-y: 1rem;
	}
	.g-sm-4,
	.gx-sm-4 {
		--gutter-x: 1.5rem;
	}
	.g-sm-4,
	.gy-sm-4 {
		--gutter-y: 1.5rem;
	}
	.g-sm-5,
	.gx-sm-5 {
		--gutter-x: 3rem;
	}
	.g-sm-5,
	.gy-sm-5 {
		--gutter-y: 3rem;
	}
}
@media (min-width: 768px) {
	.col-md {
		flex: 1 0 0%;
	}
	.row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.3333333333%;
	}
	.offset-md-2 {
		margin-left: 16.6666666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.3333333333%;
	}
	.offset-md-5 {
		margin-left: 41.6666666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.3333333333%;
	}
	.offset-md-8 {
		margin-left: 66.6666666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.3333333333%;
	}
	.offset-md-11 {
		margin-left: 91.6666666667%;
	}
	.g-md-0,
	.gx-md-0 {
		--gutter-x: 0;
	}
	.g-md-0,
	.gy-md-0 {
		--gutter-y: 0;
	}
	.g-md-1,
	.gx-md-1 {
		--gutter-x: 0.25rem;
	}
	.g-md-1,
	.gy-md-1 {
		--gutter-y: 0.25rem;
	}
	.g-md-2,
	.gx-md-2 {
		--gutter-x: 0.5rem;
	}
	.g-md-2,
	.gy-md-2 {
		--gutter-y: 0.5rem;
	}
	.g-md-3,
	.gx-md-3 {
		--gutter-x: 1rem;
	}
	.g-md-3,
	.gy-md-3 {
		--gutter-y: 1rem;
	}
	.g-md-4,
	.gx-md-4 {
		--gutter-x: 1.5rem;
	}
	.g-md-4,
	.gy-md-4 {
		--gutter-y: 1.5rem;
	}
	.g-md-5,
	.gx-md-5 {
		--gutter-x: 3rem;
	}
	.g-md-5,
	.gy-md-5 {
		--gutter-y: 3rem;
	}
}
@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0%;
	}
	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}
	.offset-lg-2 {
		margin-left: 16.6666666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}
	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}
	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}
	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}
	.g-lg-0,
	.gx-lg-0 {
		--gutter-x: 0;
	}
	.g-lg-0,
	.gy-lg-0 {
		--gutter-y: 0;
	}
	.g-lg-1,
	.gx-lg-1 {
		--gutter-x: 0.25rem;
	}
	.g-lg-1,
	.gy-lg-1 {
		--gutter-y: 0.25rem;
	}
	.g-lg-2,
	.gx-lg-2 {
		--gutter-x: 0.5rem;
	}
	.g-lg-2,
	.gy-lg-2 {
		--gutter-y: 0.5rem;
	}
	.g-lg-3,
	.gx-lg-3 {
		--gutter-x: 1rem;
	}
	.g-lg-3,
	.gy-lg-3 {
		--gutter-y: 1rem;
	}
	.g-lg-4,
	.gx-lg-4 {
		--gutter-x: 1.5rem;
	}
	.g-lg-4,
	.gy-lg-4 {
		--gutter-y: 1.5rem;
	}
	.g-lg-5,
	.gx-lg-5 {
		--gutter-x: 3rem;
	}
	.g-lg-5,
	.gy-lg-5 {
		--gutter-y: 3rem;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		flex: 1 0 0%;
	}
	.row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}
	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}
	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}
	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}
	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}
	.g-xl-0,
	.gx-xl-0 {
		--gutter-x: 0;
	}
	.g-xl-0,
	.gy-xl-0 {
		--gutter-y: 0;
	}
	.g-xl-1,
	.gx-xl-1 {
		--gutter-x: 0.25rem;
	}
	.g-xl-1,
	.gy-xl-1 {
		--gutter-y: 0.25rem;
	}
	.g-xl-2,
	.gx-xl-2 {
		--gutter-x: 0.5rem;
	}
	.g-xl-2,
	.gy-xl-2 {
		--gutter-y: 0.5rem;
	}
	.g-xl-3,
	.gx-xl-3 {
		--gutter-x: 1rem;
	}
	.g-xl-3,
	.gy-xl-3 {
		--gutter-y: 1rem;
	}
	.g-xl-4,
	.gx-xl-4 {
		--gutter-x: 1.5rem;
	}
	.g-xl-4,
	.gy-xl-4 {
		--gutter-y: 1.5rem;
	}
	.g-xl-5,
	.gx-xl-5 {
		--gutter-x: 3rem;
	}
	.g-xl-5,
	.gy-xl-5 {
		--gutter-y: 3rem;
	}
}
@media (min-width: 1440px) {
	.col-xll {
		flex: 1 0 0%;
	}
	.row-cols-xll-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xll-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xll-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xll-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xll-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xll-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xll-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xll-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xll-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-xll-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xll-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xll-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-xll-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-xll-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xll-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-xll-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-xll-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xll-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.col-xll-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.col-xll-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xll-0 {
		margin-left: 0;
	}
	.offset-xll-1 {
		margin-left: 8.3333333333%;
	}
	.offset-xll-2 {
		margin-left: 16.6666666667%;
	}
	.offset-xll-3 {
		margin-left: 25%;
	}
	.offset-xll-4 {
		margin-left: 33.3333333333%;
	}
	.offset-xll-5 {
		margin-left: 41.6666666667%;
	}
	.offset-xll-6 {
		margin-left: 50%;
	}
	.offset-xll-7 {
		margin-left: 58.3333333333%;
	}
	.offset-xll-8 {
		margin-left: 66.6666666667%;
	}
	.offset-xll-9 {
		margin-left: 75%;
	}
	.offset-xll-10 {
		margin-left: 83.3333333333%;
	}
	.offset-xll-11 {
		margin-left: 91.6666666667%;
	}
	.g-xll-0,
	.gx-xll-0 {
		--gutter-x: 0;
	}
	.g-xll-0,
	.gy-xll-0 {
		--gutter-y: 0;
	}
	.g-xll-1,
	.gx-xll-1 {
		--gutter-x: 0.25rem;
	}
	.g-xll-1,
	.gy-xll-1 {
		--gutter-y: 0.25rem;
	}
	.g-xll-2,
	.gx-xll-2 {
		--gutter-x: 0.5rem;
	}
	.g-xll-2,
	.gy-xll-2 {
		--gutter-y: 0.5rem;
	}
	.g-xll-3,
	.gx-xll-3 {
		--gutter-x: 1rem;
	}
	.g-xll-3,
	.gy-xll-3 {
		--gutter-y: 1rem;
	}
	.g-xll-4,
	.gx-xll-4 {
		--gutter-x: 1.5rem;
	}
	.g-xll-4,
	.gy-xll-4 {
		--gutter-y: 1.5rem;
	}
	.g-xll-5,
	.gx-xll-5 {
		--gutter-x: 3rem;
	}
	.g-xll-5,
	.gy-xll-5 {
		--gutter-y: 3rem;
	}
}
@media (min-width: 1680px) {
	.col-xlg {
		flex: 1 0 0%;
	}
	.row-cols-xlg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xlg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xlg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xlg-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xlg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xlg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xlg-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xlg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xlg-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-xlg-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xlg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xlg-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-xlg-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-xlg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xlg-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-xlg-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-xlg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xlg-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.col-xlg-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.col-xlg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xlg-0 {
		margin-left: 0;
	}
	.offset-xlg-1 {
		margin-left: 8.3333333333%;
	}
	.offset-xlg-2 {
		margin-left: 16.6666666667%;
	}
	.offset-xlg-3 {
		margin-left: 25%;
	}
	.offset-xlg-4 {
		margin-left: 33.3333333333%;
	}
	.offset-xlg-5 {
		margin-left: 41.6666666667%;
	}
	.offset-xlg-6 {
		margin-left: 50%;
	}
	.offset-xlg-7 {
		margin-left: 58.3333333333%;
	}
	.offset-xlg-8 {
		margin-left: 66.6666666667%;
	}
	.offset-xlg-9 {
		margin-left: 75%;
	}
	.offset-xlg-10 {
		margin-left: 83.3333333333%;
	}
	.offset-xlg-11 {
		margin-left: 91.6666666667%;
	}
	.g-xlg-0,
	.gx-xlg-0 {
		--gutter-x: 0;
	}
	.g-xlg-0,
	.gy-xlg-0 {
		--gutter-y: 0;
	}
	.g-xlg-1,
	.gx-xlg-1 {
		--gutter-x: 0.25rem;
	}
	.g-xlg-1,
	.gy-xlg-1 {
		--gutter-y: 0.25rem;
	}
	.g-xlg-2,
	.gx-xlg-2 {
		--gutter-x: 0.5rem;
	}
	.g-xlg-2,
	.gy-xlg-2 {
		--gutter-y: 0.5rem;
	}
	.g-xlg-3,
	.gx-xlg-3 {
		--gutter-x: 1rem;
	}
	.g-xlg-3,
	.gy-xlg-3 {
		--gutter-y: 1rem;
	}
	.g-xlg-4,
	.gx-xlg-4 {
		--gutter-x: 1.5rem;
	}
	.g-xlg-4,
	.gy-xlg-4 {
		--gutter-y: 1.5rem;
	}
	.g-xlg-5,
	.gx-xlg-5 {
		--gutter-x: 3rem;
	}
	.g-xlg-5,
	.gy-xlg-5 {
		--gutter-y: 3rem;
	}
}
@media (min-width: 1900px) {
	.col-xxl {
		flex: 1 0 0%;
	}
	.row-cols-xxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xxl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xxl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.3333333333%;
	}
	.offset-xxl-2 {
		margin-left: 16.6666666667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.3333333333%;
	}
	.offset-xxl-5 {
		margin-left: 41.6666666667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.3333333333%;
	}
	.offset-xxl-8 {
		margin-left: 66.6666666667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.3333333333%;
	}
	.offset-xxl-11 {
		margin-left: 91.6666666667%;
	}
	.g-xxl-0,
	.gx-xxl-0 {
		--gutter-x: 0;
	}
	.g-xxl-0,
	.gy-xxl-0 {
		--gutter-y: 0;
	}
	.g-xxl-1,
	.gx-xxl-1 {
		--gutter-x: 0.25rem;
	}
	.g-xxl-1,
	.gy-xxl-1 {
		--gutter-y: 0.25rem;
	}
	.g-xxl-2,
	.gx-xxl-2 {
		--gutter-x: 0.5rem;
	}
	.g-xxl-2,
	.gy-xxl-2 {
		--gutter-y: 0.5rem;
	}
	.g-xxl-3,
	.gx-xxl-3 {
		--gutter-x: 1rem;
	}
	.g-xxl-3,
	.gy-xxl-3 {
		--gutter-y: 1rem;
	}
	.g-xxl-4,
	.gx-xxl-4 {
		--gutter-x: 1.5rem;
	}
	.g-xxl-4,
	.gy-xxl-4 {
		--gutter-y: 1.5rem;
	}
	.g-xxl-5,
	.gx-xxl-5 {
		--gutter-x: 3rem;
	}
	.g-xxl-5,
	.gy-xxl-5 {
		--gutter-y: 3rem;
	}
}
.table {
	--table-bg: rgba(0, 0, 0, 0);
	--table-accent-bg: rgba(0, 0, 0, 0);
	--table-striped-color: #212529;
	--table-striped-bg: rgba(0, 0, 0, 0.05);
	--table-active-color: #212529;
	--table-active-bg: rgba(0, 0, 0, 0.1);
	--table-hover-color: #212529;
	--table-hover-bg: rgba(0, 0, 0, 0.075);
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	vertical-align: top;
	border-color: rgba(var(--raw-rgb-grey), 0.3);
}
.table > :not(caption) > * > * {
    vertical-align: baseline;
	padding: 0.8rem 0.5rem;
	background-color: var(--table-bg);
	border-bottom-width: 1px;
	box-shadow: inset 0 0 0 9999px var(--table-accent-bg);
}
.table > tbody {
	vertical-align: inherit;
}
.table > thead {
	vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
	border-bottom-color: rgba(var(--raw-rgb-grey), 0.8);
}
.caption-top {
	caption-side: top;
}
.table-sm > :not(caption) > * > * {
	padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
	border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
	border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
	border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	--table-accent-bg: var(--table-striped-bg);
	color: var(--table-striped-color);
}
.table-active {
	--table-accent-bg: var(--table-active-bg);
	color: var(--table-active-color);
}
.table-hover > tbody > tr:hover {
	--table-accent-bg: var(--table-hover-bg);
	color: var(--table-hover-color);
}
.table-primary {
	--table-bg: #cfd4de;
	--table-striped-bg: #c5c9d3;
	--table-striped-color: #000;
	--table-active-bg: #babfc8;
	--table-active-color: #000;
	--table-hover-bg: #bfc4cd;
	--table-hover-color: #000;
	color: #000;
	border-color: #babfc8;
}
.table-secondary {
	--table-bg: #d2eaff;
	--table-striped-bg: #c8def2;
	--table-striped-color: #000;
	--table-active-bg: #bdd3e6;
	--table-active-color: #000;
	--table-hover-bg: #c2d8ec;
	--table-hover-color: #000;
	color: #000;
	border-color: #bdd3e6;
}
.table-success {
	--table-bg: #d1e7dd;
	--table-striped-bg: #c7dbd2;
	--table-striped-color: #000;
	--table-active-bg: #bcd0c7;
	--table-active-color: #000;
	--table-hover-bg: #c1d6cc;
	--table-hover-color: #000;
	color: #000;
	border-color: #bcd0c7;
}
.table-info {
	--table-bg: #cff4fc;
	--table-striped-bg: #c5e8ef;
	--table-striped-color: #000;
	--table-active-bg: #badce3;
	--table-active-color: #000;
	--table-hover-bg: #bfe2e9;
	--table-hover-color: #000;
	color: #000;
	border-color: #badce3;
}
.table-warning {
	--table-bg: #fff3cd;
	--table-striped-bg: #f2e7c3;
	--table-striped-color: #000;
	--table-active-bg: #e6dbb9;
	--table-active-color: #000;
	--table-hover-bg: #ece1be;
	--table-hover-color: #000;
	color: #000;
	border-color: #e6dbb9;
}
.table-danger {
	--table-bg: #f8d7da;
	--table-striped-bg: #eccccf;
	--table-striped-color: #000;
	--table-active-bg: #dfc2c4;
	--table-active-color: #000;
	--table-hover-bg: #e5c7ca;
	--table-hover-color: #000;
	color: #000;
	border-color: #dfc2c4;
}
.table-light {
	--table-bg: #f8f9fa;
	--table-striped-bg: #ecedee;
	--table-striped-color: #000;
	--table-active-bg: #dfe0e1;
	--table-active-color: #000;
	--table-hover-bg: #e5e6e7;
	--table-hover-color: #000;
	color: #000;
	border-color: #dfe0e1;
}
.table-dark {
	--table-bg: #212529;
	--table-striped-bg: #2c3034;
	--table-striped-color: #fff;
	--table-active-bg: #373b3e;
	--table-active-color: #fff;
	--table-hover-bg: #323539;
	--table-hover-color: #fff;
	color: #fff;
	border-color: #373b3e;
}
.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 991.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 1439.98px) {
	.table-responsive-xll {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 1679.98px) {
	.table-responsive-xlg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 1899.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
.form-label {
	margin-bottom: 0.5rem;
}
.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.7;
}
.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
}
.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.875rem;
}
.form-text {
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #6c757d;
}
.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid var(--gray);
	appearance: none;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}
.form-control[type='file'] {
	overflow: hidden;
    line-height: 2;
}
.form-control[type='file']:not(:disabled):not([readonly]) {
	cursor: pointer;
}
.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: var(--secondary);
	outline: 0;
	box-shadow: 0 0 0 0.25rem var(--secondary-color-shadow);
}
.form-control::-webkit-date-and-time-value {
	height: 1.7em;
}
.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}
.form-control::file-selector-button {
	padding: 0.375rem 0.75rem;
	margin: -0.375rem -0.75rem;
	margin-inline-end: 0.75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	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;
}
@media (prefers-reduced-motion: reduce) {
	.form-control::file-selector-button {
		transition: none;
	}
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
	padding: 0.375rem 0.75rem;
	margin: -0.375rem -0.75rem;
	margin-inline-end: 0.75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	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;
}
@media (prefers-reduced-motion: reduce) {
	.form-control::-webkit-file-upload-button {
		transition: none;
	}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3;
}
.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.375rem 0;
	margin-bottom: 0;
	line-height: 1.7;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}
.form-control-sm {
	min-height: calc(1.7em + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0;
}
.form-control-sm::file-selector-button {
	padding: 0.25rem 0.5rem;
	margin: -0.25rem -0.5rem;
	margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
	padding: 0.25rem 0.5rem;
	margin: -0.25rem -0.5rem;
	margin-inline-end: 0.5rem;
}
.form-control-lg {
	min-height: calc(1.7em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 4px;
}
.form-control-lg::file-selector-button {
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem;
	margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem;
	margin-inline-end: 1rem;
}
textarea.form-control {
	min-height: calc(1.7em + 0.75rem + 2px);
}
textarea.form-control-sm {
	min-height: calc(1.7em + 0.5rem + 2px);
}
textarea.form-control-lg {
	min-height: calc(1.7em + 1rem + 2px);
}
.form-control-color {
	max-width: 3rem;
	height: auto;
	padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer;
}
.form-control-color::-moz-color-swatch {
	height: 1.7em;
	border-radius: 4px;
}
.form-control-color::-webkit-color-swatch {
	height: 1.7em;
	border-radius: 4px;
}
.form-select {
	display: block;
	width: 100%;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
	color: #212529;
	background-color: #fff;
	background-image: 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 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: 1px solid var(--primary);
	border-radius: 4px;
	appearance: none;
}
.form-select:focus {
	border-color: var(--secondary);
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(16, 41, 88, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size='1']) {
	padding-right: 0.75rem;
	background-image: none;
}
.form-select:disabled {
	background-color: #e9ecef;
}
.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #212529;
}
.form-select-sm {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 0.875rem;
}
.form-select-lg {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}
.form-check {
	display: block;
	min-height: 1.7rem;
	padding-left: 1.8em;
	margin-bottom: 0.125rem;
}
.form-check .form-check-input {
	float: left;
	margin-left: -1.8em;
}
.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(16, 41, 88, 0.25);
	appearance: none;
	color-adjust: exact;
}
.form-check-input[type='checkbox'] {
	border-radius: 4px;
}
.form-check-input[type='radio'] {
	border-radius: 50%;
}
.form-check-input:active {
	filter: brightness(90%);
}
.form-check-input:focus {
	border-color: var(--secondary);
	outline: 0;
	box-shadow: 0 0 0 0.25rem var(--secondary-color-shadow);
}
.form-check-input:checked {
	background-color: var(--primary);
	border-color: var(--primary-color-border);
}
.form-check-input[type='checkbox']:checked {
	background-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 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input[type='radio']:checked {
	background-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: var(--primary);
	border-color: var(--primary-color-border);
	background-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: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
	opacity: 0.5;
}
.form-switch {
	padding-left: 2.5em;
}
.form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	background-image: 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");
	background-position: left center;
	border-radius: 10px;
	transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-switch .form-check-input {
		transition: none;
	}
}
.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%231d98ff'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: 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-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,
.dataTables_wrapper
	.dataTables_paginate
	.btn-check[disabled]
	+ .paginate_button.current,
.btn-check:disabled + .btn,
.dataTables_wrapper
	.dataTables_paginate
	.btn-check:disabled
	+ .paginate_button.current {
	pointer-events: none;
	filter: none;
	opacity: 0.65;
}
.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	background-color: transparent;
	appearance: none;
}
.form-range:focus {
	outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #f4faff, 0 0 0 0.25rem var(--secondary-color-shadow);
}
.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #f4faff, 0 0 0 0.25rem var(--secondary-color-shadow);
}
.form-range::-moz-focus-outer {
	border: 0;
}
.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: var(--primary);
	border: 0;
	border-radius: 4px;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.form-range::-webkit-slider-thumb {
		transition: none;
	}
}
.form-range::-webkit-slider-thumb:active {
	background-color: #b7bfcd;
}
.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 4px;
}
.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: var(--primary);
	border: 0;
	border-radius: 4px;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.form-range::-moz-range-thumb {
		transition: none;
	}
}
.form-range::-moz-range-thumb:active {
	background-color: #b7bfcd;
}
.form-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 4px;
}
.form-range:disabled {
	pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}
.form-floating {
	position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
	height: calc(3.5rem + 2px);
	padding: 1rem 0.75rem;
}
.form-floating > label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem 0.75rem;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-floating > label {
		transition: none;
	}
}
.form-floating > .form-control::placeholder {
	color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-select {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
	z-index: 3;
}
.input-group .btn,
.input-group .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .input-group .paginate_button.current {
	position: relative;
	z-index: 2;
}
.input-group .btn:focus,
.input-group
	.dataTables_wrapper
	.dataTables_paginate
	.paginate_button.current:focus,
.dataTables_wrapper
	.dataTables_paginate
	.input-group
	.paginate_button.current:focus {
	z-index: 3;
}
.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid var(--primary);
	border-radius: 4px;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.dataTables_wrapper
	.dataTables_paginate
	.input-group-lg
	> .paginate_button.current {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 4px;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.dataTables_wrapper
	.dataTables_paginate
	.input-group-sm
	> .paginate_button.current {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
	padding-right: 3rem;
}
.input-group:not(.has-validation)
	> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group.has-validation
	> :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
	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: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #198754;
}
.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	color: #fff;
	background-color: rgba(25, 135, 84, 0.9);
	border-radius: 4px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
	display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
	border-color: #198754;
	padding-right: calc(1.7em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.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(0.425em + 0.1875rem) center;
	background-size: calc(0.85em + 0.375rem) calc(0.85em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.7em + 0.75rem);
	background-position: top calc(0.425em + 0.1875rem) right
		calc(0.425em + 0.1875rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
	border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select[size='1']:valid:not([multiple]),
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid[size='1']:not([multiple]) {
	padding-right: 4.125rem;
	background-image: 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 5l6 6 6-6'/%3e%3c/svg%3e"),
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.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-position: right 0.75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(0.85em + 0.375rem) calc(0.85em + 0.375rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
	border-color: #198754;
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
	background-color: #198754;
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
	color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
	margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
	z-index: 1;
}
.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
	z-index: 3;
}
.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #dc3545;
}
.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
	border-radius: 4px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
	display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.7em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.425em + 0.1875rem) center;
	background-size: calc(0.85em + 0.375rem) calc(0.85em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.7em + 0.75rem);
	background-position: top calc(0.425em + 0.1875rem) right
		calc(0.425em + 0.1875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
	border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select[size='1']:invalid:not([multiple]),
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid[size='1']:not([multiple]) {
	padding-right: 4.125rem;
	background-image: 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 5l6 6 6-6'/%3e%3c/svg%3e"),
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-position: right 0.75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(0.85em + 0.375rem) calc(0.85em + 0.375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
	border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
	background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
	color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
	margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
	z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
	z-index: 3;
}
.btn,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	display: inline-block;
	font-weight: 400;
	line-height: 1.7;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 4px;
	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;
}
@media (prefers-reduced-motion: reduce) {
	.btn,
	.dataTables_wrapper .dataTables_paginate .paginate_button.current,
	.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
		transition: none;
	}
}
.btn:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #212529;
}
.btn-check:focus + .btn,
.dataTables_wrapper
	.dataTables_paginate
	.btn-check:focus
	+ .paginate_button.current,
.btn:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem var(--secondary-color-shadow);
}
.btn:disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:disabled,
.btn.disabled,
.dataTables_wrapper .dataTables_paginate .disabled.paginate_button.current,
fieldset:disabled .btn,
fieldset:disabled
	.dataTables_wrapper
	.dataTables_paginate
	.paginate_button.current,
.dataTables_wrapper
	.dataTables_paginate
	fieldset:disabled
	.paginate_button.current {
	pointer-events: none;
	opacity: 0.65;
}
.btn-primary {
	color: #fff;
	background-color: var(--primary);
	border-color: var(--primary);
}
.btn-primary:hover {
	color: #fff;
	background-color: var(--primary-hover);
	border-color: var(--primary-hover);
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
	color: #fff;
	background-color: var(--primary-hover);
	border-color: var(--primary-hover);
	box-shadow: 0 0 0 0.25rem rgba(52, 73, 113, 0.5);
}
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: var(--primary-hover);
	border-color: var(--primary-hover);
}
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(52, 73, 113, 0.5);
}
.btn-primary:disabled,
.btn-primary.disabled {
	color: #fff;
	background-color: var(--primary);
	border-color: var(--primary-color-border);
}
.btn-success {
	color: #000;
	background-color: #03a678;
	border-color: #03a678;
}
.btn-success:hover {
	color: #000;
	background-color: #29b38c;
	border-color: #1caf86;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
	color: #000;
	background-color: #29b38c;
	border-color: #1caf86;
	box-shadow: 0 0 0 0.25rem rgba(3, 141, 102, 0.5);
}
.btn-check:checked + .btn-success,
.btn-check:active + .btn-success,
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
	color: #000;
	background-color: #35b893;
	border-color: #1caf86;
}
.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(3, 141, 102, 0.5);
}
.btn-success:disabled,
.btn-success.disabled {
	color: #000;
	background-color: #03a678;
	border-color: #03a678;
}
.btn-info {
	color: #000;
	background-color: var(--secondary-color-border);
	border-color: var(--secondary);
}
.btn-info:hover {
	color: #000;
	background-color: #3fa7ff;
	border-color: #34a2ff;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
	color: #000;
	background-color: #3fa7ff;
	border-color: #34a2ff;
	box-shadow: 0 0 0 0.25rem rgba(25, 129, 217, 0.5);
}
.btn-check:checked + .btn-info,
.btn-check:active + .btn-info,
.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
	color: #000;
	background-color: #4aadff;
	border-color: #34a2ff;
}
.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(25, 129, 217, 0.5);
}
.btn-info:disabled,
.btn-info.disabled {
	color: #000;
	background-color: var(--secondary-color-border);
	border-color: var(--secondary);
}
.btn-warning {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-warning:hover {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
	box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning,
.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
	color: #000;
	background-color: #ffcd39;
	border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled,
.btn-warning.disabled {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-danger {
	color: #fff;
	background-color: #b50000;
	border-color: #b50000;
}
.btn-danger:hover {
	color: #fff;
	background-color: #9a0000;
	border-color: #910000;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
	color: #fff;
	background-color: #9a0000;
	border-color: #910000;
	box-shadow: 0 0 0 0.25rem rgba(192, 38, 38, 0.5);
}
.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger,
.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #910000;
	border-color: #800;
}
.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(192, 38, 38, 0.5);
}
.btn-danger:disabled,
.btn-danger.disabled {
	color: #fff;
	background-color: #b50000;
	border-color: #b50000;
}
.btn-black {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-black:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-check:focus + .btn-black,
.btn-black:focus {
	color: #fff;
	background-color: #000;
	border-color: #000;
	box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-black,
.btn-check:active + .btn-black,
.btn-black:active,
.btn-black.active,
.show > .btn-black.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-check:checked + .btn-black:focus,
.btn-check:active + .btn-black:focus,
.btn-black:active:focus,
.btn-black.active:focus,
.show > .btn-black.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-black:disabled,
.btn-black.disabled {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-secondary {
	color: #000;
	background-color: var(--secondary-color-border);
	border-color: var(--secondary);
}
.btn-secondary:hover {
	color: #000;
	background-color: #3fa7ff;
	border-color: #34a2ff;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
	color: #000;
	background-color: #3fa7ff;
	border-color: #34a2ff;
	box-shadow: 0 0 0 0.25rem rgba(25, 129, 217, 0.5);
}
.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
	color: #000;
	background-color: #4aadff;
	border-color: #34a2ff;
}
.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(25, 129, 217, 0.5);
}
.btn-secondary:disabled,
.btn-secondary.disabled {
	color: #000;
	background-color: var(--secondary-color-border);
	border-color: var(--secondary);
}
.btn-white {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.btn-white:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.btn-check:focus + .btn-white,
.btn-white:focus {
	color: #000;
	background-color: #fff;
	border-color: #fff;
	box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-check:checked + .btn-white,
.btn-check:active + .btn-white,
.btn-white:active,
.btn-white.active,
.show > .btn-white.dropdown-toggle {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.btn-check:checked + .btn-white:focus,
.btn-check:active + .btn-white:focus,
.btn-white:active:focus,
.btn-white.active:focus,
.show > .btn-white.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-white:disabled,
.btn-white.disabled {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.btn-dark {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-dark:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
	color: #fff;
	background-color: #000;
	border-color: #000;
	box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark,
.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-dark:disabled,
.btn-dark.disabled {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-dark-grey {
	color: #fff;
	background-color: #222;
	border-color: #222;
}
.btn-dark-grey:hover {
	color: #fff;
	background-color: #1d1d1d;
	border-color: #1b1b1b;
}
.btn-check:focus + .btn-dark-grey,
.btn-dark-grey:focus {
	color: #fff;
	background-color: #1d1d1d;
	border-color: #1b1b1b;
	box-shadow: 0 0 0 0.25rem rgba(67, 67, 67, 0.5);
}
.btn-check:checked + .btn-dark-grey,
.btn-check:active + .btn-dark-grey,
.btn-dark-grey:active,
.btn-dark-grey.active,
.show > .btn-dark-grey.dropdown-toggle {
	color: #fff;
	background-color: #1b1b1b;
	border-color: #1a1a1a;
}
.btn-check:checked + .btn-dark-grey:focus,
.btn-check:active + .btn-dark-grey:focus,
.btn-dark-grey:active:focus,
.btn-dark-grey.active:focus,
.show > .btn-dark-grey.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(67, 67, 67, 0.5);
}
.btn-dark-grey:disabled,
.btn-dark-grey.disabled {
	color: #fff;
	background-color: #222;
	border-color: #222;
}
.btn-semi-dark-grey {
	color: #fff;
	background-color: #757575;
	border-color: #757575;
}
.btn-semi-dark-grey:hover {
	color: #fff;
	background-color: #636363;
	border-color: #5e5e5e;
}
.btn-check:focus + .btn-semi-dark-grey,
.btn-semi-dark-grey:focus {
	color: #fff;
	background-color: #636363;
	border-color: #5e5e5e;
	box-shadow: 0 0 0 0.25rem rgba(138, 138, 138, 0.5);
}
.btn-check:checked + .btn-semi-dark-grey,
.btn-check:active + .btn-semi-dark-grey,
.btn-semi-dark-grey:active,
.btn-semi-dark-grey.active,
.show > .btn-semi-dark-grey.dropdown-toggle {
	color: #fff;
	background-color: #5e5e5e;
	border-color: #585858;
}
.btn-check:checked + .btn-semi-dark-grey:focus,
.btn-check:active + .btn-semi-dark-grey:focus,
.btn-semi-dark-grey:active:focus,
.btn-semi-dark-grey.active:focus,
.show > .btn-semi-dark-grey.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(138, 138, 138, 0.5);
}
.btn-semi-dark-grey:disabled,
.btn-semi-dark-grey.disabled {
	color: #fff;
	background-color: #757575;
	border-color: #757575;
}
.btn-white-grey {
	color: #000;
	background-color: rgba(238, 238, 238, 0.4);
	border-color: rgba(238, 238, 238, 0.4);
}
.btn-white-grey:hover {
	color: #000;
	background-color: rgba(245, 245, 245, 0.49);
	border-color: rgba(243, 243, 243, 0.46);
}
.btn-check:focus + .btn-white-grey,
.btn-white-grey:focus {
	color: #000;
	background-color: rgba(245, 245, 245, 0.49);
	border-color: rgba(243, 243, 243, 0.46);
	box-shadow: 0 0 0 0.25rem rgba(140, 140, 140, 0.5);
}
.btn-check:checked + .btn-white-grey,
.btn-check:active + .btn-white-grey,
.btn-white-grey:active,
.btn-white-grey.active,
.show > .btn-white-grey.dropdown-toggle {
	color: #000;
	background-color: rgba(247, 247, 247, 0.52);
	border-color: rgba(243, 243, 243, 0.46);
}
.btn-check:checked + .btn-white-grey:focus,
.btn-check:active + .btn-white-grey:focus,
.btn-white-grey:active:focus,
.btn-white-grey.active:focus,
.show > .btn-white-grey.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(140, 140, 140, 0.5);
}
.btn-white-grey:disabled,
.btn-white-grey.disabled {
	color: #000;
	background-color: rgba(238, 238, 238, 0.4);
	border-color: rgba(238, 238, 238, 0.4);
}
.btn-grey {
	color: #000;
	background-color: #c3c5c7;
	border-color: #c3c5c7;
}
.btn-grey:hover {
	color: #000;
	background-color: #cccecf;
	border-color: #c9cbcd;
}
.btn-check:focus + .btn-grey,
.btn-grey:focus {
	color: #000;
	background-color: #cccecf;
	border-color: #c9cbcd;
	box-shadow: 0 0 0 0.25rem rgba(166, 167, 169, 0.5);
}
.btn-check:checked + .btn-grey,
.btn-check:active + .btn-grey,
.btn-grey:active,
.btn-grey.active,
.show > .btn-grey.dropdown-toggle {
	color: #000;
	background-color: #cfd1d2;
	border-color: #c9cbcd;
}
.btn-check:checked + .btn-grey:focus,
.btn-check:active + .btn-grey:focus,
.btn-grey:active:focus,
.btn-grey.active:focus,
.show > .btn-grey.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(166, 167, 169, 0.5);
}
.btn-grey:disabled,
.btn-grey.disabled {
	color: #000;
	background-color: #c3c5c7;
	border-color: #c3c5c7;
}
.btn-transparent {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
}
.btn-transparent:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.15);
	border-color: rgba(0, 0, 0, 0.2);
}
.btn-check:focus + .btn-transparent,
.btn-transparent:focus {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.15);
	border-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-transparent,
.btn-check:active + .btn-transparent,
.btn-transparent:active,
.btn-transparent.active,
.show > .btn-transparent.dropdown-toggle {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
	border-color: rgba(0, 0, 0, 0.25);
}
.btn-check:checked + .btn-transparent:focus,
.btn-check:active + .btn-transparent:focus,
.btn-transparent:active:focus,
.btn-transparent.active:focus,
.show > .btn-transparent.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-transparent:disabled,
.btn-transparent.disabled {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
}
.btn-brand-color {
	color: #fff;
	background-color: var(--brand-color);
	border-color: var(--brand-color);
}
.btn-brand-color:hover {
	color: #fff;
	background-color: var(--brand-color);
	border-color: var(--brand-color-border);
}
.btn-check:focus + .btn-brand-color,
.btn-brand-color:focus {
	color: #fff;
	background-color: var(--brand-color);
	border-color: var(--brand-color-border);
	box-shadow: 0 0 0 0.25rem var(--brand-color-shadow);
}
.btn-check:checked + .btn-brand-color,
.btn-check:active + .btn-brand-color,
.btn-brand-color:active,
.btn-brand-color.active,
.show > .btn-brand-color.dropdown-toggle {
	color: #fff;
	background-color: var(--brand-color-border);
	border-color: var(--brand-color);
}
.btn-check:checked + .btn-brand-color:focus,
.btn-check:active + .btn-brand-color:focus,
.btn-brand-color:active:focus,
.btn-brand-color.active:focus,
.show > .btn-brand-color.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem var(--brand-color-shadow);
}
.btn-brand-color:disabled,
.btn-brand-color.disabled {
	color: #fff;
	background-color: var(--brand-color);
	border-color: var(--brand-color);
}
.btn-blue-facebook {
	color: #fff;
	background-color: #3b5997;
	border-color: #3b5997;
}
.btn-blue-facebook:hover {
	color: #fff;
	background-color: #324c80;
	border-color: #2f4779;
}
.btn-check:focus + .btn-blue-facebook,
.btn-blue-facebook:focus {
	color: #fff;
	background-color: #324c80;
	border-color: #2f4779;
	box-shadow: 0 0 0 0.25rem rgba(88, 114, 167, 0.5);
}
.btn-check:checked + .btn-blue-facebook,
.btn-check:active + .btn-blue-facebook,
.btn-blue-facebook:active,
.btn-blue-facebook.active,
.show > .btn-blue-facebook.dropdown-toggle {
	color: #fff;
	background-color: #2f4779;
	border-color: #2c4371;
}
.btn-check:checked + .btn-blue-facebook:focus,
.btn-check:active + .btn-blue-facebook:focus,
.btn-blue-facebook:active:focus,
.btn-blue-facebook.active:focus,
.show > .btn-blue-facebook.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(88, 114, 167, 0.5);
}
.btn-blue-facebook:disabled,
.btn-blue-facebook.disabled {
	color: #fff;
	background-color: #3b5997;
	border-color: #3b5997;
}
.btn-blue-linkedin {
	color: #fff;
	background-color: #0e76a8;
	border-color: #0e76a8;
}
.btn-blue-linkedin:hover {
	color: #fff;
	background-color: #0c648f;
	border-color: #0b5e86;
}
.btn-check:focus + .btn-blue-linkedin,
.btn-blue-linkedin:focus {
	color: #fff;
	background-color: #0c648f;
	border-color: #0b5e86;
	box-shadow: 0 0 0 0.25rem rgba(50, 139, 181, 0.5);
}
.btn-check:checked + .btn-blue-linkedin,
.btn-check:active + .btn-blue-linkedin,
.btn-blue-linkedin:active,
.btn-blue-linkedin.active,
.show > .btn-blue-linkedin.dropdown-toggle {
	color: #fff;
	background-color: #0b5e86;
	border-color: #0b597e;
}
.btn-check:checked + .btn-blue-linkedin:focus,
.btn-check:active + .btn-blue-linkedin:focus,
.btn-blue-linkedin:active:focus,
.btn-blue-linkedin.active:focus,
.show > .btn-blue-linkedin.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(50, 139, 181, 0.5);
}
.btn-blue-linkedin:disabled,
.btn-blue-linkedin.disabled {
	color: #fff;
	background-color: #0e76a8;
	border-color: #0e76a8;
}
.btn-white-blue {
	color: #000;
	background-color: #e9f5ff;
	border-color: #e9f5ff;
}
.btn-white-blue:hover {
	color: #000;
	background-color: #ecf7ff;
	border-color: #ebf6ff;
}
.btn-check:focus + .btn-white-blue,
.btn-white-blue:focus {
	color: #000;
	background-color: #ecf7ff;
	border-color: #ebf6ff;
	box-shadow: 0 0 0 0.25rem rgba(198, 208, 217, 0.5);
}
.btn-check:checked + .btn-white-blue,
.btn-check:active + .btn-white-blue,
.btn-white-blue:active,
.btn-white-blue.active,
.show > .btn-white-blue.dropdown-toggle {
	color: #000;
	background-color: #edf7ff;
	border-color: #ebf6ff;
}
.btn-check:checked + .btn-white-blue:focus,
.btn-check:active + .btn-white-blue:focus,
.btn-white-blue:active:focus,
.btn-white-blue.active:focus,
.show > .btn-white-blue.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(198, 208, 217, 0.5);
}
.btn-white-blue:disabled,
.btn-white-blue.disabled {
	color: #000;
	background-color: #e9f5ff;
	border-color: #e9f5ff;
}
.btn-outline-primary {
	color: var(--primary);
	border-color: var(--primary-color-border);
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: var(--primary);
	border-color: var(--primary-color-border);
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 0.25rem var(--primary-color-shadow);
}
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
	color: #fff;
	background-color: var(--primary);
	border-color: var(--primary-color-border);
}
.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem var(--primary-color-shadow);
}
.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
	color: var(--primary);
	background-color: transparent;
}
.btn-outline-success {
	color: #03a678;
	border-color: #03a678;
}
.btn-outline-success:hover {
	color: #000;
	background-color: #03a678;
	border-color: #03a678;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
	box-shadow: 0 0 0 0.25rem rgba(3, 166, 120, 0.5);
}
.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
	color: #000;
	background-color: #03a678;
	border-color: #03a678;
}
.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(3, 166, 120, 0.5);
}
.btn-outline-success:disabled,
.btn-outline-success.disabled {
	color: #03a678;
	background-color: transparent;
}
.btn-outline-info {
	color: var(--secondary);
	border-color: var(--secondary);
}
.btn-outline-info:hover {
	color: #000;
	background-color: var(--secondary-color-border);
	border-color: var(--secondary);
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
	box-shadow: 0 0 0 0.25rem rgba(29, 152, 255, 0.5);
}
.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
	color: #000;
	background-color: var(--secondary-color-border);
	border-color: var(--secondary);
}
.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(29, 152, 255, 0.5);
}
.btn-outline-info:disabled,
.btn-outline-info.disabled {
	color: var(--secondary);
	background-color: transparent;
}
.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-warning:hover {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
	color: #ffc107;
	background-color: transparent;
}
.btn-outline-danger {
	color: #b50000;
	border-color: #b50000;
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #b50000;
	border-color: #b50000;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 0.25rem rgba(181, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
	color: #fff;
	background-color: #b50000;
	border-color: #b50000;
}
.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(181, 0, 0, 0.5);
}
.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
	color: #b50000;
	background-color: transparent;
}
.btn-outline-black {
	color: #000;
	border-color: #000;
}
.btn-outline-black:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-check:focus + .btn-outline-black,
.btn-outline-black:focus {
	box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-black,
.btn-check:active + .btn-outline-black,
.btn-outline-black:active,
.btn-outline-black.active,
.btn-outline-black.dropdown-toggle.show {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-check:checked + .btn-outline-black:focus,
.btn-check:active + .btn-outline-black:focus,
.btn-outline-black:active:focus,
.btn-outline-black.active:focus,
.btn-outline-black.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black:disabled,
.btn-outline-black.disabled {
	color: #000;
	background-color: transparent;
}
.btn-outline-secondary {
	color: var(--secondary);
	border-color: var(--secondary);
}
.btn-outline-secondary:hover {
	color: #000;
	background-color: var(--secondary-color-border);
	border-color: var(--secondary);
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 0.25rem rgba(29, 152, 255, 0.5);
}
.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
	color: #000;
	background-color: var(--secondary-color-border);
	border-color: var(--secondary);
}
.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(29, 152, 255, 0.5);
}
.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
	color: var(--secondary);
	background-color: transparent;
}
.btn-outline-white {
	color: #fff;
	border-color: #fff;
}
.btn-outline-white:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.btn-check:focus + .btn-outline-white,
.btn-outline-white:focus {
	box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-white,
.btn-check:active + .btn-outline-white,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.btn-check:checked + .btn-outline-white:focus,
.btn-check:active + .btn-outline-white:focus,
.btn-outline-white:active:focus,
.btn-outline-white.active:focus,
.btn-outline-white.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white:disabled,
.btn-outline-white.disabled {
	color: #fff;
	background-color: transparent;
}
.btn-outline-dark {
	color: #000;
	border-color: #000;
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
	box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
	color: #000;
	background-color: transparent;
}
.btn-outline-dark-grey {
	color: #222;
	border-color: #222;
}
.btn-outline-dark-grey:hover {
	color: #fff;
	background-color: #222;
	border-color: #222;
}
.btn-check:focus + .btn-outline-dark-grey,
.btn-outline-dark-grey:focus {
	box-shadow: 0 0 0 0.25rem rgba(34, 34, 34, 0.5);
}
.btn-check:checked + .btn-outline-dark-grey,
.btn-check:active + .btn-outline-dark-grey,
.btn-outline-dark-grey:active,
.btn-outline-dark-grey.active,
.btn-outline-dark-grey.dropdown-toggle.show {
	color: #fff;
	background-color: #222;
	border-color: #222;
}
.btn-check:checked + .btn-outline-dark-grey:focus,
.btn-check:active + .btn-outline-dark-grey:focus,
.btn-outline-dark-grey:active:focus,
.btn-outline-dark-grey.active:focus,
.btn-outline-dark-grey.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(34, 34, 34, 0.5);
}
.btn-outline-dark-grey:disabled,
.btn-outline-dark-grey.disabled {
	color: #222;
	background-color: transparent;
}
.btn-outline-semi-dark-grey {
	color: #757575;
	border-color: #757575;
}
.btn-outline-semi-dark-grey:hover {
	color: #fff;
	background-color: #757575;
	border-color: #757575;
}
.btn-check:focus + .btn-outline-semi-dark-grey,
.btn-outline-semi-dark-grey:focus {
	box-shadow: 0 0 0 0.25rem rgba(117, 117, 117, 0.5);
}
.btn-check:checked + .btn-outline-semi-dark-grey,
.btn-check:active + .btn-outline-semi-dark-grey,
.btn-outline-semi-dark-grey:active,
.btn-outline-semi-dark-grey.active,
.btn-outline-semi-dark-grey.dropdown-toggle.show {
	color: #fff;
	background-color: #757575;
	border-color: #757575;
}
.btn-check:checked + .btn-outline-semi-dark-grey:focus,
.btn-check:active + .btn-outline-semi-dark-grey:focus,
.btn-outline-semi-dark-grey:active:focus,
.btn-outline-semi-dark-grey.active:focus,
.btn-outline-semi-dark-grey.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(117, 117, 117, 0.5);
}
.btn-outline-semi-dark-grey:disabled,
.btn-outline-semi-dark-grey.disabled {
	color: #757575;
	background-color: transparent;
}
.btn-outline-white-grey {
	color: rgba(238, 238, 238, 0.4);
	border-color: rgba(238, 238, 238, 0.4);
}
.btn-outline-white-grey:hover {
	color: #000;
	background-color: rgba(238, 238, 238, 0.4);
	border-color: rgba(238, 238, 238, 0.4);
}
.btn-check:focus + .btn-outline-white-grey,
.btn-outline-white-grey:focus {
	box-shadow: 0 0 0 0.25rem rgba(238, 238, 238, 0.5);
}
.btn-check:checked + .btn-outline-white-grey,
.btn-check:active + .btn-outline-white-grey,
.btn-outline-white-grey:active,
.btn-outline-white-grey.active,
.btn-outline-white-grey.dropdown-toggle.show {
	color: #000;
	background-color: rgba(238, 238, 238, 0.4);
	border-color: rgba(238, 238, 238, 0.4);
}
.btn-check:checked + .btn-outline-white-grey:focus,
.btn-check:active + .btn-outline-white-grey:focus,
.btn-outline-white-grey:active:focus,
.btn-outline-white-grey.active:focus,
.btn-outline-white-grey.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(238, 238, 238, 0.5);
}
.btn-outline-white-grey:disabled,
.btn-outline-white-grey.disabled {
	color: rgba(238, 238, 238, 0.4);
	background-color: transparent;
}
.btn-outline-grey {
	color: #c3c5c7;
	border-color: #c3c5c7;
}
.btn-outline-grey:hover {
	color: #000;
	background-color: #c3c5c7;
	border-color: #c3c5c7;
}
.btn-check:focus + .btn-outline-grey,
.btn-outline-grey:focus {
	box-shadow: 0 0 0 0.25rem rgba(195, 197, 199, 0.5);
}
.btn-check:checked + .btn-outline-grey,
.btn-check:active + .btn-outline-grey,
.btn-outline-grey:active,
.btn-outline-grey.active,
.btn-outline-grey.dropdown-toggle.show {
	color: #000;
	background-color: #c3c5c7;
	border-color: #c3c5c7;
}
.btn-check:checked + .btn-outline-grey:focus,
.btn-check:active + .btn-outline-grey:focus,
.btn-outline-grey:active:focus,
.btn-outline-grey.active:focus,
.btn-outline-grey.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(195, 197, 199, 0.5);
}
.btn-outline-grey:disabled,
.btn-outline-grey.disabled {
	color: #c3c5c7;
	background-color: transparent;
}
.btn-outline-transparent {
	color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
}
.btn-outline-transparent:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
}
.btn-check:focus + .btn-outline-transparent,
.btn-outline-transparent:focus {
	box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-transparent,
.btn-check:active + .btn-outline-transparent,
.btn-outline-transparent:active,
.btn-outline-transparent.active,
.btn-outline-transparent.dropdown-toggle.show {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
}
.btn-check:checked + .btn-outline-transparent:focus,
.btn-check:active + .btn-outline-transparent:focus,
.btn-outline-transparent:active:focus,
.btn-outline-transparent.active:focus,
.btn-outline-transparent.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-transparent:disabled,
.btn-outline-transparent.disabled {
	color: rgba(0, 0, 0, 0);
	background-color: transparent;
}
.btn-outline-brand-color {
	color: var(--brand-color);
	border-color: var(--brand-color);
}
.btn-outline-brand-color:hover {
	color: #fff;
	background-color: var(--brand-color);
	border-color: var(--brand-color);
}
.btn-check:focus + .btn-outline-brand-color,
.btn-outline-brand-color:focus {
	box-shadow: 0 0 0 0.25rem rgba(51, 92, 204, 0.5);
}
.btn-check:checked + .btn-outline-brand-color,
.btn-check:active + .btn-outline-brand-color,
.btn-outline-brand-color:active,
.btn-outline-brand-color.active,
.btn-outline-brand-color.dropdown-toggle.show {
	color: #fff;
	background-color: var(--brand-color);
	border-color: var(--brand-color);
}
.btn-check:checked + .btn-outline-brand-color:focus,
.btn-check:active + .btn-outline-brand-color:focus,
.btn-outline-brand-color:active:focus,
.btn-outline-brand-color.active:focus,
.btn-outline-brand-color.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(51, 92, 204, 0.5);
}
.btn-outline-brand-color:disabled,
.btn-outline-brand-color.disabled {
	color: var(--brand-color);
	background-color: transparent;
}
.btn-outline-blue-facebook {
	color: #3b5997;
	border-color: #3b5997;
}
.btn-outline-blue-facebook:hover {
	color: #fff;
	background-color: #3b5997;
	border-color: #3b5997;
}
.btn-check:focus + .btn-outline-blue-facebook,
.btn-outline-blue-facebook:focus {
	box-shadow: 0 0 0 0.25rem rgba(59, 89, 151, 0.5);
}
.btn-check:checked + .btn-outline-blue-facebook,
.btn-check:active + .btn-outline-blue-facebook,
.btn-outline-blue-facebook:active,
.btn-outline-blue-facebook.active,
.btn-outline-blue-facebook.dropdown-toggle.show {
	color: #fff;
	background-color: #3b5997;
	border-color: #3b5997;
}
.btn-check:checked + .btn-outline-blue-facebook:focus,
.btn-check:active + .btn-outline-blue-facebook:focus,
.btn-outline-blue-facebook:active:focus,
.btn-outline-blue-facebook.active:focus,
.btn-outline-blue-facebook.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(59, 89, 151, 0.5);
}
.btn-outline-blue-facebook:disabled,
.btn-outline-blue-facebook.disabled {
	color: #3b5997;
	background-color: transparent;
}
.btn-outline-blue-linkedin {
	color: #0e76a8;
	border-color: #0e76a8;
}
.btn-outline-blue-linkedin:hover {
	color: #fff;
	background-color: #0e76a8;
	border-color: #0e76a8;
}
.btn-check:focus + .btn-outline-blue-linkedin,
.btn-outline-blue-linkedin:focus {
	box-shadow: 0 0 0 0.25rem rgba(14, 118, 168, 0.5);
}
.btn-check:checked + .btn-outline-blue-linkedin,
.btn-check:active + .btn-outline-blue-linkedin,
.btn-outline-blue-linkedin:active,
.btn-outline-blue-linkedin.active,
.btn-outline-blue-linkedin.dropdown-toggle.show {
	color: #fff;
	background-color: #0e76a8;
	border-color: #0e76a8;
}
.btn-check:checked + .btn-outline-blue-linkedin:focus,
.btn-check:active + .btn-outline-blue-linkedin:focus,
.btn-outline-blue-linkedin:active:focus,
.btn-outline-blue-linkedin.active:focus,
.btn-outline-blue-linkedin.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(14, 118, 168, 0.5);
}
.btn-outline-blue-linkedin:disabled,
.btn-outline-blue-linkedin.disabled {
	color: #0e76a8;
	background-color: transparent;
}
.btn-outline-white-blue {
	color: #e9f5ff;
	border-color: #e9f5ff;
}
.btn-outline-white-blue:hover {
	color: #000;
	background-color: #e9f5ff;
	border-color: #e9f5ff;
}
.btn-check:focus + .btn-outline-white-blue,
.btn-outline-white-blue:focus {
	box-shadow: 0 0 0 0.25rem rgba(233, 245, 255, 0.5);
}
.btn-check:checked + .btn-outline-white-blue,
.btn-check:active + .btn-outline-white-blue,
.btn-outline-white-blue:active,
.btn-outline-white-blue.active,
.btn-outline-white-blue.dropdown-toggle.show {
	color: #000;
	background-color: #e9f5ff;
	border-color: #e9f5ff;
}
.btn-check:checked + .btn-outline-white-blue:focus,
.btn-check:active + .btn-outline-white-blue:focus,
.btn-outline-white-blue:active:focus,
.btn-outline-white-blue.active:focus,
.btn-outline-white-blue.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(233, 245, 255, 0.5);
}
.btn-outline-white-blue:disabled,
.btn-outline-white-blue.disabled {
	color: #e9f5ff;
	background-color: transparent;
}
.btn-link {
	font-weight: 400;
	color: var(--primary);
	text-decoration: underline;
}
.btn-link:hover {
	color: var(--primary-hover);
}
.btn-link:disabled,
.btn-link.disabled {
	color: #6c757d;
}
.btn-lg {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 4px;
}
.btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	/* border-radius: 0; */
}
.fade {
	transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}
.fade:not(.show) {
	opacity: 0;
}
.collapse:not(.show) {
	display: none;
}
.collapsing {
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}
.dropup,
.dropend,
.dropdown,
.dropstart {
	position: relative;
}
.dropdown-toggle {
	white-space: nowrap;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}
.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: 0.125rem;
}
.dropdown-menu-start {
	--bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
	right: auto /* rtl:ignore */;
	left: 0; /* rtl:ignore */
}
.dropdown-menu-end {
	--bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
	right: 0 /* rtl:ignore */;
	left: auto; /* rtl:ignore */
}
@media (min-width: 576px) {
	.dropdown-menu-sm-start {
		--bs-position: start;
	}
	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto /* rtl:ignore */;
		left: 0; /* rtl:ignore */
	}
	.dropdown-menu-sm-end {
		--bs-position: end;
	}
	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0 /* rtl:ignore */;
		left: auto; /* rtl:ignore */
	}
}
@media (min-width: 768px) {
	.dropdown-menu-md-start {
		--bs-position: start;
	}
	.dropdown-menu-md-start[data-bs-popper] {
		right: auto /* rtl:ignore */;
		left: 0; /* rtl:ignore */
	}
	.dropdown-menu-md-end {
		--bs-position: end;
	}
	.dropdown-menu-md-end[data-bs-popper] {
		right: 0 /* rtl:ignore */;
		left: auto; /* rtl:ignore */
	}
}
@media (min-width: 992px) {
	.dropdown-menu-lg-start {
		--bs-position: start;
	}
	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto /* rtl:ignore */;
		left: 0; /* rtl:ignore */
	}
	.dropdown-menu-lg-end {
		--bs-position: end;
	}
	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0 /* rtl:ignore */;
		left: auto; /* rtl:ignore */
	}
}
@media (min-width: 1200px) {
	.dropdown-menu-xl-start {
		--bs-position: start;
	}
	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto /* rtl:ignore */;
		left: 0; /* rtl:ignore */
	}
	.dropdown-menu-xl-end {
		--bs-position: end;
	}
	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0 /* rtl:ignore */;
		left: auto; /* rtl:ignore */
	}
}
@media (min-width: 1440px) {
	.dropdown-menu-xll-start {
		--bs-position: start;
	}
	.dropdown-menu-xll-start[data-bs-popper] {
		right: auto /* rtl:ignore */;
		left: 0; /* rtl:ignore */
	}
	.dropdown-menu-xll-end {
		--bs-position: end;
	}
	.dropdown-menu-xll-end[data-bs-popper] {
		right: 0 /* rtl:ignore */;
		left: auto; /* rtl:ignore */
	}
}
@media (min-width: 1680px) {
	.dropdown-menu-xlg-start {
		--bs-position: start;
	}
	.dropdown-menu-xlg-start[data-bs-popper] {
		right: auto /* rtl:ignore */;
		left: 0; /* rtl:ignore */
	}
	.dropdown-menu-xlg-end {
		--bs-position: end;
	}
	.dropdown-menu-xlg-end[data-bs-popper] {
		right: 0 /* rtl:ignore */;
		left: auto; /* rtl:ignore */
	}
}
@media (min-width: 1900px) {
	.dropdown-menu-xxl-start {
		--bs-position: start;
	}
	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto /* rtl:ignore */;
		left: 0; /* rtl:ignore */
	}
	.dropdown-menu-xxl-end {
		--bs-position: end;
	}
	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0 /* rtl:ignore */;
		left: auto; /* rtl:ignore */
	}
}
.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropend .dropdown-toggle::after {
	vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
}
.dropstart .dropdown-toggle::after {
	display: none;
}
.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropstart .dropdown-toggle::before {
	vertical-align: 0;
}
.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
	color: #1e2125;
	background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: var(--primary);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent;
}
.dropdown-menu.show {
	display: block;
}
.dropdown-header {
	display: block;
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #6c757d;
	white-space: nowrap;
}
.dropdown-item-text {
	display: block;
	padding: 0.25rem 1rem;
	color: #212529;
}
.dropdown-menu-dark {
	color: #dee2e6;
	background-color: #343a40;
	border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
	color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
	color: #fff;
	background-color: var(--primary);
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
	color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
	border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
	color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
	color: #adb5bd;
}
.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-link {
	display: block;
	padding: 0.5rem 1rem;
	color: var(--primary);
	text-decoration: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.nav-link {
		transition: none;
	}
}
.nav-link:hover,
.nav-link:focus {
	color: var(--primary-hover);
}
.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}
.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
	margin-bottom: -1px;
	background: none;
	border: 1px solid transparent;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
	isolation: isolate;
}
.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #f4faff;
	border-color: #dee2e6 #dee2e6 #f4faff;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav-pills .nav-link {
	background: none;
	border: 0;
	border-radius: 4px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #fff;
	background-color: var(--primary);
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
	width: 100%;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xll,
.navbar > .container-xlg,
.navbar > .container-xxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
}
.navbar-brand {
	padding-top: 0.2875rem;
	padding-bottom: 0.2875rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap;
}
.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

@media screen and (min-width: 768px) {
	.navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
	}
}

.navbar-nav .dropdown-menu {
	position: static;
}
.navbar-text {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}
.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
	transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.navbar-toggler {
		transition: none;
	}
}
.navbar-toggler:hover {
	text-decoration: none;
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.navbar-nav-scroll {
	max-height: var(--scroll-height, 75vh);
	overflow-y: auto;
}
@media (min-width: 576px) {
	.navbar-expand-sm {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.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: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}
@media (min-width: 768px) {
	.navbar-expand-md {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.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: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
	.header .navbar-nav.navbar-hide {
		display: none !important;
	}
}
@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.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: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
	.header .navbar-nav.navbar-hide {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.navbar-expand-xl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.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: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
	.header .navbar-nav.navbar-hide {
		display: none !important;
	}
}
@media (min-width: 1440px) {
	.navbar-expand-xll {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-xll .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-xll .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xll .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xll .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-xll .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-xll .navbar-toggler {
		display: none;
	}
	.header .navbar-nav.navbar-hide {
		display: none !important;
	}
}
@media (min-width: 1680px) {
	.navbar-expand-xlg {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-xlg .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-xlg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xlg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xlg .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-xlg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-xlg .navbar-toggler {
		display: none;
	}
	.header .navbar-nav.navbar-hide {
		display: none !important;
	}
}
@media (min-width: 1900px) {
	.navbar-expand-xxl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.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: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-xxl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-xxl .navbar-toggler {
		display: none;
	}
	.header .navbar-nav.navbar-hide {
		display: none !important;
	}
}
.navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.navbar-expand .navbar-nav {
	flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
	overflow: visible;
}
.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}
.navbar-expand .navbar-toggler {
	display: none;
}
.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.55);
	border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
	color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}
.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.55);
	border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
	background-image: 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");
}
.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
	color: #fff;
}
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #e9f0ec;
	border-radius: 4px;
}
.card > hr {
	margin-right: 0;
	margin-left: 0;
}
.card > .list-group {
	border-top: inherit;
	border-bottom: inherit;
}
.card > .list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.card > .list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
	border-top: 0;
}
.card-body {
	flex: 1 1 auto;
	padding: 1rem 1rem;
}
.card-title {
	margin-bottom: 0.5rem;
}
.card-subtitle {
	margin-top: -0.25rem;
	margin-bottom: 0;
}
.card-text:last-child {
	margin-bottom: 0;
}
.card-link:hover {
	text-decoration: none;
}
.card-link + .card-link {
	margin-left: 1rem;
}
.card-header {
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
	border-radius: 4px;
}
.card-footer {
	padding: 0.5rem 1rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
	border-radius: 4px;
}
.card-header-tabs {
	margin-right: -0.5rem;
	margin-bottom: -0.5rem;
	margin-left: -0.5rem;
	border-bottom: 0;
}
.card-header-tabs .nav-link.active {
	background-color: #fff;
	border-bottom-color: #fff;
}
.card-header-pills {
	margin-right: -0.5rem;
	margin-left: -0.5rem;
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	border-radius: 4px;
}
.card-img,
.card-img-top,
.card-img-bottom {
	width: 100%;
}
.card-img,
.card-img-top {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.card-img,
.card-img-bottom {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.card-group > .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.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-img-top,
	.card-group > .card:not(:last-child) .card-header {
		border-top-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-img-bottom,
	.card-group > .card:not(:last-child) .card-footer {
		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-img-top,
	.card-group > .card:not(:first-child) .card-header {
		border-top-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-img-bottom,
	.card-group > .card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0;
	}
}
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 1rem;
	list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: 0.5rem;
	color: #6c757d;
	content: var(
		--breadcrumb-divider,
		'/'
	); /* rtl: var(--breadcrumb-divider, "/") */
}
.breadcrumb-item.active {
	color: #6c757d;
}
.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
}
.page-link {
	position: relative;
	display: block;
	color: var(--primary);
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	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;
}
@media (prefers-reduced-motion: reduce) {
	.page-link {
		transition: none;
	}
}
.page-link:hover {
	z-index: 2;
	color: var(--primary-hover);
	background-color: #e9ecef;
	border-color: #dee2e6;
}
.page-link:focus {
	z-index: 3;
	color: var(--primary-hover);
	background-color: #e9ecef;
	outline: 0;
	box-shadow: 0 0 0 0.25rem var(--secondary-color-shadow);
}
.page-item:not(:first-child) .page-link {
	margin-left: -1px;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: var(--primary);
	border-color: var(--primary-color-border);
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
	border-color: #dee2e6;
}
.page-link {
	padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.page-item:last-child .page-link {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}
.badge {
	display: inline-block;
	padding: 0.35em 0.65em;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 4px;
}
.badge:empty {
	display: none;
}
.btn .badge,
.dataTables_wrapper .dataTables_paginate .paginate_button.current .badge {
	position: relative;
	top: -1px;
}
.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-heading {
	color: inherit;
}
.alert-link {
	font-weight: 700;
}
.alert-dismissible {
	padding-right: 3rem;
}
.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem;
}
.alert-primary {
	color: #0a1935;
	background-color: #cfd4de;
	border-color: #b7bfcd;
}
.alert-primary .alert-link {
	color: #08142a;
}
.alert-success {
	color: #026448;
	background-color: #cdede4;
	border-color: #b3e4d7;
}
.alert-success .alert-link {
	color: #02503a;
}
.alert-info {
	color: #115b99;
	background-color: #d2eaff;
	border-color: #bbe0ff;
}
.alert-info .alert-link {
	color: #0e497a;
}
.alert-warning {
	color: #664d03;
	background-color: #fff3cd;
	border-color: #ffecb5;
}
.alert-warning .alert-link {
	color: #523e02;
}
.alert-danger {
	color: #6d0000;
	background-color: #f0cccc;
	border-color: #e9b3b3;
}
.alert-danger .alert-link {
	color: #570000;
}
.alert-black {
	color: #000;
	background-color: #ccc;
	border-color: #b3b3b3;
}
.alert-black .alert-link {
	color: #000;
}
.alert-secondary {
	color: #115b99;
	background-color: #d2eaff;
	border-color: #bbe0ff;
}
.alert-secondary .alert-link {
	color: #0e497a;
}
.alert-white {
	color: #666;
	background-color: #fff;
	border-color: #fff;
}
.alert-white .alert-link {
	color: #525252;
}
.alert-dark {
	color: #000;
	background-color: #ccc;
	border-color: #b3b3b3;
}
.alert-dark .alert-link {
	color: #000;
}
.alert-dark-grey {
	color: #141414;
	background-color: #d3d3d3;
	border-color: #bdbdbd;
}
.alert-dark-grey .alert-link {
	color: #101010;
}
.alert-semi-dark-grey {
	color: #464646;
	background-color: #e3e3e3;
	border-color: #d6d6d6;
}
.alert-semi-dark-grey .alert-link {
	color: #383838;
}
.alert-white-grey {
	color: rgba(34, 34, 34, 0.76);
	background-color: rgba(254, 254, 254, 0.88);
	border-color: rgba(253, 253, 253, 0.82);
}
.alert-white-grey .alert-link {
	color: rgba(24, 24, 24, 0.808);
}
.alert-grey {
	color: #4e4f50;
	background-color: #f3f3f4;
	border-color: #edeeee;
}
.alert-grey .alert-link {
	color: #3e3f40;
}
.alert-transparent {
	color: rgba(0, 0, 0, 0.6);
	background-color: rgba(255, 255, 255, 0.8);
	border-color: rgba(255, 255, 255, 0.7);
}
.alert-transparent .alert-link {
	color: rgba(0, 0, 0, 0.68);
}
.alert-brand-color {
	color: #1f377a;
	background-color: #d6def5;
	border-color: #c2cef0;
}
.alert-brand-color .alert-link {
	color: #192c62;
}
.alert-blue-facebook {
	color: #23355b;
	background-color: #d8deea;
	border-color: #c4cde0;
}
.alert-blue-facebook .alert-link {
	color: #1c2a49;
}
.alert-blue-linkedin {
	color: #084765;
	background-color: #cfe4ee;
	border-color: #b7d6e5;
}
.alert-blue-linkedin .alert-link {
	color: #063951;
}
.alert-white-blue {
	color: #5d6266;
	background-color: #fbfdff;
	border-color: #f8fcff;
}
.alert-white-blue .alert-link {
	color: #4a4e52;
}
.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 0;
}
.list-group-numbered {
	list-style-type: none;
	counter-reset: section;
}
.list-group-numbered > li::before {
	content: counters(section, '.') '. ';
	counter-increment: section;
}
.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #e9f5ff;
}
.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 3 10px;
	color: var(--primary);
	text-decoration: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0);
}
.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: #6c757d;
	pointer-events: none;
	background-color: #fff;
}
.list-group-item.active {
	z-index: 2;
	color: var(--primary);
	background-color: #e9f5ff;
	border-color: #e9f5ff;
}
.list-group-item + .list-group-item {
	border-top-width: 0;
}
.list-group-item + .list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}
.list-group-horizontal {
	flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
	margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}
@media (min-width: 576px) {
	.list-group-horizontal-sm {
		flex-direction: row;
	}
	.list-group-horizontal-sm > .list-group-item:first-child {
		border-bottom-left-radius: 0;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-sm > .list-group-item:last-child {
		border-top-right-radius: 0;
		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: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 768px) {
	.list-group-horizontal-md {
		flex-direction: row;
	}
	.list-group-horizontal-md > .list-group-item:first-child {
		border-bottom-left-radius: 0;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-md > .list-group-item:last-child {
		border-top-right-radius: 0;
		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: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-md > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 992px) {
	.list-group-horizontal-lg {
		flex-direction: row;
	}
	.list-group-horizontal-lg > .list-group-item:first-child {
		border-bottom-left-radius: 0;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-lg > .list-group-item:last-child {
		border-top-right-radius: 0;
		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: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 1200px) {
	.list-group-horizontal-xl {
		flex-direction: row;
	}
	.list-group-horizontal-xl > .list-group-item:first-child {
		border-bottom-left-radius: 0;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-xl > .list-group-item:last-child {
		border-top-right-radius: 0;
		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: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 1440px) {
	.list-group-horizontal-xll {
		flex-direction: row;
	}
	.list-group-horizontal-xll > .list-group-item:first-child {
		border-bottom-left-radius: 0;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-xll > .list-group-item:last-child {
		border-top-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-xll > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-xll > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-xll > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 1680px) {
	.list-group-horizontal-xlg {
		flex-direction: row;
	}
	.list-group-horizontal-xlg > .list-group-item:first-child {
		border-bottom-left-radius: 0;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-xlg > .list-group-item:last-child {
		border-top-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-xlg > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-xlg > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-xlg > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
@media (min-width: 1900px) {
	.list-group-horizontal-xxl {
		flex-direction: row;
	}
	.list-group-horizontal-xxl > .list-group-item:first-child {
		border-bottom-left-radius: 0;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-xxl > .list-group-item:last-child {
		border-top-right-radius: 0;
		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: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}
.list-group-flush {
	border-radius: 0;
}
.list-group-flush > .list-group-item {
	border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
	border-bottom-width: 0;
}
.list-group-item-primary {
	color: #0a1935;
	background-color: #cfd4de;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
	color: #0a1935;
	background-color: #babfc8;
}
.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #0a1935;
	border-color: #0a1935;
}
.list-group-item-success {
	color: #026448;
	background-color: #cdede4;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
	color: #026448;
	background-color: #b9d5cd;
}
.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #026448;
	border-color: #026448;
}
.list-group-item-info {
	color: #115b99;
	background-color: #d2eaff;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
	color: #115b99;
	background-color: #bdd3e6;
}
.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #115b99;
	border-color: #115b99;
}
.list-group-item-warning {
	color: #664d03;
	background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
	color: #664d03;
	background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #664d03;
	border-color: #664d03;
}
.list-group-item-danger {
	color: #6d0000;
	background-color: #f0cccc;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
	color: #6d0000;
	background-color: #d8b8b8;
}
.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #6d0000;
	border-color: #6d0000;
}
.list-group-item-black {
	color: #000;
	background-color: #ccc;
}
.list-group-item-black.list-group-item-action:hover,
.list-group-item-black.list-group-item-action:focus {
	color: #000;
	background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action.active {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.list-group-item-secondary {
	color: #115b99;
	background-color: #d2eaff;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
	color: #115b99;
	background-color: #bdd3e6;
}
.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #115b99;
	border-color: #115b99;
}
.list-group-item-white {
	color: #666;
	background-color: #fff;
}
.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
	color: #666;
	background-color: #e6e6e6;
}
.list-group-item-white.list-group-item-action.active {
	color: #fff;
	background-color: #666;
	border-color: #666;
}
.list-group-item-dark {
	color: #000;
	background-color: #ccc;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
	color: #000;
	background-color: #b8b8b8;
}
.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.list-group-item-dark-grey {
	color: #141414;
	background-color: #d3d3d3;
}
.list-group-item-dark-grey.list-group-item-action:hover,
.list-group-item-dark-grey.list-group-item-action:focus {
	color: #141414;
	background-color: #bebebe;
}
.list-group-item-dark-grey.list-group-item-action.active {
	color: #fff;
	background-color: #141414;
	border-color: #141414;
}
.list-group-item-semi-dark-grey {
	color: #464646;
	background-color: #e3e3e3;
}
.list-group-item-semi-dark-grey.list-group-item-action:hover,
.list-group-item-semi-dark-grey.list-group-item-action:focus {
	color: #464646;
	background-color: #ccc;
}
.list-group-item-semi-dark-grey.list-group-item-action.active {
	color: #fff;
	background-color: #464646;
	border-color: #464646;
}
.list-group-item-white-grey {
	color: rgba(34, 34, 34, 0.76);
	background-color: rgba(254, 254, 254, 0.88);
}
.list-group-item-white-grey.list-group-item-action:hover,
.list-group-item-white-grey.list-group-item-action:focus {
	color: rgba(34, 34, 34, 0.76);
	background-color: rgba(223, 223, 223, 0.892);
}
.list-group-item-white-grey.list-group-item-action.active {
	color: #fff;
	background-color: rgba(34, 34, 34, 0.76);
	border-color: rgba(34, 34, 34, 0.76);
}
.list-group-item-grey {
	color: #4e4f50;
	background-color: #f3f3f4;
}
.list-group-item-grey.list-group-item-action:hover,
.list-group-item-grey.list-group-item-action:focus {
	color: #4e4f50;
	background-color: #dbdbdc;
}
.list-group-item-grey.list-group-item-action.active {
	color: #fff;
	background-color: #4e4f50;
	border-color: #4e4f50;
}
.list-group-item-transparent {
	color: rgba(0, 0, 0, 0.6);
	background-color: rgba(255, 255, 255, 0.8);
}
.list-group-item-transparent.list-group-item-action:hover,
.list-group-item-transparent.list-group-item-action:focus {
	color: rgba(0, 0, 0, 0.6);
	background-color: rgba(219, 219, 219, 0.82);
}
.list-group-item-transparent.list-group-item-action.active {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	border-color: rgba(0, 0, 0, 0.6);
}
.list-group-item-brand-color {
	color: #1f377a;
	background-color: #d6def5;
}
.list-group-item-brand-color.list-group-item-action:hover,
.list-group-item-brand-color.list-group-item-action:focus {
	color: #1f377a;
	background-color: #c1c8dd;
}
.list-group-item-brand-color.list-group-item-action.active {
	color: #fff;
	background-color: #1f377a;
	border-color: #1f377a;
}
.list-group-item-blue-facebook {
	color: #23355b;
	background-color: #d8deea;
}
.list-group-item-blue-facebook.list-group-item-action:hover,
.list-group-item-blue-facebook.list-group-item-action:focus {
	color: #23355b;
	background-color: #c2c8d3;
}
.list-group-item-blue-facebook.list-group-item-action.active {
	color: #fff;
	background-color: #23355b;
	border-color: #23355b;
}
.list-group-item-blue-linkedin {
	color: #084765;
	background-color: #cfe4ee;
}
.list-group-item-blue-linkedin.list-group-item-action:hover,
.list-group-item-blue-linkedin.list-group-item-action:focus {
	color: #084765;
	background-color: #bacdd6;
}
.list-group-item-blue-linkedin.list-group-item-action.active {
	color: #fff;
	background-color: #084765;
	border-color: #084765;
}
.list-group-item-white-blue {
	color: #5d6266;
	background-color: #fbfdff;
}
.list-group-item-white-blue.list-group-item-action:hover,
.list-group-item-white-blue.list-group-item-action:focus {
	color: #5d6266;
	background-color: #e2e4e6;
}
.list-group-item-white-blue.list-group-item-action.active {
	color: #fff;
	background-color: #5d6266;
	border-color: #5d6266;
}
.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: 0.25em 0.25em;
	color: #000;
	background: transparent
		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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
		center/1em auto no-repeat;
	border: 0;
	border-radius: 4px;
	opacity: 0.5;
}
.btn-close:hover {
	color: #000;
	text-decoration: none;
	opacity: 0.75;
}
.btn-close:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem var(--secondary-color-shadow);
	opacity: 1;
}
.btn-close:disabled,
.btn-close.disabled {
	pointer-events: none;
	user-select: none;
	opacity: 0.25;
}
.btn-close-white {
	filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
	width: 350px;
	max-width: 100%;
	font-size: 0.875rem;
	pointer-events: auto;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.5rem 1rem rgba(204, 51, 85, 0.15);
	border-radius: 4px;
}
.toast:not(.showing):not(.show) {
	opacity: 0;
}
.toast.hide {
	display: none;
}
.toast-container {
	width: max-content;
	max-width: 100%;
	pointer-events: none;
}
.toast-container > :not(:last-child) {
	margin-bottom: 0.75rem;
}
.toast-header {
	display: flex;
	align-items: center;
	padding: 0.5rem 0.75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.toast-header .btn-close {
	margin-right: -0.375rem;
	margin-left: 0.75rem;
}
.toast-body {
	padding: 0.75rem;
	word-wrap: break-word;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}
.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}
.modal.show .modal-dialog {
	transform: none;
}
.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}
.modal-dialog-scrollable {
	height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}
.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: 0.5;
}
.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid var(--primary);
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
	padding: 0.5rem 0.5rem;
	margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.7;
}
.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}
.modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid var(--primary);
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
	margin: 0.25rem;
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	.modal-dialog-scrollable {
		height: calc(100% - 3.5rem);
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	.modal-sm {
		max-width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}
@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}
.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}
.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}
.modal-fullscreen .modal-header {
	border-radius: 0;
}
.modal-fullscreen .modal-body {
	overflow-y: auto;
}
.modal-fullscreen .modal-footer {
	border-radius: 0;
}
@media (max-width: 575.98px) {
	.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-header {
		border-radius: 0;
	}
	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 767.98px) {
	.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-header {
		border-radius: 0;
	}
	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 991.98px) {
	.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-header {
		border-radius: 0;
	}
	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 1199.98px) {
	.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-header {
		border-radius: 0;
	}
	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 1439.98px) {
	.modal-fullscreen-xll-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-xll-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-xll-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-xll-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-xll-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 1679.98px) {
	.modal-fullscreen-xlg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-xlg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-xlg-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-xlg-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-xlg-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 1899.98px) {
	.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-header {
		border-radius: 0;
	}
	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0;
	}
}
.tooltip {
	position: absolute;
	z-index: 1080;
	display: block;
	margin: 0;
	font-family: var(--font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
}
.tooltip.show {
	opacity: 0.9;
}
.tooltip .tooltip-arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
	position: absolute;
	content: '';
	border-color: transparent;
	border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^='top'] {
	padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow {
	bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow::before {
	top: -1px;
	border-width: 0.4rem 0.4rem 0;
	border-top-color: var(--white);
}
.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^='right'] {
	padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow {
	left: 0;
	width: 0.4rem;
	height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow::before {
	right: -1px;
	border-width: 0.4rem 0.4rem 0.4rem 0;
	border-right-color: var(--white);
}
.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^='bottom'] {
	padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow {
	top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 0.4rem 0.4rem;
	border-bottom-color: var(--white);
}
.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^='left'] {
	padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow {
	right: 0;
	width: 0.4rem;
	height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow::before {
	left: -1px;
	border-width: 0.4rem 0 0.4rem 0.4rem;
	border-left-color: var(--white);
}
.tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	color: var(--secondary);
	text-align: center;
	background-color: var(--white);
	border-radius: 4px;
}
.clearfix::after {
	display: block;
	clear: both;
	content: '';
}
.link-primary {
	color: var(--primary);
}
.link-primary:hover,
.link-primary:focus {
	color: var(--primary-hover);
}
.link-success {
	color: #03a678;
}
.link-success:hover,
.link-success:focus {
	color: #35b893;
}
.link-info {
	color: var(--secondary);
}
.link-info:hover,
.link-info:focus {
	color: #4aadff;
}
.link-warning {
	color: #ffc107;
}
.link-warning:hover,
.link-warning:focus {
	color: #ffcd39;
}
.link-danger {
	color: #b50000;
}
.link-danger:hover,
.link-danger:focus {
	color: #910000;
}
.link-black {
	color: #000;
}
.link-black:hover,
.link-black:focus {
	color: #000;
}
.link-secondary {
	color: var(--secondary);
}
.link-secondary:hover,
.link-secondary:focus {
	color: #4aadff;
}
.link-white {
	color: #fff;
}
.link-white:hover,
.link-white:focus {
	color: #fff;
}
.link-dark {
	color: #000;
}
.link-dark:hover,
.link-dark:focus {
	color: #000;
}
.link-dark-grey {
	color: #222;
}
.link-dark-grey:hover,
.link-dark-grey:focus {
	color: #1b1b1b;
}
.link-semi-dark-grey {
	color: #757575;
}
.link-semi-dark-grey:hover,
.link-semi-dark-grey:focus {
	color: #5e5e5e;
}
.link-white-grey {
	color: rgba(238, 238, 238, 0.4);
}
.link-white-grey:hover,
.link-white-grey:focus {
	color: rgba(247, 247, 247, 0.52);
}
.link-grey {
	color: #c3c5c7;
}
.link-grey:hover,
.link-grey:focus {
	color: #cfd1d2;
}
.link-transparent {
	color: rgba(0, 0, 0, 0);
}
.link-transparent:hover,
.link-transparent:focus {
	color: rgba(0, 0, 0, 0.2);
}
.link-brand-color {
	color: var(--brand-color);
}
.link-brand-color:hover,
.link-brand-color:focus {
	color: var(--brand-color-border);
}
.link-blue-facebook {
	color: #3b5997;
}
.link-blue-facebook:hover,
.link-blue-facebook:focus {
	color: #2f4779;
}
.link-blue-linkedin {
	color: #0e76a8;
}
.link-blue-linkedin:hover,
.link-blue-linkedin:focus {
	color: #0b5e86;
}
.link-white-blue {
	color: #e9f5ff;
}
.link-white-blue:hover,
.link-white-blue:focus {
	color: #edf7ff;
}
.ratio {
	position: relative;
	width: 100%;
}
.ratio::before {
	display: block;
	padding-top: var(--aspect-ratio);
	content: '';
}
.ratio > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ratio-1x1 {
	--aspect-ratio: 100%;
}
.ratio-4x3 {
	--aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
	--aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
	--aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}
.sticky-top {
	position: sticky;
	top: 0;
	z-index: 1020;
}
@media (min-width: 576px) {
	.sticky-sm-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
@media (min-width: 768px) {
	.sticky-md-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
@media (min-width: 992px) {
	.sticky-lg-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
@media (min-width: 1200px) {
	.sticky-xl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
@media (min-width: 1440px) {
	.sticky-xll-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
@media (min-width: 1680px) {
	.sticky-xlg-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
@media (min-width: 1900px) {
	.sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
.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;
}
.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;
}
.overflow-auto {
	overflow: auto !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.overflow-visible {
	overflow: visible !important;
}
.overflow-scroll {
	overflow: scroll !important;
}
.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;
}
.d-none {
	display: none !important;
}
.shadow {
	box-shadow: 0 0.5rem 1rem rgba(204, 51, 85, 0.15) !important;
}
.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(204, 51, 85, 0.075) !important;
}
.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(204, 51, 85, 0.175) !important;
}
.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: 1px solid var(--primary) !important;
}
.border-0 {
	border: 0 !important;
}
.border-top {
	border-top: 1px solid var(--primary) !important;
}
.border-top-0 {
	border-top: 0 !important;
}
.border-end {
	border-right: 1px solid var(--primary) !important;
}
.border-end-0 {
	border-right: 0 !important;
}
.border-bottom {
	border-bottom: 1px solid var(--primary) !important;
}
.border-bottom-0 {
	border-bottom: 0 !important;
}
.border-start {
	border-left: 1px solid var(--primary) !important;
}
.border-start-0 {
	border-left: 0 !important;
}
.border-primary {
	border-color: var(--primary) !important;
}
.border-success {
	border-color: #03a678 !important;
}
.border-info {
	border-color: var(--secondary) !important;
}
.border-warning {
	border-color: #ffc107 !important;
}
.border-danger {
	border-color: #b50000 !important;
}
.border-black {
	border-color: #000 !important;
}
.border-secondary {
	border-color: var(--secondary) !important;
}
.border-white {
	border-color: #fff !important;
}
.border-dark {
	border-color: #000 !important;
}
.border-dark-grey {
	border-color: #222 !important;
}
.border-semi-dark-grey {
	border-color: #757575 !important;
}
.border-white-grey {
	border-color: rgba(238, 238, 238, 0.4) !important;
}
.border-grey {
	border-color: #c3c5c7 !important;
}
.border-transparent {
	border-color: rgba(0, 0, 0, 0) !important;
}
.border-brand-color {
	border-color: var(--brand-color) !important;
}
.border-blue-facebook {
	border-color: #3b5997 !important;
}
.border-blue-linkedin {
	border-color: #0e76a8 !important;
}
.border-white-blue {
	border-color: #e9f5ff !important;
}
.border-1 {
	border-width: 1px !important;
}
.border-2 {
	border-width: 2px !important;
}
.border-3 {
	border-width: 3px !important;
}
.border-4 {
	border-width: 4px !important;
}
.border-5 {
	border-width: 5px !important;
}
.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;
}
.gap-0 {
	gap: 0 !important;
}
.gap-1 {
	gap: 0.25rem !important;
}
.gap-2 {
	gap: 0.5rem !important;
}
.gap-3 {
	gap: 1rem !important;
}
.gap-4 {
	gap: 1.5rem !important;
}
.gap-5 {
	gap: 3rem !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: 0.25rem !important;
}
.m-2 {
	margin: 0.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: 0.25rem !important;
	margin-left: 0.25rem !important;
}
.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.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: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}
.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.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: 0.25rem !important;
}
.mt-2 {
	margin-top: 0.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: 0.25rem !important;
}
.me-2 {
	margin-right: 0.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: 0.25rem !important;
}
.mb-2 {
	margin-bottom: 0.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;
}
.ms-0 {
	margin-left: 0 !important;
}
.ms-1 {
	margin-left: 0.25rem !important;
}
.ms-2 {
	margin-left: 0.5rem !important;
}
.ms-3 {
	margin-left: 1rem !important;
}
.ms-4 {
	margin-left: 1.5rem !important;
}
.ms-5 {
	margin-left: 3rem !important;
}
.ms-auto {
	margin-left: auto !important;
}
.p-0 {
	padding: 0 !important;
}
.p-1 {
	padding: 0.25rem !important;
}
.p-2 {
	padding: 0.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: 0.25rem !important;
	padding-left: 0.25rem !important;
}
.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.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: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.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;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-1 {
	padding-top: 0.25rem !important;
}
.pt-2 {
	padding-top: 0.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: 0.25rem !important;
}
.pe-2 {
	padding-right: 0.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: 0.25rem !important;
}
.pb-2 {
	padding-bottom: 0.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: 0.25rem !important;
}
.ps-2 {
	padding-left: 0.5rem !important;
}
.ps-3 {
	padding-left: 1rem !important;
}
.ps-4 {
	padding-left: 1.5rem !important;
}
.ps-5 {
	padding-left: 3rem !important;
}
.font-monospace {
	font-family: var(--font-monospace) !important;
}
.fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
	font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
	font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
	font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
	font-size: 1.25rem !important;
}
.fs-6 {
	font-size: 1rem !important;
}
.fst-italic {
	font-style: italic !important;
}
.fst-normal {
	font-style: normal !important;
}
.fw-light {
	font-weight: 300 !important;
}
.fw-lighter {
	font-weight: lighter !important;
}
.fw-normal {
	font-weight: 400 !important;
}
.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.7 !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: var(--primary) !important;
}
.text-success {
	color: #03a678 !important;
}
.text-info {
	color: var(--secondary) !important;
}
.text-warning {
	color: #ffc107 !important;
}
.text-danger {
	color: #b50000 !important;
}
.text-black {
	color: #000 !important;
}
.text-secondary {
	color: var(--secondary) !important;
}
.text-white {
	color: #fff !important;
}
.text-dark {
	color: #000 !important;
}
.text-dark-grey {
	color: #222 !important;
}
.text-semi-dark-grey {
	color: #757575 !important;
}
.text-white-grey {
	color: rgba(238, 238, 238, 0.4) !important;
}
.text-grey {
	color: #c3c5c7 !important;
}
.text-transparent {
	color: rgba(0, 0, 0, 0) !important;
}
.text-brand-color {
	color: var(--brand-color) !important;
}
.text-blue-facebook {
	color: #3b5997 !important;
}
.text-blue-linkedin {
	color: #0e76a8 !important;
}
.text-white-blue {
	color: #e9f5ff !important;
}
.text-body {
	color: #212529 !important;
}
.text-muted {
	color: #6c757d !important;
}
.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
	color: inherit !important;
}
.bg-primary {
	background-color: var(--primary) !important;
}
.bg-success {
	background-color: #03a678 !important;
}
.bg-info {
	background-color: var(--secondary) !important;
}
.bg-warning {
	background-color: #ffc107 !important;
}
.bg-danger {
	background-color: #b50000 !important;
}
.bg-black {
	background-color: #000 !important;
}
.bg-secondary {
	background-color: var(--secondary) !important;
}
.bg-white {
	background-color: #fff !important;
}
.bg-dark {
	background-color: #000 !important;
}
.bg-dark-grey {
	background-color: #222 !important;
}
.bg-semi-dark-grey {
	background-color: #757575 !important;
}
.bg-white-grey {
	background-color: rgba(238, 238, 238, 0.4) !important;
}
.bg-grey {
	background-color: #c3c5c7 !important;
}
.bg-transparent {
	background-color: rgba(0, 0, 0, 0) !important;
}
.bg-brand-color {
	background-color: var(--brand-color) !important;
}
.bg-blue-facebook {
	background-color: #3b5997 !important;
}
.bg-blue-linkedin {
	background-color: #0e76a8 !important;
}
.bg-white-blue {
	background-color: #e9f5ff !important;
}
.bg-body {
	background-color: #f4faff !important;
}
.bg-gradient {
	background-image: var(--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 {
	border-radius: 0px !important;
}
.rounded-0 {
	border-radius: 0 !important;
}
.rounded-1 {
	border-radius: 0 !important;
}
.rounded-2 {
	border-radius: 0px !important;
}
.rounded-3 {
	border-radius: 0px !important;
}
.rounded-circle {
	border-radius: 50% !important;
}
.rounded-pill {
	border-radius: 50rem !important;
}
.rounded-top {
	border-top-left-radius: 6px !important;
	border-top-right-radius: 6px !important;
}
.rounded-end {
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
}
.rounded-bottom {
	border-bottom-right-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
}
.rounded-start {
	border-bottom-left-radius: 6px !important;
	border-top-left-radius: 6px !important;
}
.visible {
	visibility: visible !important;
}
.invisible {
	visibility: hidden !important;
}
@media (min-width: 576px) {
	.float-sm-start {
		float: left !important;
	}
	.float-sm-end {
		float: right !important;
	}
	.float-sm-none {
		float: 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;
	}
	.gap-sm-0 {
		gap: 0 !important;
	}
	.gap-sm-1 {
		gap: 0.25rem !important;
	}
	.gap-sm-2 {
		gap: 0.5rem !important;
	}
	.gap-sm-3 {
		gap: 1rem !important;
	}
	.gap-sm-4 {
		gap: 1.5rem !important;
	}
	.gap-sm-5 {
		gap: 3rem !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: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.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: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-sm-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.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: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-sm-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.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: 0.25rem !important;
	}
	.mt-sm-2 {
		margin-top: 0.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: 0.25rem !important;
	}
	.me-sm-2 {
		margin-right: 0.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: 0.25rem !important;
	}
	.mb-sm-2 {
		margin-bottom: 0.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: 0.25rem !important;
	}
	.ms-sm-2 {
		margin-left: 0.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: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.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: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-sm-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.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: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-sm-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.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: 0.25rem !important;
	}
	.pt-sm-2 {
		padding-top: 0.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: 0.25rem !important;
	}
	.pe-sm-2 {
		padding-right: 0.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: 0.25rem !important;
	}
	.pb-sm-2 {
		padding-bottom: 0.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: 0.25rem !important;
	}
	.ps-sm-2 {
		padding-left: 0.5rem !important;
	}
	.ps-sm-3 {
		padding-left: 1rem !important;
	}
	.ps-sm-4 {
		padding-left: 1.5rem !important;
	}
	.ps-sm-5 {
		padding-left: 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) {
	.float-md-start {
		float: left !important;
	}
	.float-md-end {
		float: right !important;
	}
	.float-md-none {
		float: 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;
	}
	.gap-md-0 {
		gap: 0 !important;
	}
	.gap-md-1 {
		gap: 0.25rem !important;
	}
	.gap-md-2 {
		gap: 0.5rem !important;
	}
	.gap-md-3 {
		gap: 1rem !important;
	}
	.gap-md-4 {
		gap: 1.5rem !important;
	}
	.gap-md-5 {
		gap: 3rem !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: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.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: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-md-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.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: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-md-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.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: 0.25rem !important;
	}
	.mt-md-2 {
		margin-top: 0.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: 0.25rem !important;
	}
	.me-md-2 {
		margin-right: 0.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: 0.25rem !important;
	}
	.mb-md-2 {
		margin-bottom: 0.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: 0.25rem !important;
	}
	.ms-md-2 {
		margin-left: 0.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: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.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: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-md-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.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: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-md-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.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: 0.25rem !important;
	}
	.pt-md-2 {
		padding-top: 0.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: 0.25rem !important;
	}
	.pe-md-2 {
		padding-right: 0.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: 0.25rem !important;
	}
	.pb-md-2 {
		padding-bottom: 0.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: 0.25rem !important;
	}
	.ps-md-2 {
		padding-left: 0.5rem !important;
	}
	.ps-md-3 {
		padding-left: 1rem !important;
	}
	.ps-md-4 {
		padding-left: 1.5rem !important;
	}
	.ps-md-5 {
		padding-left: 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) {
	.float-lg-start {
		float: left !important;
	}
	.float-lg-end {
		float: right !important;
	}
	.float-lg-none {
		float: 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;
	}
	.gap-lg-0 {
		gap: 0 !important;
	}
	.gap-lg-1 {
		gap: 0.25rem !important;
	}
	.gap-lg-2 {
		gap: 0.5rem !important;
	}
	.gap-lg-3 {
		gap: 1rem !important;
	}
	.gap-lg-4 {
		gap: 1.5rem !important;
	}
	.gap-lg-5 {
		gap: 3rem !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: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.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: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-lg-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.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: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-lg-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.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: 0.25rem !important;
	}
	.mt-lg-2 {
		margin-top: 0.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: 0.25rem !important;
	}
	.me-lg-2 {
		margin-right: 0.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: 0.25rem !important;
	}
	.mb-lg-2 {
		margin-bottom: 0.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: 0.25rem !important;
	}
	.ms-lg-2 {
		margin-left: 0.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: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.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: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-lg-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.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: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-lg-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.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: 0.25rem !important;
	}
	.pt-lg-2 {
		padding-top: 0.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: 0.25rem !important;
	}
	.pe-lg-2 {
		padding-right: 0.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: 0.25rem !important;
	}
	.pb-lg-2 {
		padding-bottom: 0.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: 0.25rem !important;
	}
	.ps-lg-2 {
		padding-left: 0.5rem !important;
	}
	.ps-lg-3 {
		padding-left: 1rem !important;
	}
	.ps-lg-4 {
		padding-left: 1.5rem !important;
	}
	.ps-lg-5 {
		padding-left: 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: 1200px) {
	.float-xl-start {
		float: left !important;
	}
	.float-xl-end {
		float: right !important;
	}
	.float-xl-none {
		float: 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;
	}
	.gap-xl-0 {
		gap: 0 !important;
	}
	.gap-xl-1 {
		gap: 0.25rem !important;
	}
	.gap-xl-2 {
		gap: 0.5rem !important;
	}
	.gap-xl-3 {
		gap: 1rem !important;
	}
	.gap-xl-4 {
		gap: 1.5rem !important;
	}
	.gap-xl-5 {
		gap: 3rem !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: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.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: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-xl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.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: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-xl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.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: 0.25rem !important;
	}
	.mt-xl-2 {
		margin-top: 0.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: 0.25rem !important;
	}
	.me-xl-2 {
		margin-right: 0.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: 0.25rem !important;
	}
	.mb-xl-2 {
		margin-bottom: 0.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: 0.25rem !important;
	}
	.ms-xl-2 {
		margin-left: 0.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: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.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: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-xl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.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: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-xl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.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: 0.25rem !important;
	}
	.pt-xl-2 {
		padding-top: 0.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: 0.25rem !important;
	}
	.pe-xl-2 {
		padding-right: 0.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: 0.25rem !important;
	}
	.pb-xl-2 {
		padding-bottom: 0.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: 0.25rem !important;
	}
	.ps-xl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-xl-3 {
		padding-left: 1rem !important;
	}
	.ps-xl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-xl-5 {
		padding-left: 3rem !important;
	}
	.text-xl-start {
		text-align: left !important;
	}
	.text-xl-end {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}
@media (min-width: 1440px) {
	.float-xll-start {
		float: left !important;
	}
	.float-xll-end {
		float: right !important;
	}
	.float-xll-none {
		float: none !important;
	}
	.d-xll-inline {
		display: inline !important;
	}
	.d-xll-inline-block {
		display: inline-block !important;
	}
	.d-xll-block {
		display: block !important;
	}
	.d-xll-grid {
		display: grid !important;
	}
	.d-xll-table {
		display: table !important;
	}
	.d-xll-table-row {
		display: table-row !important;
	}
	.d-xll-table-cell {
		display: table-cell !important;
	}
	.d-xll-flex {
		display: flex !important;
	}
	.d-xll-inline-flex {
		display: inline-flex !important;
	}
	.d-xll-none {
		display: none !important;
	}
	.flex-xll-fill {
		flex: 1 1 auto !important;
	}
	.flex-xll-row {
		flex-direction: row !important;
	}
	.flex-xll-column {
		flex-direction: column !important;
	}
	.flex-xll-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xll-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xll-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xll-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xll-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xll-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-xll-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xll-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xll-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.gap-xll-0 {
		gap: 0 !important;
	}
	.gap-xll-1 {
		gap: 0.25rem !important;
	}
	.gap-xll-2 {
		gap: 0.5rem !important;
	}
	.gap-xll-3 {
		gap: 1rem !important;
	}
	.gap-xll-4 {
		gap: 1.5rem !important;
	}
	.gap-xll-5 {
		gap: 3rem !important;
	}
	.justify-content-xll-start {
		justify-content: flex-start !important;
	}
	.justify-content-xll-end {
		justify-content: flex-end !important;
	}
	.justify-content-xll-center {
		justify-content: center !important;
	}
	.justify-content-xll-between {
		justify-content: space-between !important;
	}
	.justify-content-xll-around {
		justify-content: space-around !important;
	}
	.justify-content-xll-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-xll-start {
		align-items: flex-start !important;
	}
	.align-items-xll-end {
		align-items: flex-end !important;
	}
	.align-items-xll-center {
		align-items: center !important;
	}
	.align-items-xll-baseline {
		align-items: baseline !important;
	}
	.align-items-xll-stretch {
		align-items: stretch !important;
	}
	.align-content-xll-start {
		align-content: flex-start !important;
	}
	.align-content-xll-end {
		align-content: flex-end !important;
	}
	.align-content-xll-center {
		align-content: center !important;
	}
	.align-content-xll-between {
		align-content: space-between !important;
	}
	.align-content-xll-around {
		align-content: space-around !important;
	}
	.align-content-xll-stretch {
		align-content: stretch !important;
	}
	.align-self-xll-auto {
		align-self: auto !important;
	}
	.align-self-xll-start {
		align-self: flex-start !important;
	}
	.align-self-xll-end {
		align-self: flex-end !important;
	}
	.align-self-xll-center {
		align-self: center !important;
	}
	.align-self-xll-baseline {
		align-self: baseline !important;
	}
	.align-self-xll-stretch {
		align-self: stretch !important;
	}
	.order-xll-first {
		order: -1 !important;
	}
	.order-xll-0 {
		order: 0 !important;
	}
	.order-xll-1 {
		order: 1 !important;
	}
	.order-xll-2 {
		order: 2 !important;
	}
	.order-xll-3 {
		order: 3 !important;
	}
	.order-xll-4 {
		order: 4 !important;
	}
	.order-xll-5 {
		order: 5 !important;
	}
	.order-xll-last {
		order: 6 !important;
	}
	.m-xll-0 {
		margin: 0 !important;
	}
	.m-xll-1 {
		margin: 0.25rem !important;
	}
	.m-xll-2 {
		margin: 0.5rem !important;
	}
	.m-xll-3 {
		margin: 1rem !important;
	}
	.m-xll-4 {
		margin: 1.5rem !important;
	}
	.m-xll-5 {
		margin: 3rem !important;
	}
	.m-xll-auto {
		margin: auto !important;
	}
	.mx-xll-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-xll-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-xll-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-xll-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-xll-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-xll-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-xll-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-xll-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-xll-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-xll-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-xll-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-xll-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-xll-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-xll-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-xll-0 {
		margin-top: 0 !important;
	}
	.mt-xll-1 {
		margin-top: 0.25rem !important;
	}
	.mt-xll-2 {
		margin-top: 0.5rem !important;
	}
	.mt-xll-3 {
		margin-top: 1rem !important;
	}
	.mt-xll-4 {
		margin-top: 1.5rem !important;
	}
	.mt-xll-5 {
		margin-top: 3rem !important;
	}
	.mt-xll-auto {
		margin-top: auto !important;
	}
	.me-xll-0 {
		margin-right: 0 !important;
	}
	.me-xll-1 {
		margin-right: 0.25rem !important;
	}
	.me-xll-2 {
		margin-right: 0.5rem !important;
	}
	.me-xll-3 {
		margin-right: 1rem !important;
	}
	.me-xll-4 {
		margin-right: 1.5rem !important;
	}
	.me-xll-5 {
		margin-right: 3rem !important;
	}
	.me-xll-auto {
		margin-right: auto !important;
	}
	.mb-xll-0 {
		margin-bottom: 0 !important;
	}
	.mb-xll-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-xll-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-xll-3 {
		margin-bottom: 1rem !important;
	}
	.mb-xll-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-xll-5 {
		margin-bottom: 3rem !important;
	}
	.mb-xll-auto {
		margin-bottom: auto !important;
	}
	.ms-xll-0 {
		margin-left: 0 !important;
	}
	.ms-xll-1 {
		margin-left: 0.25rem !important;
	}
	.ms-xll-2 {
		margin-left: 0.5rem !important;
	}
	.ms-xll-3 {
		margin-left: 1rem !important;
	}
	.ms-xll-4 {
		margin-left: 1.5rem !important;
	}
	.ms-xll-5 {
		margin-left: 3rem !important;
	}
	.ms-xll-auto {
		margin-left: auto !important;
	}
	.p-xll-0 {
		padding: 0 !important;
	}
	.p-xll-1 {
		padding: 0.25rem !important;
	}
	.p-xll-2 {
		padding: 0.5rem !important;
	}
	.p-xll-3 {
		padding: 1rem !important;
	}
	.p-xll-4 {
		padding: 1.5rem !important;
	}
	.p-xll-5 {
		padding: 3rem !important;
	}
	.px-xll-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-xll-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-xll-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-xll-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-xll-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-xll-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-xll-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-xll-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-xll-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-xll-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-xll-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-xll-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-xll-0 {
		padding-top: 0 !important;
	}
	.pt-xll-1 {
		padding-top: 0.25rem !important;
	}
	.pt-xll-2 {
		padding-top: 0.5rem !important;
	}
	.pt-xll-3 {
		padding-top: 1rem !important;
	}
	.pt-xll-4 {
		padding-top: 1.5rem !important;
	}
	.pt-xll-5 {
		padding-top: 3rem !important;
	}
	.pe-xll-0 {
		padding-right: 0 !important;
	}
	.pe-xll-1 {
		padding-right: 0.25rem !important;
	}
	.pe-xll-2 {
		padding-right: 0.5rem !important;
	}
	.pe-xll-3 {
		padding-right: 1rem !important;
	}
	.pe-xll-4 {
		padding-right: 1.5rem !important;
	}
	.pe-xll-5 {
		padding-right: 3rem !important;
	}
	.pb-xll-0 {
		padding-bottom: 0 !important;
	}
	.pb-xll-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-xll-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-xll-3 {
		padding-bottom: 1rem !important;
	}
	.pb-xll-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-xll-5 {
		padding-bottom: 3rem !important;
	}
	.ps-xll-0 {
		padding-left: 0 !important;
	}
	.ps-xll-1 {
		padding-left: 0.25rem !important;
	}
	.ps-xll-2 {
		padding-left: 0.5rem !important;
	}
	.ps-xll-3 {
		padding-left: 1rem !important;
	}
	.ps-xll-4 {
		padding-left: 1.5rem !important;
	}
	.ps-xll-5 {
		padding-left: 3rem !important;
	}
	.text-xll-start {
		text-align: left !important;
	}
	.text-xll-end {
		text-align: right !important;
	}
	.text-xll-center {
		text-align: center !important;
	}
}
@media (min-width: 1680px) {
	.float-xlg-start {
		float: left !important;
	}
	.float-xlg-end {
		float: right !important;
	}
	.float-xlg-none {
		float: none !important;
	}
	.d-xlg-inline {
		display: inline !important;
	}
	.d-xlg-inline-block {
		display: inline-block !important;
	}
	.d-xlg-block {
		display: block !important;
	}
	.d-xlg-grid {
		display: grid !important;
	}
	.d-xlg-table {
		display: table !important;
	}
	.d-xlg-table-row {
		display: table-row !important;
	}
	.d-xlg-table-cell {
		display: table-cell !important;
	}
	.d-xlg-flex {
		display: flex !important;
	}
	.d-xlg-inline-flex {
		display: inline-flex !important;
	}
	.d-xlg-none {
		display: none !important;
	}
	.flex-xlg-fill {
		flex: 1 1 auto !important;
	}
	.flex-xlg-row {
		flex-direction: row !important;
	}
	.flex-xlg-column {
		flex-direction: column !important;
	}
	.flex-xlg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xlg-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xlg-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xlg-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xlg-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xlg-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-xlg-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xlg-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xlg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.gap-xlg-0 {
		gap: 0 !important;
	}
	.gap-xlg-1 {
		gap: 0.25rem !important;
	}
	.gap-xlg-2 {
		gap: 0.5rem !important;
	}
	.gap-xlg-3 {
		gap: 1rem !important;
	}
	.gap-xlg-4 {
		gap: 1.5rem !important;
	}
	.gap-xlg-5 {
		gap: 3rem !important;
	}
	.justify-content-xlg-start {
		justify-content: flex-start !important;
	}
	.justify-content-xlg-end {
		justify-content: flex-end !important;
	}
	.justify-content-xlg-center {
		justify-content: center !important;
	}
	.justify-content-xlg-between {
		justify-content: space-between !important;
	}
	.justify-content-xlg-around {
		justify-content: space-around !important;
	}
	.justify-content-xlg-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-xlg-start {
		align-items: flex-start !important;
	}
	.align-items-xlg-end {
		align-items: flex-end !important;
	}
	.align-items-xlg-center {
		align-items: center !important;
	}
	.align-items-xlg-baseline {
		align-items: baseline !important;
	}
	.align-items-xlg-stretch {
		align-items: stretch !important;
	}
	.align-content-xlg-start {
		align-content: flex-start !important;
	}
	.align-content-xlg-end {
		align-content: flex-end !important;
	}
	.align-content-xlg-center {
		align-content: center !important;
	}
	.align-content-xlg-between {
		align-content: space-between !important;
	}
	.align-content-xlg-around {
		align-content: space-around !important;
	}
	.align-content-xlg-stretch {
		align-content: stretch !important;
	}
	.align-self-xlg-auto {
		align-self: auto !important;
	}
	.align-self-xlg-start {
		align-self: flex-start !important;
	}
	.align-self-xlg-end {
		align-self: flex-end !important;
	}
	.align-self-xlg-center {
		align-self: center !important;
	}
	.align-self-xlg-baseline {
		align-self: baseline !important;
	}
	.align-self-xlg-stretch {
		align-self: stretch !important;
	}
	.order-xlg-first {
		order: -1 !important;
	}
	.order-xlg-0 {
		order: 0 !important;
	}
	.order-xlg-1 {
		order: 1 !important;
	}
	.order-xlg-2 {
		order: 2 !important;
	}
	.order-xlg-3 {
		order: 3 !important;
	}
	.order-xlg-4 {
		order: 4 !important;
	}
	.order-xlg-5 {
		order: 5 !important;
	}
	.order-xlg-last {
		order: 6 !important;
	}
	.m-xlg-0 {
		margin: 0 !important;
	}
	.m-xlg-1 {
		margin: 0.25rem !important;
	}
	.m-xlg-2 {
		margin: 0.5rem !important;
	}
	.m-xlg-3 {
		margin: 1rem !important;
	}
	.m-xlg-4 {
		margin: 1.5rem !important;
	}
	.m-xlg-5 {
		margin: 3rem !important;
	}
	.m-xlg-auto {
		margin: auto !important;
	}
	.mx-xlg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-xlg-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-xlg-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-xlg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-xlg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-xlg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-xlg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-xlg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-xlg-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-xlg-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-xlg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-xlg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-xlg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-xlg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-xlg-0 {
		margin-top: 0 !important;
	}
	.mt-xlg-1 {
		margin-top: 0.25rem !important;
	}
	.mt-xlg-2 {
		margin-top: 0.5rem !important;
	}
	.mt-xlg-3 {
		margin-top: 1rem !important;
	}
	.mt-xlg-4 {
		margin-top: 1.5rem !important;
	}
	.mt-xlg-5 {
		margin-top: 3rem !important;
	}
	.mt-xlg-auto {
		margin-top: auto !important;
	}
	.me-xlg-0 {
		margin-right: 0 !important;
	}
	.me-xlg-1 {
		margin-right: 0.25rem !important;
	}
	.me-xlg-2 {
		margin-right: 0.5rem !important;
	}
	.me-xlg-3 {
		margin-right: 1rem !important;
	}
	.me-xlg-4 {
		margin-right: 1.5rem !important;
	}
	.me-xlg-5 {
		margin-right: 3rem !important;
	}
	.me-xlg-auto {
		margin-right: auto !important;
	}
	.mb-xlg-0 {
		margin-bottom: 0 !important;
	}
	.mb-xlg-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-xlg-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-xlg-3 {
		margin-bottom: 1rem !important;
	}
	.mb-xlg-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-xlg-5 {
		margin-bottom: 3rem !important;
	}
	.mb-xlg-auto {
		margin-bottom: auto !important;
	}
	.ms-xlg-0 {
		margin-left: 0 !important;
	}
	.ms-xlg-1 {
		margin-left: 0.25rem !important;
	}
	.ms-xlg-2 {
		margin-left: 0.5rem !important;
	}
	.ms-xlg-3 {
		margin-left: 1rem !important;
	}
	.ms-xlg-4 {
		margin-left: 1.5rem !important;
	}
	.ms-xlg-5 {
		margin-left: 3rem !important;
	}
	.ms-xlg-auto {
		margin-left: auto !important;
	}
	.p-xlg-0 {
		padding: 0 !important;
	}
	.p-xlg-1 {
		padding: 0.25rem !important;
	}
	.p-xlg-2 {
		padding: 0.5rem !important;
	}
	.p-xlg-3 {
		padding: 1rem !important;
	}
	.p-xlg-4 {
		padding: 1.5rem !important;
	}
	.p-xlg-5 {
		padding: 3rem !important;
	}
	.px-xlg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-xlg-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-xlg-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-xlg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-xlg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-xlg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-xlg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-xlg-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-xlg-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-xlg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-xlg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-xlg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-xlg-0 {
		padding-top: 0 !important;
	}
	.pt-xlg-1 {
		padding-top: 0.25rem !important;
	}
	.pt-xlg-2 {
		padding-top: 0.5rem !important;
	}
	.pt-xlg-3 {
		padding-top: 1rem !important;
	}
	.pt-xlg-4 {
		padding-top: 1.5rem !important;
	}
	.pt-xlg-5 {
		padding-top: 3rem !important;
	}
	.pe-xlg-0 {
		padding-right: 0 !important;
	}
	.pe-xlg-1 {
		padding-right: 0.25rem !important;
	}
	.pe-xlg-2 {
		padding-right: 0.5rem !important;
	}
	.pe-xlg-3 {
		padding-right: 1rem !important;
	}
	.pe-xlg-4 {
		padding-right: 1.5rem !important;
	}
	.pe-xlg-5 {
		padding-right: 3rem !important;
	}
	.pb-xlg-0 {
		padding-bottom: 0 !important;
	}
	.pb-xlg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-xlg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-xlg-3 {
		padding-bottom: 1rem !important;
	}
	.pb-xlg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-xlg-5 {
		padding-bottom: 3rem !important;
	}
	.ps-xlg-0 {
		padding-left: 0 !important;
	}
	.ps-xlg-1 {
		padding-left: 0.25rem !important;
	}
	.ps-xlg-2 {
		padding-left: 0.5rem !important;
	}
	.ps-xlg-3 {
		padding-left: 1rem !important;
	}
	.ps-xlg-4 {
		padding-left: 1.5rem !important;
	}
	.ps-xlg-5 {
		padding-left: 3rem !important;
	}
	.text-xlg-start {
		text-align: left !important;
	}
	.text-xlg-end {
		text-align: right !important;
	}
	.text-xlg-center {
		text-align: center !important;
	}
}
@media (min-width: 1900px) {
	.float-xxl-start {
		float: left !important;
	}
	.float-xxl-end {
		float: right !important;
	}
	.float-xxl-none {
		float: 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;
	}
	.gap-xxl-0 {
		gap: 0 !important;
	}
	.gap-xxl-1 {
		gap: 0.25rem !important;
	}
	.gap-xxl-2 {
		gap: 0.5rem !important;
	}
	.gap-xxl-3 {
		gap: 1rem !important;
	}
	.gap-xxl-4 {
		gap: 1.5rem !important;
	}
	.gap-xxl-5 {
		gap: 3rem !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: 0.25rem !important;
	}
	.m-xxl-2 {
		margin: 0.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: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-xxl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.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: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-xxl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.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: 0.25rem !important;
	}
	.mt-xxl-2 {
		margin-top: 0.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: 0.25rem !important;
	}
	.me-xxl-2 {
		margin-right: 0.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: 0.25rem !important;
	}
	.mb-xxl-2 {
		margin-bottom: 0.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: 0.25rem !important;
	}
	.ms-xxl-2 {
		margin-left: 0.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: 0.25rem !important;
	}
	.p-xxl-2 {
		padding: 0.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: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-xxl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.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: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-xxl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.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: 0.25rem !important;
	}
	.pt-xxl-2 {
		padding-top: 0.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: 0.25rem !important;
	}
	.pe-xxl-2 {
		padding-right: 0.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: 0.25rem !important;
	}
	.pb-xxl-2 {
		padding-bottom: 0.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: 0.25rem !important;
	}
	.ps-xxl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-xxl-3 {
		padding-left: 1rem !important;
	}
	.ps-xxl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-xxl-5 {
		padding-left: 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) {
	.fs-1 {
		font-size: 2.5rem !important;
	}
	.fs-2 {
		font-size: 2rem !important;
	}
	.fs-3 {
		font-size: 1.75rem !important;
	}
	.fs-4 {
		font-size: 1.5rem !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;
	}
}
@use 'sass:selector';
.select2-container--default
	.select2-results__option--highlighted.select2-results__option--selectable {
	background-color: var(--primary);
	color: white;
}
.auth-body {
	background-repeat: no-repeat, no-repeat;
	background-position: bottom left, top right;
	background-size: auto 100vh, auto 100vh;
	background-attachment: fixed;
	min-height: 100vh;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.account-side {
	flex: 0 0 250px;
}
@media (max-width: 767.98px) {
	.account-side {
		order: 1;
		flex: 0 0 100%;
		margin-bottom: 30px;
	}
}
.account-main {
	flex: 0 0 calc(100% - 250px);
	max-width: calc(100% - 250px);
}
@media (max-width: 767.98px) {
	.account-main {
		order: 2;
		flex: 0 0 100%;
	}
}
.print-paper {
	flex: 0 0 150px;
}
.print-paper i {
	font-size: 150px;
}
@media (max-width: 575.98px) {
	.print-paper {
		flex: 0 0 100%;
	}
}
.print-desc {
	flex: 0 0 calc(100% - 150px);
}
@media (max-width: 575.98px) {
	.print-desc {
		flex: 0 0 100%;
	}
}
.shiping-status-parent {
	display: flex;
}
.shiping-status-parent li {
	flex: 0 0 35%;
	max-width: 35%;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}
.shiping-status-parent li:not(:first-child):after {
	content: '';
	width: 100%;
	position: absolute;
	right: calc(50% - 15px);
	border-top: 3px dashed var(--grey);
}
.shiping-status-parent li:nth-child(2):after {
	content: '';
	height: 2px;
	width: calc(100% - 10px);
	right: calc(50% - 15px);
}
.shiping-status-parent li:last-child:after {
	width: 190%;
	right: 25%;
}
.shiping-status-parent li i {
	color: var(--primary);
}
.shiping-status-parent li .icon-wrap {
	position: relative;
	height: 35px;
	z-index: 23;
	width: 35px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shiping-status-parent li.active .icon-wrap {
	background-color: var(--primary);
}
.shiping-status-parent li.active .icon-wrap i {
	color: var(--white);
}
.shiping-status-parent li.active:not(:first-child):after {
	content: '';
	width: 100%;
	position: absolute;
	right: calc(50% - 15px);
	border-top: 3px solid var(--primary);
}
.shiping-status-parent li.active:nth-child(2):after {
	content: '';
	width: calc(100% - 10px);
	border-color: var(--primary-color-border);
	position: absolute;
	right: calc(50% - 25px);
}
.shiping-status-parent li.active:last-child:after {
	width: 190%;
	right: 25%;
}
.shiping-status-parent li:first-child {
	flex: 0 0 15%;
	max-width: 15%;
}
.shiping-status-parent li:first-child .icon-wrap {
	margin-right: auto;
}
.shiping-status-parent li:last-child {
	flex: 0 0 15%;
	max-width: 15%;
}
.shiping-status-parent li:last-child .icon-wrap {
	margin-left: auto;
}
.shiping-status-parent li i {
	font-size: 24px;
}
.--app-dark .shiping-status-parent li i {
	color: var(--secondary);
}
.--app-dark .shiping-status-parent li.active::after {
	border-color: var(--secondary);
}
.--app-dark .shiping-status-parent li.active .icon-wrap {
	background-color: var(--secondary-color-border);
}
.--app-dark .shiping-status-parent li.active .icon-wrap {
	position: relative;
	height: 35px;
	z-index: 23;
	width: 35px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shipment-timeline {
	list-style: none;
}
.shipment-timeline .shipment-timeline-item {
	display: flex;
	padding: 6px 0;
	flex-wrap: wrap;
}
.shipment-timeline .shipment-timeline-item .shipment-time {
	flex: 0 0 150px;
	max-width: 150px;
}
@media (max-width: 767.98px) {
	.shipment-timeline .shipment-timeline-item .shipment-time {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.shipment-timeline .shipment-timeline-item .shipment-time span {
	font-weight: 600;
	color: var(--dark-primary);
}
.shipment-timeline .shipment-timeline-item .shipment-desc {
	flex: 0 0 calc(100% - 150px);
	max-width: calc(100% - 150px);
}
@media (max-width: 767.98px) {
	.shipment-timeline .shipment-timeline-item .shipment-desc {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.shipment-timeline .shipment-timeline-item .shipment-desc p {
	color: var(--dark-secondary);
	margin-bottom: 0;
}
.address-data .address-data-item {
	display: flex;
}
.address-data .address-data-item .icon {
	margin-top: 5px;
	font-size: 18px;
	flex: 0 0 20px;
}
.address-data .address-data-item .text {
	padding-left: 5px;
	flex: 0 0 calc(100%-20px);
	width: calc(100%-20px);
}
.sharer-action {
	display: flex;
}
.sharer-action .btn-btn-share:part(i) {
	opacity: 0;
}
body.--app-dark .header {
	background-color: #242526;
}
body.--app-dark .header .input-switch {
	background-color: var(--dark-grey) !important;
}
@media (min-width: 992px) {
	body.--app-dark .header .form-search {
		background-color: var(--dark-grey) !important;
	}
}
body.--app-dark .header .form-search:not(.expand) {
	background-color: transparent !important;
}
body.--app-dark .header .form-search i {
	color: var(--white) !important;
}
body.--app-dark .header .form-search.expand {
	background-color: var(--dark-grey) !important;
}
body.--app-dark .header .form-search input {
	color: var(--white) !important;
}
body.--app-dark .header ul li a {
	color: var(--white) !important;
}
body.--app-dark .header ul li a i {
	color: var(--white) !important;
}
body.--app-dark * {
	color: var(--white);
}
body.--app-dark .header .nav-link.active {
	color: var(--secondary) !important;
}
body.--app-dark .header .nav-link.active i {
	color: var(--secondary) !important;
}
body.--app-dark .header .nav-link.active::after {
	background-color: var(--secondary) !important;
}
@media (max-width: 991.98px) {
	body.--app-dark .header .navbar-collapse::before {
		background-color: #232529;
	}
}
@media (max-width: 991.98px) {
	body.--app-dark .header .navbar-collapse ul {
		background-color: #232529;
	}
}
body.--app-dark .header .navbar-collapse ul li a {
	color: var(--white) !important;
}
body.--app-dark .header .navbar-collapse ul li a .nav-label {
	color: var(--white) !important;
}
body.scroll .header {
	box-shadow: 0 0 5px 0 rgb0 0 0/15% !important;
}
.header {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: var(--white);
	transition: 0.2s ease;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.07);
}
.header .navbar-toggler {
	position: relative;
	z-index: 9;
}
@media (max-width: 767.98px) {
	.header .dropdown .dropdown-menu {
		border: unset !important;
	}
	.header .dropdown .dropdown-menu * {
		color: var(--primary);
		font-weight: 600;
	}
	.header .dropdown .dropdown-menu .dropdown-icon i {
		color: var(--white) !important;
		display: block !important;
		opacity: 1 !important;
	}
	.header .dropdown .dropdown-menu .notif-text {
		font-weight: 400 !important;
	}
}
.header .navbar-brand {
	padding: 15px 20px;
	font-weight: 400;
	color: var(--white);
}
@media (max-width: 575.98px) {
	.header .navbar-brand {
		padding: 8px 12px;
	}
}
.header .navbar-brand img {
	height: 40px;
}
.header .container-nav {
	max-width: 1800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (max-width: 991.98px) {
	.header .container-nav {
		min-height: 60px;
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
		margin-left: unset;
		margin-right: unset;
	}
}
.header .navbar-nav {
	align-items: center !important;
	display: flex !important;
}
.header .navbar-nav li:not(:last-child) {
	margin: 0 15px;
}
.header .navbar-nav li.ml-0:not(:last-child) {
	margin-left: 0px !important;
}
@media (max-width: 575.98px) {
	.header .navbar-nav li:not(:last-child) {
		margin: 0px 10px;
	}
}
@media (max-width: 991.98px) {
	.header .navbar-nav li a {
		color: var(--primary) !important;
	}
}
.header .navbar-nav li .input-switch {
	padding: 2px 4px;
	border-radius: 4px;
	position: relative;
	background-color: var(--grey);
}
.header .navbar-nav li .input-switch input {
	display: none;
}
.header .navbar-nav li .input-switch input:checked + .indicator > span {
	margin-left: 30px !important;
}
@media (max-width: 575.98px) {
	.header .navbar-nav li .input-switch input:checked + .indicator > span {
		margin-left: 22px !important;
	}
}
.header .navbar-nav li .input-switch i {
	font-size: 20px;
	color: var(--gray);
}
@media (max-width: 575.98px) {
	.header .navbar-nav li .input-switch i {
		font-size: 18px;
	}
}
.header .navbar-nav li .input-switch .indicator {
	height: 25px;
	width: 50px;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
@media (max-width: 575.98px) {
	.header .navbar-nav li .input-switch .indicator {
		height: 20px;
		width: 40px;
	}
}
.header .navbar-nav li .input-switch label {
	position: relative;
}
.header .navbar-nav li .input-switch span {
	height: 20px;
	width: 20px;
	cursor: pointer;
	border-radius: 4px;
	display: block;
	background-color: var(--brand-color);
	position: absolute;
	left: 0px;
	transition: 0.2s ease;
}
@media (max-width: 575.98px) {
	.header .navbar-nav li .input-switch span {
		height: 19px;
		width: 19px;
	}
}
@media (max-width: 991.98px) {
	.header .navbar-collapse {
		left: -100vw;
		position: fixed;
		top: 0;
		max-width: 100vw;
		width: 100%;
		z-index: 99;
		height: 100vh;
		overflow-y: auto;
		background-color: transparent;
		transition: 0.2s ease;
	}
	.header .navbar-collapse.active {
		left: 0;
		background-color: rgba(0, 0, 0, 0.7);
	}
	.header .navbar-collapse::before {
		position: absolute;
		width: 400px;
		height: 100vh;
		background-color: var(--white);
		display: block;
		content: '';
		left: 0;
		top: 0;
	}
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
	.header .navbar-collapse::before {
		width: calc(100vw - 50px);
	}
}
@media (max-width: 991.98px) {
	.header .navbar-collapse ul {
		width: 400px;
		background-color: var(--white);
		margin-top: 0;
		margin-bottom: 0;
		position: relative;
		z-index: 9;
	}
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
	.header .navbar-collapse ul {
		width: calc(100vw - 50px);
	}
}
@media (max-width: 991.98px) {
	.header .nav-item {
		width: 100%;
		border-bottom: 1px solid rgba(var(--raw-rgb-grey), 0.1);
	}
	.header .nav-item a {
		justify-content: flex-start;
		padding-left: 10px;
		min-height: 50px;
	}
	.header .nav-item a::after {
		height: 100% !important;
		width: 5px !important;
		left: unset !important;
		right: 0 !important;
	}
	.header .nav-item a i {
		display: none;
	}
	.header .nav-item a .nav-label {
		display: block !important;
		color: var(--primary);
		font-weight: 600;
	}
}
.header .nav-link {
	min-height: 60px;
	align-items: center;
	display: flex;
	color: var(--grey);
	position: relative;
	justify-content: center;
	min-width: 90px;
}
.header .nav-link:hover {
	background-color: rgba(var(--raw-rgb-secondary), 0.1);
}
.header .nav-link.active {
	color: var(--primary) !important;
	font-weight: 700 !important;
}
.header .nav-link i {
	font-size: 22px;
	color: var(--primary);
}
.header .nav-link.header-action {
	min-width: 80px;
}
@media (max-width: 991.98px) {
	.header .navbar-brand-wrap {
		position: absolute;
		width: 100%;
		top: -7px;
		left: 0;
		height: 100%;
		display: flex;
		justify-content: center;
	}
}
body {
	/* padding-top: 100px; */
	overflow-x: hidden;
	color: var(--black);
}
body.no-scroll {
	padding-top: 0px !important;
	background: transparent !important;
}
@media (max-width: 767.98px) {
	body {
		padding-top: 40px;
	}
}
body.--app-dark {
	background-color: #000;
}
body .wrapper-flex {
	max-width: 1300px;
}
body.--app-dark .d-dark-block {
	display: block !important;
}
body.--app-dark .d-dark-none {
	display: none !important;
}
body.--app-dark .d--dark-block {
	display: block !important;
}
body.--app-dark .d--dark-none {
	display: none !important;
}
body .cloud {
	overflow: hidden;
}
.d-light-block {
	display: block;
}
.d-light-none {
	display: none;
}
.d--light-block {
	display: block;
}
.d--light-none {
	display: none;
}
.bg--light-primary {
	background-color: var(--primary) !important;
}
.bg--light-primary * {
	background-color: var(--primary) !important;
}
.border--light-primary {
	border-color: var(--primary) !important;
}
.border--light-success {
	border-color: #03a678 !important;
}
.border--light-info {
	border-color: var(--secondary) !important;
}
.border--light-warning {
	border-color: #ffc107 !important;
}
.border--light-danger {
	border-color: #b50000 !important;
}
.border--light-black {
	border-color: #000 !important;
}
.border--light-secondary {
	border-color: var(--secondary) !important;
}
.border--light-white {
	border-color: #fff !important;
}
.border--light-dark {
	border-color: #000 !important;
}
.border--light-dark-grey {
	border-color: #222 !important;
}
.border--light-semi-dark-grey {
	border-color: #757575 !important;
}
.border--light-white-grey {
	border-color: rgba(238, 238, 238, 0.4) !important;
}
.border--light-grey {
	border-color: #c3c5c7 !important;
}
.border--light-transparent {
	border-color: rgba(0, 0, 0, 0) !important;
}
.border--light-brand-color {
	border-color: var(--brand-color) !important;
}
.border--light-blue-facebook {
	border-color: #3b5997 !important;
}
.border--light-blue-linkedin {
	border-color: #0e76a8 !important;
}
.border--light-white-blue {
	border-color: #e9f5ff !important;
}
.bg--light-success {
	background-color: #03a678 !important;
}
.bg--light-success * {
	background-color: #03a678 !important;
}
.border--light-primary {
	border-color: var(--primary) !important;
}
.border--light-success {
	border-color: #03a678 !important;
}
.border--light-info {
	border-color: var(--secondary) !important;
}
.border--light-warning {
	border-color: #ffc107 !important;
}
.border--light-danger {
	border-color: #b50000 !important;
}
.border--light-black {
	border-color: #000 !important;
}
.border--light-secondary {
	border-color: var(--secondary) !important;
}
.border--light-white {
	border-color: #fff !important;
}
.border--light-dark {
	border-color: #000 !important;
}
.border--light-dark-grey {
	border-color: #222 !important;
}
.border--light-semi-dark-grey {
	border-color: #757575 !important;
}
.border--light-white-grey {
	border-color: rgba(238, 238, 238, 0.4) !important;
}
.border--light-grey {
	border-color: #c3c5c7 !important;
}
.border--light-transparent {
	border-color: rgba(0, 0, 0, 0) !important;
}
.border--light-brand-color {
	border-color: var(--brand-color) !important;
}
.border--light-blue-facebook {
	border-color: #3b5997 !important;
}
.border--light-blue-linkedin {
	border-color: #0e76a8 !important;
}
.border--light-white-blue {
	border-color: #e9f5ff !important;
}
.bg--light-info {
	background-color: var(--secondary) !important;
}
.bg--light-info * {
	background-color: var(--secondary) !important;
}
.border--light-primary {
	border-color: var(--primary) !important;
}
.border--light-success {
	border-color: #03a678 !important;
}
.border--light-info {
	border-color: var(--secondary) !important;
}
.border--light-warning {
	border-color: #ffc107 !important;
}
.border--light-danger {
	border-color: #b50000 !important;
}
.border--light-black {
	border-color: #000 !important;
}
.border--light-secondary {
	border-color: var(--secondary) !important;
}
.border--light-white {
	border-color: #fff !important;
}
.border--light-dark {
	border-color: #000 !important;
}
.border--light-dark-grey {
	border-color: #222 !important;
}
.border--light-semi-dark-grey {
	border-color: #757575 !important;
}
.border--light-white-grey {
	border-color: rgba(238, 238, 238, 0.4) !important;
}
.border--light-grey {
	border-color: #c3c5c7 !important;
}
.border--light-transparent {
	border-color: rgba(0, 0, 0, 0) !important;
}
.border--light-brand-color {
	border-color: var(--brand-color) !important;
}
.border--light-blue-facebook {
	border-color: #3b5997 !important;
}
.border--light-blue-linkedin {
	border-color: #0e76a8 !important;
}
.border--light-white-blue {
	border-color: #e9f5ff !important;
}
.bg--light-warning {
	background-color: #ffc107 !important;
}
.bg--light-warning * {
	background-color: #ffc107 !important;
}
.border--light-primary {
	border-color: var(--primary) !important;
}
.border--light-success {
	border-color: #03a678 !important;
}
.border--light-info {
	border-color: var(--secondary) !important;
}
.border--light-warning {
	border-color: #ffc107 !important;
}
.border--light-danger {
	border-color: #b50000 !important;
}
.border--light-black {
	border-color: #000 !important;
}
.border--light-secondary {
	border-color: var(--secondary) !important;
}
.border--light-white {
	border-color: #fff !important;
}
.border--light-dark {
	border-color: #000 !important;
}
.border--light-dark-grey {
	border-color: #222 !important;
}
.border--light-semi-dark-grey {
	border-color: #757575 !important;
}
.border--light-white-grey {
	border-color: rgba(238, 238, 238, 0.4) !important;
}
.border--light-grey {
	border-color: #c3c5c7 !important;
}
.border--light-transparent {
	border-color: rgba(0, 0, 0, 0) !important;
}
.border--light-brand-color {
	border-color: var(--brand-color) !important;
}
.border--light-blue-facebook {
	border-color: #3b5997 !important;
}
.border--light-blue-linkedin {
	border-color: #0e76a8 !important;
}
.border--light-white-blue {
	border-color: #e9f5ff !important;
}
.bg--light-danger {
	background-color: #b50000 !important;
}
.bg--light-danger * {
	background-color: #b50000 !important;
}
.border--light-primary {
	border-color: var(--primary) !important;
}
.border--light-success {
	border-color: #03a678 !important;
}
.border--light-info {
	border-color: var(--secondary) !important;
}
.border--light-warning {
	border-color: #ffc107 !important;
}
.border--light-danger {
	border-color: #b50000 !important;
}
.border--light-black {
	border-color: #000 !important;
}
.border--light-secondary {
	border-color: var(--secondary) !important;
}
.border--light-white {
	border-color: #fff !important;
}
.border--light-dark {
	border-color: #000 !important;
}
.border--light-dark-grey {
	border-color: #222 !important;
}
.border--light-semi-dark-grey {
	border-color: #757575 !important;
}
.border--light-white-grey {
	border-color: rgba(238, 238, 238, 0.4) !important;
}
.border--light-grey {
	border-color: #c3c5c7 !important;
}
.border--light-transparent {
	border-color: rgba(0, 0, 0, 0) !important;
}
.border--light-brand-color {
	border-color: var(--brand-color) !important;
}
.border--light-blue-facebook {
	border-color: #3b5997 !important;
}
.border--light-blue-linkedin {
	border-color: #0e76a8 !important;
}
.border--light-white-blue {
	border-color: #e9f5ff !important;
}
.bg--light-black {
	background-color: #000 !important;
}
.bg--light-black * {
	background-color: #000 !important;
}
.border--light-primary {
	border-color: var(--primary) !important;
}
.border--light-success {
	border-color: #03a678 !important;
}
.border--light-info {
	border-color: var(--secondary) !important;
}
.border--light-warning {
	border-color: #ffc107 !important;
}
.border--light-danger {
	border-color: #b50000 !important;
}
.border--light-black {
	border-color: #000 !important;
}
.border--light-secondary {
	border-color: var(--secondary) !important;
}
.border--light-white {
	border-color: #fff !important;
}
.border--light-dark {
	border-color: #000 !important;
}
.border--light-dark-grey {
	border-color: #222 !important;
}
.border--light-semi-dark-grey {
	border-color: #757575 !important;
}
.border--light-white-grey {
	border-color: rgba(238, 238, 238, 0.4) !important;
}
.border--light-grey {
	border-color: #c3c5c7 !important;
}
.border--light-transparent {
	border-color: rgba(0, 0, 0, 0) !important;
}
.border--light-brand-color {
	border-color: var(--brand-color) !important;
}
.border--light-blue-facebook {
	border-color: #3b5997 !important;
}
.border--light-blue-linkedin {
	border-color: #0e76a8 !important;
}
.border--light-white-blue {
	border-color: #e9f5ff !important;
}
.bg--light-secondary {
	background-color: var(--secondary) !important;
}
.bg--light-secondary * {
	background-color: var(--secondary) !important;
}
.border--light-primary {
	border-color: var(--primary) !important;
}
.border--light-success {
	border-color: #03a678 !important;
}
.border--light-info {
	border-color: var(--secondary) !important;
}
.border--light-warning {
	border-color: #ffc107 !important;
}
.border--light-danger {
	border-color: #b50000 !important;
}
.border--light-black {
	border-color: #000 !important;
}
.border--light-secondary {
	border-color: var(--secondary) !important;
}
.border--light-white {
	border-color: #fff !important;
}
.border--light-dark {
	border-color: #000 !important;
}
.border--light-dark-grey {
	border-color: #222 !important;
}
.border--light-semi-dark-grey {
	border-color: #757575 !important;
}
.border--light-white-grey {
	border-color: rgba(238, 238, 238, 0.4) !important;
}
.border--light-grey {
	border-color: #c3c5c7 !important;
}
.border--light-transparent {
	border-color: rgba(0, 0, 0, 0) !important;
}
.border--light-brand-color {
	border-color: var(--brand-color) !important;
}
.border--light-blue-facebook {
	border-color: #3b5997 !important;
}
.border--light-blue-linkedin {
	border-color: #0e76a8 !important;
}
.border--light-white-blue {
	border-color: #e9f5ff !important;
}
.bg--light-white {
	background-color: #fff !important;
}
.bg--light-white * {
	background-color: #fff !important;
}
.border--light-primary {
	border-color: var(--primary) !important;
}
.border--light-success {
	border-color: #03a678 !important;
}
.border--light-info {
	border-color: var(--secondary) !important;
}
.border--light-warning {
	border-color: #ffc107 !important;
}
.border--light-danger {
	border-color: #b50000 !important;
}
.border--light-black {
	border-color: #000 !important;
}
.border--light-secondary {
	border-color: var(--secondary) !important;
}
.border--light-white {
	border-color: #fff !important;
}
.border--light-dark {
	border-color: #000 !important;
}
.border--light-dark-grey {
	border-color: #222 !important;
}
.border--light-semi-dark-grey {
	border-color: #757575 !important;
}
.border--light-white-grey {
	border-color: rgba(238, 238, 238, 0.4) !important;
}
.border--light-grey {
	border-color: #c3c5c7 !important;
}
.border--light-transparent {
	border-color: rgba(0, 0, 0, 0) !important;
}
.border--light-brand-color {
	border-color: var(--brand-color) !important;
}
.border--light-blue-facebook {
	border-color: #3b5997 !important;
}
.border--light-blue-linkedin {
	border-color: #0e76a8 !important;
}
.border--light-white-blue {
	border-color: #e9f5ff !important;
}
.bg--light-dark {
	background-color: #000 !important;
}
.bg--light-dark * {
	background-color: #000 !important;
}
.border--light-primary {
	border-color: var(--primary) !important;
}
.border--light-success {
	border-color: #03a678 !important;
}
.border--light-info {
	border-color: var(--secondary) !important;
}
.border--light-warning {
	border-color: #ffc107 !important;
}
.border--light-danger {
	border-color: #b50000 !important;
}
.border--light-black {
	border-color: #000 !important;
}
.border--light-secondary {
	border-color: var(--secondary) !important;
}
.border--light-white {
	border-color: #fff !important;
}
.border--light-dark {
	border-color: #000 !important;
}
.border--light-dark-grey {
	border-color: #222 !important;
}
.border--light-semi-dark-grey {
	border-color: #757575 !important;
}
.border--light-white-grey {
	border-color: rgba(238, 238, 238, 0.4) !important;
}
.border--light-grey {
	border-color: #c3c5c7 !important;
}
.border--light-transparent {
	border-color: rgba(0, 0, 0, 0) !important;
}
.border--light-brand-color {
	border-color: var(--brand-color) !important;
}
.border--light-blue-facebook {
	border-color: #3b5997 !important;
}
.border--light-blue-linkedin {
	border-color: #0e76a8 !important;
}
.border--light-white-blue {
	border-color: #e9f5ff !important;
}
.bg--light-dark-grey {
	background-color: #222 !important;
}
.bg--light-dark-grey * {
	background-color: #222 !important;
}
.border--light-primary {
	border-color: var(--primary) !important;
}
.border--light-success {
	border-color: #03a678 !important;
}
.border--light-info {
	border-color: var(--secondary) !important;
}
.border--light-warning {
	border-color: #ffc107 !important;
}
.border--light-danger {
	border-color: #b50000 !important;
}
.border--light-black {
	border-color: #000 !important;
}
.border--light-secondary {
	border-color: var(--secondary) !important;
}
.border--light-white {
	border-color: #fff !important;
}
.border--light-dark {
	border-color: #000 !important;
}
.border--light-dark-grey {
	border-color: #222 !important;
}
.border--light-semi-dark-grey {
	border-color: #757575 !important;
}
.border--light-white-grey {
	border-color: rgba(238, 238, 238, 0.4) !important;
}
.border--light-grey {
	border-color: #c3c5c7 !important;
}
.border--light-transparent {
	border-color: rgba(0, 0, 0, 0) !important;
}
.border--light-brand-color {
	border-color: var(--brand-color) !important;
}
.border--light-blue-facebook {
	border-color: #3b5997 !important;
}
.border--light-blue-linkedin {
	border-color: #0e76a8 !important;
}
.border--light-white-blue {
	border-color: #e9f5ff !important;
}
.bg--light-semi-dark-grey {
	background-color: #757575 !important;
}
.bg--light-semi-dark-grey * {
	background-color: #757575 !important;
}
.border--light-primary {
	border-color: var(--primary) !important;
}
.border--light-success {
	border-color: #03a678 !important;
}
.border--light-info {
	border-color: var(--secondary) !important;
}
.border--light-warning {
	border-color: #ffc107 !important;
}
.border--light-danger {
	border-color: #b50000 !important;
}
.border--light-black {
	border-color: #000 !important;
}
.border--light-secondary {
	border-color: var(--secondary) !important;
}
.border--light-white {
	border-color: #fff !important;
}
.border--light-dark {
	border-color: #000 !important;
}
.border--light-dark-grey {
	border-color: #222 !important;
}
.border--light-semi-dark-grey {
	border-color: #757575 !important;
}
.border--light-white-grey {
	border-color: rgba(238, 238, 238, 0.4) !important;
}
.border--light-grey {
	border-color: #c3c5c7 !important;
}
.border--light-transparent {
	border-color: rgba(0, 0, 0, 0) !important;
}
.border--light-brand-color {
	border-color: var(--brand-color) !important;
}
.border--light-blue-facebook {
	border-color: #3b5997 !important;
}
.border--light-blue-linkedin {
	border-color: #0e76a8 !important;
}
.border--light-white-blue {
	border-color: #e9f5ff !important;
}
.bg--light-white-grey {
	background-color: rgba(238, 238, 238, 0.4) !important;
}
.bg--light-white-grey * {
	background-color: rgba(238, 238, 238, 0.4) !important;
}
.border--light-primary {
	border-color: var(--primary) !important;
}
.border--light-success {
	border-color: #03a678 !important;
}
.border--light-info {
	border-color: var(--secondary) !important;
}
.border--light-warning {
	border-color: #ffc107 !important;
}
.border--light-danger {
	border-color: #b50000 !important;
}
.border--light-black {
	border-color: #000 !important;
}
.border--light-secondary {
	border-color: var(--secondary) !important;
}
.border--light-white {
	border-color: #fff !important;
}
.border--light-dark {
	border-color: #000 !important;
}
.border--light-dark-grey {
	border-color: #222 !important;
}
.border--light-semi-dark-grey {
	border-color: #757575 !important;
}
.border--light-white-grey {
	border-color: rgba(238, 238, 238, 0.4) !important;
}
.border--light-grey {
	border-color: #c3c5c7 !important;
}
.border--light-transparent {
	border-color: rgba(0, 0, 0, 0) !important;
}
.border--light-brand-color {
	border-color: var(--brand-color) !important;
}
.border--light-blue-facebook {
	border-color: #3b5997 !important;
}
.border--light-blue-linkedin {
	border-color: #0e76a8 !important;
}
.border--light-white-blue {
	border-color: #e9f5ff !important;
}
.bg--light-grey {
	background-color: #c3c5c7 !important;
}
.bg--light-grey * {
	background-color: #c3c5c7 !important;
}
.border--light-primary {
	border-color: var(--primary) !important;
}
.border--light-success {
	border-color: #03a678 !important;
}
.border--light-info {
	border-color: var(--secondary) !important;
}
.border--light-warning {
	border-color: #ffc107 !important;
}
.border--light-danger {
	border-color: #b50000 !important;
}
.border--light-black {
	border-color: #000 !important;
}
.border--light-secondary {
	border-color: var(--secondary) !important;
}
.border--light-white {
	border-color: #fff !important;
}
.border--light-dark {
	border-color: #000 !important;
}
.border--light-dark-grey {
	border-color: #222 !important;
}
.border--light-semi-dark-grey {
	border-color: #757575 !important;
}
.border--light-white-grey {
	border-color: rgba(238, 238, 238, 0.4) !important;
}
.border--light-grey {
	border-color: #c3c5c7 !important;
}
.border--light-transparent {
	border-color: rgba(0, 0, 0, 0) !important;
}
.border--light-brand-color {
	border-color: var(--brand-color) !important;
}
.border--light-blue-facebook {
	border-color: #3b5997 !important;
}
.border--light-blue-linkedin {
	border-color: #0e76a8 !important;
}
.border--light-white-blue {
	border-color: #e9f5ff !important;
}
.bg--light-transparent {
	background-color: rgba(0, 0, 0, 0) !important;
}
.bg--light-transparent * {
	background-color: rgba(0, 0, 0, 0) !important;
}
.border--light-primary {
	border-color: var(--primary) !important;
}
.border--light-success {
	border-color: #03a678 !important;
}
.border--light-info {
	border-color: var(--secondary) !important;
}
.border--light-warning {
	border-color: #ffc107 !important;
}
.border--light-danger {
	border-color: #b50000 !important;
}
.border--light-black {
	border-color: #000 !important;
}
.border--light-secondary {
	border-color: var(--secondary) !important;
}
.border--light-white {
	border-color: #fff !important;
}
.border--light-dark {
	border-color: #000 !important;
}
.border--light-dark-grey {
	border-color: #222 !important;
}
.border--light-semi-dark-grey {
	border-color: #757575 !important;
}
.border--light-white-grey {
	border-color: rgba(238, 238, 238, 0.4) !important;
}
.border--light-grey {
	border-color: #c3c5c7 !important;
}
.border--light-transparent {
	border-color: rgba(0, 0, 0, 0) !important;
}
.border--light-brand-color {
	border-color: var(--brand-color) !important;
}
.border--light-blue-facebook {
	border-color: #3b5997 !important;
}
.border--light-blue-linkedin {
	border-color: #0e76a8 !important;
}
.border--light-white-blue {
	border-color: #e9f5ff !important;
}
.bg--light-brand-color {
	background-color: var(--brand-color) !important;
}
.bg--light-brand-color * {
	background-color: var(--brand-color) !important;
}
.border--light-primary {
	border-color: var(--primary) !important;
}
.border--light-success {
	border-color: #03a678 !important;
}
.border--light-info {
	border-color: var(--secondary) !important;
}
.border--light-warning {
	border-color: #ffc107 !important;
}
.border--light-danger {
	border-color: #b50000 !important;
}
.border--light-black {
	border-color: #000 !important;
}
.border--light-secondary {
	border-color: var(--secondary) !important;
}
.border--light-white {
	border-color: #fff !important;
}
.border--light-dark {
	border-color: #000 !important;
}
.border--light-dark-grey {
	border-color: #222 !important;
}
.border--light-semi-dark-grey {
	border-color: #757575 !important;
}
.border--light-white-grey {
	border-color: rgba(238, 238, 238, 0.4) !important;
}
.border--light-grey {
	border-color: #c3c5c7 !important;
}
.border--light-transparent {
	border-color: rgba(0, 0, 0, 0) !important;
}
.border--light-brand-color {
	border-color: var(--brand-color) !important;
}
.border--light-blue-facebook {
	border-color: #3b5997 !important;
}
.border--light-blue-linkedin {
	border-color: #0e76a8 !important;
}
.border--light-white-blue {
	border-color: #e9f5ff !important;
}
.bg--light-blue-facebook {
	background-color: #3b5997 !important;
}
.bg--light-blue-facebook * {
	background-color: #3b5997 !important;
}
.border--light-primary {
	border-color: var(--primary) !important;
}
.border--light-success {
	border-color: #03a678 !important;
}
.border--light-info {
	border-color: var(--secondary) !important;
}
.border--light-warning {
	border-color: #ffc107 !important;
}
.border--light-danger {
	border-color: #b50000 !important;
}
.border--light-black {
	border-color: #000 !important;
}
.border--light-secondary {
	border-color: var(--secondary) !important;
}
.border--light-white {
	border-color: #fff !important;
}
.border--light-dark {
	border-color: #000 !important;
}
.border--light-dark-grey {
	border-color: #222 !important;
}
.border--light-semi-dark-grey {
	border-color: #757575 !important;
}
.border--light-white-grey {
	border-color: rgba(238, 238, 238, 0.4) !important;
}
.border--light-grey {
	border-color: #c3c5c7 !important;
}
.border--light-transparent {
	border-color: rgba(0, 0, 0, 0) !important;
}
.border--light-brand-color {
	border-color: var(--brand-color) !important;
}
.border--light-blue-facebook {
	border-color: #3b5997 !important;
}
.border--light-blue-linkedin {
	border-color: #0e76a8 !important;
}
.border--light-white-blue {
	border-color: #e9f5ff !important;
}
.bg--light-blue-linkedin {
	background-color: #0e76a8 !important;
}
.bg--light-blue-linkedin * {
	background-color: #0e76a8 !important;
}
.border--light-primary {
	border-color: var(--primary) !important;
}
.border--light-success {
	border-color: #03a678 !important;
}
.border--light-info {
	border-color: var(--secondary) !important;
}
.border--light-warning {
	border-color: #ffc107 !important;
}
.border--light-danger {
	border-color: #b50000 !important;
}
.border--light-black {
	border-color: #000 !important;
}
.border--light-secondary {
	border-color: var(--secondary) !important;
}
.border--light-white {
	border-color: #fff !important;
}
.border--light-dark {
	border-color: #000 !important;
}
.border--light-dark-grey {
	border-color: #222 !important;
}
.border--light-semi-dark-grey {
	border-color: #757575 !important;
}
.border--light-white-grey {
	border-color: rgba(238, 238, 238, 0.4) !important;
}
.border--light-grey {
	border-color: #c3c5c7 !important;
}
.border--light-transparent {
	border-color: rgba(0, 0, 0, 0) !important;
}
.border--light-brand-color {
	border-color: var(--brand-color) !important;
}
.border--light-blue-facebook {
	border-color: #3b5997 !important;
}
.border--light-blue-linkedin {
	border-color: #0e76a8 !important;
}
.border--light-white-blue {
	border-color: #e9f5ff !important;
}
.bg--light-white-blue {
	background-color: #e9f5ff !important;
}
.bg--light-white-blue * {
	background-color: #e9f5ff !important;
}
.border--light-primary {
	border-color: var(--primary) !important;
}
.border--light-success {
	border-color: #03a678 !important;
}
.border--light-info {
	border-color: var(--secondary) !important;
}
.border--light-warning {
	border-color: #ffc107 !important;
}
.border--light-danger {
	border-color: #b50000 !important;
}
.border--light-black {
	border-color: #000 !important;
}
.border--light-secondary {
	border-color: var(--secondary) !important;
}
.border--light-white {
	border-color: #fff !important;
}
.border--light-dark {
	border-color: #000 !important;
}
.border--light-dark-grey {
	border-color: #222 !important;
}
.border--light-semi-dark-grey {
	border-color: #757575 !important;
}
.border--light-white-grey {
	border-color: rgba(238, 238, 238, 0.4) !important;
}
.border--light-grey {
	border-color: #c3c5c7 !important;
}
.border--light-transparent {
	border-color: rgba(0, 0, 0, 0) !important;
}
.border--light-brand-color {
	border-color: var(--brand-color) !important;
}
.border--light-blue-facebook {
	border-color: #3b5997 !important;
}
.border--light-blue-linkedin {
	border-color: #0e76a8 !important;
}
.border--light-white-blue {
	border-color: #e9f5ff !important;
}
body.--app-dark .bg--dark-primary {
	background-color: var(--primary) !important;
}
body.--app-dark .bg--dark-primary * {
	background-color: var(--primary) !important;
}
body.--app-dark .bg--dark-success {
	background-color: #03a678 !important;
}
body.--app-dark .bg--dark-success * {
	background-color: #03a678 !important;
}
body.--app-dark .bg--dark-info {
	background-color: var(--secondary) !important;
}
body.--app-dark .bg--dark-info * {
	background-color: var(--secondary) !important;
}
body.--app-dark .bg--dark-warning {
	background-color: #ffc107 !important;
}
body.--app-dark .bg--dark-warning * {
	background-color: #ffc107 !important;
}
body.--app-dark .bg--dark-danger {
	background-color: #b50000 !important;
}
body.--app-dark .bg--dark-danger * {
	background-color: #b50000 !important;
}
body.--app-dark .bg--dark-black {
	background-color: #000 !important;
}
body.--app-dark .bg--dark-black * {
	background-color: #000 !important;
}
body.--app-dark .bg--dark-secondary {
	background-color: var(--secondary) !important;
}
body.--app-dark .bg--dark-secondary * {
	background-color: var(--secondary) !important;
}
body.--app-dark .bg--dark-white {
	background-color: #fff !important;
}
body.--app-dark .bg--dark-white * {
	background-color: #fff !important;
}
body.--app-dark .bg--dark-dark {
	background-color: #000 !important;
}
body.--app-dark .bg--dark-dark * {
	background-color: #000 !important;
}
body.--app-dark .bg--dark-dark-grey {
	background-color: #222 !important;
}
body.--app-dark .bg--dark-dark-grey * {
	background-color: #222 !important;
}
body.--app-dark .bg--dark-semi-dark-grey {
	background-color: #757575 !important;
}
body.--app-dark .bg--dark-semi-dark-grey * {
	background-color: #757575 !important;
}
body.--app-dark .bg--dark-white-grey {
	background-color: rgba(238, 238, 238, 0.4) !important;
}
body.--app-dark .bg--dark-white-grey * {
	background-color: rgba(238, 238, 238, 0.4) !important;
}
body.--app-dark .bg--dark-grey {
	background-color: #c3c5c7 !important;
}
body.--app-dark .bg--dark-grey * {
	background-color: #c3c5c7 !important;
}
body.--app-dark .bg--dark-transparent {
	background-color: rgba(0, 0, 0, 0) !important;
}
body.--app-dark .bg--dark-transparent * {
	background-color: rgba(0, 0, 0, 0) !important;
}
body.--app-dark .bg--dark-brand-color {
	background-color: var(--brand-color) !important;
}
body.--app-dark .bg--dark-brand-color * {
	background-color: var(--brand-color) !important;
}
body.--app-dark .bg--dark-blue-facebook {
	background-color: #3b5997 !important;
}
body.--app-dark .bg--dark-blue-facebook * {
	background-color: #3b5997 !important;
}
body.--app-dark .bg--dark-blue-linkedin {
	background-color: #0e76a8 !important;
}
body.--app-dark .bg--dark-blue-linkedin * {
	background-color: #0e76a8 !important;
}
body.--app-dark .bg--dark-white-blue {
	background-color: #e9f5ff !important;
}
body.--app-dark .bg--dark-white-blue * {
	background-color: #e9f5ff !important;
}
body.--app-dark .border--dark-primary {
	border-color: var(--primary) !important;
}
body.--app-dark .border--dark-success {
	border-color: #03a678 !important;
}
body.--app-dark .border--dark-info {
	border-color: var(--secondary) !important;
}
body.--app-dark .border--dark-warning {
	border-color: #ffc107 !important;
}
body.--app-dark .border--dark-danger {
	border-color: #b50000 !important;
}
body.--app-dark .border--dark-black {
	border-color: #000 !important;
}
body.--app-dark .border--dark-secondary {
	border-color: var(--secondary) !important;
}
body.--app-dark .border--dark-white {
	border-color: #fff !important;
}
body.--app-dark .border--dark-dark {
	border-color: #000 !important;
}
body.--app-dark .border--dark-dark-grey {
	border-color: #222 !important;
}
body.--app-dark .border--dark-semi-dark-grey {
	border-color: #757575 !important;
}
body.--app-dark .border--dark-white-grey {
	border-color: rgba(238, 238, 238, 0.4) !important;
}
body.--app-dark .border--dark-grey {
	border-color: #c3c5c7 !important;
}
body.--app-dark .border--dark-transparent {
	border-color: rgba(0, 0, 0, 0) !important;
}
body.--app-dark .border--dark-brand-color {
	border-color: var(--brand-color) !important;
}
body.--app-dark .border--dark-blue-facebook {
	border-color: #3b5997 !important;
}
body.--app-dark .border--dark-blue-linkedin {
	border-color: #0e76a8 !important;
}
body.--app-dark .border--dark-white-blue {
	border-color: #e9f5ff !important;
}
body.--app-dark.no-scroll {
	background-color: #000 !important;
}
.text-title {
	font-size: 42px;
	font-weight: 800;
}
@media (max-width: 767.98px) {
	.text-title {
		font-size: 32px !important;
	}
}
@media (max-width: 575.98px) {
	.text-title {
		font-size: 27px !important;
	}
}
.text-subtitle {
	font-size: 22px;
}
@media (max-width: 575.98px) {
	.text-subtitle {
		font-size: 18px !important;
	}
}
.link-detection a {
	text-decoration: underline;
}
.font-weight-extra-bold {
	font-weight: 700;
}
.text-light-primary {
	color: var(--primary);
}
.text-light-primary * {
	color: var(--primary);
}
.text-light-success {
	color: #03a678;
}
.text-light-success * {
	color: #03a678;
}
.text-light-info {
	color: var(--secondary);
}
.text-light-info * {
	color: var(--secondary);
}
.text-light-warning {
	color: #ffc107;
}
.text-light-warning * {
	color: #ffc107;
}
.text-light-danger {
	color: #b50000;
}
.text-light-danger * {
	color: #b50000;
}
.text-light-black {
	color: #000;
}
.text-light-black * {
	color: #000;
}
.text-light-secondary {
	color: var(--secondary);
}
.text-light-secondary * {
	color: var(--secondary);
}
.text-light-white {
	color: #fff;
}
.text-light-white * {
	color: #fff;
}
.text-light-dark {
	color: #000;
}
.text-light-dark * {
	color: #000;
}
.text-light-dark-grey {
	color: #222;
}
.text-light-dark-grey * {
	color: #222;
}
.text-light-semi-dark-grey {
	color: #757575;
}
.text-light-semi-dark-grey * {
	color: #757575;
}
.text-light-white-grey {
	color: rgba(238, 238, 238, 0.4);
}
.text-light-white-grey * {
	color: rgba(238, 238, 238, 0.4);
}
.text-light-grey {
	color: #c3c5c7;
}
.text-light-grey * {
	color: #c3c5c7;
}
.text-light-transparent {
	color: rgba(0, 0, 0, 0);
}
.text-light-transparent * {
	color: rgba(0, 0, 0, 0);
}
.text-light-brand-color {
	color: var(--brand-color);
}
.text-light-brand-color * {
	color: var(--brand-color);
}
.text-light-blue-facebook {
	color: #3b5997;
}
.text-light-blue-facebook * {
	color: #3b5997;
}
.text-light-blue-linkedin {
	color: #0e76a8;
}
.text-light-blue-linkedin * {
	color: #0e76a8;
}
.text-light-white-blue {
	color: #e9f5ff;
}
.text-light-white-blue * {
	color: #e9f5ff;
}
body.--app-dark .text--dark-primary {
	color: var(--primary) !important;
}
body.--app-dark .text--dark-primary * {
	color: var(--primary);
}
body.--app-dark .text--dark-success {
	color: #03a678 !important;
}
body.--app-dark .text--dark-success * {
	color: #03a678;
}
body.--app-dark .text--dark-info {
	color: var(--secondary) !important;
}
body.--app-dark .text--dark-info * {
	color: var(--secondary);
}
body.--app-dark .text--dark-warning {
	color: #ffc107 !important;
}
body.--app-dark .text--dark-warning * {
	color: #ffc107;
}
body.--app-dark .text--dark-danger {
	color: #b50000 !important;
}
body.--app-dark .text--dark-danger * {
	color: #b50000;
}
body.--app-dark .text--dark-black {
	color: #000 !important;
}
body.--app-dark .text--dark-black * {
	color: #000;
}
body.--app-dark .text--dark-secondary {
	color: var(--secondary) !important;
}
body.--app-dark .text--dark-secondary * {
	color: var(--secondary);
}
body.--app-dark .text--dark-white {
	color: #fff !important;
}
body.--app-dark .text--dark-white * {
	color: #fff;
}
body.--app-dark .text--dark-dark {
	color: #000 !important;
}
body.--app-dark .text--dark-dark * {
	color: #000;
}
body.--app-dark .text--dark-dark-grey {
	color: #222 !important;
}
body.--app-dark .text--dark-dark-grey * {
	color: #222;
}
body.--app-dark .text--dark-semi-dark-grey {
	color: #757575 !important;
}
body.--app-dark .text--dark-semi-dark-grey * {
	color: #757575;
}
body.--app-dark .text--dark-white-grey {
	color: rgba(238, 238, 238, 0.4) !important;
}
body.--app-dark .text--dark-white-grey * {
	color: rgba(238, 238, 238, 0.4);
}
body.--app-dark .text--dark-grey {
	color: #c3c5c7 !important;
}
body.--app-dark .text--dark-grey * {
	color: #c3c5c7;
}
body.--app-dark .text--dark-transparent {
	color: rgba(0, 0, 0, 0) !important;
}
body.--app-dark .text--dark-transparent * {
	color: rgba(0, 0, 0, 0);
}
body.--app-dark .text--dark-brand-color {
	color: var(--brand-color) !important;
}
body.--app-dark .text--dark-brand-color * {
	color: var(--brand-color);
}
body.--app-dark .text--dark-blue-facebook {
	color: #3b5997 !important;
}
body.--app-dark .text--dark-blue-facebook * {
	color: #3b5997;
}
body.--app-dark .text--dark-blue-linkedin {
	color: #0e76a8 !important;
}
body.--app-dark .text--dark-blue-linkedin * {
	color: #0e76a8;
}
body.--app-dark .text--dark-white-blue {
	color: #e9f5ff !important;
}
body.--app-dark .text--dark-white-blue * {
	color: #e9f5ff;
}
::-moz-selection {
	color: var(--white);
	background: var(--brand-color);
}
::selection {
	color: var(--white);
	background: var(--brand-color);
}
.fw-semi-bold {
	font-weight: 550;
}
.fw-200 {
	font-weight: 200;
}
.fw-300 {
	font-weight: 300;
}
.fw-400 {
	font-weight: 400;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
.fw-900 {
	font-weight: 900;
}
.card-mini {
	max-width: 500px;
	width: 100%;
	padding: 15px;
}
.card-body.card-padding-mini {
	padding: 12px !important;
}
.card-tab {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
.--app-dark .card {
	background-color: #232529 !important;
}
.--app-dark .card .card-footer,
.--app-dark .card .card-header {
	border-color: var(--grey);
}
.col-form-label {
	font-weight: 550;
}
.form-control {
	min-height: 45px;
}
.form-group {
	margin-top: 0.5rem;
}
.form-check .form-check-input {
	margin-top: 5px;
	border-color: var(--gray);
}
.select2.select2-container {
	width: 100% !important;
}
.select2 .select2-selection {
	border: 1px solid var(--primary) !important;
	min-height: 45px !important;
	height: unset !important;
	display: flex !important;
	align-items: center !important;
}
.select2 .select2-selection__rendered {
	min-height: 45px !important;
	height: unset !important;
	display: flex !important;
	align-items: center !important;
}
.select2 .select2-selection__arrow {
	opacity: 0;
}
.--app-light .flatpickr-input {
	background-color: var(--white) !important;
}
.select2-selection__choice {
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
	color: var(--white);
}
.select2-selection__choice__remove {
	color: var(--white) !important;
}
.--app-dark .form-control {
	background-color: rgba(var(--raw-rgb-grey), 0.1);
	border-color: rgba(var(--raw-rgb-grey), 0.6);
	color: var(--white);
}
.--app-dark .input-group-text {
	border-color: rgba(var(--raw-rgb-grey), 0.6);
}
.--app-dark .select2-container--default .select2-selection--single {
	background-color: rgba(var(--raw-rgb-grey), 0.1) !important;
	border-color: rgba(var(--raw-rgb-grey), 0.6) !important;
	color: var(--white) !important;
}
.--app-dark .select2-dropdown {
	background-color: #232529 !important;
	color: var(--white) !important;
}
.--app-dark
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: var(--white) !important;
}
.--app-dark .form-check .form-check-input:checked {
	background-color: var(--primary-color-border);
}
.--app-dark .form-select {
	background-color: transparent !important;
}
.--app-dark .flatpickr-calendar {
	background-color: #232529;
}
.--app-dark .flatpickr-calendar .flatpickr-day.flatpickr-disabled {
	color: rgba(var(--raw-rgb-grey), 0.6);
}
.--app-dark .flatpickr-next-month,
.--app-dark .flatpickr-prev-month {
	fill: var(--white) !important;
}
.--app-dark .flatpickr-next-month:hover,
.--app-dark .flatpickr-prev-month:hover {
	fill: var(--secondary) !important;
}
.--app-dark .select2-selection--multiple {
	background-color: rgba(var(--raw-rgb-grey), 0.1) !important;
	border-color: rgba(var(--raw-rgb-grey), 0.6) !important;
}
.--app-dark .select2-selection__choice {
	background-color: var(--secondary) !important;
	border-color: var(--secondary) !important;
}
.--app-dark .select2-search--dropdown .select2-search__field {
	background-color: #232529 !important;
}
.--app-dark .select2-results__option--selected {
	background-color: var(--dark-grey) !important;
}
.--app-dark .datepicker {
	background-color: #232529 !important;
	border-color: rgba(255, 255, 255, 0.1) !important;
}
.--app-dark .datepicker .datepicker--time-row input {
	display: flex;
	align-items: center;
	position: relative;
	background-color: transparent;
	-webkit-appearance: none;
}
.--app-dark .datepicker .datepicker--time-row input::after {
	content: '';
	height: 1px;
	position: absolute;
	left: 0;
	top: 8px;
	width: 100%;
	background: var(--secondary) !important;
}
.--app-dark .datepicker .datepicker--time-row input::-webkit-slider-thumb {
	-webkit-appearance: none !important;
	appearance: none !important;
	width: 15px !important;
	height: 15px !important;
	border: none !important;
	background: var(--secondary) !important;
	cursor: pointer !important;
}
.--app-dark .datepicker .datepicker--time-row input::-moz-range-thumb {
	-webkit-appearance: none !important;
	appearance: none !important;
	width: 15px !important;
	height: 15px !important;
	border: none !important;
	background: var(--secondary) !important;
	cursor: pointer !important;
}
.--app-dark .datepicker--cell.datepicker--cell-day.-current- {
	background-color: var(--secondary) !important;
	color: var(--white);
}
.--app-dark .datepicker--day-name {
	color: var(--secondary) !important;
}
.--app-dark .datepicker--cell-day:hover {
	background-color: var(--secondary-color-border);
}
.--app-dark .datepicker--cell.datepicker--cell-day.-current- {
	background-color: var(--secondary) !important;
	color: var(--white);
}
.--app-dark .datepicker--nav-title:hover {
	color: var(--white) !important;
	background-color: var(--secondary) !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: flex;
	flex-wrap: wrap;
}
.select2-container--default .select2-selection--multiple {
	margin-right: auto;
}
.datepicker--day-name {
	color: var(--primary) !important;
}
.datepicker--cell-day:hover {
	background-color: var(--primary);
	color: var(--white) !important;
}
.datepicker--cell.datepicker--cell-day.-current- {
	background-color: var(--primary) !important;
	color: var(--white);
}
.datepicker .datepicker--time-row input {
	display: flex;
	align-items: center;
	position: relative;
	background-color: transparent;
	-webkit-appearance: none;
}
.datepicker .datepicker--time-row input::after {
	content: '';
	height: 1px;
	position: absolute;
	left: 0;
	top: 8px;
	width: 100%;
	background: var(--primary) !important;
}
.datepicker .datepicker--time-row input::-webkit-slider-thumb {
	-webkit-appearance: none !important;
	appearance: none !important;
	width: 15px !important;
	height: 15px !important;
	border: none !important;
	background: var(--primary) !important;
	cursor: pointer !important;
}
.datepicker .datepicker--time-row input::-moz-range-thumb {
	-webkit-appearance: none !important;
	appearance: none !important;
	width: 15px !important;
	height: 15px !important;
	border: none !important;
	background: var(--primary) !important;
}
.datepicker--nav-title:hover {
	color: var(--white) !important;
	background-color: var(--primary) !important;
}
.datepicker--nav-title:hover i {
	color: var(--white) !important;
}
/* .btn:not(.no-height),
.dataTables_wrapper
	.dataTables_paginate
	.paginate_button.current:not(.no-height) {
	min-height: 45px;
	padding: 0.49rem 0.75rem;
} */
.--app-dark .btn--dark-primary {
	color: #fff;
	background-color: var(--primary);
	border-color: var(--primary-color-border);
}
.--app-dark .btn--dark-primary:hover {
	color: #fff;
	background-color: var(--primary-hover);
	border-color: var(--primary-hover);
}
.btn-check:focus + .--app-dark .btn--dark-primary,
.--app-dark .btn--dark-primary:focus {
	color: #fff;
	background-color: var(--primary-hover);
	border-color: var(--primary-hover);
	box-shadow: 0 0 0 0.25rem rgba(52, 73, 113, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-primary,
.btn-check:active + .--app-dark .btn--dark-primary,
.--app-dark .btn--dark-primary:active,
.--app-dark .btn--dark-primary.active,
.show > .--app-dark .btn--dark-primary.dropdown-toggle {
	color: #fff;
	background-color: var(--primary-hover);
	border-color:var(--primary-hover);
}
.btn-check:checked + .--app-dark .btn--dark-primary:focus,
.btn-check:active + .--app-dark .btn--dark-primary:focus,
.--app-dark .btn--dark-primary:active:focus,
.--app-dark .btn--dark-primary.active:focus,
.show > .--app-dark .btn--dark-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(52, 73, 113, 0.5);
}
.--app-dark .btn--dark-primary:disabled,
.--app-dark .btn--dark-primary.disabled {
	color: #fff;
	background-color: var(--primary);
	border-color: var(--primary-color-border);
}
.--app-dark .btn--dark-success {
	color: #000;
	background-color: #03a678;
	border-color: #03a678;
}
.--app-dark .btn--dark-success:hover {
	color: #000;
	background-color: #29b38c;
	border-color: #1caf86;
}
.btn-check:focus + .--app-dark .btn--dark-success,
.--app-dark .btn--dark-success:focus {
	color: #000;
	background-color: #29b38c;
	border-color: #1caf86;
	box-shadow: 0 0 0 0.25rem rgba(3, 141, 102, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-success,
.btn-check:active + .--app-dark .btn--dark-success,
.--app-dark .btn--dark-success:active,
.--app-dark .btn--dark-success.active,
.show > .--app-dark .btn--dark-success.dropdown-toggle {
	color: #000;
	background-color: #35b893;
	border-color: #1caf86;
}
.btn-check:checked + .--app-dark .btn--dark-success:focus,
.btn-check:active + .--app-dark .btn--dark-success:focus,
.--app-dark .btn--dark-success:active:focus,
.--app-dark .btn--dark-success.active:focus,
.show > .--app-dark .btn--dark-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(3, 141, 102, 0.5);
}
.--app-dark .btn--dark-success:disabled,
.--app-dark .btn--dark-success.disabled {
	color: #000;
	background-color: #03a678;
	border-color: #03a678;
}
.--app-dark .btn--dark-info {
	color: #000;
	background-color: var(--secondary-color-border);
	border-color: var(--secondary);
}
.--app-dark .btn--dark-info:hover {
	color: #000;
	background-color: #3fa7ff;
	border-color: #34a2ff;
}
.btn-check:focus + .--app-dark .btn--dark-info,
.--app-dark .btn--dark-info:focus {
	color: #000;
	background-color: #3fa7ff;
	border-color: #34a2ff;
	box-shadow: 0 0 0 0.25rem rgba(25, 129, 217, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-info,
.btn-check:active + .--app-dark .btn--dark-info,
.--app-dark .btn--dark-info:active,
.--app-dark .btn--dark-info.active,
.show > .--app-dark .btn--dark-info.dropdown-toggle {
	color: #000;
	background-color: #4aadff;
	border-color: #34a2ff;
}
.btn-check:checked + .--app-dark .btn--dark-info:focus,
.btn-check:active + .--app-dark .btn--dark-info:focus,
.--app-dark .btn--dark-info:active:focus,
.--app-dark .btn--dark-info.active:focus,
.show > .--app-dark .btn--dark-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(25, 129, 217, 0.5);
}
.--app-dark .btn--dark-info:disabled,
.--app-dark .btn--dark-info.disabled {
	color: #000;
	background-color: var(--secondary-color-border);
	border-color: var(--secondary);
}
.--app-dark .btn--dark-warning {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}
.--app-dark .btn--dark-warning:hover {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
}
.btn-check:focus + .--app-dark .btn--dark-warning,
.--app-dark .btn--dark-warning:focus {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
	box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-warning,
.btn-check:active + .--app-dark .btn--dark-warning,
.--app-dark .btn--dark-warning:active,
.--app-dark .btn--dark-warning.active,
.show > .--app-dark .btn--dark-warning.dropdown-toggle {
	color: #000;
	background-color: #ffcd39;
	border-color: #ffc720;
}
.btn-check:checked + .--app-dark .btn--dark-warning:focus,
.btn-check:active + .--app-dark .btn--dark-warning:focus,
.--app-dark .btn--dark-warning:active:focus,
.--app-dark .btn--dark-warning.active:focus,
.show > .--app-dark .btn--dark-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.--app-dark .btn--dark-warning:disabled,
.--app-dark .btn--dark-warning.disabled {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}
.--app-dark .btn--dark-danger {
	color: #fff;
	background-color: #b50000;
	border-color: #b50000;
}
.--app-dark .btn--dark-danger:hover {
	color: #fff;
	background-color: #9a0000;
	border-color: #910000;
}
.btn-check:focus + .--app-dark .btn--dark-danger,
.--app-dark .btn--dark-danger:focus {
	color: #fff;
	background-color: #9a0000;
	border-color: #910000;
	box-shadow: 0 0 0 0.25rem rgba(192, 38, 38, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-danger,
.btn-check:active + .--app-dark .btn--dark-danger,
.--app-dark .btn--dark-danger:active,
.--app-dark .btn--dark-danger.active,
.show > .--app-dark .btn--dark-danger.dropdown-toggle {
	color: #fff;
	background-color: #910000;
	border-color: #800;
}
.btn-check:checked + .--app-dark .btn--dark-danger:focus,
.btn-check:active + .--app-dark .btn--dark-danger:focus,
.--app-dark .btn--dark-danger:active:focus,
.--app-dark .btn--dark-danger.active:focus,
.show > .--app-dark .btn--dark-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(192, 38, 38, 0.5);
}
.--app-dark .btn--dark-danger:disabled,
.--app-dark .btn--dark-danger.disabled {
	color: #fff;
	background-color: #b50000;
	border-color: #b50000;
}
.--app-dark .btn--dark-black {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.--app-dark .btn--dark-black:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-check:focus + .--app-dark .btn--dark-black,
.--app-dark .btn--dark-black:focus {
	color: #fff;
	background-color: #000;
	border-color: #000;
	box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-black,
.btn-check:active + .--app-dark .btn--dark-black,
.--app-dark .btn--dark-black:active,
.--app-dark .btn--dark-black.active,
.show > .--app-dark .btn--dark-black.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-check:checked + .--app-dark .btn--dark-black:focus,
.btn-check:active + .--app-dark .btn--dark-black:focus,
.--app-dark .btn--dark-black:active:focus,
.--app-dark .btn--dark-black.active:focus,
.show > .--app-dark .btn--dark-black.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.--app-dark .btn--dark-black:disabled,
.--app-dark .btn--dark-black.disabled {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.--app-dark .btn--dark-secondary {
	color: #000;
	background-color: var(--secondary-color-border);
	border-color: var(--secondary);
}
.--app-dark .btn--dark-secondary:hover {
	color: #000;
	background-color: #3fa7ff;
	border-color: #34a2ff;
}
.btn-check:focus + .--app-dark .btn--dark-secondary,
.--app-dark .btn--dark-secondary:focus {
	color: #000;
	background-color: #3fa7ff;
	border-color: #34a2ff;
	box-shadow: 0 0 0 0.25rem rgba(25, 129, 217, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-secondary,
.btn-check:active + .--app-dark .btn--dark-secondary,
.--app-dark .btn--dark-secondary:active,
.--app-dark .btn--dark-secondary.active,
.show > .--app-dark .btn--dark-secondary.dropdown-toggle {
	color: #000;
	background-color: #4aadff;
	border-color: #34a2ff;
}
.btn-check:checked + .--app-dark .btn--dark-secondary:focus,
.btn-check:active + .--app-dark .btn--dark-secondary:focus,
.--app-dark .btn--dark-secondary:active:focus,
.--app-dark .btn--dark-secondary.active:focus,
.show > .--app-dark .btn--dark-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(25, 129, 217, 0.5);
}
.--app-dark .btn--dark-secondary:disabled,
.--app-dark .btn--dark-secondary.disabled {
	color: #000;
	background-color: var(--secondary-color-border);
	border-color: var(--secondary);
}
.--app-dark .btn--dark-white {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.--app-dark .btn--dark-white:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.btn-check:focus + .--app-dark .btn--dark-white,
.--app-dark .btn--dark-white:focus {
	color: #000;
	background-color: #fff;
	border-color: #fff;
	box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-white,
.btn-check:active + .--app-dark .btn--dark-white,
.--app-dark .btn--dark-white:active,
.--app-dark .btn--dark-white.active,
.show > .--app-dark .btn--dark-white.dropdown-toggle {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.btn-check:checked + .--app-dark .btn--dark-white:focus,
.btn-check:active + .--app-dark .btn--dark-white:focus,
.--app-dark .btn--dark-white:active:focus,
.--app-dark .btn--dark-white.active:focus,
.show > .--app-dark .btn--dark-white.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.--app-dark .btn--dark-white:disabled,
.--app-dark .btn--dark-white.disabled {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.--app-dark .btn--dark-dark {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.--app-dark .btn--dark-dark:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-check:focus + .--app-dark .btn--dark-dark,
.--app-dark .btn--dark-dark:focus {
	color: #fff;
	background-color: #000;
	border-color: #000;
	box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-dark,
.btn-check:active + .--app-dark .btn--dark-dark,
.--app-dark .btn--dark-dark:active,
.--app-dark .btn--dark-dark.active,
.show > .--app-dark .btn--dark-dark.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-check:checked + .--app-dark .btn--dark-dark:focus,
.btn-check:active + .--app-dark .btn--dark-dark:focus,
.--app-dark .btn--dark-dark:active:focus,
.--app-dark .btn--dark-dark.active:focus,
.show > .--app-dark .btn--dark-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.--app-dark .btn--dark-dark:disabled,
.--app-dark .btn--dark-dark.disabled {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.--app-dark .btn--dark-dark-grey {
	color: #fff;
	background-color: #222;
	border-color: #222;
}
.--app-dark .btn--dark-dark-grey:hover {
	color: #fff;
	background-color: #1d1d1d;
	border-color: #1b1b1b;
}
.btn-check:focus + .--app-dark .btn--dark-dark-grey,
.--app-dark .btn--dark-dark-grey:focus {
	color: #fff;
	background-color: #1d1d1d;
	border-color: #1b1b1b;
	box-shadow: 0 0 0 0.25rem rgba(67, 67, 67, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-dark-grey,
.btn-check:active + .--app-dark .btn--dark-dark-grey,
.--app-dark .btn--dark-dark-grey:active,
.--app-dark .btn--dark-dark-grey.active,
.show > .--app-dark .btn--dark-dark-grey.dropdown-toggle {
	color: #fff;
	background-color: #1b1b1b;
	border-color: #1a1a1a;
}
.btn-check:checked + .--app-dark .btn--dark-dark-grey:focus,
.btn-check:active + .--app-dark .btn--dark-dark-grey:focus,
.--app-dark .btn--dark-dark-grey:active:focus,
.--app-dark .btn--dark-dark-grey.active:focus,
.show > .--app-dark .btn--dark-dark-grey.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(67, 67, 67, 0.5);
}
.--app-dark .btn--dark-dark-grey:disabled,
.--app-dark .btn--dark-dark-grey.disabled {
	color: #fff;
	background-color: #222;
	border-color: #222;
}
.--app-dark .btn--dark-semi-dark-grey {
	color: #fff;
	background-color: #757575;
	border-color: #757575;
}
.--app-dark .btn--dark-semi-dark-grey:hover {
	color: #fff;
	background-color: #636363;
	border-color: #5e5e5e;
}
.btn-check:focus + .--app-dark .btn--dark-semi-dark-grey,
.--app-dark .btn--dark-semi-dark-grey:focus {
	color: #fff;
	background-color: #636363;
	border-color: #5e5e5e;
	box-shadow: 0 0 0 0.25rem rgba(138, 138, 138, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-semi-dark-grey,
.btn-check:active + .--app-dark .btn--dark-semi-dark-grey,
.--app-dark .btn--dark-semi-dark-grey:active,
.--app-dark .btn--dark-semi-dark-grey.active,
.show > .--app-dark .btn--dark-semi-dark-grey.dropdown-toggle {
	color: #fff;
	background-color: #5e5e5e;
	border-color: #585858;
}
.btn-check:checked + .--app-dark .btn--dark-semi-dark-grey:focus,
.btn-check:active + .--app-dark .btn--dark-semi-dark-grey:focus,
.--app-dark .btn--dark-semi-dark-grey:active:focus,
.--app-dark .btn--dark-semi-dark-grey.active:focus,
.show > .--app-dark .btn--dark-semi-dark-grey.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(138, 138, 138, 0.5);
}
.--app-dark .btn--dark-semi-dark-grey:disabled,
.--app-dark .btn--dark-semi-dark-grey.disabled {
	color: #fff;
	background-color: #757575;
	border-color: #757575;
}
.--app-dark .btn--dark-white-grey {
	color: #000;
	background-color: rgba(238, 238, 238, 0.4);
	border-color: rgba(238, 238, 238, 0.4);
}
.--app-dark .btn--dark-white-grey:hover {
	color: #000;
	background-color: rgba(245, 245, 245, 0.49);
	border-color: rgba(243, 243, 243, 0.46);
}
.btn-check:focus + .--app-dark .btn--dark-white-grey,
.--app-dark .btn--dark-white-grey:focus {
	color: #000;
	background-color: rgba(245, 245, 245, 0.49);
	border-color: rgba(243, 243, 243, 0.46);
	box-shadow: 0 0 0 0.25rem rgba(140, 140, 140, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-white-grey,
.btn-check:active + .--app-dark .btn--dark-white-grey,
.--app-dark .btn--dark-white-grey:active,
.--app-dark .btn--dark-white-grey.active,
.show > .--app-dark .btn--dark-white-grey.dropdown-toggle {
	color: #000;
	background-color: rgba(247, 247, 247, 0.52);
	border-color: rgba(243, 243, 243, 0.46);
}
.btn-check:checked + .--app-dark .btn--dark-white-grey:focus,
.btn-check:active + .--app-dark .btn--dark-white-grey:focus,
.--app-dark .btn--dark-white-grey:active:focus,
.--app-dark .btn--dark-white-grey.active:focus,
.show > .--app-dark .btn--dark-white-grey.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(140, 140, 140, 0.5);
}
.--app-dark .btn--dark-white-grey:disabled,
.--app-dark .btn--dark-white-grey.disabled {
	color: #000;
	background-color: rgba(238, 238, 238, 0.4);
	border-color: rgba(238, 238, 238, 0.4);
}
.--app-dark .btn--dark-grey {
	color: #000;
	background-color: #c3c5c7;
	border-color: #c3c5c7;
}
.--app-dark .btn--dark-grey:hover {
	color: #000;
	background-color: #cccecf;
	border-color: #c9cbcd;
}
.btn-check:focus + .--app-dark .btn--dark-grey,
.--app-dark .btn--dark-grey:focus {
	color: #000;
	background-color: #cccecf;
	border-color: #c9cbcd;
	box-shadow: 0 0 0 0.25rem rgba(166, 167, 169, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-grey,
.btn-check:active + .--app-dark .btn--dark-grey,
.--app-dark .btn--dark-grey:active,
.--app-dark .btn--dark-grey.active,
.show > .--app-dark .btn--dark-grey.dropdown-toggle {
	color: #000;
	background-color: #cfd1d2;
	border-color: #c9cbcd;
}
.btn-check:checked + .--app-dark .btn--dark-grey:focus,
.btn-check:active + .--app-dark .btn--dark-grey:focus,
.--app-dark .btn--dark-grey:active:focus,
.--app-dark .btn--dark-grey.active:focus,
.show > .--app-dark .btn--dark-grey.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(166, 167, 169, 0.5);
}
.--app-dark .btn--dark-grey:disabled,
.--app-dark .btn--dark-grey.disabled {
	color: #000;
	background-color: #c3c5c7;
	border-color: #c3c5c7;
}
.--app-dark .btn--dark-transparent {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
}
.--app-dark .btn--dark-transparent:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.15);
	border-color: rgba(0, 0, 0, 0.2);
}
.btn-check:focus + .--app-dark .btn--dark-transparent,
.--app-dark .btn--dark-transparent:focus {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.15);
	border-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-transparent,
.btn-check:active + .--app-dark .btn--dark-transparent,
.--app-dark .btn--dark-transparent:active,
.--app-dark .btn--dark-transparent.active,
.show > .--app-dark .btn--dark-transparent.dropdown-toggle {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
	border-color: rgba(0, 0, 0, 0.25);
}
.btn-check:checked + .--app-dark .btn--dark-transparent:focus,
.btn-check:active + .--app-dark .btn--dark-transparent:focus,
.--app-dark .btn--dark-transparent:active:focus,
.--app-dark .btn--dark-transparent.active:focus,
.show > .--app-dark .btn--dark-transparent.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.--app-dark .btn--dark-transparent:disabled,
.--app-dark .btn--dark-transparent.disabled {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
}
.--app-dark .btn--dark-brand-color {
	color: #fff;
	background-color: var(--brand-color);
	border-color: var(--brand-color);
}
.--app-dark .btn--dark-brand-color:hover {
	color: #fff;
	background-color: var(--brand-color);
	border-color: var(--brand-color-border);
}
.btn-check:focus + .--app-dark .btn--dark-brand-color,
.--app-dark .btn--dark-brand-color:focus {
	color: #fff;
	background-color: var(--brand-color);
	border-color: var(--brand-color-border);
	box-shadow: 0 0 0 0.25rem var(--brand-color-shadow);
}
.btn-check:checked + .--app-dark .btn--dark-brand-color,
.btn-check:active + .--app-dark .btn--dark-brand-color,
.--app-dark .btn--dark-brand-color:active,
.--app-dark .btn--dark-brand-color.active,
.show > .--app-dark .btn--dark-brand-color.dropdown-toggle {
	color: #fff;
	background-color: var(--brand-color-border);
	border-color: var(--brand-color);
}
.btn-check:checked + .--app-dark .btn--dark-brand-color:focus,
.btn-check:active + .--app-dark .btn--dark-brand-color:focus,
.--app-dark .btn--dark-brand-color:active:focus,
.--app-dark .btn--dark-brand-color.active:focus,
.show > .--app-dark .btn--dark-brand-color.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem var(--brand-color-shadow);
}
.--app-dark .btn--dark-brand-color:disabled,
.--app-dark .btn--dark-brand-color.disabled {
	color: #fff;
	background-color: var(--brand-color);
	border-color: var(--brand-color);
}
.--app-dark .btn--dark-blue-facebook {
	color: #fff;
	background-color: #3b5997;
	border-color: #3b5997;
}
.--app-dark .btn--dark-blue-facebook:hover {
	color: #fff;
	background-color: #324c80;
	border-color: #2f4779;
}
.btn-check:focus + .--app-dark .btn--dark-blue-facebook,
.--app-dark .btn--dark-blue-facebook:focus {
	color: #fff;
	background-color: #324c80;
	border-color: #2f4779;
	box-shadow: 0 0 0 0.25rem rgba(88, 114, 167, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-blue-facebook,
.btn-check:active + .--app-dark .btn--dark-blue-facebook,
.--app-dark .btn--dark-blue-facebook:active,
.--app-dark .btn--dark-blue-facebook.active,
.show > .--app-dark .btn--dark-blue-facebook.dropdown-toggle {
	color: #fff;
	background-color: #2f4779;
	border-color: #2c4371;
}
.btn-check:checked + .--app-dark .btn--dark-blue-facebook:focus,
.btn-check:active + .--app-dark .btn--dark-blue-facebook:focus,
.--app-dark .btn--dark-blue-facebook:active:focus,
.--app-dark .btn--dark-blue-facebook.active:focus,
.show > .--app-dark .btn--dark-blue-facebook.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(88, 114, 167, 0.5);
}
.--app-dark .btn--dark-blue-facebook:disabled,
.--app-dark .btn--dark-blue-facebook.disabled {
	color: #fff;
	background-color: #3b5997;
	border-color: #3b5997;
}
.--app-dark .btn--dark-blue-linkedin {
	color: #fff;
	background-color: #0e76a8;
	border-color: #0e76a8;
}
.--app-dark .btn--dark-blue-linkedin:hover {
	color: #fff;
	background-color: #0c648f;
	border-color: #0b5e86;
}
.btn-check:focus + .--app-dark .btn--dark-blue-linkedin,
.--app-dark .btn--dark-blue-linkedin:focus {
	color: #fff;
	background-color: #0c648f;
	border-color: #0b5e86;
	box-shadow: 0 0 0 0.25rem rgba(50, 139, 181, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-blue-linkedin,
.btn-check:active + .--app-dark .btn--dark-blue-linkedin,
.--app-dark .btn--dark-blue-linkedin:active,
.--app-dark .btn--dark-blue-linkedin.active,
.show > .--app-dark .btn--dark-blue-linkedin.dropdown-toggle {
	color: #fff;
	background-color: #0b5e86;
	border-color: #0b597e;
}
.btn-check:checked + .--app-dark .btn--dark-blue-linkedin:focus,
.btn-check:active + .--app-dark .btn--dark-blue-linkedin:focus,
.--app-dark .btn--dark-blue-linkedin:active:focus,
.--app-dark .btn--dark-blue-linkedin.active:focus,
.show > .--app-dark .btn--dark-blue-linkedin.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(50, 139, 181, 0.5);
}
.--app-dark .btn--dark-blue-linkedin:disabled,
.--app-dark .btn--dark-blue-linkedin.disabled {
	color: #fff;
	background-color: #0e76a8;
	border-color: #0e76a8;
}
.--app-dark .btn--dark-white-blue {
	color: #000;
	background-color: #e9f5ff;
	border-color: #e9f5ff;
}
.--app-dark .btn--dark-white-blue:hover {
	color: #000;
	background-color: #ecf7ff;
	border-color: #ebf6ff;
}
.btn-check:focus + .--app-dark .btn--dark-white-blue,
.--app-dark .btn--dark-white-blue:focus {
	color: #000;
	background-color: #ecf7ff;
	border-color: #ebf6ff;
	box-shadow: 0 0 0 0.25rem rgba(198, 208, 217, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-white-blue,
.btn-check:active + .--app-dark .btn--dark-white-blue,
.--app-dark .btn--dark-white-blue:active,
.--app-dark .btn--dark-white-blue.active,
.show > .--app-dark .btn--dark-white-blue.dropdown-toggle {
	color: #000;
	background-color: #edf7ff;
	border-color: #ebf6ff;
}
.btn-check:checked + .--app-dark .btn--dark-white-blue:focus,
.btn-check:active + .--app-dark .btn--dark-white-blue:focus,
.--app-dark .btn--dark-white-blue:active:focus,
.--app-dark .btn--dark-white-blue.active:focus,
.show > .--app-dark .btn--dark-white-blue.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(198, 208, 217, 0.5);
}
.--app-dark .btn--dark-white-blue:disabled,
.--app-dark .btn--dark-white-blue.disabled {
	color: #000;
	background-color: #e9f5ff;
	border-color: #e9f5ff;
}
.--app-dark .btn--dark-outline-primary {
	color: var(--primary);
	border-color: var(--primary-color-border);
}
.--app-dark .btn--dark-outline-primary:hover {
	color: #fff;
	background-color: var(--primary);
	border-color: var(--primary-color-border);
}
.btn-check:focus + .--app-dark .btn--dark-outline-primary,
.--app-dark .btn--dark-outline-primary:focus {
	box-shadow: 0 0 0 0.25rem var(--primary-color-shadow);
}
.btn-check:checked + .--app-dark .btn--dark-outline-primary,
.btn-check:active + .--app-dark .btn--dark-outline-primary,
.--app-dark .btn--dark-outline-primary:active,
.--app-dark .btn--dark-outline-primary.active,
.--app-dark .btn--dark-outline-primary.dropdown-toggle.show {
	color: #fff;
	background-color: var(--primary);
	border-color: var(--primary-color-border);
}
.btn-check:checked + .--app-dark .btn--dark-outline-primary:focus,
.btn-check:active + .--app-dark .btn--dark-outline-primary:focus,
.--app-dark .btn--dark-outline-primary:active:focus,
.--app-dark .btn--dark-outline-primary.active:focus,
.--app-dark .btn--dark-outline-primary.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem var(--primary-color-shadow);
}
.--app-dark .btn--dark-outline-primary:disabled,
.--app-dark .btn--dark-outline-primary.disabled {
	color: var(--primary);
	background-color: transparent;
}
.--app-dark .btn--dark-outline-success {
	color: #03a678;
	border-color: #03a678;
}
.--app-dark .btn--dark-outline-success:hover {
	color: #000;
	background-color: #03a678;
	border-color: #03a678;
}
.btn-check:focus + .--app-dark .btn--dark-outline-success,
.--app-dark .btn--dark-outline-success:focus {
	box-shadow: 0 0 0 0.25rem rgba(3, 166, 120, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-outline-success,
.btn-check:active + .--app-dark .btn--dark-outline-success,
.--app-dark .btn--dark-outline-success:active,
.--app-dark .btn--dark-outline-success.active,
.--app-dark .btn--dark-outline-success.dropdown-toggle.show {
	color: #000;
	background-color: #03a678;
	border-color: #03a678;
}
.btn-check:checked + .--app-dark .btn--dark-outline-success:focus,
.btn-check:active + .--app-dark .btn--dark-outline-success:focus,
.--app-dark .btn--dark-outline-success:active:focus,
.--app-dark .btn--dark-outline-success.active:focus,
.--app-dark .btn--dark-outline-success.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(3, 166, 120, 0.5);
}
.--app-dark .btn--dark-outline-success:disabled,
.--app-dark .btn--dark-outline-success.disabled {
	color: #03a678;
	background-color: transparent;
}
.--app-dark .btn--dark-outline-info {
	color: var(--secondary);
	border-color: var(--secondary);
}
.--app-dark .btn--dark-outline-info:hover {
	color: #000;
	background-color: var(--secondary-color-border);
	border-color: var(--secondary);
}
.btn-check:focus + .--app-dark .btn--dark-outline-info,
.--app-dark .btn--dark-outline-info:focus {
	box-shadow: 0 0 0 0.25rem rgba(29, 152, 255, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-outline-info,
.btn-check:active + .--app-dark .btn--dark-outline-info,
.--app-dark .btn--dark-outline-info:active,
.--app-dark .btn--dark-outline-info.active,
.--app-dark .btn--dark-outline-info.dropdown-toggle.show {
	color: #000;
	background-color: var(--secondary-color-border);
	border-color: var(--secondary);
}
.btn-check:checked + .--app-dark .btn--dark-outline-info:focus,
.btn-check:active + .--app-dark .btn--dark-outline-info:focus,
.--app-dark .btn--dark-outline-info:active:focus,
.--app-dark .btn--dark-outline-info.active:focus,
.--app-dark .btn--dark-outline-info.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(29, 152, 255, 0.5);
}
.--app-dark .btn--dark-outline-info:disabled,
.--app-dark .btn--dark-outline-info.disabled {
	color: var(--secondary);
	background-color: transparent;
}
.--app-dark .btn--dark-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}
.--app-dark .btn--dark-outline-warning:hover {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-check:focus + .--app-dark .btn--dark-outline-warning,
.--app-dark .btn--dark-outline-warning:focus {
	box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-outline-warning,
.btn-check:active + .--app-dark .btn--dark-outline-warning,
.--app-dark .btn--dark-outline-warning:active,
.--app-dark .btn--dark-outline-warning.active,
.--app-dark .btn--dark-outline-warning.dropdown-toggle.show {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-check:checked + .--app-dark .btn--dark-outline-warning:focus,
.btn-check:active + .--app-dark .btn--dark-outline-warning:focus,
.--app-dark .btn--dark-outline-warning:active:focus,
.--app-dark .btn--dark-outline-warning.active:focus,
.--app-dark .btn--dark-outline-warning.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.--app-dark .btn--dark-outline-warning:disabled,
.--app-dark .btn--dark-outline-warning.disabled {
	color: #ffc107;
	background-color: transparent;
}
.--app-dark .btn--dark-outline-danger {
	color: #b50000;
	border-color: #b50000;
}
.--app-dark .btn--dark-outline-danger:hover {
	color: #fff;
	background-color: #b50000;
	border-color: #b50000;
}
.btn-check:focus + .--app-dark .btn--dark-outline-danger,
.--app-dark .btn--dark-outline-danger:focus {
	box-shadow: 0 0 0 0.25rem rgba(181, 0, 0, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-outline-danger,
.btn-check:active + .--app-dark .btn--dark-outline-danger,
.--app-dark .btn--dark-outline-danger:active,
.--app-dark .btn--dark-outline-danger.active,
.--app-dark .btn--dark-outline-danger.dropdown-toggle.show {
	color: #fff;
	background-color: #b50000;
	border-color: #b50000;
}
.btn-check:checked + .--app-dark .btn--dark-outline-danger:focus,
.btn-check:active + .--app-dark .btn--dark-outline-danger:focus,
.--app-dark .btn--dark-outline-danger:active:focus,
.--app-dark .btn--dark-outline-danger.active:focus,
.--app-dark .btn--dark-outline-danger.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(181, 0, 0, 0.5);
}
.--app-dark .btn--dark-outline-danger:disabled,
.--app-dark .btn--dark-outline-danger.disabled {
	color: #b50000;
	background-color: transparent;
}
.--app-dark .btn--dark-outline-black {
	color: #000;
	border-color: #000;
}
.--app-dark .btn--dark-outline-black:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-check:focus + .--app-dark .btn--dark-outline-black,
.--app-dark .btn--dark-outline-black:focus {
	box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-outline-black,
.btn-check:active + .--app-dark .btn--dark-outline-black,
.--app-dark .btn--dark-outline-black:active,
.--app-dark .btn--dark-outline-black.active,
.--app-dark .btn--dark-outline-black.dropdown-toggle.show {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-check:checked + .--app-dark .btn--dark-outline-black:focus,
.btn-check:active + .--app-dark .btn--dark-outline-black:focus,
.--app-dark .btn--dark-outline-black:active:focus,
.--app-dark .btn--dark-outline-black.active:focus,
.--app-dark .btn--dark-outline-black.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.--app-dark .btn--dark-outline-black:disabled,
.--app-dark .btn--dark-outline-black.disabled {
	color: #000;
	background-color: transparent;
}
.--app-dark .btn--dark-outline-secondary {
	color: var(--secondary);
	border-color: var(--secondary);
}
.--app-dark .btn--dark-outline-secondary:hover {
	color: #000;
	background-color: var(--secondary-color-border);
	border-color: var(--secondary);
}
.btn-check:focus + .--app-dark .btn--dark-outline-secondary,
.--app-dark .btn--dark-outline-secondary:focus {
	box-shadow: 0 0 0 0.25rem rgba(29, 152, 255, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-outline-secondary,
.btn-check:active + .--app-dark .btn--dark-outline-secondary,
.--app-dark .btn--dark-outline-secondary:active,
.--app-dark .btn--dark-outline-secondary.active,
.--app-dark .btn--dark-outline-secondary.dropdown-toggle.show {
	color: #000;
	background-color: var(--secondary-color-border);
	border-color: var(--secondary);
}
.btn-check:checked + .--app-dark .btn--dark-outline-secondary:focus,
.btn-check:active + .--app-dark .btn--dark-outline-secondary:focus,
.--app-dark .btn--dark-outline-secondary:active:focus,
.--app-dark .btn--dark-outline-secondary.active:focus,
.--app-dark .btn--dark-outline-secondary.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(29, 152, 255, 0.5);
}
.--app-dark .btn--dark-outline-secondary:disabled,
.--app-dark .btn--dark-outline-secondary.disabled {
	color: var(--secondary);
	background-color: transparent;
}
.--app-dark .btn--dark-outline-white {
	color: #fff;
	border-color: #fff;
}
.--app-dark .btn--dark-outline-white:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.btn-check:focus + .--app-dark .btn--dark-outline-white,
.--app-dark .btn--dark-outline-white:focus {
	box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-outline-white,
.btn-check:active + .--app-dark .btn--dark-outline-white,
.--app-dark .btn--dark-outline-white:active,
.--app-dark .btn--dark-outline-white.active,
.--app-dark .btn--dark-outline-white.dropdown-toggle.show {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.btn-check:checked + .--app-dark .btn--dark-outline-white:focus,
.btn-check:active + .--app-dark .btn--dark-outline-white:focus,
.--app-dark .btn--dark-outline-white:active:focus,
.--app-dark .btn--dark-outline-white.active:focus,
.--app-dark .btn--dark-outline-white.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.--app-dark .btn--dark-outline-white:disabled,
.--app-dark .btn--dark-outline-white.disabled {
	color: #fff;
	background-color: transparent;
}
.--app-dark .btn--dark-outline-dark {
	color: #000;
	border-color: #000;
}
.--app-dark .btn--dark-outline-dark:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-check:focus + .--app-dark .btn--dark-outline-dark,
.--app-dark .btn--dark-outline-dark:focus {
	box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-outline-dark,
.btn-check:active + .--app-dark .btn--dark-outline-dark,
.--app-dark .btn--dark-outline-dark:active,
.--app-dark .btn--dark-outline-dark.active,
.--app-dark .btn--dark-outline-dark.dropdown-toggle.show {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-check:checked + .--app-dark .btn--dark-outline-dark:focus,
.btn-check:active + .--app-dark .btn--dark-outline-dark:focus,
.--app-dark .btn--dark-outline-dark:active:focus,
.--app-dark .btn--dark-outline-dark.active:focus,
.--app-dark .btn--dark-outline-dark.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.--app-dark .btn--dark-outline-dark:disabled,
.--app-dark .btn--dark-outline-dark.disabled {
	color: #000;
	background-color: transparent;
}
.--app-dark .btn--dark-outline-dark-grey {
	color: #222;
	border-color: #222;
}
.--app-dark .btn--dark-outline-dark-grey:hover {
	color: #fff;
	background-color: #222;
	border-color: #222;
}
.btn-check:focus + .--app-dark .btn--dark-outline-dark-grey,
.--app-dark .btn--dark-outline-dark-grey:focus {
	box-shadow: 0 0 0 0.25rem rgba(34, 34, 34, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-outline-dark-grey,
.btn-check:active + .--app-dark .btn--dark-outline-dark-grey,
.--app-dark .btn--dark-outline-dark-grey:active,
.--app-dark .btn--dark-outline-dark-grey.active,
.--app-dark .btn--dark-outline-dark-grey.dropdown-toggle.show {
	color: #fff;
	background-color: #222;
	border-color: #222;
}
.btn-check:checked + .--app-dark .btn--dark-outline-dark-grey:focus,
.btn-check:active + .--app-dark .btn--dark-outline-dark-grey:focus,
.--app-dark .btn--dark-outline-dark-grey:active:focus,
.--app-dark .btn--dark-outline-dark-grey.active:focus,
.--app-dark .btn--dark-outline-dark-grey.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(34, 34, 34, 0.5);
}
.--app-dark .btn--dark-outline-dark-grey:disabled,
.--app-dark .btn--dark-outline-dark-grey.disabled {
	color: #222;
	background-color: transparent;
}
.--app-dark .btn--dark-outline-semi-dark-grey {
	color: #757575;
	border-color: #757575;
}
.--app-dark .btn--dark-outline-semi-dark-grey:hover {
	color: #fff;
	background-color: #757575;
	border-color: #757575;
}
.btn-check:focus + .--app-dark .btn--dark-outline-semi-dark-grey,
.--app-dark .btn--dark-outline-semi-dark-grey:focus {
	box-shadow: 0 0 0 0.25rem rgba(117, 117, 117, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-outline-semi-dark-grey,
.btn-check:active + .--app-dark .btn--dark-outline-semi-dark-grey,
.--app-dark .btn--dark-outline-semi-dark-grey:active,
.--app-dark .btn--dark-outline-semi-dark-grey.active,
.--app-dark .btn--dark-outline-semi-dark-grey.dropdown-toggle.show {
	color: #fff;
	background-color: #757575;
	border-color: #757575;
}
.btn-check:checked + .--app-dark .btn--dark-outline-semi-dark-grey:focus,
.btn-check:active + .--app-dark .btn--dark-outline-semi-dark-grey:focus,
.--app-dark .btn--dark-outline-semi-dark-grey:active:focus,
.--app-dark .btn--dark-outline-semi-dark-grey.active:focus,
.--app-dark .btn--dark-outline-semi-dark-grey.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(117, 117, 117, 0.5);
}
.--app-dark .btn--dark-outline-semi-dark-grey:disabled,
.--app-dark .btn--dark-outline-semi-dark-grey.disabled {
	color: #757575;
	background-color: transparent;
}
.--app-dark .btn--dark-outline-white-grey {
	color: rgba(238, 238, 238, 0.4);
	border-color: rgba(238, 238, 238, 0.4);
}
.--app-dark .btn--dark-outline-white-grey:hover {
	color: #000;
	background-color: rgba(238, 238, 238, 0.4);
	border-color: rgba(238, 238, 238, 0.4);
}
.btn-check:focus + .--app-dark .btn--dark-outline-white-grey,
.--app-dark .btn--dark-outline-white-grey:focus {
	box-shadow: 0 0 0 0.25rem rgba(238, 238, 238, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-outline-white-grey,
.btn-check:active + .--app-dark .btn--dark-outline-white-grey,
.--app-dark .btn--dark-outline-white-grey:active,
.--app-dark .btn--dark-outline-white-grey.active,
.--app-dark .btn--dark-outline-white-grey.dropdown-toggle.show {
	color: #000;
	background-color: rgba(238, 238, 238, 0.4);
	border-color: rgba(238, 238, 238, 0.4);
}
.btn-check:checked + .--app-dark .btn--dark-outline-white-grey:focus,
.btn-check:active + .--app-dark .btn--dark-outline-white-grey:focus,
.--app-dark .btn--dark-outline-white-grey:active:focus,
.--app-dark .btn--dark-outline-white-grey.active:focus,
.--app-dark .btn--dark-outline-white-grey.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(238, 238, 238, 0.5);
}
.--app-dark .btn--dark-outline-white-grey:disabled,
.--app-dark .btn--dark-outline-white-grey.disabled {
	color: rgba(238, 238, 238, 0.4);
	background-color: transparent;
}
.--app-dark .btn--dark-outline-grey {
	color: #c3c5c7;
	border-color: #c3c5c7;
}
.--app-dark .btn--dark-outline-grey:hover {
	color: #000;
	background-color: #c3c5c7;
	border-color: #c3c5c7;
}
.btn-check:focus + .--app-dark .btn--dark-outline-grey,
.--app-dark .btn--dark-outline-grey:focus {
	box-shadow: 0 0 0 0.25rem rgba(195, 197, 199, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-outline-grey,
.btn-check:active + .--app-dark .btn--dark-outline-grey,
.--app-dark .btn--dark-outline-grey:active,
.--app-dark .btn--dark-outline-grey.active,
.--app-dark .btn--dark-outline-grey.dropdown-toggle.show {
	color: #000;
	background-color: #c3c5c7;
	border-color: #c3c5c7;
}
.btn-check:checked + .--app-dark .btn--dark-outline-grey:focus,
.btn-check:active + .--app-dark .btn--dark-outline-grey:focus,
.--app-dark .btn--dark-outline-grey:active:focus,
.--app-dark .btn--dark-outline-grey.active:focus,
.--app-dark .btn--dark-outline-grey.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(195, 197, 199, 0.5);
}
.--app-dark .btn--dark-outline-grey:disabled,
.--app-dark .btn--dark-outline-grey.disabled {
	color: #c3c5c7;
	background-color: transparent;
}
.--app-dark .btn--dark-outline-transparent {
	color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
}
.--app-dark .btn--dark-outline-transparent:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
}
.btn-check:focus + .--app-dark .btn--dark-outline-transparent,
.--app-dark .btn--dark-outline-transparent:focus {
	box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-outline-transparent,
.btn-check:active + .--app-dark .btn--dark-outline-transparent,
.--app-dark .btn--dark-outline-transparent:active,
.--app-dark .btn--dark-outline-transparent.active,
.--app-dark .btn--dark-outline-transparent.dropdown-toggle.show {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
}
.btn-check:checked + .--app-dark .btn--dark-outline-transparent:focus,
.btn-check:active + .--app-dark .btn--dark-outline-transparent:focus,
.--app-dark .btn--dark-outline-transparent:active:focus,
.--app-dark .btn--dark-outline-transparent.active:focus,
.--app-dark .btn--dark-outline-transparent.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.--app-dark .btn--dark-outline-transparent:disabled,
.--app-dark .btn--dark-outline-transparent.disabled {
	color: rgba(0, 0, 0, 0);
	background-color: transparent;
}
.--app-dark .btn--dark-outline-brand-color {
	color: var(--brand-color);
	border-color: var(--brand-color);
}
.--app-dark .btn--dark-outline-brand-color:hover {
	color: #fff;
	background-color: var(--brand-color);
	border-color: var(--brand-color);
}
.btn-check:focus + .--app-dark .btn--dark-outline-brand-color,
.--app-dark .btn--dark-outline-brand-color:focus {
	box-shadow: 0 0 0 0.25rem rgba(51, 92, 204, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-outline-brand-color,
.btn-check:active + .--app-dark .btn--dark-outline-brand-color,
.--app-dark .btn--dark-outline-brand-color:active,
.--app-dark .btn--dark-outline-brand-color.active,
.--app-dark .btn--dark-outline-brand-color.dropdown-toggle.show {
	color: #fff;
	background-color: var(--brand-color);
	border-color: var(--brand-color);
}
.btn-check:checked + .--app-dark .btn--dark-outline-brand-color:focus,
.btn-check:active + .--app-dark .btn--dark-outline-brand-color:focus,
.--app-dark .btn--dark-outline-brand-color:active:focus,
.--app-dark .btn--dark-outline-brand-color.active:focus,
.--app-dark .btn--dark-outline-brand-color.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(51, 92, 204, 0.5);
}
.--app-dark .btn--dark-outline-brand-color:disabled,
.--app-dark .btn--dark-outline-brand-color.disabled {
	color: var(--brand-color);
	background-color: transparent;
}
.--app-dark .btn--dark-outline-blue-facebook {
	color: #3b5997;
	border-color: #3b5997;
}
.--app-dark .btn--dark-outline-blue-facebook:hover {
	color: #fff;
	background-color: #3b5997;
	border-color: #3b5997;
}
.btn-check:focus + .--app-dark .btn--dark-outline-blue-facebook,
.--app-dark .btn--dark-outline-blue-facebook:focus {
	box-shadow: 0 0 0 0.25rem rgba(59, 89, 151, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-outline-blue-facebook,
.btn-check:active + .--app-dark .btn--dark-outline-blue-facebook,
.--app-dark .btn--dark-outline-blue-facebook:active,
.--app-dark .btn--dark-outline-blue-facebook.active,
.--app-dark .btn--dark-outline-blue-facebook.dropdown-toggle.show {
	color: #fff;
	background-color: #3b5997;
	border-color: #3b5997;
}
.btn-check:checked + .--app-dark .btn--dark-outline-blue-facebook:focus,
.btn-check:active + .--app-dark .btn--dark-outline-blue-facebook:focus,
.--app-dark .btn--dark-outline-blue-facebook:active:focus,
.--app-dark .btn--dark-outline-blue-facebook.active:focus,
.--app-dark .btn--dark-outline-blue-facebook.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(59, 89, 151, 0.5);
}
.--app-dark .btn--dark-outline-blue-facebook:disabled,
.--app-dark .btn--dark-outline-blue-facebook.disabled {
	color: #3b5997;
	background-color: transparent;
}
.--app-dark .btn--dark-outline-blue-linkedin {
	color: #0e76a8;
	border-color: #0e76a8;
}
.--app-dark .btn--dark-outline-blue-linkedin:hover {
	color: #fff;
	background-color: #0e76a8;
	border-color: #0e76a8;
}
.btn-check:focus + .--app-dark .btn--dark-outline-blue-linkedin,
.--app-dark .btn--dark-outline-blue-linkedin:focus {
	box-shadow: 0 0 0 0.25rem rgba(14, 118, 168, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-outline-blue-linkedin,
.btn-check:active + .--app-dark .btn--dark-outline-blue-linkedin,
.--app-dark .btn--dark-outline-blue-linkedin:active,
.--app-dark .btn--dark-outline-blue-linkedin.active,
.--app-dark .btn--dark-outline-blue-linkedin.dropdown-toggle.show {
	color: #fff;
	background-color: #0e76a8;
	border-color: #0e76a8;
}
.btn-check:checked + .--app-dark .btn--dark-outline-blue-linkedin:focus,
.btn-check:active + .--app-dark .btn--dark-outline-blue-linkedin:focus,
.--app-dark .btn--dark-outline-blue-linkedin:active:focus,
.--app-dark .btn--dark-outline-blue-linkedin.active:focus,
.--app-dark .btn--dark-outline-blue-linkedin.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(14, 118, 168, 0.5);
}
.--app-dark .btn--dark-outline-blue-linkedin:disabled,
.--app-dark .btn--dark-outline-blue-linkedin.disabled {
	color: #0e76a8;
	background-color: transparent;
}
.--app-dark .btn--dark-outline-white-blue {
	color: #e9f5ff;
	border-color: #e9f5ff;
}
.--app-dark .btn--dark-outline-white-blue:hover {
	color: #000;
	background-color: #e9f5ff;
	border-color: #e9f5ff;
}
.btn-check:focus + .--app-dark .btn--dark-outline-white-blue,
.--app-dark .btn--dark-outline-white-blue:focus {
	box-shadow: 0 0 0 0.25rem rgba(233, 245, 255, 0.5);
}
.btn-check:checked + .--app-dark .btn--dark-outline-white-blue,
.btn-check:active + .--app-dark .btn--dark-outline-white-blue,
.--app-dark .btn--dark-outline-white-blue:active,
.--app-dark .btn--dark-outline-white-blue.active,
.--app-dark .btn--dark-outline-white-blue.dropdown-toggle.show {
	color: #000;
	background-color: #e9f5ff;
	border-color: #e9f5ff;
}
.btn-check:checked + .--app-dark .btn--dark-outline-white-blue:focus,
.btn-check:active + .--app-dark .btn--dark-outline-white-blue:focus,
.--app-dark .btn--dark-outline-white-blue:active:focus,
.--app-dark .btn--dark-outline-white-blue.active:focus,
.--app-dark .btn--dark-outline-white-blue.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(233, 245, 255, 0.5);
}
.--app-dark .btn--dark-outline-white-blue:disabled,
.--app-dark .btn--dark-outline-white-blue.disabled {
	color: #e9f5ff;
	background-color: transparent;
}
.btn-secondary {
	color: var(--white);
}
.list-group-item {
	margin-top: 2;
	margin-bottom: 2;
	background-color: transparent;
	border-radius: 0px !important;
}
.list-group-item .icon {
	flex: 0 0 24px;
}
.list-group-item .icon i {
	font-size: 20px;
}
.list-group-item .label {
	flex: 0 0 calc(100% - 24px);
}
.list-group-item:hover {
	background-color: var(--white-blue);
}
.--app-dark .list-group-item.active,
.--app-dark .list-group-item:hover {
	background-color: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
	.show-md {
		display: block !important;
	}
}
.floating-chat {
	z-index: 999;
	position: fixed;
	bottom: 20px;
	right: 50px;
}
@media (max-width: 767.98px) {
	.floating-chat {
		bottom: 20px;
		right: 20px;
	}
}
.floating-chat .btn-trigger {
	height: 55px;
	width: 55px;
	position: relative;
	z-index: 12;
    display: flex;
    justify-content: center;
    align-items: center;
}
.floating-chat .btn-trigger i {
	font-size: 32px;
}
.floating-chat .chat-form {
	position: absolute;
	bottom: 70px;
	width: 360px;
	right: 0;
	border: 1px solid rgba(0, 0, 0, 0.125);
	box-shadow: 0px 0px 20px 1px rgba(var(--raw-rgb-primary), 0.2);
	display: none;
}
@media (max-width: 767.98px) {
	.floating-chat .chat-form {
		position: fixed;
		top: 0;
		height: 100%;
		left: 0;
		width: 100vw;
	}
}
.floating-chat .chat-form .chat-container {
	max-width: 500px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.floating-chat .chat-icon-show {
	display: none;
}
.floating-chat .chat-icon-hide {
	display: block;
}
.floating-chat.show .chat-form {
	display: block;
}
.floating-chat.show .chat-icon-show {
	display: block;
}
.floating-chat.show .chat-icon-hide {
	display: none;
}
.--app-light .display-light-none {
	display: none;
}
.--app-light .display-light-block {
	display: block;
}
.--app-light .display-light-flex {
	display: flex;
}
.--app-dark .display-dark-none {
	display: none;
}
.--app-dark .display-dark-block {
	display: block;
}
.--app-dark .display-dark-flex {
	display: flex;
}
@media (max-width: 767.98px) {
	.nav-tabs {
		display: flex;
		flex-wrap: wrap;
	}
}
.nav-tabs .nav-item:not(:first-child) {
	margin-left: 5px;
}
@media (max-width: 767.98px) {
	.nav-tabs .nav-item {
		flex: 0 0 100%;
		margin-left: 0 !important;
	}
	.nav-tabs .nav-item:not(:first-child) .nav-link {
		border-radius: 4px;
	}
}
.nav-tabs .nav-item .nav-link {
	background-color: #f3f3f3;
	border-top: 1px solid var(--grey);
	border-left: 1px solid var(--grey);
	border-right: 1px solid var(--grey);
}
.nav-tabs .nav-item .nav-link.active {
	border-bottom: 1px solid var(--white);
	background-color: var(--white);
}
.--app-dark .nav-tabs .nav-item .nav-link {
	min-width: 100px;
	text-align: center;
	background-color: #232529;
	border-top: 1px solid var(--dark-grey);
	border-left: 1px solid var(--dark-grey);
	border-right: 1px solid var(--dark-grey);
	color: var(--grey);
}
.--app-dark .nav-tabs .nav-item .nav-link:hover {
	border-bottom: 1px solid var(--secondary) !important;
}
.--app-dark .nav-tabs .nav-item .nav-link.active {
	border-bottom: 1px solid #232529 !important;
	border-color: var(--secondary);
	color: var(--white);
}
table.dataTable tbody tr {
	border-color: rgba(var(--raw-rgb-grey), 0.3) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: var(--primary) !important;
	color: var(--white) !important;
	border-color: var(--primary) !important;
}
.--app-dark table.dataTable tbody tr {
	background-color: transparent !important;
}
.--app-dark table.dataTable tbody th,
.--app-dark table.dataTable tbody td {
	padding-top: 12px;
	padding-bottom: 12px;
}
.--app-dark .table-striped > tbody > tr:nth-of-type(odd) {
	background-color: transparent !important;
}
.--app-dark table thead {
	background-color: #212529;
}
.--app-dark .table-striped > tbody > tr:nth-of-type(even) {
	background-color: #2c3034;
}
.--app-dark .pagination .page-item .page-link {
	background-color: transparent;
	color: var(--grey) !important;
}
.--app-dark .pagination .page-item .page-link:hover,
.--app-dark .pagination .page-item .page-link.active {
	color: var(--secondary) !important;
}
.--app-dark .pagination .page-item.active .page-link {
	border-color: var(--white);
	color: var(--secondary) !important;
}
.--app-dark .tooltip * {
	color: var(--dark-grey) !important;
}
.--app-dark .modal-content {
	background-color: #232529;
}
:root {
	--rgb-primary: rgb(16, 41, 88);
	--raw-rgb-primary: 16, 41, 88;
	--rgb-success: rgb(3, 166, 120);
	--raw-rgb-success: 3, 166, 120;
	--rgb-info: rgb(29, 152, 255);
	--raw-rgb-info: 29, 152, 255;
	--rgb-warning: rgb(255, 193, 7);
	--raw-rgb-warning: 255, 193, 7;
	--rgb-danger: rgb(181, 0, 0);
	--raw-rgb-danger: 181, 0, 0;
	--rgb-black: rgb(0, 0, 0);
	--raw-rgb-black: 0, 0, 0;
	--rgb-secondary: rgb(29, 152, 255);
	--raw-rgb-secondary: 29, 152, 255;
	--rgb-white: rgb(255, 255, 255);
	--raw-rgb-white: 255, 255, 255;
	--rgb-dark: rgb(0, 0, 0);
	--raw-rgb-dark: 0, 0, 0;
	--rgb-dark-grey: rgb(34, 34, 34);
	--raw-rgb-dark-grey: 34, 34, 34;
	--rgb-semi-dark-grey: rgb(117, 117, 117);
	--raw-rgb-semi-dark-grey: 117, 117, 117;
	--rgb-white-grey: rgb(238, 238, 238);
	--raw-rgb-white-grey: 238, 238, 238;
	--rgb-grey: rgb(195, 197, 199);
	--raw-rgb-grey: 195, 197, 199;
	--rgb-transparent: rgb(0, 0, 0);
	--raw-rgb-transparent: 0, 0, 0;
	--rgb-brand-color: rgb(51, 92, 204);
	--raw-rgb-brand-color: 51, 92, 204;
	--rgb-blue-facebook: rgb(59, 89, 151);
	--raw-rgb-blue-facebook: 59, 89, 151;
	--rgb-blue-linkedin: rgb(14, 118, 168);
	--raw-rgb-blue-linkedin: 14, 118, 168;
	--rgb-white-blue: rgb(233, 245, 255);
	--raw-rgb-white-blue: 233, 245, 255;
}
.--app-dark .alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 4px;
}
.--app-dark .alert-primary {
	background-color: rgba(16, 41, 88, 0.4) !important;
}
.--app-dark .alert-success {
	background-color: rgba(3, 166, 120, 0.4) !important;
}
.--app-dark .alert-info {
	background-color: rgba(29, 152, 255, 0.4) !important;
}
.--app-dark .alert-warning {
	background-color: rgba(255, 193, 7, 0.4) !important;
}
.--app-dark .alert-danger {
	background-color: rgba(181, 0, 0, 0.4) !important;
}
.--app-dark .alert-black {
	background-color: rgba(0, 0, 0, 0.4) !important;
}
.--app-dark .alert-secondary {
	background-color: rgba(29, 152, 255, 0.4) !important;
}
.--app-dark .alert-white {
	background-color: rgba(255, 255, 255, 0.4) !important;
}
.--app-dark .alert-dark {
	background-color: rgba(0, 0, 0, 0.4) !important;
}
.--app-dark .alert-dark-grey {
	background-color: rgba(34, 34, 34, 0.4) !important;
}
.--app-dark .alert-semi-dark-grey {
	background-color: rgba(117, 117, 117, 0.4) !important;
}
.--app-dark .alert-white-grey {
	background-color: rgba(238, 238, 238, 0.4) !important;
}
.--app-dark .alert-grey {
	background-color: rgba(195, 197, 199, 0.4) !important;
}
.--app-dark .alert-transparent {
	background-color: rgba(0, 0, 0, 0.4) !important;
}
.--app-dark .alert-brand-color {
	background-color: rgba(51, 92, 204, 0.4) !important;
}
.--app-dark .alert-blue-facebook {
	background-color: rgba(59, 89, 151, 0.4) !important;
}
.--app-dark .alert-blue-linkedin {
	background-color: rgba(14, 118, 168, 0.4) !important;
}
.--app-dark .alert-white-blue {
	background-color: rgba(233, 245, 255, 0.4) !important;
}
.dropdown .dropdown-toggle.no-caret:after {
	display: none;
}
.dropdown li {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.dropdown-hover:hover .dropdown-menu {
	display: block;
}
.dropdown-hover:hover .dropdown-menu.dropdown-menu-end {
	right: 0;
}
.--app-dark .dropdown-menu {
	background-color: #232529;
}
.--app-dark .dropdown-menu ul li:hover {
	background-color: #fff;
}
.--app-dark .border-grey {
	border-color: #3d3d3d !important;
}
.dropdown-notif {
	border-top: 3px solid var(--secondary);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
@media (min-width: 576px) {
	.dropdown-notif {
		min-width: 300px;
	}
}
.dropdown-notif li:not(:last-child) {
	border-bottom: 1px solid rgba(var(--raw-rgb-grey), 0.3);
}
.dropdown-notif li a {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.dropdown-notif li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
.dropdown-notif li a .dropdown-icon {
	height: 25px;
	width: 25px;
	flex: 0 0 25px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dropdown-notif li a .dropdown-icon i {
	font-size: 14px;
}
.dropdown-notif li a .dropdown-text {
	padding-left: 10px;
	flex: 0 0 calc(100% - 25px);
}
.breadcrumb .breadcrumb-item {
	padding-left: 0;
	display: flex;
	align-items: center;
}
.breadcrumb .breadcrumb-item i {
	width: 14px;
	margin-left: -5px;
}

#shipment-row .card-body span,
#shipment-row .card-body p {
	line-height: 1.4;
}


.VuePagination__count.VuePagination__count {
	display: none !important;
}  