/* _content/ForecastApp.Web/Components/Layout/ForecastLayout.razor.rz.scp.css */
/* _content/ForecastApp.Web/Components/Layout/MainFooter.razor.rz.scp.css */
/* _content/ForecastApp.Web/Components/Layout/MainLayout.razor.rz.scp.css */
/* _content/ForecastApp.Web/Components/Layout/MainNavigation.razor.rz.scp.css */
/* _content/ForecastApp.Web/Components/Shared/PdfDownloadBadge.razor.rz.scp.css */
.page-badge[b-2uuo6sau8w] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    z-index: 31337;
    background-color: white; /*var(--bs-secondary);*/
    color: white;
    /*border-radius: 50%;
    width: 40px;
    height: 40px;*/
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid gray;
}
/* _content/ForecastApp.Web/Components/Shared/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-rwl2ezjox7] {
    position: relative;
    display: inline-block;
}

span.bottom[b-rwl2ezjox7] {
    top: calc(100% + 5px);
}

span.top[b-rwl2ezjox7] {
    bottom: calc(100% + 5px);
}


span[b-rwl2ezjox7] {
    visibility: hidden;
    position: absolute;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    background-color: #363636DD;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    pointer-events: none;
    font-size: 14px;
}

    span.top[b-rwl2ezjox7]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
        pointer-events: none;
    }

.tooltip-wrapper:hover span[b-rwl2ezjox7] {
    visibility: visible;
}
