.kp-alert {
  display: none;
}

.kp-alert-content {
  border-radius: 24px;
  padding: 20px;
}

.kp-alert-icon {
  margin-bottom:15px; margin-top:0px; background-color:#FFEAEA; width:90px; height:90px; margin-left:auto; margin-right:auto; font-size:40px; line-height:95px; border-radius:100px;
}

.kp-alert-buttons{
  text-align: right;
}

.kp-alert-actions {
  text-align: right;
}

.kp-notice {
  display: none;
}

.kp-notice-content {
  padding: 15px;
}