<style>
/**
* @Author Accept.
* @Description CSS for ACCEPT PAYMENTS page.
* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
* It is better not to edit the contents of this page unless you know (HTML, CSS).
*
*/
#accepting-container div {display:none;}
#accepting-container div {text-align:center;}
#accepting-container {width:100%;margin:0.2rem auto;min-width:300px;min-height:100vh;}
#accepting-container .accept_error h1 {color:#e91e63;}
#accepting-container .accept_iframe iframe {border:none !important;width:100%;min-height:100vh;}
#accepting-container .accept_kiosk h1 {padding:0;color:#4caf50;}
#accepting-container .accept_kiosk p {color:#03a9f4;}
</style>
<div id="accepting-container">
<div class="accept_error">
<h1>Something went wrong, Please contact the store owner.</h1>
<code>Error code: EMPTY_SESSION</code>
</div>
<div class="accept_iframe"></div>
<div class="accept_kiosk">
<h2>Your Aman bill reference is</h2>
<h1 id="accept_kiosk_id"></h1>
To pay, Please go to the nearest Aman or Masary outlet, ask for "مدفوعات اكسبت/ Madfouaat Accept" and provide your reference number.
طريقة الدفع: رجاء التوجه إلى أقرب فرع أمان أو محل به ماكينة أمان أومصارى و أسأل عن "مدفوعات اكسبت" و أخبرهم بالرقم المرجعي
</div>
</div>