@import '_content/BlazorComponents/BlazorComponents.4ykpc7xxd7.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.wuc5ioiakb.bundle.scp.css';

/* /Pages/SignedOut.razor.rz.scp.css */
.logout-page[b-fn37nlkhz5] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.message[b-fn37nlkhz5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    margin: auto;
}

.logout-title[b-fn37nlkhz5] {
    color: var(--color-primary-dark-blue, #00375B);
    font-family: Asap;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.96px;
    margin: 0;
}

.logout-button[b-fn37nlkhz5] {
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-fn37nlkhz5] .e-logout-btn {
    width: 200px;
    margin-top: 10px;
    font-weight: 500;
    font-size: 20px;
    background-color: rgb(0, 105, 155) !important;
    border-color: rgb(0, 105, 155) !important;
    font-family: inherit;
    border-radius: 7px;
    padding: 10px 0 10px 0;
}

[b-fn37nlkhz5] .e-logout-btn:hover {
    background-color: rgb(0, 82, 124) !important;
    border-color: rgb(0, 82, 124) !important;
}
/* /Pages/SignIn.razor.rz.scp.css */
.login-page[b-cxesdcxjws] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.loader[b-cxesdcxjws] {
    display: flex;
    position: relative;
    width: 583px;
}

#logo[b-cxesdcxjws] {
    animation: logo-animation-b-cxesdcxjws 4s cubic-bezier(.25,.46,.45,.94) forwards;
    position: relative;
    left: 200px;
    z-index: 20;
}

#text[b-cxesdcxjws] {
    display: block;
    position: relative;
    top: -80px;
    left: -80px;
    z-index: 10;
    animation: text-animation-b-cxesdcxjws 3.95s cubic-bezier(.25,.46,.45,.94) forwards;
}

.waiting-text[b-cxesdcxjws] {
    margin-top: 20px;
    font-family: Asap, serif;
    font-size: 16px;
}

@keyframes logo-animation-b-cxesdcxjws {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    20% {
        opacity: 1;
        transform: scale(1);
    }

    40% {
        transform: translateX(-300px);
    }

    50% {
        opacity: 1;
    }

    55% {
        opacity: 1;
        transform: translateX(-300px);
    }

    65% {
        transform: translateX(-300px);
        opacity: 1;
    }

    85% {
        transform: translateX(-300px);
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

@keyframes text-animation-b-cxesdcxjws {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    40% {
        opacity: 0;
        transform: translateX(-100%);
    }

    50% {
        opacity: 1;
        transform: translateX(0);
    }

    55% {
        opacity: 1;
        transform: translateX(0);
    }

    65% {
        opacity: 1;
        transform: translateX(0);
    }

    85% {
        opacity: 1;
        transform: translateX(0);
    }

    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

#login[b-cxesdcxjws] {
    display: flex;
    align-content: center;
    vertical-align: middle;
}

#scanner[b-cxesdcxjws] {
    content: "";
    position: absolute;
    z-index: 30;
    top: -4%;
    bottom: 0;
    left: -10%;
    width: 30px;
    height: 340px;
    background: white;
    opacity: 0.75;
    box-shadow: 0 0 50px 10px white;
    clip-path: inset(0);
    opacity: 0;
}

@keyframes x-b-cxesdcxjws {
    0% {
        transform: translateX(-200%);
        right: 125%;
        opacity: 1;
    }

    50% {
        transform: translateX(100%);
        left: 125%;
        opacity: 1;
    }

    100% {
        transform: translateX(-10%);
        opacity: 0;
    }
}

@keyframes y-b-cxesdcxjws {
    33% {
        clip-path: inset(0 0 0 -100px);
    }

    50% {
        clip-path: inset(0 -100px 0 0);
    }

    83% {
        clip-path: inset(0 -100px 0 0);
    }
}
/* /View/Components/BlockComponents/BlockLayout.razor.rz.scp.css */
.pl-window-content[b-hec2zun69j] {
    width: fit-content;
}

.pl-root[b-hec2zun69j] {
    position: relative;
    overflow: hidden;
    min-width: 100%;
}

.pl-root.pl-main[b-hec2zun69j] {
    overflow: visible !important;
    z-index: var(--z-index-main-root);
}

.pl-root.pl-fixed-top[b-hec2zun69j],
.pl-root.pl-fixed-bottom[b-hec2zun69j],
.pl-root.pl-main-fixed-headers[b-hec2zun69j] {
    background: white;
    z-index: var(--z-index-fixed-root);
    position: sticky;
    min-width: 100%;
    width: fit-content;
}

.pl-root.pl-main-fixed-headers[b-hec2zun69j] {
    background: #F3F4F5;
}

.pl-root.pl-fixed-top[b-hec2zun69j], .pl-root.pl-main-fixed-headers[b-hec2zun69j] {
    top: 0;
}

.pl-root.pl-fixed-bottom[b-hec2zun69j] {
    bottom: 0;
}
/* /View/Components/BlockComponents/PlCollapseExpand.razor.rz.scp.css */
.pl-expanded[b-5sdnfqurp2]::before {
    content: '\f107';
}

.pl-collapsed[b-5sdnfqurp2]::before {
    content: '\f105';
}

.pl-expanded[b-5sdnfqurp2], .pl-collapsed[b-5sdnfqurp2] {
    cursor: pointer;
    font-size: 10px;
    font-family: 'Font Awesome 6 Pro';
}
/* /View/Components/BlockComponents/PlDfBlock.razor.rz.scp.css */
.pl-block[b-de5f3rqdca] {
    position: absolute;
}

.title-rect[b-de5f3rqdca] {
    position: absolute;
}

.dd-source[b-de5f3rqdca]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f4f4f256 !important;
    pointer-events: none;
}

.dd-target[b-de5f3rqdca]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #7cd8fb54 !important;
    pointer-events: none;
}

.dd-target-ahead[b-de5f3rqdca]::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    background-color: #7CD8FB !important;
    pointer-events: none;
}

.dd-target-behind[b-de5f3rqdca]::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #7CD8FB !important;
    pointer-events: none;
}
/* /View/Components/BlockComponents/PlScaleTitleBlock.razor.rz.scp.css */
.pl-scale-title-block[b-nhy20a0lf1] {
    position: absolute;
    overflow: hidden;
}
/* /View/Components/BlockComponents/PlTitleBlock.razor.rz.scp.css */
.pl-titleblock[b-hczf3j2ypy],
.pl-titleblock > div[b-hczf3j2ypy] {
    position: absolute;
}
/* /View/Components/ChartComponents/PlChartWrapper.razor.rz.scp.css */
.pl-chart-wrapper[b-y5imycoxw7] {
    width: 100%;
    height: 100%
}
/* /View/Components/DataFieldComponents/PlButton.razor.rz.scp.css */
[b-fpt00e590y] .e-btn .e-btn-icon {
    display: unset;
    font-size: unset;
    margin-top: unset;
    vertical-align: unset;
    width: auto;
    margin: 0;
    padding: 0;
}

.pl-datafield-content[b-fpt00e590y] {
    overflow: unset !important;
    text-overflow: unset !important;
}

.pl-button[b-fpt00e590y], .pl-button[b-fpt00e590y]  > button {
    width: 100%;
    height: 100%;
}
/* /View/Components/DataFieldComponents/PlCheckBox.razor.rz.scp.css */
.e-icons.e-frame > input[type='checkbox'][b-qxol4qb5np] {
    height: 14px !important;
}
/* /View/Components/DataFieldComponents/PlDataField.razor.rz.scp.css */
.pl-df[b-0tzc8vr7pr] {
    width: 100%;
    height: 100%;
    position: absolute;
}

    .pl-df:focus-within[b-0tzc8vr7pr] {
        z-index: var(--z-index-focus-field) !important;
    }       
    
.pl-datafield-icon[b-0tzc8vr7pr] {
    object-fit: contain;
    padding-left: var(--spacing-field-padding, 3px);
    padding-right: var(--spacing-field-padding, 3px);
}

[b-0tzc8vr7pr] input:not(:focus) {
    color: inherit;
}

[b-0tzc8vr7pr] .pl-horizontaly-centered {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

[b-0tzc8vr7pr] .pl-datafield-content {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    [b-0tzc8vr7pr] .pl-datafield-content.right-padding {
        padding-right: var(--spacing-field-padding, 3px);
    }

    [b-0tzc8vr7pr] .pl-datafield-content.left-padding {
        padding-left: var(--spacing-field-padding, 3px);
    }

[b-0tzc8vr7pr] .pl-text-align-right {
    text-align: right;
    justify-content: flex-end !important;
}

[b-0tzc8vr7pr] .pl-text-align-center {
    text-align: center;
    justify-content: center !important;
}

[b-0tzc8vr7pr] .pl-text-align-left {
    text-align: left;
    justify-content: flex-start !important;
}
/* /View/Components/DataFieldComponents/PlFileUpload.razor.rz.scp.css */
.upload-forbidden[b-0part6x82d] {
    cursor: not-allowed;
}

.error-message[b-0part6x82d] {
    padding: 1.5rem 1.5rem 0;
    margin: 0;
    color: red;
}
/* /View/Components/DataFieldComponents/PlImageButton.razor.rz.scp.css */
img[b-q6sft94f2z] {
    position: relative !important;
    margin: auto !important;
}
/* /View/Components/DataFieldComponents/PlImageEditable.razor.rz.scp.css */
.image-editable-uploader:hover .image-editable img[b-myrt55luop] {
    outline: 1px solid #00a9ff;
}

.image-editable-uploader:hover .remove-img-btn[b-myrt55luop] {
    display: block;
}

.image-editable[b-myrt55luop] {
    position: absolute;
}

.remove-img-btn[b-myrt55luop] {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    top: 3px;
    left: unset;
    right: 3px;
    transform: unset;
    z-index: 11;
}

    .remove-img-btn[b-myrt55luop]::before,
    .remove-img-btn[b-myrt55luop]::after {
        content: '';
        display: block;
        height: 1px;
        width: 15px;
        background-color: #1b1b1b;
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .remove-img-btn[b-myrt55luop]::before {
        transform: translate(-50%, 0) rotate(45deg) !important;
    }
    
    .remove-img-btn[b-myrt55luop]::after {
        transform: translate(-50%, 0) rotate(-45deg) !important;
    }
/* /View/Components/DataFieldComponents/PlMultilineTextbox.razor.rz.scp.css */
.pl-multiline-wrapper[b-f2kzzjhm7d] {
    height: 100%;
    width: 100%;
    overflow-y: auto !important;
    box-sizing: border-box;
    position: relative;
}

.pl-multiline[b-f2kzzjhm7d] {
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    resize: none;
    line-height: 1.5em !important;
    background: inherit;
    overflow: auto !important;
    padding: 3px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

    .pl-multiline:focus[b-f2kzzjhm7d] {
        outline: none;
        border: none;
    }

[b-f2kzzjhm7d] .e-float-input textarea, [b-f2kzzjhm7d] .e-float-input.e-control-wrapper textarea {
    min-height: 0px !important;
}
/* /View/Components/DataFieldComponents/PlTextBox.razor.rz.scp.css */
.pl-datafield-input-placeholder[b-ncf3tjm0im] {
    cursor: text;
}
/* /View/Components/DataFieldComponents/WebEmbeddedComponents/PlEmbeddedWebpage.razor.rz.scp.css */
.pl-popup-button[b-8ym9m3tuz6] {
    position: absolute;
    width: 50px;
    height: 50px;
    border: none;
    background: lightgrey;
    transition: visibility 0s, opacity 0.5s linear;
}

.pl-iframe-container[b-8ym9m3tuz6] {
    position: relative;
}

.pl-iframe-container iframe[b-8ym9m3tuz6] {
    border: none;
    display: block;
}

.pl-iframe-container .pl-popup-button[b-8ym9m3tuz6] {
    visibility: hidden;
    opacity: 0;
}

.pl-iframe-container:hover .pl-popup-button[b-8ym9m3tuz6] {
    visibility: visible;
    opacity: 0.5;
}

.pl-popup-button-top-left[b-8ym9m3tuz6] {
    left: 0;
    top: 0;
}

.pl-popup-button-top-right[b-8ym9m3tuz6] {
    right: 0;
    top: 0;
}

.pl-popup-button-bottom-left[b-8ym9m3tuz6] {
    left: 0;
    bottom: 0;
}

.pl-popup-button-bottom-right[b-8ym9m3tuz6] {
    right: 0;
    bottom: 0;
}
/* /View/Components/DialogComponents/PlDialogModule.razor.rz.scp.css */
.dialog-header[b-nwxvvhk5nk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 18px;
}

    .dialog-header .dialog-title[b-nwxvvhk5nk] {

        font-weight: 600;
    }

.close-button[b-nwxvvhk5nk] {
    border: none;
    outline: none;
}

    .close-button:focus[b-nwxvvhk5nk],
    .close-button:active[b-nwxvvhk5nk] {
        border: none;
        outline: none;
        box-shadow: none;
    }

    .close-button:hover[b-nwxvvhk5nk] {
        color: #ff3300;
    }
    
.pl-dialog-module-content-wrapper[b-nwxvvhk5nk]{
    flex: 1 1 0;
    min-height: 0;
}    
/* /View/Components/DialogComponents/PlMessageBox.razor.rz.scp.css */
.pl-msgbox-actions[b-v7rf94pa6d] {
    padding: 0 15px 15px !important;
    justify-content: center
}

.pl-msgbox-text-container[b-v7rf94pa6d] {
    display: flex;
    align-content: center;
    gap: 20px;
}

.pl-msgbox-text[b-v7rf94pa6d] {
    align-content: center;
}
/* /View/Components/DialogComponents/PlPasswordChange.razor.rz.scp.css */
.password-title[b-y0fr2px9ij] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--mud-palette-primary);
    letter-spacing: 0.5px;
    margin: 4px 0;
}

.change-password-content[b-y0fr2px9ij] {
    width: 100%;
}

.password-field-container[b-y0fr2px9ij] {
    margin-bottom: 10px;
}

.password-label[b-y0fr2px9ij] {
    display: block;
    margin-bottom: 6px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--mud-palette-primary-darken);
    letter-spacing: 0.3px;
}

.password-input[b-y0fr2px9ij] {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    font-size: 1rem;
    line-height: 1;
    transition: border-color 0.2s ease;
}

    .password-input:focus[b-y0fr2px9ij] {
        outline: none;
        border-color: var(--mud-palette-primary);
        box-shadow: 0 0 0 2px rgba(var(--mud-palette-primary-rgb), 0.2);
    }

.error-message[b-y0fr2px9ij] {
    color: var(--mud-palette-error);
    font-size: 0.875rem;
    margin-top: 8px;
    font-weight: 500;
}
/* /View/Components/DialogComponents/ScheduleGenerationComponents/PlCreateScheduleMessageBox.razor.rz.scp.css */
[b-aq1xegcslg] .mud-button {
    padding: 10px 20px;
    border-radius: 4px;
    background: #F3F4F5;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);

    text-transform: none !important;

    font-size: 16px;
    text-align: center;
    line-height: var(--font-line-height-caption, 19.02px); /* 118.875% */
    letter-spacing: var(--font-letter-spacing-caption, 0.4px);
}
[b-aq1xegcslg] .mud-button:hover {
    background: #E3E5E8;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.12);
}
[b-aq1xegcslg] .mud-button-filled.mud-button-filled-primary {
    color: #FFF;
    background-color: var(--mud-palette-primary);
}
[b-aq1xegcslg] .mud-button-filled.mud-button-filled-primary:hover {
    background-color: #004575;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.12);
}
.ai-button-content[b-aq1xegcslg] {
    display: flex;
    align-items: center;
}

.text-14px[b-aq1xegcslg] {
    color: #3C3F43;
    font-family: Asap, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: var(--font-letter-spacing-caption, 0.4px);
}

.pl-title-text[b-aq1xegcslg] {
    align-self: stretch;

    color: #000;
    font-family: Asap, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
    letter-spacing: var(--font-letter-spacing-caption, 0.4px);
}
/* /View/Components/DialogComponents/ScheduleGenerationComponents/PlGeneratedScheduleDialog.razor.rz.scp.css */
[b-iqhynrwdnj] .mud-button {
    padding: 10px 20px;
    border-radius: 4px;
    background: #F3F4F5;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);

    text-transform: none !important;

    font-size: 16px;
    text-align: center;
    line-height: var(--font-line-height-caption, 19.02px); /* 118.875% */
    letter-spacing: var(--font-letter-spacing-caption, 0.4px);
}
[b-iqhynrwdnj] .mud-button:hover {
    background: #E3E5E8;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.12);
}
[b-iqhynrwdnj] .mud-button-filled.mud-button-filled-primary {
    color: #FFF;
    background-color: var(--mud-palette-primary);
}
[b-iqhynrwdnj] .mud-button-filled.mud-button-filled-primary:hover {
    background-color: #004575;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.12);
}
.ai-button-content[b-iqhynrwdnj] {
    display: flex;
    align-items: center;
}

.custom-dialog-container[b-iqhynrwdnj] {
    position: fixed;
    display: flex;
    padding: 10px 16px;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: var(--z-index-custom-dialog-container);
    width: auto;
    border-radius: 8px;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    gap: 10px;
}

.custom-dialog-container[b-iqhynrwdnj]::after {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1px; /* Border width */
    border-radius: 8px;
    background: linear-gradient(to right, #01B0F3 0%, #016AB4 100%);
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.generated-schedule-text[b-iqhynrwdnj] {
    color: #000;
    font-family: Asap, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.4px;
}
/* /View/Components/DialogComponents/ScheduleGenerationComponents/PlGenerateScheduleDialog.razor.rz.scp.css */
[b-cnz4kd2u8n] .mud-button {
    padding: 10px 20px;
    border-radius: 4px;
    background: #F3F4F5;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);

    text-transform: none !important;

    font-size: 16px;
    text-align: center;
    line-height: var(--font-line-height-caption, 19.02px); /* 118.875% */
    letter-spacing: var(--font-letter-spacing-caption, 0.4px);
}
[b-cnz4kd2u8n] .mud-button:hover {
    background: #E3E5E8;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.12);
}
[b-cnz4kd2u8n] .mud-button-filled.mud-button-filled-primary {
    color: #FFF;
    background-color: var(--mud-palette-primary);
}
[b-cnz4kd2u8n] .mud-button-filled.mud-button-filled-primary:hover {
    background-color: #004575;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.12);
}

[b-cnz4kd2u8n] .mud-input, .df-container[b-cnz4kd2u8n]  .pl-popover-input {
    background-color: white;
    color: #000;
    font-family: Asap, serif !important;
    font-size: var(--font-size-body, 16px) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Font-Spacing-spacing-input, 0.15px);
}

.df-container[b-cnz4kd2u8n]  .pl-popover-input, [b-cnz4kd2u8n] .mud-input > input.mud-input-root-outlined, div.mud-input-slot.mud-input-root-outlined[b-cnz4kd2u8n], [b-cnz4kd2u8n] .mud-input > textarea.mud-input-root-outlined {
    padding: 10px 8px !important;
    mask-image: linear-gradient(to bottom, transparent 8px, black 8px) !important;
    margin: 0;
}

[b-cnz4kd2u8n] .mud-typography-h6 {
    color: #000;
    font-family: Asap, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.02px; /* 79.25% */
    letter-spacing: 0.4px;
}

[b-cnz4kd2u8n] .pl-popover-icon {
    padding-right: 8px;
}

.text-14px[b-cnz4kd2u8n] {
    color: #3C3F43;
    font-family: Asap, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: var(--font-letter-spacing-caption, 0.4px);
}

.input-container[b-cnz4kd2u8n] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    width: 100%;
}

[b-cnz4kd2u8n] .mud-expand-panel {
    border-radius: 4px;
    background: #F3F4F5;
}

[b-cnz4kd2u8n] .mud-svg-icon {
    max-height: 19px; /* somehow the icon makes the button too big otherwise */
}

.mud-dialog .mud-dialog-title[b-cnz4kd2u8n] {
    padding: 24px 24px 20px;
    border-bottom: 1px solid #DEE2E6;
}

.pl-tipcontainer[b-cnz4kd2u8n] {
    display: flex;
    padding: 3px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    background: linear-gradient(116deg, #A4DBF2 17.06%, #40B0E3 94.37%);
}

.pl-tip-text[b-cnz4kd2u8n] {
    color: #3C3F43;
    font-family: Asap, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    letter-spacing: var(--font-letter-spacing-caption, 0.4px);
}

.pl-tip-heading[b-cnz4kd2u8n] {
    color: #0D1A26;
    font-family: Asap, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: var(--font-letter-spacing-caption, 0.4px);
}

.pl-title-text[b-cnz4kd2u8n] {
    align-self: stretch;

    color: #000;
    font-family: Asap, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
    letter-spacing: var(--font-letter-spacing-caption, 0.4px);
}

.pl-expansion-title[b-cnz4kd2u8n] {
    min-width: 420px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.expansion-content[b-cnz4kd2u8n] {
    border-top: 1px solid #DEE2E6;
    display: flex;
    padding-top: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.pl-title-content[b-cnz4kd2u8n] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pl-content-container[b-cnz4kd2u8n] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.pl-tooltip-container[b-cnz4kd2u8n] {
    display: contents;
}

.date-input-container[b-cnz4kd2u8n] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.df-container[b-cnz4kd2u8n] {
    background: white;
}

.df-container[b-cnz4kd2u8n]  > .pl-df {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

.df-container[b-cnz4kd2u8n]  > .pl-df > div {
    border-radius: var(--mud-default-borderradius);
    border-color: var(--mud-palette-lines-inputs) !important;
    border-width: 1px !important;
    border-style: solid !important;
    transition: border-width,border-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    
    box-shadow: none !important;
}

.df-container[b-cnz4kd2u8n]  > .pl-df > div.pl-focused-df:focus-within {
    border-color: var(--mud-palette-primary) !important;
    border-width: 2px !important;
}
/* /View/Components/ExcelExport/PlExcelExportDialog.razor.rz.scp.css */
[b-rliro9xs0e] .mud-typography, [b-rliro9xs0e] .mud-input > input.mud-input-root,
[b-rliro9xs0e] .e-combobox input, .pl-layout-group-label[b-rliro9xs0e],
[b-rliro9xs0e] .pl-popover-owner, [b-rliro9xs0e] .pl-default-export-tab,
[b-rliro9xs0e] .pl-bulk-export-tab, [b-rliro9xs0e] .pl-popover-owner input::placeholder {
    color: #000;
    font-family: Asap, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 118.75% */
    letter-spacing: 0.15px;
}
[b-rliro9xs0e] .mud-typography-h6, [b-rliro9xs0e] .mud-button {
    color: #000;
    font-family: Asap, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.02px; /* 79.25% */
    letter-spacing: 0.4px;
}

[b-rliro9xs0e] label {
    margin: 0;
}

[b-rliro9xs0e] .pl-bottom-gap {
    margin-bottom: 13px;
}

[b-rliro9xs0e] .pl-top-gap {
    margin-top: 24px;
}

[b-rliro9xs0e] .pl-default-export-tab, [b-rliro9xs0e] .pl-bulk-export-tab {
    color: #3C3F43;
    text-align: center;
    font-weight: 500;
    line-height: var(--font-line-height-caption, 19.02px); /* 118.875% */
    letter-spacing: var(--font-letter-spacing-caption, 0.4px);

    border: 1px solid #DEE2E6;
    text-transform: none !important;
    min-height: 0 !important;
}

[b-rliro9xs0e] .pl-default-export-tab {
    border-radius: 4px 0 0 4px;
}

[b-rliro9xs0e] .pl-bulk-export-tab {
    border-radius: 0 4px 4px 0;
}

[b-rliro9xs0e] .pl-default-export-tab.pl-active-tab, [b-rliro9xs0e] .pl-bulk-export-tab.pl-active-tab {
    color: #005794;
    border: 1px solid #005794;
    background: #EFF8FF;
}

[b-rliro9xs0e] .mud-tabs-tabbar.mud-tabs-border-top {
    border: none !important;
}

[b-rliro9xs0e] .mud-tab-slider.mud-tab-slider-horizontal {
    height: 0;
}

[b-rliro9xs0e] .mud-icon-button{
    padding: 0;
}

[b-rliro9xs0e] .mud-checkbox > p {
    margin-left: 8px;
}

[b-rliro9xs0e] .e-ddl-icon {
    width: 46px;
}

[b-rliro9xs0e] .pl-popover-owner {
    display: flex;
    height: var(--spacing-field-height-dense, 40px) !important;
    padding: var(--spacing-padding-md, 16px) var(--spacing-padding-sm, 14px);
    align-items: center;
    gap: var(--spacing-padding-xs, 8px);
    align-self: stretch;
    border-radius: var(--border-radius-default, 4px);
    border: 1px solid var(--color-theme-lines-inputs, #BDBDBD);
    background: var(--color-theme-white, #FFF);
}
    [b-rliro9xs0e] .pl-popover-owner:hover {
        border-color: var(--mud-palette-action-default) !important;
    }
    [b-rliro9xs0e] .pl-popover-owner:focus-within {
        border-width: 2px !important;
        border-color: var(--mud-palette-primary) !important;
    }
    [b-rliro9xs0e] .pl-popover-owner input {
        height: auto !important;
    }
        [b-rliro9xs0e] .pl-popover-owner input::placeholder {
            color: var(--color-theme-gray-default, #9E9E9E);
            font-size: var(--font-size-body, 16px);
            line-height: var(--font-line-height-input, 19px); /* 118.75% */
        }
[b-rliro9xs0e] .mud-input>input.mud-input-root-outlined {
    padding: 10.5px 14px !important;
}

[b-rliro9xs0e] .mud-button {
    padding: 10px 20px;
    border-radius: 4px;
    background: #F3F4F5;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);

    text-transform: none !important;

    font-size: 16px;
    text-align: center;
    line-height: var(--font-line-height-caption, 19.02px); /* 118.875% */
    letter-spacing: var(--font-letter-spacing-caption, 0.4px);
}

[b-rliro9xs0e] .mud-button:hover {
    background: #E3E5E8;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.12);
}

[b-rliro9xs0e] .mud-button-filled.mud-button-filled-primary {
    color: #FFF;
    background-color: var(--mud-palette-primary);
}

[b-rliro9xs0e] .mud-button-filled.mud-button-filled-primary:hover {
    background-color: #004575;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.12);
}

[b-rliro9xs0e] .mud-tabs-tabbar .mud-tabs-tabbar-inner {
    min-height: 0;
    padding-bottom: 8px;
}

[b-rliro9xs0e] .e-input-group:not(.e-disabled) .e-input-group-icon:hover, .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover[b-rliro9xs0e] {
    background: rgba(0, 0, 0, 0);
    color: #495057;
}

.pl-panel-content[b-rliro9xs0e] {
    padding: 16px;
    height: 216px;
    overflow: hidden;
    border-radius: 4px;
    background: #F3F4F5;
    text-align: left;
}

.pl-layout-group-label[b-rliro9xs0e] {
    color: #3C3F43;
    font-size: 14px;
    line-height: 100%; /* 14px */
    letter-spacing: var(--font-letter-spacing-caption, 0.4px);
    margin-bottom: 12px;
}

.pl-dialog-actions[b-rliro9xs0e] {
    display: flex;
    gap: 12px;
}
/* /View/Components/HeaderComponents/PlBusyIndicator.razor.rz.scp.css */
.busymode-animation-container[b-hwcbnvpebm] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    z-index: calc(var(--z-index-top-element) + 5);
}

[b-hwcbnvpebm] .mud-progress-linear-bar {
    background-color: #009dd9 !important;
}
/* /View/Components/HeaderComponents/PlColumnChooser.razor.rz.scp.css */
.text[b-5xblphg7cv], input.checkbox[b-5xblphg7cv] {
    vertical-align: middle;
}

.context-menu-item[b-5xblphg7cv] {
    font-size: 11px;
    display: flex;
    gap: 5px;
    align-items: center;
}
/* /View/Components/HeaderComponents/PlTitleTemplate.razor.rz.scp.css */
.title[b-ye7ag7kt5v] {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

    .title > .title-text[b-ye7ag7kt5v] {
        flex-shrink: 1;
        flex-grow: 1;
        flex-basis: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: 'Roboto', serif;
    }

.title-text.left[b-ye7ag7kt5v] {
    padding-left: var(--spacing-field-padding, 3px);
}

.title-text.right[b-ye7ag7kt5v] {
    padding-right: var(--spacing-field-padding, 3px);
}

/* Ensure drag cursor is not overridden during title drag operations */
body.dragging-title[b-ye7ag7kt5v], body.dragging-title *[b-ye7ag7kt5v] {
    cursor: url("icons/cursors/hand-back-fist.png"), grabbing !important;
}

/* Prevent pointer events on other elements during drag to avoid cursor conflicts */
body.dragging-title *:not(.title)[b-ye7ag7kt5v] {
    pointer-events: none;
}

/* Keep pointer events on dragged title for smooth interaction */
body.dragging-title .title[b-ye7ag7kt5v] {
    pointer-events: auto;
}

/* Plus icon styling */
.pl-title-plus-icon[b-ye7ag7kt5v] {
    cursor: pointer;
    margin: auto 3px;
}

    .pl-title-plus-icon[b-ye7ag7kt5v]::before {
        color: #28a745;
        content: "\2b";
        font-size: 15px;
        font-weight: 700;
    }

    .pl-title-plus-icon:hover[b-ye7ag7kt5v]::before {
        color: #34ce57;
    }

    .pl-title-plus-icon:active[b-ye7ag7kt5v]::before {
        color: #1e7e34;
    }
/* /View/Components/HelpDeskComponents/PlFeedback.razor.rz.scp.css */
.feedback-container[b-2e06xknvua] {
    font-family: Asap, sans-serif;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
}

.feedback-header[b-2e06xknvua] {
    display: flex;
    width: 100%;
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    background: linear-gradient(285deg, #132836 6.92%, #263C4A 96.33%);
}

.feedback-title[b-2e06xknvua] {
    align-self: stretch;
    color: #FFF;
    font-family: Asap, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.15px;
}

.feedback-header p[b-2e06xknvua] {
    color: #FFF;
    font-family: Asap, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.15px;
    margin-bottom: 0;
}

.feedback-body[b-2e06xknvua] {
    height: 100%;
    padding: 16px 24px;
    display: flex;
    flex-flow: column;
    justify-content: stretch;
    gap: 16px;
}

.sentiment-selector[b-2e06xknvua] {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 16px;
}

.sentiment-btn[b-2e06xknvua] {
    display: flex;
    height: 55px;
    font-size: 2.5em;
    padding: 12px 16px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #FFF;
    color: #8A95A8;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    outline: none;
}

    .sentiment-btn.active[b-2e06xknvua] {
        border: 1px solid #005794;
        color: #005794;
        background: #EFF8FF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    }

.category-selector[b-2e06xknvua] {
    display: inline-flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
}

    .category-selector button[b-2e06xknvua] {
        display: flex;
        padding: 6px 12px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 4px;
        border: 1px solid #DEE2E6;
        color: #3C3F43;
        text-align: center;
        font-family: Asap, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: var(--font-line-height-caption, 19.02px); /* 118.875% */
        letter-spacing: var(--font-letter-spacing-caption, 0.4px);
        outline: none;
    }

        .category-selector button.active[b-2e06xknvua] {
            border: 1px solid #005794;
            color: #005794;
            background: #EFF8FF;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
        }

.form-group[b-2e06xknvua] {
    margin-bottom: 0;
}

    .form-group label[b-2e06xknvua] {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        color: #344D5F;
        font-family: Asap, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 22.4px */
        letter-spacing: 0.15px;
        margin-bottom: 0;
    }

    .form-group.email-group[b-2e06xknvua] {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

        .form-group.email-group input[b-2e06xknvua] {
            display: flex;
            font-size: 14px;
            height: var(--spacing-field-height-dense, 40px);
            padding: var(--spacing-padding-md, 12px) var(--spacing-padding-sm, 10px);
            align-items: center;
            gap: var(--spacing-padding-xs, 8px);
            align-self: stretch;
            border-radius: var(--border-radius-default, 4px);
            border: 1px solid #DEE2E6;
            background: var(--color-theme-white, #FFF);
            outline: none;
        }

            .form-group.email-group input:focus[b-2e06xknvua] {
                outline: 1px solid #005794;
            }

            .form-group.email-group input.invalid[b-2e06xknvua] {
                border: 1px solid #dc3545;
            }

            .form-group.email-group input.invalid:focus[b-2e06xknvua] {
                outline: 1px solid #dc3545;
            }

        .form-group.email-group .form-text[b-2e06xknvua] {
            color: #3C3F43;
            font-family: Asap, sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%; /* 18.2px */
            letter-spacing: var(--font-letter-spacing-caption, 0.4px);
        }

    .form-group.feedback-group .textarea-container[b-2e06xknvua] {
        position: relative;
        width: 100%;
    }

    .form-group.feedback-group textarea[b-2e06xknvua] {
        display: flex;
        font-size: 14px;
        width: 100%;
        height: 180px;
        padding: var(--spacing-padding-md, 12px) var(--spacing-padding-sm, 10px);
        padding-bottom: 30px;
        align-items: flex-start;
        gap: var(--spacing-padding-xs, 8px);
        flex-shrink: 0;
        border-radius: var(--border-radius-default, 4px);
        border: 1px solid #DEE2E6;
        background: var(--color-theme-white, #FFF);
        box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.06);
        resize: none;
        outline: none;
        box-sizing: border-box;
    }

        .form-group.feedback-group textarea:focus[b-2e06xknvua] {
            outline: 1px solid #005794;
        }

    .form-group.feedback-group .character-count[b-2e06xknvua] {
        position: absolute;
        bottom: 8px;
        right: 12px;
        color: #8A95A8;
        font-family: Asap, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.4px;
        pointer-events: none;
    }

.feedback-send-btn[b-2e06xknvua] {
    width: 100%;
    display: inline-flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #005794;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    outline: none;
}

.optional-tag[b-2e06xknvua] {
    display: flex;
    padding: 2px 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #DEDEE4;
    color: #3C3F43;
    font-family: Asap, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
    letter-spacing: var(--font-letter-spacing-caption, 0.4px);
}

[b-2e06xknvua] .feedback-send-btn {
    width: 100%;
    display: inline-flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #005794;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    color: #FFF;
    text-align: center;
    font-family: Asap, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: var(--font-line-height-caption, 19.02px); /* 118.875% */
    letter-spacing: var(--font-letter-spacing-caption, 0.4px);
    text-transform: none;
    outline: none;
}

    [b-2e06xknvua] .feedback-send-btn:hover {
        background: #004b7f;
    }

    [b-2e06xknvua] .feedback-send-btn:disabled {
        background: lightgray !important;
    }


[b-2e06xknvua] .feedback-send-btn .button-text {
    margin-left: 8px;
}

.feedback-footer[b-2e06xknvua] {
    color: #344D5F;
    font-family: Asap, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.15px;
}

.feedback-confirmation[b-2e06xknvua] {
    display: flex;
    flex-flow: column;
    padding: 40px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.feedback-confirmation-check[b-2e06xknvua] {
    color: #018E88;
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    font-size: 55px;
}

.feedback-confirmation-title[b-2e06xknvua] {
    color: #00847F;
    text-align: center;
    font-family: Asap, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px; /* 95% */
    letter-spacing: 0.15px;
    margin-top: 10px;
}

.feedback-confirmation-text[b-2e06xknvua] {
    color: #132836;
    text-align: center;
    font-family: Asap, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.15px;
    margin-bottom: 20px;
}

.feedback-error-icon[b-2e06xknvua] {
    color: #dc3545;
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    font-size: 55px;
}

.feedback-error-title[b-2e06xknvua] {
    color: #dc3545;
    text-align: center;
    font-family: Asap, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.15px;
    margin-top: 10px;
}

.feedback-error-text[b-2e06xknvua] {
    color: #132836;
    text-align: center;
    font-family: Asap, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.15px;
    margin-bottom: 20px;
}
/* /View/Components/HelpDeskComponents/PlFeedbackItem.razor.rz.scp.css */
.feedback-footer[b-7go5zql797] {
    color: #344D5F;
    font-family: Asap, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    padding: 0 24px 16px 24px;
}
/* /View/Components/HelpDeskComponents/PlHelpDesk.razor.rz.scp.css */
.help-desk-container[b-y73mv9yykv] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    color: #132836;
}

.help-desk-header[b-y73mv9yykv] {
    width: 100%;
    height: auto;
    min-height: 60px;
    padding: 16px 20px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch
}

    .help-desk-header .close-button[b-y73mv9yykv] {
        max-width: 25px;
        max-height: 25px;
        min-width: 25px;
        min-height: 25px;
        font-size: 20px;
        border: none;
        outline: none;
    }

        .help-desk-header .close-button:focus[b-y73mv9yykv],
        .help-desk-header .close-button:active[b-y73mv9yykv] {
            border: none;
            outline: none;
            box-shadow: none;
        }

        .help-desk-header .close-button:hover[b-y73mv9yykv] {
            color: #ff3300;
        }

.help-desk-title[b-y73mv9yykv] {
    display: flex;
    flex-direction: row;
    gap: 6px;
}

    .help-desk-title .title-text[b-y73mv9yykv] {
        color: inherit;
        leading-trim: both;
        text-edge: cap;
        font-family: Asap;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .help-desk-title .title-icon[b-y73mv9yykv] {
        display: flex;
        width: 24px;
        height: 24px;
        justify-content: center;
        align-items: center;
        background-color: #455A6B;
        -webkit-mask: url(icons/accordionIcon.svg) no-repeat center;
        mask: url(icons/accordionIcon.svg) no-repeat center;
    }

.help-desk-content[b-y73mv9yykv] {
    width: 100%;
    flex: 1;
    overflow-y: auto;
    max-height: 785px;
    min-height: 650px;
}

.back-button[b-y73mv9yykv] {
    font-size: 1.3em;
    padding-top: 3px;
    width: 1em;
    outline: none;
}

.help-desk-items-list[b-y73mv9yykv] {
    width: 100%;
    padding: 16px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.help-desk-footer[b-y73mv9yykv] {
    width: 100%;
    height: auto;
}

.help-desk-footer-content[b-y73mv9yykv] {
    padding: 20px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
}

.help-desk-help-link[b-y73mv9yykv] {
    color: #005794;
    font-family: Asap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.ai-footer-content[b-y73mv9yykv] {
    color: #5B687B;
    text-align: center;
    font-family: Asap;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 16px;
}
/* /View/Components/HelpDeskComponents/PlHelpDeskItem.razor.rz.scp.css */
.help-desk-item[b-ef6460usoj] {
    width: 100%;
    display: flex;
    height: 60px;
    padding: 8px 12px;
    align-items: center;
    gap: 16px;
    border-radius: 4px;
    border: 1px solid #DEE2E6;
    font-family: Asap, sans-serif;
    color: #132836;
    cursor: pointer;
}

    .help-desk-item.disabled[b-ef6460usoj] {
        user-select: none;
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.4;
        background-color: #fafafa;
    }

    .help-desk-item.disabled[b-ef6460usoj]  a {
        pointer-events: auto !important;
        cursor: pointer !important;
    }

    .help-desk-item:hover:not(.disabled)[b-ef6460usoj] {
        background: #00b2f50f;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08) !important;
    }

    .help-desk-separator[b-ef6460usoj] {
        width: 382px;
        height: 1px;
        background: #DEE2E6;
        margin: 12px 0;
    }

.help-desk-item-title[b-ef6460usoj] {
    color: #132836;
    font-family: Asap, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.help-desk-item-icon[b-ef6460usoj] {
    width: 25px;
    height: 30px;
    font-size: 22px;
}

.help-desk-item-content[b-ef6460usoj] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    flex: 1 0 0;
}

.help-desk-item-description[b-ef6460usoj] {
    color: #132836;
    font-family: Asap, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    user-select: none;
    white-space: nowrap;  
}

.help-desk-nav-icon[b-ef6460usoj] {
    font-size: 16px;
    padding: 12px 5px;
}

.item-label[b-ef6460usoj] {
    padding: 3px 6px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-family: Asap, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

    .item-label.doku[b-ef6460usoj] {
        background: #D6DAE6;
    }

    .item-label.tipp[b-ef6460usoj] {
        background: #018E88;
        color: #FFF;
    }

    .item-label.video[b-ef6460usoj] {
        background: #F3A945;
        color: #FFF;
    }

    .item-label.tutorial[b-ef6460usoj] {
        background: #A4DBF2;
        color: #FFF;
    }
/* /View/Components/HelperComponents/PlAnimateAutoHeight.razor.rz.scp.css */
.collapsed[b-hrlo0a9rv0] {
    height: 0;
}

.expanded[b-hrlo0a9rv0] {
    height: auto;
}
/* /View/Components/HelperComponents/PlEditDialog.razor.rz.scp.css */
.pl-dialog-resizable[b-5aunjonspc] {
    resize: both;
    overflow: auto;
}

.pl-edit-dialog-content[b-5aunjonspc] {
    padding: 15px !important;
    overflow: hidden !important;
    margin: 0 !important;
    border-bottom: none;
    width: 100%;
    height: 100%;
}

.pl-edit-dialog-title[b-5aunjonspc] {
    padding: 20px 20px 10px !important;
    border-bottom: 1px solid #DEE2E6;
}

.pl-edit-dialog-actions[b-5aunjonspc] {
    padding: 0 15px 15px !important;
}

.pl-keybinding-info[b-5aunjonspc] {
    padding-right: 10px;
    display: inline-block;
    text-align: left;
}

.pl-edit-dialog-content div.pl-markdown[b-5aunjonspc] {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    left: unset;
    top: unset;
    border-style: solid !important;
    border-color: #DCDCDC !important;
    border-width: 1px !important;
    overflow: hidden !important;
}

.pl-edit-dialog-content .e-multi-line-input[b-5aunjonspc] {
    width: 100%;
    height: 100%;
}

.pl-textarea-wrapper[b-5aunjonspc] {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    overflow: auto;
}

div.pl-textarea-scroll-container[b-5aunjonspc] {
    width: 100%;
    height: auto !important;
    overflow-y: auto !important;
    overflow-x: hidden;
    position: relative !important;
    min-height: 100%;    
}

.pl-textarea-backdrop[b-5aunjonspc] {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 3px;
    border: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    word-wrap: break-word;
    white-space: pre-wrap;
    box-sizing: border-box;
    color: transparent;
    pointer-events: none;
    z-index: 0;

}

.pl-textarea-field[b-5aunjonspc] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 3px;
    border: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    word-wrap: break-word;
    white-space: pre-wrap;
    box-sizing: border-box;
    background: transparent;
    color: inherit;
    caret-color: currentColor;
    z-index: 1;
    outline: none;
    resize: none;
    overflow: visible;
}
/* /View/Components/HelperComponents/PlInput.razor.rz.scp.css */
.pl-input-wrapper[b-qoc4wgm7o5] {
    position: relative;
    width: 100%;
    height: 100%;
}

.pl-input-container[b-qoc4wgm7o5] {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.pl-input-base[b-qoc4wgm7o5] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    text-indent: 0;
    box-sizing: border-box;
    text-align: inherit;
    vertical-align: top;
}

.pl-input-backdrop[b-qoc4wgm7o5] {
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    pointer-events: none;
    align-content: center;
}

.pl-input-field[b-qoc4wgm7o5] {
    background: transparent;
    color: inherit;
    caret-color: currentColor;
    z-index: 1;
    outline: none;
}

.pl-input-field[b-qoc4wgm7o5]::placeholder {
    color: var(--placeholder-color, #999);
    opacity: 1;
}
/* /View/Components/HelperComponents/PlPopover.razor.rz.scp.css */
.pl-popover-owner[b-kck6k2h8z9] {
    width: auto;
    height: auto;
}

.pl-tooltip-module-owner[b-kck6k2h8z9] {
    height: 100%;
    width: 100%;
}

[b-kck6k2h8z9] .e-ddl-icon {
    border: none !important;
}

.pl-popover-content[b-kck6k2h8z9] {
    background-color: white;
    display: flex;
    max-height: 500px;
}

[b-kck6k2h8z9] .pl-scroll {
    overflow-x: hidden !important;
}

.pl-popup-module[b-kck6k2h8z9] {
    overflow: hidden;
}
/* /View/Components/LoginComponents/PlantaInfoContainer.razor.rz.scp.css */
.header-icon[b-st0srnm28x] {
    width: 120px;
    height: 60px;
    content: url(/icons/planta_logo_with_text.svg);
}

.pl-info-form[b-st0srnm28x] {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

.pl-info-form-container[b-st0srnm28x] {
    opacity: 0;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    background: white;
    animation: appearance-b-st0srnm28x var(--animation-duration-form) linear 3.75s forwards;
}

.pl-info-container[b-st0srnm28x] {
    display: flex;
    opacity: 0;
    flex-basis: min(800px, 60%);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 1;
    align-self: stretch;
    background: linear-gradient(0deg, rgba(0, 87, 148, 0.80) 0%, rgba(0, 87, 148, 0.80) 100%), url(/images/loging-background.png) lightgray -119.901px 0 / 1600px no-repeat;
    animation: formAnimation-b-st0srnm28x var(--animation-duration-form) linear var(--animation-delay-form) forwards;
    background-size: cover;
}

    .pl-info-container.no-animations[b-st0srnm28x] {
        width: min(800px, 60%);
    }

    .pl-info-container.no-animations[b-st0srnm28x], .pl-info-form-container.no-animations[b-st0srnm28x] {
        opacity: 1;
        animation: none;
    }

    .pl-info-container .info-header[b-st0srnm28x] {
        display: flex;
        padding: 42px;
        align-items: center;
        align-self: stretch;
    }

    .pl-info-container .info-content[b-st0srnm28x] {
        display: flex;
        width: max(500px, 0%);
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        color: #FFFFFF;
        font-family: Asap, serif;
        text-align: left;
        font-size: 14px;
        max-width: 100%;
        overflow-y: auto;
        padding: 10px;
    }

        .pl-info-container .info-content .caption[b-st0srnm28x] {
            color: var(--color-base-white, #FFF);
            font-family: Asap, serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 28px; /* 116.667% */
        }

        .pl-info-container .info-content a[b-st0srnm28x] {
            color: #FFFFFF;
        }

        .pl-info-container .info-content ul[b-st0srnm28x] {
            list-style-type: square;
            list-style-position: inside;
        }

        .pl-info-container .info-content li[b-st0srnm28x] {
            text-decoration: underline white solid 1px;
        }

    .pl-info-container .info-footer[b-st0srnm28x] {
        display: flex;
        height: 144px;
        padding: 24px;
        justify-content: space-between;
        align-items: flex-end;
        align-self: stretch;
    }

.footer-label-style[b-st0srnm28x] {
    color: var(--color-base-white, #FFF);
    font-family: Asap, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.05px;
}

@keyframes formAnimation-b-st0srnm28x {
    0% {
        opacity: 0;
        width: 0px;
    }

    100% {
        opacity: 1;
        width: 800px;
    }
}

@keyframes appearance-b-st0srnm28x {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 649px) {
    .pl-info-container[b-st0srnm28x] {
        max-width: 0;
    }
}

/* /View/Components/LoginComponents/PlLoginForm.razor.rz.scp.css */
.login-form-content[b-4f8qebc46l] {
    display: flex;
    width: 300px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0 40px;
}

.login-button[b-4f8qebc46l] {
    margin-top:10px;
}

.login-title[b-4f8qebc46l] {
    color: var(--color-primary-dark-blue, #00375B);
    font-family: Asap, serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
    letter-spacing: -0.96px;
}

.login-username[b-4f8qebc46l], .login-password[b-4f8qebc46l], .login-button[b-4f8qebc46l] {
    width: 100%;
}

.login-form-header[b-4f8qebc46l] {
    display: flex;
    padding: 24px 0px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.login-form-title[b-4f8qebc46l] {
    color: var(--color-primary-light-blue, #00B2F5);
    font-family: Asap, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 166.667% */
    letter-spacing: -0.72px;
}

.login-form-footer[b-4f8qebc46l] {
    display: flex;
    padding: 24px 0px;
    height: 80px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.login-alert[b-4f8qebc46l] {
    text-align: center;
    margin-top: 20px;
    color: darkred;
    font-size: 16px;
    font-family: inherit;
}

.form-holder header[b-4f8qebc46l] {
    height: 150px;
    background-image: url("../icons/planta_logo_neg.svg");
    background-size: cover;
    font-family: inherit;
}

[b-4f8qebc46l] .e-input-group.e-logintextbox {
    height: 40px;
    border-radius: 4px;
    font-family: inherit;
}

[b-4f8qebc46l] .e-login-btn {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    background-color: rgb(0, 105, 155) !important;
    border-color: rgb(0, 105, 155) !important;
    font-family: inherit;
    border-radius: 7px;
    padding: 10px 0 10px 0;
}

[b-4f8qebc46l] .e-login-btn:hover {
    background-color: rgb(0, 82, 124) !important;
    border-color: rgb(0, 82, 124) !important;
}

[b-4f8qebc46l] .e-float-text.e-label-top {
    color: white !important;
    font-weight: bold !important;
}

[b-4f8qebc46l] .e-input-group, [b-4f8qebc46l] .e-input-group.e-control-wrapper, [b-4f8qebc46l] .e-float-input, [b-4f8qebc46l] .e-float-input.e-input-group, [b-4f8qebc46l] .e-float-input.e-control-wrapper, [b-4f8qebc46l] .e-float-input.e-input-group.e-control-wrapper {
    background: white !important;
}
/* /View/Components/LoginComponents/PlMessageContainer.razor.rz.scp.css */
.message-text[b-j1d0fyv7ro] {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}

    .message-text .info[b-j1d0fyv7ro] {
        color: rgb(0,72,111);
    }

.form-holder[b-j1d0fyv7ro] {
    width: max(350px, 70%);
    height: auto;
    margin: auto;
    padding: 30px;
    background: inherit;
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
}
/* /View/Components/MenuComponents/PlMenu.razor.rz.scp.css */
.pl-main-menu-container[b-x97u42reks] {
    display: flex;
    flex: 1 0 0;
    flex-direction: row-reverse;
    position: relative;
}

/*allign menu button to toolbar buttons*/
.pl-dropdown-button[b-x97u42reks] {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
}

[b-x97u42reks] .mud-button-root {
    border-radius: 0%;
}

[b-x97u42reks] .pl-icon-awesome.pl-main-menu-icon::before {
    content: "\f733";
    font-size: 16px;
    font-weight: 300;
    color: white;
}
/* /View/Components/MenuComponents/PlNewsFeed.razor.rz.scp.css */
.news-feed-container[b-u3c7eyp8a4] {
    width: 337px;
    height: 524px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #DEE2E6;
    background: #FFF;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.12);
}

.news-feed-header[b-u3c7eyp8a4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #DEE2E6;
}

.news-feed-title[b-u3c7eyp8a4] {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 18px */
}

.news-feed-close-icon[b-u3c7eyp8a4], .close-popover[b-u3c7eyp8a4] {
    cursor: pointer;
    font-size: 16px;
    display: flex;
    color: #838C97;
}

.news-feed-tabs[b-u3c7eyp8a4] {
    display: flex;
    height: 40px;
    align-items: center;
    padding-left: 16px;
    border-bottom: 1px solid #DEE2E6;
}

.news-feed-tab[b-u3c7eyp8a4] {
    color: #000;
    height: 100%;
    width: 40px;
    padding: 12px 8px;
    font-size: 14px;
    font-style: normal;
    line-height: 100%; /* 14px */
    cursor: pointer;
}

.news-feed-tab.is-active[b-u3c7eyp8a4] {
    font-weight: bold;
    border-bottom: 3px solid #005794;
}

.news-feed-content[b-u3c7eyp8a4] {
    overflow-y: auto;
    height: 100%;
}

.news-feed-item[b-u3c7eyp8a4] {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 16px 12px;
    border-bottom: 1px solid #DEE2E6;
    border-left: 4px solid #F1982366;

    &.is-read {
        padding-left: 16px;
        border-left: none;
    }
}

.planta-system-avatar[b-u3c7eyp8a4] {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    align-self: flex-start;
    border-radius: 50%;
    background: linear-gradient(65deg, #98D5C9 12.14%, #00B2F5 88.19%);
}

.planta-avatar-logo[b-u3c7eyp8a4] {
    margin: 5px 10px 0 10px;
    flex-shrink: 0;
}

.news-feed-item-content-wrapper[b-u3c7eyp8a4] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    
    .news-feed-item-title {
        color: #000;
        font-size: 16px;
    }

    .news-feed-item-banner[b-u3c7eyp8a4] {
        margin: 10px 0;
        width: 100%;
    }

    .news-feed-item-banner img[b-u3c7eyp8a4] {
        width: 100%;
        border-radius: 4px;
        object-fit: cover;
    }
    
    .new-feed-item-content[b-u3c7eyp8a4] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-shrink: 0;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 140%; /* 19.6px */
    }
    
    .read-more-button[b-u3c7eyp8a4] {
        display: inline-flex;
        padding: 6px 12px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 4px;
        background: #005794;
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
        color: #FFF;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 19.02px; /* 135.857% */
        width: 112px;
    }
}

.news-feed-item-header[b-u3c7eyp8a4] {
    display: flex;
    justify-content: space-between;
}

.news-feed-item-label[b-u3c7eyp8a4] {
    display: inline-flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #D3EFFD;
}

.news-feed-item-date[b-u3c7eyp8a4] {
    color: #525B65;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
}

.news-feed-empty[b-u3c7eyp8a4] {
    color: #525B65;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    margin-top: 35px;
}

.pl-notification-icon[b-u3c7eyp8a4]::before {
    content: "\f0f3";
    font-weight: 300;
    margin-top: 2px;
}

.pl-notification-button[b-u3c7eyp8a4] {
    position: relative;
    margin: 3px 9px 0 0;
    cursor: pointer;
}

    .pl-notification-button.is-active[b-u3c7eyp8a4] {
        padding: 4px 5px;
        flex-shrink: 0;
        border-radius: 4px;
        margin-right: 3px;
        border: 1px solid #FFF;
        background: rgba(255, 255, 255, 0.20);
        justify-content: center;
    }

.pl-notification-button.is-active .pl-notification-icon[b-u3c7eyp8a4] {
    margin-top: 0;
}

.pl-notification-dot[b-u3c7eyp8a4] {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 10px;
    height: 10px;
    border: 1px solid #005591;
    background: #F19823;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

    .pl-notification-dot.is-active[b-u3c7eyp8a4] {
        top: 2px;
        right: 3px;
        border: 1px solid #3174a2;
    }
/* /View/Components/ModuleComponents/PlModule.razor.rz.scp.css */
.pl-hidden-scrollbars[b-2gcrqs2199]::-webkit-scrollbar {
    width: 0;
}

.pl-hidden-scrollbars[b-2gcrqs2199] {
    -ms-overflow-style: none;
}

.pl-overflow-hidden[b-2gcrqs2199] {
    overflow: hidden;
}

.pl-scroll[b-2gcrqs2199] {
    height: 100%;
    overflow: auto;
    position: relative;
}

.scrollbar-container[b-2gcrqs2199] {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

/* Custom Scrollbars */
.pl-custom-scrollbar[b-2gcrqs2199] {
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: var(--z-index-scrollbar);
    border-radius: 4px;
    background-color: transparent;
    scrollbar-width: thin;
    scrollbar-color: #666 transparent;
    right: 0;
    top: 0;
    height: 100%;
    width: 8px;
}

.pl-scrollbar-thumb[b-2gcrqs2199] {
    position: absolute;
    background-color: #666;
    cursor: pointer;
    border-radius: 4px;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 30px;
    transition: background-color 0.2s;
}

.pl-scrollbar-thumb:hover[b-2gcrqs2199] {
    background-color: #00355a;
}

.pl-custom-horizontal-scrollbar[b-2gcrqs2199] {
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: var(--z-index-scrollbar);
    border-radius: 4px;
    background-color: transparent;
    scrollbar-width: thin;
    scrollbar-color: #666 transparent;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
}

.pl-horizontal-scrollbar-thumb[b-2gcrqs2199] {
    position: absolute;
    background-color: #666;
    cursor: pointer;
    border-radius: 4px;
    left: 0;
    bottom: 0;
    height: 100%;
    min-width: 30px;
    transition: background-color 0.2s;
}

.pl-horizontal-scrollbar-thumb:hover[b-2gcrqs2199] {
    background-color: #00355a;
}

/* Hide native horizontal scrollbars */
.pl-hidden-horizontal-scrollbars[b-2gcrqs2199] {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.pl-hidden-horizontal-scrollbars[b-2gcrqs2199]::-webkit-scrollbar:horizontal {
    height: 0 !important;
}

.pl-hidden-horizontal-scrollbars::-webkit-scrollbar:horizontal *[b-2gcrqs2199] {
    display: none !important;
}

/* Auto-scroll icon */
.pl-autoscroll-icon[b-2gcrqs2199] {
    position: fixed;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.3);
    border: 2px solid rgba(255,255,255,0.5);
    z-index: var(--z-index-top-element);
    pointer-events: none;
}

/* Scroll content positioning */
.scroll-content[b-2gcrqs2199] {
    position: relative;
}
/* /View/Components/ModuleComponents/PlModuleSearchBar.razor.rz.scp.css */
.pl-module-search-bar[b-lrcr0084ml] {
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;

    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;

    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    font-size: 12px;
    height: var(--searchbar-height, 36px);
    z-index: var(--z-index-top-element) !important;
}

.pl-module-search-bar.hidden[b-lrcr0084ml] {
    display: none;
}

.pl-search-close-btn[b-lrcr0084ml] {
    background: none;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    padding: 4px 8px;
    color: #666;
    font-size: 16px;
    line-height: 1;
}

.pl-search-close-btn:hover[b-lrcr0084ml] {
    color: #333;
    background-color: #e0e0e0;
}

.pl-search-input-container[b-lrcr0084ml] {
    position: relative;
    flex: 1;
    max-width: 300px;
    min-width: 100px;
}

.pl-search-input[b-lrcr0084ml] {
    width: 100%;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 12px;
}

.pl-search-input:focus[b-lrcr0084ml] {
    outline: none;
    border-color: #0078d4;
}

.pl-search-counter[b-lrcr0084ml] {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 11px;
    pointer-events: none;
    background-color: transparent;
    padding: 0 4px;
}

.pl-search-buttons[b-lrcr0084ml] {
    display: flex;
    gap: 2px;
}

.pl-search-btn[b-lrcr0084ml] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
    min-width: 28px;
    outline: none;
    border-radius: 3px;
}

.pl-search-btn:hover:not(:disabled)[b-lrcr0084ml] {
    background-color: #e0e0e0;
}

.pl-search-btn:disabled[b-lrcr0084ml] {
    opacity: 0.5;
    cursor: not-allowed;
}

.pl-icon-chevron-up[b-lrcr0084ml]::before {
    content: "\f077";
}

.pl-icon-chevron-down[b-lrcr0084ml]::before {
    content: "\f078";
}

.pl-icon-xmark[b-lrcr0084ml]::before {
    content: "\f00d";
}

.pl-search-status[b-lrcr0084ml] {
    color: #666;
    font-size: 12px;
    margin-left: auto;
}

.pl-icon-close[b-lrcr0084ml] {
    display: inline-block;
}

.pl-search-switch-label[b-lrcr0084ml] {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 12px;
    margin-left: 10px;
    margin-top: auto;
    margin-bottom: auto;
}

.pl-search-switch-label span[b-lrcr0084ml] {
    user-select: none;
}

[b-lrcr0084ml] .ant-switch {
    min-width: 32px;
    height: 16px;
    line-height: 16px;
}

[b-lrcr0084ml] .ant-switch-handle {
    width: 12px;
    height: 12px;
    top: 2px;
    left: 2px;
}

[b-lrcr0084ml] .ant-switch-checked .ant-switch-handle {
    left: calc(100% - 14px);
}

[b-lrcr0084ml] .ant-checkbox-wrapper > span {
    font-size: 12px;
}
/* /View/Components/ModuleComponents/PlModulesHolder.razor.rz.scp.css */
.pl-bottom-docked-button[b-ppibmh8s9z] {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: auto;
    z-index: var(--z-index-docked-buttons);
}

.pl-right-docked-button[b-ppibmh8s9z] {
    position: absolute;
    top: 50px;
    right: -1px;
    width: auto;
    z-index: var(--z-index-docked-buttons);
    transform-origin: right bottom;
    transform: rotate(270deg);
}

    .pl-right-docked-button[b-ppibmh8s9z]  button, .pl-bottom-docked-button[b-ppibmh8s9z]  button {
        background-color: white;
        color: black;
        border: 1px solid #dee2e6;
        border-radius: 4px 4px 0 0;
    }
        .pl-right-docked-button[b-ppibmh8s9z]  button:hover, .pl-bottom-docked-button[b-ppibmh8s9z]  button:hover {
            color: #0056b3;
        }
/* /View/Components/ModuleComponents/PlModuleTabItem.razor.rz.scp.css */
.pl-mv-title[b-gjc9g7phah] {
    font-size: 12px;
    text-transform: none !important;
}

.pl-tab-title[b-gjc9g7phah] {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none !important;
    flex-direction: column;
}

.pl-mv-button-container[b-gjc9g7phah] {
    position: relative;
}

.pl-mv-button[b-gjc9g7phah]::before {
    font-size: 16px;
    content: "\f078";
    font-weight: 900;
}

.pl-notification-dot[b-gjc9g7phah] {
    position: absolute;
    top: 0;
    right: -3px;
    width: 10px;
    height: 10px;
    border: 1px solid #005591;
    background: #F19823;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}
/* /View/Components/ModuleComponents/PlModuleTabs.razor.rz.scp.css */
[b-64krwg8uqd] .pl-module-tabs .mud-tabs-tabbar .mud-tabs-tabbar-inner {
    min-height: 42px;
}

[b-64krwg8uqd] .pl-module-tabs .mud-tabs-tabbar .mud-tab .mud-tabs-panel-header-after {
    padding-left: 0px; 
    padding-inline-start: 0px; 
    padding-inline-end: unset;
}

[b-64krwg8uqd] .pl-module-tabs .mud-tabs-tabbar-content .mud-tab {
    min-height: 42px;
    height: 42px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex: 1 0 0;
    overflow: hidden;
    color: #FFF;
    text-align: center;
    text-overflow: ellipsis;
    font-family: Asap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    height: 42px;
    padding: 10px 12px !important;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-radius: 12px 12px 0px 0px;
    background: #1F6BA1;
    min-width: 200px !important;
}

[b-64krwg8uqd] .pl-module-tabs.main-dock-content .mud-tabs-tabbar {
    padding: 0px !important;
    position: fixed;
    top: 70px;
    width: calc(100% - 93px) !important;
    background-color: transparent;
}

[b-64krwg8uqd] .pl-module-tabs .mud-tabs-tabbar {
    background-color: #e0e0e0;
}

[b-64krwg8uqd] .pl-module-tabs .mud-tabs-tabbar .mud-tab .mud-icon-button {
    margin-right: -6px;
    color: white;
}

    [b-64krwg8uqd] .pl-module-tabs .mud-tabs-tabbar .mud-tab.mud-tab-active .mud-icon-button {
        color: #00375B;
    }

    [b-64krwg8uqd] .pl-module-tabs .mud-tabs-tabbar .mud-tab .mud-icon-button:hover {
        color: #dd6666ff;
    }

[b-64krwg8uqd] .pl-module-tabs .mud-tabs-tabbar .mud-tab.mud-tab-active {
    border-radius: 12px 12px 0px 0px;
    background: var(--Grey-table, #F9FAFB);
    color: #00375B;
    display: flex;
}

    [b-64krwg8uqd] .pl-module-tabs .mud-tabs-tabbar .mud-tab:not(.mud-tab-active):hover {
        background-color: #458cbf !important;
        border-radius: 12px 12px 0px 0px !important;
    }


[b-64krwg8uqd] .mud-tab.mud-tab-active.mud-ripple.not-focused.mud-tab-panel {
    background-color:lightgray;
    color: gray;
}

/* PWA adjustments when window controls overlay is active */
@media (display-mode: window-controls-overlay) {
    [b-64krwg8uqd] .main-dock-content .mud-tabs-tabbar {
        top: 80px !important;
    }
}
/* /View/Components/ModuleVariantComponents/PlModuleVariantsHolder.razor.rz.scp.css */
.pl-mv-container[b-dqkg1cc40s] {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 315px;
    border: 1px solid var(--color-black-100, #E7E7E7);
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.pl-mv-items-wrapper[b-dqkg1cc40s] {
    overflow-y: auto;
    display: flex;
    width: 100%;
    padding: 8px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.pl-mv-items-collection[b-dqkg1cc40s] {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.pl-mv-item[b-dqkg1cc40s] {
    display: flex;
    padding: 8px 8px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    cursor: pointer;
    color: var(--color-base-black, #0A090B);
    text-align: center;
    font-family: Asap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 10px;
}

    .pl-mv-item:hover[b-dqkg1cc40s] {
        border-radius: 12px;
        background: var(--color-base-background, #F0F8FF);
    }

    .pl-mv-item:hover:has(input)[b-dqkg1cc40s]{
        background: unset;
    }

    .pl-mv-item label[b-dqkg1cc40s] {
        cursor: pointer;
    }

    .pl-mv-item label.selected[b-dqkg1cc40s] {
        cursor: pointer;
        font-weight: 600;
    }

    .pl-mv-item input[b-dqkg1cc40s] {
        padding: 5px 5px;
        height: 35px;
        width: 100%;
    }

.pl-mv-item-actions[b-dqkg1cc40s] {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.pl-mv-separator[b-dqkg1cc40s] {
    width: 315px;
    height: 1px;
    background: #D1D1D1;
}

.pl-module-variant-btn[b-dqkg1cc40s] {
    color: var(--color-primary-light-blue, #00B2F5);
    width: 18px;
    height: 18px;
    font-size: 16px;
    font-weight: 500;
}

.favorite-btn[b-dqkg1cc40s]::before {
    content: "\f005";
    color: var(--color-mv-favorite, #F1D70F);
 }

.favorite-set-btn[b-dqkg1cc40s]::before {
    content: "\f005";
    font-weight: 900;
    color: var(--color-mv-favorite, #F1D70F);
}

.remove-btn[b-dqkg1cc40s]::before {
    content: "\e59b";
    color: var(--color-mv-remove, #E7481D);
}

.save-btn[b-dqkg1cc40s]::before {
    content: "\f0c7";
    font-size: 17px;
    color: var(--color-mv-modified, #23960B);
}

.pl-mv-create-container[b-dqkg1cc40s] {
    display: flex;
    padding: 12px 16px;
    height: 66px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.pl-mv-create-button[b-dqkg1cc40s] {
    display: flex;
    padding: 10px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 4px;
    background: var(--color-primary-light-blue, #00B2F5);
    color: var(--color-theme-white, #FFF);
    text-align: center;
    font-family: Asap;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
/* /View/Components/PanelComponents/PlPanel.razor.rz.scp.css */
.pl-panel[b-p7k4plm0z0] {
    position: relative;
    height: 100%;
}
/* /View/Components/PanelComponents/PlPanelTabHeader.razor.rz.scp.css */
.pl-panel-tab-header[b-utvknmlgd5] {
    display: flex;
    width: 170px;
    padding: 8px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.pl-panel-tab-header:hover[b-utvknmlgd5] {
}

.pl-panel-tab-header-icon[b-utvknmlgd5] {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border-radius: 32px;
    background: #005794;
}

.pl-panel-tab-header-text[b-utvknmlgd5] {
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
    color: var(--color-base-black, #0A090B);
    font-family: Asap;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
/* /View/Components/PanelComponents/PlPanelTabs.razor.rz.scp.css */
.pl-panels-container[b-2xdhhev6xe] {
    height: 100%;
}

[b-2xdhhev6xe] .mud-tabs {
    height: 100%;
}

[b-2xdhhev6xe] .mud-tabs-scroll-button {
    display: flex;
}

[b-2xdhhev6xe] .mud-tabs-scroll-button .mud-icon-button {
    border-radius: 0%;
}

[b-2xdhhev6xe] .pl-panel-tabs > .mud-tabs-tabbar > .mud-tabs-tabbar-inner > .mud-tabs-tabbar-content .mud-tabs-tabbar-wrapper {
    gap: var(--spacing-field-padding, 3px);
    padding-left: var(--spacing-field-padding, 3px);
    padding-top: 2px;
}

[b-2xdhhev6xe] .mud-tabs-panels {
    overflow: auto;
    height: 100%;
}

[b-2xdhhev6xe] .pl-panel-tabs > .mud-tabs-panels > .mud-tab-panel {
    display: contents;
}

[b-2xdhhev6xe] .pl-panel-tabs .mud-tab {
    white-space: nowrap !important;
    text-transform: none !important;
    min-height: 32px !important;
    letter-spacing: normal !important;
    padding: 0px 6px !important;
    border-radius: 5px;
}

    [b-2xdhhev6xe] .pl-panel-tabs .mud-tab:hover {
        background: #F0F8FF;
    }

    [b-2xdhhev6xe] .pl-panel-tabs .mud-tab.mud-tab-active {
        background: #F0F8FF;
    }

[b-2xdhhev6xe] .pl-panel-tabs .mud-tabs-tabbar .mud-tabs-tabbar-inner {
    min-height: 36px;
}

[b-2xdhhev6xe] .mud-tabs-header.mud-tabs-header-after {
    display: none;
}

/* PWA adjustments when window controls overlay is active */
@media (display-mode: window-controls-overlay) {
    [b-2xdhhev6xe] .pl-panel-tabs .mud-tabs-tabbar {
        margin-bottom: 8px;
    }
}
/* /View/Components/PlErrorBoundary.razor.rz.scp.css */
.kill-session-text[b-c7skfo1wdf] {
    font-size: 12px;
    z-index: var(--z-index-global-error);
}

    .kill-session-text > p[b-c7skfo1wdf] {
        display: inline-block;
        padding-right: 10px;
    }
/* /View/Components/PlGlobalReconnectMessage.razor.rz.scp.css */
#components-reconnect-modal.pl-reconnect-modal[b-ygx9p2ferh] {
    position: fixed;
    inset: 0;
    z-index: var(--z-index-global-error) !important;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8) !important;
    text-align: center;
    font-weight: bold;
    transition: visibility linear 500ms;
}

.components-reconnect-hide[b-ygx9p2ferh]
{
    visibility: hidden;
    display: none;
}

.pl-reconnect-modal > div > div[b-ygx9p2ferh] {
    display: none;
}

.pl-components-reconnect-show[b-ygx9p2ferh], .pl-components-reconnect-show > div > .pl-components-reconnect-show[b-ygx9p2ferh],
.components-reconnect-show[b-ygx9p2ferh], .components-reconnect-show > div > .components-reconnect-show[b-ygx9p2ferh],
.components-reconnect-failed[b-ygx9p2ferh], .components-reconnect-failed > div > .components-reconnect-failed[b-ygx9p2ferh], 
.components-reconnect-rejected[b-ygx9p2ferh], .components-reconnect-rejected > div > .components-reconnect-rejected[b-ygx9p2ferh]
{
    visibility: visible;
    display: block;
}

.components-reconnect-show > div > .pl-components-reconnect-show[b-ygx9p2ferh],
.components-reconnect-failed > div > .pl-components-reconnect-show[b-ygx9p2ferh],
.components-reconnect-rejected > div > .pl-components-reconnect-show[b-ygx9p2ferh]
{
    display: none !important;
}
/* /View/Components/PlGlobalSearchBar.razor.rz.scp.css */
.pl-toolbar-search[b-gz5971iii2] {
    display: flex;
    width: 30%;
    min-width: 400px;
    padding: 8px 20px;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: rgba(248, 248, 248, 0.24);
}

.pl-toolbar-search>input[b-gz5971iii2],
.pl-toolbar-search>input:focus[b-gz5971iii2] {
    color: var(--Base-White, #FFF);
    text-align: left;
    font-family: Asap, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
}

.pl-toolbar-search>input[b-gz5971iii2]::placeholder {
    color: #fff;
    opacity: .5;
    font-weight: 100;
}

.pl-toolbar-search-icon[b-gz5971iii2]::before {
    font-size: 14px;
    content: "\f002";
    opacity: .7;
}

.pl-popup-module[b-gz5971iii2] {
    min-width: 780px;
    height: 340px;

    transform: translate(-50%, 0%);
    
    position: absolute;
    padding: 18px 24px;

    border-radius: 8px;
    border: 1px solid var(--Primary-Light-Blue-50, #EFFAFF);
    background: var(--Base-White, #FFF);
    box-shadow: 2px 2px 22.1px 1px rgba(165, 169, 176, 0.15);
}

[b-gz5971iii2] .pl-scroll {
    overflow-x: hidden !important;
}

[b-gz5971iii2] div[data-role="module-content"] {
    width: fit-content;
    margin: auto;
}
/* /View/Components/PlHeaderBar.razor.rz.scp.css */
.pl-header-content[b-fxw6asvvu8] {
    display: flex;
    padding-left: 61px;
    align-items: center;
    gap: 42px;
    align-self: stretch;
}

#header[b-fxw6asvvu8] {
    color: #fff;
    background-color: #005794;
}

    #header #header-main-bar[b-fxw6asvvu8] {
        height: var(--header-height, 112px);
        display: flex;
        padding: 12px 32px 0px 32px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        flex-shrink: 0;
    }

    #header .header-drag-bar[b-fxw6asvvu8] {
        height: 13px;
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 370px);
        -webkit-app-region: drag;
    }

.wrapper[b-fxw6asvvu8] {
    max-width: 1500px;
    margin: 0 5% auto;
}

.pl-logo[b-fxw6asvvu8] {
    background-image: url(icons/planta_logo_only_neg_inkscape.svg);
    background-position: 100% 4px;
    background-repeat: no-repeat;
    background-size: 19px;
    height: 35px;
    position: absolute;
    right: calc(50% - 9px);
    width: 19px;
    margin-top: 5px;
}
/* /View/Components/PlMainViewHolder.razor.rz.scp.css */
.main[b-t0i2y20o7z] {
    background-color: white;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    flex-basis: 100%;
    flex-shrink: 1;
    flex-grow: 1;
}

.pl-content-wrapper[b-t0i2y20o7z] {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: visible !important;
}
/* /View/Components/PlSpinner.razor.rz.scp.css */
.pl-spinner[b-ps9iixzhnb] {
    animation: spin-b-ps9iixzhnb 1s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-b-ps9iixzhnb {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* /View/Components/ScaleChartComponents/ContextMenuButtons/PlContextMenuCheckBox.razor.rz.scp.css */
.ctxt-menu-checkbox[b-t4780scwz9] {
    display: flex;
    gap: 10px;
    align-items: center;
}
/* /View/Components/ScaleChartComponents/ContextMenuButtons/PlScaleContextMenuButton.razor.rz.scp.css */
.scale-btn[b-7h53zjtb9p] {
    background-color: rgb(0, 105, 155) !important;
    border: 1px solid rgb(0, 105, 155) !important;
    border-radius: 4px;
    color: #fff;
    font-size: 1.4rem;
    height: fit-content;
    line-height: 21px;
    margin: 2px 0;
    padding: 1px 7px;
    min-height: 28px;
    min-width: 50px;
    width: 100%;
}

    .scale-btn:hover[b-7h53zjtb9p] {
        background-color: rgb(0, 82, 124) !important;
    }
    
    .scale-btn.not-active[b-7h53zjtb9p] {
        background-color: #6d8ba9;
    }
/* /View/Components/ScaleChartComponents/ContextMenuButtons/PlScaleContextMenuButtonsGroup.razor.rz.scp.css */
.scale-btn-group[b-n2af8mr0gp] {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    min-width: 120px;
}
/* /View/Components/ScaleChartComponents/PlBarLine.razor.rz.scp.css */
span.bar-line[b-kzweu54r5f],
span.bar-line-connector[b-kzweu54r5f] {
    position: absolute;
    z-index: var(--z-index-bar-lines);
}

span.bar-line[b-kzweu54r5f] {
    height: 1px;
}

span.bar-line-connector[b-kzweu54r5f] {
    width: 1px;
}
/* /View/Components/ScaleChartComponents/PlScaleChart.razor.rz.scp.css */
.scale[b-c3u92ij0x5] {
    position: absolute;
    width: fit-content;
    display: flex;
}

.scale-options[b-c3u92ij0x5] {
    position: sticky;
    width: fit-content;
    height: 100%;
    left:  0;
}

#scale-chart-container.not-expanded[b-c3u92ij0x5] {
    overflow-x: auto;
    overflow-y: hidden;
}

#scale-chart-container[b-c3u92ij0x5] {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    width: 100%;
}

#scale-chart-container.page-scroll[b-c3u92ij0x5] {
    cursor: url('icons/cursors/up-down-left-right.svg') 2 2, auto !important;
}

.overflow-wrapper[b-c3u92ij0x5] {
    min-width: 100%;
    position: absolute;
}

.scale-container[b-c3u92ij0x5] {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.scale-container span[b-c3u92ij0x5] {
    border-right: none !important;
    border-bottom: none !important;
    border-top: none !important;
    position: absolute;
    height: 100%;
    z-index: var(--z-index-scale-chart);
}

.vertical-title-scale-grid[b-c3u92ij0x5] {
    width: 100%;
    position: absolute;
}

.vertical-header-row[b-c3u92ij0x5] {
    border: 1px dotted #bababa;
    border-collapse: collapse;
}

.scale-chart-bar-links-container[b-c3u92ij0x5] {
    position: relative;
}
/* /View/Components/ScaleChartComponents/PlScaleChartBarLink.razor.rz.scp.css */
div[id*='bar-link-'][b-epnw44vx9a] {
    width: 1px;
    height: 1px;
    z-index: var(--z-index-bar-links);
}

.link-line[b-epnw44vx9a] {
    border-left: 1px solid #0000cc;
    border-top: 1px solid #0000cc;
    width: 0;
    height: 0;
    cursor: pointer;
    position: absolute;
}

.link-line.connector.target[b-epnw44vx9a]::after {
    content: '';
    background: #0000cc;
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 100%;
    border: 1px solid #0000cc;
    border-radius: 50%;
}

.link-line[b-epnw44vx9a],
.link-line.connector.target[b-epnw44vx9a]::after {
    outline: 0 solid #0000cc;
}

div[id*='bar-link-']:hover .link-line[b-epnw44vx9a],
div[id*='bar-link-']:hover .link-line.connector[b-epnw44vx9a]::after,
div[id*='bar-link-']:has(:hover) .link-line[b-epnw44vx9a],
div[id*='bar-link-']:has(:hover) .link-line.connector[b-epnw44vx9a]::after,
div[id*='bar-link-']:focus-within .link-line[b-epnw44vx9a],
div[id*='bar-link-']:focus-within .link-line.connector[b-epnw44vx9a]::after {
    outline-width: 1px;
    transition-delay: 0.5s;
}

.barlink-in-highlight[b-epnw44vx9a],
.barlink-in-highlight > .link-line[b-epnw44vx9a],
.barlink-out-highlight[b-epnw44vx9a],
.barlink-out-highlight > .link-line[b-epnw44vx9a] {
    z-index: var(--z-index-bar-links-highlight) !important;
}

.barlink-in-highlight .link-line[b-epnw44vx9a],
.barlink-in-highlight .link-line.connector[b-epnw44vx9a]::after {
    background: #008000 !important;
    border-color: #008000 !important;
    outline: 1px solid #008000 !important;
}

.barlink-out-highlight .link-line[b-epnw44vx9a],
.barlink-out-highlight .link-line.connector[b-epnw44vx9a]::after {
    background: #ff6819 !important;
    border-color: #ff6819 !important;
    outline: 1px solid #ff6819 !important;
}
/* /View/Components/ScaleChartComponents/PlScaleChartGrid.razor.rz.scp.css */
#chart-timeline-header-table-container[b-n2ufql8c3r] {
    height: 100%;
}

.chart-timeline-split-lines-table[b-n2ufql8c3r] {
    height: 100%;
}

td.chart-timeline-splitter-cell[b-n2ufql8c3r] {
    border-left: 1px dotted #d1d1d1;
    padding: 0;
    height: 100%;
}

/* /View/Components/ScaleComponents/PlBar.razor.rz.scp.css */
.pl-bar[b-c8gnfkscmb] {
    position: absolute;
    height: 100%;
    min-width: 100%;
    width: fit-content;
    cursor: default;
    display: flex;
}

.pl-bar:focus .bar-rectangle[b-c8gnfkscmb], .pl-bar:has(*:focus) .bar-rectangle[b-c8gnfkscmb] {
    outline: 1px dashed rgba(0, 0, 0, 0.5);
}

.pl-bar .barlink-radio[b-c8gnfkscmb] {
    position: absolute;
    z-index: var(--z-index-bar-radio);
    cursor: pointer;
    height: 15px;
    width: 15px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in;
    transform: translateY(-50%);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    transition-property: opacity, visibility;
}

.pl-bar:hover .barlink-radio[b-c8gnfkscmb],
.barlink-radio:checked[b-c8gnfkscmb] {
    visibility: visible !important;
    opacity: 1 !important;    
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    transition-property: opacity, visibility;
}

.left-barlink-radio-btn[b-c8gnfkscmb] {
    left: calc(0px - 15px - 5px);
}
.right-barlink-radio-btn[b-c8gnfkscmb] {
    left: calc(100% + 5px);
}

.bar-wrapper[b-c8gnfkscmb] {
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;
    z-index: var(--z-index-bar-wrapper);
}

.bar-tag[b-c8gnfkscmb] {
    font-size: 1rem;
    height: fit-content;
    line-height: 0.875rem;
    margin: 0;
    top: 50%;
    position: absolute;
    white-space: nowrap;
}

.bar-rectangle[b-c8gnfkscmb] {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0;
    position: relative;
}

    .bar-rectangle.solid-bar[b-c8gnfkscmb]::before,
    .bar-rectangle.solid-bar[b-c8gnfkscmb]::after {
        font-family: 'Font Awesome 6 Pro';
        font-size: 15px;
        line-height: 13px;
        position: absolute;
        display: none;
    }
    .bar-rectangle.solid-bar[b-c8gnfkscmb]::before {
        content: "\f100";
        left: 0;
    }
    .bar-rectangle.solid-bar[b-c8gnfkscmb]::after {
        content: "\f101";
        right: 0;
    }
    
    .bar-rectangle .bar-rect-effect[b-c8gnfkscmb] {
        width: 100%;
        height: 100%;
    }
    
.solid-bar[b-c8gnfkscmb] {
    overflow: hidden;
}

.dotted-bar[b-c8gnfkscmb] {
    background-color: transparent !important;
    background-repeat: repeat-x;
    background-size: 6px !important;
    border-color: transparent !important;
    height: 11px;
}

.transparent-bar[b-c8gnfkscmb] {
    background-color: transparent !important;
    border: none;
    color: #000;
}

.transparent-bar[b-c8gnfkscmb]::before,
.transparent-bar[b-c8gnfkscmb]::after {
    content: "";
    position: absolute;
    top: 0;
    width: 9px;
    min-height: 7px;
    height: 7.8px;
    pointer-events: all;
    background-repeat: no-repeat !important;
}

.transparent-bar[b-c8gnfkscmb]::before {
    left: 0;
    transform: translateX(-50%);
}

.transparent-bar[b-c8gnfkscmb]::after {
    right: 0;
    transform: translateX(50%);
}

.transparent-bar + .bar-text[b-c8gnfkscmb] {
    color: #000;
}

body:not(:has(.moving)) .active-bar[b-c8gnfkscmb] {
    cursor: url('icons/cursors/hand.png') 2 2, auto;
}

/*body:not(:has(.resizing)) .active-bar .resize-handle {*/
/*    cursor: col-resize !important;*/
/*}*/

.moving:not(.resizing)[b-c8gnfkscmb] {
    cursor: url('icons/cursors/hand-back-fist.png') 2 2, auto;
    user-select: none;
}

.resizing:not(.moving)[b-c8gnfkscmb] {
    user-select: none;
}

.resize-handle[b-c8gnfkscmb] {
    cursor: col-resize !important;
    height: 100%;
    position: absolute;
    top: 0;
    width: 8px;
}

.bar-rectangle.transparent-bar .resize-handle[b-c8gnfkscmb] {
    pointer-events: all;
}

.resize-handle-left[b-c8gnfkscmb] {
    left: -5px;
}

.resize-handle-right[b-c8gnfkscmb] {
    right: -5px;
}

.bar-rectangle.transparent-bar .resize-handle-left[b-c8gnfkscmb] {
    left: -9px;
    z-index: var(--z-index-behind);
}
.bar-rectangle.transparent-bar .resize-handle-right[b-c8gnfkscmb] {
    right: -9px;
}
/* /View/Components/ScaleComponents/PlScaleTitleLine.razor.rz.scp.css */
.title[b-cph8z5vbdr] {
    position: absolute;
    background-color: #F3F4F5;
    text-align: center;
}
/* /View/Components/StatusbarComponents/PlStatusbar.razor.rz.scp.css */
.pl-status-bar[b-hu5s33tqyn] {
    position: fixed;
    left: 0;
    bottom: 0;
    max-width: 800px;
    min-width: 100px;
    background-color: deepskyblue;
    color: white;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    z-index: var(--z-index-top-element);
}
/* /View/Components/ToolbarComponents/PlToolbar.razor.rz.scp.css */
.pl-toolbar-holder[b-k5ek7vp39w] {
    min-height: 30px;
    display: flex;
    padding-left: 61px;
    align-items: center;
    gap: 42px;
    align-self: stretch;
    z-index: var(--z-index-top-element) !important;
}

.pl-toolbar-title[b-k5ek7vp39w] {
    display: flex;
    height: 100%;
    flex: 1 1 auto;
    min-width: 50px;
    color: var(--color-base-white, #FFF);
    font-family: Asap;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .pl-toolbar-title label[b-k5ek7vp39w] {
        display: inline-block;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

.pl-toolbar-module-actions[b-k5ek7vp39w] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.pl-toolbar-global-actions-container[b-k5ek7vp39w] {
    display: flex;
    align-items: center;
}

.pl-toolbar-global-actions[b-k5ek7vp39w] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pl-toolbar-menu-icon[b-k5ek7vp39w] {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
}

.pl-right-menu-group[b-k5ek7vp39w] {
    display: flex;
    margin-left: auto;
}
/* /View/Components/ToolbarComponents/PlToolbarItem.razor.rz.scp.css */
.pl-toolbar-item[b-cuk4cyaeul] {
    color: white;
}

        .pl-toolbar-item:not(.disabled):hover[b-cuk4cyaeul] {
        filter: brightness(0) saturate(100%) invert(40%) sepia(59%) saturate(612%) hue-rotate(163deg) brightness(117%) contrast(108%);
        cursor: pointer;
    }

    .pl-toolbar-item.disabled[b-cuk4cyaeul] {
        filter: brightness(0) saturate(100%) invert(87%) sepia(0%) saturate(607%) hue-rotate(179deg) brightness(100%) contrast(70%);
        pointer-events: none;
    }
    
.pl-toolbar-icon-placeholder[b-cuk4cyaeul] {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #CFDFEB; /* Try to match the png icons as close as possible */
}

.pl-toolbar-custom-icon[b-cuk4cyaeul] {
    display: block;
    /* Filter to convert black SVG to #CFDFEB color */
    filter: brightness(0) saturate(100%) invert(81%) sepia(5%) saturate(625%) hue-rotate(163deg) brightness(104%) contrast(104%);
}
/* /View/Components/UserMenuComponents/PlKillSwitchButton.razor.rz.scp.css */
.kill-switch-icon[b-78fliwogrl] {
    padding: 0 10px;
}
/* /View/Components/UserMenuComponents/PlLogo.razor.rz.scp.css */
.logo-container[b-51dx6amg3j] {
    display: flex;
    align-items: center;
    align-self: center;
    cursor: pointer;
}

    .logo-container.disabled[b-51dx6amg3j] {
        pointer-events: none;
        cursor: default;
        opacity: 0.03;
    }

.pl-usermenu-logo[b-51dx6amg3j] {
    position: relative;
}

.pl-usermenu-logo img[b-51dx6amg3j] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: opacity 500ms ease;
    display: block;
}

.pl-usermenu-logo--collapsed[b-51dx6amg3j] {
    filter: invert(18%) sepia(57%) saturate(2594%) hue-rotate(179deg) brightness(99%) contrast(101%);
}

.pl-usermenu-logo.is-open .pl-usermenu-logo--collapsed[b-51dx6amg3j],
.pl-usermenu-logo.is-collapsed .pl-usermenu-logo--opened[b-51dx6amg3j] {
    opacity: 0;
}
/* /View/Components/UserMenuComponents/PlUserMenu.razor.rz.scp.css */
.pl-usermenu-container[b-ur0au54j9l] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - var(--static-elements-height, 112px));
    padding: 16px 0 16px 27px;
    border-right: 1px solid lightgray;
    border-color: #ced4da;
    transition: max-width 0.5s cubic-bezier(0, 1, 0, 1);
}

    .pl-usermenu-container.collapsed[b-ur0au54j9l] {
        max-width: 92px;
    }

        .pl-usermenu-container.collapsed .pl-usermenu-title[b-ur0au54j9l],
        .pl-usermenu-container.collapsed[b-ur0au54j9l]  .pl-usermenu-toolbar-item.top-level .toolbar-item-label  {
            opacity: 0;
            pointer-events: none;
        }

    .pl-usermenu-container.expanded[b-ur0au54j9l] {
        max-width: 400px;
        flex-basis: 400px;
        flex-grow: 0;
        flex-shrink: 0;
    }

        .pl-usermenu-container.expanded .pl-usermenu-title[b-ur0au54j9l] {
            display: block;
        }
        
.pl-usermenu-title[b-ur0au54j9l],
[b-ur0au54j9l] .pl-usermenu-toolbar-item.top-level .toolbar-item-label {
    transition: opacity 0.2s ease;
    /* Start with opacity 0 to prevent flash, will be set to 1 by expanded class */
    opacity: 0;
}

/* Only show labels when expanded */
.pl-usermenu-container.expanded .pl-usermenu-title[b-ur0au54j9l],
.pl-usermenu-container.expanded[b-ur0au54j9l]  .pl-usermenu-toolbar-item.top-level .toolbar-item-label {
    opacity: 1;
}

[b-ur0au54j9l] .pl-usermenu-group-wrapper > .pl-usermenu-child-content {
    display: block !important;
    transition: height 0.2s ease;
}
        
.pl-usermenu-content[b-ur0au54j9l] {
    flex-grow: 1;
    padding-left: 7px;
    padding-top: 20px;
    overflow-y: auto;
    overflow-x: hidden;
}

.pl-usermenu-content-header[b-ur0au54j9l] {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    position: sticky;
    top: 0;
    cursor: pointer;
    overflow: hidden
}

.pl-usermenu-title-container[b-ur0au54j9l] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 10px;
}

.pl-usermenu-title[b-ur0au54j9l] {
    color: var(--color-primary-light-blue, #00B2F5);
    font-family: Asap, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pl-usermenu-toggle-button[b-ur0au54j9l] {
    margin: 7px;
}

.pl-usermenu-content .pl-usermenu-content-header .pl-usermenu-toggle-button[b-ur0au54j9l] {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
}

.accordion-icon[b-ur0au54j9l]::before {
    content: "\f0c9";
    color: var(--color-primary-light-blue, #00B2F5);
    font-weight: 900;
    font-size: 23px;
}

.pl-usermenu-toolbar[b-ur0au54j9l] {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    flex: 0 0 auto;
    position: sticky;
    bottom: 0;
    margin-left: -1px;
    z-index: calc(var(--z-index-top-element) + 100);
}

    .pl-usermenu-toolbar .pl-usermenu-buttons[b-ur0au54j9l] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        align-self: stretch;
    }

        .pl-usermenu-toolbar .pl-usermenu-buttons .pl-usermenu-button[b-ur0au54j9l] {
            display: flex;
            width: 40px;
            height: 40px;
            justify-content: center;
            align-items: flex-start;
        }

.home-side-menu-button[b-ur0au54j9l] {
    padding: 16px;
    margin-left: 12px;
}

.help-center-container[b-ur0au54j9l] {
    padding: 0 10px;
}

[b-ur0au54j9l] .pl-usermenu-toolbar-item.help-item:hover {
    color: #00B2F5;
    cursor: pointer;
}

[b-ur0au54j9l] .pl-usermenu-title-group:hover .pl-usermenu-toolbar-item,
[b-ur0au54j9l] .pl-usermenu-item:hover .pl-usermenu-toolbar-item.last-level,
[b-ur0au54j9l] .pl-usermenu-group-wrapper.expanded > .pl-usermenu-title-group .pl-usermenu-toolbar-item {
    color: var(--color-primary-light-blue, #00B2F5);
}

[b-ur0au54j9l] .pl-usermenu-title-group:hover .pl-usermenu-icon-wrapper > img, [b-ur0au54j9l] .pl-usermenu-title-group:hover .pl-usermenu-icon-wrapper > i,
[b-ur0au54j9l] .pl-usermenu-group-wrapper.expanded .pl-usermenu-title-group .pl-usermenu-icon-wrapper > img, [b-ur0au54j9l] .pl-usermenu-group-wrapper.expanded .pl-usermenu-title-group .pl-usermenu-icon-wrapper > i {
    filter: brightness(0) saturate(100%) invert(72%) sepia(67%) saturate(4571%) hue-rotate(159deg) brightness(92%) contrast(109%);
}

[b-ur0au54j9l] .pl-usermenu-icon-wrapper img {
    min-width: 24px;
    min-height: 24px;
    display: block;
}
/* /View/Components/UserMenuComponents/PlUserMenuGroup.razor.rz.scp.css */
.pl-usermenu-title-group[b-mc5tjshmy7] {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    gap: 15px;
    width: 100%;
}

.pl-usermenu-item-title[b-mc5tjshmy7] {
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 70px);
} 

[b-mc5tjshmy7] .pl-usermenu-child-content {
    overflow: hidden;
}

.pl-placeholder-icon[b-mc5tjshmy7] {
    color: var(--Primery-blue, #005794);
    width: 24px;
    text-align: center;
}

.pl-expand-collapse-button[b-mc5tjshmy7] {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pl-usermenu-group-wrapper > .pl-usermenu-title-group > .pl-expand-collapse-button[b-mc5tjshmy7] {
    transition: transform 0.3s ease;
}

.pl-usermenu-group-wrapper.expanded > .pl-usermenu-title-group > .pl-expand-collapse-button[b-mc5tjshmy7] {
    transform: rotate(90deg);
}
/* /View/Components/UserMenuComponents/PlUserMenuItem.razor.rz.scp.css */
.pl-usermenu-item[b-4p2i1ui6tz] {
    cursor: pointer;
    display: flex;
    overflow: hidden;
    flex-grow: 1;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 20px;
}

.pl-usermenu-item-img[b-4p2i1ui6tz] {
    position: relative;
    color: black;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
}

.pl-usermenu-item-text[b-4p2i1ui6tz] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
}
/* /View/Components/UserMenuComponents/PlUserMenuItemList.razor.rz.scp.css */
.pl-usermenu-entries[b-0slzf9os59] {
    display: flex;
    flex-direction: column;
}

.pl-usermenu-item-wrapper[b-0slzf9os59] {
    padding: 0 12px;
    width: calc(100% - 20px);
}

.pl-usermenu-item-wrapper:hover[b-0slzf9os59] {
    border-radius: 12px;
    background: var(--color-base-background, #F0F8FF);
}
/* /View/Components/UserMenuComponents/PlUserMenuToolbarItem.razor.rz.scp.css */
.pl-usermenu-toolbar-item[b-vm6b8apf2w] {
    display: flex;
    flex-direction: row;
    align-self: stretch;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    flex-grow: 0;
    gap: 18px;
    overflow: hidden;
    color: #005794;
    text-overflow: ellipsis;
    font-family: Asap, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

    .pl-usermenu-toolbar-item.top-level[b-vm6b8apf2w] {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
    }

    .pl-usermenu-toolbar-item.last-level[b-vm6b8apf2w] {
        color: #00375B;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .pl-usermenu-toolbar-item.no-gap[b-vm6b8apf2w] {
        gap: 0 !important;
    }

    .pl-usermenu-toolbar-item.kill-switch-item:hover[b-vm6b8apf2w] {
        color: #00B2F5;
        cursor: pointer;
    }

.toolbar-item-label-container[b-vm6b8apf2w] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5px;
    min-width: 0;
}

.toolbar-item-icon[b-vm6b8apf2w] {
    font-size: 22px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
}

.toolbar-item-label[b-vm6b8apf2w] {
    display: block;
    align-items: center;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: normal;
}

.accented[b-vm6b8apf2w] {
    font-weight: 600;
}

.flex-grow-shrink[b-vm6b8apf2w] {
    flex: 1;
}
