@font-face {
  font-family: 'Bahij-Regular';
  src: url('Bahij/Bahij-Palatino-Sans-Arabic-Regular-new.otf');
}
@font-face {
  font-family: 'Bahij-Bold';
  src: url('Bahij/Bahij_Palatino_Sans_Arabic-Bold-new.otf');
}
@font-face {
  font-family: 'Anjoman-Regular';
  src: url('Anjoman/AnjomanFaNum-Medium.woff');
}
@font-face {
  font-family: 'Anjoman-Bold';
  src: url('Anjoman/AnjomanFaNum-SemiBold.woff');
}
.Bahij-Regular {
  font-family: Bahij-Regular, Arial, Helvetica, sans-serif;
}
.Bahij-Bold {
  font-family: Bahij-Bold, Arial, Helvetica, sans-serif;
}
.Anjoman-Regular {
  font-family: Anjoman-Regular, Arial, Helvetica, sans-serif;
}
.Anjoman-Bold {
  font-family: Anjoman-Bold, Arial, Helvetica, sans-serif;
}
body {
  background: linear-gradient(215deg, #2B6D91, #00B0AB, #F9F871);
}
.front .title {
  color: #041a30;
}
.front .text {
  color: #2d4261;
}
.front .follow-old-pay {
  color: #2B6D91;
}
.top-bar .title {
  color: #041a30;
}
.input-row .title, .input-row .input {
  color: #041a30;
}
.accOrLoanNoContainer input {
  color: #041a30;
}
.verify-row .title {
  color: #2d4261;
}
.verify-row .text {
  color: #041a30;
}
.verify-row .text.amount, .verify-row .text.pay-id, .verify-row .text.amount-label {
  color: #2B6D91;
}
.ok, .continue, .pay-identity-btn, .print, .search, .pay-id-print {
  background-color: #2B6D91;
  color: white;
}
.ok:hover, .continue:hover, .pay-identity-btn:hover, .print:hover, .search:hover, .pay-id-print:hover {
  background-color: GetColor(#2B6D91, 0.4);
}
.cancel, .pay-id-back, .cancel-from-verify {
  background-color: #041a30;
  color: white;
}
.cancel:hover, .pay-id-back:hover, .cancel-from-verify:hover {
  background-color: GetColor(#041a30, 0.4);
}
.final-result-success .big-title, .final-result-success .text.amount {
  color: #041a30;
}
.melli_mono {
  background-image: url(../Images/melli_mono.svg);
  transition: all linear 0.2s;
}
.melli_mono:not(.disable):hover {
  background-image: url(../../../Assets/Images/melli.svg);
}
