@font-face {
  font-family: 'vazir';
  src: url(Vazir-Regular-FD.woff2) format('woff2');
  font-weight: normal;
}

@font-face {
  font-family: 'vazir';
  src: url(Vazir-Medium-FD.woff2) format('woff2');
  font-weight: 500;
}

@font-face {
  font-family: 'vazir';
  src: url(Vazir-Bold-FD.woff2) format('woff2');
  font-weight: bold;
}

@font-face {
  font-family: 'vazir-medium';
  src: url(Vazir-Medium-FD.woff2) format('woff2');
}

.simplebar-track {
  opacity: 0.3;
}

:root {
  overflow-y: scroll;
}

:root::-webkit-scrollbar {
  background-color: #fff;
  width: 12px;
  border-left: 1px solid #cdcdcd;
}

:root::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  border-radius: 6px;
  background-clip: content-box;
  background-color: rgba(0, 0, 0, 0.2);
}

:root::-webkit-scrollbar-track {
  display: none;
}

:root::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

body[style*='padding-right'] {
  padding-right: 12px !important;
}

.os-scrollbar-handle {
  transition: none !important;
  background-color: rgba(0, 0, 0, 0.15) !important;
}

.os-scrollbar-handle:hover {
  background-color: rgba(0, 0, 0, 0.35) !important;
}

.os-scrollbar-handle:active {
  background-color: rgba(0, 0, 0, 0.35) !important;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: rtl;
  background-color: #fff;
  line-height: 1.43 !important;
}

#__next {
}

a {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
}

/* NProgress Customized Styles */
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #000;

  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;

  width: 100%;
  height: 3px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #000, 0 0 5px #000;
  opacity: 1;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 2000;
  bottom: 30px;
  right: 40px;
  padding: 8px;
  border-radius: 4px;
  background: #000;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.infinite-scroll-component__outerdiv {
  width: 100%;
}
