body {
  border-left: 5px solid #6c8c99;
  border-right: 5px solid #6c8c99;
}

html, body {
  overscroll-behavior: none;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: none;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 0px;
  }

nav {
  border-bottom: 5px solid #6c8c99;
}

.dropdown_nav_menu_custom {
  max-height: 200px;
  overflow-y: scroll;
}

pre {
  color: var(--bs-code-color);
}

code {
  color: var(--bs-code-color);
}

.progress-container {
  width: 90%;
  height: 5px;
  margin-left: calc(50% - 45%);
  background: transparent !important;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 5px;
  background: #6c8c99;
  width: 0%;
}

.bg_custom {
  background-image: url('/files/img/bg.png');
  background-color: #737373;
  background-attachment: fixed;
}