/**
* Template Name: NiceAdmin - v2.4.1
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  color: #444444;
}

a {
  color: #a6a6a6;
  text-decoration: none;
}

a:hover {
  color: #a6a6a6;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,a {
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  /* margin-top: 60px;
  padding-top: 15px; */
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}
/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.login{
  padding: 0;
  margin-top: 35px;
}
.login .row{
  height: 850px;
}
.login .login-info{
  overflow: hidden;
  padding: 0;
  background-image: url('../img/meeting.jpg');
  background-size: cover;
  background-position: bottom;
  background-color: rgba(0, 0, 0, 0.73); /* Fondo con transparencia */
  border-radius: 15px; /* Bordes redondeados */
  box-shadow: 0 0 20px rgba(33, 33, 33, 0.5); /* Sombra */
  margin-right: 20px;
}

.login .login-info .login-info__back{
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.login .login-info .login-info__social{
  display: flex;
  justify-content: center;
  margin-top: 20px; /* Espacio superior */
  position: relative;
  top: 20%;
  left: 90%;
  color: #fff;
  font-size: 30px;
  width: 83px;
  height: 300px;
  background-image: linear-gradient(180deg, #ff9a23, #fec938);
}
.login .login-info .login-info__social ol {
  margin: 0 10px; /* Espacio entre los iconos */
  color: #fff; /* Color del ícono */
  text-decoration: none;
  transition: color 0.3s ease; /* Transición suave del color */
}

.login .login-info .login-info__social ol:hover {
  color: #f8f440; /* Color al pasar el ratón sobre el ícono */
}

.login .login-info .login-info__social ol:hover ~ ol {
  color: #fff; /* Restablece el color de los otros íconos cuando se pasa el ratón */
}

.login .login-info .login-info__social ol{
  list-style: none;
  padding: 0;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;


  /* position: absolute;
  top: 10%;
  left: 38%; */
}
.login .login-info .login-info__social ol li{
  margin-bottom: 1rem;
}
/*Descripcion de Haylli Rest */
.login .login-info .login-info__desc {
  position: relative;
  top: 23%;
  left: 11%;
  color: #fff;
  font-size: 25px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  width: 75%; /* Ajusta el ancho según sea necesario */
}

.login .login-info .login-info__desc img {
  width: 100%;
  border-radius: 10px;
  display: block;
  margin-bottom: 10px;
}

.login .login-info .login-info__desc p {
  padding-left: 45px;
  margin: 0;
}


.login .form-cont{
  float: left;
  width: 40%; /* Ajusta el ancho según sea necesario */
  box-sizing: border-box;
}
.login .login-form{
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 80%;
}
.login .login-form img {
  width: 200px;
  margin-top: 30px;
  margin: 0 auto; /* Esto centrará la imagen horizontalmente */
  display: block; /* Asegura que la imagen se centre correctamente */
}

.login .login-form .form-group {
  margin-bottom: 15px;
}

.login .login-form .login-form__cont{
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}
.login .login-form .login-form__cont form{
  margin-top: 15px;
  width: 70%;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
}
.login .login-form .login-form__cont h3 {
  color: #fec938; /* Color de texto */
  margin-bottom: 15px; /* Margen en la parte inferior */
  font-size: 50px; /* Tamaño de fuente */
  text-transform: uppercase; /* Convertir el texto a mayúsculas */
  font-weight: bold; /* Peso de la fuente en negrita */
  text-align: center; /* Centrar el texto */
}

.login .login-form .login-form__cont .form-group{
  position: relative;
}
.login .login-form .login-form__cont .form-group label{
  pointer-events: none;
  /* padding-left: 30px; */
  position: absolute;
  top: -28px;
  left: 18px;
}
.login .login-form .login-form__cont .form-group input{
  border: 2px solid black;
  border-radius: 20px;
}
.login .login-form .login-form__cont .login-form__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.login .login-form .login-form__cont .login-form__links a {
  color: #000;
  text-decoration: none;
  padding-left: 20px;
  font-size: 17px;
  font-family: "Nunito", sans-serif;
}

.login .login-form .login-form__cont .login-form__links a:first-child {
  font-weight: 600;
}
.btn-primary{
  background: linear-gradient(45deg, #bbbf4bcc, #bbbf4bcc);
  border: none;
}


.btn-secondary{
  background: linear-gradient(45deg, #A6A6A6, #A6A6A6);
  border: none;
}
.login .login-form .login-form__cont .login-form__links .btn-primary {
  background-image: linear-gradient(45deg, #ff9a23, #fec938);
  width: 55%;
  height: 60px;
  border-radius: 50px;
  font-size: 20px;
  border: none;
}


.login .login-form .login-form__cont .login-form__links .btn-primary:hover {
  background-image: linear-gradient(45deg, #ff9a23, #ff6f00);
}

.login .decoration{
  height: 20%;
  background-color: #fec938;
}
@media (max-width:1024px){
  .login .form-cont{
    width: 95%;
    margin: 0 auto;
    height: 100vh;
  }
  .login .login-info {
    width: 100vw!important;
    height: 95vh;
  }
  .login .login-form img{
    width: 400px;
  }
  .login .login-form .login-form__cont h3 {
    font-size: 60px;
  }
  .form-label{
    font-size: 1rem;
  }
  .form-margin{
    margin-bottom: 3rem!important;
  }
  .login .login-form .login-form__cont .login-form__links a{
    margin: 10px;
    padding-left: 0px;
    text-align: center;
    font-size: 1.3rem;
  }
  .form-margin-login{
    margin-top: 7rem!important;
  }
  .decoration{
    display: none;
  }
  .login .login-form{
    height: 95%;
  }
}

@media (max-width:767px ){
  .login{
    max-width: 95%!important;
    margin-top: 10px;
  }
  .container.login .row .col-md-7 {
    display: none;
  }
  .login .form-cont{
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .login .login-form {
    padding: 10px;
    height: 80%;
  }
  .login .decoration{
    display: "";
  }
  .login .login-form .login-form__cont .login-form__links a{
    margin: 10px;
    padding-left: 0px;
    text-align: center;
    font-size: 1rem;
  }
  .login .login-form .login-form__cont{
    margin-top: 5px;
  }
  .form-label{
    font-size: 1rem;
  }
  .form-margin-login{
    margin-top: 1.5rem;
  }
  .login .login-form img{
    width: 250px;
  }
  .login .form-cont{
    padding-left: 50px;
    padding-right: 50px;
  }
  .form-margin{
    margin-bottom: 0.5rem!important;
  }
  .login .login-form{
    height: 90%;
  }
  .login .login-form .login-form__cont h3{
    font-size: 40px;
  }
  .login .login-info{
    display: none;
  }
  .login .login-form .login-form__cont form {
    width: 90%;
  }

}
@media (max-width:500px ){
  .login .login-cont{
    width: 90%;
  }
  .container.login .row .col-md-7 {
    display: "";
  }
  .login .login-form .login-form__cont h3{
    font-size: 30px;
  }
  .login .login-form .login-form__cont{
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .login .login-form .login-form__form{
    margin-top: 5px;
  }
  .login .login-form .login-form__cont .login-form__links {
    flex-direction: column;
  }
  .login .login-form .login-form__cont .login-form__links a{
    margin: 10px;
    padding-left: 0px;
  }
  .login .form-cont{
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-margin{
    margin-bottom: 0.5rem!important;
  }
  .login .login-form{
    height: 95%;
  }
  .login .row {
    height: 700px;
  }
  .form-margin-login{
    margin-top: 2rem!important;
  }
  .login .login-info{
    display: none;
  }
  .login .login-form .login-form__cont form {
    width: 90%;
  }
}
@media (max-width:1400px ){
  .login .login-info{
    margin-right: 15px!important;
  }
}
/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
/* .pagetitle {
  margin-bottom: 10px;
} */
.pagetitle .pagetitle-first{
  padding: 10px 30px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 154, 35, 0.8) 0%, #FEC938 99.97%, rgba(254, 201, 56, 0.00717556) 99.98%, rgba(254, 201, 56, 0) 99.99%, rgba(255, 202, 57, 0) 100%, rgba(255, 202, 57, 0) 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fdfdfd;
  margin: 10px 10px 20px 0;
  border-radius: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 400;
  color: #ffffff;
}
.pagetitle h5 {
  font-size: 18px;
  /* width: 7%; */
  margin-bottom: 0;
  font-weight: 600;
  color: #615A44;
}
.pagetitle nav{
  padding: 5px 0 1px 0;
  background-color: #0000;
  color: #0000;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: none !important;
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 700px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 15px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  margin-right: 10px;
}

.card-header{
  border-radius: 15px 15px 0 0 !important;
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
  background: rgba(255, 154, 35, 0.80);
  border-top: 50px;
  height: 65px;
}

.card-title {
  padding-top: 5px;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #F8F8F8;
  font-family: "Poppins", sans-serif;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 20px 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}
.text-right {
  padding: 10px 50px 20px 25px;
  bottom: 0;
  width: 100%;


}

.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

.btn-create {
  background: #fec938;
  padding: 5px 5px;
  border: 5px solid transparent;
  border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
  transition: border-color 0.3s ease-in-out;
  margin-top: 6px;
  &:hover{
    background: #fed35f;
  };
}
.btn-cancel {
  background: #b3b1b1;
  padding: 5px 5px;
  border: 5px solid transparent;
  border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
  transition: border-color 0.3s ease-in-out;
  margin-top: 6px;
  &:hover{
    background: #c2c0c0;
  };
  margin-right: 5px
}

.btn-search{
  background: #ffffff;
  border-color: #dadada;
}
.container-button-order{
  display: flex;
  justify-content: space-around;
  gap: 17px;
  margin: 10px 0 10px 0;
}
.btn-create-order {
  background: #fec938;
  width: 180px;
  height: 60px;
  padding: 5px 5px;
  border: 5px solid transparent;
  border-radius: 15px;
  color: #ffffff;
  font-size: 24px;
  transition: border-color 0.3s ease-in-out;
  margin-top: 6px;
  &:hover{
    background: #fed35f;
  }
}
.btn-pay-order {
  background: #ff9a23;
  width: 180px;
  height: 50px;
  font-weight: 700;
  padding: 5px 5px;
  border: 5px solid transparent;
  border-radius: 15px;
  color: #ffffff;
  font-size: 18px;
  transition: border-color 0.3s ease-in-out;
  margin-top: 6px;
  &:hover{
    background: #ffae4e;
  }
}

.no-items-message{
  font-size: 24px;
  text-align: center;
  color: red;
}
.Headlining{
  width: 100%;
  border-radius: 10px 10px 0 0;
  background: #ff9a23;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: white;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.total-amount{
  width: 100%;
  background: #ff9a23;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: white;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.no-padding {
  padding: 0 !important;
}
table thead tr.order-row{
  height: 30px;
  padding: none!important;
}
.btn-save{
  background: linear-gradient(45deg, #bbbf4bcc, #bbbf4bcc);
  color: white;
}
.table-style{
  height: 40px;
  padding-top: 3px;
}
.custom-cell-width{
  min-width: 180px;
}
/* .container-fluid{
  width: 300px;
  height: 200px;
  padding: 0;
  margin: 0;
  text-align: center;
} */
@media (max-width: 1400px) {
  .btn-create-order {
    width: 150px;
    height: 60px;
    padding: 5px 5px;
    border: 5px solid transparent;
    border-radius: 15px;
    color: #ffffff;
    font-size: 20px;
    transition: border-color 0.3s ease-in-out;
    margin-top: 6px;
  }
  .btn-cancel-order {
  background: #ffffff;
  width: 180px;
  height: 50px;
  font-weight: 700;
  color: #ff9a23;
  padding: 5px 5px;
  border: 5px solid transparent;
  border-radius: 15px;
  font-size: 24px;
  transition: border-color 0.3s ease-in-out;
  margin-top: 6px;
  &:hover{
    background: #c2c0c0;
  }
}

  .icon-order{
    display: none;
  }
}
@media (max-width: 580px) {
  #main {
    padding: 5px;
  }
  .table-responsive-md {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .btn-text{
    display: none;
  }
  .row .col-2 .btn-create {
    padding: 3px 3px;
    border: 2px solid transparent;
    margin-top: 10px;
  }
  .btn-create-order {
    width: 100px;
    height: 50px;
  }
  .btn-cancel-order {
    width: 100px;
    height: 50px;
    display: inline-block;
    text-align: center;
    position: relative;
  }

  .icon-order{
    display:flex;
    padding-left: 24px;
    font-size: 30px;
  }
  .text-right{
    padding: 20px 0 0 0;
  }
  .icon-table{
    display: none;
  }
  .container-fluid{
    font-size: 12px;
  }
}


/* Breadcrumbs */
.breadcrumb {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  color: #000;
  margin-bottom: 5px;
}
.breadcrumb .breadcrumb-list{
  margin-right: 35px;
}
.breadcrumb a {
  color: #615A44;
  font-weight: 600;
  transition: 0.3s;
}

.breadcrumb a:hover {
  font-weight: 700;
}

.breadcrumb .breadcrumb-item::before {
  color: white;
}

.breadcrumb .active {
  color: white;
  font-weight: 600;
}

/* Estilos adicionales para la sección de información */
.vent-main__info-ul {
  list-style: none;
  padding: 20; /* Elimina el relleno predeterminado de la lista */
  display: flex; /* Hace que los elementos se alineen horizontalmente */
}

/* Estilos para cada ítem de la lista */
.vent-main__info-li {
  margin-right: 1rem; /* Espaciado entre elementos de la lista */
  display: flex; /* Hace que el ícono y el texto se alineen horizontalmente */
  align-items: center; /* Centra verticalmente el texto con el ícono */
  padding: 0.5rem; /* Añade relleno alrededor del rectángulo */
  border-radius: 0.25rem; /* Redondea las esquinas del rectángulo */
}

/* Estilos para los íconos */
.vent-main__info-li i {
  margin-right: 0.5rem; /* Espaciado entre el ícono y el texto */
}

/* Estilos para los estados */
.vent-main__info-li.yellow {
  background-color: #FBEC7C40;
  width: 180px;
  height: 50px;
  border-radius: 8px 8px 0px 8px;
  border: 1px ;

}

.vent-main__info-li.gray {
  background-color: #43434333;
  width: 180px;
  height: 50px;
  border-radius: 8px 8px 0px 8px;
  border: 1px ;

}

.vent-main__info-li.red {
  background-color: #ff333f33;
  width: 180px;
  height: 50px;
  border-radius: 8px 8px 0px 8px;
  border: 1px ;

}

/**
  By Jairo
**/
.vent-main__info-li.disponible{
  background-color: #fec93880;
  width: 180px;
  height: 50px;
  border-radius: 8px 8px 0px 8px;
  border: 1px ;
}
.vent-main__info-li.ocupado{
  background-color: #A6A6A680;
  width: 180px;
  height: 50px;
  border-radius: 8px 8px 0px 8px;
  border: 1px ;
}
.vent-main__info-li.reservado{
  background-color: #0070bb80;
  width: 180px;
  height: 50px;
  border-radius: 8px 8px 0px 8px;
  border: 1px ;
}
/**/


.vent-main .vent-main__button{
  display: flex;
  justify-content: flex-end;
}
.vent-main .vent-main__button button{
  border: 0;
}
.vent-main .vent-main__button .vent-main__button-add #add-table{
  margin-right: 2rem;
  background-color: #ffffff;
  color: #7d7c7c;
  font-size: 18px;
  margin-top: 10px;
}
.vent-main .modal-content{
  font-family: "Nunito", sans-serif;
}
.vent-main .modal-content .modal-header, .vent-main .modal-content .modal-footer{
  border: none;
}
.vent-main  .modal-content .modal-header .m-title {
  color: #606060;
  font-weight: 200;
  font-size: 1.8rem;
}
.vent-main .modal-content .modal-body{
  margin-bottom: 20px;
}
.vent-main .modal-content .modal-body  label{
  font-size: 1.1rem;
  color:#606060 ;
}
.vent-main .modal-content .modal-body input{
  width: 90%;
  border-style: none;
  border-bottom: 2px solid #d4d4d4;
  outline: none;
  margin-left: 20px;
}
.vent-main .modal-content .modal-footer{
  gap: 10px;
}
.vent-main .modal-content .modal-footer > button{
  font-size: 1.12rem ;
  height: 40px;
}

.vent-main .vent-main__button .vent-main__button-reserv #button-reserv{
  background-color: #6295f2;
  color: #fff;
  font-size: 18px;
  border-radius: 12%;
  padding: 10px 20px 10px 20px;
}
.vent-main .vent-main__button-reserv .modal-dialog{
  min-width: 50%;
}
.vent-main .vent-main__button-reserv .form-label span{
  font-size: 11px;
  padding: 0 7px;
}
.vent-main .vent-main__button-reserv .modal-body{
  padding: 12px 90px 10px 23px !important;
}
.vent-main .vent-main__button-reserv .modal-body .fecha-hora label{
  float: left;
}

.vent-main .vent-main__button-reserv .modal-body .form-times{
  display: flex;
}

.vent-main .container{
  margin: 25px 0;
  display: grid;
  grid-template-columns: repeat(5,2fr);
  padding: 0;
  gap: 15px;
  font-size: 20px;
}
.vent-main .new-container{
  margin: 25px;
  display: grid;
  gap: 15px;
}
.vent-main .container .container-table{
  background-color: #FBEC7C40;
  border-radius: 10px;
  height: 250;
  position: relative;
  border: 1px rgba(45, 69, 224, 0.46) solid;
  width: auto;
}
.vent-main .table__link{
  height: 75%;
  width: 95%;
  background-color: transparent;
  position: absolute;
  cursor: pointer;
  border-radius: 10px;
}
.vent-main .container .container-table .container-table__box{
  display: flex;
  flex-direction: column;
  cursor:pointer;
  height: 100%;
}
.vent-main .container .container-table .container-table__box i{
  align-self: flex-end;
  position: relative;
  top: 10px;
  right: 10px;
  color: #444444;
}
.vent-main .container .container-table .container-table__box span{
  align-self: center;
  margin-top: 16% ;
  text-align: center;
}
@media (max-width: 1024px){
  .vent-main .container{
    margin: 25px 0;
    display: grid;
    grid-template-columns: repeat(4,2fr);
    padding: 0;
    gap: 15px;
    font-size: 20px;
  }
}
@media (max-width: 820px){
  .vent-main .container{
    margin: 25px 0;
    display: grid;
    grid-template-columns: repeat(3,2fr);
    padding: 0;
    gap: 15px;
    font-size: 15px;
  }
}
@media (max-width: 630px){
  .vent-main .container{
    margin: 25px 0;
    display: grid;
    grid-template-columns: repeat(2,2fr);
    padding: 0;
    gap: 15px;
    font-size: 15px;
  }
  .vent-main__info-ul {
    list-style: none;
    padding: 0;
    display: flex;
    font-size: 12px;
  }
  .icon-table{
    display: none;
  }
  .vent-main__info-li {
    padding: 0;
  }
  .vent-main .vent-main__button .vent-main__button-add #add-table{
    font-size: 14px;
    margin-top: 0;
  }
}
/* Bordered Tabs */
/* .nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
} */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    max-width: 170px;
  }
}

.logo img {
  max-height: 100px;
  margin-right: 6px;
}

.logo span {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  /* top: 60px; */
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  background: linear-gradient(180deg, rgba(255, 154, 35, 0.8) 0%, #FEC938 99.97%, rgba(254, 201, 56, 0.00717556) 99.98%, rgba(254, 201, 56, 0) 99.99%, rgba(255, 202, 57, 0) 100%, rgba(255, 202, 57, 0) 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  /* background-image: linear-gradient(180deg, #ff9a23, #fec938 ); */
}
.sidebar .logo-rest{
  margin-bottom: 5px;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer, #header {
    margin-left: 310px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
    top: 60px;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer,
  .toggle-sidebar #header {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 2px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  /* color: #4154f1; */
  transition: 0.3;
  /* background: rgba(255, 154, 35, 0.8); */
  padding: 10px 15px;
  border-radius: 10px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  /* color: #ffffff; */
}

.image-black {
  width: 25px;
  margin-right: 10px;
}
.image-white {
  display: none;
}
a:hover .image-white {
  width: 25px;
  margin-right: 10px;
  display: inline-block;
}
a:focus .image-white {
  width: 25px;
  margin-right: 10px;
  display: inline-block;
}
a:focus .image-black  {
  display: none;
}
a:hover .image-black {
  display: none;
}

/* .sidebar-nav .nav-link.collapsed {
  color: #012970;
  background: #fff;
} */

.sidebar-nav .nav-link.collapsed i {
  color: #fff;
}

.sidebar-nav .nav-link:hover {
  color: #fff;
  background-color: rgba(255, 154, 35, 0.8);
}
.sidebar-nav .nav-link:focus {
  color: #fff;
  background-color: rgba(255, 154, 35, 0.8);
}
.sidebar-nav .nav-link:hover i{
  color: #fff;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .nav-content a:hover {
  color: white;
  background: rgba(255, 154, 35, 0.8);
  border-radius: 10px;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  transition: 0.3;
  padding: 10px 0 10px 20px;
  transition: 0.3s;
  margin-left: 25px;
  margin-top: 3px;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}


.sidebar-nav .nav-content a.active {
  color: white;
  background: rgba(255, 154, 35, 0.8);
  border-radius: 10px;
}
/* .sidebar-nav .nav-content a.active i{
  background-color: #4154f1;

} */


/**
* Template Name: NiceAdmin - v2.4.1
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  color: #444444;
}

a {
  color: #a6a6a6;
  text-decoration: none;
}

a:hover {
  color: #a6a6a6;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,a {
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  /* margin-top: 60px;
  padding-top: 15px; */
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}
/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.login{
  padding: 0;
  margin-top: 35px;
}
.login .row{
  height: 850px;
}
.login .login-info{
  overflow: hidden;
  padding: 0;
  background-image: url('../img/meeting.jpg');
  background-size: cover;
  background-position: bottom;
  background-color: rgba(0, 0, 0, 0.73); /* Fondo con transparencia */
  border-radius: 15px; /* Bordes redondeados */
  box-shadow: 0 0 20px rgba(33, 33, 33, 0.5); /* Sombra */
  margin-right: 20px;
}

.login .login-info .login-info__back{
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.login .login-info .login-info__social{
  display: flex;
  justify-content: center;
  margin-top: 20px; /* Espacio superior */
  position: relative;
  top: 20%;
  left: 90%;
  color: #fff;
  font-size: 30px;
  width: 83px;
  height: 300px;
  background-image: linear-gradient(180deg, #ff9a23, #fec938);
}
.login .login-info .login-info__social ol {
  margin: 0 10px; /* Espacio entre los iconos */
  color: #fff; /* Color del ícono */
  text-decoration: none;
  transition: color 0.3s ease; /* Transición suave del color */
}

.login .login-info .login-info__social ol:hover {
  color: #f8f440; /* Color al pasar el ratón sobre el ícono */
}

.login .login-info .login-info__social ol:hover ~ ol {
  color: #fff; /* Restablece el color de los otros íconos cuando se pasa el ratón */
}

.login .login-info .login-info__social ol{
  list-style: none;
  padding: 0;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;


  /* position: absolute;
  top: 10%;
  left: 38%; */
}
.login .login-info .login-info__social ol li{
  margin-bottom: 1rem;
}
/*Descripcion de Haylli Rest */
.login .login-info .login-info__desc {
  position: relative;
  top: 23%;
  left: 11%;
  color: #fff;
  font-size: 25px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  width: 75%; /* Ajusta el ancho según sea necesario */
}

.login .login-info .login-info__desc img {
  width: 100%;
  border-radius: 10px;
  display: block;
  margin-bottom: 10px;
}

.login .login-info .login-info__desc p {
  padding-left: 45px;
  margin: 0;
}


.login .form-cont{
  float: left;
  width: 40%; /* Ajusta el ancho según sea necesario */
  box-sizing: border-box;
}
.login .login-form{
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 80%;
}
.login .login-form img {
  width: 200px;
  margin-top: 30px;
  margin: 0 auto; /* Esto centrará la imagen horizontalmente */
  display: block; /* Asegura que la imagen se centre correctamente */
}

.login .login-form .form-group {
  margin-bottom: 15px;
}

.login .login-form .login-form__cont{
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}
.login .login-form .login-form__cont form{
  margin-top: 15px;
  width: 70%;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
}
.login .login-form .login-form__cont h3 {
  color: #fec938; /* Color de texto */
  margin-bottom: 15px; /* Margen en la parte inferior */
  font-size: 50px; /* Tamaño de fuente */
  text-transform: uppercase; /* Convertir el texto a mayúsculas */
  font-weight: bold; /* Peso de la fuente en negrita */
  text-align: center; /* Centrar el texto */
}

.login .login-form .login-form__cont .form-group{
  position: relative;
}
.login .login-form .login-form__cont .form-group label{
  pointer-events: none;
  /* padding-left: 30px; */
  position: absolute;
  top: -28px;
  left: 18px;
}
.login .login-form .login-form__cont .form-group input{
  border: 2px solid black;
  border-radius: 20px;
}
.login .login-form .login-form__cont .login-form__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.login .login-form .login-form__cont .login-form__links a {
  color: #000;
  text-decoration: none;
  padding-left: 20px;
  font-size: 17px;
  font-family: "Nunito", sans-serif;
}

.login .login-form .login-form__cont .login-form__links a:first-child {
  font-weight: 600;
}
.btn-primary{
  background: #fec938;
  border: none;
}


.btn-secondary{
  background: linear-gradient(45deg, #A6A6A6, #A6A6A6);
  border: none;
}
.login .login-form .login-form__cont .login-form__links .btn-primary {
  background-image: linear-gradient(45deg, #ff9a23, #fec938);
  width: 55%;
  height: 60px;
  border-radius: 50px;
  font-size: 20px;
  border: none;
}


.login .login-form .login-form__cont .login-form__links .btn-primary:hover {
  background-image: linear-gradient(45deg, #ff9a23, #ff6f00);
}

.login .decoration{
  height: 20%;
  background-color: #fec938;
}
@media (max-width:1024px){
  .login .form-cont{
    width: 95%;
    margin: 0 auto;
    height: 100vh;
  }
  .login .login-info {
    width: 100vw!important;
    height: 95vh;
  }
  .login .login-form img{
    width: 400px;
  }
  .login .login-form .login-form__cont h3 {
    font-size: 60px;
  }
  .form-label{
    font-size: 1rem;
  }
  .form-margin{
    margin-bottom: 3rem!important;
  }
  .login .login-form .login-form__cont .login-form__links a{
    margin: 10px;
    padding-left: 0px;
    text-align: center;
    font-size: 1.3rem;
  }
  .form-margin-login{
    margin-top: 7rem!important;
  }
  .decoration{
    display: none;
  }
  .login .login-form{
    height: 95%;
  }
}

@media (max-width:767px ){
  .login{
    max-width: 95%!important;
    margin-top: 10px;
  }
  .container.login .row .col-md-7 {
    display: none;
  }
  .login .form-cont{
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .login .login-form {
    padding: 10px;
    height: 80%;
  }
  .login .decoration{
    display: "";
  }
  .login .login-form .login-form__cont .login-form__links a{
    margin: 10px;
    padding-left: 0px;
    text-align: center;
    font-size: 1rem;
  }
  .login .login-form .login-form__cont{
    margin-top: 5px;
  }
  .form-label{
    font-size: 1rem;
  }
  .form-margin-login{
    margin-top: 1.5rem;
  }
  .login .login-form img{
    width: 250px;
  }
  .login .form-cont{
    padding-left: 50px;
    padding-right: 50px;
  }
  .form-margin{
    margin-bottom: 0.5rem!important;
  }
  .login .login-form{
    height: 90%;
  }
  .login .login-form .login-form__cont h3{
    font-size: 40px;
  }
  .login .login-info{
    display: none;
  }
  .login .login-form .login-form__cont form {
    width: 90%;
  }

}
@media (max-width:500px ){
  .login .login-cont{
    width: 90%;
  }
  .container.login .row .col-md-7 {
    display: "";
  }
  .login .login-form .login-form__cont h3{
    font-size: 30px;
  }
  .login .login-form .login-form__cont{
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .login .login-form .login-form__form{
    margin-top: 5px;
  }
  .login .login-form .login-form__cont .login-form__links {
    flex-direction: column;
  }
  .login .login-form .login-form__cont .login-form__links a{
    margin: 10px;
    padding-left: 0px;
  }
  .login .form-cont{
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-margin{
    margin-bottom: 0.5rem!important;
  }
  .login .login-form{
    height: 95%;
  }
  .login .row {
    height: 700px;
  }
  .form-margin-login{
    margin-top: 2rem!important;
  }
  .login .login-info{
    display: none;
  }
  .login .login-form .login-form__cont form {
    width: 90%;
  }
}
@media (max-width:1400px ){
  .login .login-info{
    margin-right: 15px!important;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 700px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 15px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  margin-right: 10px;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 20px 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}
.text-right {
  padding: 10px 50px 20px 25px;
  bottom: 0;
  width: 100%;


}

.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

.btn-cancel {
  background: rgba(166, 166, 166, 0.8);
  padding: 5px 5px;
  border: 5px solid transparent;
  border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
  transition: border-color 0.3s ease-in-out;
  margin-top: 6px;
}

.btn-search{
  background: #ffffff;
  border-color: #dadada;
}
.container-button-order{
  display: flex;
  justify-content: space-around;
}

.btn-cancel-order {
  background: #fff;
  width: 180px;
  height: 50px;
  padding: 5px 5px;
  font-weight: 700;
  border: 5px solid transparent;
  border-radius: 15px;
  color: #ff9a23;
  font-size: 20px;
  transition: border-color 0.3s ease-in-out;
  margin-top: 6px;
}

.no-items-message{
  font-size: 24px;
  text-align: center;
  color: red;
}


.no-padding {
  padding: 0 !important;
}
table thead tr.order-row{
  height: 30px;
  padding: none!important;
}
.btn-save{
  background: linear-gradient(45deg, #bbbf4bcc, #bbbf4bcc);
  color: white;
}
.table-style{
  height: 40px;
  padding-top: 3px;
}
.custom-cell-width{
  min-width: 180px;
}
/* .container-fluid{
  width: 300px;
  height: 200px;
  padding: 0;
  margin: 0;
  text-align: center;
} */
@media (max-width: 1400px) {

  .btn-cancel-order {
    width: 150px;
    height: 60px;
    padding: 5px 5px;
    border: 5px solid transparent;
    border-radius: 15px;
    color: #ff9a23;
    font-size: 18px;
    transition: border-color 0.3s ease-in-out;
    margin-top: 6px;
  }
  .icon-order{
    display: none;
  }
}
@media (max-width: 580px) {
  #main {
    padding: 5px;
  }
  .table-responsive-md {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .btn-text{
    display: none;
  }
  .row .col-2 .btn-create {
    padding: 3px 3px;
    border: 2px solid transparent;
    margin-top: 10px;
  }
  .btn-create-order {
    width: 100px;
    height: 50px;
  }
  .btn-cancel-order {
    width: 100px;
    height: 50px;
    display: inline-block;
    text-align: center;
    position: relative;
  }

  .icon-order{
    display:flex;
    padding-left: 24px;
    font-size: 30px;
  }
  .text-right{
    padding: 20px 0 0 0;
  }
  .icon-table{
    display: none;
  }
  .container-fluid{
    font-size: 12px;
  }
}


/* Breadcrumbs */
.breadcrumb {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  color: #000;
  margin-bottom: 5px;
}
.breadcrumb .breadcrumb-list{
  margin-right: 35px;
}
.breadcrumb a {
  color: white;
  font-weight: 600;
  transition: 0.3s;
}

.breadcrumb a:hover {
  font-weight: 700;
}

.breadcrumb .breadcrumb-item::before {
  color: black;
}

.breadcrumb .active {
  color: white;
  font-weight: 600;
}

/* Estilos adicionales para la sección de información */
.vent-main__info-ul {
  list-style: none;
  padding: 0; /* Elimina el relleno predeterminado de la lista */
  display: flex; /* Hace que los elementos se alineen horizontalmente */
}

/* Estilos para cada ítem de la lista */
.vent-main__info-li {
  margin-right: 1rem; /* Espaciado entre elementos de la lista */
  display: flex; /* Hace que el ícono y el texto se alineen horizontalmente */
  align-items: center; /* Centra verticalmente el texto con el ícono */
  padding: 0.5rem; /* Añade relleno alrededor del rectángulo */
  border-radius: 0.25rem; /* Redondea las esquinas del rectángulo */
}

/* Estilos para los íconos */
.vent-main__info-li i {
  margin-right: 0.5rem; /* Espaciado entre el ícono y el texto */
}

/* Estilos para los estados */
.vent-main__info-li.yellow {
  background-color: #FBEC7C40;
  width: 180px;
  height: 50px;
  border-radius: 8px 8px 0px 8px;
  border: 1px ;

}

.vent-main__info-li.gray {
  background-color: #43434333;
  width: 180px;
  height: 50px;
  border-radius: 8px 8px 0px 8px;
  border: 1px ;

}

.vent-main__info-li.red {
  background-color: #ff333f33;
  width: 180px;
  height: 50px;
  border-radius: 8px 8px 0px 8px;
  border: 1px ;

}


.vent-main .vent-main__button{
  display: flex;
  justify-content: flex-end;
}
.vent-main .vent-main__button button{
  border: 0;
}
.vent-main .vent-main__button .vent-main__button-add #add-table{
  margin-right: 2rem;
  background-color: #ffffff;
  color: #7d7c7c;
  font-size: 18px;
  margin-top: 10px;
}
.vent-main .modal-content{
  font-family: "Nunito", sans-serif;
}
.vent-main .modal-content .modal-header, .vent-main .modal-content .modal-footer{
  border: none;
}
.vent-main  .modal-content .modal-header .m-title {
  color: #606060;
  font-size: 1.8rem;
}
.vent-main .modal-content .modal-body{
  margin-bottom: 20px;
}
.vent-main .modal-content .modal-body  label{
  font-size: 1.1rem;
  color:#606060 ;
}
.vent-main .modal-content .modal-body input{
  width: 90%;
  border-style: none;
  border-bottom: 2px solid #d4d4d4;
  outline: none;
  margin-left: 20px;
}
.vent-main .modal-content .modal-footer{
  gap: 10px;
}
.vent-main .modal-content .modal-footer > button{
  font-size: 1.12rem ;
  height: 40px;
}

.vent-main .vent-main__button .vent-main__button-reserv #button-reserv{
  background-color: #6295f2;
  color: #fff;
  font-size: 18px;
  border-radius: 12%;
  padding: 10px 20px 10px 20px;
}
.vent-main .vent-main__button-reserv .modal-dialog{
  min-width: 50%;
}
.vent-main .vent-main__button-reserv .form-label span{
  font-size: 11px;
  padding: 0 7px;
}
.vent-main .vent-main__button-reserv .modal-body{
  padding: 12px 90px 10px 23px !important;
}
.vent-main .vent-main__button-reserv .modal-body .fecha-hora label{
  float: left;
}

.vent-main .vent-main__button-reserv .modal-body .form-times{
  display: flex;
}

.vent-main .container{
  margin: 25px 0;
  display: grid;
  grid-template-columns: repeat(5,2fr);
  padding: 0;
  gap: 15px;
  font-size: 20px;
}
.vent-main .new-container{
  margin: 25px;
  display: grid;
  gap: 15px;
}
.vent-main .container .container-table{
  background-color: #FBEC7C40;
  border-radius: 10px;
  height: 280px;
  position: relative;
  border: 1px rgba(45, 69, 224, 0.46) solid;
  width: auto;
}

.vent-main .container .container-table .container-table__box{
  display: flex;
  flex-direction: column;
  cursor:pointer;
  height: 100%;
}
.vent-main .container .container-table .container-table__box i{
  align-self: flex-end;
  position: relative;
  top: 10px;
  right: 10px;
  color: #444444;
}
.vent-main .container .container-table .container-table__box span{
  align-self: center;
  margin-top: 16% ;
  text-align: center;
}
@media (max-width: 1024px){
  .vent-main .container{
    margin: 25px 0;
    display: grid;
    grid-template-columns: repeat(4,2fr);
    padding: 0;
    gap: 15px;
    font-size: 20px;
  }
}
@media (max-width: 820px){
  .vent-main .container{
    margin: 25px 0;
    display: grid;
    grid-template-columns: repeat(3,2fr);
    padding: 0;
    gap: 15px;
    font-size: 15px;
  }
}
@media (max-width: 630px){
  .vent-main .container{
    margin: 25px 0;
    display: grid;
    grid-template-columns: repeat(2,2fr);
    padding: 0;
    gap: 15px;
    font-size: 15px;
  }
  .vent-main__info-ul {
    list-style: none;
    padding: 0;
    display: flex;
    font-size: 12px;
  }
  .icon-table{
    display: none;
  }
  .vent-main__info-li {
    padding: 0;
  }
  .vent-main .vent-main__button .vent-main__button-add #add-table{
    font-size: 14px;
    margin-top: 0;
  }
}
/* Bordered Tabs */
/* .nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
} */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    max-width: 170px;
  }
}

.logo img {
  max-height: 100px;
  margin-right: 6px;
}

.logo span {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  /* top: 60px; */
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #f6e6bb
  /* background-image: linear-gradient(180deg, #ff9a23, #fec938 ); */
}
.sidebar .logo-rest{
  margin-bottom: 5px;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer, #header {
    margin-left: 310px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
    top: 60px;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer,
  .toggle-sidebar #header {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 2px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  /* color: #4154f1; */
  transition: 0.3;
  /* background: rgba(255, 154, 35, 0.8); */
  padding: 10px 15px;
  border-radius: 10px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  /* color: #ffffff; */
}

.image-black {
  width: 25px;
  margin-right: 10px;
}
.image-white {
  display: none;
}
a:hover .image-white {
  width: 25px;
  margin-right: 10px;
  display: inline-block;
}
a:focus .image-white {
  width: 25px;
  margin-right: 10px;
  display: inline-block;
}
a:focus .image-black  {
  display: none;
}
a:hover .image-black {
  display: none;
}

/* .sidebar-nav .nav-link.collapsed {
  color: #012970;
  background: #fff;
} */

.sidebar-nav .nav-link.collapsed i {
  color: #fff;
}

.sidebar-nav .nav-link:hover {
  color: #fff;
  background-color: rgba(202, 120, 26, 0.8);
}
.sidebar-nav .nav-link:focus {
  color: #fff;
  background-color: rgba(202, 120, 26, 0.8);
}
.sidebar-nav .nav-link:hover i{
  color: #fff;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .nav-content a:hover {
  color: white;
  background: rgba(202, 120, 26, 0.8);
  border-radius: 10px;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  transition: 0.3;
  padding: 10px 0 10px 20px;
  transition: 0.3s;
  margin-left: 25px;
  margin-top: 3px;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}


.sidebar-nav .nav-content a.active {
  color: white;
  background: rgba(255, 154, 35, 0.8);
  border-radius: 10px;
}
/* .sidebar-nav .nav-content a.active i{
  background-color: #4154f1;

} */

/* Elimina el tipo de fuente predeterminado */
.mat-typography {
  font-family: inherit; /* o font-family: unset; o font-family: initial; para restablecer la herencia de la fuente */
  font-size: initial;
}
.mat-dialog-container {
  border-radius: 20px !important;
  height: auto !important;
  overflow: auto;
}
