.navbar.navbar-expand {
  margin-left: 0;
  position: fixed;
  z-index: 1;
  width: 100%;
}


.container-fluid {
  padding-left: 18rem;
  margin-top: 1rem;
  transition: padding-left 0.3s ease;
  /* Transición suave */
  margin-top: 5.5rem;
}

.sidebar-toggled .container-fluid {
  padding-left: 11rem;
  /* Cambio de padding al activar sidebar-toggled */
}

@media (max-width: 768px) {

  .sidebar-toggled .container-fluid,
  .container-fluid {
    padding-left: 1.5rem;
  }
}

/*estilo deñ scroll del navegador*/
#accordionSidebar::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar {
  width: 12px;
}

#accordionSidebar::-webkit-scrollbar-thumb {
  background-color: #e74a3b;
  border-radius: 50rem;
  border-left: 2px solid #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #4e73df;
  border-radius: 50rem;
  border-left: 2px solid #f5f5f5;
}

/*fin*/

.card-outline {
  border-top: 3px solid #007bff;
  box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
}

.card-outline .btn:focus {
  box-shadow: none
}

.card-outline .card-header {
  background-color: white;
}

/*rediseño a la libreria select2*/
.select2-container--default .select2-selection--single {
  height: calc(1.5em + 0.75em + 2px) !important;
  padding: 0.275rem 0.75rem !important;
  border: 1px solid #d1d3e2 !important;
  border-radius: 0.35rem !important;
}

/*estilos del login*/
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}

.background-presentation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/logo.png');
  background-color: #ffffff;
  /* Ruta de tu imagen de fondo inicial */
  background-position: center;
  transition: opacity 1s ease-in-out;
  background-repeat: no-repeat;
  /* Transición de opacidad para la imagen */
  z-index: 1;
}


.background-image {
  /*imagen autogenerada en adobe con ia */
  background-image: url('../img/repartidora.jpg');
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}


.login-container {
  margin-top: 20%;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  /* Fondo semi-transparente para mejorar la legibilidad */
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.background-logo,
.background-logo-white,
.avatar_logo {
  background-size: contain;
  margin: auto;
  height: 100px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.background-logo {
  background-image: url('../img/logo.png');
}

.background-logo-white {
  background-image: url('../img/logo_white.png');
}

.avatar_logo {
  background-image: url('../img/user.png');
}

.login-container input[type="text"],
.login-container input[type="password"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}

.login-container button {
  width: 100%;
  padding: 10px;
  background-color: #ff0000cd;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.login-container button:hover {
  background-color: #8e0404;
}


@media (max-width: 400px) {
  .background-logo {
    height: 70px;
    width: 250px;
  }
}

@media (max-width: 250px) {
  .background-logo {
    height: 50px;
    width: 150px;
  }
}




/*modo oscuro*/

.dark-mode {
  background-color: #222 !important;
  color: #fff !important;
}

.dark-mode-white {
  background-color: #4b4848 !important;
  color: #fff !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline: none;
  /* Desactiva el contorno visible en el enfoque */
}

.input-group-addon {
  padding: 8px 12px;
  font-weight: 400;
  text-align: center;
  font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background-color: #fff;
  color: #7a878e;
  border-radius: 3px;
  min-width: 45px;
}

/*desactiva diseño para lo numeros quitando las flechas*/
.cajaNumerico {
  -moz-appearance: textfield;
}

.cajaNumerico::-webkit-inner-spin-button {
  display: none;
}

/*diseño de (?)*/
.help-icon {
  position: relative;
  display: inline-block;
  font-size: 9px;
  font-weight: bold;
  color: white;
  background-color: #3498db;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(52, 152, 219, 0.5);
  transition: box-shadow 0.3s ease;
  margin: auto 0 0.3rem 0.2rem;
}

.help-icon:hover {
  box-shadow: 0 0 40px rgba(52, 152, 219, 1);
}

table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_asc:before {
  display: none !important;
}

/*incio:diseño de toast pdf*/

#liveToast .toast-body {
  background-color: #f5f5f5;
}

.clic-download {
  font-size: large;
  border: 3px solid red;
  padding: 0.6rem;
  color: red;
  border-radius: 50%;
}

.clic-download:hover {
  box-shadow: 0px 0px 6px 4px #e74a3b96;
  cursor: pointer;
}

#toast-container-desing {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1050;
  /* Asegúrate de que el contenedor de los toasts tenga un z-index alto */
  margin-bottom: 10px;
  /* Un pequeño margen entre los toasts */
}

.toast {
  margin-bottom: 10px;
}

/*fin:diseño de toast pdf*/

/*inicio:diseño de filtro sucursal*/
#listadosucursales {
  overflow-y: auto;
  height: 400px;
  position: relative;
  background-color: #f9f9f9;
}

#listadosucursales .vacio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: bold;
  pointer-events: none;
}

/*fin:diseño de filtro sucursal*/

/*inicio:colores para botones*/
.btn-excel {
  color: #fff;
  background-color: #008000;
  border-color: #008000;
}

.btn-excel:hover {
  color: #fff;
  background-color: #268f26;
  border-color: #268f26;
}

.btn-excel:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 38, 0.58);
}

.btn-liberar {
  color: #fff;
  background-color: #FFB84D;
  border-color: #FFB84D;
}

.btn-liberar:hover {
  color: #fff;
  background-color: #e89518;
  border-color: #FFB84D;
}

.btn-liberar:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgb(233, 191, 129);
}

.btn-outline-liberar {
  color: #e89518;
  border-color: #FFB84D;
}

.btn-outline-liberar:hover {
  color: #fff;
  background-color: #e89518;
  border-color: #e89518;
}

/*fin:colores para botones*/

.fila-seleccionada {
  background-color: #f8d7da !important;
  /* rojo clarito */
  color: #721c24 !important;
  /* texto oscuro */
}

#tablaArticuloGeneral_filter label,
#tablaMarca_filter label,
#tablaGrupo_filter label,
#tablaUbicacion_filter label,
#tablaControlIngreso_filter label,
#tablaControlSalida_filter label,
#tablaGuiaRemision_filter label,
#tablaCliente_filter label
{
  display: none;
}