/*
 * Deskman Docs by Anfibia
 * color: #6055ff;
 */

@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 600;
    src: local('Kanit'), local('Kanit'), url(../fonts/Kanit-SemiBold.ttf) format('truetype');
}

.navbar-brand {
  font-family: 'Kanit', sans-serif;
  color: #666 !important;
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .030);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 3rem;
  padding-left: 3rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.navbar-brand-docs {
  padding-left: 4rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.font-docs {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: .90rem;
  font-weight: 600;
  line-height: 1.5;
}


@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

[role="main"] {
  padding-top: 48px; /* Space for fixed navbar */
}


.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.list-muted ul li {
  list-style: none; 
}

.list-muted ul li::before {
  color: #999;
  content: "\2022";
  position: relative;
  top: 0em; 
  left: -1em;
}

.img100 {
  width: 100px;
}


.ash {
  opacity: 0.1;
}

.bw.ash.img100:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 0.3;
}

.img20 {
  width: 20px;
  position: relative;
  top: -2px;
}

.img18 {
  width: 16px;
  position: relative;
  top: -2px;
}

.font-weight-med {
  font-weight: 600 !important;
}

.nav-link:focus, .nav-link:hover {
  color: #007bff;
}

h5.star::before {
  content: "\2605";
  position: relative;
  left: -.7em;
}

h5.star {
  position: relative;
  left: -1.1rem;
}