@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@300;400;500;600&display=swap");

html {
    scroll-behavior: smooth;
}

body {
    background-image: linear-gradient(180deg,rgba(22, 36, 68, 1) 63%, rgba(23, 38, 66, 1) 100%) !important;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Alexandria', sans-serif !important;
    color: #e6eff3 !important;
}

.container-fluid {
    flex: 1;
}

a:link {
    color: #1D88EC;
}

a:visited {
    color: #1970c2;
}

a:hover {
    color: #69c4fd;
}

.navbar {
    background-color: #0b111b !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
}

.fa-bars, .fa-bars:visited {
    transition: 0.2s;
    color:#e7e7e7;
    font-size: 100%;
    padding: 5px 5px !important;
}

.fa-bars:hover {
    color:#5e5e5e;
    transition: 0.2s;
}

.fa-brands, .fa-brands:visited {
    color:#888888;
    transition: 0.2s;
    font-size: 100%;
    padding: 5px 5px !important;
}

.fa-brands:hover {
    color:#d8d7d7;
    transition: 0.2s;
}

nav ul li a {
    font-family: 'Alexandria', sans-serif;
    font-weight: 500 !important;
    font-size: 125% !important;
    margin-left: 5px;
    margin-right: 5px;
    background-color: transparent;
    color: #9b9b9b !important;
}

nav ul li a:hover {
    transition: 0.2s;
    color: #e7e7e7 !important;
}

nav ul li a:link {
    color: #e7e7e7;
}

nav ul li a:visited {
    color: #e7e7e7;
}

nav ul a.active {
    color: #e7e7e7 !important;
    font-weight: 600 !important;
}

nav ul li a.invite {
    transition: 0.3s;
    background-color: #39a1e2;
    color: #ffffff !important;
    box-shadow: 0 0 10px #1985c0;
    padding-left: 16px !important;
    padding-right: 16px !important;
    border-radius: 10px;
}

nav ul li a.invite:hover {
    transition: 0.3s;
    box-shadow: 0 0 15px #3ba8ec;
    text-shadow: 0 0 10px #d8d8d8;
}

.nav-icon {
    height: 35px;
    display: inline-block;
    position: relative;
}

.navbar-nav.flex-fill {
    flex: 1 1 0 !important;
}

hr {
    height: 1px;
    background-color: #162444;
}

.btn {
    transition: 0.2s !important;
    background-color: #2d84b9 !important;
    border: none !important;
    font-size: 120% !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    margin-top: 20px;
    border-radius: 10px !important;
    outline: none;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.btn:hover {
    transition: 0.2s !important;
    background-color: #39a1e2 !important;
    border: none !important;
}

.btn:focus,
.btn:active,
.btn:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.anim {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.anim.slide-in {
    opacity: 1;
    transform: translateY(0);
}

.tabcontent {
    border-top: none;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 25px;
}

.moderation-showcase {
    background-image: linear-gradient(135deg,rgba(191, 48, 48, 1) 0%, rgba(214, 162, 17, 1) 47%, rgba(32, 148, 171, 1) 100%);
}

.moderation-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,rgba(191, 48, 48, 1) 0%, rgba(214, 162, 17, 1) 47%, rgba(32, 148, 171, 1) 100%);
    filter: blur(15px);
    z-index: -1;
    border-radius: 25px;
    opacity: 0.6;
}

.music-showcase {
    background-image: linear-gradient(135deg,rgba(161, 31, 204, 1) 0%, rgba(37, 122, 207, 1) 62%, rgba(101, 191, 23, 1) 100%);
}

.music-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,rgba(161, 31, 204, 1) 0%, rgba(37, 122, 207, 1) 62%, rgba(101, 191, 23, 1) 100%);
    filter: blur(15px);
    z-index: -1;
    border-radius: 25px;
    opacity: 0.6;
}

.config-showcase {
    background-image: linear-gradient(135deg,rgba(212, 193, 51, 1) 0%, rgba(209, 40, 189, 1) 62%, rgba(45, 44, 133, 1) 100%);
}

.config-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,rgba(212, 193, 51, 1) 0%, rgba(209, 40, 189, 1) 62%, rgba(45, 44, 133, 1) 100%);
    filter: blur(15px);
    z-index: -1;
    border-radius: 25px;
    opacity: 0.6;
}

.misc-showcase {
    background-image: linear-gradient(135deg,rgba(51, 81, 212, 1) 0%, rgba(209, 40, 57, 1) 51%, rgba(201, 128, 38, 1) 100%);
}

.misc-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,rgba(51, 81, 212, 1) 0%, rgba(209, 40, 57, 1) 51%, rgba(201, 128, 38, 1) 100%);
    filter: blur(15px);
    z-index: -1;
    border-radius: 25px;
    opacity: 0.6;
}

.changelog-showcase, .command-info, .info-showcase {
    background-color: #202020;
    border: 2px solid #181818;
}

.changelog-showcase p {
    text-align: left;
    font-weight: 400 !important;
}

.changelog-showcase li {
    font-weight: 300 !important;
}

h1 {
    font-family: 'Alexandria', sans-serif;
    font-weight: 600 !important;
    font-size: 310% !important;
    color: #e6eff3 !important;
    text-align: center;
    margin-top: 100px !important;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
}

h1.command {
    margin-bottom: 0 !important;
}

h3 {
    font-family: 'Alexandria', sans-serif;
    font-weight: 400 !important;
    font-size: 110% !important;
    padding-top: 0px;
    padding-bottom: 15px;
    color: #e6eff3 !important;
    text-align: center;
}

h2, .command-info h3 {
    font-family: 'Alexandria', sans-serif;
    font-weight: 500;
    font-size: 200% !important;
    margin-bottom: 0px !important;
    color: #e6eff3 !important;
    text-align: center;
}

h2.command {
    font-weight: 400 !important;
    font-size: 170% !important;
    margin-bottom: 0 !important;
    color: #cad1d3 !important;
}

h3.command {
    font-size: 150% !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

h3.changelog {
    font-size: 140% !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

h5 {
    font-family: 'Alexandria', sans-serif;
    font-weight: 500 !important;
    font-size: 170% !important;
    color: #e6eff3 !important;
}

.changelog-showcase hr {
    height: 2px;
    margin-top: 25px;
}

.command-info hr {
    height: 2px;
    margin-top: 10px;
    margin-bottom: 23px;
}

.command-info li {
    padding-bottom: 2px;
}

.command-info li.subcommand {
    padding-bottom: 5px !important;
}

.command-info li:last-child, .command-info li.subcommand:last-child {
    padding-bottom: 0 !important;
}

.command-showcase {
    color: #ffffff !important;
    font-size: 100% !important;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 0px;
    font-weight: 300 !important;
    text-align: left;
}

img.gif {
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 1px 10px #000000;
    margin-bottom: 20px;
    display: block;
    max-width: 90%;
}

footer {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 60px;
    background-color: #0b111b;
}

footer .text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

li {
    font-weight: 400 !important;
    text-align: left !important;
}

p {
    font-family: 'Alexandria', sans-serif;
    font-weight: 300 !important;
    text-align: center;
    color: #e6eff3;
    margin-bottom: 0 !important;
}

p.param {
    text-align: left;
    margin-bottom: 0 !important;
    margin: 5px;
}

p.date {
    margin-bottom: 10px !important;
}

p#changelog {
    margin-bottom: 0px;
}

p.changelog {
    font-weight: 300;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 0px;
}

p.footer-icons {
    font-size: 140% !important;
}

p#version, p.footer-text {
    color: #cacecf;
}

code {
    color: #e4e4e4 !important;
    font-size: 100% !important;
    background-color: #111111;
    padding: 3px;
    border-radius: 5px;
}

code.optional {
    color: #b4b4b4 !important;
}

.command-info ul {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e6eff3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.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");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e6eff3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.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") !important;
}

.offcanvas {
    background-color: #0b111b !important;
}

.offcanvas-header {
    padding-bottom: 0 !important;
}

.offcanvas-header button:focus {
    outline: none !important;
    box-shadow: none !important;
}

#accordionSearch {
    font-family: 'Alexandria', sans-serif;
    background-color: #152033;
    border: none;
    font-size: 105%;
    font-weight: 300;
    color: #e6eff3 !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    transition: 0.2s;
}

#accordionSearch::placeholder {
    font-weight: 300;
    color: #a3a3a3;
}

#accordionSearch:focus {
    transition: 0.2s;
    background-color: #1c2942;
    border: none;
    outline: none !important;
    box-shadow: none !important;
}

#accordionSearch:focus::placeholder {
  color: transparent;
}

.accordion-item {
    background-color: transparent !important;
    border: none !important;
}

.accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #e6eff3 !important;
    font-size: 60% !important;
}

.accordion-header {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.accordion-header h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.offcanvas .accordion-item {
    border: 2px solid #172338 !important;
    border-radius: 10px !important;
    margin-bottom: 10px !important;
}

.offcanvas .accordion-body {
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}

.offcanvas .accordion-body ul {
    margin-bottom: 0 !important;
    padding-left: 25px !important;
}

.offcanvas .accordion-body li {
    padding-bottom: 3px;
}

.offcanvas .accordion-body li a {
    transition: 0.2s;
    font-weight: 300 !important;
    color: #bbbbbb !important;
}

.offcanvas .accordion-body li a:hover {
    transition: 0.2s;
    color: #e7e7e7 !important;
    text-decoration: none;
}

.offcanvas .accordion-body li a:link {
    color: #e7e7e7;
    text-decoration: none;
}

.offcanvas .accordion-body li a:visited {
    color: #e7e7e7;
    text-decoration: none;
}

.offcanvas .accordion-body li a.active {
    font-weight: 400 !important;
    color: #e7e7e7 !important;
}

.offcanvas .accordion-body li::marker {
    color: #cecece !important;
}

@media (max-width: 767px) {
    h1 {
        font-size: 180% !important;
        margin-top: 90px !important;
    }

    h2 {
        font-size: 150% !important;
    }

    h2.command {
        font-size: 140% !important;
    }

    h3.command {
        font-size: 110% !important;
    }

    h3 {
        font-size: 90% !important;
    }

    h5 {
        font-size: 140% !important;
    }

    p {
        font-size: 90% !important;
    }

    li {
        font-size: 90% !important;
    }

    .command-info li {
        font-size: 100% !important;
        margin-left: -10px;
    }

    img.gif {
        max-width: 95%;
    }

    .offcanvas .accordion-body li {
        font-size: 95% !important;
        padding-bottom: 5px;
    }

    .accordion-button {
        font-size: 70% !important;
    }

    #accordionSearch {
        font-size: 100%;
    }

    .btn {
        font-size: 105% !important;
    }

    p.footer-icons {
        font-size: 120% !important;
    }

    code {
        font-size: 90% !important;
    }
}