:root {
    --bot-color: #BD0F0D;
    --bulma-body-background-color: #0f0f0f;
    --bulma-footer-background-color: #0f0f0f;
}

body {
    background-color: var(--bulma-body-background-color);
}

.card {
    background-color: #1a1a1a;
    color: #fff;
    border: 1px solid #333;
}

.card .title {
    color: var(--bot-color);
}

.is-bot-color {
    color: var(--bot-color) !important;
}

.is-discord-color {
    color: #5865F2 !important;
}

.menu-label {
    color: var(--bot-color);
}

.menu-list a.is-active {
    background-color: var(--bot-color);
}

.navbar-dropdown .navbar-item.is-disabled {
    color: #777;
    cursor: not-allowed;
    opacity: 0.6;
}

.docs-heading {
    scroll-margin-top: 5rem;
}

.docs-heading-anchor {
    color: var(--bot-color);
    font-size: 0.8em;
    opacity: 0;
    text-decoration: none;
}

.docs-heading:hover .docs-heading-anchor,
.docs-heading-anchor:focus {
    opacity: 1;
}

.docs-page-sections {
    margin-top: 1.5rem;
}

.docs-sidebar {
    position: sticky;
    top: 1rem;
}

.docs-page-sections .menu-list ul {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.docs-page-sections .menu-list a {
    font-size: 0.95rem;
}

.docs-page-sections .menu-list ul a {
    font-size: 0.9rem;
}

.docs-page-sections .menu-list ul ul a {
    font-size: 0.85rem;
}

.docs-page-sections .menu-list a.is-active {
    background-color: var(--bot-color);
    color: #fff;
}

.docs-page-sections .menu-list a {
    transition: background-color 0.15s ease, color 0.15s ease;
}

.menu-list a {
  background-color: rgba(0, 0, 0, 0);
}

.footer {
    background-color: var(--bulma-body-background-color);
}
