body {
  font-family: "Open Sans", sans-serif;
}

.gj-datepicker-bootstrap [role="right-icon"] button {
  border: none !important;
}

.bi-check-all {
  font-size: 20px;
}

/*Inicio del loader */
#loader-out {
  background-color: #cecece;
  opacity: 0.5;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000000;
}

#loader-container {
  width: 150px;
  height: 150px;
  color: white;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  border: 5px solid #cecece;
  border-radius: 50%;
  -webkit-animation: borderScale 1s infinite ease-in-out;
  animation: borderScale 1s infinite ease-in-out;
}

#loading-text {
  color: #222;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

@-webkit-keyframes borderScale {
  0% {
    border: 5px solid white;
  }

  50% {
    border: 25px solid #08b324;
  }

  100% {
    border: 5px solid white;
  }
}

@keyframes borderScale {
  0% {
    border: 5px solid white;
  }

  50% {
    border: 25px solid #08b324;
  }

  100% {
    border: 5px solid white;
  }
}

/*Fin del loader*/

.bi-arrow-left-circle:hover {
  color: #222;
}

.font_sise_17 {
  font-size: 17px;
}

.menu-vertical .app-brand {
  padding-left: 15px !important;
}

.btnMovil {
  display: flex;
  justify-content: flex-end;
  text-align: end;
  background-color: #fff;
}

.bx-menu {
  background-color: #08b324 !important;
  color: #fff;
  padding: 10px 10px;
  border-radius: 50%;
}

.menu-vertical,
.menu-vertical .menu-block,
.menu-vertical .menu-inner>.menu-item,
.menu-vertical .menu-inner>.menu-header {
  width: 20.25rem !important;
}

.noLeido {
  color: #272e37;
  font-weight: 600;
}

tbody tr {
  border-bottom: 1px solid #eee !important;
}

/* Dark mode - Dasher style table rows with better visibility */
[data-bs-theme="dark"] tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

tbody tr:hover {
  cursor: pointer;
}

.checkedTodos:hover {
  cursor: pointer;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  opacity: initial !important;
}

.borderCheckbox {
  cursor: pointer;
  border-color: #08b324;
  box-shadow: 0 2px 4px 0 rgba(10, 207, 10, 0.4);
}

.pagination {
  justify-content: center;
}

/*Loader para precarga en botn cargar mas consignaciones*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100000000;
  background-color: #cecece;
  opacity: 0.5;
}

.pesos {
  background-color: #08b324;
  color: #fff;
  padding: 2px;
  border-radius: 10%;
  margin-right: 10px;
}

.colorTheadTrTh {
  color: #fff !important;
}

.input_vacio {
  border-color: #dc3545 !important;
}

.input_lleno {
  border-color: #198754 !important;
}

.menu-vertical .menu-inner>.menu-item .menu-link {
  margin: 0 !important;
}

.menu-vertical,
.menu-vertical .menu-block,
.menu-vertical .menu-inner>.menu-item,
.menu-vertical .menu-inner>.menu-header {
  width: 17.25rem !important;
}

/* Reducir márgenes laterales del contenedor principal */
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

@media (min-width: 992px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 100% !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}

.menu-vertical .menu-item.active:not(.open)>.menu-link {
  font-size: 14px !important;
}

.alert-success,
.alert-danger {
  background-color: #eff6ff !important;
  color: #1e40af !important;
  border: 1px solid #bfdbfe !important;
  border-radius: 12px !important;
  padding: 1rem 1.25rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
}

.alert-success::before,
.alert-danger::before {
  content: '';
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-color: #dbeafe;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233b82f6'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.alert-danger::before {
  background-color: #fee2e2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ef4444'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z'/%3E%3C/svg%3E");
}

.alert-danger {
  background-color: #fef2f2 !important;
  color: #991b1b !important;
  border-color: #fecaca !important;
}

.mayuscula {
  text-transform: uppercase !important;
}


.btn-primary {
  background-color: #3b82f6 !important;
  border: none !important;
  /* Sombra suave con tu azul #2563eb */
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.35) !important;

}

.btn-close {
  width: auto !important;
  height: auto !important;
}

.bi-x {
  color: #222 !important;
}

.form-check-input {
  width: 1.8em !important;
  height: 1.9em !important;
}

.difference {
  padding: 5px 10px;
  font-size: 15px;
  color: #222;
}

.bi-star-fill {
  padding: 0px 10px 0px 0px;
}

#informe_general:hover {
  cursor: pointer;
  border-bottom: dotted 1px #08b324;
}

#search {
  min-width: 44% !important;
  background-color: #f3efef !important;
}

.acceso {
  line-height: 18px;
}

.form-control:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.02),
    /* Sombra interna MUY suave */
    0 0 4px rgba(102, 175, 233, 0.25) !important;
  /* Glow externo más suave */
}

.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
  border-color: #66afe9 !important;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.02),
    0 0 4px rgba(102, 175, 233, 0.25) !important;
}

/* Focus azul suave para todos los inputs */
.form-control:focus,
.form-select:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.02),
    0 0 4px rgba(102, 175, 233, 0.25) !important;
}