.privacy-link{
  cursor: pointer;
  text-decoration: underline;
  color: #A45CEC
;
}
.privacy-link:hover{
  text-decoration: underline;
}
.privacy-icon{
  width: 25px;
}

/* Link  Modal css */
.gpc-modal{
  display: none;
  position: fixed;
  z-index: 99999;
  padding: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.gpc-modal::-webkit-scrollbar {
    width: 5px;
}
/* Modal Content */
.gpc-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 15px;
}
/* The Close Button */
.gpc-close {
  cursor: pointer;
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.gpc-close:hover,
.gpc-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.gpc-frame{
  height:600px;
  width:100%;
  border: 0;
  border-radius: 12px;
  overflow: scroll;
}