/*estilos especificos solo para the one*/
.bg-light {
  background-color: #2a3042 !important;
}
/* .bg-primary-subtle {
  background-color: #a2c4d9 !important;
} */
 .botonLogeo{
  color: #fff;
 }
.text-login,
.text-login h5 {
  color: #fff !important;
}
.btn-theone {
  background-color: #242424 !important;
  border: none !important;
}
/*login*/
.alertLogin {
    display: flex;
    justify-content: center;
}
.flashmsg {
  position: relative;
  z-index: 2;
  text-align: center;
  height: 100%;
  /*  position: absolute; */
  top: 0;
  width: 250px;
}
.flashmsg > div {
  width: 100%;
  display: table;
  font: normal 13px "Open Sans", sans-serif;
  line-height: 1;
  position: absolute;
  background: #fff;
  display: none;
  padding: 15px 10px;
  border-radius: 10px;
  margin: 0 10px;
}
.flashmsg .texto {
  padding: 0 5px;
  line-height: 21px;
  width: 100%;
}

.flashmsg i {
  font-size: 22px;
}

.flashmsg .logindisabled .texto {
  color: #ebb600;
}

.flashmsg .loginfailed .texto {
  color: #ca0000;
}

.flashmsg .loginsent .texto,
.bgLogin .flashmsg .loginrecovery .texto {
  color: #00bda0;
}

.error {
  border: 1px solid #ff5959 !important;
}

#datatable .odd {
  background-color: #f7f7f7 !important;
}
.table>:not(caption)>*>* {
  background-color: transparent !important;
}
.botones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}
.agregar-editar{
  display: none;
}
.agregar-editar-unidad{
  display: none;
}
.agregar-editar-tarifas{
  display: none;
}
.agregar-editar-hoteles{
  display: none;
}
.datepicker {
  z-index: 1060 !important;
}


#terminal_file {
  display: none;
}

.picture {
  width: 400px;
  aspect-ratio: 16/9;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  border: 2px dashed currentcolor;
  cursor: pointer;
  font-family: sans-serif;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  outline: none;
  overflow: hidden;
}

.picture:hover {
  color: #777;
  background: #ccc;
}

.picture:active {
  border-color: turquoise;
  color: turquoise;
  background: #eee;
}

.picture:focus {
  color: #777;
  background: #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.picture__img {
  max-width: 100%;
}

.menuReserva {
  max-width: 100%;
  background-color: #ebebeb;
  padding: 5px;
  display: flex;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin: 20px auto;
  justify-content: space-between;
  max-width: 314px;
}

.menuReserva .btn-reserva-menu{
  text-align: center;
  padding: 5px;
  min-width: 150px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500px;
}

.menuReserva .active {
  background-color: #34c38f;
  color: #fff !important;
  border-radius: 15px;
  text-align: center;
  min-width: 150px;
  padding: 5px;
  cursor: pointer;
}
.clima{
  display: block;
  position: relative;
  height: 100% !important;
  text-indent: -299rem;
  margin-top: -11px !important;
}
.currentWeather{
  font-size: 14px !important;
}
video{
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay{
  background-color: rgb(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.login-section  {
  position: relative;
  margin: 0 auto;
  z-index: 1;
/*   width: 400px; */
  max-width: 400px;
  height: 440px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  display: flex
;
  justify-content: center;
  align-items: center;
}
.login-section .form-label{
  color: #fff;
}
/* .login-section  .input-group {
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #dddddd;
  margin: 20px 0px;
}
.login-section  .input-group .icon-login {
  position: absolute;
  right: 8px;
  font-size: 1.2em;
  color: #dddddd;
  line-height: 57px;
}
.login-section .input-group input {
  width: 100%;
  height: 100%;
  background: transparent !important;
  border: none;
  outline: none;
  font-size: 1em;
  color: #dddddd;
  font-weight: 600;
  padding: 0 35px 0 5px;
}
input:-internal-autofill-selected{
  background-color: transparent !important;
} */
/* .iconover{
  position: absolute !important;
  right: 8px;
  font-size: 1.2em;
  color: #dddddd;
  line-height: 57px;
  background-color: transparent !important;
  border: 0;
  outline: none;
} */
 .auth-logo .auth-logo-dark {
  display: flex;
  justify-content: center;
 }
 .loadingGif {
  position: fixed;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  /* overflow: hidden; */
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  margin: 0;
  right:0;
}
