@import '_content/BlazorComponents/BlazorComponents.aw65aj5wwy.bundle.scp.css';

/* _content/WebUI/Pages/SignIn.razor.rz.scp.css */
.login-page[b-cxesdcxjws] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    --form-animation-duration: 0.5s;
    --form-animation-delay: 3.5s;
}

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

.login-info-container[b-cxesdcxjws] {
    display: flex;
    opacity: 0;
    max-width: min(800px, 40%);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    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 0px / 1600px no-repeat;
    animation: formAnimation-b-cxesdcxjws var(--form-animation-duration) linear var(--form-animation-delay) forwards;
}

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

    .login-info-container .info-content[b-cxesdcxjws] {
        display: flex;
        width: 480px;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        color: #FFFFFF;
        font-family: Asap;
        text-align: left;
        font-size: 14px;
    }

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

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

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

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

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

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

.header-icon[b-cxesdcxjws] {
    width: 120px;
    height: 60px;
    content: url(/icons/planta_logo_with_text.svg);
}

.login-form-container[b-cxesdcxjws] {
    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-cxesdcxjws var(--form-animation-duration) linear 3.75s forwards;
}

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

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

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

    100% {
        opacity: 1;
    }
}

.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;
}

@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);
    }
}
/* _content/WebUI/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;
}

.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: 500;
    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;
}
/* _content/WebUI/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] {
    padding: 2px;
    cursor: pointer;
    font-size: 10px;
    font-family: "FontAwesome";
}
/* _content/WebUI/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: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #f4f4f256 !important;
    pointer-events: none;
}

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

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

.dd-target-behind[b-de5f3rqdca]::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #7CD8FB !important;
    pointer-events: none;
}
/* _content/WebUI/View/Components/BlockComponents/PlScaleTitleBlock.razor.rz.scp.css */
.pl-scale-title-block[b-nhy20a0lf1] {
    position: absolute;
    overflow: hidden;
}
/* _content/WebUI/View/Components/BlockComponents/PlTitleBlock.razor.rz.scp.css */
.pl-titleblock[b-hczf3j2ypy],
.pl-titleblock > div[b-hczf3j2ypy] {
    position: absolute;
}
/* _content/WebUI/View/Components/ChartComponents/PlChartWrapper.razor.rz.scp.css */
.pl-chart-wrapper[b-y5imycoxw7] {
    width: 100%;
    height: 100%
}
/* _content/WebUI/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%;
}
/* _content/WebUI/View/Components/DataFieldComponents/PlCheckBox.razor.rz.scp.css */
.e-icons.e-frame > input[type='checkbox'][b-qxol4qb5np] {
    height: 14px !important;
}
/* _content/WebUI/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: 999 !important;
    }

[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: 3px;
    }

    [b-0tzc8vr7pr] .pl-datafield-content.left-padding {
        padding-left: 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;
}
/* _content/WebUI/View/Components/DataFieldComponents/PlFileUpload.razor.rz.scp.css */
.file-upload[b-0part6x82d] {
    padding: 0 5px;
}

.upload-forbidden[b-0part6x82d] {
    cursor: not-allowed;
}
/* _content/WebUI/View/Components/DataFieldComponents/PlImageButton.razor.rz.scp.css */
img[b-q6sft94f2z] {
    position: relative !important;
    margin: auto !important;
}
/* _content/WebUI/View/Components/DataFieldComponents/PlMultilineTextbox.razor.rz.scp.css */
.pl-multiline[b-f2kzzjhm7d] {
    width: 100%;
    text-overflow: ellipsis;
    resize: none;
    line-height: 1.5em !important;
    background: inherit;
    border: none;
    overflow-x: auto;
}

[b-f2kzzjhm7d] .e-float-input textarea, [b-f2kzzjhm7d] .e-float-input.e-control-wrapper textarea {
    min-height: 0px !important;
}
/* _content/WebUI/View/Components/DataFieldComponents/PlTextBox.razor.rz.scp.css */
.pl-datafield-input-placeholder[b-ncf3tjm0im] {
    cursor: text;
}
/* _content/WebUI/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;
}
/* _content/WebUI/View/Components/DialogComponents/PlPasswordChange.razor.rz.scp.css */
.change-password-content input[b-y0fr2px9ij] {
    width: 100%;
}

.error-message[b-y0fr2px9ij] {
    padding-top: 20px;
    color: red;
}
/* _content/WebUI/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-df-popover, [b-rliro9xs0e] .pl-default-export-tab,
[b-rliro9xs0e] .pl-bulk-export-tab, [b-rliro9xs0e] .pl-df-popover input::placeholder {
    color: #000;
    font-family: Asap;
    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;
    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-lineheight-caption, 19.02px); /* 118.875% */
    letter-spacing: var(--Font-Spacing-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-df-popover {
    display: flex;
    height: var(--width-height-dense-outlined-field-dense-height, 40px) !important;
    padding: var(--Padding-padding-md, 16px) var(--Padding-padding-sm1, 14px);
    align-items: center;
    gap: var(--Padding-padding-xs, 8px);
    align-self: stretch;

    border-radius: var(--Border-Radius-mud-default-border-radius, 4px);
    border: 1px solid var(--Color-Theme-mud-palette-lines-inputs, #BDBDBD);
    background: var(--Color-Theme-mud-palette-white, #FFF);
}
[b-rliro9xs0e] .pl-df-popover:hover {
    border-color: var(--mud-palette-action-default) !important;
}
[b-rliro9xs0e] .pl-df-popover:focus-within {
    border-width: 2px !important;
    border-color: var(--mud-palette-primary) !important;
}
[b-rliro9xs0e] .pl-df-popover input {
    height: auto !important;
}
[b-rliro9xs0e] .pl-df-popover input::placeholder {
    color: var(--Color-Theme-mud-palette-gray-default, #9E9E9E);
    font-size: var(--Font-Size-body1, 16px);
    line-height: var(--Font-Line-Height-lineheight-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-lineheight-caption, 19.02px); /* 118.875% */
    letter-spacing: var(--Font-Spacing-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;
}
.pl-layout-group-label[b-rliro9xs0e] {
    color: #3C3F43;
    font-size: 14px;
    line-height: 100%; /* 14px */
    letter-spacing: var(--Font-Spacing-spacing-caption, 0.4px);
    margin-bottom: 12px;
}
.pl-dialog-actions[b-rliro9xs0e] {
    display: flex;
    gap: 12px;
}
/* _content/WebUI/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: 15001;
}

[b-hwcbnvpebm] .mud-progress-linear-bar {
    background-color: #009dd9 !important;
}
/* _content/WebUI/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;
}
/* _content/WebUI/View/Components/HeaderComponents/PlTitleTemplate.razor.rz.scp.css */
.title[b-ye7ag7kt5v] {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 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';
    }

.title-text.left[b-ye7ag7kt5v] {
    padding-left: 3px;
}

.title-text.right[b-ye7ag7kt5v] {
    padding-right: 3px;
}
/* _content/WebUI/View/Components/HelperComponents/PlPopover.razor.rz.scp.css */
.pl-df-popover[b-kck6k2h8z9] {
    width: 100%;
    height: 100%;
}

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

.pl-datepicker[b-kck6k2h8z9],
.pl-listbox-module[b-kck6k2h8z9] {
    background-color: white;
    display: flex;
    max-height: 500px;

    z-index: 9999;
}

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

.pl-popup-module[b-kck6k2h8z9] {
    overflow: hidden;
}
/* _content/WebUI/View/Components/MenuComponents/PlMenu.razor.rz.scp.css */
.pl-main-menu-container[b-x97u42reks] {
    display: flex;
    flex: 1 0 0;
    flex-direction: row-reverse;
}

.pl-main-menu-icon[b-x97u42reks] {
    content: url("../icons/mainMenuIcon.svg");
}
/* _content/WebUI/View/Components/ModuleComponents/PlModule.razor.rz.scp.css */
.pl-hidden-scrollbars[b-2gcrqs2199]::-webkit-scrollbar {
    width: 0px;
}

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

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

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

@-moz-document url-prefix() {
    .pl-moz-hidden-scrollbars > .pl-hidden-scrollbars[b-2gcrqs2199] {
        margin-right: -10px;
        overflow-y: scroll;
    }
}
/* _content/WebUI/View/Components/ModuleComponents/PlModulesHolder.razor.rz.scp.css */
.pl-bottom-docked-button[b-ppibmh8s9z] {
    position: absolute;
    right: 30px;
    bottom: -1px;
    width: auto;
    z-index: 600;
}

.pl-right-docked-button[b-ppibmh8s9z] {
    position: absolute;
    top: 50px;
    right: -1px;
    width: auto;
    z-index: 600;
    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 0px 0px;
    }
        .pl-right-docked-button[b-ppibmh8s9z]  button:hover, .pl-bottom-docked-button[b-ppibmh8s9z]  button:hover {
            color: #0056b3;
        }
/* _content/WebUI/View/Components/ModuleComponents/PlModuleTabItem.razor.rz.scp.css */
.pl-mv-title[b-gjc9g7phah] {
    font-size: 12px;
    text-transform: none !important;
}

    .pl-mv-title.modified[b-gjc9g7phah] {
        font-style: italic;
    }

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

.pl-mv-button[b-gjc9g7phah] {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    content: url(/icons/downArrow.svg);
}
/* _content/WebUI/View/Components/ModuleComponents/PlModuleTabs.razor.rz.scp.css */
[b-64krwg8uqd] .e-tab .e-content {
    height: 100% !important;
}

[b-64krwg8uqd] .e-tab .e-tab-header {
    padding: 0px !important;
}

[b-64krwg8uqd] .e-tab .e-tab-header .e-toolbar-item {
    margin: 0px !important;
    border: 0px;
}

[b-64krwg8uqd] .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
    display: -webkit-box;
    -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;
}

[b-64krwg8uqd] .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
    display: flex;
    flex-direction:row;
    gap: 16px;
    align-items: center;
    color: #00375B;
}

[b-64krwg8uqd] .e-tab .e-tab-header {
    padding: 0px !important;
    position: fixed;
    top: 70px;
    width: calc(100% - 93px) !important; /*makes module tabs header fit to the screen and visible header scroll buttons on overflow*/
}

[b-64krwg8uqd] .e-tab .e-tab-header::before {
    border-color: #00355a;
}

[b-64krwg8uqd] .e-control .e-tab {
    height: 100%;
}

[b-64krwg8uqd] .e-tab .e-tab-header .e-toolbar-item.e-active {
    border: unset !important;
}

[b-64krwg8uqd] .e-tab .e-tab-header .e-toolbar-item .e-close-icon {
    margin-right: -6px;
    color: white;
}

    [b-64krwg8uqd] .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        content: url(/icons/closeButton.svg);
    }

[b-64krwg8uqd] .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-close-icon::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(210deg) brightness(103%) contrast(106%);
}

[b-64krwg8uqd] .e-tab .e-tab-header .e-toolbar-item .e-close-icon:hover {
    filter: brightness(0) saturate(100%) invert(49%) sepia(25%) saturate(998%) hue-rotate(314deg) brightness(99%) contrast(98%);
}

[b-64krwg8uqd] .e-tab .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
    color: #dd6666ff;
}

[b-64krwg8uqd] .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
    color: white !important;
}

[b-64krwg8uqd] .e-tab .e-tab-header .e-toolbar-items {
    height: 42px;
}

[b-64krwg8uqd] .e-tab .e-tab-header .e-scroll-nav {
    height: unset;
    padding: 2px;
}

    [b-64krwg8uqd] .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover, .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover[b-64krwg8uqd] {
        background: #8e8e8e !important;
    }

    [b-64krwg8uqd] .e-tab .e-tab-header .e-scroll-nav:active, .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active[b-64krwg8uqd] {
        border: 0px !important;
    }

[b-64krwg8uqd] .e-tab .e-tab-header .e-hscroll {
    width: unset;
}

[b-64krwg8uqd] .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) {
    height: 42px;
    background-color: transparent !important;
    border-radius: 0;
}

[b-64krwg8uqd] .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
    display: flex;
    height: 42px;
    padding: 0px;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px 12px 0px 0px;
    background: #1F6BA1;
}

[b-64krwg8uqd] .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
    background-color: #458cbf !important;
    border-radius: 12px 12px 0px 0px !important;
}

[b-64krwg8uqd] .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
    border-radius: 12px 12px 0px 0px;
    background: var(--Grey-table, #F9FAFB);
    color: #00375B;
}

[b-64krwg8uqd] .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-text-wrap {
    display: flex;
    min-width: 200px;
    height: 42px;
    padding: 10px 16px;
    justify-content: space-between;
    align-items: center;
}

[b-64krwg8uqd] .e-tab .e-tab-header .e-toolbar-item:hover {
    color: white !important;
}
/* _content/WebUI/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-radius: 16px;
    border: 1px solid var(--Black-100, #E7E7E7);
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.pl-mv-items-wrapper[b-dqkg1cc40s] {
    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(--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(--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-action[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(--primary-light-blue, #00B2F5);
    width: 18px;
    height: 18px;
}

.favorite-btn[b-dqkg1cc40s] {
    content: url(/icons/star.svg);
}

.favorite-set-btn[b-dqkg1cc40s] {
    content: url(/icons/starFull.svg);
}

.remove-btn[b-dqkg1cc40s] {
    content: url(/icons/remove.svg);
}

.save-btn[b-dqkg1cc40s] {
    content: url(/icons/save.svg);
    filter: brightness(0) saturate(100%) invert(51%) sepia(92%) saturate(389%) hue-rotate(62deg) brightness(92%) contrast(104%);
    margin-top: -5px;
}

.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(--primary-light-blue, #00B2F5);
    color: var(--Base-white, #FFF);
    text-align: center;
    font-family: Asap;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
/* _content/WebUI/View/Components/PanelComponents/PlPanel.razor.rz.scp.css */
.pl-panel[b-p7k4plm0z0] {
    position: relative;
    height: 100%;
}
/* _content/WebUI/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;
    overflow: hidden;
    color: var(--Base-black, #0A090B);
    text-overflow: ellipsis;
    font-family: Asap;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
/* _content/WebUI/View/Components/PanelComponents/PlPanelTabs.razor.rz.scp.css */
.pl-panels-container[b-2xdhhev6xe] {
    height: 100%
}

[b-2xdhhev6xe] .e-tab .e-tab-header .e-toolbar-item.e-active {
    border: unset !important;
    border-radius: 5px;
    background: #F0F8FF;
}

[b-2xdhhev6xe] .e-tab .e-tab-header {
    padding: 4px;
}

    [b-2xdhhev6xe] .e-tab .e-tab-header::before {
        border-width: 0px;
    }

    [b-2xdhhev6xe] .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
        border-color: transparent;
        background-color: #F0F8FF;
        border-radius: 5px;
    }


.e-tab .e-tab-header:not(.e-vertical) .e-indicator[b-2xdhhev6xe], .e-tab .e-tab-header.e-vertical .e-indicator[b-2xdhhev6xe] {
    transition: none;
}
/* _content/WebUI/View/Components/PlAssistantDialog.razor.rz.scp.css */
.header[b-xbw8pigfn0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

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

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

.title-icon[b-xbw8pigfn0] {
    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;
}

.title-img[b-xbw8pigfn0] {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
/* _content/WebUI/View/Components/PlBlockingScreen.razor.rz.scp.css */
.pl-restore-button[b-v59en9lhjc] {
    display: table;
    margin: 20px auto 5px auto;
    background: none;
}

.pl-restore-dropdown-container[b-v59en9lhjc] {
    position: fixed;
    right: 52px;
    height: 36px;
    width: 36px;
    margin: 1px 3px;
    z-index: 15000;
}

[b-v59en9lhjc] .e-dropdown-btn {
    width: 100%;
    height: 100%;
}

.pl-restore-dropdown-container[b-v59en9lhjc]  > .e-btn, .e-css.e-btn[b-v59en9lhjc] {
    background: none;
    border: none;
}

    .pl-restore-dropdown-container[b-v59en9lhjc]  > .e-btn:hover, .e-css.e-btn:hover[b-v59en9lhjc] {
        background-color: rgb(108, 117, 125);
        outline: 0 solid #e9ecef;
        outline-offset: 0;
    }

    .pl-restore-dropdown-container[b-v59en9lhjc]  .e-btn.e-active, .e-css.e-btn.e-active[b-v59en9lhjc] {
        box-shadow: none;
    }

    .pl-restore-dropdown-container[b-v59en9lhjc]  .e-btn:focus, .e-css.e-btn:focus[b-v59en9lhjc] {
        box-shadow: none;
    }

.pl-busy-shading[b-v59en9lhjc] {
    z-index: 1000;
}
/* _content/WebUI/View/Components/PlErrorBoundary.razor.rz.scp.css */
.kill-session-text[b-c7skfo1wdf] {
    font-size: 12px;
    z-index: 9999;
}

    .kill-session-text > p[b-c7skfo1wdf] {
        display: inline-block;
        padding-right: 10px;
    }
/* _content/WebUI/View/Components/PlErrorDialog.razor.rz.scp.css */
.form-holder[b-s54mtdd94x] {
    width: 350px;
    height: auto;
    margin: auto;
    padding: 30px;
    background: inherit;
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(5px);
    border-radius: 5px;
}

.message-text[b-s54mtdd94x] {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}

    .message-text .error[b-s54mtdd94x] {
        color: darkred;
    }

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

.form-holder header[b-s54mtdd94x] {
    height: 150px;
    width: 30%;
    margin: auto;
    background-image: url("images/PlantaLogoIcon.svg");
    background-size: cover;
}

.login-page[b-s54mtdd94x] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

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

.login-info-container[b-s54mtdd94x] {
    display: flex;
    width: min(800px, 40%);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    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 0px / 1600px no-repeat;
}

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

    .login-info-container .info-content[b-s54mtdd94x] {
        display: flex;
        width: 480px;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        color: #FFFFFF;
        font-family: Asap;
        text-align: left;
        font-size: 14px;
    }

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

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

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

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

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

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

.header-icon[b-s54mtdd94x] {
    width: 120px;
    height: 60px;
    content: url(/icons/planta_logo_with_text.svg);
}

.login-form-container[b-s54mtdd94x] {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    background: white;
}

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

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

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

#login[b-s54mtdd94x] {
    display: flex;
    align-content: center;
    vertical-align: middle;
}
/* _content/WebUI/View/Components/PlGlobalReconnectMessage.razor.rz.scp.css */
#components-reconnect-modal.pl-reconnect-modal[b-ygx9p2ferh] {
    position: fixed; 
    inset: 0; 
    z-index: 999999 !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;
}
/* _content/WebUI/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: 112px;
        display: flex;
        padding: 12px 32px 0px 32px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        flex-shrink: 0;
    }

.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;
}
/* _content/WebUI/View/Components/PlLoginForm.razor.rz.scp.css */
.form-holder[b-x0h1hzgc9z] {
    width: 350px;
    height: auto;
    margin: auto;
    margin-top: 200px;
    padding: 30px;
    background: inherit;
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.login-form-content[b-x0h1hzgc9z] {
    display: flex;
    width: 300px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

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

.login-title[b-x0h1hzgc9z] {
    color: var(--Primery-Dark-Blue, #00375B);
    font-family: Asap;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
    letter-spacing: -0.96px;
}

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

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

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

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

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

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

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

[b-x0h1hzgc9z] .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-x0h1hzgc9z] .e-login-btn:hover {
    background-color: rgb(0, 82, 124) !important;
    border-color: rgb(0, 82, 124) !important;
}

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

[b-x0h1hzgc9z] .e-input-group, [b-x0h1hzgc9z] .e-input-group.e-control-wrapper, [b-x0h1hzgc9z] .e-float-input, [b-x0h1hzgc9z] .e-float-input.e-input-group, [b-x0h1hzgc9z] .e-float-input.e-control-wrapper, [b-x0h1hzgc9z] .e-float-input.e-input-group.e-control-wrapper {
    background: white !important;
}
/* _content/WebUI/View/Components/PlMainViewHolder.razor.rz.scp.css */
.main[b-t0i2y20o7z] {
    background-color: white;
}

.pl-content-wrapper[b-t0i2y20o7z] {
    overflow-x: visible !important;
}
/* _content/WebUI/View/Components/PlSearchBar.razor.rz.scp.css */
.pl-toolbar-search[b-dh3hrpiq7k] {
    display: flex;
    width: 30%;
    min-width: 709px;
    padding: 8px 20px;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: rgba(248, 248, 248, 0.24);
}

.pl-toolbar-search>input[b-dh3hrpiq7k],
.pl-toolbar-search>input:focus[b-dh3hrpiq7k] {
    color: var(--Base-White, #FFF);
    text-align: left;
    font-family: Asap;
    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-dh3hrpiq7k]::placeholder {
    color: #fff;
    opacity: .5;
    font-weight: 100;
}

.pl-toolbar-search-icon[b-dh3hrpiq7k] {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    content: url(/icons/search.svg);
}

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

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

    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-dh3hrpiq7k] .pl-scroll {
    overflow-x: hidden !important;
}

[b-dh3hrpiq7k] div[data-role="module-content"] {
    width: fit-content;
    margin: auto;
}
/* _content/WebUI/View/Components/PlSideBar.razor.rz.scp.css */
.pl-sidebar__content[b-g41nbqk7p8] {
    padding: 0 10px;
}

.pl-sidebar__toggle[b-g41nbqk7p8] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    cursor: pointer;
    background-color: #F3F4F5;
    border-radius: 10px 0 0 10px;
    background-color: #00355a;
    color: white;
    box-shadow: 1px 5px 7px -4px black;
}

.e-sidebar.e-left[b-g41nbqk7p8] {
    left: 0;
    transform: translateX(-100%);
}

.e-sidebar.e-right[b-g41nbqk7p8] {
    right: 0;
    transform: translateX(100%);
}

.e-sidebar.e-left .pl-sidebar__toggle[b-g41nbqk7p8] {
    right: 30px;
}

.e-sidebar.e-right .pl-sidebar__toggle[b-g41nbqk7p8] {
    left: -30px;
}

.e-sidebar.e-open .pl-sidebar__toggle-icon[b-g41nbqk7p8] {
    transition: transform .5s ease;
    transform: rotate(180deg);
}

/*.pl-sidebar__content {
    padding: 0 10px;
}

.e-sidebar.e-right {
    position: absolute;
    overflow: initial !important;
    visibility: visible !important;
    border-color: #00355a !important;*/
    /*TODO to variable*/
    /*width: 300px !important;
}

.pl-sidebar__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    cursor: pointer;
    background-color: #F3F4F5;
    border-radius: 10px 0 0 10px;
    background-color: #00355a;
    color: white;
    box-shadow: 1px 5px 7px -4px black;
}

.e-sidebar.e-left {
    left: 0;
    transform: translateX(-100%);
}

.e-sidebar.e-right {
    right: 0;
    transform: translateX(100%);
}

.e-sidebar.e-left .pl-sidebar__toggle {
    right: 30px;
}

.e-sidebar.e-right .pl-sidebar__toggle {
    left: -30px;
}

.e-sidebar.e-open .pl-sidebar__toggle-icon {
    transition: transform .5s ease;
    transform: rotate(180deg);
}*/
/* _content/WebUI/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);
    }
}
/* _content/WebUI/View/Components/ScaleChartComponents/ContextMenuButtons/PlContextMenuCheckBox.razor.rz.scp.css */
.ctxt-menu-checkbox[b-t4780scwz9] {
    display: flex;
    gap: 10px;
    align-items: center;
}
/* _content/WebUI/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: 1px 0;
    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;
    }
/* _content/WebUI/View/Components/ScaleChartComponents/ContextMenuButtons/PlScaleContextMenuButtonsGroup.razor.rz.scp.css */
.scale-btn-container[b-n2af8mr0gp] {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    min-width: 120px;
}
/* _content/WebUI/View/Components/ScaleChartComponents/PlBarLine.razor.rz.scp.css */
span.bar-line[b-kzweu54r5f],
span.bar-line-connector[b-kzweu54r5f] {
    position: absolute;
    z-index: 1;
}

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

span.bar-line-connector[b-kzweu54r5f] {
    width: 1px;
}
/* _content/WebUI/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: 2;
}

.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;
}
/* _content/WebUI/View/Components/ScaleChartComponents/PlScaleChartBarLink.razor.rz.scp.css */
div[id*='bar-link-'][b-epnw44vx9a] {
    width: 1px;
    height: 1px;
    z-index: 2;
}

.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 {
    transition: all 0.2s ease-in;
    transition-delay: 0s;
    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: 3 !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;
}
/* _content/WebUI/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%;
}

/* _content/WebUI/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: 3;
    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: 1;
}

.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: 'FontAwesome';
        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: -1;
}
.bar-rectangle.transparent-bar .resize-handle-right[b-c8gnfkscmb] {
    right: -9px;
}
/* _content/WebUI/View/Components/ScaleComponents/PlScaleTitleLine.razor.rz.scp.css */
.title[b-cph8z5vbdr] {
    position: absolute;
    background-color: #F3F4F5;
    text-align: center;
}
/* _content/WebUI/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: 9999;
}
/* _content/WebUI/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;
    --Base-White: #FFF;
    z-index: 15000 !important;
}

.pl-toolbar-title[b-k5ek7vp39w] {
    display: flex;
    width: 250px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: var(--Base-White, #FFF);
    font-family: Asap;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    justify-content: flex-start;
    align-items: center;
}

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

.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;
}
/* _content/WebUI/View/Components/ToolbarComponents/PlToolbarItem.razor.rz.scp.css */
.pl-toolbar-item[b-cuk4cyaeul] {
    color: green;
}

        .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;
    }
/* _content/WebUI/View/Components/TooltipComponents/PlTooltip.razor.rz.scp.css */
.pl-tooltip[b-71e6p7m0yp] {
    position: absolute;
    z-index: 99999;
    width: auto;
    max-width: 30em;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 0.5em;
    opacity: 0;
    animation: none;
    pointer-events: none;
}

.pl-tooltip.active[b-71e6p7m0yp] {
    animation: fadeInAnimation-b-71e6p7m0yp 0.3s ease-in-out forwards;
    pointer-events: auto;
}

@keyframes fadeInAnimation-b-71e6p7m0yp {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOutAnimation-b-71e6p7m0yp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
    
.pl-tooltip[b-71e6p7m0yp]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    margin-left: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
/* _content/WebUI/View/Components/UserMenuComponents/PlLogo.razor.rz.scp.css */
.logo-container[b-51dx6amg3j] {
    display: flex;
    align-items: center;
    align-self: center;
    cursor: pointer;
}

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

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

.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;
}
/* _content/WebUI/View/Components/UserMenuComponents/PlUserMenu.razor.rz.scp.css */
.pl-usermenu-content-container[b-ur0au54j9l] {
    display: flex;
    padding: 24px 18px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    gap: 16px;
}

.pl-usermenu-content-header[b-ur0au54j9l] {
    display: flex;
    padding: 0px 16px;
    align-items: center;
    align-self: stretch;
    flex: 0 0 auto;
}

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

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

.pl-usermenu-content[b-ur0au54j9l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 41px;
    align-self: stretch;
    overflow-y: auto;
    flex: 1;
}

    .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;
    }

.pl-usermenu-toolbar[b-ur0au54j9l] {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    flex: 0 0 auto;
}

    .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;
        }

.pl-usermenu-content[b-ur0au54j9l]  > .e-accordion {
    z-index: 99;
}

.home-side-menu-button[b-ur0au54j9l] {
    padding: 16px;
    margin-left: 12px;
}
/* _content/WebUI/View/Components/UserMenuComponents/PlUserMenuEntry.razor.rz.scp.css */
.pl-usermenu-entry[b-7hb16hpwea] {
    padding: 5px;
    transition: 0.5s;
}
    .pl-usermenu-entry[b-7hb16hpwea]  img {
        padding-top: 3px;
    }

    .pl-usermenu-entry[b-7hb16hpwea]  .pl-datafield-content {
        padding-left: 0px;
    }

    .pl-usermenu-entry[b-7hb16hpwea] ::first-letter {
    padding-left: 3px;
}
/* _content/WebUI/View/Components/UserMenuComponents/PlUserMenuItem.razor.rz.scp.css */
.pl-usermenu-item[b-4p2i1ui6tz] {
    cursor: pointer;
    display: flex;
    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-icon[b-4p2i1ui6tz] {
    content:url("/icons/umIcon.svg")
}

.e-accordion .e-acrdn-item > .e-acrdn-header:hover .pl-usermenu-item-text[b-4p2i1ui6tz],
.e-accordion .e-acrdn-item > .e-acrdn-header:hover .pl-usermenu-item-img[b-4p2i1ui6tz],
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header .pl-usermenu-item-text[b-4p2i1ui6tz],
.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header .pl-usermenu-item-img[b-4p2i1ui6tz] {
    color: #00B2F5 !important;
}
/* _content/WebUI/View/Components/UserMenuComponents/PlUserMenuItemList.razor.rz.scp.css */
.pl-usermenu-entries[b-0slzf9os59] {
    display:flex;
    flex-direction:column;
    padding-left: 56px;
}

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

.pl-usermenu-item-wrapper:hover[b-0slzf9os59] {
    border-radius: 12px;
    background: var(--Base-Background, #F0F8FF);
}
/* _content/WebUI/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;
    gap: 18px;
    overflow: hidden;
    color: #005794;
    text-overflow: ellipsis;
    font-family: Asap;
    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;
    }

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

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

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

.toolbar-item-label[b-vm6b8apf2w] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
}

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