@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/iranyekan/woff2/IRANYekanWebBold.woff2") format("woff2");
  /* FF39+,Chrome36+, Opera24+*/
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/iranyekan/woff2/IRANYekanWebRegular.woff2") format("woff2");
  /* FF39+,Chrome36+, Opera24+*/
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/iranyekan/woff2/IRANYekanWebMedium.woff2") format("woff2");
  /* FF39+,Chrome36+, Opera24+*/
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/iranyekan/woff2/IRANYekanWebMedium.woff2") format("woff2");
  /* FF39+,Chrome36+, Opera24+*/
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/iranyekan/woff2/IRANYekanWebExtraBold.woff2")
    format("woff2");
  /* FF39+,Chrome36+, Opera24+*/
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/iranyekan/woff2/IRANYekanWebBlack.woff2") format("woff2");
  /* FF39+,Chrome36+, Opera24+*/
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 1000;
  src: url("../fonts/iranyekan/woff2/iranyekanwebextrablack.woff2")
    format("woff2");
  /* FF39+,Chrome36+, Opera24+*/
}

body {
  font-family: iranyekan;
}
a {
  text-decoration: none !important;
  transform: all 0.3s;
  cursor: pointer;
}
a:hover {
  color: #cc9f18 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
label,
input,
td,
.h4,
.card-header,
.card-body,
.text-muted,
.alert,
.btn,
th{
  font-family: iranyekan;
}
.btn{
  font-family: iranyekan !important;
}
th {
  font-family: iranyekan !important;
}
.btn {
  border-radius: 20px !important;
}
.font-bold {
  font-weight: 700;
}
.primary-txt {
  color: #449b82;
}
.primary-bg {
  background-color: #449b82;
}
.btn-primary {
  color: #fff !important;
  background-color: #449b82 !important;
  border-color: #449b82 !important;
  font-family: iranyekan !important;
  height: 46px;
}
.gray-bg {
  background-color: #6b7280;
}
.gray-txt {
  color: #6b7280;
}
.white-txt {
  color: #fff;
}
.text-green {
  color: #62cfc3;
}
.main {
  min-height: 100vh;
}
input , select {
  border-color: #449b82 !important;
  font-family: iranyekan !important;
  height: 46px;
  border-radius: 20px !important;
}
form {
  min-width: 330px !important;
}
.forget-links {
  margin-top: 50px;
}
.forget-links a {
  color: #449b82;
}
.forget-links p {
  color: #fff;
}
.shap {
  position: absolute;
}
.shap2 {
  top: 0;
}
.shap1 {
  bottom: 0;
  right: 0;
}
.shap4 {
  top: 0;
  left: 0;
}
.shap3 {
  bottom: 0;
  right: 45%;
}
.item-content {
  color: #000;
}
.navbar-nav {
  display: -webkit-box !important;
  padding: 0 2rem;
}
.navbar {
  border-bottom: #d1d5db solid 1px;
  height: 88px;
  padding: 0 2rem;
}
.nav-link {
  font-size: 16px !important;
  font-weight: 100 !important;
  padding: 1rem 2rem !important;
}

/* breaking */
.breaking-news {
  height: 40px;
  margin: 15px 0;
  clear: both;
  position: relative;
}
.breaking-news .bn-title {
  float: left;
  background: #007bff;
  line-height: 40px;
  height: 40px;
  padding: 0 1px 0 7px;
  color: #fff;
  position: relative;
  z-index: 2;
  font-weight: 700;
  text-align: center;
  width: 133px;
}
.breaking-news .bn-title:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(187, 0, 0, 0);
  border-left-color: #007bff;
  border-width: 20px;
  margin-top: -20px;
  z-index: 1;
  border-left-width: 10px;
}
.news-ticker {
  background: #fff;
  height: 40px;
  line-height: 38px;
  margin: 0;
  border: 1px solid #dfdfdf;
  padding: 0 2px 0 10px;
  margin-left: 130px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tickercontainer {
  height: 38px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.tickercontainer .mask {
  position: relative;
  height: 38px;
  overflow: hidden;
}
.breaking-news .bn-title span {
  z-index: 2;
  position: relative;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.fas {
  margin-left: 21px;
  margin-right: 5px;
}
.newsticker {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  direction: ltr;
}
.newsticker span {
  display: inline-flex;
  padding-left: 100%;
  -webkit-animation: scroll 41s infinite linear;
  -moz-animation: scroll 41s infinite linear;
  animation: scroll 41s infinite linear;
}

.newsticker span img{
  margin-top: -6px;
  margin-right: 10px;
}

.spreitor{
  margin: 0 15px;
}
.identity-mobile{
  display: flex;
}
.form-identity{
  z-index: 999;
}
@media only screen and (max-width: 600px) {
  .navbar-nav {
    display: block !important;
  }
  .dashboard-sidbar{
    display: none !important;
  }
  .identity-mobile{
    display: none !important;
  }
}
