/* /Pages/AdminProcess/AdminProcessList.razor.rz.scp.css */
[b-xsv4lx6u2f] .text-color-primary {
    color: #2e53fe;
}

[b-xsv4lx6u2f] .text-limit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-container[b-xsv4lx6u2f] {
    margin-inline: auto;
}

[b-xsv4lx6u2f] .timeline-main {
    margin-top: -1rem !important;
}

[b-xsv4lx6u2f] .history-timeline-item > ul li::marker {
    color: #2e53fe;
}

[b-xsv4lx6u2f] .timeline-content {
    width: 100%;
    height: 670px;
}

[b-xsv4lx6u2f] .rz-timeline-item {
    padding: 1rem !important;
    cursor: pointer;
}

    [b-xsv4lx6u2f] .rz-timeline-item.active {
        background-color: #f5f7ff;
        border-radius: 5px 0 0 5px;
        border-right: solid 2px #2e53fe;
    }

[b-xsv4lx6u2f] .timeline-active h6:first-child {
    color: #2e53fe;
}

[b-xsv4lx6u2f] .direction-row {
    direction: ltr;
}

[b-xsv4lx6u2f] .direction-row-reverse {
    direction: rtl;
}

[b-xsv4lx6u2f] .grid-column-span {
    grid-column: 1/4;
}

[b-xsv4lx6u2f] .row-height-limit {
    height: 100%;
}

[b-xsv4lx6u2f] .column-height-limit {
    height: 100%;
    width: 360px !important;
    overflow: auto;
    border-right: solid 1px #f0f0f2;
    flex-basis: auto;
}

[b-xsv4lx6u2f] .row-height-limit {
    height: 100%;
}

[b-xsv4lx6u2f] .register-data {
    height: auto !important;
    margin-top: 1rem;
    display: grid !important;
    grid-template-columns: repeat(5,1fr);
    gap: 2rem;
}

[b-xsv4lx6u2f] .update {
    border: solid 1px #f0f0f2;
    padding: 1rem;
    border-radius: 5px;
    margin-top: 1rem;
}

[b-xsv4lx6u2f] .update-scroll {
    height: 320px;
    overflow: auto;
}

[b-xsv4lx6u2f] .timeline-scroll {
    height: 500px;
    overflow: auto;
}

ul li[b-xsv4lx6u2f]::marker {
    color: #2e53fe;
}

[b-xsv4lx6u2f] .timeline-notification {
    width: 100%;
    height: auto;
    border: solid 1px #f0f0f2;
    padding: 1rem;
    border-radius: 5px;
    margin-top: 1rem;
    gap: .5rem;
}

[b-xsv4lx6u2f] .rz-timeline-point {
    width: 16px !important;
    height: 16px !important;
    flex: none;
}

[b-xsv4lx6u2f] .header-card {
    min-height: 130px;
}

[b-xsv4lx6u2f] .timeline-active div {
    gap: .5rem;
}
/* /Pages/Authentication/RequiredTwoFactor.razor.rz.scp.css */
[b-tfjlnnu7yx] .customSel {
    background-color: #f0f0f0
}

    [b-tfjlnnu7yx] .customSel:hover {
        background-color: var(--vilela-secondary-400);
        color: white;
        cursor: pointer;
    }

        [b-tfjlnnu7yx] .customSel:hover h5 {
            color: white;
        }

        [b-tfjlnnu7yx] .customSel:hover p {
            color: white;
        }
/* /Pages/Authentication/_LayoutAuthentication.razor.rz.scp.css */
[b-ab7fjzzps0] .rz-textbox:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #ffffff;
    -webkit-background-clip: text;    
    -webkit-text-fill-color: var(--vilela-neutral-700);    
}

/*::deep .rz-textbox:-webkit-autofill:hover,
::deep .rz-textbox:-webkit-autofill:focus,
::deep .rz-textbox:-webkit-autofill:active */

.login-layout[b-ab7fjzzps0] {
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

[b-ab7fjzzps0] .layout-container {
    width: 90%;
    max-width: 500px;
    padding: 42px 0;
    z-index: 10;
}

[b-ab7fjzzps0] .layout-container > div,
[b-ab7fjzzps0] .layout-container > div > form {
    height: 100%;
}

.bg-auth-container[b-ab7fjzzps0] {
    display: none;
}

[b-ab7fjzzps0] .login-page .logo-image {
    max-width: 90%;    
}

[b-ab7fjzzps0] .login-page,
[b-ab7fjzzps0] .login-page > form,
[b-ab7fjzzps0] .login-page > form > .rz-stack{
    height: 100%;
}

[b-ab7fjzzps0] .rz-form-field.rz-variant-text .rz-form-field-content {
    margin-top: 0;
}

[b-ab7fjzzps0] .rz-form-field {
    width: 100%;
}

[b-ab7fjzzps0] .rz-form-field-label {
    font-weight: 600;
    color: var(--vilela-neutral-700);
}

[b-ab7fjzzps0] .rz-form-field.rz-variant-text.rz-state-focused:not(.rz-state-disabled) .rz-form-field-content:before {
    border: 1px solid var(--vilela-primary-500);
    height: 1px;
}

[b-ab7fjzzps0] .rz-form-field.rz-variant-text .rz-form-field-content:before {
    height: 1px;
}

[b-ab7fjzzps0] .pollysoft-logo-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
[b-ab7fjzzps0] .pollysoft-logo-container span {
    font-size: 12px;
    color: var(--vilela-neutral-300);
}
[b-ab7fjzzps0] .pollysoft-logo-container img {
    width: 128px;
}

.login-layout[b-ab7fjzzps0]  .rz-link {
    display: flex;
    gap: 6px;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

[b-ab7fjzzps0] .rz-button.rz-primary.rz-variant-flat.show-password-button {
    background-color: transparent;
}

[b-ab7fjzzps0] .rz-form-field.rz-variant-text .rz-form-field-end {
    padding: 0;
}

[b-ab7fjzzps0] .rz-form-field:not(.rz-variant-outlined) *:focus ~ .rz-form-field-label,
[b-ab7fjzzps0] .rz-form-field:not(.rz-variant-outlined) :not(.rz-state-empty) ~ .rz-form-field-label {
    font-size: 14px;
    color: #2A486F;
}
[b-ab7fjzzps0] .rz-form-field-label {
    color: #2A486F;
}

[b-ab7fjzzps0] .rz-link {
    display: flex;
    gap: 6px;
    align-items: center;
    color: var(--vilela-secondary-400);
    font-weight: 700;
    flex-direction: row;
}

[b-ab7fjzzps0] .rz-link .rz-link-text {
    text-decoration: underline;
}

[b-ab7fjzzps0] .rz-link:hover, .rz-link:focus[b-ab7fjzzps0] {
        color: var(--vilela-secondary-400);
}

[b-ab7fjzzps0] .register-container {
    max-height: 100%;
    overflow-y: auto;
    padding: 0 8px 0 0 ;
    scroll-behavior: smooth;    
}

[b-ab7fjzzps0] .register-container::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

[b-ab7fjzzps0] .register-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

[b-ab7fjzzps0] .register-container::-webkit-scrollbar-thumb {
    background: var(--vilela-primary-500);
    border-radius: 10px
}

@media (min-width: 1000px) {
    div[b-ab7fjzzps0] {
        justify-content: flex-start;
    }

    .layout-container[b-ab7fjzzps0] {
        padding: 0 20px;
        max-width: 900px;
    }


    .bg-auth-container[b-ab7fjzzps0] {
        display: block;
        width: 100%;
    }

        .bg-auth-container img[b-ab7fjzzps0] {
            height: 100%;
            max-width: 80%;
            position: absolute;
            right:0%;
            top: 50%;
            transform: translateY(-50%);
            z-index: 0;
        }

    [b-ab7fjzzps0] .login-page {
        padding: 0;
        position: relative;
        z-index: 10;
    }


    [b-ab7fjzzps0] .layout-container > div form,
    [b-ab7fjzzps0] .layout-container > div .email-verification,
    [b-ab7fjzzps0] .layout-container > div > .rz-stack {
        padding: 60px 48px;
        max-width: 800px;
    }
}

@media (min-width: 1367px) {
    [b-ab7fjzzps0] .layout-container {
        width: 50%;
    }

    .bg-auth-container[b-ab7fjzzps0] {
        width: 50%;
    }

        .bg-auth-container img[b-ab7fjzzps0] {
            right: 0;
        }
}
/* /Pages/Benefits/BenefitTimelineList.razor.rz.scp.css */
[b-l5y6iighc3] .text-color-primary {
    color: #2e53fe;
}

[b-l5y6iighc3] .text-limit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-container[b-l5y6iighc3] {
    margin-inline: auto;
}

[b-l5y6iighc3] .timeline-main {
    margin-top: -1rem !important;
}

[b-l5y6iighc3] .history-timeline-item > ul li::marker {
    color: #2e53fe;
}

[b-l5y6iighc3] .timeline-content {
    width: 100%;
    height: 670px;
}

[b-l5y6iighc3] .rz-timeline-item {
    padding: 1rem !important;
    cursor: pointer;
}

[b-l5y6iighc3] .rz-timeline-item.active {
    background-color: #f5f7ff;
    border-radius: 5px 0 0 5px;
    border-right: solid 2px #2e53fe;
}

[b-l5y6iighc3] .timeline-active h6:first-child {
    color: #2e53fe;
}

[b-l5y6iighc3] .direction-row {
    direction: ltr;
}

[b-l5y6iighc3] .direction-row-reverse {
    direction:rtl;
}

[b-l5y6iighc3] .grid-column-span {
    grid-column: 1/4;
}

[b-l5y6iighc3] .row-height-limit {
    height: 100%;
}

[b-l5y6iighc3] .column-height-limit {
    height: 100%;
    width: 360px !important;
    overflow: auto;
    border-right: solid 1px #f0f0f2;
    flex-basis: auto;
}

[b-l5y6iighc3] .row-height-limit {
    height: 100%;
}

[b-l5y6iighc3] .register-data {
    height: auto !important;
    margin-top: 1rem;
    display: grid !important;
    grid-template-columns: repeat(5,1fr);
    gap: 2rem;
}

[b-l5y6iighc3] .update {
    border: solid 1px #f0f0f2;
    padding: 1rem;
    border-radius: 5px;
    margin-top: 1rem;
}

[b-l5y6iighc3] .update-scroll {
    height: 320px;
    overflow: auto;
}

[b-l5y6iighc3] .timeline-scroll {
    height: 500px;
    overflow: auto;
}

ul li[b-l5y6iighc3]::marker {
    color: #2e53fe;
}

[b-l5y6iighc3] .timeline-notification {
    width: 100%;
    height: auto;
    border: solid 1px #f0f0f2;
    padding: 1rem;
    border-radius: 5px;
    margin-top: 1rem;
    gap: .5rem;
}

[b-l5y6iighc3] .rz-timeline-point {
    width: 16px !important;
    height: 16px !important;
    flex: none;
}

[b-l5y6iighc3] .header-card {
    min-height: 130px;
}

[b-l5y6iighc3] .timeline-active div {
    gap: .5rem;
}
/* /SharedComponents/EmailItemComponent.razor.rz.scp.css */
div[b-9mn6ku5vdq] {
    display: flex;
    gap: 16px;
    align-items: center;
    border: 1px solid #cecece;
    width: fit-content;
    padding: 2px 3px;
    height: 36px;
    border-radius: 18px;
}

.image-container[b-9mn6ku5vdq] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    object-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

p[b-9mn6ku5vdq] {
    font-weight: 500;
    color: #7b7b7b;
}

button[b-9mn6ku5vdq] {
    border: none;
    background: none;
    color: #5a5a5a;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /SharedComponents/EmailListComponent.razor.rz.scp.css */
div[b-b79rk5ys92] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px;
    border: 1px solid var(--vilela-neutral-400);
    border-radius: 8px;
    outline: none;
    transition: 0.3s;
}

input[b-b79rk5ys92] {
    padding: 0 10px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid #868686;
    transition: 0.3s;
}

input:hover[b-b79rk5ys92] {
    border-color: #000;
    transition: 0.3s;
}

input:focus[b-b79rk5ys92] {
    box-shadow: 0 0 3px 0px;
    transition: 0.3s;
}
/* /SharedComponents/ExpandableTextComponent.razor.rz.scp.css */
div[b-ta26jgaeei] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div > span[b-ta26jgaeei] {
    max-width: 84%;
}

div:not(:has(> span.expandaded-cell-data))[b-ta26jgaeei]  .rz-button-box {
    transition: 0.3s ease-out;
}

div:has(> span.expandaded-cell-data)[b-ta26jgaeei]  .rz-button-box {
    transform: rotateZ(-180deg);
    transition: 0.4s ease-in;
}

.rz-cell-data.expandaded-cell-data[b-ta26jgaeei] {
    text-overflow: clip;
    overflow: unset;
    white-space: break-spaces;
}
/* /SharedComponents/ExpandableTextComponentModal.razor.rz.scp.css */
div[b-eraeuj8o6s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div > span[b-eraeuj8o6s] {
    max-width: 84%;
}

div:not(:has(> span.expandaded-cell-data))[b-eraeuj8o6s]  .rz-button-box {
    transition: 0.3s ease-out;
}

div:has(> span.expandaded-cell-data)[b-eraeuj8o6s]  .rz-button-box {
    transform: rotateZ(-180deg);
    transition: 0.4s ease-in;
}

.rz-cell-data.expandaded-cell-data[b-eraeuj8o6s] {
    text-overflow: clip;
    overflow: unset;
    white-space: break-spaces;
}
/* /SharedComponents/GridStatus.razor.rz.scp.css */
[b-6jsht04pha] .rz-badge {
    padding: 1px 10px;
    border-radius: 12px;
    line-height: normal;
    text-transform: capitalize;
}
/* /SharedComponents/InputContainer.razor.rz.scp.css */
.component-class[b-6sjw0hut8x] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    justify-content: flex-start;
}

.input-container[b-6sjw0hut8x] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

label[b-6sjw0hut8x] {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    color: var(--vicking-grey-700);
}

[b-6sjw0hut8x] .rz-textbox,
[b-6sjw0hut8x] .rz-calendar .rz-inputtext {
    width: 100%;
    height: 44px;
    padding-left: 40px;
}

[b-6sjw0hut8x] .input-container > .rzi {
    width: 20px;
    height: 20px;
}

[b-6sjw0hut8x] .input-container > .rzi,
[b-6sjw0hut8x] .input-container > img {
    position: absolute;
    top: 12px;
    z-index: 1;
}

[b-6sjw0hut8x] .input-container .icon-before,
[b-6sjw0hut8x] .input-container > .image-before {
    left: 12px;
}

[b-6sjw0hut8x] .input-container .icon-after,
[b-6sjw0hut8x] .input-container > .image-after {
    right: 12px;
}
/* /Shared/Components/LoadingSpinner.razor.rz.scp.css */
.polly-relative-div-spinner[b-hciqxteu4a] {
    display: inline-block;
    position: relative;
    width: 100% !important;
    height: 100% !important;
}
/* /Shared/PageHeaderComponent.razor.rz.scp.css */
div.page-header-component[b-kku8xtgswu] {
    background-color: var(--trox-primary-400);
    height: 200px;
    width: 100%;
    padding: 14px var(--page-side-spacing);
}

div.page-header-component.header-modal[b-kku8xtgswu] {
    height: 100px;
}


h1[b-kku8xtgswu] {
    color: white;
    font-weight: 500;
}

[b-kku8xtgswu] .rzi {
    font-size: 24px;
    color: white;
}

[b-kku8xtgswu] .rz-button.rz-variant-text.rz-primary.rz-shade-default,
[b-kku8xtgswu] .rz-button.rz-variant-text.rz-primary:not(.rz-state-disabled):hover:not(:active) {
    color: white;
}

[b-kku8xtgswu] .rz-button-md .rzi {
    font-size: 1.5rem;
}

[b-kku8xtgswu] .rz-button.rz-variant-text.rz-primary:not(.rz-state-disabled):focus:not(:active) {
    background-color: transparent;
    color: white;
}
/* /Shared/PageNotFound.razor.rz.scp.css */
div[b-1sjbl0lxiw] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
