/* /Components/Layout/FloatingWhatsappButton.razor.rz.scp.css */
a[b-69g9cr7502] {
    text-decoration: none;
}

.floating_btn[b-69g9cr7502] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1031;
}

@keyframes pulsing-b-69g9cr7502 {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon[b-69g9cr7502] {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing-b-69g9cr7502 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}


.text_icon[b-69g9cr7502] {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Popup de Aviso */
#aviso-overlay[b-dhaj0bwdg1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-sizing: border-box;
    overflow: hidden;
}

#aviso-popup[b-dhaj0bwdg1] {
    background: #fff;
    border-radius: 8px;
    padding: 2rem 2.5rem;
    max-width: 560px;
    width: calc(100vw - 2rem);
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

@media (max-width: 576px) {
    #aviso-popup[b-dhaj0bwdg1] {
        padding: 1.5rem 1rem 1.25rem;
    }
}

#aviso-btn-x[b-dhaj0bwdg1] {
    position: absolute;
    top: 0.75rem;
    right: 0.9rem;
    background: #111;
    border: none;
    border-radius: 50%;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-family: Arial, sans-serif;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    padding: 0;
    margin: 0;
    transition: background 0.15s;
}

    #aviso-btn-x:hover[b-dhaj0bwdg1] {
        background: #444;
    }

    #aviso-popup h2[b-dhaj0bwdg1] {
        margin-bottom: 1rem;
        font-size: 1.3rem;
        color: #1a1a2e;
    }

    #aviso-popup p[b-dhaj0bwdg1] {
        font-size: 0.92rem;
        color: #444;
        line-height: 1.6;
        margin-bottom: 0.8rem;
    }

#aviso-btn-fechar[b-dhaj0bwdg1] {
    margin-top: 1rem;
    padding: 0.6rem 2rem;
    background: #1a1a2e;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.2s;
}

    #aviso-btn-fechar:hover[b-dhaj0bwdg1] {
        background: #2e2e5e;
    }

#blazor-error-ui[b-dhaj0bwdg1] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-dhaj0bwdg1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
