video.hide-cursor {
  cursor: none;
}

.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}
.video-container video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition-duration: 0.5s;
  z-index: 1;
}
.video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
#video-overlay.login #loginBtn {
  display: none !important;
}
#video-overlay.login #logoutBtn {
  display: inline-block !important;
}
.frame {
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  margin: 1em;
  border-radius: 0.5em;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 1px;
  padding: 10px;
  backdrop-filter: blur(7.4px);
}
.caption-overlay {
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  /*background: rgba(0, 0, 0, 0.3);
  margin: 1em;
  border-radius: 0.5em;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;*/
}

.video-captions {
  right: 0;
  left: 0;
  padding: 5px;
  position: absolute;
  bottom: 35px;
  transition: all 0.2s ease;
  z-index: 3;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 2s;
  transition-timing-function: linear;
  transition-delay: 1s;
}
.video-captions.hide {
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 2s;
  transition-timing-function: linear;
  transition-delay: 1s;
}

@font-face {
  font-family: "iran-sans";
  src: url("/IRANSansWeb.woff");
  font-style: normal;
}

@font-face {
  font-family: "iran-sans";
  src: url("IRANSansWeb_Bold.woff");
  font-style: normal;
  font-weight: bold;
}

.font-iran-sans {
  font-family: "iran-sans";
}
.font-iran-sans-bold {
  font-family: "iran-sans";
  font-weight: bold;
}
html,
body {
  font-family: "iran-sans";
  background-color: #000;
}

button,
input,
optgroup,
select,
textarea,
span {
  font-family: inherit;
}

#fullscreenbtn.btn:focus {
  outline: none;
  box-shadow: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

.text-outline {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}

.text-color1 {
  color: #fab75f;
}

.text-color2 {
  color: #c545ab;
}

.text-color3 {
  color: #3697ea;
}

.bg-color1 {
  background-color: #fab75f;
}

.bg-color2 {
  background-color: #c545ab;
}

.bg-color3 {
  background-color: #3697ea;
}

.btn-color1 {
  background-color: #fab75f;
  color: #c545ab;
}

.btn-color2 {
  background-color: #c545ab;
  color: #ffffff;
}

.btn-color3 {
  background-color: #3697ea;
  color: #ffffff;
}

.lh-0 {
  line-height: 0;
}
