#rrp-popup {
  display:flex;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background:rgba(0,0,0,0.55);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.rrp-popup-inner {
  position: relative;
  background: #10172A;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  color: #fff;
  max-width: 480px;
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
.rrp-image{
  max-width: 100px; 
  margin-bottom: 15px;
}

.rrp-popup-inner .rrp-heading {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.rrp-popup-inner p, .rrp-message {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#rrp-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 40px;
  cursor: pointer;
  color: #ffffff;
  height: 30px;
  width: 30px;
  text-align: center;
  padding: 0;
  line-height: 24px;
}