/*=====================================================
                    Tipografia
======================================================*/
@font-face{
    font-family: "RobotoCondensedLight";
    src: url("../webfonts/robotocondensed-light.ttf"), 
    url("../webfonts/robotocondensed-light.eot"), 
    url("../webfonts/robotocondensed-light.woff"), 
    url("../webfonts/robotocondensed-light.woff2"), 
    url("../webfonts/robotocondensed-light.svg");
}
@font-face{
    font-family: "RobotoRegular";
    src: url("../webfonts/roboto-regular.ttf"), 
    url("../webfonts/roboto-regular.eot"), 
    url("../webfonts/roboto-regular.woff"), 
    url("../webfonts/roboto-regular.woff2"), 
    url("../webfonts/roboto-regular.svg");
}
@font-face{
    font-family: "OswaldLight";
    src: url("../webfonts/oswald-light.ttf"), 
    url("../webfonts/oswald-light.eot"), 
    url("../webfonts/oswald-light.woff"), 
    url("../webfonts/oswald-light.woff2"), 
    url("../webfonts/oswald-light.svg");
}

body,html{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "RobotoRegular";
    position: relative;
    background-color: #fff;
}

.main-container{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffece4;
    background: -webkit-linear-gradient(to right, #fff7ef, #ada69b);
    background: linear-gradient(to right, #fff7ef, #ada69b);
}

.main-container > .login,
.main-container > .hero-body{
    height: auto;
    width: 100%;
    max-width: 450px;
    min-width: 300px;
}
  /* Estilo del botón de Iniciar Sesión */
  .button.is-info.is-rounded {
    background-color: #E09145;
    border-color: #fcfcfc;
}
.button.is-info {
    background-color: #E09145;
    border-color: #fcfcfc;
}
.button.is-info.is-rounded:hover {
    background-color: #ff8c42;
    border-color: #ff8c42;
}
.button.is-info:hover {
    background-color: #ff8c42;
    border-color: #ff8c42;
}
.has-text-custom {
    color: #E09145;
}
.is-photo{
    max-width: 300px;
    height: auto;
    margin: 0 auto;
}

.text-condensedLight{ font-family: "RobotoCondensedLight"; }
.tittles{ font-family: "OswaldLight"; }
.full-width{
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;


}
.list-unstyle{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}
.img-responsive{
    width: 100%;
    height: auto;
}
.divider-menu-h{
    height: 0 !important;
    border-top: 1px solid #c9c9c9;
    width: 95% !important;
    margin: 0 auto !important;
}

.page-container{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

/*  Scrolls */
.scroll::-webkit-scrollbar{
    width: 8px;
}
.scroll::-webkit-scrollbar-thumb{
    background: rgba(102,107,122,1);
}
.scroll::-webkit-scrollbar-thumb:active,
.scroll::-webkit-scrollbar-thumb:hover{
    background: rgba(102,107,122,1);
} 
.scroll::-webkit-scrollbar-track{
    background: rgba(29, 30, 34, 1);
}
.scroll::-webkit-scrollbar-track:hover, 
.scroll::-webkit-scrollbar-track:active{
    background: rgba(29, 30, 34, 1);
}
/*=============Estilos barra superior*/
.navBar{
    background-color: #ffa552;
    text-align: center;; 
    height: 45px;
    color: black;
    position: relative;
    margin-bottom: 30px;
}

.navBar-options{
    line-height: 45px;
    height: 45px;
    padding: 0;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: space-between;
    color: black;
}

.navBar-options .fa-bars,
.navBar-options-list{
    line-height: 45px;
    height: 45px;
    margin: 0;
    padding: 0;
}

.navBar-options .fa-bars{
    width: 40px;
    left: 0;
    font-size: 23px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    outline: none;
    margin-left: 9px;
}

.navBar-options-list{
    right: 9px;
}

.navBar-options-list .noLink{
    cursor: inherit;
}

.navBar-options-list ul{
    height: 45px;
    display: flex;
    align-items: center; /* Alinea todos los elementos verticalmente en el centro */
    list-style: none; /* Elimina los puntos de la lista */
    padding: 0;
    margin: 0;
}

.navBar-options-list ul li{
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    padding: 0 7px;
    font-size: 21px;
    user-select: none;
    outline: none;
    display: flex;
    align-items: center; /* Alinea todos los elementos verticalmente en el centro */
}

.navBar-options-list ul li a,
.navBar-options-list ul li img{
    margin: 0;
    padding: 0;
    color: #FFF;
}

.navBar-options-list ul li img{
    border: 1px solid #E1E1E1;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    margin-top: 0;
    margin-bottom: 0;
}


/*=============Estilos en comun navegacion lateral y contenido pagina*/
.navLateral,
.pageContent,
.navLateral-body{
    height: 100%;
}
.navLateral,
.pageContent{
    overflow-y: auto;
}
/*=============Estilos navegacion lateral*/
.navLateral{
    width: 300px;
    border-right: 1px solid #ffffff;
    transition: all .3s ease-in-out;
    position: relative;
    background-color: #292C35;
}
.navLateral-change{
    pointer-events: none;
    opacity: 0;
    width: 0;
    border-right: none;
}
.navLateral-body{

    position: relative;
    color: white;
}
.navLateral-body-logo{
    height: 45px;
    line-height: 45px;
    color: #fff;
    width: 100%;
    font-size: 25px;
    background-color: #292C35;
}
.navLateral-body-cl,
.navLateral-body-cr{
    box-sizing: border-box;
    height: 77px;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
.navLateral-body-cl{
    width: 30%;
}
.navLateral-body-cl img{
    width: 57px;
    height: 57px;
    margin: 0 auto;
    display: block;

}
.navLateral-body-cr{
    width: 70%;
    font-family: "RobotoCondensedLight";
}
.navLateral-body-tittle-menu{
    height: 70px;
    line-height: 70px; 
    font-size:20px; 
    background-color: #292C35;
    text-align: center;
    color: #FFF;
}
.menu-principal li,
.menu-principal li a{
    display: block;
}
.menu-principal li a{
    height: 45px;
    color: #ffffff;
    position: relative;
    transition: all .3s ease-in-out;
}
.menu-principal li a:hover{
   
    background-color: #c78649;
}
.menu-principal li a div.navLateral-body-cl,
.menu-principal li a div.navLateral-body-cr{
    height: 45px;
    line-height: 45px;
}
.menu-principal li a div.navLateral-body-cl{
    text-align: center;
    font-size: 20px;
}
.btn-subMenu span.fa-chevron-down{
    position: absolute;
    top: 0;
    right: 7px;
    line-height: 45px;
    height: 45px;
    font-size: 19px;
    transition: all .3s ease-in-out;
}
.btn-subMenu + .sub-menu-options{
    transition: all .3s ease-in-out;
}
.sub-menu-options{
    height: 0;
    background-color: #F5F5F5;
    overflow-y: hidden;
    transition: all .2s ease-in-out;
}
.sub-menu-options li a{ border-left: 4px solid transparent; }
.sub-menu-options li a:hover{ border-left: 4px solid #FFF; }
.btn-subMenu-show{
    background-color: rgba(0, 0, 0, 0.1);
}
.btn-subMenu-show .navLateral-body-cl,
.btn-subMenu-show .navLateral-body-cr{
    color: #fff;
}
.btn-subMenu-show + .sub-menu-options{
    height: auto;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.1);
}

.btn-subMenu-show span.fa-chevron-down{
    transform: rotate(180deg);
}
/*Estilos encabezado de la barra lateral, online*/
.status {
    display: flex;
    align-items: center;
    margin-top: 5px; /* Ajusta este margen según sea necesario */
}

.status-dot {
    height: 10px; /* Ajusta el tamaño del punto */
    width: 10px; /* Ajusta el tamaño del punto */
    background-color: rgb(13, 187, 13); /* Color del punto */
    border-radius: 50%; /* Hace que el punto sea redondo */
    display: inline-block;
    margin-right: 5px; /* Espacio entre el punto y la palabra "Online" */
}
.status small {
    font-size: 13px; /* Tamaño de fuente más pequeño para el estado */
}
.custom-icon{
    width: 33px !important; /* Ajusta el tamaño según sea necesario */
    height: 33px !important; /* Asegura que la altura sea la misma que el ancho */
    vertical-align: middle !important; /* Alinea el icono verticalmente con el texto */
    margin-top: 0 !important;
}
.navLateral-body-cl {
    display: flex !important;
    align-items: center !important; /* Centra verticalmente los iconos dentro del contenedor */
    justify-content: center!important; /* Centra horizontalmente los iconos dentro del contenedor */
}
/*=============Estilos contenido pagina*/
.pageContent{
    width: calc(100% - 300px);
    background-color: #fff;
    transition: all .3s ease-in-out;
}
.pageContent-change{
    width: 100%;
}
/*=============Estilos detalle de venta*/
.sale-details{
    display: flex;
    justify-content: space-between;
    transition: all .3s ease-in-out;
    padding: 5px;
}
.sale-details:hover{
    background-color: rgba(0, 0, 0, 0.07);
}
/*ESTILOS TABLAS*/
.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: #ffffff;
}

.table thead th {
    background-color:#292C35; /* Color de fondo azul para encabezados */
    color: #ffffff; /* Color de texto blanco para encabezados */
}

.table tbody td {
    border: 1px solid #dbdbdb;
    vertical-align: top;
}

/*ESTILOS FORMULARIO TICKET*/
.form-container {
    max-width: 600px; /* Ajusta el valor según el ancho deseado */
    margin: 0 auto;   /* Centra el formulario */
    padding-top: 50px;
    padding-bottom: 50px;
  
}

/*ESTILOS TABLA REPORTES*/
.table-container {
    position: relative;
    max-height: 400px; /* Ajusta esta altura máxima según tus necesidades */
    overflow-y: auto;
    max-width: 100%;
    overflow-x: auto;
}

.thead-fixed {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 2; /* Asegura que esté por encima del contenido de la tabla */
}

.fixed-footer {
    position: sticky;
    bottom: 0;
    background-color: #ffffff;
    z-index: 2; /* Asegura que esté por encima del contenido de la tabla */
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1); /* Agrega una sombra para mayor claridad */
}

.fixed-footer tr {
    background-color: #ffffff;
    font-weight: bold; /* Hace que el texto en el footer sea en negrita */
}

.text-decoration-none{
    text-decoration: none;
}

/* Estilos para los círculos de la paginación */
.pagination-link {
    background-color: #FFFFFF; /* Fondo blanco para los círculos */
    color: #000000; /* Texto negro para los números de página */
    border: 1px solid #CCCCCC; /* Borde gris claro para los círculos no seleccionados */
}

/* Estilo para el círculo de la página seleccionada */
.pagination-link.is-current {
    background-color: #e79909; /* Naranja para el círculo seleccionado */
    color: #FFFFFF; /* Texto blanco dentro del círculo seleccionado */
    border: 1px solid #e79909; /* Borde naranja para el círculo seleccionado */
}

/* Estilo para el enlace de página cuando se está haciendo clic */
.pagination-link:focus,
.pagination-link:active {
    outline: none; /* Elimina el contorno predeterminado */
    border: 1px solid #e79909; /* Borde naranja al hacer clic en el enlace */
    background-color: #e79909; /* Fondo naranja al hacer clic en el enlace */
    color: #FFFFFF; /* Texto blanco al hacer clic en el enlace */
}

/* Estilos para los botones de navegación */
.pagination-previous,
.pagination-next {
    color: #000000; /* Texto negro para los botones de navegación */
    border: 1px solid #CCCCCC; /* Borde gris claro para los botones de navegación */
}

/* Estilo para los botones de navegación cuando están deshabilitados */
.pagination-previous.is-disabled,
.pagination-next.is-disabled {
    color: #D3D3D3; /* Gris claro para el texto en los botones deshabilitados */
    border: 1px solid #D3D3D3; /* Borde gris claro para los botones deshabilitados */
    cursor: not-allowed; /* Cambia el cursor cuando el botón está deshabilitado */
}

/* Estilo para los botones de navegación cuando están habilitados */
.pagination-previous:not(.is-disabled),
.pagination-next:not(.is-disabled) {
    border: 1px solid #e09509; /* Borde naranja para los botones de navegación habilitados */
}

/* Opcional: Puedes ajustar el color de los botones de navegación al pasar el ratón */
.pagination-previous:hover:not(.is-disabled),
.pagination-next:hover:not(.is-disabled) {
    background-color: #e79909; /* Fondo naranja al pasar el ratón sobre los botones de navegación */
    color: #FFFFFF; /* Texto blanco al pasar el ratón sobre los botones de navegación */
}
.modal {
    display: none; /* Asegúrate de que el modal esté oculto por defecto */
}
.modal.is-active {
    display: block; /* Muestra el modal cuando tiene la clase is-active */
}


/*ESTILOS VISTA PRODUCTOS POR CATEGORIAS*/
/* Contenedor de la columna de categorías */
.category-container {
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

/* Estilos para los botones de categoría */
.category-button {
    margin-bottom: 10px;
    border-radius: 12px;
    font-weight: bold;
    border: 2px solid #e79909;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #e79909; /* Color del texto inicial */
}

.category-button:hover {
    background-color: #e79909;
    color: #fff; /* Color del texto al pasar el mouse */
}

/* Estilo del título */
.category-container .title {
    color: #e79909;
    margin-top: 20px;
}


/* Estilos para eliminar el subrayado de las etiquetas <abbr> */
th abbr {
    text-decoration: none !important;/* Eliminar subrayado de las etiquetas <abbr> */
    border-bottom: none !important; /* Eliminar cualquier borde inferior */

}
.notification.is-info {
    background-color: #e99700; /* Color naranja */
    color: white; /* Color del texto */
}

/*=====================================================
                    Media  Queries
======================================================*/
@media (max-width: 750px){
    .navLateral{
        pointer-events: none;
        opacity: 0;
        width: 0;
        border-right: none;
    }
    .navLateral-change{
        width: 300px;
        pointer-events: auto;
        opacity: 1;
        border-right: 1px solid #E1E1E1;
    }
    .pageContent{
        width: 100%;
    }
    .pageContent-change{
       width: calc(100% - 300px);
    }
}

@media (max-width: 768px) {
    .is-fullwidth-mobile {
      width: 100%;
    }
  }
  
  @media (min-width: 769px) {
    .is-medium-desktop {
      max-width: 200px; 
    }
  }