body {
  background: #fafafa;
  font-size: 15px;
}
input,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none ! important;
}
.form-control:focus {
  border-color: unset;
  box-shadow: none;
}
.xspinner {
  width: 120px;
}

.action-icon {
  font-size: 60px;
}
.icon-yes {
  color: #0aad0a;
}
.icon-no {
  color: #ee3e21;
}

.pay-now-button-container {
  text-align: center;
}
.btn {
  border-radius: 1.4rem;
  padding-left: 20px;
  padding-right: 20px;
}
.main-container {
  width: 80%;
  border: 1px solid #ccc;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -40%;
  background: #fff7f5;
  margin-bottom: 22px;
}
.header {
  background: white;
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
}
.pg-stripe {
  background: #ef3f22;
  height: 100px;
}
.motel-pg-stripe {
  background : #0079C1;
  height: 100px;
}

.checkin-pg-stripe {
 background : #8b652f;
 height: 100px;
}
.pg-logo {
  height: 42px;
}

.pg-subhead {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  background: white;
}
.pg-cancel {
  text-align: right;
}
.pay-msg {
  margin: 0 20px;
  line-height: 30px;
  word-break: break-all;
}
.pay-msg-light {
  color: #888;
}
.txn-cancel {
  margin-right: 20px;
}

.pg-input-area {
  margin-top: 5px;
  border-top: 1px solid #ccc;
  background: white;
  padding-bottom: 10px;
  background: white;
  padding-top: 25px;

}
.pg-area-msg {
  margin-bottom: 20px;
}
.pg-area-msg p {
  padding: 0;
  margin: 0 20px;
  line-height: 30px;
  font-weight: bold;
}
.card-area {
  min-height: 100px;
  margin-bottom: 20px;
}

.pg-footer {
  background: white;

}
.pg-logo-footer {
  height: 16px;
}
.pg-in-footer {
  width: 98%;
  border-top: 1px solid #ccc;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 12px;
}
.pg-3dsecure {
}

.pg-card-type {
  border-right: 1px solid #ccc;
  text-align: right;
}
.card-container {
}
.credit-card-num {
  outline: none;
  background-image: url('/images/cards/unknown.png');
  background-repeat: no-repeat;
  background-size: 55px;
  padding-left: 70px;
  background-position: 2px;
}
.credit-card-img {
  position:absolute;
  bottom:8px;
  left:10px;
  width:10px;
  height:10px;
}
.credit-card-exp-yy {
  /*margin-left: 10px;*/
}
.credit-card-submit {
  margin-top: 15px;
}

.valid-card {
  border: 1px solid #ccc !important;
}
.invalid-card {
  border: 1px solid red !important;
}
.otp-form-grp {
  margin-bottom: 0;
  text-align: center;
}
.otp-on-bank-notif {
  font-size: 80%;
  text-align: center;
}
.card-otp-container {
  background: #fbebeb;
  border: 1px solid #fdd1d1;
  padding: 10px;
  border-radius: 5px;
}

@media only screen and (min-width: 600px) {
  .credit-card-exp-yy {
    margin-left: 10px;
  }

}

@media only screen and (max-width: 600px) {
  .credit-card-exp-yy {
    margin-top: 10px;
  }
  .poweredby-logo {
    text-align: center;
  }
  .pg-cancel {
    text-align: center;
  }
  .pg-cancel .txn-cancel {
    margin-right: 0;
  }

}
