/* /Components/BluButton.razor.rz.scp.css */
.BluButton[b-wh1ne6rt4y] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px 16px 6px 16px;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(19, 15, 38, 0.25);
    border-radius: 4px;
    width: max-content;
}

.BluButton-outlined[b-wh1ne6rt4y] {
    background: none;
    border: 1px solid var(--cumulus-primary-800);
    color: var(--cumulus-primary-800);
}

.BluButton-outlined:hover[b-wh1ne6rt4y] {
    background: var(--cumulus-button-hover);
    border: 1px solid var(--cumulus-primary-900);
    color: var(--cumulus-primary-900);
}

.BluButton-filled[b-wh1ne6rt4y] {
    background: var(--cumulus-primary-800);
    border: 1px solid var(--cumulus-primary-800);
    color: var(--cumulus-on-primary-high-emphasis);
}

.BluButton-filled:hover[b-wh1ne6rt4y] {
    background: var(--cumulus-primary-900);
}

.BluButton-text[b-wh1ne6rt4y] {
    border: none;
    box-shadow: none;
    color: var(--cumulus-primary-800);
    font-weight: 400;
}

.BluButton-text:hover[b-wh1ne6rt4y] {
    color: var(--cumulus-primary-900);
}

.BluButtonIcon[b-wh1ne6rt4y] {
    color: var(--cumulus-primary-800);
    width: 15px;
    display:flex;
    align-items:center;
}

.BluButton:hover .BluButtonIcon[b-wh1ne6rt4y] {
    color: var(--cumulus-primary-900);
}

.BluButton-disabled[b-wh1ne6rt4y] {
    color: var(--cumulus-primary-200);
    border-color: var(--cumulus-primary-200);
    pointer-events: none; /* This disables hover and click events */
}
.BluButton-filled.BluButton-disabled[b-wh1ne6rt4y] {
    background-color: var(--cumulus-primary-200);
    color: var(--cumulus-on-primary-medium-emphasis);
}
/* /Components/BluSearch.razor.rz.scp.css */
.BluSearch[b-svz19lhz4l] {
    width: 100%;
    background: var(--cumulus-surface);
    height: 32px;
    align-items: center;
    border: 1px solid var(--cumulus-primary-50);
    border-radius: 4px 0px 0px 4px;
    border-right-style: none;
    box-sizing: border-box;
    padding: 6px 8px 5px 8px;
}

.BluSearch:hover[b-svz19lhz4l], .BluSearch:focus-visible[b-svz19lhz4l] {
    border: 1px solid var(--cumulus-primary-200);
    outline: var(--cumulus-primary-200);
    border-right-style: none;
}

.BluSearchText[b-svz19lhz4l] {
    font-family: "Roboto";
    font-weight: var(--font-weight-regular);
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.25px;
}

.BluSearchText[b-svz19lhz4l]::placeholder, .BluSearchText[b-svz19lhz4l]::-webkit-input-placeholder {
    color: var(--kaefer-grey-shades-dark);
}

/*As search item is in another component add ::deep to apply it deeper */
[b-svz19lhz4l] .BluSearchIcon {
    height: 32px;
    border: var(--cumulus-primary-700);
    background-color: var(--cumulus-primary-700);
    border-radius: 0px 8px 8px 0px;
    font-size: 2.25rem;
    color: var(--cumulus-surface);
}

.BluSearch:hover[b-svz19lhz4l] +  .BluSearchIcon,
.BluSearch:focus-visible[b-svz19lhz4l] +  .BluSearchIcon {
    background-color: var(--cumulus-primary-800);
}
/* /Components/Cards/AttachmentCard.razor.rz.scp.css */
[b-9x65u8z0pj] .Attachments {
    border: 1px solid var(--kaefer-grey-shades-light);
    border-radius: var(--mud-default-borderradius);
    display: flex;
    margin: 6px 4px;
    padding: 4px;
    width: 100%;
}

[b-9x65u8z0pj] .Attachments:hover {
    border: 1px solid var(--cumulus-primary-200);
    cursor: pointer;
    /* background-color: var(--cumulus-button-hover); */
}

[b-9x65u8z0pj] .FileIcon {
    align-items: center;
    color: var(--cumulus-primary-800);
    display: flex;
    font-size: 28px;
    justify-content: center;
    width: 10%;
}

[b-9x65u8z0pj] .Show-button {
    display: flex;
    justify-content: center;
    margin: 4px;
    width: 100%;
}

[b-9x65u8z0pj] .Size-and-date {
    display: flex;
    font-size: 90%;
    color: var(--kaefer-grey);
}

@keyframes wave-b-9x65u8z0pj {
    0% { transform: scaleX(0);}
    50% { transform: scaleX(1);}
    100% {transform: scaleX(0);}
}

.loading-indicator[b-9x65u8z0pj] {
    overflow: hidden;
    position: relative;
}
.loading-indicator[b-9x65u8z0pj]::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%; /*Display loading from left to right*/
    left: -100%;
    background-color: #007bff;
    opacity: 0.2;
    margin-top: -20px;
    animation: wave-b-rto9un864w 4s infinite;
}
/* /Components/Cards/AttachmentItemCard.razor.rz.scp.css */
[b-rlnejw78v5] .Attachments {
    border: 1px solid var(--kaefer-grey-shades-light);
    border-radius: var(--mud-default-borderradius);
    display: flex;
    margin: 6px 4px;
    padding: 4px;
    width: 100%;
}

    [b-rlnejw78v5] .Attachments:hover {
        border: 1px solid var(--cumulus-primary-200);
        cursor: pointer;
        /* background-color: var(--cumulus-button-hover); */
    }

[b-rlnejw78v5] .FileIcon {
    align-items: center;
    color: var(--cumulus-primary-800);
    display: flex;
    font-size: 28px;
    justify-content: center;
    width: 10%;
}

[b-rlnejw78v5] .Show-button {
    display: flex;
    justify-content: center;
    margin: 4px;
    width: 100%;
}

[b-rlnejw78v5] .Size-and-date {
    display: flex;
    font-size: 90%;
    color: var(--kaefer-grey);
}

@keyframes wave-b-rlnejw78v5 {
    0% {
        transform: scaleX(0);
    }

    50% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}

.loading-indicator[b-rlnejw78v5] {
    overflow: hidden;
    position: relative;
}

    .loading-indicator[b-rlnejw78v5]::after {
        content: "";
        position: absolute;
        width: 200%;
        height: 200%; /*Display loading from left to right*/
        left: -100%;
        background-color: #007bff;
        opacity: 0.2;
        margin-top: -20px;
        animation: wave-b-rto9un864w 4s infinite;
    }
/* /Components/Cards/FileItemCard.razor.rz.scp.css */
.fileItem[b-ziwepw0sb3] {
    padding: 3px;
    display: flex;
    flex-direction: row;
    width: 100%;
    border-width: thin;
    border-color: var(--cumulus-primary-800);
    justify-content: space-between;
    font-size: 24px;
    align-items: center;
    display: flex;
}
/* /Components/Cards/InfoCard.razor.rz.scp.css */


[b-d29dalh42n] .info-card-style {
    padding: 16px 16px 24px 16px;
    border-radius: 4px;
}

[b-d29dalh42n] .clickable {

}

[b-d29dalh42n] .clickable:hover {
    background-color: var(--cumulus-button-hover);
    cursor: pointer;
}
/* /Components/Visualizations/BarOverview.razor.rz.scp.css */
.barOverviewStyle[b-u6ybikp8ct] {
    height: 50px;
    border-right: 1px solid #E5E6E9;
    padding-left: 10px;
}

.topText[b-u6ybikp8ct] {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-align: left;
    color: #0E0E1260;
    margin-bottom: 0;
}

.numberText[b-u6ybikp8ct] {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.2px;
    text-align: center;
    text-align-last: start;
}

.barFigureStyle[b-u6ybikp8ct] {
    height: 100%;
}

.barTextStyle[b-u6ybikp8ct] {
    height: 100%;
}
/* /Components/Visualizations/Figures/HeatmapFigure/CircleComponent.razor.rz.scp.css */
.circle-item[b-dk7aet2cpx]{
    display:flex;
}
.circle[b-dk7aet2cpx] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    margin: 0.3rem;
    display: inline-block;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.circle-item:hover .circle[b-dk7aet2cpx]{
    opacity: 0.5;
}

.circle.pressed[b-dk7aet2cpx] {
    border: 2px solid black;
}

.popup[b-dk7aet2cpx] {
    display: none; /* Hide the popup by default */
    position: absolute; /* Position the popup */
    background-color: #f9f9f9; /* Popup background color */
    padding: 10px; /* Popup padding */
    border: 1px solid #ccc; /* Popup border */
    margin-left: 2.3rem;
    pointer-events:none;
}

.circle-item:hover .popup[b-dk7aet2cpx] {
    display: block; /* Show the popup when .item is hovered */
}
/* /Components/Visualizations/Figures/HeatmapFigure/HeatmapFigure.razor.rz.scp.css */
/* /Components/Visualizations/Figures/HeatmapFigure/HeatmapHeader.razor.rz.scp.css */
.heatmap-spacer[b-cdnd4ic1jg] {
    min-width: 100px;
    max-width: 100px;
    height: auto;
    position: sticky;
    background: white;
    left: 0;
}

.heatmap-slot-group[b-cdnd4ic1jg] {
    display: flex;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
}
heatmap-header-row[b-cdnd4ic1jg] {
    position: sticky;
    width: max-content;
    background-color: white;
    top: 0;
    z-index: 1;
    display: flex;
}
/* /Components/Visualizations/Figures/HeatmapFigure/SquareComponent.razor.rz.scp.css */
.square-item[b-gos41qvazf] {
    display: flex;
}

.square[b-gos41qvazf] {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.1rem;
    display: inline-block;
    transition: background-color 0.3s ease;
    cursor: pointer;
    border-radius:20%;
}

.square-item:hover .square[b-gos41qvazf] {
    opacity: 0.5;
}

.square.pressed[b-gos41qvazf] {
    border: 2px solid black;
}

.popup[b-gos41qvazf] {
    display: none; /* Hide the popup by default */
    position: absolute; /* Position the popup */
    background-color: #f9f9f9; /* Popup background color */
    padding: 10px; /* Popup padding */
    border: 1px solid #ccc; /* Popup border */
    margin-left: 2.3rem;
    pointer-events: none;
}

.square-item:hover .popup[b-gos41qvazf] {
    display: block; /* Show the popup when .item is hovered */
}
/* /Components/Visualizations/Indicator.razor.rz.scp.css */
.circle[b-ffvgyazzs6] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-tmf51x16v3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-tmf51x16v3] {
        display: none;
    }

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

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

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

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

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

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

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