@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Modules/Donations/Donativos.razor.rz.scp.css */
.botonRegresar[b-24z3hyelvu] {
    color: #ee1c1f;
    width:100%;
    text-align: center;
    font-size: 16px;
}

    .botonRegresar:hover[b-24z3hyelvu] {
        text-decoration: underline;
    }

    .modal[b-24z3hyelvu] {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 15px;
    }

.modal-contenido[b-24z3hyelvu] {
    background-color: #fefefe;
    margin: 10% 42%;
    padding: 15px 8px;
    border: 1px solid #888;
    border-radius: 15px;
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.notificacion_botones[b-24z3hyelvu] {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px 0;
    padding-left: 32px;
}

.notificacion_cancelar[b-24z3hyelvu] {
    background-color: #000063;
    border: 0;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 12px 50px;
    margin: 8px 0;
    width: 90%;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

    .notificacion_cancelar:hover[b-24z3hyelvu] {
        background-color: #fff;
        border: 1px solid #000063;
        color: #000063;
        text-align: center;
        border-radius: 20px;
        padding: 12px 50px;
        margin: 7.5px 0;
        width: 90%;
        font-size: 18px;
        font-weight: bold;
        transition: background-color 0.3s ease;
    }

.cerrar[b-24z3hyelvu] {
    position: relative;
    left: 160px;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
}
/* /Modules/Donations/GenerarDonativo.razor.rz.scp.css */
h1[b-v5faqleqhr], h3[b-v5faqleqhr] {
    text-decoration: none;
    text-align: center;
    color: #0a0a35;
    margin: 10px;
}

p[b-v5faqleqhr] {
    margin: 5px 0;
    color: #3b4555;
}

form[b-v5faqleqhr] {
    width: 100%;
    margin: 30px;
}

.input_beneficiario[b-v5faqleqhr] {
    width: 97%;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #cdd0d3;
    text-align: left;
}

input[b-v5faqleqhr] {
    margin: 0;
    border: none;
    text-align: center;
    padding: 5px;
}

.centrar[b-v5faqleqhr] {
    margin: auto;
}

legend[b-v5faqleqhr] {
    text-align: center;
    padding: 5px;
}

fieldset[b-v5faqleqhr] {
    width: 300px;
    box-sizing: border-box;
    height: 160px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #cdd0d3;
    display: flex;
    justify-content: center;
}


.nombre_producto[b-v5faqleqhr] {
    font-weight: bold;
    text-align: center;
    position: absolute;
}

.input_cantidad[b-v5faqleqhr] {
    z-index: 1;
    position: absolute;
    font-size: 20px;
    box-sizing: border-box;
    padding: 10px 5px;
    margin: 55px 0;
}

.flexbox[b-v5faqleqhr] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-item[b-v5faqleqhr] {
    width: 250px;
    height: 100px;
    margin: 40px 40px;
    font-size: 18px;
}

.botonProcesar[b-v5faqleqhr] {
    background-color: #ee1c1f;
    border: 0;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
}

.subtotal[b-v5faqleqhr] {
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    box-shadow: .5px .5px 20px .1px #e7e7e7;
    padding: 15px;
    width: 96%;
    margin: 60px auto;
}

.subtotal_titulo[b-v5faqleqhr] {
    margin: 10px;
    font-size: 24px;
}

.subtotal_valor[b-v5faqleqhr] {
    margin: 10px;
    font-size: 32px;
    font-weight: bold;
}

.botones[b-v5faqleqhr] {
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 60px auto;
}

.botonProcesar[b-v5faqleqhr] {
    background-color: #ee1c1f;
    border: 0;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 12px 50px;
    margin: 5px;
    width: 100%;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

    .botonProcesar:hover[b-v5faqleqhr] {
        background-color: #fff;
        border: 1px solid #ee1c1f;
        color: #ee1c1f;
        text-align: center;
        border-radius: 20px;
        padding: 12px 50px;
        margin: 4px;
        width: 100%;
        font-size: 18px;
    }

.botonCancelar[b-v5faqleqhr] {
    background-color: #000063;
    border: 0;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 12px 50px;
    margin: 5px;
    width: 100%;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

    .botonCancelar:hover[b-v5faqleqhr] {
        background-color: #fff;
        border: 1px solid #000063;
        color: #000063;
        text-align: center;
        border-radius: 20px;
        padding: 12px 50px;
        margin: 4px;
        width: 100%;
        font-size: 18px;
    }

/* Estilos para el modal */
.modal[b-v5faqleqhr] {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-contenido[b-v5faqleqhr] {
    background-color: #fefefe;
    margin: 10% 42%;
    padding: 15px 8px;
    border: 1px solid #888;
    border-radius: 15px;
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.notificacion_botones[b-v5faqleqhr] {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px 0;
    padding-left: 32px;
}

.notificacion_confirmar[b-v5faqleqhr] {
    background-color: #ee1c1f;
    box-sizing: border-box;
    border: 0;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 12px 50px;
    margin: 8px 0;
    width: 90%;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

    .notificacion_confirmar:hover[b-v5faqleqhr] {
        background-color: #fff;
        border: 1px solid #ee1c1f;
        color: #ee1c1f;
        text-align: center;
        border-radius: 20px;
        padding: 12px 50px;
        margin: 7.5px 0;
        width: 90%;
        font-size: 18px;
        transition: background-color 0.3s ease;
    }

.notificacion_cancelar[b-v5faqleqhr] {
    background-color: #000063;
    border: 0;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 12px 50px;
    margin: 8px 0;
    width: 90%;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

    .notificacion_cancelar:hover[b-v5faqleqhr] {
        background-color: #fff;
        border: 1px solid #000063;
        color: #000063;
        text-align: center;
        border-radius: 20px;
        padding: 12px 50px;
        margin: 7.5px 0;
        width: 90%;
        font-size: 18px;
        font-weight: bold;
        transition: background-color 0.3s ease;
    }

.cerrar[b-v5faqleqhr] {
    position: relative;
    bottom: 10px;
    left: 160px;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
}
/* /Modules/Donations/OrdenDonativo.razor.rz.scp.css */
.resumen[b-oxxv54j4k1] {
    display: flex;
    justify-content: space-between;
}

.botones[b-oxxv54j4k1] {
    max-width: 400px;
    display: flex;
    text-align: center;
    margin: 60px auto;
}

.regresar[b-oxxv54j4k1] {
    background-color: #ee1c1f;
    box-sizing: border-box;
    border: 0;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 12px 50px;
    margin: 8px 0;
    width: 100%;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

    .regresar:hover[b-oxxv54j4k1] {
        background-color: #fff;
        box-sizing: border-box;
        border: 1px solid #ee1c1f;
        color: #ee1c1f;
        text-align: center;
        border-radius: 20px;
        padding: 12px 50px;
        margin: 8px 0;
        width: 100%;
        font-size: 18px;
        transition: background-color 0.3s ease;
    }
