
@import url('https://fonts.cdnfonts.com/css/minecraftia');
@import url('https://fonts.cdnfonts.com/css/minecrafter-alt');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
    --body-font: "Outfit", sans-serif;
    --title-font: "Outfit", sans-serif;
    --primary-color: #ef002c ;

}
/* [CORE] */
h1, h2, h3, h4, h5, h6, .btn {
    font-weight:800;
    font-family: var(--title-font);
}
#app {
    color: #c2cad3;
    font-family: var(--body-font);
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
}
.text-accent {
    color:  var(--primary-color);
}
.progress-bar {
    background: var(--primary-color);
}
#app, #loader {background: #121316;}
#app .container {margin: 0 auto;max-width: 1240px;}
#loader {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#loader svg {
    width: 75px;
    height: 75px;
}
.bg-base {
    background: #1b1c21;
}
.toast {
  opacity: 0;
  transition: opacity 0.3s;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 9999;
  display: block; /* We'll use opacity instead of display for animation */
  pointer-events: none;
}
.toast.show {
  opacity: 1;
}
div#copyToast {
    top: inherit;
}
.alert span {
    color: white;
    font-family: var(--title-font);
    text-shadow: 2px 2px 0 #0000004f;
}
.post-meta strong {
    font-weight: inherit;
    color: var(--primary-color);
}
.divider {
    height: 17px;
    background: #535f6a;
    width: 2px;
    margin: 0;
}
.alert {
    padding: 15px 20px !important;
}
h1, h2, h3, h4, h5, h6 {
    color: white;
}
div#footer .text-xxs u {
    color: #c2cad382;
}
.object-fit-cover {
    object-fit: cover;
}
.card figure {
    position: relative;
}
#footer .text-muted {
    color: #b3c4d761;
}
.text-xxs {
    font-size: 11px;
}
div#footer {
    color: white;
}

.staff-feed .text-center img {
    display: none;
}

.staff-feed .card-body {
    padding: 50px;
}
.text-base-content {
    color: #c2cad3;
}

.footer-title {
    opacity: 1;
    color: white;
    font-size: 24px;
}
div#content {
    flex: 1;
}
.drawer-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
#footer .footer {
    padding-left: 0;
    padding-right: 0px;
}

/* [BUTTONS] */
#footer {
    background: #0e0f12;
    padding: 40px 0px;
}
#footer .footer {
    background: transparent !important;
}
.menu.menu-horizontal {
    align-items: center;
}

/* [BUTTONS] */
.btn-discord {
    background: #5865f2;
    color: #e0e3ff !important;
}
.btn-secondary {
    background: #ffd507 !important;
    text-shadow: none !important;
    color: #9f430b !important;
}
.btn:after{
    display: none !important;
}
.btn {
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.137);
    transform: none !important;
    position: relative;
    overflow: hidden;
    height: 58px;
    padding:0 20px;
    border: none !important;
    box-shadow: none !important;
}
.btn-primary, .btn-default {
    color: white !important;
    background:  var(--primary-color) !important;
}
.btn.mobile-btn {
    height: 60px;
    width: 58px;
}
.btn:hover:before {
    animation: shine .5s linear;
    background-color: #ffffff4d;
    content: "";
    height: 200px;
    left: -100px;
    position: absolute;
    top: -100px;
    transform: rotate(30deg);
    width: 15px
}
@keyframes shine {
    0% {
        left: -100px
    }

    to {
        left: calc(100% + 100px)
    }
}


/* [HERO] */
.hero-overlay {
    background: linear-gradient(360deg, #1b1c21bd, transparent);
}
.hero {
    overflow: hidden;
}
.hero h1 {
    text-shadow: 4px 5px 0px rgba(0, 0, 0, 0.137);
}
/* [NAVIGATION] */
#nav {
    color: white;
    padding: 20px 0;
    padding-bottom:15px !important;
}
#nav .navbar .menu li a, #nav .navbar .menu li a:after {
    transition: all .15s ease;
}
#nav .navbar .menu li a {
    font-weight: 800;
    font-family: var(--title-font);
    font-size: var(--text-xl);
}
#nav .navbar .navbar-end .btn {
    padding: 0 20px;
}
#nav .navbar {
    padding: 0px;
}
#nav .navbar .menu li a.active {
    position: relative;
}
#nav .navbar .menu li a.active::after {
    height: 4px;
    background:  var(--primary-color) !important;
}
#nav .navbar .menu li a:hover:after {
    height: 4px;
}
#nav .navbar .menu li a:after {
    background: #617085;
    height: 0px;
    width: 40px;
    content: "";
    position: absolute;
    bottom: -3px;
    margin: 0 auto;
    left: 0;
    right: 0;
}


@media only screen and (max-width: 768px) {
    .drawer-button {
        height: auto !important;
        padding: 22px !important;
        font-size: 25px !important;
    }
}

/* ================================= */

                        .spinner_9y7u {
                            animation: spinner_fUkk 2.4s linear infinite;
                            animation-delay: -2.4s;
                        }
                        .spinner_DF2s {
                            animation-delay: -1.6s;
                        }
                        .spinner_q27e {
                            animation-delay: -0.8s;
                        }
                        @keyframes spinner_fUkk {
                            8.33% {
                                x: 13px;
                                y: 1px;
                            }
                            25% {
                                x: 13px;
                                y: 1px;
                            }
                            33.3% {
                                x: 13px;
                                y: 13px;
                            }
                            50% {
                                x: 13px;
                                y: 13px;
                            }
                            58.33% {
                                x: 1px;
                                y: 13px;
                            }
                            75% {
                                x: 1px;
                                y: 13px;
                            }
                            83.33% {
                                x: 1px;
                                y: 1px;
                            }
                        }
.pswp {
    display: none !important;
}
.pagination {
    display: none;
}
.vote-page .text-content .kg-button-card {
    width: auto;
    justify-content: start;
    align-items: start;
    margin: 0px !important;
    flex: 1;
    min-width: 255px;
}

.vote-page .text-content {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.vote-page .text-content .kg-button-card .kg-btn {
    color: white !important;
    background: var(--primary-color) !important;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.137);
    transform: none !important;
    position: relative;
    overflow: hidden;
    height: 58px;
    padding: 0 20px;
    border: none !important;
    box-shadow: none !important;
    font-size: 20px;
    font-weight: 900;
    flex: 1;
    text-align: center;
    justify-content: center;
}

.vote-page .text-5xl.text-left {
    text-align: center;
}

.vote-page .card-body {
    padding: 60px;
}