.content-wrapper {
    min-height: 100%; /* Ensure the wrapper takes up at least the full viewport height */
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1; /* Takes up remaining space, pushing footer to bottom if content is short */
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
    background-color: var(--ak-sidebar, #0A0E15);
}

.darkback {
	background-color: var(--ak-bg-0, #090C12);
}

.navbar-dark {
    background-color: var(--ak-sidebar, #0A0E15);
}

.dark-mode .navbar-dark {
    background-color: var(--ak-sidebar, #0A0E15);
}

.dark-mode .content-wrapper {
	background-color: transparent;
}

.dark-mode .card {
	background: var(--ak-bg-1, #0F141D);
	background-image: none;
}

.sidebar-dark-primary {
    background-color: var(--ak-sidebar, #0A0E15);
}

.scroll-btn {
	height: 40px;
	width: 40px;
	border: 2px solid #000;
	border-radius: 10%;
	background-color: #000;
	position: fixed;
	bottom: 25px;
	right: 20px;
	opacity: 0.8;
	z-index: 9999;
	cursor: pointer;
	display: none;
}

.scroll-btn .scroll-btn-arrow {
	height: 12px;
	width: 12px;
	border: 3px solid;
	border-right: none;
	border-top: none;
	margin: 15px 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	color: white;
}

.notouch .scroll-btn:hover { opacity: 0.8 }

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.scroll-btn {
		bottom: 8px;
		right: 8px;
	}
}

a:link {
      text-decoration: none;
    }

a:visited {
    text-decoration: none;
}

.pm_enabled {
	color: #47A447;
}

.pm_disabledblue {
	color: #007bff;
}

.pm_disabled {
	color: #d2322d;
}

.width100 {
	width: 100%;
}

.font13 {
	font-size: 13px;
}

.font14 {
	font-size: 14px;
}

.font20 {
	font-size: 20px;
}

.font35 {
	font-size: 35px;
}

.margin_auto {
	height: auto;
}

.marg_bottom {
	margin-bottom: 0;
}

.map_div {
	width: 99%; 
	height: 450px;
}

.wpage_head {
	background-color: #d9534f; 
	color: white;
}