* {
  box-sizing: border-box;
  font-family: IRANSans;
  direction: rtl;
}

a, a:hover, a:active, a:visited {
  color: unset;
}

.ltr {
  direction: ltr;
}

body {
  text-align: right;
  background-color: #212121;
  color: white;
}

header {
  height: 90px;
  color: white;
}
header img.logo {
  width: 70px;
  margin-top: 10px;
}
header nav {
  margin-right: 10px;
}
header nav a.nav-link {
  display: inline-block;
  padding: 3px;
  margin: 0 8px;
  border-bottom: solid 3px transparent;
  border-top: solid 3px transparent;
}
header nav a.nav-link.active {
  border-bottom: solid 3px white;
}
header div.variable-banner {
  background-color: white;
  height: 90px;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.live-circle {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 11px;
}
.live-circle .intro-banner-vdo-play-btn {
  height: 14px;
  width: 14px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  /* margin: 5px 0; */
  border-radius: 100px;
  z-index: 1;
  background-color: #9e9e9e;
}
.live-circle .intro-banner-vdo-play-btn .ripple {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: -1;
  right: 0;
  top: 0;
  opacity: 0;
  margin: -13px;
  border-radius: 100px;
  background-color: #ed184f !important;
  background-image: linear-gradient(90deg, #fd5581, #fd8b55);
}
.live-circle.play .intro-banner-vdo-play-btn {
  background-color: #ed184f !important;
  background-image: linear-gradient(90deg, #fd5581, #fd8b55);
}
.live-circle.play .intro-banner-vdo-play-btn .ripple {
  -webkit-animation: ripple 1.8s infinite;
  animation: ripple 1.8s infinite;
}
.live-circle.play .intro-banner-vdo-play-btn .ripple:nth-child(2) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.live-circle.play .intro-banner-vdo-play-btn .ripple:nth-child(3) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

main.main {
  position: fixed;
  top: 90px;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  overflow: auto;
}

/*# sourceMappingURL=styles.css.map */
