﻿/* BEGIN THEME CSS */

/* Vibhav Manjrekar 8/7/24 SLG 9047172*/
#extPmtPageFrame {
	height: 21rem;
}
#iFrameLoadingIndicator .v-center {
  top: 5rem;
}
#extPmtPageFrame.mobileExtPmtPage,
#iFrameLoadingIndicator.mobileExtPmtPage {
  height: 26rem;
}
@media only screen and (max-width: 768px) {
  #extPmtPageFrame,
  #iFrameLoadingIndicator {
    height: 26rem;
  }
}
#guestPay-content #extPmtPageFrame,
#guestPay-content #iFrameLoadingIndicator {
  height: 18rem;
}
#guestPay-content #iFrameLoadingIndicator .v-center {
  top: 5rem;
}
#guestPay-content #extPmtPageFrame.mobileExtPmtPage,
#guestPay-content #iFrameLoadingIndicator.mobileExtPmtPage {
  height: 21rem;
}
@media only screen and (max-width: 768px) {
  #guestPay-content #extPmtPageFrame,
  #guestPay-content #iFrameLoadingIndicator {
    height: 21rem;
  }
}
#guestPay-content .formbuttons {
margin-bottom: 5rem;
}
