@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/ActivityFlow/Components/Activities/ActivityCard.razor.rz.scp.css */
.activity-item[b-oy33rjsbzz] {
    position: relative;
    padding-left: 20px;
    padding-right: 0;
    overflow: visible;
}

.activity-item .category-label[b-oy33rjsbzz] {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 0px;
    border-start-start-radius: 0.375rem;
    border-start-end-radius: 0.375rem;
    writing-mode: vertical-lr;
    height: 100%;
}

.activity-item .text-muted[b-oy33rjsbzz] {
    white-space: nowrap;
}

.activity-item .btn[b-oy33rjsbzz] {
    white-space: nowrap;
}

.activity-item .card-title[b-oy33rjsbzz] {
    flex: 1;
    margin-right: 7rem;
    font-size: 1.4em;
    color: #2C3E50;
    font-weight: 600;
    position: relative;
    display: inline-block;
    word-break: break-word;
}

.registration-controls[b-oy33rjsbzz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: absolute;
    top: 0.25rem;
    right: 1rem;
    flex-shrink: 0;
}

.registration-status[b-oy33rjsbzz] {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    color: var(--bs-accent);
    font-size: 1.4rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeInScale-b-oy33rjsbzz 0.3s ease-out;
    filter: drop-shadow(0 1px 1px rgba(255, 255, 255, 0.9)) drop-shadow(-1px 0 1px rgba(255, 255, 255, 0.9));
    line-height: 0;
}

@keyframes fadeInScale-b-oy33rjsbzz {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes rotateInWithSlide-b-oy33rjsbzz {
    from {
        opacity: 0;
        transform: translateX(5px) translateY(-5px) rotate(-180deg) scale(0.4);
    }

    to {
        opacity: 1;
        transform: translateY(0) rotate(0deg) scale(1);
    }
}

.past-activity[b-oy33rjsbzz] {
    opacity: 0.75;
    background-color: #f8f9fa !important;
}

.registered-icon[b-oy33rjsbzz] {
    display: inline-flex;
    line-height: 1.1rem;
    font-size: 1.1rem;
    margin-right: 8px;
    vertical-align: middle;
    color: var(--bs-accent);
    animation: rotateInWithSlide-b-oy33rjsbzz 0.3s ease-in;
    animation-fill-mode: forwards;
}

.description-text[b-oy33rjsbzz] {
    cursor: pointer;
    color: var(--bs-gray-700);
}

.smaller[b-oy33rjsbzz] {
    font-size: 0.875rem;
}

.show-more-text[b-oy33rjsbzz] {
    color: #adb5bd !important;
    /* Lighter gray than text-muted (#6c757d) */
}

.registered-icon[b-oy33rjsbzz] {
    color: var(--bs-success);
    font-size: 1.25rem;
}

.registration-button[b-oy33rjsbzz] {
    padding: 0.375rem 0.75rem;
    margin-right: 0 !important;
    border-radius: 2rem;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    border: 2px solid transparent;
    font-size: 0.875rem;
    min-width: 120px;
    justify-content: center;
    margin: 0.5rem 0.5rem 0 0;
}

.registration-button:not(.unregister)[b-oy33rjsbzz] {
    color: var(--bs-link-color);
}

.registration-button:not(.unregister):hover[b-oy33rjsbzz] {
    background-color: var(--bs-primary-100);
    border-color: var(--bs-primary-200);
    color: var(--bs-link-hover-color);
}

.registration-button.unregister[b-oy33rjsbzz] {
    color: var(--bs-link-color);
    border-color: transparent;
}

.registration-button.unregister:hover[b-oy33rjsbzz] {
    background-color: var(--bs-primary-100);
    border-color: var(--bs-primary-200);
    color: var(--bs-link-hover-color);
}

@media (max-width: 576px) {
    .card-title[b-oy33rjsbzz] {
        font-size: 1.1rem;
        margin-right: 6rem;
    }

    .registration-button[b-oy33rjsbzz] {
        padding: 0.25rem 0.5rem;
        font-size: 0.8rem;
        min-width: auto;
    }

    .registration-button i[b-oy33rjsbzz] {
        font-size: 1rem;
    }
}

.popup-card[b-oy33rjsbzz] {
    max-height: 80vh;
    overflow-y: auto;
    border: 0 !important;
    display: flex;
    flex-direction: column;
}

.popup-card .category-label[b-oy33rjsbzz] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: auto;
    min-height: 100%;
}

.popup-card[b-oy33rjsbzz]  .registration-controls {
    right: 2.5rem;
    top: 0.3rem;
}

.popup-card[b-oy33rjsbzz]  .card-body {
    padding: 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
}

.popup-card[b-oy33rjsbzz]  .card-title {
    margin-right: 8rem;
    padding-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.popup-card[b-oy33rjsbzz]  .card-footer {
    padding: 1rem 1.5rem;
}
/* _content/ActivityFlow/Components/Activities/ActivityForm.razor.rz.scp.css */
.card[b-h9xj41zhly] {
    margin: auto;
}
.input-field.col label.left[b-h9xj41zhly] {
    left: 0 !important;
}
/* _content/ActivityFlow/Components/Activities/ActivityRegistrationOverviewModal.razor.rz.scp.css */
.modal-content[b-9118g8em7g] {
    min-height: 400px;
}

.registrations-grid[b-9118g8em7g] {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    row-gap: 1rem; 
}

@media (max-width: 576px) { 
    .registrations-grid[b-9118g8em7g] {
        grid-template-columns: 1fr; 
    }
}
.registration-item[b-9118g8em7g] {
    display: flex;
    flex-direction: column;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ddd; 
}

/* _content/ActivityFlow/Components/Activities/ListView.razor.rz.scp.css */
.list-view-container[b-wc06o3zfb0] {
    display: flex;
    flex-direction: column;
}

.list-navigation-bar[b-wc06o3zfb0] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    margin-top: 8px;
}

.nav-btn[b-wc06o3zfb0] {
    background-color: transparent;
    border-color: var(--bs-btn-primary);
    color: var(--bs-btn-primary);
    border-radius: 6px;
    border-width: 1.5px;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid var(--bs-btn-primary);
    min-width: auto;
    height: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.nav-btn:hover:not(:disabled)[b-wc06o3zfb0] {
    background-color: var(--bs-btn-primary);
    border-color: var(--bs-btn-primary);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 137, 123, 0.25);
}

.nav-btn:active:not(:disabled)[b-wc06o3zfb0] {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 137, 123, 0.2);
}

.nav-btn:focus[b-wc06o3zfb0] {
    box-shadow: 0 0 0 0.2rem rgba(0, 137, 123, 0.25);
}

.nav-btn:disabled[b-wc06o3zfb0] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    transform: none;
    box-shadow: none;
}

.nav-btn-today[b-wc06o3zfb0] {
    background-color: transparent;
    border-color: var(--bs-accent);
    color: var(--bs-accent);
    border-width: 1.5px;
    box-shadow: 0 1px 3px rgba(243, 156, 18, 0.15);
}

.nav-btn-today:hover:not(:disabled)[b-wc06o3zfb0] {
    background-color: var(--bs-accent);
    border-color: var(--bs-accent);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(243, 156, 18, 0.3);
}

.nav-btn-today:active:not(:disabled)[b-wc06o3zfb0] {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(243, 156, 18, 0.25);
}

.nav-btn-today:focus[b-wc06o3zfb0] {
    box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.25);
}

.nav-btn i[b-wc06o3zfb0] {
    font-size: 1rem;
}

.activity-list[b-wc06o3zfb0] {
    margin: auto;
    height: calc(100vh - 260px);
    overflow-y: auto;
    padding-right: 10px;
    padding-bottom: 20px;
    scrollbar-width: none;
    /* Hide scrollbar for Firefox */
    -ms-overflow-style: none;
    /* Hide scrollbar for IE and Edge */
}

.list-spacer[b-wc06o3zfb0] {
    height: calc(100vh - 400px);
    min-height: 400px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.activity-list[b-wc06o3zfb0]::-webkit-scrollbar {
    width: 6px;
}

/* Track - making it completely transparent */
.activity-list[b-wc06o3zfb0]::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.activity-list[b-wc06o3zfb0]::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    opacity: 0;
    transition: opacity 0.3s;
}

/* Show scrollbar only while scrolling */
.activity-list[b-wc06o3zfb0]::-webkit-scrollbar-thumb:active {
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
}

.month-header[b-wc06o3zfb0] {
    font-size: 1.8em;
    font-weight: bold;
    color: #2C3E50;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ddd;
}

.date-container[b-wc06o3zfb0] {
    text-align: right;
}

.date-placeholder[b-wc06o3zfb0] {
    padding-right: 20px;
}

.date-text[b-wc06o3zfb0] {
    border-left: 5px solid var(--bs-accent);
    padding: 15px 10px;
    font-size: 1em;
    font-weight: bold;
    color: #2C3E50;
    display: flex;
    align-items: center;
    gap: 8px;
}

.message[b-wc06o3zfb0] {
    font-size: 0.9rem;
    font-weight: 500;
    font-style: italic;
}

/* Date highlight effect for calendar navigation */
.date-highlight[b-wc06o3zfb0] {
    position: relative;
}

.date-highlight[b-wc06o3zfb0]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--bs-accent);
    border-radius: 2px;
    animation: underline-sweep-b-wc06o3zfb0 2s ease-out forwards;
    box-shadow: 0 2px 8px rgba(var(--bs-accent-rgb), 0.4);
}

@keyframes underline-sweep-b-wc06o3zfb0 {
    0% {
        width: 0;
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    45% {
        width: 100%;
        opacity: 1;
    }

    80% {
        width: 100%;
        opacity: 1;
    }

    100% {
        width: 100%;
        opacity: 0;
    }
}
/* _content/ActivityFlow/Components/Activities/MonthView.razor.rz.scp.css */
.calendar[b-8derclqk3z] {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    margin: auto;
}

.grid-cols[b-8derclqk3z] {
    grid-template-columns: repeat(7, 1fr);
}

.day[b-8derclqk3z] {
    height: 125px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 3px;
    position: relative;
    background-color: #f7f7f7 !important;
    cursor: pointer;
    transition: all 0.2s ease;
}

.future-day:hover[b-8derclqk3z] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.past-day[b-8derclqk3z] {
    cursor: default;
}

    .past-day:hover[b-8derclqk3z] {
        transform: none;
        box-shadow: none;
    }

.day.today[b-8derclqk3z] {
    border: 2px solid var(--bs-accent) !important;
}

.day.current-month[b-8derclqk3z] {
    border: 2px solid var(--bs-primary);
    background-color: #ffffff !important;
    /* Witte achtergrond voor extra nadruk */
}

.day:hover:not(.past-day)[b-8derclqk3z] {
    background-color: var(--bs-accent-transparant) !important;
}

.day.past-day:hover[b-8derclqk3z] {
    background-color: #fafafa !important;
}

.day-header[b-8derclqk3z] {
    position: relative;
    height: 25px;
    width: 100%;
}

.day-number[b-8derclqk3z] {
    position: absolute;
    top: 2px;
    left: 5px;
}

.add-symbol[b-8derclqk3z] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    color: var(--bs-accent);
    font-size: 1.2em;
    pointer-events: none;
}

.future-day:hover .add-symbol[b-8derclqk3z] {
    opacity: 1;
}

.day-number.past[b-8derclqk3z] {
    color: #acacac;
}

.activities-list[b-8derclqk3z] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.activity-link[b-8derclqk3z] {
    font-size: 0.7rem;
    text-decoration: none;
    text-align: left;
    width: 100%;
    max-width: 100%;
    padding: 4px 6px;
    margin: 0;
    border-radius: 4px;
    transition: all 0.2s ease;
    overflow: hidden;
    position: relative;
}

    .activity-link:hover[b-8derclqk3z] {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .activity-link .activity-title[b-8derclqk3z] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: transform 1.5s ease-out;
    }

.activity-time[b-8derclqk3z] {
    font-weight: bold;
    margin-bottom: 2px;
}

.activity-title[b-8derclqk3z] {
    font-size: 0.7rem;
    line-height: 1.2;
}


.more-activities-btn[b-8derclqk3z] {
    font-size: 0.65rem;
    background: none;
    border: none;
    padding: 4px;
    border-radius: 8px;
    transition: all 0.2s ease;
    cursor: pointer;
    margin-top: auto;
    text-align: center;
    width: 100%;
    color: #6c757d;
}

    .more-activities-btn:hover[b-8derclqk3z] {
        background-color: rgba(0, 0, 0, 0.1);
        transform: scale(1.02);
    }

.month-header h3[b-8derclqk3z] {
    margin: 0;
}

/* Responsive design */
@media (max-width: 992px) {
    .day[b-8derclqk3z] {
        font-size: 0.8em;
    }

    .day-header[b-8derclqk3z] {
        /*height: 18px;*/
    }

    .activity-link[b-8derclqk3z] {
        font-size: 0.6rem;
        min-height: 20px;
        margin-bottom: 0;
    }

    .grid-cols[b-8derclqk3z] {
        grid-template-columns: repeat(5, 1fr);
        /* Only 5 for workdays */
    }

    .day.weekend[b-8derclqk3z] {
        display: none !important;
    }

    .more-activities-btn[b-8derclqk3z] {
        padding: 2px;
    }
}

.legend[b-8derclqk3z] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.legend-item[b-8derclqk3z] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.legend-color[b-8derclqk3z] {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #ccc;
}

/* Modal backdrop styling */
.modal-backdrop[b-8derclqk3z] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    z-index: 1040;
}

/* Activity Popup Styling */
.activity-popup[b-8derclqk3z] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    max-width: 600px;
    width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
}

/* Medium screens - wider popup */
@media (min-width: 768px) and (max-width: 1199px) {
    .activity-popup[b-8derclqk3z] {
        max-width: 700px;
        width: 85vw;
    }
}

/* Large screens - more constrained popup */
@media (min-width: 1200px) {
    .activity-popup[b-8derclqk3z] {
        max-width: 900px;
        width: 65vw;
    }
}

/* Responsive popup for small screens */
@media (max-width: 767px) {
    .activity-popup[b-8derclqk3z] {
        max-width: 95vw;
        width: 95vw;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -40%);
    }
}

@media (max-width: 480px) {
    .activity-popup[b-8derclqk3z] {
        max-width: 98vw;
        width: 98vw;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -35%);
    }
}

.popup-close[b-8derclqk3z] {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 1051;
    background: none;
    border: none;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 24px;
    color: #6c757d;
    padding: 4px;
}

    .popup-close[b-8derclqk3z]::before {
        content: "x";
        font-weight: 400;
        line-height: 1;
    }

    .popup-close:hover[b-8derclqk3z] {
        background-color: transparent;
        border-color: transparent;
        color: #495057;
        transform: none;
        box-shadow: none;
    }

.popup-card[b-8derclqk3z] {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    border: 1px solid #e9ecef;
    background: white;
}
/* _content/ActivityFlow/Components/Activities/WeekView.razor.rz.scp.css */
.week-view[b-h68xv3cmwo] {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: auto;
}

.grid-cols[b-h68xv3cmwo] {
    grid-template-columns: repeat(7, 1fr);
}

.day[b-h68xv3cmwo] {
    min-height: 500px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    position: relative;
    background-color: #ffffff !important;
    cursor: pointer;
    transition: all 0.2s ease;
}

.day:hover:not(.past-day)[b-h68xv3cmwo] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: var(--bs-accent-transparant) !important;
}

.day.today[b-h68xv3cmwo] {
    border: 2px solid var(--bs-accent) !important;
}

.day-header[b-h68xv3cmwo] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.day-number[b-h68xv3cmwo] {
    font-size: 1.2em;
}

.day-number.past[b-h68xv3cmwo] {
    color: #acacac;
}

.day-name[b-h68xv3cmwo] {
    font-size: 0.8em;
}

.add-symbol[b-h68xv3cmwo] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    color: var(--bs-accent);
    font-size: 1.2em;
    pointer-events: none;
}

.future-day:hover .add-symbol[b-h68xv3cmwo] {
    opacity: 1;
}

.past-day[b-h68xv3cmwo] {
    cursor: default;
}

.past-day:hover[b-h68xv3cmwo] {
    transform: none;
    box-shadow: none;
    background-color: #fafafa !important;
}

.activities-container[b-h68xv3cmwo] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow-y: auto;
    max-height: 420px;
}

.activity-link[b-h68xv3cmwo] {
    font-size: 0.75rem;
    text-decoration: none;
    text-align: left;
    width: 100%;
    max-width: 100%;
    padding: 4px 6px;
    margin: 0;
    border-radius: 4px;
    transition: all 0.2s ease;
    overflow: hidden;
    position: relative;
}

.activity-link:hover[b-h68xv3cmwo] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.activity-link .activity-title[b-h68xv3cmwo] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: transform 1.5s ease-out;
}

.more-activities-btn[b-h68xv3cmwo] {
    font-size: 0.75rem;
    background: none;
    border: none;
    padding: 2px 6px;
    border-radius: 12px;
    transition: all 0.2s ease;
    text-decoration: none;
    color: #6c757d;
    cursor: pointer;
}

.more-activities-btn:hover[b-h68xv3cmwo] {
    background-color: rgba(0, 0, 0, 0.1);
    color: #495057;
}


.activity-time[b-h68xv3cmwo] {
    font-weight: bold;
    margin-bottom: 2px;
}

.activity-title[b-h68xv3cmwo] {
    font-size: 0.7rem;
    line-height: 1.2;
}

.no-activities[b-h68xv3cmwo] {
    padding: 20px 10px;
    font-style: italic;
}

.legend-item[b-h68xv3cmwo] {
    margin-bottom: 8px;
}

.legend-color[b-h68xv3cmwo] {
    width: 12px;
    height: 12px;
    margin-right: 6px;
}

/* Responsive design */
@media (max-width: 992px) {
    .weekend[b-h68xv3cmwo] {
        display: none !important;
    }

    .day[b-h68xv3cmwo] {
        min-height: 340px;
        font-size: 0.8em;
    }

    .activity-link[b-h68xv3cmwo] {
        font-size: 0.65rem;
        padding: 3px 4px;
    }

    .activities-container[b-h68xv3cmwo] {
        max-height: 280px;
    }

    .grid-cols[b-h68xv3cmwo] {
        grid-template-columns: repeat(5, 1fr);
    }
}


@media (max-width: 576px) {
     .day-header[b-h68xv3cmwo] {
        padding-bottom: 4px;
    }

    .day-number[b-h68xv3cmwo] {
        font-size: 1em;
    }

    .day-name[b-h68xv3cmwo] {
        font-size: 0.7em;
    }

    .activity-link[b-h68xv3cmwo] {
        font-size: 0.6rem;
        padding: 2px 3px;
        max-height: 25px;
    }

    .more-activities-btn[b-h68xv3cmwo] {
        padding: 0 !important;
    }
}

/* Category colors - same as MonthView */
.category-sport[b-h68xv3cmwo] {
    background-color: #28a745 !important;
    color: white !important;
}

.category-culture[b-h68xv3cmwo] {
    background-color: #17a2b8 !important;
    color: white !important;
}

.category-education[b-h68xv3cmwo] {
    background-color: #ffc107 !important;
    color: black !important;
}

.category-social[b-h68xv3cmwo] {
    background-color: #dc3545 !important;
    color: white !important;
}

.category-other[b-h68xv3cmwo] {
    background-color: #6c757d !important;
    color: white !important;
}

/* Modal backdrop styling */
.modal-backdrop[b-h68xv3cmwo] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    z-index: 1040;
}

/* Activity Popup Styling */
.activity-popup[b-h68xv3cmwo] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    max-width: 600px;
    width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
}

/* Medium screens - wider popup */
@media (min-width: 768px) and (max-width: 1199px) {
    .activity-popup[b-h68xv3cmwo] {
        max-width: 700px;
        width: 85vw;
    }
}

/* Large screens - more constrained popup */
@media (min-width: 1200px) {
    .activity-popup[b-h68xv3cmwo] {
        max-width: 900px;
        width: 65vw;
    }
}

/* Responsive popup for small screens */
@media (max-width: 767px) {
    .activity-popup[b-h68xv3cmwo] {
        max-width: 95vw;
        width: 95vw;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -40%);
    }
}

@media (max-width: 480px) {
    .activity-popup[b-h68xv3cmwo] {
        max-width: 98vw;
        width: 98vw;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -35%);
    }
}

.popup-close[b-h68xv3cmwo] {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 1051;
    background: none;
    border: none;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 24px;
    color: #6c757d;
    padding: 4px;
}

.popup-close[b-h68xv3cmwo]::before {
    content: "x";
    font-weight: 400;
    line-height: 1;
}

.popup-close:hover[b-h68xv3cmwo] {
    background-color: transparent;
    border-color: transparent;
    color: #495057;
    transform: none;
    box-shadow: none;
}
/* _content/ActivityFlow/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-c4boct9jcn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-c4boct9jcn] {
    flex: 1;
}

#blazor-error-ui[b-c4boct9jcn] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-c4boct9jcn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.top-row[b-c4boct9jcn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-c4boct9jcn]  a,
    .top-row[b-c4boct9jcn]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-c4boct9jcn]  a:hover,
        .top-row[b-c4boct9jcn]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-c4boct9jcn]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-c4boct9jcn] {
        justify-content: space-between;
    }

        .top-row[b-c4boct9jcn]  a,
        .top-row[b-c4boct9jcn]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 770px) {
    .page[b-c4boct9jcn] {
        flex-direction: row;
    }

   
    .top-row[b-c4boct9jcn] {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: var(--bs-background);
    }

        .top-row.auth[b-c4boct9jcn]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-c4boct9jcn],
    article[b-c4boct9jcn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/ActivityFlow/Components/Layout/NavMenu.razor.rz.scp.css */
@keyframes fadeIn-b-6vp2kbk8ci {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.sidebar[b-6vp2kbk8ci] {
    background-color: var(--bs-primary);
    animation: fadeIn-b-6vp2kbk8ci 0.3s ease-in-out;
    overflow: hidden;
}

.navbar-toggler[b-6vp2kbk8ci] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-6vp2kbk8ci] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-6vp2kbk8ci] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.container-fluid[b-6vp2kbk8ci] {
    padding-left: 5px;
}

.navbar-brand[b-6vp2kbk8ci] {
    font-size: 1.1rem;
}

.navbar-brand bi[b-6vp2kbk8ci] {
    display: none;
}

.bi[b-6vp2kbk8ci] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    margin-right: 0.75rem;
    background-size: cover;
    margin-left: 5px;
    font-size: 1.25rem;
}

.bi.small[b-6vp2kbk8ci] {
    font-size: 0.88rem;
    margin-right: 0.2rem;
}


.nav-item[b-6vp2kbk8ci] {
    font-size: 0.9rem;
    padding: 0.3rem 10px;
}

.nav-item:first-of-type[b-6vp2kbk8ci] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-6vp2kbk8ci] {
    padding-bottom: 1rem;
}

.nav-item[b-6vp2kbk8ci]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    padding-left: 5px;
}

.nav-item[b-6vp2kbk8ci]  a.active {
    background-color: rgba(255, 255, 255, 0.37);
    color: white;
}

.nav-item[b-6vp2kbk8ci]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white !important;
}

.nav-section-header[b-6vp2kbk8ci] {
    padding: 0.5rem 15px 0.25rem 15px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

.nav-scrollable[b-6vp2kbk8ci] {
    display: none;
    overflow: hidden;
}

.navbar-toggler:checked~.nav-scrollable[b-6vp2kbk8ci] {
    display: block;
}


@media (min-width: 770px) {
    .navbar-toggler[b-6vp2kbk8ci] {
        display: none;
    }

    .navbar-brand bi[b-6vp2kbk8ci] {
        display: flex;
    }

    .sidebar[b-6vp2kbk8ci] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        transition: width 0.3s;
        overflow: hidden;
    }

    .nav-scrollable[b-6vp2kbk8ci] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }


    .sidebar.compact[b-6vp2kbk8ci] {
        width: 70px;
    }

    .sidebar.compact .nav-item[b-6vp2kbk8ci] {
        text-align: center;
    }

    .sidebar.compact .nav-item[b-6vp2kbk8ci]  .nav-link {
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }

    .sidebar.compact .nav-item[b-6vp2kbk8ci]  .nav-link .bi {
        margin: 0;
    }

    .sidebar.compact .nav-item[b-6vp2kbk8ci]  .nav-link span:not(.bi) {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s ease, visibility 0.5s ease;
    }


    .sidebar .nav-item[b-6vp2kbk8ci]  .nav-link span:not(.bi) {
        opacity: 1;
        visibility: visible;
        transition: opacity 1.0s ease, visibility 1.0s ease;
    }
}


.version-info[b-6vp2kbk8ci] {
    padding: 5px;
    font-size: 0.5rem;
    color: #a7a7a7;
    line-height: 1.2rem;
}

.version-info a[b-6vp2kbk8ci] {
    font-size: 0.8rem;
    color: #a7a7a7 !important;
    line-height: 1.3rem;
    text-decoration: none !important;
}

.version-info a:hover[b-6vp2kbk8ci] {
    color: var(--bs-accent) !important;
}
/* _content/ActivityFlow/Components/Locations/DeleteLocationModal.razor.rz.scp.css */
/* Modal visibility control */
.modal.visible[b-2yq347hcez] {
    display: block !important;
}

.modal.hidden[b-2yq347hcez] {
    display: none !important;
}

/* Scrollable activity list */
.activity-list-container[b-2yq347hcez] {
    max-height: 200px;
    overflow-y: auto;
}
/* _content/ActivityFlow/Components/Pages/AccountsOverview.razor.rz.scp.css */
/* Table styling to match app theme */
.table[b-5fupfmvl1v] {
    margin-bottom: 0;
    border: 1px solid #adb5bd;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.table th[b-5fupfmvl1v] {
    white-space: nowrap;
    padding-right: 16px;
    background-color: var(--bs-background);
    border-bottom: 2px solid var(--bs-primary);
    color: var(--bs-primary);
    font-weight: 600;
}

.table th i[b-5fupfmvl1v] {
    margin-left: 8px;
    width: 15px !important;
    display: inline-block;
}

.table tbody tr:hover[b-5fupfmvl1v] {
    background-color: var(--bs-accent-transparant);
}

.table tbody tr[b-5fupfmvl1v] {
    height: 3.2rem;
    vertical-align: middle;
}

.table tbody td[b-5fupfmvl1v] {
    vertical-align: middle;
    padding: 0.75rem 0.5rem;
}

/* Card styling for consistent theme */
.card[b-5fupfmvl1v] {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.375rem;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
}

.card-body[b-5fupfmvl1v] {
    padding: 1.5rem;
}

.search-container[b-5fupfmvl1v] {
    display: flex;
    justify-content: flex-end;
}

.search-box[b-5fupfmvl1v] {
    position: relative;
    width: 300px;
}

.search-box input[b-5fupfmvl1v] {
    width: 100%;
    padding-right: 2rem;
}

.search-box .clear-icon[b-5fupfmvl1v] {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    cursor: pointer;
    color: #aaa;
}

.search-box .clear-icon:hover[b-5fupfmvl1v] {
    color: #000;
}

.search-box .clear-icon.hidden[b-5fupfmvl1v] {
    visibility: hidden;
}

/* Table column widths */
.col-pcn[b-5fupfmvl1v] {
    width: 1%;
}

.col-employee[b-5fupfmvl1v] {
    width: 1%;
}

.col-actions[b-5fupfmvl1v] {
    width: 8%;
}

.page-link[b-5fupfmvl1v] {
    border-color: var(--bs-gray-500) !important;
}

.page-link:hover:not(:disabled)[b-5fupfmvl1v] {
    background-color: var(--bs-accent) !important;
    border-color: var(--bs-accent) !important;
    color: white !important;
}


.active>.page-link[b-5fupfmvl1v],
.page-link.active[b-5fupfmvl1v] {
    background-color: var(--bs-btn-primary);
    /*border-color: var(--bs-btn-primary);*/
}

/* First and Last page buttons styling */
.page-link-first[b-5fupfmvl1v],
.page-link-last[b-5fupfmvl1v] {
    background-color: var(--bs-btn-primary) !important;
    border-color: var(--bs-btn-primary) !important;
    color: white !important;
    font-weight: 600;
}

.page-link-first:hover:not(:disabled)[b-5fupfmvl1v],
.page-link-last:hover:not(:disabled)[b-5fupfmvl1v] {
    background-color: var(--bs-accent) !important;
    border-color: var(--bs-accent) !important;
    color: white !important;
}

.page-link-first:disabled[b-5fupfmvl1v],
.page-link-last:disabled[b-5fupfmvl1v] {
    background-color: var(--bs-gray-200) !important;
    border-color: var(--bs-gray-500) !important;
    color: var(--bs-gray-600) !important;
}

/* Mobile pagination styling */
@media (max-width: 768px) {
    .btn[b-5fupfmvl1v] {
        font-size: 0.875rem;
        padding: 0.5rem 0.75rem;
    }
}
/* _content/ActivityFlow/Components/Pages/Activities.razor.rz.scp.css */
.activity-filter[b-fri2b00k50] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.activity-filter.show[b-fri2b00k50] {
    max-height: 500px;
    opacity: 1;
}

.activities-container[b-fri2b00k50] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 4rem);
    /* Adjust based on your top navbar height */
    padding: 1rem;
}

.activities-header[b-fri2b00k50] {
    position: sticky;
    top: 0;
    background-color: var(--bs-body-bg);
    z-index: 100;
    padding: 1rem 0;
}

.activities-content[b-fri2b00k50] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem 0;
}
/* _content/ActivityFlow/Components/Pages/Community.razor.rz.scp.css */
/* List group styling for recent activity */
.list-group-item[b-78s8uw2f4u] {
    border: 1px solid rgba(0, 0, 0, 0.125);
    transition: background-color 0.2s ease;
}

.list-group-item:hover[b-78s8uw2f4u] {
    background-color: rgba(0, 0, 0, 0.02);
}

.list-group-item h6[b-78s8uw2f4u] {
    color: #2C3E50;
}

/* Card styling */
.card[b-78s8uw2f4u] {
    border: 1px solid rgba(0, 0, 0, 0.125);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover[b-78s8uw2f4u] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.card-title[b-78s8uw2f4u] {
    color: #2C3E50;
    font-size: 1.1rem;
}

.card-footer[b-78s8uw2f4u] {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* Category pill styling */
.category-pill[b-78s8uw2f4u] {
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
    cursor: default;
}

/* Section headings */
section h3[b-78s8uw2f4u] {
    color: #2C3E50;
    font-weight: 600;
    font-size: 1.75rem;
}

section p.text-muted[b-78s8uw2f4u] {
    font-size: 0.95rem;
}

/* Badge styling */
.badge[b-78s8uw2f4u] {
    font-weight: 500;
}
/* _content/ActivityFlow/Components/Pages/LocationManagement.razor.rz.scp.css */
/* Table styling to match app theme */
.table[b-yetsri5vc3] {
    margin-bottom: 0;
    border: 1px solid #adb5bd;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.table th[b-yetsri5vc3] {
    white-space: nowrap;
    padding-right: 16px;
    background-color: var(--bs-background);
    border-bottom: 2px solid var(--bs-primary);
    color: var(--bs-primary);
    font-weight: 600;
}

.table th:last-child[b-yetsri5vc3] {
    text-align: center;
    width: 120px;
}

.table tbody tr:hover[b-yetsri5vc3] {
    background-color: var(--bs-accent-transparant);
}

.table tbody tr[b-yetsri5vc3] {
    height: 3.2rem;
    vertical-align: middle;
}

.table tbody td[b-yetsri5vc3] {
    vertical-align: middle;
    padding: 0.75rem 0.5rem;
}

.table tbody td:last-child[b-yetsri5vc3] {
    text-align: center;
}

/* Card styling for consistent theme */
.card[b-yetsri5vc3] {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.375rem;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
}

.card-body[b-yetsri5vc3] {
    padding: 1.5rem;
}

/* Button styling */
.btn[b-yetsri5vc3] {
    border-radius: 3px;
}

.d-flex.gap-1 .btn[b-yetsri5vc3] {
    margin: 0;
}

/* Badge styling consistency */
.badge[b-yetsri5vc3] {
    font-size: 0.75rem;
    padding: 0.35em 0.65em;
}

/* Custom badge colors to match theme */
.badge.bg-success[b-yetsri5vc3] {
    background-color: var(--bs-btn-primary) !important;
    color: white !important;
}

.badge.bg-secondary[b-yetsri5vc3] {
    background-color: var(--bs-gray-500) !important;
    color: white !important;
}

.table-secondary[b-yetsri5vc3] {
    --bs-table-bg: var(--bs-gray-100) !important;
}

/* Loading and empty state styling */
.spinner-border[b-yetsri5vc3] {
    color: var(--bs-primary);
}

.text-muted[b-yetsri5vc3] {
    color: var(--bs-secondary) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .d-flex.gap-1 .btn[b-yetsri5vc3] {
        padding: 0.25rem 0.4rem;
        font-size: 0.8rem;
    }

    .table th[b-yetsri5vc3],
    .table td[b-yetsri5vc3] {
        padding: 0.5rem 0.25rem;
    }
}
/* _content/ActivityFlow/Components/Pages/Registrations.razor.rz.scp.css */
.container.registrations[b-u4fekdz1yk]{
    max-width: 1000px;
}

.btn[b-u4fekdz1yk] {
    white-space: nowrap;
}

.bg-light[b-u4fekdz1yk] {
    opacity: 0.8;
}

.bi[b-u4fekdz1yk] {
    font-size: 1rem;
}

@media (max-width: 768px) {
    .container[b-u4fekdz1yk] {
        padding: 0 15px;
    }
}

#pastRegistrationsCollapse[b-u4fekdz1yk] {
    transition: height 0.3s ease;
    overflow: hidden;
}

.registrations-controls[b-u4fekdz1yk] {
    margin-top: 1rem;
}

.registrations-controls .btn[b-u4fekdz1yk] {
    width: auto;
}
/* _content/ActivityFlow/Components/Pages/Statistics.razor.rz.scp.css */
.card[b-d5e2ax7epz] {
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-body[b-d5e2ax7epz] {
    padding: 1.5rem;
}

.card-title[b-d5e2ax7epz] {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.fs-1[b-d5e2ax7epz] {
    font-size: 3rem !important;
    opacity: 0.8;
}

.bg-primary[b-d5e2ax7epz] {
    background: linear-gradient(135deg, #007bff, #0056b3) !important;
}

.bg-success[b-d5e2ax7epz] {
    background: linear-gradient(135deg, #28a745, #1e7e34) !important;
}

.bg-info[b-d5e2ax7epz] {
    background: linear-gradient(135deg, #17a2b8, #117a8b) !important;
}

.bg-warning[b-d5e2ax7epz] {
    background: linear-gradient(135deg, #ffc107, #d39e00) !important;
}

.badge[b-d5e2ax7epz] {
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
}

.spinner-border[b-d5e2ax7epz] {
    width: 3rem;
    height: 3rem;
}

.card-header[b-d5e2ax7epz] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    font-weight: 600;
}

.text-muted[b-d5e2ax7epz] {
    color: #6c757d !important;
}

@media (max-width: 768px) {
    .card-title[b-d5e2ax7epz] {
        font-size: 1.5rem;
    }

    .fs-1[b-d5e2ax7epz] {
        font-size: 2rem !important;
    }

    .card-body[b-d5e2ax7epz] {
        padding: 1rem;
    }
}
/* _content/ActivityFlow/Components/Shared/SearchBox.razor.rz.scp.css */
.search-box[b-cslkkt5ure] {
    position: relative;
    width: 100%;
}

.search-box.search-box-limited[b-cslkkt5ure] {
    max-width: 400px;
}

@media (min-width: 992px) {
    .search-box.search-box-limited[b-cslkkt5ure] {
        max-width: 350px;
    }
}

.search-box input[b-cslkkt5ure] {
    width: 100%;
    padding-right: 2rem;
}

.search-box .clear-icon[b-cslkkt5ure] {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    cursor: pointer;
    color: #aaa;
}

.search-box .clear-icon:hover[b-cslkkt5ure] {
    color: #000;
}

/* _content/ActivityFlow/Components/Shared/TimePicker.razor.rz.scp.css */
.time-picker[b-0b64rbqeec] {
    margin-bottom: 1rem;
}

    .time-picker label[b-0b64rbqeec] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: bold;
    }

    .time-picker select[b-0b64rbqeec] {
        width: 100%;
        padding: 0.5rem;
        font-size: 1rem;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
