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

@font-face {
	font-family: "Comfortaa";
	src: url("../fonts/Comfortaa-Bold.ttf");
	font-weight: bold;
}

.custom-card {
	padding-left: 2rem;
	padding-right: 2rem;
}

.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.nav-center {
	display: flex;
	justify-content: center !important;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

#custom-font{
	font-size: 2rem;
}

@media (max-width: 768px) {
	#custom-font{
		font-size: 1rem!important;
	}
}

@media (max-width: 768px) {
	.nav-center {
		display: flex !important;
		justify-content: space-between !important;
	}
}

@media only screen and (max-width: 991px) {
	#carousel-captions {
		width: auto !important;
	}
}

@media only screen and (max-width: 767px) {
	.custom-card {
		padding-left: 0;
		padding-right: 0;
	}
}

.nav-link {
	display: flex;
	transition: color 0.3s;
	align-items: center;
}

#custom-font {
	font-family: "Comfortaa", cursive;
}

.card-header-custom {
	display: flex;
	justify-content: center !important;
}

#custom-card {
	height: 100%;
	width: 100%;
}

/* #mapId {
	min-height: 75vh !important;
} */

#map {
	min-height: 75vh !important;
}

.nav-link.show {
	display: flex !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	width: 100%;
	padding-right: var(--tblr-gutter-x, 1.5rem);
	padding-left: var(--tblr-gutter-x, 1.5rem);
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container,
	.container-sm {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1320px;
	}
}

.page-header {
	display: flex;
	flex-wrap: wrap;
	min-height: 2.25rem;
	flex-direction: column;
	justify-content: center;
}
.page-wrapper .page-header {
	margin: 1.25rem 0 0;
}
.page-header-border {
	border-bottom: 1px solid rgba(98, 105, 118, 0.16);
	padding-bottom: 1.25rem;
}
.page-pretitle {
	font-size: 0.625rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	line-height: 1.6;
	color: #626976;
}
.page-title {
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.4;
	font-weight: 600;
	color: inherit;
	display: flex;
	align-items: center;
}
.page-title svg {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.25rem;
}
.page-title-lg {
	font-size: 1.5rem;
	line-height: 1.3333333333;
}
.page-subtitle {
	margin-top: 0.25rem;
	color: #626976;
}
.page-tabs {
	margin-top: 0.5rem;
	position: relative;
}
.page-header-tabs .nav-bordered {
	border: 0;
}
.page-header-tabs + .page-body-card {
	margin-top: 0;
}
.footer {
	border-top: 1px solid #e6e7e9;
	background-color: #fff;
	padding: 2rem 0;
	color: #626976;
	margin-top: auto;
}
.footer-transparent {
	background-color: transparent;
	border-top: 0;
}

.row {
	--tblr-gutter-x: 1rem;
	--tblr-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--tblr-gutter-y));
	margin-right: calc(-0.5 * var(--tblr-gutter-x));
	margin-left: calc(-0.5 * var(--tblr-gutter-x));
}

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

.footer {
	border-top: 1px solid #e6e7e9;
	background-color: #fff;
	padding: 2rem 0;
	color: #626976;
	margin-top: auto;
}
.footer-transparent {
	background-color: transparent;
	border-top: 0;
}

.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: 0.5rem;
	pointer-events: none;
}
.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -1rem);
}
@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: #f8fafc;
	background-clip: padding-box;
	border: 1px solid transparent;
	border-radius: 4px;
	outline: 0;
	box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #1e293b;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: 0.24;
}
.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-start;
	padding: 1.5rem;
	border-bottom: 1px solid #e6e7e9;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.modal-header .btn-close {
	padding: 0.75rem 0.75rem;
	margin: -0.75rem -0.75rem -0.75rem auto;
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.4285714286;
}
.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1.5rem;
}
.modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	padding: 1.125rem;
	border-top: 0 solid #e6e7e9;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.modal-footer > * {
	margin: 0.375rem;
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 540px;
		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: 380px;
	}
}
@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		max-width: 720px;
	}
}
@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: 1399.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;
	}
}

.modal-content .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 3.5rem;
	height: 3.5rem;
	margin: 0;
	padding: 0;
	z-index: 10;
}
.modal-body::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
@media (prefers-reduced-motion: reduce) {
	.modal-body::-webkit-scrollbar {
		-webkit-transition: none;
		transition: none;
	}
}
.modal-body::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: rgba(var(--tblr-body-color-rgb), 0.16);
}
.modal-body::-webkit-scrollbar-track {
	background: rgba(var(--tblr-body-color-rgb), 0.06);
}
.modal-body:hover::-webkit-scrollbar-thumb {
	background: rgba(var(--tblr-body-color-rgb), 0.32);
}
.modal-body::-webkit-scrollbar-corner {
	background: 0 0;
}
.modal-body .modal-title {
	margin-bottom: 1rem;
}
.modal-body + .modal-body {
	border-top: 1px solid var(--tblr-border-color);
}
.modal-status {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #626976;
	border-radius: 4px 4px 0 0;
}
.modal-header {
	align-items: center;
	min-height: 3.5rem;
	background: #fff;
	padding: 0 3.5rem 0 1.5rem;
}
.modal-title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4285714286;
}
.modal-footer {
	padding-top: 0;
	padding-bottom: 0.75rem;
}
.modal-blur {
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.modal-full-width {
	max-width: none;
	margin: 0 0.5rem;
}
.nav {
	margin: 0;
}

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

.input-group-flat .form-control:not(:first-child) {
	border-left: 0;
}

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

.form-control {
	display: block;
	width: 100%;
	padding: 0.4375rem 0.75rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4285714286;
	color: inherit;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #d9dbde;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.5rem 0.75rem;
	clear: both;
	font-weight: 400;
	color: inherit;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
	color: inherit;
	text-decoration: none;
	background-color: rgba(98, 105, 118, 0.06);
}
.dropdown-item.active,
.dropdown-item:active {
	color: #64748b;
	text-decoration: none;
	background-color: rgba(32, 107, 196, 0.06);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #64748b;
	pointer-events: none;
	background-color: transparent;
}
.dropdown-menu.show {
	display: block;
}
.dropdown-header {
	display: block;
	padding: 0.25rem 0.75rem;
	margin-bottom: 0;
	font-size: 0.765625rem;
	color: #475569;
	white-space: nowrap;
}
.dropdown-item-text {
	display: block;
	padding: 0.5rem 0.75rem;
	color: inherit;
}
.dropdown-menu-dark {
	color: #cbd5e1;
	background-color: #1e293b;
	border-color: rgba(98, 105, 118, 0.16);
}
.dropdown-menu-dark .dropdown-item {
	color: #cbd5e1;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
	color: #64748b;
	background-color: rgba(32, 107, 196, 0.06);
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
	color: #64748b;
}
.dropdown-menu-dark .dropdown-divider {
	border-color: rgba(98, 105, 118, 0.16);
}
.dropdown-menu-dark .dropdown-item-text {
	color: #cbd5e1;
}
