.body-db-main .app-main, .body-db-main .app-navbar {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

.navbar-brand {
	color: #000080 !important;
	font-weight: bold;
    font-size: 26px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.navbar-brand > img {
	height: 26px;
}

.app-footer a {
	text-decoration: none;
}

.app-wrapper {
	overflow: hidden;
}

.db-app-main {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}

.db-app-main-medium {
	margin-top: 0px !important;
}

.db-app-main-compact {
	margin-top: 0px !important;
	grid-area: lte-app-header;
}

.donation-card {
	box-shadow: none;
}

.donation-card .card-text {
	font-size: 20px;
}

.text-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 10px 0;
    position: relative;
}

.text-divider::before,
.text-divider::after {
    content: '';
    flex: 1;
    border-top: 1px solid #5F5F5F;
    margin: 0 10px;
}

.text-divider h4 {
    margin: 0;
    font-size: 16px;
    color: #5F5F5F;
}

.form-check-lg input[type="checkbox"], .form-check-lg input[type="radio"] {
	height: 30px;
	width: 30px;
}

.form-check-lg .form-check-label {
	margin-left: 10px;
    height: 30px;
    padding-top: 6px;
    font-weight: bold;
}

.sidebar-wrapper .sidebar-menu>.nav-item>.nav-link.active {
	border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

.db-container {
	max-width: 448px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.color-1 {
	background-color: #FFEFD5;
	border-color: #FFE4B5;
}

.color-2 {
	background-color: #FFFFF0;
	border-color: #FFE4E1;
}

.db-event-card {
	box-shadow: none;
}

.db-event-card .card-header .card-title {
	font-size: 20px;
}

.sidebar-open .navbar.mobile-bottom-nav {
	display: none;
}

/* Optional: Hide on larger screens */
@media (min-width: 768px) {
	.mobile-bottom-nav {
		/*display: none;*/
	}
}

.mobile-bottom-nav {
	background-color: #000080;
}


/* Icon size and layout */
.mobile-bottom-nav .nav-link {
	font-size: 0.9rem;
	color: #C0C0C0 !important;
}

.mobile-bottom-nav .nav-link.active {
	color: #FFFFFF  !important;;
	font-weight: bold;
	font-size: 16px !important;
}

.mobile-bottom-nav i {
	display: block;
	font-size: 1.3rem;
}

.gbg1 {
	background: linear-gradient(90deg, #FEE0DE 0%, #E4F5FD 51.39%, #DDEDFF 100%) !important;
}

.card-info {
	background-color: var(--bs-tertiary-bg);
}

.card-warning-bg {
	background-color: var(--bs-warning-bg-subtle);
}

.card-success-bg-subtle {
	background-color: var(--bs-success-bg-subtle);
}

.card-danger-bg-subtle {
	background-color: var(--bs-danger-bg-subtle);
}

@media (max-width: 767px) {
    .db-admin .app-main .app-content-header {
		padding: 8px 0px !important;
	}

	.db-admin .app-main .app-content {
		padding: 0px 0px !important;
	}
}

.home-header {
	background-color: #000080;
	color: #FFFFFF;
	min-height: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.home-header .header-logo {
	width: 50px;
	color: #FFFFFF;
}

.home-header .header-title {
	color: #FFFFFF;
}

.home-header .header-text {
	color: #FFFFFF;
}

.login-cart {
	max-width: 400px;
}

.show-on-top {
    position: absolute !important;
    z-index: 99999 !important;
}

.btn-custom {
	background-color: #000080;
	color: #FFFFFF;
}

.btn-custom:hover {
	border-color: #000080;
}

.btn-custom-fill {
	background-color: #000080;
	color: #FFFFFF;
}

.btn-custom-fill:hover {
	border-color: #000080;
}

.btn-add-btn {
    position: fixed;
    bottom: 102px;
    right: 8px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

/* Desktop: normal */
.dropdown-menu-mobile {
    z-index: 99999 !important;
}

/* Mobile view: force dropdown inside screen */
@media (max-width: 576px) {
    .dropdown-menu-mobile {
        left: 0 !important;
        right: 0 !important;
        transform: none !important;   /* remove offset */
        width: 100% !important;
        position: absolute !important;
    }
}

.nav-tabs-scroll {
    white-space: nowrap;
    scrollbar-width: thin;  /* Firefox */
}

.nav-tabs-scroll::-webkit-scrollbar {
    height: 6px;
}

.nav-tabs-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.border-soft {
    border: 1px solid rgba(0,0,0,0.06); /* lighter than default */
    border-radius: 6px;
}

.left-col {
    border-right: 1px solid #dee2e6;
}

/* Hide border on mobile */
@media (max-width: 767.98px) {
    .left-col {
        border-right: none;
    }
}
