.body-background {
    background-color: #0f1116;
    color: #ffffff;

}


body {
    padding-top: 70px;
}



.background-topic {
    position: relative;

    width: 100%;

}


.BackNewDash {
    width: 100%;

    height: auto;

}


.text-container {
    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 100%;

    text-align: center;

}


.text-overlay {
    font-size: 7rem;

    font-weight: bold;

    color: #ffffff;

    text-shadow:
        0 0 6px rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
    .text-overlay {
        font-size: 3rem;
    }
}



::-webkit-scrollbar-track {
    background: rgb(31, 31, 31);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(166, 101, 250, 0.6) !important;
}

::-webkit-scrollbar {
    width: 8px;
}

.btn-back-to-top {
    background-color: rgb(166, 101, 250);
}

.btn-back-to-top:hover {
    background-color: rgb(149, 91, 224) !important;
}







.bg-custom {
    background-color: #171920;

    padding: 15px;
}


.navbar-dark .navbar-nav .nav-link {
    font-family: "Barlow";
    color: white;

    transition: color 0.3s, border-bottom 0.3s;

    padding-bottom: 5px;

    border-bottom: 3px solid transparent;

}

.nav-link {
    padding: 10px 15px;

}



.navbar-dark .navbar-nav .nav-link:hover {
    color: #8f1ff8;

    border-bottom: 3px solid #8f1ff8;

    border-radius: 2px;

}


.nav-item {
    margin-right: 20px;

    font-size: 0.95rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.25;
    text-transform: uppercase;
}

.nav-item:last-child {
    margin-right: 0;

}

.navbar-dark .navbar-nav .nav-link.active:hover {
    background-color: rgba(255,
            255,
            255,
            0.1);

}

.image-logo-new {
    height: 50px;

}

.dropdown {
    margin-right: 10px;
}

.select-lang .dropdown-item img {
    margin-right: 8px;

}

.nav-item.dropdown .dropdown-menu {
    right: 0;

    left: auto;

}

.background-navbar {
    max-width: 100%;

    overflow-x: hidden;

}

.background-navbar-image {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-navbar-image .background {
    width: 100%;
    height: auto;
    object-fit: cover;

}


.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: white;
    white-space: nowrap;
    font-size: 100px;
    text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.8);
}



@media (max-width: 767px) {
    .background-navbar-image {
        min-height: 300px;

    }

    .background-navbar-image .background {
        min-height: 300px;

        object-fit: cover;

    }

    .overlay-text {
        font-size: 1.4rem;

        white-space: normal;

        padding: 0 20px;

    }

    .overlay-text {
        font-size: 30px;

    }

    .menu {
        margin-bottom: 25px;
    }


}

.left-space {
    margin-right: 10px;
}




@media (max-width: 991.98px) {
    .bg-custom {
        padding: 15px;
    }

    .nav-item {
        margin-right: 10px;
    }

    .imagem-logo {
        height: 40px;

    }

    .menu {
        margin-bottom: 25px;

    }


}


.nav-item .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
}

.nav-item .dropdown-menu.show {
    display: block;
}


@media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu {
        position: relative;
    }


}





.plataform-container {
    margin: 20px auto;

    width: 80%;

    max-width: 1200px;

    min-width: 300px;

}

.custom-content {
    background-color: #0B0C10;

    color: #fff;

    border-radius: 10px;

    padding: 20px;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

    text-align: center;

}






.form-control,
.form-select {
    background-color: #0B0C10;
    color: #ffffff;
    border: none;
    border-radius: 5px;
}

.input-group-text {
    background-color: #0B0C10;
    border: none;
}

.btn-danger {
    background-color: #7c1bd6;
    border: none;
}

.btn-danger:hover {
    background-color: #8f1ff8;
}

.text-click-rules {
    color: #8f1ff8;
    text-decoration: none;
}

.icon-register {
    margin-right: 10px;
}

.AlreadyAccountLink {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #8f1ff8;
    text-decoration: none;
}


.CheckRulesContainer {
    margin-top: 25px;
}




.PortalLogin {
    margin-top: -100px;
}

.PortalLoginContent {
    margin-top: 50px;
}




.VerifyEmailWarning {
    margin-top: -450px;
}

@media (max-width: 768px) {
    .ButtonToResendEmail {
        font-size: 1.2rem;

        width: 70%;

        padding: 0.8rem;

    }

    .VerifyEmailWarning {
        margin-top: 0px;
        margin-bottom: 100px;
    }

    .PortalLogin {
        margin-top: 5px;
    }

}



.ResetPasswordContainer {
    margin-top: -100px;
}



.rules-container {
    margin: 40px auto;

}

.rectangle {
    background-color: #1e1e1e;

    padding: 20px;
    font-size: 0.9rem;

    max-width: 800px;
    margin: 0 auto;

    border: 1px solid #cc3b3b;

}

.rectangle h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #fff;
}

.rectangle h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #ccc;
}

.rectangle hr {
    border-color: #cc3b3b;
}

.bordered-text {
    font-size: 1.3rem;
    color: #fff;
    font-weight: bold;
}

.space-subtitle-updates {
    font-size: 1.1rem;
    margin-top: 20px;
    color: #fff;
}

ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    color: #ccc;
}

ul li {
    margin-bottom: 10px;
}

ul li b {
    color: #fff;
}

.warining-rules {
    font-size: 1rem;
    margin-top: 20px;
    color: #ccc;
}

.full-container.w-100 {
    margin-bottom: 100px;
}



.patch-notes {
    background-color: #171920;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


@media (max-width: 768px) {
    .bordered-text {
        font-size: 20px;

    }

    .patch-notes {
        background-color: #171920;
        border-radius: 12px;
        padding: 20px;
        margin: 20px auto;
        max-width: 100%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
}


@media screen and (min-width: 1213px) and (min-height: 876px) {
    .back-to-info a .text {
        display: inline;

    }

    .back-to-info a .back-arrow {
        display: none;

    }
}

@media (max-width: 768px) {
    .rectangle {
        font-size: 12px;

    }
}

.space-subtitle-updates {
    margin-top: 15px;
}



.nav-item.dropdown .dropdown-menu {
    right: 0;
    left: auto;
}


.icon-update {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 15px;

}

.bordered-text {
    border-bottom: 0.5px solid rgb(92, 0, 128);

    display: inline-block;

}

.tooltip-game-container {
    position: relative;
    display: inline-block;
    z-index: 1000;

}

.tooltip-game-container .tooltip-game {
    visibility: hidden;
    max-width: 320px;
    min-width: 250px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 9999;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    white-space: normal;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    font-size: x-small;
}

.tooltip-game-container:hover .tooltip-game {
    visibility: visible;
    opacity: 1;
}

.tooltip-game-container .tooltip-game::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}


.guide-footer {
    background-color: #0b0c10;
    padding: 20px 0;
    text-align: center;
    font-family: "Barlow";
    margin-top: -100px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.footer-link {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-link:hover {
    color: #ccc;
}

.guide-footer-icons {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}
