.arrowbox1 {
  position: absolute;
  padding: 20px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  border:1px solid #000;
  border-bottom:1px solid transparent;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}

.arrowbox1:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #fff;
}
.arrowbox1::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5.5px;
  border: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.2);
}

.arrowbox1 button:nth-child(2) {
  margin-right: 10px;
}
.arrowbox1 button{
  background-color: #169bd5;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 12px;
}
.arrowbox1 .popover-close{
  text-align: right;
  color: #000;
  position: absolute;
  top:-2px;
  right: 5px;
  cursor: pointer;
}
.encryption-popover-btn{
  color: #169bd5;
  cursor: pointer;
}