body.loading {
  overflow: hidden;
}

body.loading .modalLoading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modalLoading {
  display: none;
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*Completar en el archivo main.css del respectivo cliente*/
}
.dt-head-center{
  text-align: center;
}
.BotonDelLov {
  height: calc(2.25rem + 2px);
  padding-top: 6px;
  min-width: calc(2.25rem + 2px);
  border-radius: 8px;
  background-color: #d0d5dd;
  border-color: #d0d5dd;
}
