  .login {
    background-color: transparent; /* Ya aplicado directamente al contenedor */
  }
  
  .logo {
    width: 300px;
    height: 260px;
    margin-right: 40px;
  }
  
  .btn-style {
    background-color: #133A52;
    color: #FFFFFF;
    border-radius: 30px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* Sombra al texto */
  }


  .btn-search {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #133A52;
    height: 38px;
    margin-top: 13px;
  }


  .form-label-search {
    height: 38px;
    width: 120px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #133A52;
    color:#FFFFFF;
    padding: 10PX;
  }
  
  
  .btn-style:hover {
    background-color: #6D828A;
    color: white;
  }
  
  .btn-style:active {
    background-color: #46A2AF;
    color: white;
  }

  .img-btn {
    width: 16px;
    height: 16px;                
    margin-right: 8px;
    color: #FFFFFF;  
  }
  
  .form-control {
    height: 38px;
    border: 1px solid #6D828A;
   }
  
  /* Estilo del icono dentro del botón */
  .btn-style i,
  .btn-style svg {
    font-size: 1.2em; 
  }
  
  /* Otros estilos globales para los botones */
  .btn {
    --bs-btn-padding-x: 0;
    --bs-btn-padding-y: 0;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-border-width: 0px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0;
    background-color: var(--bs-btn-bg);
    border: none;
    border-radius: 0;
    background: #212529;
    color: #FFFFFF;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 52px;
    min-width: 180px;
    padding: 10px;
    text-align: center;
  }

  .field-container {
    margin-bottom: 0; 
  }

  .error-message {
    background-color: #E57373;
    margin: 0px;
    margin-bottom: 10px;
    padding: 4.8px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
  }


 #email-container {
  margin-top: 25px;
 }


  .details-container {
    /* margin: 2px; */
    width: 98%;
    margin-top: -16px;
    margin-left: 13px;
    padding-bottom: 15px;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
  }

  /* Estilo base para los botones del accordion */
.accordion-custom-btn {
  background-color: #133A52;
  color: #FFFFFF;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
}

.accordion-custom-btn:hover {
  background-color: #133A52;
  color: #FFFFFF;
}

.accordion-custom-btn:not(.collapsed) {
  background-color: #133A52;
  color: #FFFFFF;
} 

.table {
  margin-top: 15px;
  text-align: center;
}

.table th, .table td {
  vertical-align: middle;
}

.custom-swal-popup {
  border-radius: 10px;
  background-color: #f8f9fa;
  border: 2px solid #3085d6;
}

.custom-swal-title {
  font-size: 18px;
  color: #000;
}

.custom-swal-confirm {
  background-color: #28a745 !important;
  color: white !important;
  border-radius: 5px;
  padding: 10px 20px;
}

.custom-swal-cancel {
  background-color: #dc3545 !important;
  color: white !important;
  border-radius: 5px;
  padding: 10px 20px;
}
