@font-face {
  font-family: "Source Code Pro";
  src: url("fonts/SourceCodePro-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Inter/Inter-Light.woff") format("woff"); }
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Inter/Inter-Regular.woff") format("woff"); }
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Inter/Inter-Semibold.woff") format("woff"); }
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Inter/Inter-Semibold.woff") format("woff"); }
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Inter/Inter-Bold.woff") format("woff"); }
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/Inter/Inter-Black.woff") format("woff"); }
.ie6 img.full {
  width: 100%; }
.ie6 object.full {
  width: 100%; }
.ie6 embed {
  width: 100%; }
.ie6 video {
  width: 100%; }
.ie6 .cf {
  zoom: 1; }

html, body {
  position: relative;
  min-height: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; }

body {
  line-height: 1.4;
  color: #14171a;
  font-size: 16px;
  font-family: "Inter"; }
  body button {
    text-transform: uppercase;
    font-size: 13px !important;
    padding: 10px 15px !important; }
  body a {
    color: inherit; }
    body a.link {
      color: #1b95e0; }
  body ul {
    list-style-type: none; }
  body .overflow-hidden {
    position: relative;
    overflow: hidden; }
  body .scroll-to-link {
    cursor: pointer; }
  body .higlighted {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 3px;
    border-radius: 3px; }
  body code {
    font-family: "Source Code Pro" !important; }
  body div.hr {
    display: block;
    width: 100%;
    height: 2px;
    background: #e6ecf0;
    margin-top: 30px;
    margin-bottom: 30px; }
  body div.left-menu {
    position: fixed;
    z-index: 3;
    top: 0px;
    left: 0px;
    bottom: 0;
    width: 300px;
    box-sizing: border-box;
    background-color: #222222;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden; }
    body div.left-menu div.content-logo {
      position: relative;
      display: flex;
      align-items: center;
      box-sizing: border-box;
      border-bottom: 5px solid rgba(255, 255, 255, 0.2);
      padding: 20px 30px;
      flex-shrink: 0; }
      body div.left-menu div.content-logo span.label {
        display: inline-block;
        vertical-align: middle;
        font-weight: 700;
        font-size: 18px; }
    body div.left-menu div.content-menu {
      flex: 1;
      overflow: hidden; }
      body div.left-menu div.content-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: 60px; }
        body div.left-menu div.content-menu ul li {
          list-style: none;
          margin: 0;
          padding: 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
          body div.left-menu div.content-menu ul li a {
            text-decoration: none;
            padding: 15px 30px;
            letter-spacing: 0.025em;
            font-size: 16px;
            font-weight: 500;
            display: block; }
        body div.left-menu div.content-menu ul li.active > a {
          background: #ffa500; }
        body div.left-menu div.content-menu ul li:hover > a {
          color: #fff;
          background: #353535; }
  body div.content-page {
    background-color: #ffffff;
    position: relative;
    box-sizing: border-box;
    margin-left: 300px;
    z-index: 2;
    min-height: 100vh;
    padding: 60px; }
    body div.content-page div.content {
      position: relative;
      z-index: 30; }
      body div.content-page div.content .code-holder {
        display: block; }
        body div.content-page div.content .code-holder .code-holder-inner {
          display: block;
          border-radius: 10px; }
      body div.content-page div.content h1, body div.content-page div.content h2 {
        text-transform: uppercase;
        font-weight: 700; }
      body div.content-page div.content nav.tab-navigation div.nav-tabs {
        border-bottom: 1px solid #1ca1f3; }
        body div.content-page div.content nav.tab-navigation div.nav-tabs a.nav-item {
          padding: 15px 30px;
          text-transform: uppercase;
          font-weight: 700;
          border-radius: 0px; }
          body div.content-page div.content nav.tab-navigation div.nav-tabs a.nav-item.active {
            border-color: #1ca1f3 #1ca1f3 #fff;
            color: #1ca1f3;
            border-bottom: none;
            opacity: 1; }
          body div.content-page div.content nav.tab-navigation div.nav-tabs a.nav-item:hover, body div.content-page div.content nav.tab-navigation div.nav-tabs a.nav-item:active {
            border-color: #1ca1f3; }
      body div.content-page div.content div.tab-content {
        margin-bottom: 30px; }
        body div.content-page div.content div.tab-content div.tab-pane {
          border: 1px solid #1ca1f3;
          border-top: none;
          padding: 30px; }

.cf:before {
  content: "";
  display: block; }
.cf:after {
  content: "";
  display: block;
  clear: both; }

.text-red {
  color: #dc3545; }

.tt-up {
  text-transform: uppercase; }

/*# sourceMappingURL=style.css.map */
