@charset "UTF-8";/*!
 * Bootstrap  v5.3.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

*,
::after,
::before {
	box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {

	:root {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	font-family: system-ui, -apple-system, "Segoe UI", roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: undefined;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: 1px solid;
	opacity: .25;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

.h1,
h1 {
	font-size: calc(1rem + 2vw);
}
@media (min-width: 1200px) {

	.h1,
	h1 {
		font-size: 2.5rem;
	}
}

.h2,
h2 {
	font-size: calc(1rem + 1vw);
}
@media (min-width: 1200px) {

	.h2,
	h2 {
		font-size: 2rem;
	}
}

.h3,
h3 {
	font-size: calc(1rem + 1vw);
}
@media (min-width: 1200px) {

	.h3,
	h3 {
		font-size: 1.75rem;
	}
}

.h4,
h4 {
	font-size: calc(1rem + 0vw);
}
@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] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul {
	padding-left: 2rem;
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

.small,
small {
	font-size: .875em;
}

.mark,mark {
	padding: .1875em;
	background-color: #fff3cd;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: rgba(13, 110, 253, 1);
	text-decoration: underline;
}

a:hover{
	color: rgba(10, 88, 202, 1);
}

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

code,kbd,pre,samp {
	font-family: sfmono-regular, menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em;
}

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

code {
	font-size: .875em;
	color: #d63384;
	word-wrap: break-word;
}

a > code {
	color: inherit;
}

kbd {
	padding: .1875rem .375rem;
	font-size: .875em;
	color: #fff;
	background-color: #212529;
	border-radius: .25rem;
}

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

figure {
	margin: 0 0 1rem;
}

img,
svg {
	vertical-align: middle;
}

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

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: rgba(33, 37, 41, 0.75);
	text-align: left;
}

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

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

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

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

button,
select {
	text-transform: none;
}

[role=button] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

select:disabled {
	opacity: 1;
}

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

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button: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: .5rem;
	font-size: calc(1rem + 0vw);
	line-height: inherit;
}
@media (min-width: 1200px) {

	legend {
		font-size: 1.5rem;
	}
}

legend + * {
	clear: left;
}

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

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

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

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

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

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

::file-selector-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-3 {
	font-size: calc(2rem + 3vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1200px) {

	.display-3 {
		font-size: 4rem;
	}
}

.display-4 {
	font-size: calc(1rem + 3vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1200px) {

	.display-4 {
		font-size: 3.5rem;
	}
}

.display-5 {
	font-size: calc(1rem + 2vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1200px) {

	.display-5 {
		font-size: 3rem;
	}
}

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

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote > :last-child {
	margin-bottom: 0;
}

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

.figure {
	display: inline-block;
}

.container,.container-fluid {
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {

	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {

	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {

	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {

	.container {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {

	.container {
		max-width: 1320px;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
	margin-right: -1rem;
	margin-left: -1rem;
}

.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: 2rem;
	padding-left: 2rem;
	margin-top: 3rem;
}

@media (min-width: 576px){

	.row > *{
	margin-top: 3rem;
	}
}

@media (min-width: 768px){

	.row > *{
	margin-top: 3rem;
	}
}

@media (min-width: 992px){

	.row > *{
	margin-top: 3rem;
	}
}

@media (min-width: 1200px){

	.row > *{
	margin-top: 3rem;
	}
}

@media (min-width: 1400px){

	.row > *{
	margin-top: 3rem;
	}
}

@media (min-width: 576px){

	.row > *{
	padding-left: 2rem;
	}
}

@media (min-width: 768px){

	.row > *{
	padding-left: 2rem;
	}
}

@media (min-width: 992px){

	.row > *{
	padding-left: 2rem;
	}
}

@media (min-width: 1200px){

	.row > *{
	padding-left: 2rem;
	}
}

@media (min-width: 1400px){

	.row > *{
	padding-left: 2rem;
	}
}

@media (min-width: 576px){

	.row > *{
	padding-right: 2rem;
	}
}

@media (min-width: 768px){

	.row > *{
	padding-right: 2rem;
	}
}

@media (min-width: 992px){

	.row > *{
	padding-right: 2rem;
	}
}

@media (min-width: 1200px){

	.row > *{
	padding-right: 2rem;
	}
}

@media (min-width: 1400px){

	.row > *{
	padding-right: 2rem;
	}
}

.col {
	flex: 1 0 0%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 8.33333333%;
}
@media (min-width: 576px) {

	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}
@media (min-width: 768px) {

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

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

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

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}
@media (min-width: 992px) {

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

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

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	vertical-align: top;
	border-color: #dee2e6;
}

.table > :not(caption) > * > * {
	padding: .5rem .5rem;
	background-color: #212529;
	border-bottom-width: 5px;
	box-shadow: undefined;
}

.table > tbody {
	vertical-align: inherit;
}

.table > thead {
	vertical-align: bottom;
}

.btn {
	display: inline-block;
	padding: 0.375rem 0.75rem;
	font-family:  ;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 0.375rem;
	background-color: transparent;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {

	.btn {
		transition: none;
	}
}

.btn:hover {
	color: undefined;
	background-color: undefined;
	border-color: transparent;
}

.btn:focus-visible {
	color: undefined;
	background-color: undefined;
	border-color: transparent;
	outline: 0;
	box-shadow: undefined;
}

.btn.active,.btn.show {
	color: undefined;
	background-color: undefined;
	border-color: undefined;
}

.btn:first-child:active {
	color: undefined;
	background-color: undefined;
	border-color: undefined;
}

:not(.btn-check) + .btn:active {
	color: undefined;
	background-color: undefined;
	border-color: undefined;
}

.btn.active:focus-visible {
	box-shadow: undefined;
}

.btn.show:focus-visible {
	box-shadow: undefined;
}

.btn:first-child:active:focus-visible {
	box-shadow: undefined;
}

:not(.btn-check) + .btn:active:focus-visible {
	box-shadow: undefined;
}

.btn.disabled {
	color: undefined;
	pointer-events: none;
	background-color: undefined;
	border-color: undefined;
	opacity: undefined;
}

.btn:disabled {
	color: undefined;
	pointer-events: none;
	background-color: undefined;
	border-color: undefined;
	opacity: 0.65;
}

fieldset:disabled .btn {
	color: undefined;
	pointer-events: none;
	background-color: undefined;
	border-color: undefined;
	opacity: 0.65;
}

.fade {
	transition: opacity .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 .35s ease;
}
@media (prefers-reduced-motion: reduce) {

	.collapsing {
		transition: none;
	}
}

.collapsing.collapse-horizontal {
	width: 0;
	height: auto;
	transition: width .35s ease;
}
@media (prefers-reduced-motion: reduce) {

	.collapsing.collapse-horizontal {
		transition: none;
	}
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .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.175);
	border-radius: 0.375rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

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

.dropend .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-toggle::after {
	vertical-align: 0;
}

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

.dropstart .dropdown-toggle::after {
	display: none;
}

.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropstart .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: undefined;
	clear: both;
	font-weight: 400;
	color: undefined;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-radius: 0;
}

.dropdown-item:focus {
	color: undefined;
	background-color: undefined;
}

.dropdown-item:hover {
	color: undefined;
	background-color: undefined;
}

.dropdown-item.active {
	color: undefined;
	text-decoration: none;
	background-color: undefined;
}

.dropdown-item:active {
	color: undefined;
	text-decoration: none;
	background-color: undefined;
}

.dropdown-item.disabled {
	color: undefined;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-item:disabled {
	color: undefined;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	margin-bottom: 0;
	font-size: .875rem;
	white-space: nowrap;
}

.dropdown-header {
	display: block;
	padding: undefined;
	color: undefined;
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: undefined;
	font-size: undefined;
	font-weight: undefined;
	color: undefined;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {

	.nav-link {
		transition: none;
	}
}

.nav-link:focus {
	color: undefined;
}

.nav-link:hover {
	color: undefined;
}

.nav-link.disabled {
	color: undefined;
	pointer-events: none;
	cursor: default;
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 0;
}

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

.navbar-brand {
	padding-top: undefined;
	padding-bottom: undefined;
	margin-right: undefined;
	font-size: undefined;
	color: undefined;
	text-decoration: none;
	white-space: nowrap;
}

.navbar-brand:focus {
	color: undefined;
}

.navbar-brand:hover {
	color: undefined;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link.active {
	color: undefined;
}

.navbar-nav .show > .nav-link {
	color: undefined;
}

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

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

.navbar-toggler {
	padding: undefined;
	font-size: undefined;
	line-height: 1;
	color: undefined;
	background-color: transparent;
	border: undefined;
	border-radius: undefined;
	transition: undefined;
}
@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: undefined;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-image: undefined;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
@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: undefined;
		padding-left: undefined;
	}

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

	.navbar-expand-lg .navbar-toggler {
		display: none;
	}

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

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height:  ;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.175);
	border-radius: 0.375rem;
}

.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: calc(0rem - 1px);
	border-top-right-radius: calc(0rem - 1px);
}

.card > .list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(0rem - 1px);
	border-bottom-left-radius: calc(0rem - 1px);
}

.card > .card-header + .list-group {
	border-top: 0;
}

.card-body {
	flex: 1 1 auto;
	padding: undefined;
	color: undefined;
}

.card-title {
	margin-bottom: undefined;
	color: undefined;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-header {
	padding: undefined;
	margin-bottom: 0;
	color: undefined;
	background-color: undefined;
	border-bottom: undefined;
}

.card-header:first-child {
	border-radius: undefined;
}


.card-img-top {
	width: 100%;
}

.card-img-top {
	border-top-left-radius: undefined;
	border-top-right-radius: undefined;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 1rem;
	font-size: undefined;
	list-style: none;
	background-color:  ;
	border-radius:  ;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
}

.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: 0.375rem;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.375rem;
}

.alert {
	color: inherit;
}
@keyframes progress-bar-stripes {

	0% {
		background-position-x: 1rem;
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 0.375rem;
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 0.375rem;
}

.list-group-item {
	position: relative;
	display: block;
	padding: undefined;
	color: undefined;
	text-decoration: none;
	background-color: undefined;
	border: undefined;
}

.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 {
	color: undefined;
	pointer-events: none;
	background-color: undefined;
}

.list-group-item:disabled {
	color: undefined;
	pointer-events: none;
	background-color: undefined;
}

.list-group-item.active {
	z-index: 2;
	color: undefined;
	background-color: undefined;
	border-color: undefined;
}

.list-group-item + .list-group-item {
	border-top-width: 0;
}

.list-group-item + .list-group-item.active {
	margin-top: undefined;
	border-top-width: undefined;
}

.toast {
	width: 350px;
	max-width: 100%;
	font-size: 0.875rem;
	color:  ;
	pointer-events: auto;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.175);
	box-shadow: 0 0.5rem 1rem rgba(33, 37, 41, 0.15);
	border-radius: 0.375rem;
}

.toast.showing {
	opacity: 0;
}

.toast:not(.show) {
	display: none;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: undefined;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform .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-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: undefined;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: undefined;
}
@media (min-width: 576px) {

	.modal-dialog {
		max-width: undefined;
		margin-right: auto;
		margin-left: auto;
	}
}

.tooltip {
	z-index: 1080;
	display: block;
	padding: 0.4rem;
	margin:  ;
	font-family: system-ui, -apple-system, "Segoe UI", roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: undefined;
}

.tooltip .tooltip-arrow {
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}

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

.tooltip-inner {
	max-width: undefined;
	padding: undefined;
	color: undefined;
	text-align: center;
	background-color: undefined;
	border-radius: undefined;
}

.popover {
	z-index: 1070;
	display: block;
	max-width: 276px;
	font-family: system-ui, -apple-system, "Segoe UI", roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.175);
	border-radius: 0.5rem;
}

.popover .popover-arrow {
	display: block;
	width: 1rem;
	height: 0.5rem;
}

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

.popover-header {
	padding: undefined;
	margin-bottom: 0;
	font-size: undefined;
	color: undefined;
	background-color: undefined;
	border-bottom: undefined;
	border-top-left-radius: undefined;
	border-top-right-radius: undefined;
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: undefined;
	color: undefined;
}

.carousel {
	position: relative;
}

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

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

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

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {

	.carousel-item {
		transition: none;
	}
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block;
}

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

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

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

	.carousel-control-next,
	.carousel-control-prev {
		transition: none;
	}
}

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

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

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

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

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

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

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

	.carousel-indicators [data-bs-target] {
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}
@keyframes spinner-border {

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

	0% {
		transform: scale(0);
	}

	50% {
		opacity: 1;
		transform: none;
	}
}
@media (max-width: 575.98px) {
}
@media (max-width: 575.98px) {
}
@media (max-width: 575.98px) {
}
@media (max-width: 767.98px) {
}
@media (max-width: 767.98px) {
}
@media (max-width: 767.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 1199.98px) {
}
@media (max-width: 1199.98px) {
}
@media (max-width: 1199.98px) {
}
@media (max-width: 1399.98px) {
}
@media (max-width: 1399.98px) {
}
@media (max-width: 1399.98px) {
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: 1045;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	color: #212529;
	visibility: hidden;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {

	.offcanvas {
		transition: none;
	}
}

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

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
	visibility: visible;
}

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

.offcanvas-backdrop.fade {
	opacity: 0;
}

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

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

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

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

	100% {
		-webkit-mask-position: -200% 0%;
		mask-position: -200% 0%;
	}
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

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

.ratio::before {
	display: block;
	padding-top: undefined;
	content: "";
}

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

.fixed-top {
	top: 0;
}

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

.fixed-bottom {
	bottom: 0;
}

.sticky-top {
	top: 0;
}

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

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

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

.visually-hidden {
	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: "";
}

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

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

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

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

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

.d-none {
	display: none !important;
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(33, 37, 41, .15) !important;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(33, 37, 41, .075) !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.top-0 {
	top: 0 !important;
}

.start-0 {
	left: 0 !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-end {
	border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-start {
	border-left: 1px solid #dee2e6 !important;
}

.w-100 {
	width: 100% !important;
}

.h-50 {
	height: 50% !important;
}

.h-100 {
	height: 100% !important;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-evenly {
	justify-content: space-evenly !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-center {
	align-content: center !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.m-2 {
	margin: .5rem !important;
}

.mt-2 {
	margin-top: .5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.me-1 {
	margin-right: .25rem !important;
}

.me-2 {
	margin-right: .5rem !important;
}

.me-3 {
	margin-right: 1rem !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: .25rem !important;
}

.mb-2 {
	margin-bottom: .5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.ms-1 {
	margin-left: .25rem !important;
}

.ms-2 {
	margin-left: .5rem !important;
}

.ms-3 {
	margin-left: 1rem !important;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: .25rem !important;
}

.p-2 {
	padding: .5rem !important;
}

.p-3 {
	padding: 1rem !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-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.pt-2 {
	padding-top: .5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.gap-3 {
	gap: 1rem !important;
}

.fs-6 {
	font-size: 1rem !important;
}

.fw-bold {
	font-weight: 700 !important;
}

.text-center {
	text-align: center !important;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-primary {
	color: rgba(13, 110, 253, 1) !important;
}

.text-dark {
	color: rgba(33, 37, 41, 1) !important;
}

.text-white {
	color: rgba(255, 255, 255, 1) !important;
}

.text-muted {
	color: rgba(33, 37, 41, 0.75) !important;
}

.bg-primary {
	background-color: rgba(13, 110, 253, 1) !important;
}

.bg-secondary {
	background-color: rgba(108, 117, 125, 1) !important;
}

.bg-light {
	background-color: rgba(248, 249, 250, 1) !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	user-select: none !important;
}

.rounded {
	border-radius: 0.375rem !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

.z-1 {
	z-index: 1 !important;
}
@media (min-width: 992px) {

	.d-lg-block {
		display: block !important;
	}

	.d-lg-none {
		display: none !important;
	}

	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
}
