@import url("https://b3.optimyar.ir/resources/videojs-awesome-watermark.css?v=1");
@import url("https://b3.optimyar.ir/resources/animate.min.css?v=1");
@import url("https://b3.optimyar.ir/resources/fonts.css?v=1");


 html { 
    box-sizing: border-box;
    lang: fa_IR !important;
  }

  *, *:before, *:after {
    box-sizing: inherit;
  }
  html,
  body {
    direction: rtl !important;
  }

  body {
    position: fixed;
    height: 100%;
    font-family: iranyekan, sans-serif !important;
    font-size: 1rem; /* 16px */
    background-color: #06172A;
    direction: rtl !important;
  }

  /* language-specific font */
  body.lang-fa {
    font-family: iranyekan, sans-serif !important;
  }
  .MuiMenuItem-root{
    font-family: iranyekan, sans-serif !important;
  }

  :-webkit-full-screen {
    background-color: inherit;
  }

  a {
    color: inherit;
  }

  #app {
    height: 100%;
    width: 100vw;
    overflow: hidden;
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }

  .set-z-index {
    z-index: 15;
    width: 100% !important;
    height: 100% !important;
  }

  .remove-z-index {
    z-index: 0;
  }
  /* .full-screen {
    height: 100% !important;
    width: 100% !important;
    transform: translateX(0) translateY(0) translateZ(0) !important;
  } */

  [hidden]:not([hidden="false"]) {
    display: none !important;
  }

  ::-webkit-input-placeholder {
    color: var(--palette-placeholder-text);
    opacity: 1;
  }

  :-moz-placeholder, /* Firefox 4 to 18 */
  ::-moz-placeholder { /* Firefox 19+ */
    color: var(--palette-placeholder-text);
    opacity: 1;
  }