
.check-report{
   padding-left: 20px;
   position: relative;
   display: inline-block;   
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;    
}


.check-report input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.historyBox{
  border-color: rgb(232, 233, 235);
  border-width: 4px;
  background-color: #f3f8fd;
}

.fieldsBox{
  border-color: rgb(232, 233, 235);
  border-width: 4px;
  background-color: #f3f8fd;
}

.tableBg{
  background-color: #f3f8fd;
}

.modal-xl {
  width: 90%; /* Cambia el tamaño del modal ajustando el valor de width según tus necesidades */
  max-width: 1200px; /* Establece un máximo de ancho para el modal */
}

.modal-ai-background{
  background-image: url('/assets/img/Fondo.jpg');
  background-size: cover; 
  color:white;
}

.applyBtn  {
  width: 104px !important;
}