body {
  font-family: Vazirmatn;
  border-top: 2px solid var(--theme-color,#42b983);
}

body.close .sidebar {
  transform: translateX(300px) !important;
}

body .sidebar {
  margin-top: 2px;
  right: 0;
  left: auto !important;
  border-left: 1px solid rgba(0, 0, 0, .07);
  direction: rtl;
}

body .content {
  left: 0 !important;
  right: 300px !important;
}

body.close .content {
  left: 0 !important;
  right: 0 !important;
}

.sidebar ul li.active>a {
  border-right: 0px solid !important;
  border-left: 2px solid;
}

.sidebar ul {
  margin: 0 15px 0 0;
}

.app-nav.no-badge {
  margin-left: 25px;
  margin-right: 0 !important;
}

.app-nav {
  margin: 0 0 25px 60px;
  right: auto !important;
  left: 0;
  direction: rtl;
  text-align: left;
}

table td:before {
  content: '' !important;
}

/* .app-sub-sidebar li:before{
    content: none !important;
  } */

.app-sub-sidebar li:before {
  content: "-";
  padding-left: 4px;
  float: right;
}

.sidebar-toggle {
  background-color: transparent;
  border: 0;
  outline: none;
  padding: 10px;
  position: absolute;
  bottom: 0 !important;
  right: 0;
  left: auto !important;
}

@media screen and (max-width: 768px) {
  body.close .sidebar-toggle {
    background-color: hsla(0, 0%, 100%, .8);
    transition: background-color 1s;
    width: 0 !important;
    padding: 10px;
  }

  .content {
    left: 300 !important;
    max-width: 100vw;
    position: static;
    padding-top: 20px;
    transition: transform .25s ease;
  }
}

@media screen and (max-width: 768px) {
  .sidebar {
    right: -300px !important;
    transition: transform .25s ease-out;
  }
}

@media screen and (max-width: 768px) {
  body.close .sidebar-toggle {
    background-color: hsla(0, 0%, 100%, .8);
    transition: background-color 1s;
    width: 0 !important;
    padding: 10px;
    right: 15px !important;
  }
}

@media screen and (max-width: 768px) {
  body.close .content {
    transform: translateX(-300px);
  }
}

@media screen and (max-width: 768px) {
  body.close .sidebar {
    transform: translateX(-300px) !important;
  }

  nav {
    display: none;
  }
}

article {
  direction: rtl;
}

blockquote {
  border-left: 0 !important;
  border-right: 4px solid var(--theme-color, #42b983);
  margin: 2em 0;
  padding-left: 0px;
  padding-right: 20px;
}

.markdown-section code {
  direction: ltr;
}

.markdown-section pre {
  border: 1px solid #ff9000;
}

.markdown-section code,
.markdown-section pre {
  background-color: #eeeeee;
}

.sidebar-nav>ul>li:first-child {
  font-weight: 600;
  text-align: right;
}

@media print {

  body {
    margin: 0;
    color: #000;
    background-color: #fff;
  }

  .app-nav,
  .sidebar {
    display: none;

  }

  body .content {
    left: 0 !important;
    right: 0 !important;
  }

}

table td {
  text-align: center;
}

/* change for darklight theme*/
#docsify-darklight-theme {
  position: inherit;
  top: -25px;
  float: left
}

/* Generated by script */
@font-face {
  font-family: Vazirmatn;
  src: url('fonts/webfonts/Vazirmatn-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/webfonts/Vazirmatn-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/webfonts/Vazirmatn-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/webfonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/webfonts/Vazirmatn-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/webfonts/Vazirmatn-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/webfonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/webfonts/Vazirmatn-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('fonts/webfonts/Vazirmatn-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}