a {
  color: #000;
  /* #007bff */
  ;
}

.dark-mode a {
  color: #fff;
}

.badge {
  font-size: 80%;
  /* default is 75%   juv*/
}

.modal-open .modal {
  /* overflow-x: hidden;   */
  overflow-y: auto;
  /* DEFAULT */
}

/* CHECK THIS ▼▼ */
@media (min-width: 576px) {
  .navbar-nav>.user-menu .user-image {
    float: none;
    line-height: 10px;
    margin-right: .4rem;
    margin-top: -8px;

    @include media-breakpoint-up(sm) {
      float: none;
      margin-right: 0;
      margin-top: -8px;
      line-height: 10px;
    }
  }
}

.dark-mode .btn-success {
  color: #fff;
  background-color: #00bc8c;
  /* border-color: #00bc8c; */
  box-shadow: none;
}

.alert-warning {
  /* modif juv */
  /*   color: #1f2d3d;
  background-color: #ffc107;
  border-color: #edb100; */
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/*   LOGIN & REGISTER PAGE */
.login-logo,
.register-logo {
  /* Any properties you want to remove can be reset here */
  font-size: initial;
  font-weight: initial;
  margin-bottom: initial;
  text-align: initial;
}

/* Let this as if were Removed */
.login-page,
.register-page {
  -webkit-align-items: initial;
  -ms-flex-align: initial;
  align-items: initial;
  background-color: initial;
  display: initial;
  -webkit-flex-direction: initial;
  -ms-flex-direction: initial;
  flex-direction: initial;
  height: initial;
  -webkit-justify-content: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
}

/* CUSTOM LOGIN BACKGROUND IMAGE  */
.login-page #background_login_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../../img/plantilla/background_login_image.png);
  background-size: cover;
  overflow: hidden;
  z-index: -1;
}

/* Maybe delete ▼▼ */
.login-box,
.register-box {
  margin-left: auto;
  /* para que se centre todo */
  margin-right: auto;
}

/* CUSTOM Sweetalert IN DARK MODE for success icon */
.dark-mode .swal2-success-circular-line-left,
.dark-mode .swal2-success-circular-line-right,
.dark-mode .swal2-success-fix {
  /* display:none; */
  /* background-color:#343a40; */
  background-color: rgb(52, 58, 64) !important;
}


/* CUSTOM MODIF UPLOAD FOTO */
.my-custom-upload::-webkit-file-upload-button {
  visibility: hidden;
}

.my-custom-upload::before {
  content: 'Subir imagen';
  /* display: inline-block; */
  background: -webkit-linear-gradient(top, #1a8f1a, #1a8f1a);
  /* #f9f9f9, #e3e3e3); */
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: normal;
  /* white-space: nowrap; */
  /*  user-select: none;
  -webkit-user-select: none; */
  cursor: pointer;
  /*  text-shadow: 1px 1px #fff; */
  color: #f9f9f9;
  font-weight: 500;
  font-size: 12pt;
  box-sizing: content-box;
  width: 100%;
}

.my-custom-upload:active::before {
  background: -webkit-linear-gradient(top, #095509, #095509);
}

/*  MODO OSCURO  */
/* SWITCH BTN */
.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #51a400;
  background-color: #51a400;
  box-shadow: none;
}

.custom-control-input:focus~.custom-control-label::before {
  /* rgba(0, 123, 255, 0.25) */
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 1px #fff, 0 0 0 0.2rem rgba(81, 164, 0, 0.25);
}

/* NAVBAR */
.dark-mode #menuModulos {
  background-color: rgb(52, 58, 64) !important;
  border-bottom: 1px solid yellowgreen;
  z-index: 1034;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
}

.dark-mode .nav-link {
  color: white !important;
}

/* BTNS in dashboard-admin.php */

.dark-mode #btnMesasVerdes {
  background-color: #39ae4b !important;
  /* border-color:lime; */
}

.dark-mode #btnMesasVerdes:hover {
  background-color: #277934 !important;
  border-color: #277934;
}

/* HOVER EFFECT FOR ICON IN indicadores.php */

/* color transparente del icono */
.info-box-icon {
  color: rgba(0, 0, 0, 0.30);
  z-index: 0;
}

/* tiempo para hacer el efecto */
.info-box-icon>i {
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

/* efecto de zoom a escala 1.2 */
.info-box:hover .info-box-icon>i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* DAtatable #tablaCliente Individual column searching (text inputs) */
#tablaClientes thead input {
  width: 95%;
  padding: 3px;
  box-sizing: border-box;
}

#tablaClientes.dataTable thead th {
  border: none;
}

/* COCINA borders productos */
.notaProductoCocina {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.productoCocina {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* MODALS */

@media (max-width: 576px) {

  /* apply only to mobile view */
  .modal-body {
    /*   height: 400px; */
    /* set a fixed height for the modal body */
    /*  overflow-y: auto; */
    /* add a vertical scrollbar if the content overflows */
  }

  .modal-header {
    /*  height: 0px; */
  }
}

.modal-header, .modal-footer {
  border: 0px;
}

/* INDICADORES DASHBOARD */

.info-box-admin {
  background: linear-gradient(to bottom, #f0f0f0, #d8d8d8);
  filter: grayscale(100%);
}

/* Btns Activar Usuarios */
.btnActivar {
  width: 80%;
}