body {
  font-family: "Open Sans", sans-serif;
  background: linear-gradient(135deg, #E3F2FD 0%, #F8F9FA 100%);
  color: #2C3E50;
  min-height: 100vh;
}

.gj-datepicker-bootstrap [role="right-icon"] button {
  border: none !important;
}
.bi-check-all {
  font-size: 20px;
}

/*Inicio del loader */
#loader-out {
  background-color: #F8F9FA;
  opacity: 0.7;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000000;
}

#loader-container {
  width: 150px;
  height: 150px;
  color: #5DADE2;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  border: 5px solid #E8F4F8;
  border-radius: 50%;
  -webkit-animation: borderScale 1s infinite ease-in-out;
  animation: borderScale 1s infinite ease-in-out;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

#loading-text {
  color: #2C3E50;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
@-webkit-keyframes borderScale {
  0% {
    border: 5px solid #E8F4F8;
  }
  50% {
    border: 25px solid #5DADE2;
  }
  100% {
    border: 5px solid #E8F4F8;
  }
}

@keyframes borderScale {
  0% {
    border: 5px solid #E8F4F8;
  }
  50% {
    border: 25px solid #5DADE2;
  }
  100% {
    border: 5px solid #E8F4F8;
  }
}
/*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: #E3F2FD !important;
  color: #5DADE2;
  padding: 10px 10px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.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;
}

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: #5DADE2;
  box-shadow: 0 2px 4px 0 rgba(93, 173, 226, 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: #82E0AA;
  color: #fff;
  padding: 2px;
  border-radius: 10%;
  margin-right: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.colorTheadTrTh {
  color: #fff !important;
}

.input_vacio {
  border-color: #dc3545 !important;
}
.input_lleno {
  border-color: #0b4752 !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;
  background: linear-gradient(135deg, #E3F2FD 0%, #F8F9FA 100%);
  color: #2C3E50;
}
.menu-vertical .menu-inner {
  background-color: #E3F2FD !important;
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 95% !important;
  }
}

.menu-vertical .menu-item.active:not(.open) > .menu-link {
  font-size: 14px !important;
}

.alert-success {
  background-color: #D4EDDA !important;
  color: #155724 !important;
  border-color: #C3E6CB;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.mayuscula {
  text-transform: uppercase !important;
}
.btn-primary {
  background-color: #5DADE2 !important;
  border: none !important;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease;
}
.btn-primary:hover {
  background-color: #48B8D0 !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 #0e2963;
}

#search {
  min-width: 44% !important;
  background-color: #F8F9FA !important;
  border: 1px solid #E9ECEF;
  border-radius: 6px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

/* Improved visualization */
.card {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border: none;
}

.table {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.table thead th {
  background-color: #5DADE2;
  color: white;
  border: none;
}

.table tbody tr:hover {
  background-color: #F8F9FA;
}

.form-control {
  border-radius: 6px;
  border: 1px solid #E9ECEF;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.form-control:focus {
  border-color: #5DADE2;
  box-shadow: 0 0 0 0.2rem rgba(93, 173, 226, 0.25);
}
