
.pop {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  background-color: white;
  /*! overflow: hidden; */
  justify-content: center;
  align-items: center;
}


.dialog {
  animation-name: add;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: forwards;
  background: #fff;
  font-family: roboto!important;
  width: 80%;
  height: 200px;
  border-radius: 3px;
  position: absolute;
  margin: auto 0;
  box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,0.12),0 2px 4px rgba(0,0,0,0.24);
  padding: 16px;
  color: #212121;
  max-width: 400px;
  /*! display: flex; */
  /*! justify-content: center; */
}
  h3 {
    margin: 0;
    font-size: 24px;
    height: 32px;
    line-height: 32px;
  }
  p {
    margin: 16px 0;
    font-size:16px;
    line-height:1.5;
  }
  .action-group {
    width: 85%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 16px 16px 16px;}
    button {
      float: right;
      font-family: inherit;
      background: #065FD4;
      border: none;
      color:white;
      padding:8px 20px;
      outline: none;
      cursor: pointer;
      border-radius:3px;
      font-size: 16px;
      margin-left: 8px;
}
    