.navbar {
	border-radius: 30px;
	margin: 10px;
	padding-left: 20px;
	padding-right: 20px;
    background-color: #2c2c2c !important;
	color: #ffffff;
	z-index: 9999;
}
.navbar a,
.navbar .nav-link {
    color: #ffffff !important;
    font-size: 1.1rem;
    transition: color 0.2s ease;
}

.navbar a:hover,
.navbar .nav-link:hover {
    color: #cccccc !important;
}
.page-container {
	max-width: 1000px;
	margin: 40px auto;
	scroll-margin-top: 80px;
    background-color: #2c2c2c !important;
	color: #ffffff;
}

pre {
    max-height: 315px;
    overflow-y: auto;
    margin-bottom: 1rem;
}

pre code {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    display: block;
    padding: 10px;
    white-space: pre-wrap;
    border-radius: 5px;
}


.endpoint-link {
	text-decoration: none;
	color: rgb(23, 155, 16);
	transition: color 0.2s;
}

.endpoint-link:hover {
	color: #2ee224;
}
.footer-link {
  color: #b7b7b7;
  text-decoration: none;
}

.footer-link:hover {
  color: #b9b9b9;
}

.footer-separator {
  color: #979797;
  margin: 0 4px;
}
.bg-white {
    background-color: #2c2c2c !important;
}
.text-dark {
    color: #f8f9fa !important;
}
.shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6) !important;
}

pre code {
    background-color: #282c34 !important;
    color: #abb2bf !important;
    border: none;
}

.endpoint-link {
    color: #3ddc84;
}
.endpoint-link:hover {
    color: #5fffa1;
}
.footer-link {
    color: #aaaaaa;
}
.footer-link:hover {
    color: #dddddd;
}
.footer-separator {
    color: #888888;
}

.sticky-top > .bg-white {
    background-color: #2c2c2c !important;
    border: 1px solid #444;
}
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #181818;
}

::-webkit-scrollbar-thumb {
  background: #4E4E4E;
}

::-webkit-scrollbar-thumb:hover {
  background: #4E4E4E;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 5.646a.5.5 0 0 1 .708 0L8 11.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-size: 1rem;
    transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 5.646a.5.5 0 0 1 .708 0L8 11.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    transform: rotate(-180deg);
}
.accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}
.navbar.scrolled {
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
}
.dropdown-menu-dark {
    background-color: #2c2c2c;
    border-color: #333;
}

.dropdown-menu-dark .dropdown-item {
    color: #fff;
}

.dropdown-menu-dark .dropdown-item:hover {
    background-color: #333;
}
.navbar-toggler {
    border-color: #2c2c2c;
}
.navbar-toggler:focus {
    box-shadow: none !important;
    outline: none !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    background-size: contain;
}
.copy-btn {
   z-index: 10;
   font-size: 0.9rem;
   padding: 4px 8px;
   border: none;
   opacity: 0.75;
   transition: opacity 0.2s ease-in-out;
}
.copy-btn:hover {
   opacity: 1;
}
a.endpoint-title {
  color: white !important;
  text-decoration: none !important;
}

a.endpoint-title:hover {
  color: #ccc !important;
  text-decoration: none !important;
}
.nav-link.navselected {
  color: #a5a5a5 !important;
}
body.bg-dark input.form-control,
body.bg-dark textarea.form-control,
body.bg-dark select.form-control {
    background-color: #1e1e1e;
    color: #f0f0f0;
    border-color: #444;
}

body.bg-dark input.form-control:focus,
body.bg-dark textarea.form-control:focus,
body.bg-dark select.form-control:focus {
    background-color: #2a2a2a;
    color: #fff;
    border-color: #666;
    box-shadow: none;
}
/* Dark mode for list group container */
body.bg-dark .list-group {
    background-color: #121212;
    border: 1px solid #333;
}

/* Dark mode for list items */
body.bg-dark .list-group-item {
    background-color: #1e1e1e;
    color: #e0e0e0;
    border-color: #333;
}

/* Hover effect for list items */
body.bg-dark .list-group-item:hover {
    background-color: #2a2a2a;
    color: #fff;
}

/* Dark mode for active list item */
body.bg-dark .list-group-item.active {
    background-color: #3a3a3a;
    color: #ffffff;
    border-color: #444;
}

/* Optional: anchor inside list item */
body.bg-dark .list-group-item a {
    color: inherit;
    text-decoration: none;
    display: block;
}

body.bg-dark .list-group-item a:hover {
    text-decoration: underline;
}
.flex-grow-about {
    flex-grow: 1;
    min-width: 0;
  }
  .fixed-globe-box {
    flex: 0 0 325px;
    max-width: 325px;
  }

  @media (max-width: 767px) {
    .row.flex-row {
      flex-direction: column;
    }
    .fixed-globe-box {
      max-width: 100%;
      flex: 0 0 100%;
    }
  }