.jf-c {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}

.element {
  display: inline-flex;
  align-items: center;
}

i.fa-camera {
  margin: 10px;
  cursor: pointer;
  font-size: 30px;
}

i:hover {
  opacity: 0.6;
}

input {
  display: none;
}

.avatar-size {
  height: 2.5rem !important;
  width: 2.5rem !important;
}

.btn-block-50 {
  display: block;
  width: 50%;
}

.background-image-login {
  background-image: url(../../img/background-login/Slide-home-2.jpg);
  min-height: 348.609px;
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#title-h1 {
  background-color: #19426f;
  font-weight: bold;
  font-size: 20px;
  color: white;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}

.dataTable tbody tr:hover {
  background-color: cadetblue ; /* Cambia el color de fondo al pasar el mouse por encima */
  cursor: pointer ; 
  /* Cambia el cursor del mouse a una mano (como un enlace) */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
   background-color: #3653f3 !important;

}

.scroll-table {
  overflow: auto;
}

.nowrap{
  white-space: nowrap;
 }