body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: linear-gradient(#cc86b1, #e285bc, #f78ecfd0);
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
/*SPINER DE CARGAR*/


    /* Fondo de pantalla que cubre toda la página */
    #loader-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5); /* Semitransparente */
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999; /* Asegura que el overlay esté encima de otros elementos */
    }

    /* Spinner de color rojo */
    #colorful-spinner {
        border-top-color: #ff0000 !important; /* Rojo */
        
    }
html,
body {
    height: 100%;
    /* Asegura que el body y el html ocupen el 100% de la altura de la ventana */
    margin: 0;
    overflow: hidden;
    /* Evita que haya scroll en el body */
}

.success {
    color: #27a14b;
}

#Body_Home_Main {
    height: 100vh;
    /* Ocupa exactamente el 100% de la ventana visible */
    overflow-y: auto;
    /* Permite el scroll vertical si el contenido excede la altura */
}

#Div_Login {
    margin: 0;
    /* Elimina los márgenes predeterminados */
    padding: 0;
    /* Elimina el relleno predeterminado */
    height: 100vh;
    /* Ocupa toda la altura de la ventana */
    background-image: url('https://i0.wp.com/foodandwineespanol.com/wp-content/uploads/2019/06/Rutadeladonut.webp?fit=2560%2C1440&ssl=1');
    /* Ruta de la imagen */
    background-size: cover;
    /* Ajusta la imagen para cubrir todo el espacio */
    background-position: center;
    /* Centra la imagen */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
    overflow: hidden;
}

.Titulo_Card_Login {
    font-family: 'Dancing Script', cursive;
    color: wheat;
    font-size: xx-large;
}

.Sabor {
    color: yellow;
}

.sobre {
    color: yellow;
}

.Card_Login {

    margin-top: 15%;
    background-color: rgba(221, 21, 138, 0.884);
    /* Fondo blanco con 70% de transparencia */
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* Borde blanco con transparencia */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Sombra suave */
    border-radius: 25px;
    /* Bordes redondeados */
    padding: 20px;
    /* Espaciado interno */

    text-align: center;
    /* Centrar texto */
    font-family: Arial, sans-serif;
    color: #333;
    /* Color del texto */
}

.Card_Login button {
    margin-top: 5%;
    background-color: #640540;
    /* Azul */
    color: white;
    /* Texto blanco */
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.Card_Login input {
    box-shadow: 0 4px 6px rgba(70, 2, 61, 0.863);
    /* Sombra suave */
    border-radius: 25px;
    background-color: #d1198b;
}

.Card_Login input:not(:placeholder-shown) {
    background-color: #e41494;
}

.card button:hover {
    background-color: #e90e20;
    /* Azul más oscuro al pasar el mouse */

}

/*ME NU DE EXTRAS*/
/* Estilos de la lista */
.lista-con-iconos {
    list-style-type: none;
    /* Elimina los puntos de la lista */
    padding: 0;
    /* Elimina el padding por defecto */
}

.lista-con-iconos li {
    display: flex;
    /* Usa Flexbox para alinear el icono y el texto en línea */
    align-items: center;
    /* Centra verticalmente el contenido */
    font-size: 18px;
    /* Tamaño de fuente */
    color: black;
    /* Color de texto negro */
    margin: 10px 0;
    /* Espaciado entre los elementos */
}

.lista-con-iconos i {
    margin-right: 10px;
    /* Espacio entre el icono y el texto */
    font-size: 20px;
    /* Tamaño de los iconos */
}

/* Para mejorar el estilo visual puedes agregar un hover */
.lista-con-iconos li:hover {
    background-color: #ec0258;
    /* Fondo ligeramente gris cuando se pasa el ratón */
    cursor: pointer;
    /* Cambia el cursor a puntero */
    padding: 5px 10px;
    /* Agrega padding en hover */
    border-radius: 5px;
    /* Redondea los bordes */
}

/*MENU DE ABAJO*/
.nav_style {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85px;
    max-height: 80px;
    background-color: rgb(185, 22, 117);
    z-index: 1000;
    text-align: center;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease-in-out;
    border-top-left-radius: 1.5em;
    border-top-right-radius: 1.5em;

    display: flex;
    /* Hacemos que los elementos se dispongan en fila */
    flex-wrap: nowrap;
    /* Asegura que los elementos no se envuelvan a la siguiente línea */
    overflow-x: auto;
    /* Habilita el scroll horizontal */
    -webkit-overflow-scrolling: touch;
    /* Mejora el desplazamiento en dispositivos móviles */
}

.nav_style .col-3 {
    flex: 0 0 auto;
    /* Impide que las columnas se redimensionen */
    width: 25%;
    /* Cada columna ocupará el 25% del espacio */
}

.nav_style button {
    margin: 5px;
    /* Agrega un margen entre los botones */
}

.sabor {
    color: yellow;
    font-size: 2em;
}

.sobre {
    color: #21cf55;
    font-size: 2em;
}

.ruedas {
    color: antiquewhite;
    font-size: 2em;
}

.bt-menu-offcanvas {
    margin-right: 50%;
    height: auto;
    background-color: transparent;
    border: none;
    margin: auto;
}

.Card_Pedido {

    transition: transform 0.18s ease-in-out, box-shadow 0.18s ease-in-out;
    /* Transición más larga y fluida */
    height: 185px;
    max-height: 185px;
    color: white;
    background-color: #f6edf2ed;
    margin-top: 12%;
    border-radius: 10px;
    border: black solid 1px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.443),
        -3px -3px 10px rgba(39, 1, 1, 0.443);
}

.Card_Pedido:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.87),
        -3px -3px 10px rgba(39, 1, 1, 0.761);
    cursor: pointer;
    /* Cambia el cursor a puntero */
}

.Card_Body_Pedido {
    height: 100%;
    /* Hace que el cuerpo ocupe el espacio disponible */
    display: flex;
    /* Opcional: flex para organizar el contenido */
    flex-direction: column;
    /* Apila los elementos verticalmente */
    justify-content: space-between;
    /* Espacia los elementos */
    align-items: center;
    /* Centra los elementos horizontalmente */
    flex: 1;
    /* Ocupa el espacio disponible */
    display: flex;
    flex-direction: column;
}

.icon_Card_Pedido_Home {
    font-size: 5em;
}

.Title_Card_Pedidos {
    text-align: center;
    white-space: pre-line;
    font-size: 100%;
    margin-top: 5%;
    color: black;
    text-shadow: 0px 2px 5px rgba(149, 57, 102, 0.672);
}

.icon_second_card_pedido {
    font-size: 1.8em
}

.btn.active {
    background-color: rgba(0, 0, 0, 0.55);
    /* Azul oscuro */
    color: rgb(18, 14, 14);
    box-shadow: 0px 0px 5px rgb(122, 4, 44);
}

/*INICIOA LA SECCION DE PRODUCTOS */
.Btn_pluus {
    position: fixed;
    bottom: 100px;
    /* Más separación del borde inferior */
    right: 30px;
    /* Más separación del borde derecho */
    background-color: #d81b60;
    /* Rosa oscuro */
    color: white;
    width: 70px;
    /* Más pequeño en PC */
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    /* Sombra más pronunciada */
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
    z-index: 1;
}

.Btn_pluus:hover {
    background-color: #f48fb1;
    /* Rosa claro */
    transform: scale(1.1);
    color: black;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    /* Sombra más fuerte al pasar el mouse */
}



#ProductosOffCanvas,
#TipoProductosOffCanvas,
#ProveedoresOffCanvas,
#VentasOffCanvas,
#CuadreOffCanvas {
    height: 750px;
    background-color: #c72784;
}


#Frm_NuevoProducto label {
    color: wheat;
    text-align: start;
    font-size: 1.5em;
    text-shadow: 0px 0px 15px rgb(0, 0, 0);
    ;
}

.Frm_NuevoProducto_Class label {
    color: wheat;
    text-align: start;
    font-size: 2em;
    text-shadow: 0px 0px 15px rgb(0, 0, 0);
}

#Frm_NuevoProducto input::placeholder,
#Frm_NuevoProducto textarea::placeholder,
#Frm_NuevoProducto select::placeholder {
    color: #1b1111;
    /* Placeholder gris claro */
}

#Frm_NuevoProducto input,
#Frm_NuevoProducto textarea,
#Frm_NuevoProducto select {
    color: #333333;
    /* Texto gris oscuro */
    background-color: #FFFFFF;
    /* Fondo blanco */
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 3px rgb(255, 1, 1);
    /* Borde rojo */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    /* Sombra ligera */
    transition: all 0.3s ease-in-out;
    /* Transición suave para estados */
    border-radius: 2em 2em;
}

#Frm_NuevoProducto input:focus,
#Frm_NuevoProducto textarea:focus,
#Frm_NuevoProducto select:focus {
    outline: none;
    background-color: #F8E6EE;
    /* Fondo rosa pastel */
    border-bottom: solid 3px #F405C4;
    /* Borde rosa intenso */
    box-shadow: 0px 0px 8px rgba(244, 5, 196, 0.5);
    /* Sombra rosa */
}

#Frm_NuevoProducto input:valid,
#Frm_NuevoProducto textarea:valid,
#Frm_NuevoProducto select:valid {
    outline: none;
    border-bottom: solid 3px #08C965;
    /* Borde verde */
    box-shadow: 0px 0px 8px rgba(8, 201, 101, 0.5);
    /* Sombra verde */
}

#Frm_NuevoProducto input:invalid,
#Frm_NuevoProducto textarea:invalid,
#Frm_NuevoProducto select:invalid {
    border-bottom: solid 3px #FF0000;
    /* Borde rojo en inválido */
    box-shadow: 0px 0px 8px rgba(255, 0, 0, 0.5);
    /* Sombra roja */
}

#btn_GuardarProducto,
#Btn_GuardarTipo,
#Btn_Editar_Tipo,
#btn_EditarProducto,
#btn_GuardarProveedor,
#btn_EditarProveedor{
    margin: auto;
    position: relative;

    background-color: #f36b9b;
    /* Rosa */
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

#Btn_GuardarTipo .fill,
#Btn_Editar_Tipo .fill,
#btn_GuardarProveedor .fill,
#btn_EditarProveedor .fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #8b4f7d;
    /* Rosa oscuro */
    transition: width 0.1s linear;
    /* Transición suave */
}

#Btn_GuardarTipo.holding .fill,
#Btn_Editar_Tipo.holding .fill,
#btn_GuardarProveedor.holding .fill,
#btn_EditarProveedor.holding .fill{
    left: 0;
}

.input-group-text {
    background-color: transparent;
    color: #ffffff;
    border: none;
}

.input-group-text i {
    font-size: 1.2rem;
    /* Tamaño de los íconos */
}

/*DISEÑO A TIPO PRODUCTO*/
.icono-input {
    background-color: transparent;
    padding: 10px;
    font-size: 18px;
    color: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.list-group-item {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 12px;
    /* Esquinas redondeadas */
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
    /* Sombra en la parte de abajo */
    transition: transform 0.2s, box-shadow 0.2s;
}

.list-group-item:hover {
    background-color: #e9ecef;
    cursor: pointer;
    transform: translateY(-2px);
    /* Eleva un poco el elemento */
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
    /* Aumenta la sombra al pasar el mouse */
}

.accordion-button {
    background-color: transparent;
    border: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-header {
    padding: 0;
}

/* Estilo para el li cuando el estado es 0: fondo rojo pálido */
.bg-danger-light {
    background-color: rgba(255, 99, 71, 0.3);
    color: white;
    /* Rojo pálido */
}

/* Cuando el mouse pasa sobre el li, mostramos el botón "Habilitar" */
.bg-danger-light:hover .enable-btn {
    display: block;
}

/* Para dar el estilo de habilitado, centramos el botón */
.enable-btn {
    display: none;
    /* Oculto por defecto */
    z-index: 1;
    /* Asegura que el botón esté por encima del contenido */
}

/* Efecto al pasar el cursor: cambio de color */
.bg-danger-light:hover {
    background-color: rgba(255, 99, 71, 0.5);
    /* Rojo un poco más oscuro cuando se pasa el mouse */
}
.bg-danger-light input{
    border: none;
    color: white;
}

.seleccionado {
    border: 2px solid #d81b60 !important; /* Rosa oscuro */
    background-color: #886772 !important; /* Fondo rosado suave */
    color: black;
}
.Img_Tipo_Producto {
    width: 100%;
    height: auto;
    max-width: 300px; /* Puedes ajustar este valor según necesites */
    object-fit: cover;
    border-radius: 8px;
}
.btn_Li_Tipo{
    padding: 0.4rem 0.8rem;
    font-size: 0.875rem;
    transition: all 0.3s ease;
}

                                                                                                                        /*DISEÑO A  PRODUCTO*/   
.product-card {            
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    min-height: 272px;
    max-height: 304px;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.proveedores-card{
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    min-height: 120px;
    max-height: 284px;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.bi-provee{
    font-size: 2.5em;
    margin: auto;
}
.product-card:hover,
.proveedores-card:hover {
    transform: translateY(-5px);
}



.badge {
    font-size: 13px;
    padding: 5px 10px;
}

                                                                                      /*COMPRAS */
                                                                                       
    .card-custom {
        border: none;
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        cursor: pointer;      
    }

    .card-custom:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }

 

    .icon-circle img {
        width: 50px;
        height: 50px;
    }

    .card-title-custom {
        font-weight: 600;
        font-size: 15px;
        letter-spacing: 1px;
        color: #444;
    }

    .card-bottom-line {
        width: 40px;
        height: 4px;
        background: #ff6fa5;
        margin: 10px auto 0 auto;
        border-radius: 5px;
    }