@font-face {
  font-family: Sahel;

  src: url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-FD-WOL.eot');
  src: url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-FD-WOL.eot?#iefix') format('embedded-opentype'),
  url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-FD-WOL.woff') format('woff'),
  url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-FD-WOL.ttf') format('truetype');
  font-weight: normal;
}.

@font-face {
  font-family: Sahel;
  src: url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-Bold-FD-WOL.eot');
  src: url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-Bold-FD-WOL.eot?#iefix') format('embedded-opentype'),
  url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-Bold-FD-WOL.woff') format('woff'),
  url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-Bold-FD-WOL.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: Sahel;
  src: url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-Black-FD-WOL.eot');
  src: url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-Black-FD-WOL.eot?#iefix') format('embedded-opentype'),
  url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-Black-FD-WOL.woff') format('woff'),
  url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-Black-FD-WOL.ttf') format('truetype');
  font-weight: 900;
}
body {
  direction: rtl;
text-align: right;
}

a {
  color: #00B7FF;
}
a.nav-link {
  color: #ffffff;
}

a.nav-link:hover {
  color: #18b7bb;

}
a.btn{
  background-color: #dfe0e1;
}
.btn-quiz{
  background-color: white !important;
  border: 1px solid black !important;
  text-align: right !important;

}