.mpgft-white-popup {
    position: relative !important;
    background: #FFF !important;
    padding: 40px !important;
    width: auto !important;
    max-width: 500px !important;
    margin: 20px auto !important;
  }
  
  .mpgft-white-popup .mp-form-row{
    margin-bottom: 10px;
  }
  
  .mpgft-white-popup form h3{
    margin-bottom: 10px;
  }
  
  .mpgft-white-popup form input{
    width: 50%;
  }
  
  .mpgft-white-popup form input[type=submit]{
    width: 100%;
    font-size: 15px!important;
  }
  
  .mpgft-send-gift-form h3 .mpgft-loader{
    margin-left: 15px;
  }
  
  .mpgft-txn-popup {
    position: relative;
    background: #FFF;
    padding: 35px 65px;
    width: auto;
    max-width: 560px;
    margin: 20px auto;
    text-align: center;
    border-radius: 16px;
  }
  
  .mpgft-txn-mfp.mfp-close-btn-in .mfp-close {
    color: #bdbdbd;
    font-weight: normal;
    font-size: 0!important;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.96967 3.96967C4.26256 3.67678 4.73744 3.67678 5.03033 3.96967L9.00001 7.93935L12.9697 3.96967C13.2626 3.67678 13.7375 3.67678 14.0304 3.96967C14.3232 4.26256 14.3232 4.73744 14.0304 5.03033L10.0607 9.00001L14.0303 12.9696C14.3232 13.2625 14.3232 13.7374 14.0303 14.0303C13.7374 14.3232 13.2625 14.3232 12.9696 14.0303L9.00001 10.0607L5.03033 14.0304C4.73744 14.3232 4.26256 14.3232 3.96967 14.0304C3.67678 13.7375 3.67678 13.2626 3.96967 12.9697L7.93935 9.00001L3.96967 5.03033C3.67678 4.73744 3.67678 4.26256 3.96967 3.96967Z' fill='%231544C9'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    border-radius: 6px;
  }
  
  .mpgft-txn-mfp.mfp-close-btn-in .mfp-close:hover,
  .mpgft-txn-mfp.mfp-close-btn-in .mfp-close:focus {
    background: transparent;
  }
  
  .mpgft-txn-popup-icon {
    width: auto;
    margin: 5px auto;
  }
  
  .mpgft-txn-popup p {
    font-size: 21px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
  }
  
  .mpgft-txn-popup-buttons {
    margin-top: 35px;
    display: flex;
    gap: 20px;
    padding: 0 20px;
  }
  
  .mpgft-txn-popup .mepr-btn {
    border-radius: 32px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 140%;
    background: linear-gradient(90deg, #08439D 50%, #137CB3 85%);
    padding: 12px 30px 10px 30px;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .mpgft-txn-popup .mepr-btn:hover {
    background: linear-gradient(90deg, #006FAC 0%, #05BCD6 100%), #0282C9;
    text-decoration: none;
  }
  
  .mpgft-txn-popup .mepr-btn:active {
    background: #06429E;
  }
  
  .mpgft-txn-popup .mepr-btn-secondary {
    background: #FFFFFF;
    border: 1px solid #06429E;
    color: #06429E;
  }
  
  .mpgft-txn-popup .mepr-btn-secondary:hover {
    background: #FFFFFF;
  }
  
  .mpgft-txn-popup .mepr-btn-secondary:active {
    background: #F3F6FA;
  }
  