/* /Components/EventCard.razor.rz.scp.css */
.card-title[b-lksv50bizg] {
    color: #34568B;
}
/* /Components/EventFilters.razor.rz.scp.css */
.filter[b-l9ht47h5oq] {
    font-size: 15px;
    margin-bottom: 1px;
    white-space: nowrap;
}

.form-group[b-l9ht47h5oq] {
    margin-bottom: 20px;
}

select.form-control[b-l9ht47h5oq] {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-width: 0;
    font-size: 0.85rem;
}

.date-input[b-l9ht47h5oq] {
    background-color: #fff;
}


.sticky-header[b-l9ht47h5oq] {
    position: sticky;
    top: 56px;
    z-index: 1000;
    background-color: var(--bs-body-bg, #fff);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
/* /Components/EventSourcesSummary.razor.rz.scp.css */
.event-sources-summary[b-p6qqkvu07o] {
    margin-bottom: 1rem;
}

.stat-strip[b-p6qqkvu07o] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    transition: background-color 0.15s ease;
}

.stat-strip:hover[b-p6qqkvu07o] {
    background-color: #f8f9fa !important;
}

.stat-chips[b-p6qqkvu07o] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
    min-width: 0;
}

.stat-chip[b-p6qqkvu07o] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.6rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #495057;
    background-color: #e9ecef;
    border-radius: 9999px;
    white-space: nowrap;
}

.toggle-chevron[b-p6qqkvu07o] {
    font-size: 0.75rem;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.stat-strip.expanded .toggle-chevron[b-p6qqkvu07o] {
    transform: rotate(180deg);
}

.site-link[b-p6qqkvu07o] {
    color: #34568B;
    font-size: 0.9rem;
}

.site-link:hover[b-p6qqkvu07o] {
    color: #1a3a6b;
    text-decoration: underline !important;
}

.list-group-item[b-p6qqkvu07o] {
    padding: 0.6rem 1rem;
}

.sources-blurb[b-p6qqkvu07o] {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0.75rem 1rem !important;
}
/* /Pages/FetchData.razor.rz.scp.css */
td[b-h8xnm1deab] {
    background-color: lightblue;
}

    td.today[b-h8xnm1deab] {
        background-color: lightgreen;
    }

table.calendar[b-h8xnm1deab] {
    border: 1px solid black;
}

th[b-h8xnm1deab] {
    font-weight: bold;
    text-align: center;
}

div.event[b-h8xnm1deab] {
    font-size: 12px;
}
/* /Pages/Index.razor.rz.scp.css */
img[b-20xo3w2rb2] {
    max-width: 100%;
    max-height: 100%;
}

.card-title[b-20xo3w2rb2] {
    color: #34568B;
}


.tooltip[b-20xo3w2rb2] {
    position: absolute;
    z-index: 1;
    display: none;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px;
    color: #333;
    font-size: 14px;
    font-family: sans-serif;
}

p:hover .tooltip[b-20xo3w2rb2] {
    display: block;
}


.filter[b-20xo3w2rb2] {
    font-size: 15px;
    margin-bottom: 1px;
}


.form-group[b-20xo3w2rb2] {
    margin-bottom: 20px;
}


/* The Overlay (background) */
.overlay[b-20xo3w2rb2] {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.95); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content[b-20xo3w2rb2] {
    position: relative;
    top: 10%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a[b-20xo3w2rb2] {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

.overlay p[b-20xo3w2rb2] {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

    /* When you mouse over the navigation links, change their color */
    .overlay a:hover[b-20xo3w2rb2], .overlay a:focus[b-20xo3w2rb2] {
        color: #f1f1f1;
    }

/* Position the close button (top right corner) */
.overlay .closebtn[b-20xo3w2rb2] {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a[b-20xo3w2rb2] {
        font-size: 20px
    }

    .overlay .closebtn[b-20xo3w2rb2] {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-u8smwf232h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-u8smwf232h] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-u8smwf232h] {
    background-color: #171d2d;
    border-bottom: 1px solid #d6d5d5;
    /*    justify-content: flex-end;*/
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row-right[b-u8smwf232h] {
        float: right;
    }

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

    color: #f2f2f2;

    text-decoration: none;

}

.top-row-text[b-u8smwf232h] {
    color: #f2f2f2;
}

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

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

@media (max-width: 640.98px) {
/*    .top-row:not(.auth) {
        display: none;
    }*/

    .top-row.auth[b-u8smwf232h] {
        justify-content: space-between;
    }

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

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

    .sidebar[b-u8smwf232h] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-u8smwf232h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

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

    .top-row[b-u8smwf232h], article[b-u8smwf232h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


.logoimg[b-u8smwf232h] {
    width: auto;
    max-height: 40px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3tflwdmwpg] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

.navbar-brand[b-3tflwdmwpg] {
    font-size: 1.1rem;
}

.oi[b-3tflwdmwpg] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-3tflwdmwpg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-3tflwdmwpg]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-3tflwdmwpg]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-3tflwdmwpg]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-3tflwdmwpg] {
        display: none;
    }

    .collapse[b-3tflwdmwpg] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
