﻿@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, #FF4747, #FF6F9B, #FFCC92); }

.front .title {
  color: #041a30; }

.front .text {
  color: #2d4261; }

.front .follow-old-pay {
  color: #f04e37; }

.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: #f04e37; }

.ok, .continue, .pay-identity-btn, .print, .search, .pay-id-print {
  background-color: #f04e37;
  color: white; }
  .ok:hover, .continue:hover, .pay-identity-btn:hover, .print:hover, .search:hover, .pay-id-print:hover {
    background-color: GetColor(#f04e37, 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); }
