#background-loading{
  position:absolute;
  z-index: 999 !important;
  width: 100%;
  height: 100%;
  top:0px;
  left: 0px;
  background-color: #03009b;
  opacity: 0.2;
  display: none;
}
#container-loading{
  display: none;
}
#background-item{
  position: absolute;
  display: grid;
  place-items: center;
  z-index: 9999 !important;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#loading {
  height: 230px;
  width: 300px;
  text-align: center;
  padding: 10px;
  background-color: white;
  border-radius: 20px;
  }
  #loading a{
    display: block;
    margin-left:200px;
    font-size: 10pt;
    text-decoration: none;
    color:rgb(146, 146, 146);
    font-weight: bold;
  }
  #loading img{
    display: block;
    margin: auto;
  }
  #loading a:hover{
    color:black;
    cursor: pointer;
  }
  #loading span{
    color:#13C1FF;
    text-align: center;
    font-size: 14pt;
  }

  .card-caregivers {
    background-color: #f2f2f2;
    border-radius: 10px;
    width: 380px !important;
    height: 600px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 5px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .card-caregivers h2 {
      font-family: helvetica;
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .card-caregivers p {
      font-family: helvetica;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  
  .card-caregivers img {
    width: 70%;
    height: auto;
    margin-bottom: 20px;
  }

  .card-caregivers td{
    padding: 10px;
  }