* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#amountToBeCollectedFromSenderText,
#processingFeeText,
#totalAmountText {
  float:right; 
  width:23%;
}
#basmati,
#basmatiAmount {
  font-size:0px;
  height: 0px;
  visibility: hidden;
  width: 0px;
}

body {
  margin: 20px;
  font-size: 14px;
  color: #555; 
  font-family: Circular,sans-serif;
  background-color: #F8F8F8;
}

#chooseAmounText {
  margin-top: 50px;
  padding-top:180px;
}

#countryDiv {
  float: left;
  width: 100%;
  height: 40px;
}

#countryFlagImg {
  float:left; 
  height:25px;
  margin-right: 15px;
  margin-top: 14px;
  width:25px; 
}

#errorOkSection {
  padding-top:10px;
  background-color: #ffa333;
  border-radius: 0 0 25px 25px;
  height: 49px;
}

h1 {
  font-size: 46px;
  font-weight: 900;
  color: #0b0033;
  line-height: 50px;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-align: center;
}

h2 {
  color: #0b0033;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-align: center;
}

h3 {
  color: #0b0033;
  font-weight: 600;
  font-size: 27px;
  line-height: 30px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

h4 {
  color: #0b0033;
  float: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  width: 33.3%;
}

h5 {
  color: #0b0033;
  float: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  width: 33.3%;
}

h6 {
  color: #0b0033;
  float: left;
  font-weight: 100;
  font-size: 12px;
  line-height: 20px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  width: 39%;
  /*border: 1px solid blue;*/
}

input, button {
  height: 35px;
  margin: 0;
  padding: 6px 12px;
  border-radius: 2px;
  font-family: inherit;
  font-size: 100%;
  color: inherit; 
}

input[disabled], button[disabled] {
  background-color: #eee; 
}

input, select {
  border: 1px solid #CCC;
  width: 100%;
}

#numeroBackgroundDiv {
  background-image: url('../Images/bg1.png');
  background-size: 100% 100%;
  background-position: right;
  height: 500px;
  background-repeat: no-repeat;
  z-index: -1;
}

#numeroDiv {
  width: 70%;
  height: 300px; /*300px*/
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: visible; /*hidden*/
  text-align: center;
  z-index: 0;
}

#okButtonImg {
  width: 50px;
  height: 50px;
}

#operatorFlagImg {
  float:left; 
  height:25px;
  margin-right: 15px;
  margin-top: 14px;
  width:25px; 
}

#otpVerificationResult {
  color: red;
  visibility: hidden;
}

#pencilLink {
  text-decoration: none;
}

#pencilLink:hover {
  color: orange;
}

#verifyOtpForm {
  height: 0px;
  visibility: hidden;
}

#convertedPrice {
  font-weight: 600;
  font-size: 27px;
  line-height: 30px;
}

#processingFeeDiv,
#ReceiverGetsDiv,
#topUpAmountVerifiedDiv,
#totalDiv {
  /*border: 1px solid blue;*/
  float: left;
  width: 100%;
  height: 0px;
  visibility: hidden;
}

#receiverDiv {
  border: 1px solid blue;
  border-radius: 25px;
  float: left;
  width: 100%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 20px;
}

#senderCurrencyPrice {
  font-weight: 600;
  font-size: 27px;
  line-height: 30px;
}

#error-msg-sender {
  color: red;
}

#valid-msg-sender {
  color: #00C900;
}

#oops_div { 
	width: 60px;
 	height: 55px;
 	margin: 0 auto;
}

#oops_div > img {
  width:60px; 
  margin-top: 20px;
}

#otpSenderInput {
  width: 206px;
}

#processing_error_div { 
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 500px;
  height: 250px;
  border: 1px solid gray; 
  box-shadow: 0px 3px 4px lightgray;
  border-radius: 25px;
  background: #ffffff;
  visibility: hidden;
}

#retryOkLink {
  text-decoration: none;
  color: white;
}

#retryOkLink:hover {
  color: black;
}

#submitSenderNumberForm {
  visibility: hidden;
  height: 0px;
}

#SummaryAmountDiv {
  width: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  visibility: hidden;
  /*border: 1px solid black;*/
}

#topupAmounts {
  overflow: scroll;
  height: 0px;
}

#verifyOtpText {
  height:0px;
  margin-top: 80px;
  visibility:hidden;
  width:0px; 
}

#wrapper {
  /*border: 1px solid blue;*/
}

#wrongOtpErrorMsg {
  height: 0px;
  visibility: hidden;
  width: 0px;
}

.iti__hide {
  display: none; }

pre {
  margin: 0 !important;
  display: inline-block; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  background: none; }

::-webkit-input-placeholder {
  color: #BBB; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #BBB;
  opacity: 1; }

:-ms-input-placeholder {
  color: #BBB; }

#result {
  margin-bottom: 100px; 
}

#startAnotherTransactionButton {
  width:100%; 
}

#startAnotherTransactionButton,
#submitFormNumber,
#submitFormSenderNumber,
#verifUserOtpButton {
  color: #FFF;
  background-color: #428BCA;
  border: 1px solid #357EBD;
}

#submitFormNumber:hover,
#submitFormSenderNumber:hover,
#verifUserOtpButton:hover {
  background-color: #3276B1;
  border-color: #285E8E;
  cursor: pointer;
}

#transactionCompletedDiv {
  text-align: center;
  visibility: hidden;
  height:0px;
}

#transactionCompletedText {
  width:100%;
}

@media screen and (max-width:1100px) {
  #SummaryAmountDiv {
    width: 70%;
  }
}

@media screen and (max-width:860px) {
  #errorOkSection {
    height: 55px;
    padding-top: 15px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 16px;
  }

  #processing_error_div { 
    width: 80%;
  }
}

@media screen and (max-width:700px) {
  #SummaryAmountDiv {
    width: 90%;
  }
}

/* Iphone 5*/
@media screen and (max-width:450px) {
  #convertedPrice,
  #senderCurrencyPrice {
    font-size: 15px;
    line-height: 10px;
  }

  #errorOkSection {
    height: 57px;
  }

  h1 {
    font-size: 18px;
    line-height: 23px;
    width: 100%;
  }

  h2 {
    font-size: 13px;
  }

  h3 {
    font-weight: 550;
    font-size: 15px;
    line-height: 20px;
  }

  h4 {
    font-size: 13px;
  }

  h5 {
    font-weight: 550px;
    font-size: 11px;
  }

  #numeroDiv {
    width: 80%;
  }

  #startAnotherTransactionButton,
  #submitFormNumber,
  #submitFormSenderNumber,
  #verifUserOtpButton {
    font-size: 11px;
  }

  #SummaryAmountDiv {
    width: 96%;
  }
}
