/* _content/WeirdCalendarsSite/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-j1p7qwa3uj] {
    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-j1p7qwa3uj] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/WeirdCalendarsSite/Components/Pages/CalendarDisplay.razor.rz.scp.css */
#display-data[b-1ccsvnx9in] {
    display: grid;
    grid-column-gap: 1em;
    align-items: start;
}

h1[b-1ccsvnx9in] {
    margin-bottom: 0;
    margin-top: 10px;
    color: darkblue;
}

dl[b-1ccsvnx9in] {
    display: grid;
    grid-template-columns: max-content auto;
}

dt[b-1ccsvnx9in] {
    font-weight: bold;
    grid-column-start: 1;
}

dd[b-1ccsvnx9in] {
    grid-column-start: 2;
    margin-bottom: 4px;
}

#display-calendar[b-1ccsvnx9in] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    border: 1px solid black;
    border-radius: 10px;
    background-image: url(image/stars.jpg);
    background-size: cover;
    padding: 0.5em;
}

#display-calendar-inner[b-1ccsvnx9in] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}


.button-highlight[b-1ccsvnx9in] {
    background-color: red;
    color: white;

}

.button-normal[b-1ccsvnx9in] {
    background-color: revert;
    color: revert;
    font-weight: revert;
}

#chrono-toggle[b-1ccsvnx9in] {
    position: relative;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

#chrono-toggle.depressed[b-1ccsvnx9in] {
    top: 2px;
    left: 1px;
    box-shadow: none;
    background-color: lightgoldenrodyellow;
}

.waiting[b-1ccsvnx9in] {
    cursor: wait;
}

_[b-1ccsvnx9in]::-webkit-full-page-media, _:future[b-1ccsvnx9in], :root .safari-only[b-1ccsvnx9in] {
    visibility: visible;
}

@media not all and (min-resolution:.001dpcm) {
    @media {
        .safari-only[b-1ccsvnx9in] {
            visibility: visible;
        }
    }
}

.safari-only[b-1ccsvnx9in] {
    visibility: hidden;
}
/* _content/WeirdCalendarsSite/Components/Pages/CalendarGrid.razor.rz.scp.css */
ol[b-ajpqnlrpz0] {
    display: grid;
    grid-gap: 1px;
    grid-auto-rows: 1fr;
    list-style: none;
    padding: 0;
    margin: 0;
}

h2[b-ajpqnlrpz0] {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.75em;
    color: white;
    user-select: none;
}

h2 button[b-ajpqnlrpz0] {
    color: revert;
    font-size: large;
}

#month-days[b-ajpqnlrpz0] {
    padding: 1px;
    overflow-y: auto;
    margin: 0;
}
/* _content/WeirdCalendarsSite/Components/Pages/GridCell.razor.rz.scp.css */
.date-cell.highlight-day[b-e89iymjn8c] {
    background-color: palegreen;
}
.date-cell.intercalary-day[b-e89iymjn8c] {
    background-color: lemonchiffon;
}
.day-label[b-e89iymjn8c] {
    font-weight: bold;
}
.date-cell[b-e89iymjn8c] {
    padding: 0.8rem 1rem 0.8rem 1rem;
    outline: 1px solid black;
    display: flex;
    flex-direction: column;
    align-items: end;
    background-color: white;
}
.header-cell[b-e89iymjn8c] {
    text-align: center;
    color: white;
    font-weight: 500;
    background-color: darkblue;
    align-content: center;
    padding: 5px 0 5px 0;
    outline: 1px solid white;
    position: sticky;
    top: 0;
}
.empty-cell[b-e89iymjn8c] {
    outline: none;
}
/* _content/WeirdCalendarsSite/Components/Pages/Home.razor.rz.scp.css */
#page[b-hqgrqz2dvm] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
}

#banner[b-hqgrqz2dvm] {
    height: 54px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
}

#content[b-hqgrqz2dvm] {
    display: flex;
    background-color: #f0f0f0;
}

#selector[b-hqgrqz2dvm] {
    margin-top: 6px;
    margin-left: 6px;
    height: calc(100vh - 76px);
    border: 1px solid;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    overflow-y: auto;
    background-color: white;
    user-select: none;
}

#selector p[b-hqgrqz2dvm] {
    margin: 0.4rem;
    padding-left: 10px;
    text-indent: -10px;
}

#selector .selected[b-hqgrqz2dvm] {
    color: white;
    background-color: darkblue;
}

#display[b-hqgrqz2dvm] {
    width: 100%;
    height: calc(100vh - 70px);
    padding: 0 1em 1em 1em;
    display: flex;
    flex-direction: column;
}
/* _content/WeirdCalendarsSite/Components/Pages/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-ua57d4wofr] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: help;
}

span[b-ua57d4wofr] {
    visibility: hidden;
    position: absolute;
    width: 180px;
    bottom: 100%;
    left: 50%;
    margin-left: -90px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: small;
    padding: 5px;
    border-radius: 6px;
    z-index: 1;
}

span[b-ua57d4wofr]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-wrapper:hover span[b-ua57d4wofr] {
    visibility: visible;
}
