/* common css */ body::-webkit-scrollbar {

height: 1rem;
width: 12px;

}

body::-webkit-scrollbar-thumb {

background: #fff;
border-radius: 1.25rem;
border:none;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);

}

body::-webkit-scrollbar-track {

box-shadow: inset 0 0 5px grey;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

}

body {

font-family: Quicksand, sans-serif !important;

}

pre{

display: block;
 padding: 9.5px;
 margin: 0 0 10px;
 font-size: 13px;
 line-height: 1.42857143;
 color: #333;
 word-break: break-all;
 word-wrap: break-word;
 background-color: #f5f5f5;
 border: 1px solid #ccc;
 border-radius: 4px;

}

.navigationBottomLine {

position: sticky;
top: 0;
z-index: 99;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
border-bottom: 1px solid $offwhite;
transition: top 0.2s ease-in-out;
.manul-navbar-toggler {
  position: absolute;
  top: 4px;
  right: 0;
  border-color: transparent !important;
  cursor: pointer;
  transition: all 0.2s linear;
  padding: 25px 0;
  z-index: 999;
  .transforming-bars {
    position: relative;
    height: 2px;
    width: 25px;
    background-color: $white;
    &::before {
      content: '';
      position: absolute;
      height: 2px;
      width: 30px;
      background-color: $white;
      bottom: 10px;
      transition: all 0.2s linear;
    }
    &::after {
      content: '';
      position: absolute;
      top: 10px;
      height: 2px;
      width: 30px;
      background-color: $white;
      transition: all 0.2s linear;
    }
  }
}
.barsActive {
  height: 0 !important;
  &::before {
    transform: rotate(45deg);
    bottom: 0 !important;
  }
  &::after {
    transform: rotate(-45deg);
    top: 0 !important;
  }
}
.navbar__nav {
  width: 100%;
  justify-content: flex-end;
  .nav-item {
    padding: 0 1rem;
  }
  .nav-link {
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    color:$white;
    &:hover{
      color:$white;
    }
  }
}
.activeNav {
  background-color: #0F0E15;
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  transition: all 0.3s linear;
  width: 0;
  z-index: 9;
}
@media (max-width: 992px) {
  .nav-item {
    padding: 30px !important;
  }
  .nav-link {
    padding: 0 !important;
    color: $white !important;
  }
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: 100% !important;
  }
}

}

.lunrsearchresult {

.title {
  color: #d9230f;
}
.url {
  color: silver;
}
a {
  display: block;
  color: #777;
  &:hover,
  &:focus {
    text-decoration: none;
  }
}
&:hover .title {
  text-decoration: underline;
}

}

.close {

float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.5;
border: none;
background: transparent;
&:focus {
  outline: none !important;
}

}

.samePad{

padding:0 3rem;

}

@media (max-width: 768px) {

.bd-search {
  padding: 0;
}
.samePad{
  padding: 0 !important;
}

}