/*****/
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* border-radius */
/* placeholder */
/* arrow down */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
* {
  outline: none;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  color: #364149;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  background: #F5F6F8;
}
a {
  color: #109CF1;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #109CF1;
  outline: none;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
  border: none;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #ddd transparent;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 0;
  border: none;
}
*::-webkit-scrollbar-corner {
  background: transparent;
}
.progress {
  background-color: #109CF1;
}
.sidebar {
  box-shadow: 6px 0px 18px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 6px 0px 18px rgba(0, 0, 0, 0.06);
  padding-top: 0;
  border-right: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sidebar {
    left: -300px;
  }
}
.sidebar li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.sidebar li > p {
  font-size: 18px;
}
.sidebar li > p a,
.sidebar li > p strong {
  font-size: 18px !important;
  font-weight: 700;
}
.sidebar ul {
  margin-left: 20px;
}
.sidebar ul li a {
  color: #334D6E;
  font-size: 16px;
  overflow: visible;
  position: relative;
}
.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li a:active {
  color: #109CF1;
  text-decoration: none;
}
.sidebar ul li a:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #109CF1;
  position: absolute;
  z-index: 1;
  left: -40px;
  top: 0;
  display: none;
}
.sidebar ul li p.active {
  position: relative;
}
.sidebar ul li p.active a {
  color: #109CF1;
  border-right: none;
}
.sidebar ul li p.active a:before {
  left: -20px;
  display: block;
}
.sidebar ul li.active > a {
  color: #109CF1;
  border-right: none;
}
.sidebar ul li.active > a:before {
  display: block;
}
.sidebar ul li ul li a:before {
  left: -60px;
}
.sidebar-nav {
  padding-top: 80px;
}
.sidebar-nav > p {
  padding-left: 20px;
  padding-top: 20px;
  height: 80px;
  margin: 0;
  position: fixed;
  z-index: 10;
  background: #fff;
  width: 300px;
  left: 0;
  top: 0;
  text-align: left !important;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}
@media screen and (max-width: 768px) {
  .sidebar-nav > p {
    left: -300px;
  }
}
.sidebar-toggle {
  width: 33px;
  background: none;
  left: 325px;
  top: 16px;
  height: 30px;
  padding: 5px;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}
@media screen and (max-width: 768px) {
  .sidebar-toggle {
    left: 10px;
  }
}
.sidebar-toggle span {
  width: 22px;
  background: none;
  border-bottom: 2px solid #364149;
}
.sidebar-toggle:hover .sidebar-toggle-button {
  opacity: 1;
}
body.close .sidebar-toggle {
  left: 25px;
}
@media screen and (max-width: 768px) {
  body.close .sidebar-toggle {
    width: 33px;
    padding: 5px;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    left: 310px;
    background: none;
  }
}
body.close .app-nav {
  left: 0;
}
body.close .content {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  body.close .content {
    -webkit-transform: none;
            transform: none;
    margin-left: 300px;
  }
}
body.close .sidebar {
  left: -300px;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 768px) {
  body.close .sidebar {
    left: 0;
  }
}
body.close .sidebar-nav > p {
  left: -300px;
}
@media screen and (max-width: 768px) {
  body.close .sidebar-nav > p {
    left: 0;
  }
}
.markdown-section a {
  color: #109CF1;
}
.anchor:hover,
.anchor:focus {
  text-decoration: none;
}
.app-nav {
  height: 60px;
  background: #fff;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  position: fixed;
  margin: 0;
  left: 300px;
  right: 0;
  margin-right: 0;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .app-nav {
    left: 0;
    padding-right: 15px;
    display: none;
  }
}
.app-nav.no-badge {
  margin-right: 0;
}
.app-nav a:hover,
.app-nav a:focus {
  color: #364149;
}
.app-nav a.active {
  color: #109CF1;
}
.app-nav ul {
  padding: 0;
}
.app-nav li {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.app-nav li ul {
  padding: 0;
  right: 0;
  min-width: 100px;
}
.app-nav li ul li {
  margin: 0;
  padding: 0;
}
.app-nav li ul li a {
  padding: 10px 15px;
}
.content {
  position: static;
  left: 0;
  margin-left: 300px;
  -webkit-transition: margin-left 0.4s;
  transition: margin-left 0.4s;
  padding: 90px 30px 30px 30px;
}
@media screen and (max-width: 768px) {
  .content {
    margin-left: 0;
    padding: 55px 15px 15px 15px;
  }
}
.markdown-section {
  margin: 0 auto;
  max-width: 100%;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .markdown-section {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .markdown-section h1 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .markdown-section h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .markdown-section h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .markdown-section h4 {
    font-size: 1rem;
  }
}
.markdown-section a:hover,
.markdown-section a:focus {
  text-decoration: underline;
}
.markdown-section .anchor:hover,
.markdown-section .anchor:focus {
  text-decoration: none;
}
main {
  position: static;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  main {
    height: auto;
  }
}
