/* /Pages/Documento.razor.rz.scp.css */

/* Estilo para pantallas pequeñas (≥576px) */
@media (min-width: 576px) {
    .form-dte[b-7hmvlcut5p] {
        margin-right: 0px;
    }

    .totales[b-7hmvlcut5p] {
        position: static;
        /*height: 350px;*/
        max-height: 700px;
        overflow-y: auto;
    }
}

/* Estilo para pantallas medianas (≥768px) */
@media (min-width: 768px) {
    .form-dte[b-7hmvlcut5p] {
        margin-right: 0px;
    }

    .totales[b-7hmvlcut5p] {
        position: static;
        /*height: 350px;*/
        max-height: 700px;
        overflow-y: auto;
    }
}

/* Estilo para pantallas grandes (≥992px) */
@media (min-width: 992px) {
    .form-dte[b-7hmvlcut5p] {
        margin-right: 300px;
    }

    .totales[b-7hmvlcut5p] {
        position: fixed;
        width: 350px;
        /*height: 350px;*/
        right: 10px;
        max-height: 700px;
        overflow-y: auto;
    }
}
/* /Pages/EmisionDTE.razor.rz.scp.css */
.disable[b-h2o462u8cx] {
    pointer-events: none;
    cursor: default;
}
/* /Pages/Servicios Adicionales/CertificadoElectronico.razor.rz.scp.css */
.header-section[b-81dr8b9k4v] {
    background: linear-gradient(135deg, #9333ea 0%, #ec4899 100%);
    padding: 3rem 2rem;
    text-align: center;
    position: relative;
}

    .header-section[b-81dr8b9k4v]::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(147, 51, 234, 0.9) 0%, rgba(236, 72, 153, 0.9) 100%);
    }

    .header-section > *[b-81dr8b9k4v] {
        position: relative;
        z-index: 1;
    }

.success-icon[b-81dr8b9k4v] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-bottom: 1.5rem;
    color: white;
    opacity: 0;
    transform: scale(0) rotate(180deg);
    animation: iconAppear-b-81dr8b9k4v 0.7s ease-out 0.3s forwards;
}

@keyframes iconAppear-b-81dr8b9k4v {
    to {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

.main-title[b-81dr8b9k4v] {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    opacity: 0;
    transform: translateY(1rem);
    animation: slideInUp-b-81dr8b9k4v 0.7s ease-out 0.5s forwards;
}

.main-subtitle[b-81dr8b9k4v] {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 32rem;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(1rem);
    animation: slideInUp-b-81dr8b9k4v 0.7s ease-out 0.7s forwards;
}

@keyframes slideInUp-b-81dr8b9k4v {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.input-error[b-81dr8b9k4v] {
    border-color: #f69d9d !important;
}
.accordion-sub-heading[b-81dr8b9k4v] {
    font-weight: bold;
    margin: 15px 20px 10px 0;
    font-size: 18px;
    color: #4C5464;
}
.summary-row[b-81dr8b9k4v] {
    padding: 10px 0;
    font-weight: 400;
    font-size: 14px;
    color: #4C5464;
}

    .summary-row[b-81dr8b9k4v]::after {
        content: "";
        clear: both;
        display: table;
    }

.balino-heading[b-81dr8b9k4v] {
    margin-top: 30px;
}

    .balino-heading h2[b-81dr8b9k4v] {
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.03em;
        color: #000000;
    }

label[b-81dr8b9k4v] {
    font-size: 16px;
}

.summary-row > div:nth-child(1)[b-81dr8b9k4v] {
    float: left;
}

.summary-row > div:nth-child(2)[b-81dr8b9k4v] {
    float: right
}

.summary-last-row[b-81dr8b9k4v] {
    background-color: #f2f2f2;
    border-bottom: 3px solid black;
    margin-bottom: 20px;
}

.summary-row-subtotal[b-81dr8b9k4v] {
    /* padding: 10px 0; */
    font-weight: 400;
    font-size: 16px;
}

/* Accordion general styles */
.accordion-item .accordion-button[b-81dr8b9k4v] {
    box-shadow: none;
    background-color: white;
    border-radius: 15px !important;
}
.accordion-sub-heading[b-81dr8b9k4v] {
    font-weight: bold;
    margin: 15px 20px 10px 0;
    font-size: 18px;
    color: #4C5464;
}
.accordion-item[b-81dr8b9k4v] {
    border: none;
    border-left: 4px solid #AC1EA6;
    border-radius: 0px !important;
    box-shadow: rgba(0, 0, 0, 0.15) 2.95px 3.95px 10.6px;
    margin-top: 30px;
}

.accordion-button[b-81dr8b9k4v] {
    padding-top: 32px;
    padding-left: 24px;
    padding-bottom: 32px;
}

    .accordion-button[b-81dr8b9k4v]::after {
        filter: brightness(0) saturate(100%) invert(21%) sepia(97%) saturate(2023%) hue-rotate(284deg) brightness(89%) contrast(105%);
    }

.accordion-body[b-81dr8b9k4v] {
    padding-left: 24px;
    padding-right: 24px;
}

.btn-content[b-81dr8b9k4v] {
    width: 100%;
}

    .btn-content > p[b-81dr8b9k4v] {
        margin: 0;
    }

        .btn-content > p:nth-child(1)[b-81dr8b9k4v] {
            float: left;
            font-style: normal;
            font-weight: bold;
            font-size: 20px;
            line-height: 24px;
            color: #4C5464;
            /* identical to box height, or 133% */

            display: flex;
            align-items: flex-end;
            letter-spacing: -0.03em;
        }

        .btn-content > p:nth-child(2)[b-81dr8b9k4v] {
            float: right;
            margin-right: 10px;
            margin-top: 3px;
            font-weight: 600;
            font-size: 14px;
            color: #AC1EA6;
        }

.accordion-button[b-81dr8b9k4v]::after {
    content: "";
    clear: both;
    display: table;
}

.accordion-button:not(.collapsed)[b-81dr8b9k4v] {
    color: black;
    background-color: #fff;
    box-shadow: none;
}

.accordion-body[b-81dr8b9k4v] {
    padding-top: 0;
    /* position: relative; */
}

.accordion-info[b-81dr8b9k4v] {
    margin-bottom: 20px;
    margin-top: -5px;
    /* padding-top: -10px; */
}

    .accordion-info p[b-81dr8b9k4v] {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }

.accordion-sub-heading[b-81dr8b9k4v] {
    font-weight: bold;
    margin: 15px 20px 10px 0;
    font-size: 18px;
    color: #4C5464;
}

/* Accordion 1 */

.container-fluid[b-81dr8b9k4v] {
    padding: 0;
}

.circle-check-icon[b-81dr8b9k4v] {
    float: left;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #3e853e;
    /* identical to box height, or 133% */

    display: flex;
    align-items: flex-end;
    letter-spacing: -0.03em;
    margin-left: 5px;
}

.circle-exclamation-icon[b-81dr8b9k4v] {
    float: left;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: red;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0.03em;
    margin-left: 5px;
}

.input-container[b-81dr8b9k4v] {
    margin-bottom: 15px;
}


.accordion-form .form-label[b-81dr8b9k4v] {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.accordion-form input[type="text"][b-81dr8b9k4v] {
    border: 1px solid #BABABA;
    border-radius: 8px;
    caret-color: #4782d6;
    font-size: 16px;
    padding: 10px 12px;
}

.accordion-form input[type="email"][b-81dr8b9k4v] {
    border: 1px solid #BABABA;
    border-radius: 8px;
    caret-color: #4782d6;
    font-size: 16px;
    padding: 10px 12px;
}

.accordion-form .form-control[b-81dr8b9k4v] {
    border: 1px solid #BABABA;
    border-radius: 8px;
    caret-color: #4782d6;
    font-size: 16px;
    padding: 10px 12px;
}

.accordion-form input[type="checkbox"][b-81dr8b9k4v] {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
}

.form-check[b-81dr8b9k4v] {
    margin-bottom: 10px;
}


.accordion-form input:focus[b-81dr8b9k4v] {
    border: 1px solid #AC1EA6;
    box-shadow: none;
}

.accordion-form input:disabled[b-81dr8b9k4v] {
    background-color: #eff0f0;
}

.accordion-form button[b-81dr8b9k4v] {
    border-radius: 5px;
    padding: 8px 20px;
    margin: 15px auto;
}

.accordion-item[b-81dr8b9k4v] {
    padding-left: 15px;
    padding-right: 15px;
}


.boton[b-81dr8b9k4v] {
    background-color: #AC1EA6 !important;
    font-size: 16px;
    border-color: #AC1EA6;
}

/* #################### File Upload #################### */

:root[b-81dr8b9k4v] {
    /*===== Colores =====*/
    --title-color: #000000;
    --body-color: #0F0F10;
    --form-container-color: #ffffff;
    --first-color: #b4b4b5;
    --second-color: #141515;
    /*===== Fuente y tipografia =====*/
    --body-font: 'Roboto', sans-serif;
    --bigger-font-size: 3.5rem;
    --normal-font-size: 1rem;
    --small-font-size: .75rem;
}

.form__container[b-81dr8b9k4v] {
    background-color: var(--form-container-color);
    opacity: 1;
    border-radius: .5rem;
    padding-top: 4px;
    color: var(--title-color);
}


    .form__container > div[b-81dr8b9k4v] {
        max-height: 200px;
        cursor: pointer;
        border-radius: 5px;
        border: 2px dashed var(--first-color);
        padding: 15px 20px;
        text-align: center;
    }

    .form__container .form[b-81dr8b9k4v] {
        text-align: center;
    }

.icon[b-81dr8b9k4v] {
    font-size: 4rem;
}

.form__container .fa-file[b-81dr8b9k4v] {
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form__container .icon-container[b-81dr8b9k4v] {
    height: 50px;
    width: 50px;
    position: relative;
    border-radius: 50%;
    float: left;
}

li > div > div[b-81dr8b9k4v] {
    display: inline-block;
}

li[b-81dr8b9k4v] {
    list-style: none;
    margin-top: 5px;
}

.content .progress-bar .progress[b-81dr8b9k4v] {
    height: 100%;
    width: 0%;
    background: linear-gradient(var(--first-color), var(--second-color));
    ;
    border-radius: inherit;
}

.details p[b-81dr8b9k4v] {
    margin-bottom: -5px;
    margin-top: 0px;
    font-size: 14px;
}

    .details p:nth-child(2)[b-81dr8b9k4v] {
        color: #838383;
        margin-bottom: 2px;
        text-align: left;
    }

    .details p:nth-child(3)[b-81dr8b9k4v] {
        color: #838383;
        margin-bottom: 2px;
        text-align: left;
    }

.add_more_files[b-81dr8b9k4v] {
    text-decoration: underline;
    opacity: 1;
    display: inline-block;
    font-weight: bold !important;
    color: #AC1EA6;
}
    .add_more_files:hover[b-81dr8b9k4v] {
        cursor: pointer;
        opacity: 1;
    }
/* Status message */
.status-message[b-81dr8b9k4v] {
    text-align: center;
    margin-bottom: 2.5rem;
    opacity: 0;
    transform: translateY(1rem);
    animation: slideInUp-b-81dr8b9k4v 0.7s ease-out 1.1s forwards;
}

.status-icon[b-81dr8b9k4v] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background: linear-gradient(135deg, #ddd6fe 0%, #fce7f3 100%);
    border-radius: 50%;
    margin-bottom: 1.5rem;
    color: #9333ea;
}

.status-title[b-81dr8b9k4v] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.75rem;
}

.status-description[b-81dr8b9k4v] {
    font-size: 1.125rem;
    color: #374151;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.status-details[b-81dr8b9k4v] {
    font-size: 0.875rem;
    color: #6b7280;
    max-width: 32rem;
    margin: 0 auto;
    line-height: 1.6;
}

/* Process status */
.process-status[b-81dr8b9k4v] {
    margin-bottom: 2.5rem;
    opacity: 0;
    transform: translateY(1rem);
    animation: slideInUp-b-81dr8b9k4v 0.7s ease-out 1.3s forwards;
}

.process-title[b-81dr8b9k4v] {
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.process-steps[b-81dr8b9k4v] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    max-width: 32rem;
    margin: 0 auto;
}

.step[b-81dr8b9k4v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.step-icon[b-81dr8b9k4v] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.step-icon-completed[b-81dr8b9k4v] {
    background: #10b981;
    color: white;
}

.step-icon-active[b-81dr8b9k4v] {
    background: #9333ea;
    color: white;
    animation: pulse 2s ease-in-out infinite;
}

.step-icon-pending[b-81dr8b9k4v] {
    background: #e5e7eb;
    color: #9ca3af;
}

.step-label[b-81dr8b9k4v] {
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.step-status[b-81dr8b9k4v] {
    font-size: 0.75rem;
    font-weight: 500;
}

.step-status-completed[b-81dr8b9k4v] {
    color: #10b981;
}

.step-status-active[b-81dr8b9k4v] {
    color: #9333ea;
}
.step-status-error[b-81dr8b9k4v] {
    color: #ef4444;
}
.step-icon-error[b-81dr8b9k4v] {
    background: #ef4444;
    color: white;
    animation: errorShake 0.5s ease-in-out infinite alternate;
}
.step-connector-error[b-81dr8b9k4v] {
    background: linear-gradient(to right, #10b981, #ef4444);
}
.step-status-pending[b-81dr8b9k4v] {
    color: #9ca3af;
}

.step-connector[b-81dr8b9k4v] {
    width: 3rem;
    height: 1px;
}

.step-connector-active[b-81dr8b9k4v] {
    background: linear-gradient(to right, #10b981, #9333ea);
}

.step-connector-inactive[b-81dr8b9k4v] {
    background: #e5e7eb;
}
/* Error message styles */
.error-message[b-81dr8b9k4v] {
    margin-bottom: 2.5rem;
    opacity: 0;
    transform: translateY(1rem);
    animation: slideInUp-b-81dr8b9k4v 0.7s ease-out 1.4s forwards;
}

.error-content[b-81dr8b9k4v] {
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    border-radius: 1.5rem;
    padding: 2rem;
    border: 1px solid #fecaca;
    box-shadow: 0 4px 6px -1px rgba(239, 68, 68, 0.1);
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.error-icon[b-81dr8b9k4v] {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    background: #ef4444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    animation: pulse 2s ease-in-out infinite;
}

.error-text[b-81dr8b9k4v] {
    flex: 1;
}

.error-title[b-81dr8b9k4v] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #dc2626;
    margin-bottom: 0.5rem;
}

.error-description[b-81dr8b9k4v] {
    color: #7f1d1d;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.error-actions[b-81dr8b9k4v] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
}

.btn-retry[b-81dr8b9k4v] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #ef4444;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.875rem;
}

    .btn-retry:hover[b-81dr8b9k4v] {
        background: #dc2626;
        transform: translateY(-1px);
        box-shadow: 0 4px 6px -1px rgba(239, 68, 68, 0.3);
    }

.error-code[b-81dr8b9k4v] {
    font-size: 0.75rem;
    color: #991b1b;
    font-family: 'Courier New', monospace;
    background: rgba(239, 68, 68, 0.1);
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
}
/* /Pages/Servicios Adicionales/DeseoComprar.razor.rz.scp.css */
.accordion-sub-heading[b-cio60o6nrx] {
    font-weight: bold;
    margin: 15px 20px 10px 0;
    font-size: 18px;
    color: #4C5464;
}
    figure[b-cio60o6nrx] {
        width: 500px;
        height: 200px;
        margin: 30px auto;
        border-radius: 5px;
        border: 2px dashed var(--first-color);
        text-align: center;
    }

    .carab[b-cio60o6nrx] {
        margin-top: 30px;
    }

    .btn-borrar[b-cio60o6nrx] {
        padding: 10px 25px;
        font-size: 14px;
        font-weight: 300;
        border: none;
        /*outline: none;*/
/*        background: transparent;*/
        border-radius: 5px;
        cursor: pointer;
        transition: all 0.5s;
        /*        text-decoration: underline;
                opacity: 0.8;
                display: inline-block;
                font-weight: bold;*/
    }

    /*   .btn-borrar:hover {
                cursor: pointer;
                opacity: 1;
            }*/

    .img[b-cio60o6nrx] {
        width: inherit;
        height: inherit;
        object-fit: cover;
        padding: 10px;
    }
/* /Pages/Servicios Adicionales/InformacionNegocio.razor.rz.scp.css */
    .form-check-input:checked[b-i63v0ymqah] {
        background-color: #AC1EA6;
        border-color: #AC1EA6;
    }
    .form-check-input:checked[b-i63v0ymqah] {
        background-color: #AC1EA6;
        border-color: #AC1EA6;
    }
.accordion-sub-heading[b-i63v0ymqah] {
    font-weight: bold;
    margin: 15px 20px 10px 0;
    font-size: 18px;
    color: #4C5464;
}
.btn-link[b-i63v0ymqah] {
    color: #AC1EA6 !important;
}
    .btnPlus[b-i63v0ymqah]{
        border-radius: 0.5rem !important;
        background-color: #AC1EA6 !important;
        border-color: #AC1EA6 !important;
        color: white !important;
        font-size: 30px !important;
        width: 50px !important;
        height: 50px !important;
        padding: 0px 12px !important;
    }
    .accordion-form input:focus[b-i63v0ymqah] {
        border: 1px solid #AC1EA6;
        box-shadow: none;
    }

    .tab-main[b-i63v0ymqah] {
        text-align: center;
    }

    .k-grid th[b-i63v0ymqah] {
        border-width: 0 0 0px 1px !important;
    }

    .container-servicio[b-i63v0ymqah] {
        width: 100%;
        margin-top: -30px;
    }


        .container-servicio .form[b-i63v0ymqah] {
            margin: 30px 0;
            width: 100%
        }

            .container-servicio .form .form-input[b-i63v0ymqah] {
                /* width: 424px;
                                                            height: 123px;*/
            }

                .container-servicio .form .form-input .plan[b-i63v0ymqah] {
                    margin: 10px;
                }

                .container-servicio .form .form-input input[b-i63v0ymqah] {
                    display: none;
                }

                .container-servicio .form .form-input label[b-i63v0ymqah] {
                    /* display: block;*/
                    background: #fdfdfd;
                    border-radius: 8px;
                    text-align: center;
                    margin: auto;
                    /*margin-top: 10px;*/
                    padding: 15px;
                    transition: all 100ms ease-in-out;
                    border: 1px solid #CCCCCC;
                    width: 100%;
                    height: 123px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .container-servicio .form .form-input label .servicio[b-i63v0ymqah] {
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 24px;
                        color: rgb(0, 0, 0,0.2);
                    }

                    .container-servicio .form .form-input label .servicio[b-i63v0ymqah] {
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 24px;
                        color: rgb(0, 0, 0,0.2);
                    }
                    .container-servicio .form .form-input label svg[b-i63v0ymqah] {
                        filter: brightness(0) saturate(100%) invert(0%) sepia(97%) saturate(0%) hue-rotate(205deg) brightness(98%) contrast(100%);
                        fill-opacity:0.2;
                    }

                    .container-servicio .form .form-input label:hover[b-i63v0ymqah] {
                        cursor: pointer;
                        border: 1px solid #AC1EA6;
                    }

                .container-servicio .form .form-input input:checked + label > .plan > .servicio[b-i63v0ymqah] {
                    color: #AC1EA6;
                }

                .container-servicio .form .form-input input:checked + label > .plan > svg[b-i63v0ymqah] {
                    filter: brightness(0) saturate(100%) invert(20%) sepia(81%) saturate(2694%) hue-rotate(286deg) brightness(90%) contrast(100%);
                    fill-opacity: 1;
                }
                .container-servicio .form .form-input input:checked + label[b-i63v0ymqah] {
                    left: calc(50% - 424px/2 - 221.5px);
                    background: #f4dff4;
                    border: 2px solid #AC1EA6;
                    border-radius: 8px;
                }

                    .container-servicio .form .form-input input:checked + label .title[b-i63v0ymqah] {
                        color: #eee;
                    }
/* /Pages/Servicios Adicionales/SolicitudFacturacion.razor.rz.scp.css */
.header-section[b-yn05xlqpxu] {
    background: linear-gradient(135deg, #9333ea 0%, #ec4899 100%);
    padding: 3rem 2rem;
    text-align: center;
    position: relative;
}

    .header-section[b-yn05xlqpxu]::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(147, 51, 234, 0.9) 0%, rgba(236, 72, 153, 0.9) 100%);
    }

    .header-section > *[b-yn05xlqpxu] {
        position: relative;
        z-index: 1;
    }

.success-icon[b-yn05xlqpxu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-bottom: 1.5rem;
    color: white;
    opacity: 0;
    transform: scale(0) rotate(180deg);
    animation: iconAppear-b-yn05xlqpxu 0.7s ease-out 0.3s forwards;
}

@keyframes iconAppear-b-yn05xlqpxu {
    to {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

.main-title[b-yn05xlqpxu] {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    opacity: 0;
    transform: translateY(1rem);
    animation: slideInUp-b-yn05xlqpxu 0.7s ease-out 0.5s forwards;
}

.main-subtitle[b-yn05xlqpxu] {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 32rem;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(1rem);
    animation: slideInUp-b-yn05xlqpxu 0.7s ease-out 0.7s forwards;
}

@keyframes slideInUp-b-yn05xlqpxu {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-error[b-yn05xlqpxu] {
    border-color: #f69d9d !important;
}

.accordion-sub-heading[b-yn05xlqpxu] {
    font-weight: bold;
    margin: 15px 20px 10px 0;
    font-size: 18px;
    color: #4C5464;
}

.summary-row[b-yn05xlqpxu] {
    padding: 10px 0;
    font-weight: 400;
    font-size: 14px;
    color: #4C5464;
}

    .summary-row[b-yn05xlqpxu]::after {
        content: "";
        clear: both;
        display: table;
    }

.balino-heading[b-yn05xlqpxu] {
    margin-top: 30px;
}

    .balino-heading h2[b-yn05xlqpxu] {
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.03em;
        color: #000000;
    }

label[b-yn05xlqpxu] {
    font-size: 16px;
}

.summary-row > div:nth-child(1)[b-yn05xlqpxu] {
    float: left;
}

.summary-row > div:nth-child(2)[b-yn05xlqpxu] {
    float: right
}

.summary-last-row[b-yn05xlqpxu] {
    background-color: #f2f2f2;
    border-bottom: 3px solid black;
    margin-bottom: 20px;
}

.summary-row-subtotal[b-yn05xlqpxu] {
    /* padding: 10px 0; */
    font-weight: 400;
    font-size: 16px;
}

/* Accordion general styles */
.accordion-item .accordion-button[b-yn05xlqpxu] {
    box-shadow: none;
    background-color: white;
    border-radius: 15px !important;
}

.accordion-sub-heading[b-yn05xlqpxu] {
    font-weight: bold;
    margin: 15px 20px 10px 0;
    font-size: 18px;
    color: #4C5464;
}

.accordion-item[b-yn05xlqpxu] {
    border: none;
    border-left: 4px solid #AC1EA6;
    border-radius: 0px !important;
    box-shadow: rgba(0, 0, 0, 0.15) 2.95px 3.95px 10.6px;
    margin-top: 30px;
}

.accordion-button[b-yn05xlqpxu] {
    padding-top: 32px;
    padding-left: 24px;
    padding-bottom: 32px;
}

    .accordion-button[b-yn05xlqpxu]::after {
        filter: brightness(0) saturate(100%) invert(21%) sepia(97%) saturate(2023%) hue-rotate(284deg) brightness(89%) contrast(105%);
    }

.accordion-body[b-yn05xlqpxu] {
    padding-left: 24px;
    padding-right: 24px;
}

.btn-content[b-yn05xlqpxu] {
    width: 100%;
}

    .btn-content > p[b-yn05xlqpxu] {
        margin: 0;
    }

        .btn-content > p:nth-child(1)[b-yn05xlqpxu] {
            float: left;
            font-style: normal;
            font-weight: bold;
            font-size: 20px;
            line-height: 24px;
            color: #4C5464;
            /* identical to box height, or 133% */

            display: flex;
            align-items: flex-end;
            letter-spacing: -0.03em;
        }

        .btn-content > p:nth-child(2)[b-yn05xlqpxu] {
            float: right;
            margin-right: 10px;
            margin-top: 3px;
            font-weight: 600;
            font-size: 14px;
            color: #AC1EA6;
        }

.accordion-button[b-yn05xlqpxu]::after {
    content: "";
    clear: both;
    display: table;
}

.accordion-button:not(.collapsed)[b-yn05xlqpxu] {
    color: black;
    background-color: #fff;
    box-shadow: none;
}

.accordion-body[b-yn05xlqpxu] {
    padding-top: 0;
    /* position: relative; */
}

.accordion-info[b-yn05xlqpxu] {
    margin-bottom: 20px;
    margin-top: -5px;
    /* padding-top: -10px; */
}

    .accordion-info p[b-yn05xlqpxu] {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }

.accordion-sub-heading[b-yn05xlqpxu] {
    font-weight: bold;
    margin: 15px 20px 10px 0;
    font-size: 18px;
    color: #4C5464;
}

/* Accordion 1 */

.container-fluid[b-yn05xlqpxu] {
    padding: 0;
}

.circle-check-icon[b-yn05xlqpxu] {
    float: left;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #3e853e;
    /* identical to box height, or 133% */

    display: flex;
    align-items: flex-end;
    letter-spacing: -0.03em;
    margin-left: 5px;
}

.circle-exclamation-icon[b-yn05xlqpxu] {
    float: left;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: red;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0.03em;
    margin-left: 5px;
}

.input-container[b-yn05xlqpxu] {
    margin-bottom: 15px;
}


.accordion-form .form-label[b-yn05xlqpxu] {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.accordion-form input[type="text"][b-yn05xlqpxu] {
    border: 1px solid #BABABA;
    border-radius: 8px;
    caret-color: #4782d6;
    font-size: 16px;
    padding: 10px 12px;
}

.accordion-form input[type="email"][b-yn05xlqpxu] {
    border: 1px solid #BABABA;
    border-radius: 8px;
    caret-color: #4782d6;
    font-size: 16px;
    padding: 10px 12px;
}

.accordion-form .form-control[b-yn05xlqpxu] {
    border: 1px solid #BABABA;
    border-radius: 8px;
    caret-color: #4782d6;
    font-size: 16px;
    padding: 10px 12px;
}

.accordion-form input[type="checkbox"][b-yn05xlqpxu] {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
}

.form-check[b-yn05xlqpxu] {
    margin-bottom: 10px;
}


.accordion-form input:focus[b-yn05xlqpxu] {
    border: 1px solid #AC1EA6;
    box-shadow: none;
}

.accordion-form input:disabled[b-yn05xlqpxu] {
    background-color: #eff0f0;
}

.accordion-form button[b-yn05xlqpxu] {
    border-radius: 5px;
    padding: 8px 20px;
    margin: 15px auto;
}

.accordion-item[b-yn05xlqpxu] {
    padding-left: 15px;
    padding-right: 15px;
}


.boton[b-yn05xlqpxu] {
    background-color: #AC1EA6 !important;
    font-size: 16px;
    border-color: #AC1EA6;
}

/* #################### File Upload #################### */

:root[b-yn05xlqpxu] {
    /*===== Colores =====*/
    --title-color: #000000;
    --body-color: #0F0F10;
    --form-container-color: #ffffff;
    --first-color: #b4b4b5;
    --second-color: #141515;
    /*===== Fuente y tipografia =====*/
    --body-font: 'Roboto', sans-serif;
    --bigger-font-size: 3.5rem;
    --normal-font-size: 1rem;
    --small-font-size: .75rem;
}

.form__container[b-yn05xlqpxu] {
    background-color: var(--form-container-color);
    opacity: 1;
    border-radius: .5rem;
    padding-top: 4px;
    color: var(--title-color);
}


    .form__container > div[b-yn05xlqpxu] {
        max-height: 200px;
        cursor: pointer;
        border-radius: 5px;
        border: 2px dashed var(--first-color);
        padding: 15px 20px;
        text-align: center;
    }

    .form__container .form[b-yn05xlqpxu] {
        text-align: center;
    }

.icon[b-yn05xlqpxu] {
    font-size: 4rem;
}

.form__container .fa-file[b-yn05xlqpxu] {
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form__container .icon-container[b-yn05xlqpxu] {
    height: 50px;
    width: 50px;
    position: relative;
    border-radius: 50%;
    float: left;
}

li > div > div[b-yn05xlqpxu] {
    display: inline-block;
}

li[b-yn05xlqpxu] {
    list-style: none;
    margin-top: 5px;
}

.content .progress-bar .progress[b-yn05xlqpxu] {
    height: 100%;
    width: 0%;
    background: linear-gradient(var(--first-color), var(--second-color));
    ;
    border-radius: inherit;
}

.details p[b-yn05xlqpxu] {
    margin-bottom: -5px;
    margin-top: 0px;
    font-size: 14px;
}

    .details p:nth-child(2)[b-yn05xlqpxu] {
        color: #838383;
        margin-bottom: 2px;
        text-align: left;
    }

    .details p:nth-child(3)[b-yn05xlqpxu] {
        color: #838383;
        margin-bottom: 2px;
        text-align: left;
    }

.add_more_files[b-yn05xlqpxu] {
    text-decoration: underline;
    opacity: 1;
    display: inline-block;
    font-weight: bold !important;
    color: #AC1EA6;
}

    .add_more_files:hover[b-yn05xlqpxu] {
        cursor: pointer;
        opacity: 1;
    }
/* Status message */
.status-message[b-yn05xlqpxu] {
    text-align: center;
    margin-bottom: 2.5rem;
    opacity: 0;
    transform: translateY(1rem);
    animation: slideInUp-b-yn05xlqpxu 0.7s ease-out 1.1s forwards;
}

.status-icon[b-yn05xlqpxu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background: linear-gradient(135deg, #ddd6fe 0%, #fce7f3 100%);
    border-radius: 50%;
    margin-bottom: 1.5rem;
    color: #9333ea;
}

.status-title[b-yn05xlqpxu] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.75rem;
}

.status-description[b-yn05xlqpxu] {
    font-size: 1.125rem;
    color: #374151;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.status-details[b-yn05xlqpxu] {
    font-size: 0.875rem;
    color: #6b7280;
    max-width: 32rem;
    margin: 0 auto;
    line-height: 1.6;
}

/* Process status */
.process-status[b-yn05xlqpxu] {
    margin-bottom: 2.5rem;
    opacity: 0;
    transform: translateY(1rem);
    animation: slideInUp-b-yn05xlqpxu 0.7s ease-out 1.3s forwards;
}

.process-title[b-yn05xlqpxu] {
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.process-steps[b-yn05xlqpxu] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    max-width: 32rem;
    margin: 0 auto;
}

.step[b-yn05xlqpxu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.step-icon[b-yn05xlqpxu] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.step-icon-completed[b-yn05xlqpxu] {
    background: #10b981;
    color: white;
}

.step-icon-active[b-yn05xlqpxu] {
    background: #9333ea;
    color: white;
    animation: pulse 2s ease-in-out infinite;
}

.step-icon-pending[b-yn05xlqpxu] {
    background: #e5e7eb;
    color: #9ca3af;
}

.step-label[b-yn05xlqpxu] {
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.step-status[b-yn05xlqpxu] {
    font-size: 0.75rem;
    font-weight: 500;
}

.step-status-completed[b-yn05xlqpxu] {
    color: #10b981;
}

.step-status-active[b-yn05xlqpxu] {
    color: #9333ea;
}

.step-status-error[b-yn05xlqpxu] {
    color: #ef4444;
}

.step-icon-error[b-yn05xlqpxu] {
    background: #ef4444;
    color: white;
    animation: errorShake 0.5s ease-in-out infinite alternate;
}

.step-connector-error[b-yn05xlqpxu] {
    background: linear-gradient(to right, #10b981, #ef4444);
}

.step-status-pending[b-yn05xlqpxu] {
    color: #9ca3af;
}

.step-connector[b-yn05xlqpxu] {
    width: 3rem;
    height: 1px;
}

.step-connector-active[b-yn05xlqpxu] {
    background: linear-gradient(to right, #10b981, #9333ea);
}

.step-connector-inactive[b-yn05xlqpxu] {
    background: #e5e7eb;
}
/* Error message styles */
.error-message[b-yn05xlqpxu] {
    margin-bottom: 2.5rem;
    opacity: 0;
    transform: translateY(1rem);
    animation: slideInUp-b-yn05xlqpxu 0.7s ease-out 1.4s forwards;
}

.error-content[b-yn05xlqpxu] {
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    border-radius: 1.5rem;
    padding: 2rem;
    border: 1px solid #fecaca;
    box-shadow: 0 4px 6px -1px rgba(239, 68, 68, 0.1);
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.error-icon[b-yn05xlqpxu] {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    background: #ef4444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    animation: pulse 2s ease-in-out infinite;
}

.error-text[b-yn05xlqpxu] {
    flex: 1;
}

.error-title[b-yn05xlqpxu] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #dc2626;
    margin-bottom: 0.5rem;
}

.error-description[b-yn05xlqpxu] {
    color: #7f1d1d;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.error-actions[b-yn05xlqpxu] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
}

.btn-retry[b-yn05xlqpxu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #ef4444;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.875rem;
}

    .btn-retry:hover[b-yn05xlqpxu] {
        background: #dc2626;
        transform: translateY(-1px);
        box-shadow: 0 4px 6px -1px rgba(239, 68, 68, 0.3);
    }

.error-code[b-yn05xlqpxu] {
    font-size: 0.75rem;
    color: #991b1b;
    font-family: 'Courier New', monospace;
    background: rgba(239, 68, 68, 0.1);
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
}


/* ---- ESTILOS PERSONALIZADOS DE PLANES ---- */
.plan-card[b-yn05xlqpxu] {
    background: #fff;
    border: 2px solid #f3e5f5;
    border-radius: 1rem;
    width: 300px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plan-card:hover[b-yn05xlqpxu] {
    transform: translateY(-6px);
    border-color: #AC1EA6;
    box-shadow: 0 10px 25px rgba(172, 30, 166, 0.15);
}

.plan-precio[b-yn05xlqpxu] {
    color: #AC1EA6;
    font-size: 2rem;
    font-weight: 700;
}

.plan-iva[b-yn05xlqpxu] {
    font-size: 0.9rem;
    color: #888;
    margin-left: 4px;
}

.plan-nombre[b-yn05xlqpxu] {
    font-size: 1.2rem;
    font-weight: 500;
    color: #444;
}

.plan-features[b-yn05xlqpxu] {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5rem;
    padding: 0 1rem;
    margin: 0;
}

    .plan-features li[b-yn05xlqpxu] {
        margin-bottom: 0.4rem;
    }

.btn-plan[b-yn05xlqpxu] {
    background-color: #AC1EA6;
    border: none;
    color: white;
    font-weight: 600;
    border-radius: 8px;
    padding: 0.6rem 1.5rem;
    transition: all 0.2s ease;
}

    .btn-plan:hover[b-yn05xlqpxu] {
        background-color: #9c27b0;
        box-shadow: 0 4px 10px rgba(172, 30, 166, 0.25);
    }

@media (max-width: 768px) {
    .plan-card[b-yn05xlqpxu] {
        width: 90%;
    }

    .plan-precio[b-yn05xlqpxu] {
        font-size: 1.8rem;
    }

    .plan-nombre[b-yn05xlqpxu] {
        font-size: 1.1rem;
    }
}
/* /Pages/Servicios Adicionales/TengoPropio.razor.rz.scp.css */
.btn-borrar[b-m4b8ckj1jt] {
        padding: 10px 25px;
        font-size: 14px;
        font-weight: 300;
        border: none;
        /*background: transparent;*/
        border-radius: 5px;
        cursor: pointer;
        transition: all 0.5s;
    }
.accordion-sub-heading[b-m4b8ckj1jt] {
    font-weight: bold;
    margin: 15px 20px 10px 0;
    font-size: 18px;
    color: #4C5464;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-afklvqm2v8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-afklvqm2v8] {
    flex: 1;
}

.sidebar[b-afklvqm2v8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-afklvqm2v8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-afklvqm2v8]  a, .top-row[b-afklvqm2v8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-afklvqm2v8]  a:hover, .top-row[b-afklvqm2v8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-afklvqm2v8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-afklvqm2v8] {
        display: none;
    }

    .top-row.auth[b-afklvqm2v8] {
        justify-content: space-between;
    }

    .top-row[b-afklvqm2v8]  a, .top-row[b-afklvqm2v8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-afklvqm2v8] {
        flex-direction: row;
    }

    .sidebar[b-afklvqm2v8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-afklvqm2v8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-afklvqm2v8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-afklvqm2v8], article[b-afklvqm2v8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.banner-fijo[b-afklvqm2v8] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--bs-primary);
    color: #333;
    text-align: center;
    padding: 15px 20px;
    font-weight: bold;
    border-top: 2px solid var(--bs-primary);
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
    justify-self: anchor-center;
}

    .banner-fijo span[b-afklvqm2v8] {
        margin-right: 10px;
    }
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-x7wk1jkwb0] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-x7wk1jkwb0] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-x7wk1jkwb0] {
    font-size: 1.1rem;
}

.oi[b-x7wk1jkwb0] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-x7wk1jkwb0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-x7wk1jkwb0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-x7wk1jkwb0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-x7wk1jkwb0]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-x7wk1jkwb0]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-x7wk1jkwb0]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-x7wk1jkwb0] {
        display: none;
    }

    .collapse[b-x7wk1jkwb0] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-x7wk1jkwb0] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/SeguimientoCertficado.razor.rz.scp.css */
