.popUpDisplay {
  display: none;
  position: fixed;
  border: none;
  width: auto;
  height: auto;
  right: 30px;
  top: 50px;
  z-index: 1001;
}

.popUpTitle {
  background-color: #1d255f;
 
  height: 40px;
  width: 100%;
}
.popUpTitle > h6 {
  display: inline-block;
  color: #fff;
  padding: 0;
  margin: 10px 15px 0;
}

.popUpTitle img {
  float: right;
  margin-right: 3px;
  margin-top: 5px;
}

.data {
  background-color: #1d255f;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: auto;
  overflow: hidden;
  font-size: 14px;
  padding: 8px 15px;
  width: auto;
}
