.payment-popup {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.2);
  text-align: center;
  z-index: 9999;
  width: 400px;
}
.payment-popup .success-icon {
  font-size: 50px;
  color: #28a745;
  margin-bottom: 15px;
}
.payment-popup h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #333;
}
.payment-popup p {
  font-size: 16px;
  color: #666;
}
.payment-popup {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.49);
    width: 100%;
    height: 100dvh;
    background-color: #00000091;
    top: 0;
    bottom: 0;
    transform: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: unset;
    left: 0;
}
.popup-content {
    max-width: 500px;
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    background: #fff;
    padding: 40px;
}
.popup_card_content {
  padding: 24px !important;
  max-width: 650px !important;
}
 
.popup_card_content table tr th {
  background: #a51c30;
  color: #fff;
}
.popup_card_content table {
  border-color: #ccc;
}
.popup_card_content table a {
  text-decoration: underline;
}