/* _content/UI/Areas/Senac/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-tjrshyukt4] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-tjrshyukt4] {
  color: #0077cc;
}

.nav-pills .nav-link.active[b-tjrshyukt4], .nav-pills .show > .nav-link[b-tjrshyukt4] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-tjrshyukt4] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-tjrshyukt4] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-tjrshyukt4] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-tjrshyukt4] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-tjrshyukt4] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}


@media (min-width: 700px) and (orientation: landscape) {
    .card[b-tjrshyukt4] {
        width: 520px;
        margin: 60px;
        margin-bottom: 30px;
    }
}

@media (max-width: 876px) {
    .spacing[b-tjrshyukt4] {
        margin-top: 55px;
        margin-bottom: 1px;
    }
}

.btn-primary[b-tjrshyukt4] {
    background-color: #004587 !important;
}

    .btn-primary:hover[b-tjrshyukt4] {
        background-color: #f7941d !important;
        border-color: #f7941d !important;
        color: white !important;
    }
/* _content/UI/Components/Layout/Cabecalho/Cabecalho.razor.rz.scp.css */
header[b-jijvixvqsn] {
    margin-bottom: 0;
    padding-bottom: 0;
}

.portal-header[b-jijvixvqsn] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 2px 20px 2px 0;
    background-color: white;
    font-family: 'Arial', sans-serif;
    min-height: 90px;
    margin-bottom: 0;
}

.left-section[b-jijvixvqsn], .center-section[b-jijvixvqsn], .right-section[b-jijvixvqsn] {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.left-section[b-jijvixvqsn] {
    gap: 10px;
}

    .left-section img[b-jijvixvqsn] {
        width: 60px;
        height: auto;
    }

.center-section[b-jijvixvqsn] {
    flex-grow: 1;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    color: #330066;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.right-section[b-jijvixvqsn] {
    gap: 10px;
    margin-left: auto;
    padding-right: 50px;
}

.avatar-circle[b-jijvixvqsn] {
    width: 80px;
    height: 80px;
    background-color: #FF4B00;
    border-radius: 50%;
}

.user-info[b-jijvixvqsn] {
    display: flex;
    flex-direction: column;
    color: #330066;
    font-size: 18px;
    align-items: flex-start;
    text-align: left;
    width: 100%;
}

.user-info a[b-jijvixvqsn] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    text-align: left;
    width: 100%;
}

.user-name[b-jijvixvqsn] {
    font-weight: bold;
}

.user-course[b-jijvixvqsn] {
    font-size: 16px;
    color: #7A7A7A;
    line-height: 1.2;
    max-width: 400px;
    word-wrap: break-word;
    white-space: normal;
    text-align: left;
    align-self: flex-start;
    margin-top: 4px;
}

.menu-icon[b-jijvixvqsn] {
    display: none;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
}

    .menu-icon span[b-jijvixvqsn] {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #f7941e;
    }

@media (max-width: 768px) {
    .portal-header[b-jijvixvqsn] {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .left-section[b-jijvixvqsn] {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
        margin-bottom: 0;
    }

        .left-section .d-flex[b-jijvixvqsn] {
            flex-direction: row;
            line-height: normal;
        }




        .left-section img[b-jijvixvqsn] {
            width: 20px;
            height: auto;
            margin: 0;
            padding: 0;
        }

        .left-section span[b-jijvixvqsn] {
            font-size: 18px;
            margin: 0;
            padding: 0;
        }

    .center-section[b-jijvixvqsn] {
        display: none !important;
    }

    .faculdade[b-jijvixvqsn] {
        display: none !important;
    }

    .right-section[b-jijvixvqsn] {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }

    .avatar-circle[b-jijvixvqsn] {
        width: 80px;
        height: 80px;
        margin-left: 14px;
    }

    .user-info[b-jijvixvqsn] {
        font-size: 12px;
        text-align: left;
        line-height: normal;
    }

    .menu-icon[b-jijvixvqsn] {
        display: none;
    }
}

@media (max-width: 480px) {
    .left-section[b-jijvixvqsn] {
        margin-bottom: 5px;
    }

    .avatar-circle[b-jijvixvqsn] {
        width: 60px;
        height: 60px;
    }

    .user-info[b-jijvixvqsn] {
        font-size: 11px;
    }

    .faculdade[b-jijvixvqsn] {
        display: none !important;
    }
}
/* _content/UI/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-d0jsncqpy4] {
    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-d0jsncqpy4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/UI/Components/Layout/Sidebar/Sidebar.razor.rz.scp.css */
#sidebar[b-q0z4oyazrw] {
    height: 100vh;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    background-color: rgba(78, 1, 122) !important;
    border-bottom-right-radius: 18px;
    border-top-right-radius: 16px;
    margin-right: 16px;
    margin-top: 20px;
}

    #sidebar.collapsed[b-q0z4oyazrw] {
        width: 200px;
    }

    #sidebar.expanded[b-q0z4oyazrw] {
        width: 360px;
    }

.sidebar-item[b-q0z4oyazrw] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px;
}

#main-content[b-q0z4oyazrw] {
    -ms-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
}

@media (max-width: 768px) {
    #sidebar[b-q0z4oyazrw] {
        display: none;
    }

    #main-content[b-q0z4oyazrw] {
        margin-left: 0 !important;
    }
}

.submenu[b-q0z4oyazrw] {
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.submenu-item[b-q0z4oyazrw] {
    padding-left: 1rem;
    cursor: pointer;
}

#offcanvasSidebar[b-q0z4oyazrw] {
    background-color: rgba(78, 1, 122) !important;
    border-bottom-right-radius: 18px;
    border-top-right-radius: 16px;
    padding-top: 1rem;
    width: 300px; /* Largura próxima ao sidebar desktop (ajuste se quiser) */
}

    #offcanvasSidebar .sidebar-item[b-q0z4oyazrw] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 15px;
        display: flex;
        align-items: center;
    }

        #offcanvasSidebar .sidebar-item i[b-q0z4oyazrw] {
            font-size: 22px;
            margin-right: 8px;
        }

    #offcanvasSidebar .offcanvas-header[b-q0z4oyazrw] {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    #offcanvasSidebar .submenu-item[b-q0z4oyazrw] {
        padding-left: 2rem;
        cursor: pointer;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #offcanvasSidebar ul li[b-q0z4oyazrw] {
        color: white;
    }

    #offcanvasSidebar .offcanvas-title[b-q0z4oyazrw] {
        color: white;
        font-weight: bold;
        text-transform: uppercase;
    }

    #offcanvasSidebar .btn-close-white[b-q0z4oyazrw] {
        filter: brightness(0) invert(1);
    }
/* _content/UI/Components/Pages/Certificado/Certificado.razor.rz.scp.css */
/* Estilos para a página de Certificado */

.tabs-container-custom[b-79qem21goy] {
    background-color: #f5f5f5;
    border-radius: 8px 0px;
    padding: 20px;
}

.custom-tabs[b-79qem21goy] {
    border-bottom: none;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
}

.tab-custom[b-79qem21goy] {
    background: none;
    border: none;
    padding: 12px 24px;
    font-weight: 500;
    color: #6c757d;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.tab-custom:hover[b-79qem21goy] {
    color: #683D9E;
    background-color: rgba(104, 61, 158, 0.1);
}

.tab-custom.active[b-79qem21goy] {
    color: #683D9E;
    border-bottom-color: #683D9E;
    background-color: rgba(104, 61, 158, 0.1);
}

.tab-underline-wrapper[b-79qem21goy] {
    position: relative;
    height: 2px;
    background-color: #e9ecef;
    margin-bottom: 20px;
}

.tab-underline-custom[b-79qem21goy] {
    position: absolute;
    height: 2px;
    background-color: #683D9E;
    transition: all 0.3s ease;
    top: 0;
}

.status-box[b-79qem21goy] {
    background-color: #683D9E;
    color: white;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.box-parcela[b-79qem21goy] {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.box-parcela:hover[b-79qem21goy] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.certificado-card[b-79qem21goy] {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .certificado-card[b-79qem21goy] {
        margin: 0;
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .box-parcela[b-79qem21goy] {
        height: auto !important;
        min-height: 250px;
    }

    .tab-custom[b-79qem21goy] {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
}

/* Animações */
@keyframes fadeIn-b-79qem21goy {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.box-parcela[b-79qem21goy] {
    animation: fadeIn-b-79qem21goy 0.5s ease-out;
}

/* Estilos para o modal */
.modal-content[b-79qem21goy] {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}


/* _content/UI/Components/Pages/ConceitoFrequencia/frequencia.razor.rz.scp.css */
.status-box[b-yz3ins7c1m] {
    background-color: #673ab7;
    color: white;
    border-radius: 0.5rem;
    padding: 1rem;
    margin: 1rem 0;
    font-size: 1em;
}

.custom-tabs[b-yz3ins7c1m] {
    display: flex;
    justify-content: space-around;
    border-bottom: none;
}

.tab-custom[b-yz3ins7c1m] {
    background: transparent;
    border: none;
    color: gray;
    font-weight: normal;
    position: relative;
    font-size: 16px;
    padding: 8px 10px;
    flex: 1 1 0;
    text-align: center;
    white-space: nowrap;
}


    .tab-custom.active[b-yz3ins7c1m] {
        color: purple;
        font-weight: bold;
    }

.tab-underline-custom[b-yz3ins7c1m] {
    height: 3px;
    background-color: purple;
    transition: all 0.3s ease;
    position: relative;
    top: -10px;
}


    .tab-underline-custom.execucao[b-yz3ins7c1m] {
        width: 33.33%;
        margin-left: 0;
    }

    .tab-underline-custom.concluida[b-yz3ins7c1m] {
        width: 33.33%;
        margin-left: 33.33%;
    }

    .tab-underline-custom.pendente[b-yz3ins7c1m] {
        width: 33.33%;
        margin-left: 66.66%;
    }





.dot-menu-button[b-yz3ins7c1m] {
    background-color: white;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.dot[b-yz3ins7c1m] {
    width: 4px;
    height: 4px;
    background-color: #5b5b5b;
    border-radius: 50%;
    margin: 2px 0;
}

.card[b-yz3ins7c1m] {
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

    .card p[b-yz3ins7c1m] {
        font-size: 0.8em;
        margin-bottom: 0.4rem;
    }

.scroll-container[b-yz3ins7c1m] {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .scroll-container[b-yz3ins7c1m]::-webkit-scrollbar {
        display: none;
    }
/* _content/UI/Components/Pages/Diploma/Diploma.razor.rz.scp.css */
/* Estilos para a página de Diploma */

.tabs-container-custom[b-1bhs2voblr] {
    background-color: #f5f5f5;
    border-radius: 8px 0px;
    padding: 20px;
}

.custom-tabs[b-1bhs2voblr] {
    border-bottom: none;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
}

.tab-custom[b-1bhs2voblr] {
    background: none;
    border: none;
    padding: 12px 24px;
    font-weight: 500;
    color: #6c757d;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.tab-custom:hover[b-1bhs2voblr] {
    color: #683D9E;
    background-color: rgba(104, 61, 158, 0.1);
}

.tab-custom.active[b-1bhs2voblr] {
    color: #683D9E;
    border-bottom-color: #683D9E;
    background-color: rgba(104, 61, 158, 0.1);
}

.tab-underline-wrapper[b-1bhs2voblr] {
    position: relative;
    height: 2px;
    background-color: #e9ecef;
    margin-bottom: 20px;
}

.tab-underline-custom[b-1bhs2voblr] {
    position: absolute;
    height: 2px;
    background-color: #683D9E;
    transition: all 0.3s ease;
    top: 0;
}

.status-box[b-1bhs2voblr] {
    background-color: #683D9E;
    color: white;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.box-parcela[b-1bhs2voblr] {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.box-parcela:hover[b-1bhs2voblr] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.diploma-card[b-1bhs2voblr] {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .diploma-card[b-1bhs2voblr] {
        margin: 0;
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .box-parcela[b-1bhs2voblr] {
        height: auto !important;
        min-height: 250px;
    }

    .tab-custom[b-1bhs2voblr] {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
}

/* Animações */
@keyframes fadeIn-b-1bhs2voblr {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.box-parcela[b-1bhs2voblr] {
    animation: fadeIn-b-1bhs2voblr 0.5s ease-out;
}

/* Estilos para o modal */
.modal-content[b-1bhs2voblr] {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}


/* _content/UI/Components/Pages/Financeiro/financeiro.razor.rz.scp.css */

.roboto[b-3giv67qhtm] {
    font-family: 'Roboto', sans-serif;
}

.modal-overlay[b-3giv67qhtm] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.modal-content[b-3giv67qhtm] {
    background: white;
    border-radius: 12px;
    padding: 24px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    text-align: left;
}

.modal-title[b-3giv67qhtm] {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.modal-content p[b-3giv67qhtm] {
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
}


.info-box-left[b-3giv67qhtm] {
    background-color: #f3e8ff; /* tom claro roxo */
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    text-align: left;
    color: #1b1b1b;
}

    .info-box-left p[b-3giv67qhtm] {
        margin: 0.6rem 0;
        font-size: 0.95rem;
        line-height: 1.4;
    }

    .info-box-left strong[b-3giv67qhtm] {
        font-weight: bold;
        margin-right: 4px;
    }



.btn-fechar[b-3giv67qhtm] {
    display: block;
    width: 100%;
    background-color: #673ab7;
    color: white;
    border: none;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
}

    .btn-fechar:hover[b-3giv67qhtm] {
        background-color: #5a2ea6;
    }

.status-box[b-3giv67qhtm] {
    background-color: #673ab7;
    color: white;
    border-radius: 0.5rem;
    padding: 1rem;
    margin: 1rem 0;
    font-size: 1em;
}

.custom-tabs[b-3giv67qhtm] {
    display: flex;
    justify-content: space-around;
    border-bottom: none;
}

.text-description[b-3giv67qhtm] {
    color: black;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}


.tab-custom[b-3giv67qhtm] {
    background: transparent;
    border: none;
    color: gray;
    font-weight: normal;
    position: relative;
    font-size: 22px;
    padding: 10px 20px;
    cursor: pointer;
}

    .tab-custom.active[b-3giv67qhtm] {
        color: purple;
        font-weight: bold;
    }

.tab-underline-custom[b-3giv67qhtm] {
    height: 3px;
    background-color: purple;
    transition: all 0.3s ease;
    position: relative;
    top: -10px;
}

    .tab-underline-custom.emAberto[b-3giv67qhtm] {
        width: 33.33%;
        margin-left: 0;
    }

    .tab-underline-custom.Apagar[b-3giv67qhtm] {
        width: 33.33%;
        margin-left: 33.33%;
    }

    .tab-underline-custom.Historico[b-3giv67qhtm] {
        width: 33.33%;
        margin-left: 66.66%;
    }

.box-parcela[b-3giv67qhtm] {
    background-color: #f3e5f5;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
}

.btn-gerar-boleto[b-3giv67qhtm], .btn-detalhes[b-3giv67qhtm] {
    background-color: #673ab7;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 16px;
    cursor: pointer;
    margin-top: 10px;
}

    .btn-gerar-boleto:hover[b-3giv67qhtm] {
        background-color: #6414CC !important;
    }

    .btn-detalhes:hover[b-3giv67qhtm] {
        background-color: #6414CC !important;
    }

.modal-overlay[b-3giv67qhtm] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.modal-content[b-3giv67qhtm] {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    text-align: center;
}

    .modal-content button[b-3giv67qhtm] {
        margin-top: 15px;
        padding: 8px 16px;
        background-color: #673ab7;
        color: white;
        border: none;
        border-radius: 8px;
        cursor: pointer;
    }

.codigo-barras[b-3giv67qhtm], .detalhes-pagamento[b-3giv67qhtm] {
    background-color: #f0f0f0;  
    padding: 10px;
    border-radius: 6px;
    font-family: monospace;
    word-wrap: break-word;
    text-align: left;
}
/* _content/UI/Components/Pages/Historico/Historico.razor.rz.scp.css */
/* Estilos para a página de Histórico */

.tabs-container-custom[b-r5lxu84i5y] {
    background-color: #f5f5f5;
    border-radius: 8px 0px;
    padding: 20px;
}

.custom-tabs[b-r5lxu84i5y] {
    border-bottom: none;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
}

.tab-custom[b-r5lxu84i5y] {
    background: none;
    border: none;
    padding: 12px 24px;
    font-weight: 500;
    color: #6c757d;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.tab-custom:hover[b-r5lxu84i5y] {
    color: #683D9E;
    background-color: rgba(104, 61, 158, 0.1);
}

.tab-custom.active[b-r5lxu84i5y] {
    color: #683D9E;
    border-bottom-color: #683D9E;
    background-color: rgba(104, 61, 158, 0.1);
}

.tab-underline-wrapper[b-r5lxu84i5y] {
    position: relative;
    height: 2px;
    background-color: #e9ecef;
    margin-bottom: 20px;
}

.tab-underline-custom[b-r5lxu84i5y] {
    position: absolute;
    height: 2px;
    background-color: #683D9E;
    transition: all 0.3s ease;
    top: 0;
}

.status-box[b-r5lxu84i5y] {
    background-color: #683D9E;
    color: white;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.box-parcela[b-r5lxu84i5y] {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.box-parcela:hover[b-r5lxu84i5y] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.boletim-card[b-r5lxu84i5y] {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .boletim-card[b-r5lxu84i5y] {
        margin: 0;
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .box-parcela[b-r5lxu84i5y] {
        height: auto !important;
        min-height: 250px;
    }

    .tab-custom[b-r5lxu84i5y] {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
}

/* Animações */
@keyframes fadeIn-b-r5lxu84i5y {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.box-parcela[b-r5lxu84i5y] {
    animation: fadeIn-b-r5lxu84i5y 0.5s ease-out;
}

/* Estilos para o modal */
.modal-content[b-r5lxu84i5y] {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* _content/UI/Components/Pages/_Modal.razor.rz.scp.css */
.btn-primary[b-mlm7a0t5p8] {
    background-color: #004587;
}

    .btn-primary:hover[b-mlm7a0t5p8] {
        background-color: #f7941d;
        border-color: #f7941d;
        color: white;
    }
