.result-card{
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  width: 50vh;
  transform: translate(-50%, -50%);
  box-shadow: 0px 3px 17px 0px #3699ff !important;
}

.white-space-nowrap{white-space: nowrap !important;}
.vertical-align-middle{vertical-align: middle !important;}

.loading-screen{background: rgba(0,0,0,0.6); position: fixed; left:0; right:0; top:0; bottom:0; z-index: 9999999999999; white-space: nowrap; text-align: center;}
.loading-screen:before{content: ""; display: inline-block; vertical-align: middle; width: 0; margin-right: -.25em; height: 100%;}
.loading-bars-container{display: inline-block; vertical-align: middle; white-space: normal; width: 100%; background: #FFF; color:#000; text-align: center; padding: 20px 0 0 0;}
.loading-bars-container p{padding: 10px 0;}

#payment-iframe{width:100%; height: 100%; background:#EFEFEF;}
#payment-iframe iframe{width:100%; height: 100%; border:none;}
.payment-iframe .mfp-content{width: 500px; height: 500px; padding: 0;}

@media(max-width: 768px){
    .payment-iframe.mfp-wrap {top: 0!important; left: 0!important; bottom: 0!important; right: 0!important;}
    .payment-iframe .mfp-container{padding:0!important;}
    .payment-iframe .mfp-content{width: 100%!important; height: 100%!important;}
}

.max-height-2500{
    max-height: 2500px;
}