
.read-more-label {
  cursor: pointer;
  font-size: 0.75em;
  font-weight: 700;
  text-decoration: underline;
}

.read-more-label:hover {
  text-decoration: none;
}

/*
#popUpCentered {
  visibility: hidden;
  width: 650px;
  height: 700px;
  position:fixed; 
  top: calc(50% - 250px); // half of width
  left: calc(50% - 350px); // half of height
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 10px black;
  border-radius: 10px;
  transition: all 0.3s;
  }
*/


.modal {
  visibility: hidden; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  box-shadow: rgb(0 0 0 / 28%) 0px 8px 28px !important;
  border-radius: 12px;
  max-width: 780px;
}

/* The Close Button */
.close-modal {
  color: #aaaaaa;
  float: left;
  font-size: 28px;
  font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
  
  text-decoration: none;
  cursor: pointer;
  border-radius: 50% !important;
  color: rgb(34, 34, 34) !important;
}

.modal-content h4 {
  font-weight: 600;
}


.title-in-modal {

  margin-bottom: 1px;


}
