/* _content/FriendZapp/Views/Shared/Components/Notifications/Default.cshtml.rz.scp.css */
/* Thème clair - Variables */
:root[b-7inslm1hfp] {
    --primary-color: #0077cc;
    --bg-color: #ffffff;
    --text-color: #212529;
    --navbar-bg: #f8f9fa;
    --border-color: #dee2e6;
    --dropdown-bg: #ffffff;
    --dropdown-hover: #f1f1f1;
    --switch-bg: #ccc;
    --switch-active: #2196F3;
}

/* Thème sombre - Variables */
.dark-theme[b-7inslm1hfp] {
    --bg-color: #1a1a1a;
    --text-color: #f8f9fa;
    --navbar-bg: #2d2d2d;
    --border-color: #444;
    --dropdown-bg: #2d2d2d;
    --dropdown-hover: #3d3d3d;
    --switch-bg: #444;
    --switch-active: #0d6efd;
}

/* Base Styles */
a.navbar-brand[b-7inslm1hfp] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-7inslm1hfp] {
    color: var(--primary-color);
}

.btn-primary[b-7inslm1hfp] {
    color: #fff;
    background-color: var(--primary-color);
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-7inslm1hfp],
.nav-pills .show > .nav-link[b-7inslm1hfp] {
    color: #fff;
    background-color: var(--primary-color);
    border-color: #1861ac;
}

.border-top[b-7inslm1hfp] {
    border-top: 1px solid var(--border-color);
}

.border-bottom[b-7inslm1hfp] {
    border-bottom: 1px solid var(--border-color);
}

.box-shadow[b-7inslm1hfp] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-7inslm1hfp] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-7inslm1hfp] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    background-color: var(--navbar-bg);
    border-top: 1px solid var(--border-color);
}

/* Profile Menu */
.nav-item.dropdown[b-7inslm1hfp] {
    position: relative;
}

.dropdown-menu[b-7inslm1hfp] {
    background-color: var(--dropdown-bg);
    border-color: var(--border-color);
    min-width: 250px;
}

.dropdown-item[b-7inslm1hfp] {
    color: var(--text-color);
    padding: 0.5rem 1.5rem;
    display: flex;
    align-items: center;
    transition: all 0.2s;
}

    .dropdown-item i[b-7inslm1hfp] {
        width: 1.25em;
        text-align: center;
        margin-right: 0.75em;
    }

    .dropdown-item:hover[b-7inslm1hfp] {
        background-color: var(--dropdown-hover);
    }

.dropdown-divider[b-7inslm1hfp] {
    border-color: var(--border-color);
}

/* Theme Switch */
.theme-switch-item[b-7inslm1hfp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1.5rem;
}

.form-check-input.theme-toggle[b-7inslm1hfp] {
    cursor: pointer;
    width: 3em;
    height: 1.5em;
    background-color: var(--switch-bg);
    border-color: var(--border-color);
}

.form-check-input:checked.theme-toggle[b-7inslm1hfp] {
    background-color: var(--switch-active);
    border-color: var(--switch-active);
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .dropdown-menu[b-7inslm1hfp] {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: none;
        box-shadow: none;
    }
}
.fab[b-7inslm1hfp] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #007bff;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    transition: background-color 0.3s ease;
    text-decoration: none;
    z-index: 999;
}

    .fab:hover[b-7inslm1hfp] {
        background-color: #0056b3;
    }
.nav-link .badge[b-7inslm1hfp] {
    font-size: 0.7rem;
    padding: 0.3em 0.45em;
}
/* _content/FriendZapp/Views/Shared/_Layout.cshtml.rz.scp.css */
/* ========== ACTIVITES ========== */
.activity-card[b-k76tuvjez4] {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

    .activity-card:hover[b-k76tuvjez4] {
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        transform: translateY(-1px);
    }

.activity-title[b-k76tuvjez4] {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 8px;
}

.activity-details[b-k76tuvjez4] {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 12px;
    line-height: 1.4;
}

    .activity-details i[b-k76tuvjez4] {
        width: 18px;
        text-align: center;
        margin-right: 4px;
    }

.activity-actions[b-k76tuvjez4] {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

/* Bouton flottant pour création */
.fab[b-k76tuvjez4] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    transition: all 0.3s ease;
    border: none;
}

    .fab:hover[b-k76tuvjez4] {
        background-color: var(--primary-hover);
        transform: scale(1.1);
        text-decoration: none;
        color: white;
    }


