/* ==========================================================================
   PROFEAT – Global Site Shell
   Reuses the 404 background across the site canvas without overriding
   page-level cards, widgets, or section-specific surfaces.
   ========================================================================== */

:root {
    --pf-accent-primary: #7031ed;
    --pf-accent-primary-rgb: 112, 49, 237;
    --pf-accent-hover: #7a34e0;
    --pf-accent-hover-rgb: 122, 52, 224;
    --pf-site-bg-base: #05050a;
    --pf-site-glow-primary: rgba(112, 49, 237, 0.20);
    --pf-site-glow-secondary: rgba(79, 0, 237, 0.18);
}

html {
    background: var(--pf-site-bg-base);
}

body {
    position: relative;
    min-height: 100vh;
    background: var(--pf-site-bg-base);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 10%, var(--pf-site-glow-primary), transparent 26%),
        radial-gradient(circle at 86% 8%, var(--pf-site-glow-secondary), transparent 24%),
        linear-gradient(180deg, #07070d 0%, var(--pf-site-bg-base) 100%);
}

#wpadminbar,
#page,
.mobile-bottom-nav {
    position: relative;
    z-index: 1;
}

#page,
#content,
.site-content,
body #main-wrap,
.formatted-content,
#content > .container,
#content > .container > .bb-grid,
.bb-elementor-content {
    background: transparent !important;
}

#page {
    min-height: 100vh;
}

@media (max-width: 768px) {
    body .mobile-bottom-nav {
        position: fixed !important;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1002;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 10px 18px calc(10px + env(safe-area-inset-bottom));
        background: rgba(8, 8, 14, 0.94) !important;
        background-color: rgba(8, 8, 14, 0.94) !important;
        background-image: none !important;
        border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
        box-shadow: 0 -18px 36px rgba(0, 0, 0, 0.42) !important;
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        opacity: 1 !important;
    }

    body .mobile-bottom-nav::before,
    body .mobile-bottom-nav::after {
        display: none !important;
    }

    body .mobile-bottom-nav .nav-item {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 14px;
        color: #f3efff !important;
        background: transparent !important;
        opacity: 1 !important;
        transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
    }

    body .mobile-bottom-nav .nav-item i {
        color: inherit !important;
        opacity: 1 !important;
    }

    body .mobile-bottom-nav .nav-item:hover,
    body .mobile-bottom-nav .nav-item:focus {
        background: rgba(255, 255, 255, 0.08) !important;
        color: #ffffff !important;
    }

    body .mobile-bottom-nav .create-event {
        background: linear-gradient(180deg, #7e3cff 0%, #5d1bdf 100%) !important;
        color: #ffffff !important;
        box-shadow: 0 12px 24px rgba(var(--pf-accent-primary-rgb), 0.34);
        transform: none;
    }

    body .mobile-bottom-nav .create-event:hover,
    body .mobile-bottom-nav .create-event:focus {
        background: linear-gradient(180deg, #8744ef 0%, var(--pf-accent-hover) 100%) !important;
        color: #ffffff !important;
    }
}

/* ==========================================================================
   PROFEAT – TEC Filter Bar Dark Theme + DICE-style Card Layout
   v4.6.0 – Hover = subtle grey, Clicked/open = instant light theme
   ========================================================================== */

/* --- Override TEC CSS variables for dark theme --- */
.tribe-events,
.tribe-common,
.tribe-filter-bar {
    --tec-color-background:                     #121212;
    --tec-color-background-secondary:           #1e1e1e;
    --tec-color-background-secondary-hover:     #2a2a2a;
    --tec-color-text-primary:                   #e8e8ec;
    --tec-color-text-primary-light:             #e8e8ec9e;
    --tec-color-text-secondary:                 #b0b0c0;
    --tec-color-text-disabled:                  #555570;
    --tec-color-icon-primary:                   #b0b0c0;
    --tec-color-icon-active:                    #e8e8ec;
    --tec-color-icon-disabled:                  #555570;
    --tec-color-icon-secondary:                 #7a7a90;
    --tec-color-border-default:                 transparent;
    --tec-color-border-secondary:               transparent;
    --tec-color-border-tertiary:                #333333;
    --tec-color-border-hover:                   #444444;
    --tec-color-border-active:                  transparent;
    --tec-color-accent-primary:                 var(--pf-accent-primary);
    --tec-color-accent-primary-hover:           var(--pf-accent-hover);
    --tec-color-accent-secondary:               #e8e8ec;
    --tec-color-accent-secondary-hover:         #e8e8eccc;
    --tec-color-button-primary:                 var(--pf-accent-primary);
    --tec-color-button-primary-hover:           var(--pf-accent-hover);
    --tec-form-color-background:                #121212;
    --tec-form-color-border-default:            #333333;
    --tec-form-color-border-active:             var(--pf-accent-primary);
    --tec-form-color-accent-primary:            var(--pf-accent-primary);
}

/* ==========================================================================
   FILTER BAR CONTAINER – transparent, no border/outline
   ========================================================================== */

.tribe-filter-bar,
.tribe-filter-bar.tribe-filter-bar--horizontal,
.tribe-filter-bar.tribe-filter-bar--vertical,
.tribe-common--breakpoint-medium .tribe-filter-bar.tribe-filter-bar--horizontal,
.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar,
div.tribe-filter-bar {
    background: transparent !important;
    border: 0 !important;
    border-width: 0 !important;
    border-style: none !important;
    outline: 0 !important;
    outline-width: 0 !important;
    outline-style: none !important;
    box-shadow: none !important;
}

.tribe-filter-bar .tribe-filter-bar__form,
form.tribe-filter-bar__form {
    border: 0 !important;
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
    outline: 0 !important;
    outline-width: 0 !important;
    outline-style: none !important;
    outline-color: transparent !important;
    box-shadow: none !important;
    background: transparent !important;
}

.tribe-filter-bar .tribe-filter-bar__filters,
.tribe-filter-bar .tribe-filter-bar__filters-slider-container,
.tribe-filter-bar .tribe-filter-bar__filters-slider-wrapper,
.tribe-filter-bar .tribe-filter-bar__filters-slide {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

/* ==========================================================================
   DICE-STYLE CARD BUTTONS (profeat_*)
   Default: dark card (#1e1e1e), white text/icons
   Hover: slightly lighter grey (#2a2a2a)
   Open/clicked: instant white bg, dark text/icons
   ========================================================================== */

button.tribe-filter-bar-c-pill__pill[id^="profeat_"] {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 96px !important;
    min-height: 84px !important;
    padding: 14px 6px 10px !important;
    border-radius: 8px !important;
    background-color: #1e1e1e !important;
    border: none !important;
    color: #ffffff !important;
    gap: 8px !important;
    text-align: center !important;
    line-height: 1.25 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    transition: background-color 0.15s ease !important;
    cursor: pointer !important;
}

/* HOVER: subtle grey shift */
button.tribe-filter-bar-c-pill__pill[id^="profeat_"]:hover {
    background-color: #2a2a2a !important;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

button.tribe-filter-bar-c-pill__pill[id^="profeat_"]:focus {
    background-color: #1e1e1e !important;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* OPEN/CLICKED: instant light theme */
button.tribe-filter-bar-c-pill__pill[id^="profeat_"][aria-expanded="true"] {
    background-color: #ffffff !important;
    color: #111111 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    transition: none !important;
}

button.tribe-filter-bar-c-pill__pill[id^="profeat_"][aria-expanded="true"] .tribe-filter-bar-c-pill__pill-label,
button.tribe-filter-bar-c-pill__pill[id^="profeat_"][aria-expanded="true"] .tribe-common-b3,
button.tribe-filter-bar-c-pill__pill[id^="profeat_"][aria-expanded="true"] span {
    color: #111111 !important;
}

/* Selected state (has active checkbox selections) */
.tribe-filter-bar-c-pill--has-selections button.tribe-filter-bar-c-pill__pill[id^="profeat_"] {
    background-color: #2e2e2e !important;
    color: #fff !important;
}

.tribe-filter-bar-c-pill--has-selections button.tribe-filter-bar-c-pill__pill[id^="profeat_"]:hover {
    background-color: #383838 !important;
}

/* Selected + open: still light theme */
.tribe-filter-bar-c-pill--has-selections button.tribe-filter-bar-c-pill__pill[id^="profeat_"][aria-expanded="true"] {
    background-color: #ffffff !important;
    color: #111111 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    transition: none !important;
}

.tribe-filter-bar-c-pill--has-selections button.tribe-filter-bar-c-pill__pill[id^="profeat_"][aria-expanded="true"] .tribe-filter-bar-c-pill__pill-label,
.tribe-filter-bar-c-pill--has-selections button.tribe-filter-bar-c-pill__pill[id^="profeat_"][aria-expanded="true"] .tribe-common-b3,
.tribe-filter-bar-c-pill--has-selections button.tribe-filter-bar-c-pill__pill[id^="profeat_"][aria-expanded="true"] span {
    color: #111111 !important;
}

/* Hide colon and selections text */
button.tribe-filter-bar-c-pill__pill[id^="profeat_"] .tribe-filter-bar-c-pill__pill-label-colon,
button.tribe-filter-bar-c-pill__pill[id^="profeat_"] .tribe-filter-bar-c-pill__pill-selections {
    display: none !important;
}

/* X close on selected cards */
.tribe-filter-bar-c-pill:has(button[id^="profeat_"]) {
    position: relative !important;
}

.tribe-filter-bar-c-pill--has-selections:has(button[id^="profeat_"]) .tribe-filter-bar-c-pill__remove-button {
    position: absolute !important;
    top: 4px !important;
    right: 4px !important;
    width: 16px !important;
    height: 16px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: none !important;
    opacity: 0.5 !important;
    transition: opacity 0.15s ease !important;
    z-index: 2 !important;
}

.tribe-filter-bar-c-pill--has-selections:has(button[id^="profeat_"]) .tribe-filter-bar-c-pill__remove-button:hover {
    opacity: 1 !important;
}

.tribe-filter-bar-c-pill--has-selections:has(button[id^="profeat_"]) .tribe-filter-bar-c-pill__remove-button-icon {
    width: 12px !important;
    height: 12px !important;
}

.tribe-filter-bar-c-pill:not(.tribe-filter-bar-c-pill--has-selections):has(button[id^="profeat_"]) .tribe-filter-bar-c-pill__remove-button {
    display: none !important;
}

/* --- Icons via ::before --- */
button.tribe-filter-bar-c-pill__pill[id^="profeat_"]::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    opacity: 0.85;
}

/* OPEN: invert icons to black (instant) */
button.tribe-filter-bar-c-pill__pill[id^="profeat_"][aria-expanded="true"]::before {
    filter: invert(1) !important;
    opacity: 1 !important;
}

/* DJ */
button.tribe-filter-bar-c-pill__pill[id^="profeat_dj-"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 18v-6a9 9 0 0 1 18 0v6'/%3E%3Cpath d='M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z'/%3E%3C/svg%3E");
}

/* Chanteur */
button.tribe-filter-bar-c-pill__pill[id^="profeat_chanteur-"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z'/%3E%3Cpath d='M19 10v2a7 7 0 0 1-14 0v-2'/%3E%3Cline x1='12' y1='19' x2='12' y2='22'/%3E%3C/svg%3E");
}

/* Groupe */
button.tribe-filter-bar-c-pill__pill[id^="profeat_groupe-"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l12-2v13'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Ccircle cx='18' cy='16' r='3'/%3E%3C/svg%3E");
}

/* Musicien */
button.tribe-filter-bar-c-pill__pill[id^="profeat_musicien-"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='M6 4v10'/%3E%3Cpath d='M10 4v10'/%3E%3Cpath d='M14 4v10'/%3E%3Cpath d='M18 4v10'/%3E%3Cpath d='M2 14h20'/%3E%3C/svg%3E");
}

/* Danseur */
button.tribe-filter-bar-c-pill__pill[id^="profeat_danseur-"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='4' r='2'/%3E%3Cpath d='m5 22 3-9'/%3E%3Cpath d='m19 22-3-9'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='m6.5 6 5.5 4 5.5-4'/%3E%3C/svg%3E");
}

/* Humoriste */
button.tribe-filter-bar-c-pill__pill[id^="profeat_humoriste-"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M8 14s1.5 2 4 2 4-2 4-2'/%3E%3Cline x1='9' y1='9' x2='9.01' y2='9'/%3E%3Cline x1='15' y1='9' x2='15.01' y2='9'/%3E%3C/svg%3E");
}

/* Comedien */
button.tribe-filter-bar-c-pill__pill[id^="profeat_comedien-"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 10.5a8.5 8.5 0 0 0 17 0'/%3E%3Cpath d='M2 10.5A8.5 8.5 0 0 1 10.5 2a8.5 8.5 0 0 1 8.5 8.5'/%3E%3Cpath d='M7 9h.01'/%3E%3Cpath d='M14 9h.01'/%3E%3Cpath d='M8 13a3 3 0 0 0 5 0'/%3E%3Cpath d='M22 16.5a6.5 6.5 0 0 1-13 0'/%3E%3Cpath d='M22 16.5a6.5 6.5 0 0 0-6.5-6.5'/%3E%3Cpath d='M13 18h.01'/%3E%3Cpath d='M18 18h.01'/%3E%3Cpath d='M14.5 21.5a2.5 2.5 0 0 0 4 0'/%3E%3C/svg%3E");
}

/* Arts du cirque */
button.tribe-filter-bar-c-pill__pill[id^="profeat_cirque-"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3-1.912 5.813a2 2 0 0 1-1.275 1.275L3 12l5.813 1.912a2 2 0 0 1 1.275 1.275L12 21l1.912-5.813a2 2 0 0 1 1.275-1.275L21 12l-5.813-1.912a2 2 0 0 1-1.275-1.275L12 3Z'/%3E%3Cpath d='M5 3v4'/%3E%3Cpath d='M19 17v4'/%3E%3Cpath d='M3 5h4'/%3E%3Cpath d='M17 19h4'/%3E%3C/svg%3E");
}

/* Selected icons: full white */
.tribe-filter-bar-c-pill--has-selections button.tribe-filter-bar-c-pill__pill[id^="profeat_"]::before {
    opacity: 1 !important;
}

/* ==========================================================================
   Filter-toggle buttons (profeat_*) dark theme
   ========================================================================== */

.tribe-filter-bar .tribe-filter-bar-c-filter__toggle[id^="profeat_"] {
    background-color: #1e1e1e !important;
    border: none !important;
    color: #ffffff !important;
}

.tribe-filter-bar .tribe-filter-bar-c-filter__toggle[id^="profeat_"]:hover,
.tribe-filter-bar .tribe-filter-bar-c-filter__toggle[id^="profeat_"]:focus {
    background-color: #2a2a2a !important;
    color: #ffffff !important;
}

/* ==========================================================================
   NON-PROFEAT PILLS (Ville, Cost, Jour, etc.)
   ========================================================================== */

.tribe-filter-bar .tribe-filter-bar-c-pill__pill {
    background-color: #1e1e1e !important;
    border: none !important;
    color: #e8e8ec !important;
}

.tribe-filter-bar .tribe-filter-bar-c-pill__pill:hover,
.tribe-filter-bar .tribe-filter-bar-c-pill__pill:focus {
    background-color: #282828 !important;
    border: none !important;
}

.tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill:not([id^="profeat_"]) {
    background-color: var(--pf-accent-primary) !important;
    border: none !important;
    color: #fff !important;
}

.tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill:not([id^="profeat_"]):hover {
    background-color: var(--pf-accent-hover) !important;
    border: none !important;
}

/* Filter toggle buttons (accordion panels) */
.tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle {
    background-color: #1e1e1e !important;
    border: none !important;
    color: #e8e8ec !important;
}

.tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle:hover,
.tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle:focus {
    background-color: #282828 !important;
    border: none !important;
}

.tribe-filter-bar .tribe-filter-bar-c-filter--pill.tribe-filter-bar-c-filter--has-selections .tribe-filter-bar-c-filter__toggle:not([id^="profeat_"]) {
    background-color: var(--pf-accent-primary) !important;
    border: none !important;
    color: #fff !important;
}

.tribe-filter-bar .tribe-filter-bar-c-filter--pill.tribe-filter-bar-c-filter--has-selections .tribe-filter-bar-c-filter__toggle:not([id^="profeat_"]):hover,
.tribe-filter-bar .tribe-filter-bar-c-filter--pill.tribe-filter-bar-c-filter--has-selections .tribe-filter-bar-c-filter__toggle:not([id^="profeat_"]):focus {
    background-color: var(--pf-accent-hover) !important;
}

/* Remove button icon on pills */
.tribe-filter-bar .tribe-filter-bar-c-pill__remove-button-icon path,
.tribe-filter-bar .tribe-filter-bar-c-filter__remove-button-icon path {
    stroke: #e8e8ec !important;
}

/* ==========================================================================
   Z-INDEX & POINTER EVENTS (cards are 84px, hidden toggles overlay fix)
   ========================================================================== */

.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-container {
    z-index: 100 !important;
    pointer-events: none !important;
}

.tribe-filter-bar .tribe-filter-bar-c-filter__container {
    pointer-events: auto !important;
}

.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-slider-container {
    z-index: 10 !important;
    overflow: visible !important;
}

/* ==========================================================================
   DROPDOWN / POPUP PANEL – positioned below 84px card buttons
   ========================================================================== */

.tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container,
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container {
    background-color: #1e1e1e !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.25) !important;
    padding: 20px 24px 24px !important;
    width: 280px !important;
    max-height: 400px !important;
    overflow-y: auto !important;
    /* Override TEC default: position below the tall card buttons */
    bottom: auto !important;
    top: 96px !important;
    transform: none !important;
}

.tribe-filter-bar .tribe-filter-bar-c-filter--open .tribe-filter-bar-c-filter__container {
    animation: profeat-dropdown-in 0.15s ease-out !important;
}

@keyframes profeat-dropdown-in {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Title */
.tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-legend {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    margin-bottom: 14px !important;
}

.tribe-filter-bar .tribe-filter-bar-c-filter__title {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

/* Close button */
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-close {
    right: 18px !important;
    top: 18px !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background-color 0.15s ease !important;
}

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-close:hover {
    background-color: rgba(255, 255, 255, 0.08) !important;
}

.tribe-filter-bar .tribe-filter-bar-c-filter__filters-close-icon path {
    stroke: #666666 !important;
}

.tribe-filter-bar .tribe-filter-bar-c-filter__filters-close:hover .tribe-filter-bar-c-filter__filters-close-icon path,
.tribe-filter-bar .tribe-filter-bar-c-filter__filters-close:focus .tribe-filter-bar-c-filter__filters-close-icon path {
    stroke: #ffffff !important;
}

/* ==========================================================================
   CHECKBOX & RADIO ITEMS
   ========================================================================== */

.tribe-filter-bar .tribe-filter-bar-c-checkbox {
    margin: 0 !important;
    padding: 7px 0 !important;
    border-radius: 6px !important;
    transition: background-color 0.15s ease !important;
}

.tribe-filter-bar .tribe-filter-bar-c-checkbox:first-child {
    margin-top: 0 !important;
}

.tribe-filter-bar .tribe-common-form-control-checkbox__label {
    color: #cccccc !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    transition: color 0.15s ease !important;
    cursor: pointer !important;
}

.tribe-filter-bar .tribe-filter-bar-c-checkbox:hover .tribe-common-form-control-checkbox__label {
    color: #ffffff !important;
}

.tribe-common .tribe-common-form-control-checkbox__input {
    width: 16px !important;
    height: 16px !important;
    background-color: transparent !important;
    border: 1.5px solid #444444 !important;
    border-radius: 3px !important;
    transition: all 0.15s ease !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
}

.tribe-common .tribe-common-form-control-checkbox__input:hover {
    border-color: #666666 !important;
}

.tribe-common .tribe-common-form-control-checkbox__input:checked {
    background-color: #7031ed !important;
    border-color: #7031ed !important;
}

.tribe-filter-bar .tribe-common-form-control-radio__label {
    color: #cccccc !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    transition: color 0.15s ease !important;
}

.tribe-common .tribe-common-form-control-radio__input {
    background-color: transparent !important;
    border: 1.5px solid #444444 !important;
    transition: all 0.15s ease !important;
}

.tribe-common .tribe-common-form-control-radio__input:checked {
    background-color: #7031ed !important;
    border-color: #7031ed !important;
}

/* Scrollbar */
.tribe-filter-bar .tribe-filter-bar-c-filter__container::-webkit-scrollbar { width: 4px; }
.tribe-filter-bar .tribe-filter-bar-c-filter__container::-webkit-scrollbar-track { background: transparent; margin: 8px 0; }
.tribe-filter-bar .tribe-filter-bar-c-filter__container::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.1); border-radius: 2px; }
.tribe-filter-bar .tribe-filter-bar-c-filter__container::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,0.18); }

/* ==========================================================================
   SELECT2 (dark theme)
   ========================================================================== */

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection { background-color: #7031ed !important; color: #fff !important; }
.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-search__field { background-color: #121212 !important; border-color: #333333 !important; color: #e8e8ec !important; }
.tribe-filter-bar .tribe-filter-bar-c-multiselect .select2-selection__choice { background-color: #7031ed !important; border-color: #7031ed !important; color: #fff !important; }
.tribe-filter-bar .select2-container--default .select2-results__option { color: #e8e8ec !important; }
.tribe-filter-bar .select2-container--default .select2-dropdown { background-color: #1e1e1e !important; border-color: rgba(255, 255, 255, 0.08) !important; }
.tribe-filter-bar .select2-container--default .select2-results__option--highlighted { background-color: #7031ed !important; color: #fff !important; }

/* ==========================================================================
   SLIDER NAV & GRADIENTS
   ========================================================================== */

.tribe-filter-bar .tribe-filter-bar__filters-slider-nav-button-icon path { fill: #666666 !important; }
.tribe-filter-bar .tribe-filter-bar__filters-slider-nav-button:hover .tribe-filter-bar__filters-slider-nav-button-icon path { fill: #e8e8ec !important; }

.tribe-filter-bar .tribe-filter-bar__filters-slider--has-overflow-start .tribe-filter-bar__filters-slider-nav--start,
.tribe-filter-bar .tribe-filter-bar__filters-slider-nav--overflow-start::before {
    background: linear-gradient(-90deg, transparent 15%, #121212 70%) !important;
}

.tribe-filter-bar .tribe-filter-bar__filters-slider--has-overflow-end .tribe-filter-bar__filters-slider-nav--end,
.tribe-filter-bar .tribe-filter-bar__filters-slider-nav--overflow-end::after {
    background: linear-gradient(90deg, transparent 15%, #121212 70%) !important;
}

.tribe-filter-bar .tribe-filter-bar-c-clear-button__reset-icon path { stroke: #666666 !important; }
.tribe-filter-bar .tribe-filter-bar-c-clear-button:hover .tribe-filter-bar-c-clear-button__reset-icon path,
.tribe-filter-bar .tribe-filter-bar-c-clear-button:focus .tribe-filter-bar-c-clear-button__reset-icon path { stroke: #e8e8ec !important; }

/* ==========================================================================
   EVENTS BAR & TOP BAR (dark theme)
   ========================================================================== */

.tribe-events .tribe-events-c-events-bar { background-color: #121212 !important; border-color: #1e1e1e !important; }
.tribe-events .tribe-events-c-events-bar__filter-button-icon path { fill: #666666 !important; }
.tribe-events .tribe-events-c-events-bar__filter-button:hover .tribe-events-c-events-bar__filter-button-icon path { fill: #e8e8ec !important; }
.tribe-events .tribe-events-c-events-bar__filter-button-container { border-right-color: #1e1e1e !important; }
.tribe-events .tribe-events-c-top-bar__datepicker-button { color: #e8e8ec !important; }
.tribe-events .tribe-events-c-nav__today { color: #666666 !important; }
.tribe-events .tribe-events-c-nav__today:hover, .tribe-events .tribe-events-c-nav__today:focus { color: #e8e8ec !important; }
.tribe-events .tribe-events-c-nav__next, .tribe-events .tribe-events-c-nav__prev { color: #666666 !important; }
.tribe-events .tribe-events-c-nav__next:hover, .tribe-events .tribe-events-c-nav__prev:hover { color: #e8e8ec !important; }
.tribe-events .tribe-events-c-top-bar__nav-link-icon path { fill: #666666 !important; }
.tribe-events .tribe-events-c-top-bar__nav-link:hover .tribe-events-c-top-bar__nav-link-icon path { fill: #e8e8ec !important; }

/* ==========================================================================
   PROFEAT MAP PAGE – Force filters open + hide unwanted UI
   ========================================================================== */

.tribe-filter-bar { display: block !important; }
.tribe-filter-bar[aria-hidden="true"] { display: block !important; visibility: visible !important; height: auto !important; overflow: visible !important; }
.tribe-filter-bar:not(.tribe-filter-bar--open) { display: block !important; }
.tribe-events-c-events-bar__filter-button-container { display: none !important; }
.tribe-events .tribe-events-c-view-selector { display: none !important; }
.tribe-events .tribe-events-c-events-bar__views { display: none !important; }

/* ══════════════════════════════════════════════════════════════════════════
   MAP VIEW — Force stable desktop layout regardless of breakpoint/AJAX state
   After TEC AJAX re-renders, .tribe-common--breakpoint-medium may be lost,
   which collapses the layout to mobile. These rules enforce desktop layout.
   ══════════════════════════════════════════════════════════════════════════ */

/* Force map two-column layout: 40% event cards + 60% map */
.tribe-events-pro-map {
    flex-wrap: nowrap !important;
}
.tribe-events-pro .tribe-events-pro-map__map {
    width: 60% !important;
    height: 720px !important;
    flex: none !important;
}
.tribe-events-pro .tribe-events-pro-map .tribe-events-pro-map__event-column {
    width: 40% !important;
    height: 720px !important;
    flex: none !important;
}


/* Force pill slider visible (TEC default: display:none;visibility:hidden) */
.tribe-filter-bar--horizontal .tribe-filter-bar__filters-slider-container {
    display: block !important;
    visibility: visible !important;
    flex: 0 1 auto;
    overflow: hidden;
    position: relative;
}
.tribe-filter-bar--horizontal .tribe-filter-bar__filters-slider-wrapper {
    display: flex !important;
}

/* Hide mobile/open-state filter bar elements that appear after AJAX */
.tribe-filter-bar--horizontal .tribe-filter-bar__selected-filters,
.tribe-filter-bar--horizontal .tribe-filter-bar__actions {
    display: none !important;
    visibility: hidden !important;
}
.tribe-filter-bar--horizontal .tribe-filter-bar__filters-container .tribe-filter-bar-c-filter__toggle-wrapper {
    display: none !important;
    visibility: hidden !important;
}
.tribe-filter-bar--horizontal .tribe-filter-bar__filters-container {
    height: 0 !important;
    overflow: visible !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.tribe-filter-bar--horizontal .tribe-filter-bar__filters-container .tribe-filter-bar__filters {
    height: 0 !important;
    overflow: visible !important;
}
.tribe-filter-bar--horizontal .tribe-filter-bar__filters-container .tribe-filter-bar-c-filter {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Hide "no upcoming events" banner and events bar search on map view */
.tribe-events-pro .tribe-events-header__messages {
    display: none !important;
}

/* Empty state styling for event cards column */
.profeat-map-no-events {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    padding: 40px 20px;
    text-align: center;
}
.profeat-map-no-events p {
    color: #888;
    font-size: 15px;
    margin: 0;
}
.tribe-events .tribe-events-c-top-bar { display: none !important; }

/* ── Chantier 6 — Contacter button on profile ── */
.profeat-contact-btn-wrap {
    margin-top: 8px;
}

#item-header .member-header-actions.action {
    display: flex;
    align-items: center;
    gap: 14px;
}

#item-header .member-header-actions.action .generic-button {
    margin: 0;
}

#item-header .member-header-actions.action .profeat-contact-btn-wrap {
    margin-top: 0;
}

.profeat-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    background: transparent;
    border: 1px solid var(--pf-accent-primary);
    color: var(--pf-accent-primary);
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}
.profeat-contact-btn:hover {
    background: var(--pf-accent-hover);
    border-color: var(--pf-accent-hover);
    color: #fff;
    text-decoration: none;
}

/* ── Chantier 19 — profile nav cleanup without killing routes ── */
#buddypress #object-nav #profile-personal-li,
#buddypress #object-nav #xprofile-personal-li,
#buddypress #object-nav #settings-personal-li,
#buddypress #object-nav #notifications-personal-li,
#buddypress #object-nav #friends-personal-li,
#buddypress #object-nav #groups-personal-li,
#buddypress #object-nav #messages-personal-li,
#buddypress #object-nav #forums-personal-li,
#buddypress #object-nav #referrals-personal-li,
#buddypress #object-nav #document-personal-li,
#buddypress #object-nav #documents-personal-li,
#buddypress #object-nav #invites-personal-li {
    display: none !important;
}

#header-aside .notification-link .count,
#header-aside .messages-link .count,
#header-aside .count {
    color: #ffffff !important;
}

/* ── Chantier 25 — notification item actions visible ── */
form#notifications-bulk-management ul.notification-list li.bs-item-wrap .actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    font-size: 0;
}

form#notifications-bulk-management ul.notification-list li.bs-item-wrap .actions a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(112, 49, 237, 0.18);
    background: rgba(112, 49, 237, 0.12);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

form#notifications-bulk-management ul.notification-list li.bs-item-wrap .actions a .bp-screen-reader-text {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    clip: auto !important;
    overflow: visible !important;
    white-space: nowrap !important;
}

form#notifications-bulk-management ul.notification-list li.bs-item-wrap .actions a .dashicons {
    width: 14px;
    height: 14px;
    font-size: 14px;
}

form#notifications-bulk-management ul.notification-list li.bs-item-wrap .actions a.mark-read:hover {
    background: rgba(112, 49, 237, 0.2);
    border-color: rgba(112, 49, 237, 0.38);
    transform: translateY(-1px);
}

form#notifications-bulk-management ul.notification-list li.bs-item-wrap .actions a.delete {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
    color: #d8d3e7;
}

form#notifications-bulk-management ul.notification-list li.bs-item-wrap .actions a.delete:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    transform: translateY(-1px);
}

/* ── Chantier 21 — auth polish ── */
body.registration .register-section-logo a,
body.register .register-section-logo a {
    display: block;
    width: min(220px, 32vw);
    min-width: 170px;
    height: 54px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    background: center / contain no-repeat url('/wp-content/uploads/2026/01/Logo-profeat-blanc-2026.png');
}

.bb-toggle-password .bb-icon-eye,
.bb-toggle-password .bb-icon-eye-slash,
body.registration .bb-toggle-password .bb-icon-eye,
body.register .bb-toggle-password .bb-icon-eye {
    color: rgba(255, 255, 255, 0.72) !important;
}

.bb-toggle-password:hover .bb-icon-eye,
.bb-toggle-password:hover .bb-icon-eye-slash,
.bb-toggle-password:focus-visible .bb-icon-eye,
.bb-toggle-password:focus-visible .bb-icon-eye-slash {
    color: #ffffff !important;
}

#buddypress #object-nav > ul {
    align-items: center;
    display: flex !important;
    flex-wrap: wrap;
}

#buddypress #object-nav > ul > li {
    float: none !important;
}

#buddypress #object-nav #activity-personal-li { order: 10; }
#buddypress #object-nav #member-events-personal-li { order: 20; }
#buddypress #object-nav #contact-personal-li { order: 30; }
#buddypress #object-nav #media-personal-li { order: 40; }
#buddypress #object-nav #video-personal-li { order: 50; }
#buddypress #object-nav #avis-personal-li { order: 60; }

#item-header .member-header-actions .generic-button:has(> a.send-message) {
    display: none !important;
}

/* ── Chantier 19 — profile events cards ── */
.profeat-profile-events-content .tribe-nav-top {
    margin-bottom: 28px;
}

.profeat-profile-events-content .tribe-nav-top .my-events-display-options.ce-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.profeat-profile-events-content .tribe-nav-top .my-events-display-options.ce-top > a {
    margin: 0 !important;
}

.profeat-profile-events-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1100px) {
    .profeat-profile-events-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .profeat-profile-events-grid {
        grid-template-columns: 1fr;
    }
}

.profeat-profile-event-card {
    background: #121212;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.profeat-profile-event-card__media {
    display: block;
    aspect-ratio: 16 / 10;
    background: #1b1b1f;
    overflow: hidden;
}

.profeat-profile-event-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profeat-profile-event-card__body {
    display: grid;
    gap: 10px;
    padding: 18px;
}

.profeat-profile-event-card__meta,
.profeat-profile-event-card__location,
.profeat-profile-event-card__excerpt {
    margin: 0;
}

.profeat-profile-event-card__meta {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.profeat-profile-event-card__title {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
}

.profeat-profile-event-card__title a {
    color: #fff;
    text-decoration: none;
}

.profeat-profile-event-card__location {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.profeat-profile-event-card__excerpt {
    color: rgba(255, 255, 255, 0.56);
    font-size: 14px;
    line-height: 1.55;
}

.profeat-profile-event-card__link {
    color: #7031ed;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.profeat-profile-events-empty {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.64);
    padding: 20px 24px;
}

.profeat-profile-events-empty p {
    margin: 0;
}

/* ── Bio placeholder styling ── */
.profeat-bio-placeholder {
    color: #888;
    font-style: italic;
}

/* ══════════════════════════════════════════════════════════════
   TEC Community Events — "Mes événements" list dark theme
   Applies to /evenements/profeat/liste/ AND profile Événements tab
   ══════════════════════════════════════════════════════════════ */

/* ── Container ── */
.tribe-community-events-content {
    color: #e8e8ec;
}

/* ── Page title ── */
.tribe-community-events-content .tribe-community-events-list-title {
    color: #e8e8ec !important;
    font-weight: 700;
}

/* ── "AJOUTER" link ── */
.tribe-community-events-content a.add-new {
    background: var(--pf-accent-primary) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 8px 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.2s ease;
}
.tribe-community-events-content a.add-new:hover {
    background: var(--pf-accent-hover) !important;
    color: #fff !important;
}

/* ── Search bar ── */
.tribe-community-events-content .tribe-event-list-search {
    border: none !important;
    background: transparent !important;
}
.tribe-community-events-content .tribe-event-list-search input[type="search"],
.tribe-community-events-content .tribe-event-list-search input[type="text"] {
    background: #1a1a1a !important;
    color: #e8e8ec !important;
    border: 1px solid #333 !important;
    border-radius: 8px !important;
    padding: 10px 16px 10px 40px !important;
    font-size: 14px !important;
}
.tribe-community-events-content .tribe-event-list-search input[type="search"]::placeholder,
.tribe-community-events-content .tribe-event-list-search input[type="text"]::placeholder {
    color: #888 !important;
}
.tribe-community-events-content .tribe-event-list-search input[type="search"]:focus,
.tribe-community-events-content .tribe-event-list-search input[type="text"]:focus {
    border-color: var(--pf-accent-primary) !important;
    outline: none !important;
}
.tribe-community-events-content .tribe-event-list-search input[type="submit"],
.tribe-community-events-content .tribe-event-list-search #search-submit {
    background: var(--pf-accent-primary) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    cursor: pointer;
}
.tribe-community-events-content .tribe-event-list-search input[type="submit"]:hover {
    background: var(--pf-accent-hover) !important;
}

/* ── Navigation tabs (Upcoming / Past) ── */
.tribe-community-events-content .tribe-nav {
    background: transparent !important;
    border: none !important;
}
.tribe-community-events-content .my-events-display-options a,
.tribe-community-events-content .tribe-nav a.tribe-button {
    background: #1a1a1a !important;
    color: #b0b0b0 !important;
    border: 1px solid #333 !important;
    border-radius: 6px !important;
    padding: 8px 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    text-decoration: none !important;
}
.tribe-community-events-content .my-events-display-options a:hover,
.tribe-community-events-content .tribe-nav a.tribe-button:hover {
    background: #252525 !important;
    color: #e8e8ec !important;
    border-color: #444 !important;
}
/* Active tab (the current view — secondary = current) */
.tribe-community-events-content .my-events-display-options a.tribe-button-secondary,
.tribe-community-events-content .tribe-nav a.tribe-button-secondary {
    background: var(--pf-accent-primary) !important;
    color: #fff !important;
    border-color: var(--pf-accent-primary) !important;
}
.tribe-community-events-content .my-events-display-options a.tribe-button-secondary:hover {
    background: var(--pf-accent-hover) !important;
    border-color: var(--pf-accent-hover) !important;
}

/* Display options dropdown */
.tribe-community-events-content .table-menu-wrapper .tribe-button-tertiary,
.tribe-community-events-content .table-menu-wrapper .table-menu-btn {
    background: #1a1a1a !important;
    color: #b0b0b0 !important;
    border: 1px solid #333 !important;
    border-radius: 6px !important;
}
.tribe-community-events-content .table-menu {
    background: #1a1a1a !important;
    border: 1px solid #333 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.4) !important;
}
.tribe-community-events-content .table-menu label {
    color: #e8e8ec !important;
}

/* ── Events table ── */
.tribe-community-events-content .tribe-responsive-table-container {
    background: transparent !important;
}

table.tribe-community-events-list,
.tribe-community-events-content table.tribe-community-events-list {
    background: #1a1a1a !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 12px !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: hidden;
    table-layout: auto !important;
}

/* Table header */
table.tribe-community-events-list thead,
.tribe-community-events-content table.tribe-community-events-list thead {
    background: #111111 !important;
}
table.tribe-community-events-list th,
.tribe-community-events-content table.tribe-community-events-list th {
    background: #111111 !important;
    color: #a0a0a0 !important;
    border-bottom: 1px solid #2a2a2a !important;
    border-top: none !important;
    padding: 14px 16px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

/* Table body rows */
table.tribe-community-events-list tbody tr,
.tribe-community-events-content table.tribe-community-events-list tbody tr {
    background: #1a1a1a !important;
    transition: background 0.15s ease;
}
table.tribe-community-events-list tbody tr:hover,
.tribe-community-events-content table.tribe-community-events-list tbody tr:hover {
    background: #222222 !important;
}
table.tribe-community-events-list tbody tr.odd,
.tribe-community-events-content table.tribe-community-events-list tbody tr.odd {
    background: #161616 !important;
}
table.tribe-community-events-list tbody tr.odd:hover {
    background: #222222 !important;
}

/* Table cells */
table.tribe-community-events-list td,
.tribe-community-events-content table.tribe-community-events-list td {
    color: #e8e8ec !important;
    border-bottom: 1px solid #2a2a2a !important;
    border-top: none !important;
    padding: 16px !important;
    font-size: 14px !important;
    background: transparent !important;
}

/* Event title */
table.tribe-community-events-list .title a,
.tribe-community-events-content table.tribe-community-events-list .title a {
    color: #e8e8ec !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}
table.tribe-community-events-list .title a:hover {
    color: #7031ed !important;
}

/* Row actions (View | Edit | Delete) */
table.tribe-community-events-list .row-actions,
.tribe-community-events-content table.tribe-community-events-list .row-actions {
    color: #555 !important;
}
table.tribe-community-events-list .row-actions a {
    color: #888 !important;
    text-decoration: none !important;
}
table.tribe-community-events-list .row-actions a:hover {
    color: #7031ed !important;
}

/* Status column */
table.tribe-community-events-list .event-status .icon {
    filter: invert(1) brightness(0.8);
}
table.tribe-community-events-list .event-status .hover {
    background: #252525 !important;
    color: #e8e8ec !important;
    border: 1px solid #333 !important;
    border-radius: 6px !important;
}

/* General links in table */
table.tribe-community-events-list a {
    color: #b0b0c0 !important;
}
table.tribe-community-events-list a:hover {
    color: #7031ed !important;
}

/* ── Empty state ── */
div.tribe-community-events-list,
.tribe-community-events-content div.tribe-community-events-list,
.tribe-community-events-list.tribe-community-no-items {
    background: #1a1a1a !important;
    color: #888 !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 12px !important;
    padding: 24px !important;
    font-size: 14px !important;
    font-style: italic;
}

/* ── Pagination ── */
.tribe-community-events-content .tec-pagination__link {
    color: #b0b0b0 !important;
    background: transparent !important;
    border: 1px solid #333 !important;
    border-radius: 6px !important;
}
.tribe-community-events-content .tec-pagination__link:hover {
    color: #e8e8ec !important;
    border-color: var(--pf-accent-hover) !important;
}
.tribe-community-events-content .tec-pagination__item--current .tec-pagination__link {
    background: var(--pf-accent-primary) !important;
    color: #fff !important;
    border-color: var(--pf-accent-primary) !important;
}

/* ── Delete confirmation ── */
.tribe-community-events-content .delete-event {
    color: #e74c3c !important;
}
.tribe-community-events-content .delete-event:hover {
    color: #ff6b6b !important;
}

/* ── Override wizard CSS interference on list page tables ── */
.tribe-community-events-content table.tribe-community-events-list td,
.tribe-community-events-content table.tribe-community-events-list tr {
    padding: 16px !important;
    border-bottom: 1px solid #2a2a2a !important;
}

/* ── Select dropdowns inside community events (column filter) ── */
.tribe-community-events-content select {
    background: #1a1a1a !important;
    color: #e8e8ec !important;
    border: 1px solid #333 !important;
    border-radius: 6px !important;
    padding: 8px 12px !important;
}

/* ── BuddyBoss profile tab context — ensure container is dark ── */
.bp-wrap .tribe-community-events-content,
#buddypress .tribe-community-events-content {
    background: transparent !important;
}


/* ── BuddyPanel — Flex layout so logout goes to bottom ── */
.buddypanel .side-panel-menu-container {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
#buddypanel-menu {
    display: flex !important;
    flex-direction: column !important;
    flex: 1;
    min-height: 100%;
}

/* ── BuddyPanel — Logout button at bottom, centered ── */
.buddypanel-menu li.profeat-buddypanel-logout {
    margin-top: auto !important;
    text-align: center;
    border-top: 1px solid #2a2a2a;
    padding: 16px 0 !important;
}
.buddypanel-menu li.profeat-buddypanel-logout a {
    justify-content: center !important;
    color: #888 !important;
    font-size: 13px !important;
    transition: color 0.2s ease;
}
.buddypanel-menu li.profeat-buddypanel-logout a:hover {
    color: #e74c3c !important;
}

/* ── Community Events — Hide duplicate placeholder in venue Select2 dropdown ── */
.tribe-section-venue .select2-results__option[aria-disabled="true"],
.tribe-section-venue .select2-results__option[data-select2-id*="-1"] {
    display: none !important;
}


/* ==========================================================================
   PROFEAT Multi-Artistes — Community Events Form + Event Single
   ========================================================================== */

/* --- Artists section on Community Events form --- */
.tribe-section-artists {
    margin-top: 20px;
}
.tribe-section-artists .tribe-section-header h3 {
    color: #e8e8ec;
}
.tribe-section-artists .tribe-section-content-label label {
    color: #b0b0c0;
}
.tribe-section-artists .description {
    color: #888 !important;
}
.tribe-section-artists textarea {
    background-color: #1e1e1e;
    border: 1px solid #333;
    border-radius: 6px;
    color: #e8e8ec;
    min-height: 120px;
    padding: 12px 14px;
    width: 100%;
}
.tribe-section-artists textarea:focus {
    border-color: #7031ed;
    outline: none;
}

/* --- Select2 dark theme overrides for artists field --- */
.tribe-section-artists .select2-container--default .select2-selection--multiple {
    background-color: #1e1e1e;
    border: 1px solid #333;
    border-radius: 6px;
    min-height: 42px;
    padding: 4px 8px;
}
.tribe-section-artists .select2-container--default .select2-selection--multiple:focus-within {
    border-color: #7031ed;
}
.tribe-section-artists .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #7031ed;
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 4px 8px;
    margin: 2px 4px 2px 0;
}
.tribe-section-artists .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgba(255,255,255,0.7);
    margin-right: 4px;
}
.tribe-section-artists .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}
.tribe-section-artists .select2-container--default .select2-search--inline .select2-search__field {
    color: #e8e8ec;
}
.tribe-section-artists .select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #666;
}

/* Select2 dropdown (rendered at body level) */
.select2-container--default .select2-dropdown {
    background-color: #1e1e1e;
    border-color: #333;
}
.select2-container--default .select2-results__option {
    color: #e8e8ec;
    padding: 8px 12px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #7031ed;
    color: #fff;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #2a2a2a;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #121212;
    border-color: #333;
    color: #e8e8ec;
}
.select2-container--default .select2-results__message {
    color: #888;
}

/* Avatar in Select2 results */
.profeat-artist-result {
    display: flex;
    align-items: center;
    gap: 10px;
}
.profeat-artist-result .profeat-artist-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.profeat-artist-result .profeat-artist-name {
    flex: 1;
}

/* --- Artists display on single event page --- */
.profeat-event-artists {
    margin: 24px 0;
    padding: 20px;
    background-color: #1a1a1a;
    border-radius: 10px;
    border: 1px solid #2a2a2a;
}
.profeat-event-artists h3 {
    color: #e8e8ec;
    margin: 0 0 16px;
    font-size: 18px;
}
.profeat-artists-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.profeat-artist-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #242424;
    border: 1px solid #333;
    border-radius: 24px;
    padding: 6px 14px 6px 6px;
    color: #e8e8ec;
    text-decoration: none;
    transition: all 0.2s ease;
}
.profeat-artist-chip:hover {
    background-color: #2a2a2a;
    border-color: #7031ed;
    color: #fff;
    text-decoration: none;
}
.profeat-artist-chip img,
.profeat-artist-chip .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}
.profeat-artist-chip span {
    font-size: 14px;
    font-weight: 500;
}
.profeat-artist-chip--text {
    padding: 10px 16px;
}
.profeat-artist-chip--text span {
    line-height: 1.2;
}

/* Share button – white text/icon on dark theme */
.bp-share-btn .bp-share-button,
.bp-share-btn .bp-share-button span,
.activity-meta .service-buttons a.bp-share,
.activity-meta .service-buttons a.bp-share .dashicons {
  color: #fff !important;
}

/* Copy-link share button */
.bp-share .dashicons-admin-links,
.bp-share .dashicons-yes {
  color: #fff !important;
}

/* ==========================================================================
   Chantier 16 - Map Category Cards and Filter Popups
   Bring the category row and its popups closer to the compact DICE-style target.
   ========================================================================== */

.tribe-events-view--map {
    --profeat-map-card-width: 106px;
    --profeat-map-card-height: 88px;
}

.tribe-events-view--map button.tribe-filter-bar-c-pill__pill[id^="profeat_"] {
    width: var(--profeat-map-card-width) !important;
    min-height: var(--profeat-map-card-height) !important;
    padding: 14px 10px 12px !important;
    border-radius: 14px !important;
    background: linear-gradient(180deg, #202126 0%, #1a1b1f 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    color: #ffffff !important;
    gap: 9px !important;
    line-height: 1.3 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
}

.tribe-events-view--map button.tribe-filter-bar-c-pill__pill[id^="profeat_"]:hover,
.tribe-events-view--map button.tribe-filter-bar-c-pill__pill[id^="profeat_"]:focus {
    background: #26282d !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

.tribe-events-view--map button.tribe-filter-bar-c-pill__pill[id^="profeat_"][aria-expanded="true"],
.tribe-events-view--map .tribe-filter-bar-c-pill--has-selections button.tribe-filter-bar-c-pill__pill[id^="profeat_"][aria-expanded="true"] {
    background: linear-gradient(180deg, #ffffff 0%, #f3f0ff 100%) !important;
    border-color: rgba(112, 49, 237, 0.28) !important;
    color: #15131d !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.75) !important;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease !important;
}

.tribe-events-view--map button.tribe-filter-bar-c-pill__pill[id^="profeat_"][aria-expanded="true"] .tribe-filter-bar-c-pill__pill-label,
.tribe-events-view--map button.tribe-filter-bar-c-pill__pill[id^="profeat_"][aria-expanded="true"] .tribe-common-b3,
.tribe-events-view--map button.tribe-filter-bar-c-pill__pill[id^="profeat_"][aria-expanded="true"] span,
.tribe-events-view--map .tribe-filter-bar-c-pill--has-selections button.tribe-filter-bar-c-pill__pill[id^="profeat_"][aria-expanded="true"] .tribe-filter-bar-c-pill__pill-label,
.tribe-events-view--map .tribe-filter-bar-c-pill--has-selections button.tribe-filter-bar-c-pill__pill[id^="profeat_"][aria-expanded="true"] .tribe-common-b3,
.tribe-events-view--map .tribe-filter-bar-c-pill--has-selections button.tribe-filter-bar-c-pill__pill[id^="profeat_"][aria-expanded="true"] span {
    color: #15131d !important;
}

.tribe-events-view--map .tribe-filter-bar-c-pill--has-selections button.tribe-filter-bar-c-pill__pill[id^="profeat_"] {
    background: linear-gradient(180deg, #ffffff 0%, #f1ecff 100%) !important;
    border-color: rgba(112, 49, 237, 0.26) !important;
    color: #15131d !important;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
}

.tribe-events-view--map .tribe-filter-bar-c-pill--has-selections button.tribe-filter-bar-c-pill__pill[id^="profeat_"]:hover {
    background: linear-gradient(180deg, #ffffff 0%, #efe8ff 100%) !important;
    border-color: rgba(112, 49, 237, 0.34) !important;
}

.tribe-events-view--map button.tribe-filter-bar-c-pill__pill[id^="profeat_"]::before,
.tribe-events-view--map .tribe-filter-bar-c-pill--has-selections button.tribe-filter-bar-c-pill__pill[id^="profeat_"]::before,
.tribe-events-view--map button.tribe-filter-bar-c-pill__pill[id^="profeat_"][aria-expanded="true"]::before {
    opacity: 0.95 !important;
    filter: none !important;
}

.tribe-events-view--map .tribe-filter-bar-c-pill--has-selections button.tribe-filter-bar-c-pill__pill[id^="profeat_"]::before,
.tribe-events-view--map button.tribe-filter-bar-c-pill__pill[id^="profeat_"][aria-expanded="true"]::before {
    filter: invert(1) brightness(0.12) !important;
    opacity: 1 !important;
}

.tribe-events-view--map .tribe-filter-bar-c-pill--has-selections:has(button[id^="profeat_"]) .tribe-filter-bar-c-pill__remove-button {
    top: 6px !important;
    right: 6px !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 999px !important;
    background: rgba(17, 17, 17, 0.08) !important;
    opacity: 1 !important;
}

.tribe-events-view--map .tribe-filter-bar-c-pill--has-selections:has(button[id^="profeat_"]) .tribe-filter-bar-c-pill__remove-button:hover {
    background: rgba(17, 17, 17, 0.14) !important;
}

.tribe-events-view--map .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container,
.tribe-events-view--map .tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container {
    width: 300px !important;
    top: calc(var(--profeat-map-card-height) + 14px) !important;
    padding: 18px 18px 20px !important;
    border-radius: 18px !important;
    background: #1a1b1f !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.42) !important;
}

.tribe-events-view--map .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-legend,
.tribe-events-view--map .tribe-filter-bar .tribe-filter-bar-c-filter__title {
    font-size: 14px !important;
}

.tribe-events-view--map .tribe-filter-bar .tribe-filter-bar-c-checkbox {
    padding: 9px 0 !important;
}

.tribe-events-view--map .tribe-filter-bar .tribe-common-form-control-checkbox__label,
.tribe-events-view--map .tribe-filter-bar .tribe-common-form-control-radio__label {
    font-size: 13.5px !important;
    color: #d7d7db !important;
}

@media (max-width: 768px) {
    .tribe-events-view--map {
        --profeat-map-card-width: 96px;
        --profeat-map-card-height: 78px;
    }

    .tribe-events-view--map .tribe-filter-bar--horizontal .tribe-filter-bar__filters-slider-container {
        display: block !important;
        overflow-x: auto !important;
        overflow-y: visible !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .tribe-events-view--map .tribe-filter-bar--horizontal .tribe-filter-bar__filters-slider-container::-webkit-scrollbar {
        display: none;
    }

    .tribe-events-view--map .tribe-filter-bar--horizontal .tribe-filter-bar__filters-slider-wrapper {
        display: block !important;
    }

    .tribe-events-view--map .tribe-filter-bar--horizontal .tribe-filter-bar__filters-container,
    .tribe-events-view--map .tribe-filter-bar--horizontal .tribe-filter-bar__filters-container .tribe-filter-bar__filters {
        height: auto !important;
        overflow: visible !important;
    }

    .tribe-events-view--map .tribe-filter-bar__filters-slide {
        display: inline-flex !important;
        flex-wrap: nowrap !important;
        width: max-content !important;
        min-width: 100% !important;
        column-gap: 10px !important;
        row-gap: 0 !important;
        padding-bottom: 2px !important;
    }

    .tribe-events-view--map button.tribe-filter-bar-c-pill__pill[id^="profeat_"] {
        border-radius: 12px !important;
        font-size: 11px !important;
        padding: 12px 8px 10px !important;
    }

    .tribe-events-view--map .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container,
    .tribe-events-view--map .tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container {
        width: min(100vw - 32px, 300px) !important;
    }
}

@media (max-width: 767px) {
    #message-threads .bp-message-link {
        padding: 15px 20px 15px 15px;
    }

    #message-threads .message-thread-options {
        right: 10px;
    }

    #message-threads .bp-message-link .thread-avatar {
        flex: 0 0 46px;
        margin-right: 12px;
    }

    #message-threads .bp-message-link .thread-avatar img.avatar {
        width: 46px;
        height: 46px;
    }

    #message-threads .bp-message-link .thread-content .thread-subject {
        display: flex;
        align-items: center;
        gap: 8px;
        min-height: auto;
        overflow: hidden;
    }

    #message-threads .bp-message-link .thread-content .thread-subject .thread-excerpt,
    #message-threads .bp-message-link .thread-content .thread-subject .typing-indicator {
        flex: 1 1 auto;
        min-width: 0;
        max-width: none !important;
    }

    #message-threads .bp-message-link .thread-date {
        flex: 0 0 auto;
        min-width: fit-content;
    }
}

/* ==========================================================================
   PROFEAT – Feed page top gradient from dev7 prototype
   Gradient only: no background, radius, spacing, or layout changes.
   ========================================================================== */

body.activity .widget,
body.activity #buddypress form#whats-new-form,
body.activity #buddypress .activity-update-form,
body.activity #buddypress .activity-comments form.ac-form,
body.activity #buddypress .activity-list .activity-item {
    position: relative;
    background: rgba(10, 10, 12, 0.58) !important;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    overflow: hidden;
}

body.activity #secondary .tribe-events-view--widget-events-list.tribe-events-widget {
    position: relative;
    background: rgba(10, 10, 12, 0.58) !important;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    overflow: hidden;
}

body.activity .widget::before,
body.activity #buddypress form#whats-new-form::before,
body.activity #buddypress .activity-update-form::before,
body.activity #buddypress .activity-comments form.ac-form::before,
body.activity #buddypress .activity-list .activity-item::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 79, 184, 0) 0%, rgba(255, 79, 184, 0.35) 2.5%, rgba(255, 79, 184, 0.92) 6%, rgba(122, 60, 255, 0.86) 44%, rgba(73, 239, 255, 0) 88%);
    pointer-events: none;
}

body.activity #secondary .tribe-events-view--widget-events-list.tribe-events-widget::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 79, 184, 0) 0%, rgba(255, 79, 184, 0.35) 2.5%, rgba(255, 79, 184, 0.92) 6%, rgba(122, 60, 255, 0.86) 44%, rgba(73, 239, 255, 0) 88%);
    pointer-events: none;
}

body.activity #secondary .tribe-events-view--widget-events-list.tribe-events-widget .tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link,
body.activity #secondary .tribe-events-view--widget-events-list.tribe-events-widget .tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link:visited {
    background-color: var(--bb-secondary-button-background-regular) !important;
    color: var(--bb-secondary-button-text-regular) !important;
    border-color: var(--bb-secondary-button-border-regular) !important;
    text-decoration: none !important;
    box-shadow: none !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    padding: 8px 16px !important;
    border-radius: var(--bb-button-radius) !important;
    display: inline-block !important;
    line-height: 1.2 !important;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

body.activity #secondary .tribe-events-view--widget-events-list.tribe-events-widget .tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link:hover,
body.activity #secondary .tribe-events-view--widget-events-list.tribe-events-widget .tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link:focus,
body.activity #secondary .tribe-events-view--widget-events-list.tribe-events-widget .tribe-events-widget-events-list__view-more a.tribe-events-widget-events-list__view-more-link:active {
    background-color: var(--bb-secondary-button-background-hover) !important;
    color: var(--bb-secondary-button-text-hover) !important;
    border-color: var(--bb-secondary-button-border-hover) !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

body.activity #secondary .tribe-mini-calendar-block .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month-mobile-events__mobile-day--show,
body.activity #secondary .tribe-mini-calendar-block .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-header__messages--day,
body.activity #secondary .tribe-mini-calendar-block .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-c-messages,
body.activity #secondary .tribe-mini-calendar-block .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-c-messages__message {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body.activity #secondary .tribe-mini-calendar-block .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-c-nav,
body.activity #secondary .tribe-mini-calendar-block .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month-nav {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@media (min-width: 992px) {
    body.activity .site-header .main-navigation {
        margin-left: -14px !important;
    }

    body.activity .site-header #primary-navbar .primary-menu > li > a {
        min-width: 0 !important;
        justify-content: flex-start !important;
        padding-left: 0 !important;
        padding-right: 14px !important;
    }
}

/* ==========================================================================
   Footer Refresh
   ========================================================================== */

footer.elementor-location-footer,
.elementor-location-footer {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(112, 49, 237, 0.2) 0%, rgba(112, 49, 237, 0) 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012)),
        rgba(11, 11, 18, 0.98) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.72);
    overflow: hidden;
}

footer.elementor-location-footer::before,
.elementor-location-footer::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 79, 184, 0.92) 0%, rgba(122, 60, 255, 0.86) 42%, rgba(73, 239, 255, 0) 88%);
    pointer-events: none;
}

footer.elementor-location-footer .elementor-motion-effects-layer,
.elementor-location-footer .elementor-motion-effects-layer,
footer.elementor-location-footer .e-con,
.elementor-location-footer .e-con,
footer.elementor-location-footer .elementor-element,
.elementor-location-footer .elementor-element {
    background-color: transparent !important;
    background-image: none !important;
}

footer.elementor-location-footer .elementor-widget-heading .elementor-heading-title,
.elementor-location-footer .elementor-widget-heading .elementor-heading-title {
    color: #ffffff !important;
    font-family: "Unbounded", sans-serif !important;
    text-transform: uppercase !important;
}

footer.elementor-location-footer p,
footer.elementor-location-footer a,
footer.elementor-location-footer li,
footer.elementor-location-footer label,
.elementor-location-footer p,
.elementor-location-footer a,
.elementor-location-footer li,
.elementor-location-footer label {
    color: rgba(255, 255, 255, 0.72) !important;
}

footer.elementor-location-footer a:hover,
.elementor-location-footer a:hover {
    color: #ffffff !important;
}

footer.elementor-location-footer .elementor-field-group .elementor-field,
footer.elementor-location-footer .elementor-field-group .elementor-select-wrapper select,
.elementor-location-footer .elementor-field-group .elementor-field,
.elementor-location-footer .elementor-field-group .elementor-select-wrapper select {
    background: rgba(29, 29, 38, 0.96) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

footer.elementor-location-footer .elementor-field-group .elementor-field::placeholder,
footer.elementor-location-footer .elementor-field-group .elementor-field::-webkit-input-placeholder,
.elementor-location-footer .elementor-field-group .elementor-field::placeholder,
.elementor-location-footer .elementor-field-group .elementor-field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.42) !important;
}

footer.elementor-location-footer .elementor-button[type="submit"],
footer.elementor-location-footer .e-form__buttons__wrapper__button-next,
footer.elementor-location-footer .e-form__buttons__wrapper__button-previous,
.elementor-location-footer .elementor-button[type="submit"],
.elementor-location-footer .e-form__buttons__wrapper__button-next,
.elementor-location-footer .e-form__buttons__wrapper__button-previous {
    background: linear-gradient(90deg, #7031ED 0%, #8E6CFF 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #f5f2ff !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 10px 24px rgba(79, 0, 237, 0.2) !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

footer.elementor-location-footer .elementor-button[type="submit"]:hover,
footer.elementor-location-footer .elementor-button[type="submit"]:focus,
footer.elementor-location-footer .e-form__buttons__wrapper__button-next:hover,
footer.elementor-location-footer .e-form__buttons__wrapper__button-next:focus,
footer.elementor-location-footer .e-form__buttons__wrapper__button-previous:hover,
footer.elementor-location-footer .e-form__buttons__wrapper__button-previous:focus,
.elementor-location-footer .elementor-button[type="submit"]:hover,
.elementor-location-footer .elementor-button[type="submit"]:focus,
.elementor-location-footer .e-form__buttons__wrapper__button-next:hover,
.elementor-location-footer .e-form__buttons__wrapper__button-next:focus,
.elementor-location-footer .e-form__buttons__wrapper__button-previous:hover,
.elementor-location-footer .e-form__buttons__wrapper__button-previous:focus {
    background: linear-gradient(90deg, #7d42ff 0%, #a181ff 100%) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 14px 28px rgba(79, 0, 237, 0.28) !important;
    filter: saturate(1.05);
    transform: translateY(-1px);
}

footer.elementor-location-footer .profeat-footer-mark img,
.elementor-location-footer .profeat-footer-mark img {
    filter: brightness(0) invert(1);
    opacity: 0.96;
}
