/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-iiykb6mej2] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

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

#blazor-error-ui[b-iiykb6mej2] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-iiykb6mej2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-h9fihxdlyd],
.components-reconnect-repeated-attempt-visible[b-h9fihxdlyd],
.components-reconnect-failed-visible[b-h9fihxdlyd],
.components-pause-visible[b-h9fihxdlyd],
.components-resume-failed-visible[b-h9fihxdlyd],
.components-rejoining-animation[b-h9fihxdlyd] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-h9fihxdlyd],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-h9fihxdlyd],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-h9fihxdlyd],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-h9fihxdlyd],
#components-reconnect-modal.components-reconnect-retrying[b-h9fihxdlyd],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-h9fihxdlyd],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-h9fihxdlyd],
#components-reconnect-modal.components-reconnect-failed[b-h9fihxdlyd],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-h9fihxdlyd] {
    display: block;
}


#components-reconnect-modal[b-h9fihxdlyd] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-h9fihxdlyd 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-h9fihxdlyd 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-h9fihxdlyd 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-h9fihxdlyd]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-h9fihxdlyd 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-h9fihxdlyd {
    0% {
        transform: translateY(30px) scale(0.95);
    }

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

@keyframes components-reconnect-modal-fadeInOpacity-b-h9fihxdlyd {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-h9fihxdlyd {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-h9fihxdlyd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-h9fihxdlyd] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-h9fihxdlyd] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-h9fihxdlyd] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-h9fihxdlyd] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-h9fihxdlyd] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-h9fihxdlyd] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-h9fihxdlyd 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-h9fihxdlyd] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-h9fihxdlyd {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/ConfirmationPage.razor.rz.scp.css */
.confirmation-container[b-9h3iyu5hbm] {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

h1[b-9h3iyu5hbm] {
    color: #051E66 !important;
    font-size: 2rem !important;
    word-wrap: break-word;
    padding-bottom: 1rem;
}

h3[b-9h3iyu5hbm] {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
    font-weight: 500;
}

#integrityPolicy[b-9h3iyu5hbm] {
    font-style: italic;
}

.confirmation-container p[b-9h3iyu5hbm],
.confirmation-container a[b-9h3iyu5hbm] {
    overflow-wrap: anywhere;
}
/* /Components/Pages/Forms/DeductibleForm.razor.rz.scp.css */
.radio-stack[b-1b3d2wgzc2] {
    display: grid;
    gap: 0.4rem;
    margin-top: 0.2rem;
}

.radio-stack .form-check[b-1b3d2wgzc2],
.payment-type-row .form-check[b-1b3d2wgzc2] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.reason-option[b-1b3d2wgzc2] {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
}

.reason-option .form-check-input[b-1b3d2wgzc2] {
    margin-top: 0;
    flex: 0 0 auto;
}

.reason-option .form-check-label[b-1b3d2wgzc2] {
    margin: 0;
    line-height: 1.1;
    display: inline-flex;
    align-items: center;
}

.payment-type-row[b-1b3d2wgzc2] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

@media (max-width: 600px) {
    .payment-type-row[b-1b3d2wgzc2] {
        gap: 0.75rem;
    }
}
/* /Components/Pages/Forms/DfInfoModal.razor.rz.scp.css */
.modal-content[b-6igaad4oej] {
    border: none !important;
    height: 100%;
}

.modalh4[b-6igaad4oej] {
    color: #0D2B88;
    font-size: 1.625rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.6rem;
    overflow-wrap: break-word;
}

.modal-pcontent[b-6igaad4oej] {
    color: #333333;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    word-wrap: break-word;
}

.h6[b-6igaad4oej] {
    color: black;
    font-size: 1rem !important;
    font-weight: 700 !important;
    word-wrap: break-word;
    padding-left: 1rem !important;
}

#doldafelInfoText[b-6igaad4oej] {
    overflow: auto;
    padding: 1rem;
    flex: 1 1 auto;
}

#doldafelInfoText li[b-6igaad4oej] {
    font-size: 1rem;
    line-height: 1.25rem;
}

.doldafelToDamageReportBtnArea[b-6igaad4oej] {
    position: sticky;
    bottom: -3vh;
    background-color: white;
    height: 6rem;
}

#doldafelToDamageReportBtn[b-6igaad4oej] {
    color: white;
    border-radius: 1.875rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    word-wrap: break-word;
    width: 13.125rem;
    height: 3rem;
    margin-top: 1.25rem;
}

#doldafelToDamageReportBtn:disabled[b-6igaad4oej] {
    opacity: 0.5;
    cursor: not-allowed;
}
/* /Components/Pages/Home.razor.rz.scp.css */
h2[b-aa0d95bw3h] {
    color: #051E66 !important;
    font-size: 2rem;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    text-align: center;
}

.introduction-text[b-aa0d95bw3h] {
    font-size: 1.2rem;
    text-align: center;
}

.home-stack > * + *[b-aa0d95bw3h] {
    margin-top: 1.5rem;
}

.home-stack > *[b-aa0d95bw3h] {
    width: 100%;
}

.nav-buttons[b-aa0d95bw3h] {
    display: flex;
    justify-content: center;
    width: 100%;
}

    .nav-buttons .btn-primary[b-aa0d95bw3h] {
        font-size: 1.6rem;
    }

@media (max-width: 991.98px) {
    .nav-buttons .btn-primary[b-aa0d95bw3h] {
        width: 20rem;
    }
}

@media (max-width: 768px) {
    h2[b-aa0d95bw3h] {
        font-size: 1.75rem;
    }

    .nav-buttons[b-aa0d95bw3h] {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }

        .nav-buttons .btn-primary[b-aa0d95bw3h] {
            width: 100%;
            max-width: 35rem;
            font-size: 1rem;
        }
    
    .introduction-text[b-aa0d95bw3h] {
        font-size: 1rem;
    }
}

@media (max-width: 400px) {
    .nav-buttons[b-aa0d95bw3h] {
        gap: 0.75rem;
    }

        .nav-buttons .btn-primary[b-aa0d95bw3h] {
            width: 100%;
            min-height: 3.5rem;
            padding: 0.85rem 1rem;
        }
}
/* /Components/Pages/PrintableForms.razor.rz.scp.css */
.printable-forms[b-qzeoghbns9] {
    width: 100%;
    max-width: 54rem;
    margin-left: auto;
    margin-right: auto;
}

.printable-forms-title[b-qzeoghbns9] {
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    margin: 0;
    text-align: left;
    cursor: pointer;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-wrap: break-word;
}

.printable-forms-list[b-qzeoghbns9] {
    margin: 0 auto;
    padding-left: 0;
    list-style-position: inside;
    display: inline-block;
    text-align: left;
    gap: 0.4rem;
}

.printable-forms-box[b-qzeoghbns9] {
    background: transparent;
    border: 1px solid #c4c4c4;
    border-radius: 0.5rem;
    padding: 0;
    width: 100%;
    max-width: 54rem;
    margin: 0 auto;
}

.printable-forms-title[b-qzeoghbns9]::after {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    border-right: 2px solid #6f7277;
    border-bottom: 2px solid #6f7277;
    transform: rotate(45deg);
    transition: transform 0.15s ease;
}

.printable-forms-accordion[open] .printable-forms-title[b-qzeoghbns9]::after {
    transform: rotate(-135deg);
}

.printable-forms-accordion[open] .printable-forms-list[b-qzeoghbns9] {
    padding: 0 1.5rem 1.25rem;
}

.printable-forms-accordion:not([open]) .printable-forms-list[b-qzeoghbns9] {
    display: none;
}

@media (max-width: 576px) {
    .printable-forms-title[b-qzeoghbns9] {
        font-size: 1rem;
        padding: 0.9rem 1rem;
    }

    .printable-forms-accordion[open] .printable-forms-list[b-qzeoghbns9] {
        padding: 0 1rem 1rem;
    }
}
/* /Components/Pages/RequiredAttachmentsModal.razor.rz.scp.css */
.required-attachments-body[b-7axvmtalql] {
    padding: 1.5rem;
    overflow: auto;
}

.required-attachments-confirmation[b-7axvmtalql] {
    margin: 0 0 0.75rem;
    color: #2b2b2b;
    font-size: 1rem;
}

.required-attachments-alert[b-7axvmtalql] {
    background: #efcfd3;
    border: 1px solid #e4a7b0;
    border-radius: 0.5rem;
    padding: 1.25rem 1.5rem;
    color: #2f353c;
    font-size: 1rem;
    line-height: 1.35;
}

.required-attachments-alert p[b-7axvmtalql] {
    margin: 0 0 1.25rem;
}

.required-attachments-alert ul[b-7axvmtalql] {
    margin: 0 0 1.25rem;
    padding-left: 2rem;
}

.required-attachments-alert li[b-7axvmtalql] {
    margin-bottom: 0.5rem;
}

.required-attachments-alert i[b-7axvmtalql] {
    font-style: normal;
}

.mail-address[b-7axvmtalql] {
    color: #0066d6;
    text-decoration: underline;
}

.required-attachments-footer[b-7axvmtalql] {
    background: #f5f6f8;
    border-top: 1px solid #d1d6dd;
    padding: 1.5rem 1rem;
    display: grid;
    gap: 1rem;
    justify-items: center;
}

#confirmToDoldafelBtn[b-7axvmtalql],
#confirmSecondaryToDoldafelBtn[b-7axvmtalql] {
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    width: min(22rem, 100%);
    min-height: 3.625rem;
    height: auto;
    padding: 0.75rem 1rem;
    word-wrap: break-word;
    cursor: pointer;
}

#confirmSecondaryToDoldafelBtn[b-7axvmtalql] {
    background: #6f7881;
}

#confirmSecondaryToDoldafelBtn:hover[b-7axvmtalql] {
    background: #626a73;
}

#confirmToDoldafelBtn[b-7axvmtalql] {
    background: #082785;
}

#confirmToDoldafelBtn:hover[b-7axvmtalql] {
    background: #0d2b88;
}

@media (max-width: 700px) {
    .required-attachments-body[b-7axvmtalql] {
        padding: 1rem;
    }

    .required-attachments-alert[b-7axvmtalql] {
        padding: 1rem;
    }

    #confirmToDoldafelBtn[b-7axvmtalql],
    #confirmSecondaryToDoldafelBtn[b-7axvmtalql] {
        font-size: 1rem;
        height: 52px;
    }
}
/* /Components/Shared/Footer.razor.rz.scp.css */
.footer-container[b-quncykhz63] {
    position: relative;
    bottom: 0;
    background-color: #0D2B88;
    width: 100%;
}

.footer-main[b-quncykhz63] {
    width: min(100%, var(--page-max-width, 72rem));
    margin: 0 auto;
    padding: 1.5rem var(--page-gutter, 1.5rem);
    color: #fff !important;
}

.footer-main :focus-visible[b-quncykhz63] {
    outline-color: white;
}

.footer-grid[b-quncykhz63] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.footer-item[b-quncykhz63] {
    display: grid;
    grid-template-columns: 1.25rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
    min-width: 0;
}

.icon[b-quncykhz63] {
    width: 1.25rem;
    height: 1.25rem;
}

.footer-icon[b-quncykhz63] {
    display: inline-flex;
    transform: none;
    margin-top: 0.1rem;
}

.footer-main a[b-quncykhz63],
.footer-main address[b-quncykhz63] {
    color: #fff !important;
    overflow-wrap: anywhere;
}

@media (max-width: 768px) {
    .footer-grid[b-quncykhz63] {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
}

@media (max-width: 576px) {
    .footer-main[b-quncykhz63] {
        padding: 1.25rem var(--page-gutter, 1rem);
        font-size: 1rem;
    }
}
/* /Components/Shared/Header.razor.rz.scp.css */
.header-container[b-gnnjceol71] {
    margin: 0 auto;
    width: min(100%, var(--page-max-width, 72rem));
    padding: 0;
}

.header-content[b-gnnjceol71] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 4.25rem;
}

.header-logo-link[b-gnnjceol71] {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.header-container .img-fluid[b-gnnjceol71] {
    width: 10rem;
    max-width: 10rem;
    height: auto;
}

.header-container .btn-green[b-gnnjceol71] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #238554;
    border-radius: 1.56rem;
    color: white;
    min-height: 2.75rem;
    padding: 0.55rem 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
}

.header-main[b-gnnjceol71] {
    background-color: white;
    box-shadow: 0 18px 16px -1px rgba(0, 0, 0, 0.1);
    padding: 0.62rem var(--page-gutter, 1.5rem);
    width: 100%;
}

@media (max-width: 576px) {
    .header-main[b-gnnjceol71] {
        padding: 0.75rem var(--page-gutter, 1rem);
    }

    .header-content[b-gnnjceol71] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
        min-height: 0;
    }

    .header-logo-link[b-gnnjceol71] {
        align-self: center;
    }

    .header-container .img-fluid[b-gnnjceol71] {
        width: 9rem;
        max-width: 9rem;
    }

    .header-main .header-container .btn-green[b-gnnjceol71] {
        width: 100%;
        font-size: 0.8rem;
        padding: 0.75rem 1rem;
    }
}
/* /Components/Shared/InfoBox.razor.rz.scp.css */
.info-box[b-cgs5842ixu] {
    background: #d9f4ff;
    border: 1px solid #a9e2f8;
    color: #1b3a5c;
    padding: 0.75rem;
    border-radius: 0.35rem;
    font-size: 0.9rem;
    overflow-wrap: break-word;
}

.info-box.attachments-info p[b-cgs5842ixu] {
    margin: 0 0 0.6rem;
}

.info-box.attachments-info ul[b-cgs5842ixu] {
    margin: 0 0 0.6rem;
    padding-left: 1.2rem;
}

.info-box.attachments-info li[b-cgs5842ixu] {
    margin-bottom: 0.3rem;
}

.info-box.attachments-info strong[b-cgs5842ixu] {
    font-weight: 700;
    font-style: normal;
}

.info-box.attachments-info a[b-cgs5842ixu] {
    color: #187EE0;
    text-decoration: underline;
}

@media (max-width: 576px) {
    .info-box[b-cgs5842ixu] {
        font-size: 0.95rem;
    }
}
/* /Components/Shared/Modal.razor.rz.scp.css */
.app-modal-backdrop[b-zafqeviumi] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.required-attachments-backdrop[b-zafqeviumi] {
    background: rgba(0, 0, 0, 0.45);
    padding: 0.75rem;
    z-index: 1200;
}

.doldafel-backdrop[b-zafqeviumi] {
    background: rgba(0, 0, 0, 0.4);
    padding: 1rem;
    z-index: 1000;
}

.app-modal-dialog[b-zafqeviumi] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.required-attachments-modal[b-zafqeviumi] {
    width: min(500px, 100%);
    max-height: calc(100vh - 1.5rem);
    background: #f5f6f8;
    border: 1px solid #c7ccd3;
    border-radius: 0.75rem;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
}

.modalLayout[b-zafqeviumi] {
    width: min(36.25rem, 100%);
    max-height: 119.3125rem;
    flex-shrink: 0;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.16);
    background: #fff;
}

#doldafelModal[b-zafqeviumi] {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 80vh;
    width: min(36.25rem, 100%);
    max-width: calc(100% - 2rem);
    min-width: 0;
    transform: translate(-50%, -50%);
    background: #fff;
    overflow: hidden;
    border-radius: 0.25rem;
    outline: none;
    padding: 0.5rem;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1200px) {
    #doldafelModal[b-zafqeviumi] {
        height: 95vh;
        border-radius: 0.3125rem;
        padding: 0.3125rem;
        margin: 0;
    }
}
/* /Components/Shared/OtherInsuranceNotice.razor.rz.scp.css */
.info-box[b-843frbj1aq] {
    background-color: #f5f6fe;
    border-radius: 0.3rem;
    padding: 0.75rem;
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 54rem;
    margin: 1.5rem auto;
    box-sizing: border-box;
}

.info-content[b-843frbj1aq] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
}

[b-843frbj1aq] .info-content svg {
    flex: 0 0 auto;
    margin-top: 0.5rem;
    display: block;
}

.info-text[b-843frbj1aq] {
    font-size: 1rem;
    margin: 0;
}

.info-text a[b-843frbj1aq] {
    color: #187EE0;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .info-box[b-843frbj1aq] {
        max-width: 100%;
    }

    .info-content[b-843frbj1aq] {
        flex-direction: column;
    }
}
/* /Components/Shared/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-rnrsycglri] {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    vertical-align: middle;
}

.tooltip-trigger[b-rnrsycglri] {
    background: transparent;
    border: 0;
    padding: 0;
    line-height: 0;
    cursor: pointer;
    margin-top: 0.8rem;
}

.tooltip-panel[b-rnrsycglri] {
    display: none;
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 50%;
    box-sizing: border-box;
    width: max-content;
    min-width: min(14rem, calc(100vw - 1rem));
    max-width: min(22rem, calc(100vw - 1rem));
    max-height: min(24rem, var(--tooltip-max-height, calc(100vh - 2rem)));
    overflow: auto;
    background: #fff;
    color: #1b3a5c;
    border: 1px solid #a9e2f8;
    padding: 0.5rem 0.75rem;
    border-radius: 0.35rem;
    font-size: 0.875rem;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(
        calc(-50% + var(--tooltip-shift-x, 0px)),
        var(--tooltip-shift-y, 0px)
    );
    z-index: 100;
}

.tooltip-wrapper.tooltip-flip .tooltip-panel[b-rnrsycglri] {
    top: auto;
    bottom: calc(100% + 0.35rem);
}

.tooltip-wrapper:hover .tooltip-panel[b-rnrsycglri],
.tooltip-wrapper.is-open .tooltip-panel[b-rnrsycglri] {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
