﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/*!
 * braunschweig.club – Frontend Styles (SB UI Kit Pro)
 * Basiert auf Start Bootstrap – SB UI Kit Pro
 * Ergänzung zu Bootstrap 5 (CDN)
 * Autor: Marabu-Digital.de
 */

/* ==========================================================================
   Bootstrap Primary Color Override (#20c997 - Teal)
   ========================================================================== */
:root,
[data-bs-theme=light] {
    --bs-primary: #20c997 !important;
    --bs-primary-rgb: 32, 201, 151 !important;
    --bs-link-color: #20c997;
    --bs-link-hover-color: #1aa179;
    --bs-link-color-rgb: 32, 201, 151;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(32, 201, 151, var(--bs-bg-opacity)) !important;
}

.btn-primary {
    --bs-btn-bg: #20c997;
    --bs-btn-border-color: #20c997;
    --bs-btn-hover-bg: #1aa179;
    --bs-btn-hover-border-color: #199469;
    --bs-btn-active-bg: #199469;
    --bs-btn-active-border-color: #178a62;
    --bs-btn-disabled-bg: #20c997;
    --bs-btn-disabled-border-color: #20c997;
    background-color: #20c997;
    border-color: #20c997;
}

.btn-primary:hover {
    background-color: #1aa179;
    border-color: #199469;
}

.btn-outline-primary {
    --bs-btn-color: #20c997;
    --bs-btn-border-color: #20c997;
    --bs-btn-hover-bg: #20c997;
    --bs-btn-hover-border-color: #20c997;
    --bs-btn-active-bg: #20c997;
    --bs-btn-active-border-color: #20c997;
    color: #20c997;
    border-color: #20c997;
}

.btn-outline-primary:hover {
    background-color: #20c997;
    border-color: #20c997;
    color: #fff;
}

.text-primary {
    color: #20c997 !important;
}

.border-primary {
    border-color: #20c997 !important;
}

a {
    color: #20c997;
}

a:hover {
    color: #1aa179;
}

/* ==========================================================================
   Global
   ========================================================================== */
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
        'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    padding-top: 80px;
}

/* ==========================================================================
   Layout Wrapper (#layoutDefault)
   ========================================================================== */
#layoutDefault { display: flex; flex-direction: column; min-height: 100vh; }
#layoutDefault_content { flex-grow: 1; }

/* ==========================================================================
   Navbar – Marketing Style (.navbar-marketing)
   ========================================================================== */
.navbar-marketing {
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.navbar-marketing .navbar-brand {
    font-weight: 800;
    font-size: 1.25rem;
}

.navbar-marketing .navbar-brand img {
    width: auto;
    height: 55px;
    max-width: 300px;
    object-fit: contain;
}

.navbar-marketing .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    transition: color 0.15s ease-in-out;
}

.navbar-marketing .navbar-toggler {
    padding: 0.5rem;
    border: none;
}

/* Fixed navbar */
.navbar-marketing.fixed-top {
    z-index: 1030;
}

.navbar-marketing.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* Dark navbar overrides */
.navbar-marketing.bg-dark .nav-link { color: rgba(255,255,255,.7); }
.navbar-marketing.bg-dark .nav-link:hover,
.navbar-marketing.bg-dark .nav-link.active { color: #fff; }

/* ==========================================================================
   Page Header UI (.page-header-ui)
   ========================================================================== */
.page-header-ui {
    position: relative;
    margin-top: -80px;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.page-header-ui-dark { color: #fff; }

.page-header-ui-content {
    position: relative;
    z-index: 2;
}

.page-header-ui-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.page-header-ui-text {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.6;
    opacity: 1;
}

@media (min-width: 992px) {
    .page-header-ui { padding-top: 10rem; padding-bottom: 10rem; }
    .page-header-ui-title { font-size: 3.5rem; }
}

/* Hero Fullscreen (Startseite) */
.hero-fullscreen {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: -80px;
}

.hero-fullscreen .page-header-ui-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.hero-fullscreen .svg-border-angled {
    flex-shrink: 0;
}

/* ==========================================================================
   Overlays
   ========================================================================== */
.overlay { position: relative; }
.overlay::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.overlay-primary::before { background-color: rgba(32,201,151,0.5); }
.overlay-dark::before    { background-color: rgba(0,0,0,0.6); }
.overlay-64::before      { opacity: 0.64; }
.overlay-70::before      { opacity: 0.7; }
.overlay-80::before      { opacity: 0.8; }

/* Hero Background with Blur */
.page-header-ui.bg-img-cover {
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Blur-Layer hinter dem Overlay */
.page-header-ui.bg-img-cover::after {
    content: '';
    position: absolute;
    top: -10px; left: -10px; right: -10px; bottom: -10px;
    background: inherit;
    filter: blur(4px);
    z-index: -1;
}

/* ==========================================================================
   Background Image Cover
   ========================================================================== */
.bg-img-cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ==========================================================================
   SVG Angled Border (.svg-border-angled)
   ========================================================================== */
.svg-border-angled {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
}
.svg-border-angled svg {
    display: block;
    width: 100%;
    height: 4rem;
    margin-bottom: -1px;
}

.page-header-ui .svg-border-angled {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

/* Section relative for angled borders */
section { position: relative; }

/* ==========================================================================
   Card Lift Effect (.lift)
   ========================================================================== */
.lift {
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
    color: inherit;
}
.lift:hover {
    transform: translateY(-0.3rem);
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.12) !important;
}
.lift:hover,
.lift:focus { color: inherit; text-decoration: none; }

/* ==========================================================================
   Cards (Base)
   ========================================================================== */
.card {
    border: none;
    border-radius: 0.75rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.card .card-footer {
    background: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 1rem 1.25rem;
}

/* ==========================================================================
   Location Menu Modal
   ========================================================================== */
/* Modal-Header: Teal-Gradient */
.menu-modal-header {
    background: linear-gradient(135deg, #20c997 0%, #17a589 100%);
}

.menu-modal-body {
    word-break: break-word;
    background: #fff;
}

/* Kategorie-Überschriften */
.menu-modal-body h6 {
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #20c997 !important;
    border-bottom: 2px solid #20c997 !important;
    padding-bottom: 0.35rem !important;
    margin-top: 1.5rem !important;
    margin-bottom: 0.25rem !important;
}

.menu-modal-body h6:first-child {
    margin-top: 0 !important;
}

/* Item-Zeilen */
.menu-modal-body ul li {
    border-bottom-color: #f0f0f0 !important;
    padding-top: 0.55rem !important;
    padding-bottom: 0.55rem !important;
    font-size: 0.95rem;
}

.menu-modal-body ul li:last-child {
    border-bottom: none !important;
}

.menu-modal-body ul li .fw-medium {
    color: #212529;
}

/* Preis als Pill-Badge */
.menu-modal-body .badge {
    background: #f0fdf9 !important;
    color: #20c997 !important;
    border: 1px solid #c3ede3 !important;
    border-radius: 999px !important;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.3em 0.8em !important;
    white-space: nowrap;
}

.menu-price-list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.menu-price-badge {
    justify-content: space-between;
    min-width: 120px;
}

.menu-price-label {
    color: #0f766e;
    font-weight: 700;
}

.menu-price-value {
    color: #20c997;
}

/* Fußnote */
.menu-modal-footer-note {
    font-size: 0.75rem;
    color: #adb5bd;
}

@media (max-width: 575.98px) {
    .menu-modal-body ul li {
        font-size: 0.9rem;
    }
}

/* ==========================================================================
   Location Cards
   ========================================================================== */
.location-card {
    background: #fff;
}

.location-card-img {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.location-card-img a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.location-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.location-card:hover .location-card-img img {
    transform: scale(1.08);
}

/* Placeholder when no image */
.location-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f2f5;
}

.location-card-placeholder i {
    font-size: 3.5rem;
    color: #c5ccd6;
    transition: color 0.3s ease;
}

.location-card:hover .location-card-placeholder i {
    color: #adb5bd;
}

.location-card-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    pointer-events: none;
}

.location-card-category {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 2;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.4em 0.8em;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.location-card-meta-stack {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
}

.location-card-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.location-card-categories .location-card-category {
    position: static;
    bottom: auto;
    left: auto;
}

.location-card-verified {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    background: #20c997;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.4em 0.7em;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 0.3em;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.location-card-verified i {
    color: #ffd700;
    font-size: 0.75rem;
}

.location-card-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.4em 0.7em;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.location-card-badge.badge-ad {
    background: rgba(108, 117, 125, 0.4) !important;
    color: #fff;
    backdrop-filter: blur(4px);
    box-shadow: none;
}

.location-card .card-body {
    padding: 1.25rem;
}

.location-card .card-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.location-card .card-title a:hover {
    color: var(--bs-primary) !important;
}

.location-card-address {
    font-size: 0.85rem;
    color: #6c757d;
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
}

.location-card-address i {
    margin-top: 2px;
    flex-shrink: 0;
}

.location-card-status {
    position: static;
    display: inline-flex;
    align-items: center;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.4em 0.7em;
    border-radius: 6px;
    box-shadow: none;
    white-space: nowrap;
}

.location-card-desc {
    font-size: 0.85rem;
    color: #6c757d;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.location-card-rating {
    font-size: 0.85rem;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.location-card-new {
    font-size: 0.8rem;
    color: #6c757d;
}

.location-card .card-footer .btn {
    font-size: 0.8rem;
    padding: 0.4rem 0.9rem;
}

.location-card .card-footer + .card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.location-card-stats {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.8rem;
    color: #6c757d;
}

.location-card-stats i {
    margin-right: 0.2rem;
}

/* Line clamp utilities */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ==========================================================================
   Form Solid (.form-control-solid)
   ========================================================================== */
.form-control-solid {
    background-color: #eef2f7;
    border-color: transparent;
}
.form-control-solid:focus {
    background-color: #eef2f7;
    border-color: #2563eb;
    box-shadow: 0 0 0 0.25rem rgba(37,99,235,0.15);
}

/* Hero Search Placeholder */
.page-header-ui .form-control::placeholder {
    color: #212529 !important;
    opacity: 1 !important;
    font-weight: 600;
}

.page-header-ui input::placeholder {
    color: #212529 !important;
    opacity: 1 !important;
    font-weight: 600;
}

.page-header-ui input::-webkit-input-placeholder {
    color: #212529 !important;
    opacity: 1 !important;
    font-weight: 600;
}

.page-header-ui input::-moz-placeholder {
    color: #212529 !important;
    opacity: 1 !important;
    font-weight: 600;
}

/* ==========================================================================
   Custom Buttons
   ========================================================================== */
.btn-teal {
    color: #fff;
    background-color: #20c997;
    border-color: #20c997;
}
.btn-teal:hover { background-color: #1baa80; border-color: #1baa80; color: #fff; }

.btn-white {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}
.btn-white:hover { background-color: #e9ecef; border-color: #e9ecef; }

.fw-500 { font-weight: 500 !important; }

/* ==========================================================================
   Text Utilities (SB UI Kit)
   ========================================================================== */
.text-xs {
    font-size: 0.75rem !important;
    line-height: 1.4;
}

.text-uppercase-expanded {
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.text-gray-500 { color: #adb5bd !important; }
.text-gray-400 { color: #ced4da !important; }
.text-yellow    { color: #ffc107 !important; }

/* ==========================================================================
   Extended Spacing (py-10, pt-10, pb-10, py-15, mt-n10, mt-n15, pt-6, pb-6)
   ========================================================================== */
.py-6  { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
.pt-6  { padding-top: 3.5rem !important; }
.pb-6  { padding-bottom: 3.5rem !important; }
.py-10 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
.pt-10 { padding-top: 6rem !important; }
.pb-10 { padding-bottom: 6rem !important; }
.py-15 { padding-top: 10rem !important; padding-bottom: 10rem !important; }
.pt-15 { padding-top: 10rem !important; }
.pb-15 { padding-bottom: 10rem !important; }
.mt-n10 { margin-top: -6rem !important; }
.mt-n15 { margin-top: -10rem !important; }
.z-1 { z-index: 1 !important; position: relative; }

/* ==========================================================================
   Soft Backgrounds
   ========================================================================== */
.bg-primary-soft { background-color: rgba(32,201,151,0.1) !important; }
.bg-success-soft { background-color: rgba(25,135,84,0.1) !important; }
.bg-warning-soft { background-color: rgba(255,193,7,0.1) !important; }
.bg-danger-soft  { background-color: rgba(220,53,69,0.1) !important; }
.bg-teal-soft    { background-color: rgba(32,201,151,0.1) !important; }

/* ==========================================================================
   Icon Stack
   ========================================================================== */
.icon-stack {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 1rem;
}

.icon-stack-lg {
    width: 4rem;
    height: 4rem;
    font-size: 1.5rem;
}

/* ==========================================================================
   Dropdown Enhancements
   ========================================================================== */
.dropdown-menu {
    border: none;
    border-radius: 0.5rem;
}

.dropdown-menu.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important;
}

.dropdown-item {
    padding: 0.6rem 1.25rem;
    font-weight: 500;
    transition: background-color 0.15s ease-in-out;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

/* ==========================================================================
   Profile Page – Social Media Style
   ========================================================================== */
.profile-cover { overflow: hidden; }

.profile-stats-equal {
    width: 100%;
}

.profile-stats-equal .profile-stats-equal-item {
    flex: 1 1 0;
    min-width: 0;
}

.profile-stats-equal .profile-stats-equal-item small {
    display: block;
    line-height: 1.2;
}

.nav-pills .nav-link {
    color: #6c757d;
    font-weight: 600;
    font-size: .9rem;
    transition: all .2s;
}
.nav-pills .nav-link.active {
    background-color: #20c997;
    color: #fff;
}
.nav-pills .nav-link:not(.active):hover {
    background-color: rgba(32, 201, 151, .1);
    color: #20c997;
}

/* Hero-Ratings auf Location-Seite: mobil kompakter darstellen */
.hero-ratings .hero-rating-item {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    white-space: nowrap;
}

@media (max-width: 576px) {
    .hero-ratings {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
        width: 100%;
        gap: 0.5rem !important;
    }

    .hero-ratings .hero-rating-item {
        font-size: 0.9rem;
        gap: 0.2rem;
        display: flex;
        justify-content: flex-start;
        width: 100%;
    }

    .hero-ratings .hero-rating-item small {
        font-size: 0.72rem;
    }

    .hero-ratings .hero-rating-item .fa-star {
        font-size: 0.72rem;
    }
}

/* ==========================================================================
   Footer Dark (.footer-dark)
   ========================================================================== */
.footer-dark {
    color: rgba(255,255,255,0.6);
}
.footer-dark a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}
.footer-dark a:hover { color: #fff; }

.footer-dark .footer-brand {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
}

.footer-dark h6,
.footer-dark .text-uppercase-expanded {
    color: #fff;
}

/* Social Icons */
.icon-list-social {
    display: flex;
    gap: 0.75rem;
}
.icon-list-social .icon-list-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
    transition: background-color 0.15s, color 0.15s;
}
.icon-list-social .icon-list-social-link:hover {
    background-color: rgba(255,255,255,0.2);
    color: #fff;
}

/* ==========================================================================
   Animations
   ========================================================================== */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(1rem); }
    to   { opacity: 1; transform: translateY(0); }
}

.animated--fade-in-up { animation: fadeInUp 0.3s ease-in-out; }

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to   { opacity: 1; transform: translateY(0); }
}

.dropdown-menu { animation: fadeIn 0.15s ease-in-out; }

/* ==========================================================================
   Venue Detail – Breadcrumb & Sidebar
   ========================================================================== */
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

/* ==========================================================================
   Badges
   ========================================================================== */
.badge i { margin-right: 0.25rem; }

/* ==========================================================================
   Auth Pages
   ========================================================================== */
.auth-card { max-width: 450px; margin: 0 auto; }

/* ==========================================================================
   Mobile Offcanvas Sidebar
   ========================================================================== */
#mobileNav {
    width: 300px;
    max-width: 85vw;
}

#mobileNav .offcanvas-header {
    padding: 1rem 1.25rem;
}

#mobileNav .offcanvas-body {
    padding: 1rem 0.75rem;
}

#mobileNav .nav-link {
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0.5rem;
    padding: 0.65rem 1rem;
    transition: background-color 0.15s ease, color 0.15s ease;
    display: flex;
    align-items: center;
}

#mobileNav .nav-link i {
    width: 1.5rem;
    text-align: center;
    flex-shrink: 0;
}

#mobileNav .nav-link:hover,
#mobileNav .nav-link.active {
    background-color: rgba(32, 201, 151, 0.15);
    color: #20c997 !important;
}

#mobileNav .btn {
    padding: 0.6rem 1rem;
    font-size: 0.95rem;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 991.98px) {
    .navbar-marketing .navbar-brand img { height: 40px; max-width: 200px; }
    .navbar-marketing .container { flex-wrap: nowrap !important; }
    .page-header-ui { padding-top: 5rem; padding-bottom: 5rem; }
    .hero-fullscreen { min-height: calc(100dvh - 87px) !important; }
    .hero-fullscreen .page-header-ui-content { align-items: center; padding-top: 0; }
    .page-header-ui-title { font-size: 2.5rem; }
    .page-header-ui-text { font-size: 1.1rem; }
    .py-10 { padding-top: 4rem !important; padding-bottom: 4rem !important; }
    .hero-fullscreen form.d-flex { flex-direction: column; align-items: center; }
    .hero-fullscreen form.d-flex .flex-fill { max-width: 100% !important; width: 100%; }
    .hero-fullscreen form.d-flex > div:last-child { width: 100%; }
    .hero-fullscreen form.d-flex > div:last-child .btn { width: 100%; }
}

@media (max-width: 575.98px) {
    .navbar-marketing { padding-top: 0.5rem; padding-bottom: 0.5rem; }
    .navbar-marketing .navbar-brand img { height: 32px; max-width: 160px; }
    .card { margin-bottom: 1rem; }
    .page-header-ui-title { font-size: 2rem; }
    .page-header-ui-text { font-size: 1.05rem; }
}

/* ==========================================================================
   Screen Reader Only (Accessibility)
   ========================================================================== */
.sr-only {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* ==========================================================================
   Event Cards
   ========================================================================== */
.event-card {
    background: #fff;
}

.event-card-img {
    position: relative;
    overflow: hidden;
    height: 180px;
}

.event-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.event-card:hover .event-card-img img {
    transform: scale(1.08);
}

.event-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.event-card-placeholder i {
    font-size: 3rem;
    color: rgba(255,255,255,0.5);
    transition: color 0.3s ease;
}

.event-card:hover .event-card-placeholder i {
    color: rgba(255,255,255,0.7);
}

.event-card-img::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    pointer-events: none;
}

.event-card-time,
.event-card-venue,
.event-card-price {
    font-size: 0.85rem;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.event-card-time i,
.event-card-venue i,
.event-card-price i {
    flex-shrink: 0;
    width: 16px;
    text-align: center;
}

.event-card-desc {
    font-size: 0.85rem;
    color: #6c757d;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Event Date Header (Grouped by Day) */
.event-date-header h4 {
    font-size: 1.1rem;
}

.event-date-badge {
    min-width: 50px;
    text-align: center;
}

.event-date-badge-day {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    color: var(--bs-primary);
}

.event-date-badge-month {
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #6c757d;
    letter-spacing: 0.05em;
}

/* Small Date Badge (Venue Detail + Homepage) */
.event-date-badge-sm {
    min-width: 48px;
}

/* Compact Event Card (Homepage) */
.event-card-compact {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.event-card-compact:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1) !important;
}

.tracking-widest {
    letter-spacing: 0.15em;
}

/* Badge Sizes */
.fs-7 { font-size: 0.75rem !important; }

/* Today Section Accent */
.events-section-today {
    border-top: 4px solid var(--bs-danger);
}

/* Hero Event Search (transparent inputs) */
.page-header-ui .form-control::placeholder,
.page-header-ui .form-select::placeholder {
    color: rgba(255,255,255,0.6);
}
.page-header-ui .form-select option {
    color: #212529;
    background: #fff;
}

/* Quick-Date Buttons (Hero) */
@media (max-width: 575.98px) {
    .page-header-ui .btn-lg {
        padding: 0.6rem 1.2rem;
        font-size: 0.95rem;
    }
}

/* ==========================================================================
   Bewertungssystem / Reviews
   ========================================================================== */

/* Interaktive Sterne-Eingabe */
.rating-stars {
    display: inline-flex;
    gap: 0.25rem;
    cursor: pointer;
}

.rating-stars .rating-star {
    font-size: 1.5rem;
    color: #dee2e6;
    transition: color 0.15s ease, transform 0.15s ease;
}

.rating-stars .rating-star::before {
    content: '\f005';
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
}

.rating-stars .rating-star.active::before,
.rating-stars .rating-star.hover::before {
    font-weight: 900;
}

.rating-stars .rating-star.active {
    color: #ffc107;
}

.rating-stars .rating-star.hover {
    color: #ffca2c;
    transform: scale(1.1);
}

.rating-stars:hover .rating-star {
    color: #dee2e6;
}

.rating-stars:hover .rating-star.hover,
.rating-stars:hover .rating-star.hover ~ .rating-star.active {
    color: #dee2e6;
}

.rating-stars:hover .rating-star:hover,
.rating-stars:hover .rating-star:hover ~ .rating-star {
    color: #dee2e6;
}

.rating-stars:hover .rating-star:hover ~ .rating-star {
    color: #dee2e6;
}

/* Bewertungs-Eingabe Gruppe */
.rating-input-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.rating-input-group:last-child {
    border-bottom: none;
}

.rating-input-group .form-label {
    margin-bottom: 0;
    font-weight: 500;
}

/* Bewertungs-Anzeige */
.review-card {
    border-left: 3px solid var(--bs-primary);
}

.review-rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    background: #fff8e1;
    border-radius: 0.375rem;
    font-weight: 600;
    color: #ff9800;
}

.review-rating-badge i {
    font-size: 0.85rem;
}

/* Bewertungs-Balken */
.rating-bar {
    height: 8px;
    background: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
}

.rating-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #ffc107, #ff9800);
    border-radius: 4px;
    transition: width 0.3s ease;
}

/* Kategorie-Bewertungen */
.rating-category {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.rating-category-label {
    flex: 0 0 120px;
    font-size: 0.875rem;
    color: #6c757d;
}

.rating-category-bar {
    flex: 1;
}

.rating-category-value {
    flex: 0 0 40px;
    text-align: right;
    font-weight: 600;
    font-size: 0.875rem;
}

/* Gesamt-Rating groß */
.rating-overall {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.rating-overall-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ff9800;
    line-height: 1;
}

.rating-overall-stars {
    color: #ffc107;
}

.rating-overall-count {
    font-size: 0.875rem;
    color: #6c757d;
}

/* ==========================================================================
   Live-Suche / Autocomplete
   ========================================================================== */
.search-wrapper {
    position: relative;
}

.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.2);
    max-height: 400px;
    overflow-y: auto;
    display: none;
    margin-top: 0.25rem;
}

.search-results.show {
    display: block;
    animation: fadeIn 0.15s ease-in-out;
}

.search-result-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    text-decoration: none;
    color: #212529;
    transition: background-color 0.15s ease;
    border-bottom: 1px solid #f0f0f0;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item:hover,
.search-result-item.active {
    background-color: rgba(32, 201, 151, 0.1);
}

.search-result-img {
    width: 48px;
    height: 48px;
    border-radius: 0.375rem;
    overflow: hidden;
    flex-shrink: 0;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-result-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-result-img i {
    font-size: 1.25rem;
    color: #6c757d;
}

.search-result-info {
    flex: 1;
    min-width: 0;
}

.search-result-name {
    font-weight: 600;
    font-size: 0.95rem;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-result-meta {
    font-size: 0.8rem;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.search-result-verified {
    color: #ffd700;
}

.search-results-empty {
    padding: 1.5rem;
    text-align: center;
    color: #6c757d;
}

.search-results-loading {
    padding: 1.5rem;
    text-align: center;
    color: #6c757d;
}

.search-results-footer {
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-top: 1px solid #f0f0f0;
    text-align: center;
}

.search-results-footer a {
    color: #20c997;
    font-weight: 600;
    text-decoration: none;
}

/* Suchvorschläge Chips */
.search-suggestions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.search-suggestion {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.85rem;
    background: rgba(255, 255, 255, 0.2);
    color: #212529;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    backdrop-filter: blur(4px);
}

.search-suggestion:hover {
    background: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-1px);
}

.search-suggestion:active {
    transform: translateY(0);
}

.search-results-footer a:hover {
    text-decoration: underline;
}

/* ==========================================================================
   Blog Post – Reading Progress Bar
   ========================================================================== */
.reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #20c997, #17a589);
    z-index: 9999;
    transition: width 0.1s linear;
    border-radius: 0 2px 2px 0;
}

/* ==========================================================================
   Blog Post – Content Typography (.blog-content)
   ========================================================================== */
.blog-content {
    font-size: 1.1rem;
    line-height: 1.85;
    color: #2d3436;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.blog-content h1 {
    font-size: 2rem !important;
    font-weight: 800;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #20c997;
    color: #1a1a2e;
    line-height: 1.25;
}
.blog-content h1 * { font-size: inherit !important; }

.blog-content h2 {
    font-size: 1.65rem !important;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #20c997;
    color: #1a1a2e;
}
.blog-content h2 * { font-size: inherit !important; }

.blog-content h3 {
    font-size: 1.35rem !important;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #1a1a2e;
}
.blog-content h3 * { font-size: inherit !important; }

.blog-content h4 {
    font-size: 1.15rem !important;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: #2d3436;
}
.blog-content h4 * { font-size: inherit !important; }

.blog-content p {
    margin-bottom: 1.25rem;
}

.blog-content a {
    color: #20c997;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.15s ease;
}

.blog-content a:hover {
    color: #17a589;
}

.blog-content strong {
    font-weight: 700;
    color: #1a1a2e;
}

.blog-content blockquote {
    border-left: 4px solid #20c997;
    background: #f0fdf9;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
    border-radius: 0 0.5rem 0.5rem 0;
    font-style: italic;
    color: #495057;
}

.blog-content blockquote p:last-child {
    margin-bottom: 0;
}

.blog-content ul,
.blog-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
}

.blog-content li {
    margin-bottom: 0.4rem;
}

.blog-content ul li::marker {
    color: #20c997;
}

.blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
    margin: 1.5rem 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.blog-content figure {
    margin: 1.5rem 0;
}

.blog-content figcaption {
    text-align: center;
    font-size: 0.85rem;
    color: #6c757d;
    margin-top: 0.5rem;
    font-style: italic;
}

.blog-content hr {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, #20c997, transparent);
    margin: 2rem 0;
}

.blog-content pre {
    background: #1a1a2e;
    color: #e0e0e0;
    border-radius: 0.75rem;
    padding: 1.25rem;
    overflow-x: auto;
    margin: 1.5rem 0;
    font-size: 0.9rem;
}

.blog-content code {
    background: #e8f5e9;
    color: #2e7d32;
    padding: 0.15rem 0.4rem;
    border-radius: 0.25rem;
    font-size: 0.9em;
}

.blog-content pre code {
    background: none;
    color: inherit;
    padding: 0;
}

.blog-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    border-radius: 0.5rem;
    overflow: hidden;
}

.blog-content table th,
.blog-content table td {
    padding: 0.75rem 1rem;
    border: 1px solid #dee2e6;
    text-align: left;
}

.blog-content table th {
    background: #20c997;
    color: #fff;
    font-weight: 600;
}

.blog-content table tr:nth-child(even) {
    background: #f8f9fa;
}

/* First element in blog-content: no top margin */
.blog-content > *:first-child {
    margin-top: 0;
}

/* ==========================================================================
   Blog Post – Title
   ========================================================================== */
.blog-post-title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.25;
    color: #1a1a2e;
    letter-spacing: -0.02em;
}

@media (min-width: 768px) {
    .blog-post-title { font-size: 2.5rem; }
}

/* ==========================================================================
   Blog Post – Meta Info Bar (inline)
   ========================================================================== */
.blog-meta-bar-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.blog-meta-author {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.blog-meta-author-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #20c997, #17a589);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
}

.blog-meta-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.85rem;
}

.blog-meta-details .meta-sep {
    opacity: 0.4;
}

/* ==========================================================================
   Blog Post – Featured Image
   ========================================================================== */
.blog-featured-image {
    margin: 0;
}

.blog-featured-image img {
    width: 100%;
    border-radius: 0.75rem;
    aspect-ratio: 16/9;
    object-fit: cover;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.blog-figcaption {
    font-size: 0.82rem;
    color: #6c757d;
    border-left: 3px solid #20c997;
    padding-left: 0.75rem;
}

/* ==========================================================================
   Blog Post – Article Body (no card wrapper)
   ========================================================================== */
.blog-article {
    padding: 0;
}

.blog-excerpt {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #495057;
    border-left: 3px solid #20c997;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

/* Content Gate – Fade-Overlay & CTA */
.blog-content-gate-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.92) 60%, #fff 100%);
    pointer-events: none;
}

.blog-content-gate-cta {
    border-radius: 1rem !important;
    background: linear-gradient(135deg, #f8fff9 0%, #e8f8f2 100%) !important;
    border: 1.5px solid rgba(32,201,151,.2) !important;
    margin-top: -1rem;
}

/* ==========================================================================
   Blog Post – Hero (compact for posts) — DEPRECATED, kept for compat
   ========================================================================== */
.blog-hero {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

@media (min-width: 992px) {
    .blog-hero {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

/* ==========================================================================
   Blog Post – Image Caption (legacy, see .blog-figcaption)
   ========================================================================== */
.blog-image-caption {
    font-size: 0.82rem;
    color: #6c757d;
    border-left: 3px solid #20c997;
    padding-left: 0.75rem;
}

/* ==========================================================================
   Blog Post – Meta Info Bar
   ========================================================================== */
.blog-meta-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    font-size: 0.95rem;
}

.blog-meta-bar .meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    opacity: 0.85;
}

.blog-meta-bar .meta-divider {
    opacity: 0.3;
}

/* ==========================================================================
   Blog Post – Author Box
   ========================================================================== */
.blog-author-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, #f0fdf9 0%, #f8f9fa 100%);
    border-radius: 0.75rem;
    border: 1px solid #e0e0e0;
}

.blog-author-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #20c997, #17a589);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    flex-shrink: 0;
}

.blog-author-info h6 {
    margin-bottom: 0.15rem;
    font-weight: 700;
}

.blog-author-info small {
    color: #6c757d;
}

/* ==========================================================================
   Blog Post – Share Bar (compact icons)
   ========================================================================== */
.blog-share-icons .btn {
    width: 38px;
    height: 38px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1rem;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.blog-share-icons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* ==========================================================================
   Blog Post – Related Posts
   ========================================================================== */
.blog-related-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.blog-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12) !important;
}

.blog-related-card .card-img-top {
    height: 160px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-related-card:hover .card-img-top {
    transform: scale(1.05);
}

.blog-related-card .card-body {
    padding: 1rem;
}

.blog-related-card .card-title {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ==========================================================================
   Blog Post – Comment Section Enhanced
   ========================================================================== */
.blog-comment {
    transition: background-color 0.15s ease;
}

.blog-comment:hover {
    background-color: rgba(32, 201, 151, 0.03);
}

.blog-comment-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    flex-shrink: 0;
}

/* ==========================================================================
   Blog Post – Sticky TOC (Table of Contents)
   ========================================================================== */
.blog-toc {
    position: sticky;
    top: 5rem;
}

.blog-toc .nav-link {
    color: #6c757d;
    font-size: 0.85rem;
    padding: 0.35rem 0.75rem;
    border-left: 2px solid transparent;
    transition: all 0.15s ease;
}

.blog-toc .nav-link:hover,
.blog-toc .nav-link.active {
    color: #20c997;
    border-left-color: #20c997;
    background: rgba(32, 201, 151, 0.05);
}

.blog-toc .toc-h3 {
    padding-left: 1.5rem;
    font-size: 0.8rem;
}

/* ==========================================================================
   Blog Post – Responsive
   ========================================================================== */
@media (max-width: 767.98px) {
    .blog-content {
        font-size: 1rem;
        line-height: 1.75;
    }
    .blog-content h2 { font-size: 1.4rem; }
    .blog-content h3 { font-size: 1.2rem; }
    .blog-author-box { flex-direction: column; text-align: center; }
    .blog-share-icons .btn { width: 34px; height: 34px; font-size: 0.9rem; }
    .blog-post-title { font-size: 1.65rem; }
    .blog-meta-bar-inline { gap: 0.5rem; }
    .blog-meta-author { width: 100%; }
    .blog-featured-image img { border-radius: 0.5rem; }
    .blog-excerpt { font-size: 1.05rem; }
}

/* Favoriten-Karte Hover */
.hover-shadow { transition: box-shadow 0.2s ease, transform 0.2s ease; }
.hover-shadow:hover { box-shadow: 0 4px 15px rgba(0,0,0,0.1); transform: translateY(-2px); }

/* ==========================================================================
   Navbar – User Dropdown (SB Admin Pro Style)
   ========================================================================== */
.navbar .btn-icon {
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
}
.navbar .btn-transparent-dark {
    color: rgba(255,255,255,0.7) !important;
    background: transparent;
    border-color: transparent;
}
.navbar .btn-transparent-dark:hover {
    color: #fff !important;
    background: rgba(255,255,255,0.1);
}
.navbar .btn-transparent-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(255,255,255,0.15) !important;
}
.navbar .btn-transparent-dark .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-user .dropdown-menu {
    min-width: 14rem;
}
.navbar .dropdown-user .dropdown-menu .dropdown-header {
    text-transform: none;
    letter-spacing: normal;
}
.navbar .dropdown-user .dropdown-menu .dropdown-header .dropdown-user-img {
    height: 2.5rem;
    width: 2.5rem;
    flex-shrink: 0;
}
.navbar .dropdown-user .dropdown-menu .dropdown-header .dropdown-user-details {
    font-weight: 400;
}
.navbar .dropdown-user .dropdown-menu .dropdown-header .dropdown-user-details-name {
    color: #212832;
    font-weight: 500;
    font-size: 0.9rem;
    max-width: 10rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.navbar .dropdown-user .dropdown-menu .dropdown-header .dropdown-user-details-email {
    color: #69707a;
    font-size: 0.75rem;
    max-width: 10rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.navbar .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
}
.navbar .dropdown-menu .dropdown-item .dropdown-item-icon {
    margin-right: 0.5rem;
    color: #a7aeb8;
    width: 1.2rem;
    text-align: center;
    line-height: 1;
}
.navbar .dropdown-notifications .dropdown-menu {
    min-width: 18rem;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}
.navbar .dropdown-notifications .dropdown-menu .dropdown-notifications-header {
    background-color: #20c997;
    color: #fff !important;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    line-height: 1;
    font-size: 0.85rem;
}
.navbar .dropdown-user .btn-transparent-dark {
    background: rgba(255,255,255,0.15);
}
.navbar .dropdown-user .btn-transparent-dark:hover {
    background: rgba(255,255,255,0.25);
}
.navbar .dropdown-user .btn-icon .fa-circle-user {
    font-size: 2.1rem;
}
.navbar .no-caret .dropdown-toggle::after {
    display: none;
}
