.b-example-divider {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }
  
  .bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
  }
  
  .dropdown-toggle { outline: 0; }
  
  .nav-flush .nav-link {
    border-radius: 0;
  }
  
  .btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
  }
  .btn-toggle:hover,
  .btn-toggle:focus {
    background-color: #ff4646;
  }
  
  .btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("../images/arrow.png"); 
    transition: transform .35s ease;
    transform-origin: .5em 50%;
    display: inline-block;
  }
  
  .btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
  }

  
  .btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
  }
  
  .btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
  }
  .btn-toggle-nav a:hover,
  .btn-toggle-nav a:focus {
    background-color: #ff4646;
    color: white !important;
  }
  
  .scrollarea {
    overflow-y: auto;
  }
  
  .fw-semibold { font-weight: 600; }
  .lh-tight { line-height: 1.25; }
  

  #sidebar{
    height: calc(98vh - 182px) ;
  }


  .code-box {
    position: relative;
    border: 1px solid #ccc;
    background-color: black;
    width: 98%;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .copy-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
    color: white;
    color: red !important;
  }

  code, pre{
    display: inline !important; 
    margin: 0px !important;
    padding: 0px !important;
    line-height: 1;
  }

  code{
    position: relative;
    top:15px;
  }


  h1{
    font-size: 1.7 rem !important;
    color: white !important;
  }

  h2{
    font-size: 1.5rem !important;
    color: white !important;
    margin-top: 35px !important;
  }

  h3{
    font-size: 1.3rem !important;
    color: white !important;
    margin-top: 25px !important;
  }

  p{
    color: white !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    text-align: justify;
    margin-left: 20px;
  }

  .hashTag{
    color: #ff4646;
  }

  ul{
    color: white;
  }


.navbar-nav {
    flex-direction: row;
}
.navbar-nav .nav-item {
    padding-right: .5rem;
    padding-left: .5rem;
}

#descriptionSection{
  /* width : calc(100vw - 280px); */
  width : 100vw;
  padding: 10px;
}

.hljs-string{
  color: #a9aa6e !important;
}

.hljs-literal{
 color: greenyellow !important;
}

.hljs-number{
  color: #03a7d3 !important;
}

.hljs-built_in{
  color: #ff4646 !important;
}

.linkkk{
  color: #ff4646 !important;
  text-decoration: underline;
}