body,
html {
    overflow-x: hidden;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: var(--font-montserrat);
    font-weight: 500;
}

div#loadingScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9999;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-source-pro-bold);
}

div#loading-img {
    width: 100px;
    height: 100px;
}

div#loading-img img#logo-moduk {
    width: 100%;
    width: 100%;
}

.navbar.navbar-expand-lg {
    background: #212529db;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 15;
    backdrop-filter: blur(10px);
    max-height: 70px;
}

.navbar.navbar-expand-lg .container-fluid {
    max-width: 90%;
}

.navbar-expand-lg .nav-link {
    color: #F8F9FA;
    opacity: 0.5 !important;
}

.navbar-expand-lg .nav-link.active,
.navbar-expand-lg .nav-link:hover {
    color: #FFFFFF !important;
    opacity: 1 !important;
}

.navbar-expand-lg .navbar-nav {
    gap: 30px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.navbar-menu-right {
    align-items: center;
    gap: 15px;
}

.navbar-menu-right .img-align-right {
    display: flex;
    gap: 15px;
}

img.menu-img-destaque {
    max-width: 55px;
    max-height: 50px;
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.button-menu{
    gap: 15px;
}

.button-menu button.button-textura {
    font-size: 15px;

}

.button-menu .button-textura-color {
    padding: 5px 10px;
}

@keyframes borderGlow {
    0% {
        border-color: #ffffff;
    }

    50% {
        border-color: greenyellow;
    }

    /* Escolha a cor do brilho intermediário */
    100% {
        border-color: #ffffff;
    }
}

@keyframes backgroundGlow {
    0% {
        background: #ffffff;
    }

    50% {
        background: greenyellow;
    }

    /* Escolha a cor do brilho intermediário */
    100% {
        background: #ffffff;
    }
}

.bg-menu-destaque {
    padding: 3px;
    border-radius: 5px;
    background: #595959;
    height: 50px;
    position: relative;
    width: 60px;
    border: solid 2px #ffffff;
    animation: borderGlow 2s infinite ease-in-out;
}

.bg-menu-destaque::before {
    background: #717171;
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 5px;
}

.bg-menu-destaque:hover::before {
    animation: backgroundGlow 2s infinite ease-in-out;
}

a.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    max-width: 70px;
    margin: 0;
    padding: 0;
}

.button-menu {
    width: max-content;
}

.hero-home {
    height: 100vh;
    width: 100%;
    background: url(../img/bg-hero-moduk.webp);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-home .hero-content-center {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-home .hero-content-center img {
    width: 100%;
}

.button-hero-center button {
    width: 180px;
    height: 60px;
    font-size: 25px;
}

.link-discord {
    position: fixed;
    right: 0;
    top: 50%;
    width: 70px;
    padding: 5px;
    z-index: 1000;
    background: #313338;
    border-top-left-radius: 25%;
    border-bottom-left-radius: 25%;
}

.link-discord img {
    width: 100%;
}

.divisor-secoes {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 5px;
}

.divisor-secoes div {
    position: absolute;
    bottom: -35px;
    overflow: hidden;
    width: 100%;
}

.divisor-secoes img {
    height: 70px;
    width: 100%;
    scale: 1.1;
}

.explore-modukot {
    height: 100%;
    width: 100%;
    background: url(../img/bg-explore.webp);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    overflow: hidden;
}

.swiper-road-map {
    position: relative;
    z-index: 1;
}

.swiper-button-prev,
.swiper-button-next {
    background: #914b1dc4;
    padding: 25px;
    border-radius: 100%;
    color: white;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #914b1d;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 25px;
    font-weight: bold;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 25px;
    font-weight: bold;
}

.swiper-pagination-bullet {
    background: var(--cor-swiper-active);
    opacity: .50;

}

.swiper-pagination-bullet-active {
    background: var(--cor-swiper-active);
    opacity: 1;
}

.swiper-road-map .titulo-banner {
    position: absolute;
    bottom: 25px;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 60px;
    text-transform: uppercase;
    color: white;
    font-family: var(--font-montserrat);
    font-weight: bold !important;
    z-index: 2;
}

.head-titulo {
    text-align: center;
    padding-top: 100px;
}

.head-titulo span {
    top: 25px;
    font-size: 25px;
    position: relative;
}

.gsap-animated {
    visibility: visible;
    /* ou outra propriedade que você deseja manter após a animação */
    opacity: 1 !important;
}

.head-titulo h1,
.head-titulo h2 {
    font-size: 90px;
}

.tabs-direction-right {
    flex-direction: row-reverse;
    width: 1060px;
    margin: 0 auto;
    margin-top: 50px;
}

.tabs-direction-start.selected-classe {
    width: 1060px;
    margin: 0 auto;
    margin-top: 50px;
    align-items: center !important;
    padding-bottom: 50px;
}

.tabs-direction-right .nav-link {
    border-radius: 5px;
    background: var(--Base-color-2, #2D2F33);
    width: auto;
    height: 100px;
    color: #CDAD5E;
    font-weight: 700;
    font-family: var(--font-montserrat);
}

div#v-pills-tabContent {
    border-radius: 5px;
    background: var(--Base-color-2, #2D2F33);
    height: 445px;
    width: 100%;
    margin-right: 50px;
    color: white;
    overflow: hidden;
}

div#v-pills-tab {
    display: flex;
    gap: 15px;
}

.box-informativa {
    display: flex;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 5px;
    background: var(--Base-color, #181a1ec7);
    text-align: center;
}

.selected-classe div#v-pills-tabContent {
    margin: 0;
    margin-left: 50px;
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
}

.box-informativa h3 {
    color: #CDAD5E;
}

div.tab-pane.active {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 20px 0px 0px;
    background-size: cover !important;
}

div.selected-classe .nav-link {
    border-radius: 100%;
    background: #FDE5B2;
    color: #000;
    font-family: var(--font-montserrat);
    font-weight: bold;
    font-style: italic;
    width: 40px;
    height: 40px;
    padding: 0;
}

div.selected-classe .nav-link h4 {
    margin: 0;
    font-size: 20px;
    position: relative;
    right: 2px;
}

div.selected-classe .nav-link.active h4 {
    font-size: 35px;
}

div.selected-classe .nav-link.active {
    border-radius: 100%;
    width: 45px;
    height: 45px;
    color: #000;
    background: #B0FCFF;
    box-shadow: 0 0 0 5px #000,
        /* Espessura da borda externa */
        0 0 0 8px #FDE5B2;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selected-classe div#v-pills-tab::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #d2b48c;
    transform: translateX(-50%);
    z-index: -1;
}

.selected-classe div#v-pills-tab {
    align-items: center;
    position: relative;
    z-index: 1;
    height: max-content;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.box-informativa-classe {
    transition: transform 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 40px;
    padding-bottom: 40px;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 40%, rgba(0, 0, 0, 0.9473039215686274) 105%, rgba(0, 0, 0, 1) 100%);
    position: relative;
    z-index: 1;
}

.box-informativa-classe img {
    transition: transform 0.3s ease;
    width: 300px;
    height: 100%;
    position: relative;
    scale: 1.2;
    bottom: 25px;
}

.box-informativa-classe .content-texto p {
    margin: 0;
}


.box-informativa-classe h3 {
    color: #FDE5B2;
    text-transform: uppercase;
    font-size: 40px;
}

.selected-classe div#v-pills-tabContent div.tab-pane {
    justify-content: flex-end;
    position: relative;
    padding: 0 !important;
    transition: opacity 0.3s ease;
}

.classe-position {
    height: 300px;
    position: relative;
    top: 45px;
    width: 300px;
}

.road-map {
    width: 1060px;
    margin: 0 auto;
    padding-top: 100px;
}

.head-road-map {
    width: 100%;
    position: relative;
}

.head-road-map img {
    position: absolute;
    right: 0;
    bottom: -225px;
    max-width: 500px;
    z-index: 1;
}

.head-road-map span {
    font-style: italic;
    color: #FECD6A;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    top: 30px;
    left: 25px;
}

.head-road-map h2 {
    font-style: italic;
    color: #CE8A00;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 110px;
}

.road-map-banner p {
    font-size: 35px;
    margin: 0;
    text-transform: uppercase;
}

.road-map-banner {
    border-radius: 5px;
    background: #373737;
    margin-top: 50px;
    min-height: 350px;
    padding: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 30px;
    color: white;
    background-image: url(../img/banner-roadmap-1.webp);
    background-position: right;
    background-size: 800px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.swiper-road-map .swiper-slide {
    background: white;
    height: 300px;
    border-radius: 5px;
    padding: 20px;
    background-size: cover !important;
    overflow: hidden;
}

.swiper-road-map .swiper-slide::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.9473039215686274) 100%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.selected-classe .tab-content video {
    position: absolute;
    width: 100%;
    height: 100%;
    scale: 1.4;
}

.button-textura {
    background: url(../img/testura.svg);
    background-size: cover;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    z-index: 2;
    padding: 0;
    color: white;
    border: unset;
}

.button-textura-color {
    height: 100%;
    width: 100%;
    padding: 10px;
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    border: solid 3px #665656;
    box-shadow: inset 0 0 10px #000000;
}

.button-textura-color:hover {
    animation: borderGlow 2s infinite ease-in-out;
}

.bg-btn-green {
    background: #225416b0;
}

.bg-btn-yellow {
    background: #BC8344b0;
}

.bg-btn-yellow a {
    color: white;
    text-decoration: unset;
}

.bg-btn-red {
    background: #8F231Fb0;
}

.bg-btn-blue {
    background: #1927A0b0;
}

.pagina-principal .bg-btn-green:hover {
    background: #1927A0b0;
}

.pagina-principal .bg-btn-yellow:hover {
    background: #8F231Fb0;
}

.pagina-principal .bg-btn-blue:hover {
    background: #8F231Fb0;
}

.pagina-principal .bg-btn-red:hover {
    background: #1927A0b0;
}

.secao-passe-de-batalha {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) -10%, rgba(0, 0, 0, 0.9473039215686274) 60%, rgba(0, 0, 0, 1) 100%);
}

.secao-passe-de-batalha .fundo-desfocado {
    position: absolute;
    top: -1%;
    left: -1%;
    width: 102%;
    height: 102%;
    background: url(../img/bg-battle-pass.webp) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    filter: blur(5px);
    z-index: -1;
}

.battle-pass {
    width: 1060px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.img-book-pass {
    width: 100%;
    height: 100%;
    position: relative;
}

.pass-item {
    position: relative;
    width: 90px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.pass-item:last-of-type {
    margin-bottom: unset;
}

.pass-item h5 {
    position: absolute;
    bottom: -8px;
    right: 0;
    font-size: 35px;
    color: white;
}

.pass-batalha .card-ultimate {
    border-radius: 5px;
    border: 6px solid #380001;
    background: #5A0C0D;
}

.pass-batalha .card-basic {
    border-radius: 5px;
    border: 6px solid #020841;
    background: #1927A0;
}

.pass-batalha .card-bg-unset {
    background: unset;
    border: unset;
    position: relative;
    display: flex;
    align-items: center;
}

.pass-batalha {
    align-items: center;
    padding-bottom: 50px;
    padding-top: 50px;
}

.pass-batalha .card-title {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 45%;
    font-size: 45px;
}

.secao-passe-de-batalha .pass-batalha .card-title {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.9473039215686274) 60%, rgba(0, 0, 0, 1) 100%);
    text-shadow: -3px -3px 0 #5A0C0D, 3px -3px 0 #5A0C0D, -3px 3px 0 #5A0C0D, 3px 3px 0 #5A0C0D;
    margin: 0;
}

.secao-passe-de-batalha-basico .pass-batalha .card-title {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.9473039215686274) 60%, rgba(0, 0, 0, 1) 100%);
    text-shadow: -3px -3px 0 #1927A0, 3px -3px 0 #1927A0, -3px 3px 0 #1927A0, 3px 3px 0 #1927A0;
    margin: 0;
}

.justify-content-flex-end {
    justify-content: flex-end;
}

.cards-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card.card-ultimate.solo,
.card.card-basic.solo {
    height: 160px;
    display: flex;
}

.card.card-ultimate.solo .card-body,
.card.card-basic.solo .card-body {
    display: flex;
    align-items: center;
}

.card.card-ultimate.solo .pass-item,
.card.card-basic.solo .pass-item {
    width: 85%;
}

.pass-item-inline {
    display: flex;
    gap: 20px;
}

.section-construa {
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1060px;
    margin: 0 auto;
}

.section-donate {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding-top: 150px;
    padding-bottom: 100px;
    background: url(../img/bg-donate.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.section-donate::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: #000000b3;
}

.bg-black-info {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.9473039215686274) 70%, rgba(0, 0, 0, 1) 100%);
}

.body-donate,
.doar-para-modukot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1060px;
    margin: 0 auto;
}

.body-construa p {
    color: white;
}

.head-server-info,
.head-page-ranking {
    text-align: center;
}

.head-construa span,
.head-server-info span,
.head-page-ranking span {
    font-size: 30px;
    position: relative;
    top: 35px;
}

.head-construa h2,
.head-server-info h2,
.head-page-ranking h2 {
    font-size: 100px;
}

img.construa-a-modukot {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.column {
    flex-direction: column;
}

.body-page-ranking table.table {
    max-width: 100%;
    margin: 0 auto;
}

.body-page-ranking .column-head {
    max-height: 40px;
    max-width: 95%;
    margin: 0 auto;
}

.table-head-ranking tr th:first-child,
.tbody-head-ranking tr td:first-child {
    padding-left: 40px;
}

.filtros-do-ranking {
    max-width: 95%;
    margin: 0 auto;
    /* background: rgba(45, 47, 51); */
    padding-bottom: 10px;
    border-radius: 0px 0px 5px 5px;
}

.filtros-do-ranking .btn-group {
    width: 100%;
}

.filtros-do-ranking .btn-group .btn {
    border-radius: 0;
    background: #282828;
    border: unset;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}

.filtros-do-ranking ul.dropdown-menu {
    border-radius: 0;
    background: #282828;
    border-top: solid 1px #FFF;
    width: 100%;
    padding: 0;
}

.filtros-do-ranking ul.dropdown-menu a.dropdown-item {
    color: white;
}

.filtros-do-ranking ul.dropdown-menu a.dropdown-item:hover {
    background: #585858;
}

.filtro-ranking-online {
    height: 50px;
    display: flex;
    justify-content: space-between;
    background: #282828;
    color: white;
    padding: 0px 10px;
}

.filtro-ranking-online p {
    margin: 0;
}

button.filtrar-btn {
    display: flex;
    margin: 0 0 0 auto;
    position: relative;
    right: 10px;
}

.filtrar-btn .button-textura-color {
    padding: 5px 10px;
    font-size: 15px;
}

.btn-filtros-align-end {
    display: flex;
    width: max-content;
    gap: 10px;
    padding: 0;
    margin: 0;
}


.table-head-ranking tr th {
    position: relative;
    cursor: pointer;
    /* Opcional: adiciona um indicador visual de que o cabeçalho é clicável */
}

.table-head-ranking tr th:hover,
tbody.tbody-head-ranking tr:hover {
    background: var(--ton-de-marrom-amarelo-1);
}

.table-head-ranking tr th::after {
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.dir-asc::after {
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    /* Seta aponta para cima */
    border-top: 0 !important;
    /* Seta aponta para cima */
}

.dir-desc::after {
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid;
    /* Seta aponta para baixo */
}

.footer-paginacao {
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
    height: 50px;
    background-color: #585858;
    border-radius: 0px 0px 5px 5px;
    padding: 0px 10px;
}

.footer-paginacao button.dropdown-toggle,
.footer-paginacao button.dropdown-toggle:hover {
    background: #282828;
    border-radius: unset;
    border: unset;
    font-size: 15px;
    height: 30px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
}

.footer-paginacao ul.dropdown-menu {
    width: 100%;
    border-radius: unset;
    background: #282828;
    border: solid 1px #FFF;
    border-left: 0;
    border-right: 0;
    min-width: max-content;
    padding: 0;
}

.footer-paginacao ul.dropdown-menu li a {
    color: white;
}

.footer-paginacao ul.dropdown-menu li a.active,
.filtros-do-ranking ul.dropdown-menu a.dropdown-item.active {
    background: var(--ton-de-marrom-amarelo-1) !important;
    cursor: not-allowed;
}

.footer-paginacao ul.dropdown-menu li a:hover {
    background: #585858;
}

.footer-paginacao .btn-proximo,
.footer-paginacao .btn-anterior {
    height: 30px;
    background: #282828;
    color: white !important;
    border: unset;
    border-radius: unset;
    line-height: 1;
}

.footer-paginacao .btn-proximo:hover,
.footer-paginacao .btn-anterior:hover {
    background: #282828;
}

.footer-paginacao .btn-proximo.desativado,
.footer-paginacao .btn-anterior.desativado {
    background: #6c757d;
    cursor: not-allowed;
}

.filter-nome-personagem input.filter-nome {
    width: 100%;
    height: 50px;
    background: #282828;
    border: unset;
    padding: 10px;
    color: white;
    font-size: 20px;
    outline: unset;
    box-shadow: unset;
}

.filter-nome-personagem input.filter-nome::placeholder {
    color: white;
    background: #282828;
    outline: unset;
    box-shadow: unset;
}

.head-page-ranking {
    background: url(../img/game/header-ranking.jpg);
    padding: 40px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    z-index: 1;
}

.head-page-ranking::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000070;
    left: 0;
    top: 0;
    z-index: -1;
}

.lista-ranking-filtros {
    overflow: auto;
    max-width: 95%;
    margin: 0 auto;
}

.pointer-events-none {
    pointer-events: none;
}

.box-btn-doacao .spinner-border {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
}

.donate-obrigado {
    height: 100%;
    background: #383838;
    display: flex;
    align-items: center;
    padding-top: 130px;
    padding-bottom: 100px;
}
.box-obrigado {
    background: #585858;
    width: 1060px;
    height: 500px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 40px 100px;
    text-align: center;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.box-obrigado img {
    height: 100%;
    width: max-content;
    max-height: 180px;
}
.box-obrigado h1 {
    color: #89D902;
    text-align: center;
    font-size: 50px;
    margin: 0;
}

.box-obrigado p {
    color: white;
    margin: 0;
}

.button-textura .button-textura-color.bg-btn-yellow {
    font-size: 15px !important;
    line-height: normal;
    height: 65px;
    display: flex;
    padding: 20px !important;
}

.button-construa {
    display: flex;
    gap: 20px;
}

.footer {
    max-width: 1060px;
    margin: 0 auto;
    padding: 50px 0;
    color: white;
}

img.logo-footer {
    width: 100%;
    display: flex;
    max-width: 250px;
}

ul.menu-termos {
    display: inline-flex;
    list-style: none;
    padding: 0;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.livre-12-anos {
    display: flex;
    gap: 10px;
    align-items: center;
}

.lista-livre p {
    margin: 0;
    font-size: 15px;
}

.design-frontend-backend {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.design-texto p,
.copyright p {
    margin: 0;
}

.copyright {
    display: flex;
    justify-content: end;
}

.lg-dp-none {
    display: none;
}

html {
    min-width: 380px;
}

.bg-login {
    height: 100vh;
    width: 100%;
    background: url(../img/bg-login.webp);
    background-size: cover;
}

.bg-cadastro {
    height: 100vh;
    width: 100%;
    background: url(../img/bg-cadastro.webp);
    background-size: cover;
}

.bg-personagem {
    height: 100vh;
    width: 100%;
    background: url(../img/bg-login.webp);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-login {
    background: #00000040;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #000;
}

.form-login.dark {
    background: rgba(18, 30, 46, 0.90);
}

.form-login form {
    width: 70%;
    color: white;
}

.form-login form h1 {
    color: #CDBDA0;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
}

.form-login form input.form-control {
    background: #161A1A;
    color: white;
    height: 45px;
    width: 100%;
    border-radius: unset;
    position: relative;
}

.form-login form input::placeholder {
    background: #161A1A;
    color: white;
}

input.form-check-input {
    border-radius: unset !important;
    background-color: #161A1A;
    border: solid 1px #48753D;
}

.form-login form .button-textura {
    width: 100%;
}

.form-login .links-login {
    display: flex;
    margin: auto;
    flex-direction: column;
    text-align: center;
    text-decoration: underline;
}

.form-login .links-login a {
    color: #CDBDA0;
}

/* Adiciona um ícone usando pseudo-elemento ::after */
input[type="date"]::after {
    content: "\1F4C5";
    /* Código Unicode do ícone, você pode escolher outro */
    font-size: 20px;
    /* Tamanho do ícone */
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    pointer-events: none;
}

.login-logo {
    display: flex;
    align-items: center;
    height: 100vh;
}

.login-logo img {
    width: 200px;
    margin: 0 auto;
    height: auto;
}

.form-login .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.selecao-card-personagem.druida {
    height: 250px;
    background: url(../img/druida.webp);
    background-size: cover;
}

.selecao-card-personagem.knight {
    height: 250px;
    background: url(../img/knight.webp);
    background-size: cover;
}

.selecao-card-personagem.sorcerer {
    height: 250px;
    background: url(../img/sorcerer.webp);
    background-size: cover;
}

.selecao-card-personagem.paladin {
    height: 250px;
    background: url(../img/paladin.webp);
    background-size: cover;
}

.selecao-card-personagem.monk {
    height: 250px;
    background: url(../img/monk.png);
    background-size: cover;
}

.lista-habilidades {
    display: flex;
    justify-content: center;
}

.card.card-personagem ul {
    margin: 0;
    list-style: none;
    gap: 25px;
    padding: 0;
    align-items: center;
    position: relative;
    z-index: 1;
}

.card.card-personagem ul li {
    background: #FDE5B2;
    display: flex;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    box-shadow: 0 0 0 4px #000, 0 0 0 6px #FDE5B2;
    overflow: hidden;
    align-items: center;
}

.card.card-personagem ul::before {
    height: 2px;
    width: 100%;
    background: #FDE5B2;
    content: "";
    position: absolute;
    z-index: -1;
}

.separador-card {
    background: url(../img/divisor-borda.png), lightgray -308px 0.111px / 243.671% 299.223% no-repeat;
    height: 5px;
}

.card.card-personagem ul li img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    max-width: 25px;
    max-height: 25px;
}

.card.card-personagem ul li.selected-destaque img {
    max-width: 45px;
    max-height: 45px;
}

.card-personagem .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 250px;
}

.card.card-personagem ul li.selected-destaque {
    height: 70px;
    width: 70px;
}

.card.card-personagem h5.card-title {
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    color: #FDE5B2;
}

.card.card-personagem {
    border: solid 1px #000;
    background: #00000040;
    border-radius: 5px;
}

/* Estilos do cartão */
.card.card-personagem.has-content {
    transition: transform 0.6s;
    /* Tempo de transição da rotação */
    transform-style: preserve-3d;
    /* Mantém o estilo 3D durante a rotação */
}

/* Efeito hover */
.card.card-personagem.has-content.active {
    transform: rotateY(180deg);
    border: solid 1px #00000000;
    background-image: linear-gradient(163deg, #FDE5B2 0%, #FDE5B2 100%);
    box-shadow: 0px 0px 30px 1px #FDE5B2;
}

.content-card-show {
    height: 99%;
    width: 99%;
    background: #212529;
    position: absolute;
    z-index: 3;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s, visibility 0.6s;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.card-body.has-content-hide {
    position: relative;
}

.card-body button.btn-icon-plus {
    display: none;
}

.card-body.has-content-hide button.btn-icon-plus {
    display: flex;
}

button.btn-icon-plus {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: unset;
    background: #d0d0d0;
    border-radius: 0px 0px 0px 10px;
    font-size: 35px;
    display: flex;
    align-items: center;
}

.card.card-personagem.has-content.active .content-card-show {
    opacity: 1;
    visibility: visible;
}

.card.card-personagem.has-content.active .selecao-card-personagem,
.card.card-personagem.has-content.active .separador-card,
.card.card-personagem.has-content.active .card-body {
    opacity: 0;
}

.card.card-personagem.has-content.active .content-inner {
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    color: white;
    padding: 40px 10px 10px;
    font-size: 15px;
}

.informacoes-card {
    overflow: auto;
    padding-right: 5px;
}

button.btn-remove-active {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%, 0px);
    font-size: 18px;
    width: 130px;
    border: unset;
    background: var(--bs-white);
    border-radius: 5px;
}

/* Estilização geral da barra de rolagem */
.informacoes-card::-webkit-scrollbar {
    width: 5px;
    /* Largura da barra de rolagem */
    height: 5px;
    /* Altura da barra de rolagem (para rolagem horizontal) */
}

/* Estilização do "track" da barra de rolagem (parte onde a barra desliza) */
.informacoes-card::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Cor de fundo do track */
    border-radius: 5px;
    /* Cantos arredondados */
}

/* Estilização do "thumb" da barra de rolagem (a barra de rolagem em si) */
.informacoes-card::-webkit-scrollbar-thumb {
    background: #888;
    /* Cor do thumb */
    border-radius: 5px;
    /* Cantos arredondados */
}

/* Altera a cor do thumb quando o mouse passa por cima ou está sendo arrastado */
.informacoes-card::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Cor do thumb ao passar o mouse */
}

.card.card-personagem.has-content:hover .content-inner ul::before {
    display: none;
}

.card.card-personagem ul::before {
    height: 2px;
    width: 100%;
    background: #FDE5B2;
    content: "";
}

.dados-do-personagem {
    display: flex;
    align-items: center;
    gap: 100px;
    width: 100%;
    justify-content: center;
    padding-top: 85px;
}

.dados-do-personagem .form-login {
    width: 50%;
    height: 505px;
    border-radius: 5px;
}

.dados-do-personagem .card.card-personagem {
    border: solid 1px #000;
    background: #00000040;
    border-radius: 5px;
    width: 25%;
}

.dados-do-personagem select.form-select {
    height: 45px;
    border-radius: unset;
}

.sucesso-download {
    display: flex;
    flex-direction: column;
    background: #00000040;
    color: white;
    padding: 50px;
    border-radius: 5px;
    text-align: center;
}

.dados-do-personagem h1 {
    color: #FFF;
    font-family: var(--font-montserrat);
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
}

.dados-do-personagem a {
    color: #CDBDA0 !important;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: underline !important;
}

.d-sm-show {
    display: none;
}

.termos-e-privacidade {
    height: 100%;
    background: #343a40;
    padding: 180px 80px 80px;
}

.termos-e-privacidade .politica-body {
    padding: 40px;
    background: #495057;
    border-radius: 5px;
    color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    /* Sombra interna para destacar */
    line-height: 1.6;
    /* Melhor legibilidade */
}

ul.menu-termos a {
    color: white;
    text-decoration: none;
}

.server-info {
    background: url(../img/bg-server-info.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 1;
    width: 100%;
    min-height: 100vh;
}

.server-info::after,
.section-donate-slide::after {
    content: "";
    background: #00000090;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.server-info-body {
    width: 1060px;
    margin: 0 auto;
}

.section-donate-slide {
    background: url(../img/bg-donate.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    height: 100%;
    padding-bottom: 100px;
    z-index: 1;
}

.head-doar-para-modukot {
    text-align: center;
}

.head-doar-para-modukot span,
.head-doar-para-modukot h3 {
    color: white;
    font-size: 40px;
}

.head-doar-para-modukot h2 {
    font-family: var(--font-montserrat);
    font-style: italic;
    font-size: 70px;
    color: #C28B1A;
    font-weight: 900;
}

.head-doar-para-modukot h3 span {
    color: #C28B1A;
}

.head-doar-para-modukot span.sub-titulo {
    position: relative;
    top: 16px;
    left: 8px;
    font-size: 35px;
}

.doar-btn-vazado {
    border-radius: 5px;
    border: 2px solid #03B2CF;
    background: #000;
    color: white;
    padding: 5px;
}

.doar-btn-preenchido {
    border-radius: 5px;
    border: 2px solid #000;
    background: #0FC6E3;
    color: white;
    padding: 5px;
}

.swiper-donate {
    width: 70%;
    margin: 0 auto;
    height: 400px;
    position: relative;
}

.swiper-donate .swiper-slide {
    border-radius: 5px;
    overflow: hidden;
    color: white;
    padding: 60px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}

.swiper-donate .swiper-slide::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.9473039215686274) 70%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.swiper-donate .swiper-slide h4 {
    color: #FDE5B2;
    font-size: 50px;
}

.swiper-donate .swiper-pagination {
    position: relative;
    top: unset !important;
    bottom: 35px;
    display: flex;
    justify-content: flex-end;
    right: 60px;
    left: unset;
}

.swiper-donate .swiper-pagination-bullet,
.swiper-donate .swiper-pagination-bullet-active {
    transition: width 1.8s ease;
    border-radius: 5px;
    background: #FDE5B2;
}

.swiper-donate .swiper-pagination-bullet {
    width: 8px;
}

.swiper-donate .swiper-pagination-bullet-active {
    width: 50px;
    height: 8px;
    border-radius: 5px;
}

.head-packages {
    position: relative;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 300px;
}

.head-packages span {
    color: #CDAD5E;
    font-family: var(--font-montserrat);
    font-weight: bold !important;
    position: relative;
    top: 30px;
    font-size: 35px;
    z-index: 3;
    position: relative;
}

.head-packages h2 {
    color: #C28B1A;
    font-family: var(--font-montserrat);
    font-weight: bold !important;
    font-size: 80px;
    font-style: italic;
    z-index: 3;
    position: relative;
}

.head-packages img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -60px);
    height: 550px;
    z-index: 2;
}

.bg-black-donate-reverse {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.9473039215686274) 90%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.direitos-and-design {
    width: max-content;
}

.server-info-tabs .nav-tabs {
    border: unset;
    background: #282828;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
    border-radius: 5px;
    padding: 0 2px;
    height: 38px;
    display: flex;
    align-items: center;
}

.server-info-tabs .nav-tabs .nav-link.active,
.server-info-tabs .nav-tabs .nav-link {
    margin: 0;
    padding: 5px 25px;
    border: unset;
    border-radius: 5px !important;
    color: white;
    opacity: 0.7;
    font-weight: bold;
    transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out; /* Adiciona transição */
}

.server-info-tabs .nav-tabs .nav-link.active {
    background: #404040;
    color: white;
    opacity: 1;
}


.card-tab-gray {
    background: #404040;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
}

.card-tab-gray p {
    margin: 0;
    color: #FFF;
    opacity: 0.8;
}

h2.tab-title {
    color: white;
    font-size: 30px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    gap: 5px;
}

h2.tab-title span {
    font-family: var(--font-montserrat);
    font-size: 15px;
}

.tab-gray-column {
    flex-direction: column;
    background: #282828;
    border-radius: 5px;
    text-align: center;
    color: white;
    display: flex;
    padding: 10px;
    justify-content: center;
}

.tab-gray-column.light {
    border: solid 1px #282828;
    background: #00000000;
}

.tab-gray-column.tab-full {
    font-size: 15px;
    padding: 5px;
}

.tab-gray-column h3 {
    margin: 0;
    font-size: 23px;
}

.space-between-column {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.server-info-rules {
    padding-bottom: 50px;
    background: #212121;
    padding-top: 50px;
}

.server-info-body-rules {
    max-width: 1060px;
    margin: 0 auto;
    color: white;
}

.server-info-body-rules .head-server-info {
    text-align: left;
}

@keyframes moonAnimation {
    0% {
        transform: translateY(0)translatex(0);
    }

    50% {
        transform: translateY(-800px)translatex(1500px);
        /* Ajuste a altura que a lua vai subir */
    }

    100% {
        transform: translateY(-800px)translatex(1500px);
    }
}

.moon {
    /* Adicione os estilos iniciais da lua aqui */
    transition: transform 1s ease-in-out;
    animation: moonAnimation 200s linear infinite;
    /* Ajuste a duração da animação conforme necessário */
}

@keyframes NuvemAnimation {
    0% {
        transform: translateX(-1550px);
    }

    50% {
        transform: translateX(1550px);
    }

    100% {
        transform: translateX(1550px);
    }
}

.nuvem {
    /* Adicione os estilos iniciais da lua aqui */
    transition: transform 1s ease-in-out;
    animation: NuvemAnimation 100s linear infinite;
    /* Ajuste a duração da animação conforme necessário */
}

.parallax-home-page .parallax {
    position: absolute;
}

.parallax-home-page {
    position: relative;
    height: 800px;
    width: 100%;
    overflow: hidden;
}

.parallax-home-page .parallax:nth-child(1) {
    z-index: 1;
}

.parallax-home-page .parallax:nth-child(1) img {
    height: 100%;
    width: 100%;
}

.parallax-home-page .parallax:nth-child(2) {
    z-index: 2;
    bottom: 0;
}

.parallax-home-page .parallax:nth-child(2) img {
    height: 100%;
    width: 100%;
}

.parallax-home-page .parallax:nth-child(3) {
    right: -250px;
    height: 100%;
    bottom: 0;
    z-index: 3;
}

.parallax-home-page .parallax:nth-child(3) img {
    height: 100%;
    width: 100%;
    max-width: 410px;
    max-height: 800px;
}

.parallax-home-page .parallax:nth-child(4) {
    left: -700px;
    height: 100%;
    bottom: 0;
    z-index: 4;
    display: flex;
    align-items: flex-end;
}

.parallax-home-page .parallax:nth-child(4) img {
    height: 100%;
    width: 100%;
    max-height: 800px;
    max-width: 928px;
}

.parallax-home-page .parallax:nth-child(5) {
    left: 50%;
    height: 760px;
    width: 760px;
    bottom: 0;
    transform: translate(-50%, 200px);
    z-index: 5;
}

.parallax-home-page .parallax:nth-child(5) img {
    height: 100%;
    width: 100%;
    max-height: 760px;
    max-width: 760px;
}

.parallax-home-page .parallax:nth-child(6) {
    left: 15%;
    height: 150px;
    top: 200px;
    transform: translate(-50%, 0px);
    z-index: 2;
}

.parallax-home-page .parallax:nth-child(6) img {
    height: 100%;
    width: 100%;
    max-width: 462px;
    max-height: 150px;
}

.parallax-home-page .parallax:nth-child(7) {
    left: 65%;
    height: 150px;
    top: 20px;
    transform: translate(-50%, 0px);
    z-index: 2;
}

.parallax-home-page .parallax:nth-child(7) img {
    height: 100%;
    width: 100%;
    max-width: 434px;
    max-height: 150px;
}

.parallax-home-page .parallax:nth-child(8) {
    left: 25%;
    height: 150px;
    top: 20px;
    transform: translate(-50%, 0px);
    z-index: 2;
}

.parallax-home-page .parallax:nth-child(8) img {
    height: 100%;
    width: 100%;
    max-width: 338px;
    max-height: 150px;
}

.parallax-home-page .parallax:nth-child(9) {
    z-index: 2;
    bottom: 0;
}

.parallax-home-page .parallax:nth-child(9) img {
    height: 100%;
    width: 100%;
}

.parallax-home-page .parallax:nth-child(10) {
    z-index: 1;
    left: 20%;
    width: 200px;
    bottom: 20%;
}

.parallax-home-page .parallax:nth-child(10) img {
    height: 100%;
    width: 100%;
    max-width: 200px;
    max-height: 188px;
}

.hero-content-center {
    position: absolute;
    z-index: 12;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-content-center img {
    max-width: 700px;
}

.page-guilds,
.page-page-ranking {
    height: 100%;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.page-page-ranking {
    background: #282828;
    height: 100%;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
}

.bg-donate {
    background: url(../img/bg-fixed-donate.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    z-index: 1;
}

.bg-donate::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) -10%, rgba(0, 0, 0, 0.9473039215686274) 70%, rgba(0, 0, 0, 1) 100%);
}

.page-guilds {
    background: url(../img/bg-cadastro.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    z-index: 1;
}

.page-page-ranking {
    background: url(../img/ranking.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    position: relative;
    z-index: 1;
}

.page-guilds::after,
.page-page-ranking::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) -10%, rgba(0, 0, 0, 0.9473039215686274) 70%, rgba(0, 0, 0, 1) 100%);
}

.body-guilds,
.body-page-ranking {
    width: 1060px;
    margin: 0 auto;
}

.body-page-ranking {
    background: #383838;
    height: 100%;
    border-radius: 5px;
    padding-bottom: 40px;
    overflow: hidden;
}

.button-builds {
    font-size: 15px;
}

.button-builds .button-textura-color {
    padding: 5px 10px;
}

.div-info-flex {
    max-width: 70%;
    margin: 0 auto;
    background: #404040;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
    color: white;
    font-weight: 600;
}

.div-info-flex p {
    margin: 0;
}

.div-info-flex a {
    padding: 10px;
    color: #CDBDA0 !important;
}

img.logo-guilds {
    max-width: 60px;
    max-height: 60px;
    margin: 0 auto;
    border-radius: 5px;
}

span#FriendStatus {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.ranking-destaque-info p {
    color: #CE8A00;
    font-weight: 600;
}

.ranking-info p {
    color: #FFFFFF;
    font-weight: 600;
}

.ranking-destaque-info p,
.ranking-info p {
    text-align: center;
}

.top-high-ranking {
    max-width: 1060px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 60px;
}

.top-high-ranking .card-group {
    justify-content: center;
    gap: 10px;
}

.top-high-ranking .card {
    position: relative;
    max-width: 300px;
    background: unset;
    border-radius: 30px !important;
    border: unset;
}

.top-high-ranking .card.ranking-one {
    bottom: 60px;
}

.top-high-ranking .card img.img-top-ranking {
    height: 100%;
    width: 100%;
    max-height: 300px;
    max-width: 300px;
    margin: 0 auto;
}

.ranking-trofeu {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    border-radius: 5px;
    font-weight: bold;
}

.ranking-trofeu.top-1 {
    background: #0FC6E3;
    box-shadow: 0 0 0 4px #000, 0 0 0 6px #0FC6E3;
}

.ranking-trofeu.top-2 {
    background: #FDE5B2;
    box-shadow: 0 0 0 4px #000, 0 0 0 6px #FDE5B2;
}

.ranking-trofeu.top-3 {
    background: #FEEE7D;
    box-shadow: 0 0 0 4px #000, 0 0 0 6px #FEEE7D;
}

.top-high-ranking .card-body {
    background: #00000090;
    border-radius: 0px 0px 30px 30px;
    backdrop-filter: blur(10px);
}

.card-ranking-nome {
    color: #CE8A00;
    text-align: left;
    text-transform: uppercase;
    font-size: 35px;
}

.card-ranking-classe {
    color: #FECD6A;
    text-align: left;
    font-size: 25px;
}

.card-ranking-classe span {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
}

.card-ranking-points {
    font-size: 20px;
    color: white;
    text-align: left;
}

.divisor {
    background: url(../img/divisor-borda.png);
    height: 3px;
    background-size: cover;
}
.detalhes-da-conta {
    padding-top: 100px;
    padding-bottom: 50px;
    height: 100%;
    background: #282828;
}
.corpo-detalhes {
    width: 100%;
    max-width: 1060px;
    background: #383838;
    border-radius: 5px;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
}
.column-details {
    height: auto;
    width: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.column-details:last-of-type{
    margin-bottom: 0;
}
.column-head,.content-body-head {
    height: 100%;
    width: 100%;
    min-height: 40px;
    border-radius: 5px 5px 0px 0px;
    background: #585858;
    padding: 0px 40px;
    display: flex;
    align-items: center;
}
.column-body {
    height: 100%;
    width: 100%;
    min-height: 140px;
    border-radius: 0px 0px 5px 5px;
    background: #282828;
    padding: 20px 40px;
}
.titulo-details{
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: white;
}
.flex-direction-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.vip-img {
    height: 100%;
    width: 100%;
    background: #383838;
    border-radius: 5px;
    max-width: 100px;
    max-height: 100px;
    min-width: 100px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vip-account p,.vip-account h3,.download-client p,.account-verified p{
    margin: 0;
    color: white;
}
.arma-personagem-details img {
    max-width: 50px;
    max-height: 50px;
}
.corpo-detalhes h1{
    color: white;
    text-align: center;
    margin-bottom: 20px;
}
.details-color-destaque{
    color: #CE8A00;
    text-decoration: unset;
}
.btn-details {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
.btn-details .button-textura-color {
    font-size: 14px;
    padding: 5px 10px;
}
.btn-details .button-textura {
    width: 100%;
}
.download-img-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.download-img-link a{
    text-decoration: unset;
}
.download-img-link h4 {
    color: white;
    margin: 0;
    font-size: 15px;
}
.content-body-details{
    height: 100%;
    width: 100%;
}
.content-body-details {
    height: 100%;
    width: 100%;
    padding: 0 40px;
}
.lista-personagem-details {
    height: 100%;
    padding: 20px 40px;
    display: flex;
}
.lista-personagem-details:last-of-type{
    border-radius: 0px 0px 5px 5px;
}
.lista-personagem-details:nth-child(odd)  {
    background: #585858;
}
.lista-personagem-details:nth-child(odd) .arma-personagem-details  {
    background: #383838;
}
.lista-personagem-details:nth-child(even)  {
    background: #383838;
}
.lista-personagem-details:nth-child(even) .arma-personagem-details  {
    background: #585858;
}
.arma-personagem-details {
    height: 80px;
    width: 80px;
    border-radius: 5px;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
}
.lista-personagem-details p,
.lista-personagem-details h3{
    margin: 0;
    color: white;
}
.lista-personagem-details h3{
    font-size: 18px;
}
.lista-personagem-details p{
    font-size: 12px;
}
.btn-criar-personagem,
.btn-mudar-senha {
    display: flex;
    margin-top: 10px;
    padding: 0 40px;
}
.btn-criar-personagem .button-textura,
.btn-mudar-senha .button-textura{
    font-size: 16px;
}

.btn-criar-personagem .button-textura-color,
.btn-mudar-senha .button-textura-color{
    padding: 5px 10px;
}
.general-details-information{
    height: 100%;
    width: 100%;
    padding: 0 40px;
}
.general-Information {
    height: 100%;
    min-height: 40px;
    width: 100%;
    padding: 5px 40px;
    display: flex;
    align-items: center;
    position: relative;
}
.general-Information:first-of-type{
    border-radius: 5px 5px 0px 0px;
}
.general-Information:last-of-type{
    border-radius: 0px 0px 5px 5px;
}
.general-Information:nth-child(odd)  {
    background: #383838;
}
.lista-personagem-details:nth-child(odd) .button-textura-color{
    border: solid 3px #383838;
}
.general-Information:nth-child(even)  {
    background: #585858;
}
.general-Information h3 {
    color: white;
    margin: 0;
    font-size: 16px;
    padding-right: 10px;
    min-width: max-content;
}
.pe-information {
    width: 100%;
    min-width: 150px;
    max-width: 180px;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: auto;
}
.re-information p {
    color: white;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: 600;
    line-height: 1;
    margin-left: 20px;
}
img.coin {
    margin: 0 5px;
}

.btn-autenticador-2fa {
    position: absolute;
    right: 40px;
    display: flex;
}
.btn-autenticador-2fa .button-textura {
    font-size: 10px;
}
.btn-autenticador-2fa .button-textura-color{
    padding: 5px;
}
.pe-information::-webkit-scrollbar {
    width: 5px; /* Largura da barra de rolagem */
    height: 5px; /* Altura da barra de rolagem (para rolagem horizontal) */
}

/* Estilização do "track" da barra de rolagem (parte onde a barra desliza) */
.pe-information::-webkit-scrollbar-track {
    background: #f1f1f1; /* Cor de fundo do track */
    border-radius: 5px; /* Cantos arredondados */
}

/* Estilização do "thumb" da barra de rolagem (a barra de rolagem em si) */
.pe-information::-webkit-scrollbar-thumb {
    background: #888; /* Cor do thumb */
    border-radius: 5px; /* Cantos arredondados */
}

/* Altera a cor do thumb quando o mouse passa por cima ou está sendo arrastado */
.pe-information::-webkit-scrollbar-thumb:hover {
    background: #555; /* Cor do thumb ao passar o mouse */
}
.re-information {
    width: fit-content;
}
.corrent-outfit {
    height: 100%;
    width: 100%;
    background: #383838;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 10px;
    line-height: 1;
    justify-content: space-between;
    max-width: 180px;
}
.lista-personagem-details.light {
    background: #585858;
}
.content-body-head.dark {
    background: #383838;
}
.corrent-outfit img {
    max-width: 80px;
    max-height: 80px;
}
.info-corrent-personagem .corrent-img {
    height: 60px;
    width: 60px;
    background: #282828;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    margin-bottom: 0;
}
.info-corrent-personagem {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.info-corrent-personagem h4 {
    color: white;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}
.info-corrent-personagem p {
    color: white;
    margin: 0;
    font-size: 12px;
}
.conquistas-overflow {
    display: flex;
    overflow: auto;
    margin-left: 10px;
}
.conquistas-overflow::-webkit-scrollbar {
    width: 5px; /* Largura da barra de rolagem */
    height: 5px; /* Altura da barra de rolagem (para rolagem horizontal) */
}

/* Estilização do "track" da barra de rolagem (parte onde a barra desliza) */
.conquistas-overflow::-webkit-scrollbar-track {
    background: #f1f1f1; /* Cor de fundo do track */
    border-radius: 5px; /* Cantos arredondados */
}

/* Estilização do "thumb" da barra de rolagem (a barra de rolagem em si) */
.conquistas-overflow::-webkit-scrollbar-thumb {
    background: #888; /* Cor do thumb */
    border-radius: 5px; /* Cantos arredondados */
}

/* Altera a cor do thumb quando o mouse passa por cima ou está sendo arrastado */
.conquistas-overflow::-webkit-scrollbar-thumb:hover {
    background: #555; /* Cor do thumb ao passar o mouse */
}
.lista-personagem-details a {
    color: white;
    text-decoration: unset;
}
.page-donate {
    background: url(/assets/img/bg-page-donate.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: bottom;
    padding-top: 100px;
    padding-bottom: 50px;
}
.donate-body {
    background: rgba(40, 40, 40, 0.80);
    height: 100%;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    padding: 30px 50px;
    border-radius: 5px;
}
.donate-head-info {
    border-radius: 5px;
    background: #282828;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 15px;
}
.donate-head-info h2 {
    color: #CE8A00;
    font-size: 20px;
    text-align: center;
    margin: 0;
}

.bloco-transparente p {
    color: white;
    margin: 0;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}
.bloco-transparente {
    margin: 10px 0px 20px;
}
.card-cash {
    width: 24%;
    height: 180px;
    background: #282828;
    background-image: url(../img/game/money-cash.png);
    border-radius: 5px;
    position: relative;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 5px;
    cursor: pointer;
}
.card-cash.personalizado{
    background-image: url(../img/game/cash-modukot.png);
}
.card-cash:hover{
    background: #181A1E;
    background-image: url(../img/game/money-cash.png);
    border-radius: 5px;
    position: relative;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 5px;
}
.card-cash.personalizado:hover{
    background: #181A1E;
    background-image: url(../img/game/cash-modukot.png);
    border-radius: 5px;
    position: relative;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 5px;
}
.card-cash.box-cash-selecionada {
    background: #181A1E !important;
    background-image: url(../img/game/money-cash.png) !important;
    border-radius: 5px;
    position: relative;
    background-size: 80px !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-position-x: 5px !important;
}
.card-cash.personalizado.box-cash-selecionada {
    background: #181A1E !important;
    background-image: url(../img/game/cash-modukot.png) !important;
    border-radius: 5px;
    position: relative;
    background-size: 80px !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-position-x: 5px !important;
}
span.texto-doar {
    position: absolute;
    top: 0;
    left: 0;
    background: #585858;
    padding: 5px;
    border-radius: 5px 0px 5px;
    color: #CE8A00;
    font-weight: 600;
}
span.receba-cash {
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 12px;
    right: 0;
    background: #585858;
    padding: 5px;
    border-radius: 5px 0px 5px;
    font-weight: 600;
}
.selected-cash {
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: end;
    padding-right: 5px;
}
.selected-cash p{
    margin: 0;
}
p.valor-real {
    color: #61FF00;
    font-weight: 600;
    font-size: 25px;
}
small.valor-cash {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  text-decoration: line-through;
}
p.valor-cash {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  width: fit-content;
  margin-left: auto;
  padding: 0 8px;
}
p.valor-bonus{
    color: #CE8A00;
    font-weight: 600;
    font-size: 15px;
}
.align-box-cash {
    position: relative;
    top: 20px;
}
.card-cash.personalizado p.valor-real {
    color: white;
    font-size: 12px;
    width: 160px;
}
.card-cash.personalizado input {
    border-radius: 5px;
    background: #383838;
    color: #61FF00;
    font-weight: 600;
    border: unset;
    width: 130px;
    text-align: right;
    padding-right: 5px;
    position: relative;
    top: 10px;
    font-size: 18px;
    box-shadow: none;
    outline: unset;
}
.card-cash.personalizado input::placeholder{
    color: #61FF00;
}
.box-streamer-parceiro img {
    height: 40px;
    margin-right: 10px;
}
.box-streamer-parceiro p {
    margin: 0;
    line-height: 1;
    color: white;
    font-weight: 600;
}
.box-streamer-parceiro {
    padding: 10px;
    border-radius: 5px;
    background: rgba(40, 40, 40, 0.70);
    margin-top: 10px;
}
.input-streamer input {
    background: #585858;
    color: white;
    border: unset;
    font-weight: 600;
    border-radius: 5px;
    font-size: 15px;
    box-shadow: unset;
    outline: unset;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.input-streamer input::placeholder{
    color: white;
    font-weight: 600;
}
.box-realizar-doacao {
    padding: 10px;
    border-radius: 5px;
    background: rgba(40, 40, 40, 0.70);
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 57%;
}
.box-realizar-doacao p {
    color: white;
    margin: 0;
    font-weight: 600;
    margin-left: 10px;
}
.box-btn-doacao {
    border-radius: 25px;
    background: #008753;
    width: max-content;
    padding: 5px 10px;

}
.box-btn-doacao img {
    height: 30px;
    width: 30px;
    scale: 1.1;
}
.box-btn-doacao a{
    color: white;
    text-decoration: unset;
}
/* Estilo para o checkbox que tem a classe .toggle-btn */
.toggle-btn {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.toggle-btn + label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 21px;
    background: #585858;
    display: block;
    border-radius: 100px;
    position: relative;
}

/* Estilo para o elemento após o label (o deslizador do toggle) */
.toggle-btn + label:after {
    content: '';
    position: absolute;
    top: 3px; /* Ajustado para centralizar verticalmente */
    left: 3px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

/* Estilo quando o .toggle-btn está marcado (checked) */
.toggle-btn:checked + label {
    background: #585858;
}

/* Ajuste da posição do deslizador quando o .toggle-btn está marcado */
.toggle-btn:checked + label:after {
    left: calc(100% - 5px); /* Ajuste para mover o deslizador para a direita */
    transform: translateX(-100%);
    background: #52FD36;
}
.historico-de-doacao{
    margin-top: 10px;
}
.table-head-doacoes th,
.table-head-ranking th{
    background-color: var(--cinza-escuro-transparente) !important;
    color: white !important;
}
.tbody-head-doacoes th,
.tbody-head-doacoes td,
.tbody-head-ranking th,
.tbody-head-ranking td  {
    color: white  !important;
    background-color: rgba(45, 47, 51, 0.60) !important;
    line-height: 1;
    vertical-align: middle;
}
td.uuid a {
    border-radius: 5px;
    background: #585858;
    padding: 5px;
    text-decoration: unset;
    color: white;
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 5px;
    width: max-content;
}
td.uuid img{
    max-height: 16px;
    max-width: 16px;
}
.historico-de-doacao table.table {
    margin: 0;
}
.uuid a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}
.page-donate nav.server-info-tabs .nav-tabs {
    background: #000;
}
.explore-modukot div.tab-pane {
    position: relative;
}
.explore-modukot div.tab-pane video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: calc(100% + 150px);
    width: calc(100% + 150px);
    transform: translate(-50%, -50%);
}

.timer-container {
    text-align: center;
    color: white;
    background: #212529db;
    padding: 10px;
    border-radius: 5px;
}
.timer-container h2{
    font-weight: 600;
}
.timer-container div#timer {
    font-weight: 600;
    font-size: 25px;
}
.vip-system-page{
    padding-top: 100px;
    padding-bottom: 50px;
    height: 100%;
    min-height: 100vh;
    background-color: #282828;
}
.vip-system-content {
    background: #585858;
    width: 100%;
    max-width: 1060px;
    height: 100%;
    margin: 0 auto;
    padding: 50px 0px;
    border-radius: 5px;
}
.beneficios-vip-itens {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    padding: 40px;
}
.beneficios-de-vip {
    background: #2D2F33;
    width: 100%;
    max-width: 900px;
    height: 100%;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
}
.beneficios-de-vip h1 {
    color: white;
    margin: 0;
}
.card-vip-itens {
    height: 180px;
    width: 120px;
    background: #282828;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5px;
    overflow: hidden;
}
.cd-vip-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 120px;
    padding: 5px;
}
.cd-vip-img img {
    height: 100%;
    width: 100%;
}
.footer-cd-vip {
    background: #585858;
    height: 60px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 5px;
}
.footer-cd-vip h4 {
    font-size: 14px;
    margin: 0;
}
.informacoes-vip {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: #2D2F33;
    border-radius: 5px;
    overflow: hidden;
}
.informacoes-vip-head,
.beneficios-de-vip-head {
    background: #282828;
    color: white;
    padding: 5px 40px;
    display: flex;
}
.informacoes-vip-content {
    padding: 40px;
    color: white;
}
.informacoes-vip-head h2{
    margin: 0;
}
.cards-informativos-do-vip {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.vip-card-informacoes {
    width: 48%;
    border-radius: 5px;
    background: #2D2F33;
    height: auto;
    padding: 30px 20px;
    position: relative;
}
.box-shadow-blue{
    box-shadow: 2px 3px 8px 1px #03B2CF;
}
.box-shadow-yellow{
    box-shadow: 2px 3px 8px 1px #FFBC18;
}
.vip-card-informacoes ul {
    padding: 0;
    margin: 0;
    gap: 5px;
    display: flex;
    flex-direction: column;
}
.vip-card-informacoes li {
    color: white;
    font-weight: 500;
    list-style: none;
}
.vip-card-informacoes li img {
    height: 30px;
    margin-right: 5px;
}
.mini-card-informacoes {
    background: #282828;
    width: max-content;
    padding: 10px;
    text-align: center;
    color: white;
    border-radius: 0px 5px 0px 5px;
    position: absolute;
    top: 0;
    right: 0;
}
.mini-card-informacoes .titulo-blue {
    color: #B0FCFF;
    margin: 0;
    font-size: 20px;
}
.mini-card-informacoes .titulo-yellow {
    color: #FFBC18;
    margin: 0;
    font-size: 20px;
}
.guild-lista{
    height: 100%;
    width: 100%;
    background: #282828;
    padding-top: 100px;
    padding-bottom: 50px;
}
.guild-lista-content {
    width: 100%;
    border-radius: 5px;
    background: #585858;
    max-width: 1060px;
    margin: 0 auto;
    height: 100%;
    padding: 50px 0px;
}
.guild-lista-body{
    border-radius: 5px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: #2D2F33;
    height: 100%;
}
.guild-lista-titulo {
    height: 50px;
    width: 100%;
    background: #282828;
    padding: 0 40px;
    color: white;
    display: flex;
    align-items: center;
}

.guild-list-left {
    width: 65%;
    background: white;
    height: 100%;
}
.guild-list-left tr {
    text-align: center;
}
.guild-list-right {
    width: 34%;
    height: max-content;
    position: sticky;
    top: 0;
}
.guild-lista-titulo h1 {
    font-size: 35px !important;
}
td.guild-row-1 {
    line-height: 1.1;
    text-align: start !important;
    border-bottom: none;
    padding: 5px !important;
}
.guild-row-1 h4 {
    margin: 0;
    font-size: 18px;
    color: #CDAD5E;
    font-weight: 700;
}

.guild-row-1 p {
    margin: 0;
    font-size: 15px;
    color: #CDBDA0;
    font-weight: 700;
}
.guild-row-1 span {
    margin: 0;
    font-size: 12px;
    color: #01C017;
    font-weight: 700;
}
.guild-row-bg {
    --bs-table-bg: #383838;
    vertical-align: middle;
    border-bottom: 2px solid #CDBDA0;
    cursor: pointer;
}
.guild-row-bg.active{
    pointer-events: none;
}
.guild-row-bg.active,
.guild-row-bg:hover{
    --bs-table-bg: #282828;

}
.guild-list-left thead {
    --bs-table-bg: #CDBDA0;
}
.guild-list-left thead th img {
    max-height: 25px;
}
.guild-row-bg:last-child {
    border-bottom: solid 2px;
}
.guild-list-left thead th{
    color: #282828;
    font-weight: 700;
}
.guild-row-bg td {
    color: #CDBDA0;
    font-weight: 500;
    text-align: center;

}
.nome-list-guild{
    text-align: start;
}
.guild-list-footer {
    background: #CDBDA0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.guild-list-footer ul.pagination {
    margin: 0;
}
.guild-list-footer ul.pagination {
    gap: 10px;
    display: flex;
}
.guild-list-footer ul.pagination a.page-link {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #282828;
    color: white;
    border: none;
}
.guild-list-footer ul.pagination li.page-item.number {
    width: 25px;
    height: 25px;
}
.guild-list-footer ul.pagination li.page-item.number.active .page-link,
.guild-list-footer ul.pagination li.page-item .page-link:hover
 {
    background: #1927A0;
}
.guild-list-footer li.page-item.disabled .page-link {
    background: #585858;
}
.guild-list-right-head {
    display: flex;
    align-items: center;
    line-height: 1;
}
.guild-list-right-head img {
    max-width: 80px;
}
.guild-list-right-head h4, .guild-list-right-head p {
    margin: 0;
}
.guild-lista-body .row {
    justify-content: space-between;
    max-height: 550px;
    overflow: auto;
}
.guild-list-right-head {
    display: flex;
    align-items: center;
    line-height: 1;
    height: 100px;
    gap: 15px;
    padding: 10px;
    background: #383838;
}
.guild-list-right-head h4{
    color: #CDBDA0;
    font-size: 25;
}
.guild-list-right-head p{
    color: #C7C7C7;
    font-weight: 700;
    font-size: 20;
}
.guild-list-right-info {
    background: rgba(217, 217, 217, 0.13);
    color: #C7C7C7;
    font-weight: 700;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.guild-list-right-info p {
    margin: 0;
}
.guild-list-right-info {
    background: rgba(217, 217, 217, 0.13);
    color: #C7C7C7;
    font-weight: 700;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-top: solid 1px #CDBDA0;
    border-bottom: solid 1px #CDBDA0;
}
.guild-list-right-content {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.guild-list-right-content p,
.guild-list-right-content h4{
    margin: 0;
    color: #C7C7C7;
}
.guild-list-right-content h4{
    font-size: 18px;
}
.guild-list-right-content p{
    font-size: 15px;
}
.guild-list-right-content{
    background: rgba(217, 217, 217, 0.13);
}
.is-online{
    color: #01C017;
}
.is-offline{
    color: #FDE5B2;
}
.is-destaque{
    color: #FDE5B2;
}
.head-control-guild button.button-textura a {
    font-size: 15px !important;
}
.head-control-guild .bg-btn-green {
    padding: 5px 10px;
    width: max-content;
    height: 40px;
}
.head-control-guild {
    padding: 10px 40px 10px 40px;
    background: #2D2F33;
    display: flex;
    align-items: center;
    gap: 10px;
}
.head-control-guild .input-group input.form-control {
    background: #CDBDA0;
    border: none;
    color: #282828;
    font-weight: 700;
    border-radius: 5px !important;
    outline: none !important;
    box-shadow: none !important;
}
.head-control-guild span#search-icon img {
    width: 35px;
    height: 35px;
}
.head-control-guild span#search-icon {
    height: 40px;
    width: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CDBDA0;
    border: none;
    border-radius: 5px;
}
.head-control-guild .input-group {
    gap: 10px;
}
td.logo-guild img {
    height: 70px;
    width: 70px;
}
/* Estilização geral da barra de rolagem */
.guild-lista-body .row::-webkit-scrollbar {
    width: 5px;
    /* Largura da barra de rolagem */
    height: 5px;
    /* Altura da barra de rolagem (para rolagem horizontal) */
}

/* Estilização do "track" da barra de rolagem (parte onde a barra desliza) */
.guild-lista-body .row::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Cor de fundo do track */
    border-radius: 5px;
    /* Cantos arredondados */
}

/* Estilização do "thumb" da barra de rolagem (a barra de rolagem em si) */
.guild-lista-body .row::-webkit-scrollbar-thumb {
    background: #888;
    /* Cor do thumb */
    border-radius: 5px;
    /* Cantos arredondados */
}

/* Altera a cor do thumb quando o mouse passa por cima ou está sendo arrastado */
.guild-lista-body .row::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Cor do thumb ao passar o mouse */
}
.close-btn-popup{
    display: none;
}
.button-guild-content {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
}
.button-guild-content .button-textura-color {
    padding: 5px;
}
.button-guild-content .button-textura-color a {
    font-size: 15px;
}
.guild-detail-bg{
    background: #282828;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 100px 0;
}
.guild-detail-body{
    background: #585858;
    width: 100%;
    height: 100%;
    max-width: 1060px;
    margin: 0 auto;
    border-radius: 5px;
}
.guild-detail-content{
    height: 100%;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 0px;
}
.guild-detail-head {
    padding: 10px 40px;
    align-items: center;
    background: #282828;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: space-between;
}
.guild-detail-head h1{
    font-size: 40px;
    color: #CDAD5E;
    margin: 0;
}
td.guild-member-weapom {
    max-width: 60px;
    text-align: center;
    background: #282828;
    padding: 0;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    max-height: 60px;
    border: none;
}
.guild-detail-tab-content tbody tr {
    border-bottom: solid 2px #585858;
    --bs-table-bg: #383838;
}
.guild-detail-tab-content tbody tr:hover{
    --bs-table-bg: #282828;
}
.guild-detail-tab-content tbody tr:hover td.guild-member-weapom{
    background: #383838;
}
td.acoes-de-lideranca img {
    max-width: 25px;
    cursor: pointer;
}
td.acoes-de-lideranca div {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.guild-detail-tab-content tbody tr td {
    text-align: center;
    vertical-align: middle;
    color: #CDBDA0;
    font-weight: 700;
}
.guild-detail-tab-content th {
    text-align: center;
    font-weight: 700;
    color: #282828;
    font-size: 18px;
}
.guild-detail-tab-content thead tr {
    --bs-table-bg: #CDBDA0;
}
.guild-details-btn-head {
    display: flex;
    gap: 20px;
}
.guild-details-btn-head .button-textura-color {
    padding: 5px;
}
.guild-details-btn-head a {
    font-size: 15px;
}
.guild-detail-tab-content {
    background: #2D2F33;
    padding-bottom: 20px;
    border-radius: 0 0 5px 5px;
}
.guild-detail-content div#nav-tab {
    background: #282828;
    max-width: max-content;
    margin: 0 auto;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    gap: 10px;
}
.guild-detail-content div#nav-tab .nav-link{
    background: #585858;
    border-radius: 5px;
    border: none;
    font-weight: 700;
    color: #FFFFFF;
}
.guild-detail-content div#nav-tab .nav-link.active{
    background: #FDE5B2;
    border-radius: 5px;
    border: none;
    font-weight: 700;
    color: #282828;
}
.validade-form-guild  .swal2-popup, .swal-opcoes-de-cargo .swal2-popup {
    background: #282828;
    color: white;
}
.swal-opcoes-de-cargo .swal2-popup select#swal2-select {
    background: #cdbda0;
    color: #282828;
    font-weight: 700;
    outline: none;
}
.swal-opcoes-de-cargo .swal2-popup select#swal2-select option {
    font-weight: 700;
}
.validade-form-guild button.swal2-confirm.swal2-styled, .swal-opcoes-de-cargo button.swal2-confirm.swal2-styled, .swal-opcoes-de-cargo button.swal2-confirm.swal2-styled {
    background: #008753 !important;
    outline: none;
    box-shadow: none;
}
.validade-form-guild button.swal2-confirm.swal2-styled:hover, .swal-opcoes-de-cargo button.swal2-confirm.swal2-styled:hover, .swal-opcoes-de-cargo button.swal2-confirm.swal2-styled:hover {
    background: #006e44 !important;
}
.content-infor-guilda {
    padding: 10px 40px;
    background: #2D2F33;
    color: white;
}
.create-guild-bg{
    background: #282828;
    height: 100%;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
}
.create-guild-body{
    width: 100%;
    max-width: 1060px;
    height: 100%;
    margin: 0 auto;
    border-radius: 5px;
    background: #585858;
    padding: 50px 0;
}
.create-guild-content{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 5px;
    background: #2D2F33;
    height: 100%;
}
.create-guild-head{
    background: #282828;
    padding: 0 40px;
    height: 50px;
    border-radius: 5px 5px 0 0;
}
.create-guild-head h1{
    color: #CDAD5E;
    font-size: 40px;
}
.criar-guild-conteudo {
    padding: 40px;
}
.criar-guild-conteudo input, .criar-guild-conteudo select, .criar-guild-conteudo textarea {
    background: #d9d9d9 !important;
    color: #282828;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    box-shadow: none !important;
    outline: none;
}
.criar-guild-conteudo select option{
    font-weight: 700;
}
.texto-informativo{
    color: #CDBDA0;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
}
.texto-informativo span{
    color: #EE1B10;
    font-weight: 700;
}
.icon-card {
    cursor: pointer;
    background: #383838;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
  .icon-card:hover,
  .icon-card.active {
    background: #CDAD5E;

  }
  .icon-card img {
    width: 100%;
    height: 100%;
    max-width: 90px;
    max-height: 90px;
}
  /* Esconde os inputs do tipo radio */
  .icon-card input[type="radio"] {
    display: none;
  }
  div#iconSelection {
    background: #D9D9D9;
    display: flex;
    border-radius: 5px;
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
    gap: 10px 0;
}
.align-center{
    display: flex;
    justify-content: center;
}
.criar-guild-conteudo .button-textura-color {
    padding: 5px;
}
.criar-guild-conteudo .button-textura-color  a{
    font-size: 15px;
}
.alert-error{
    border: solid 1px #EE1B10 ;
}
.upload-label {
    background-color: #d9d9d9;
    color: #2d2f33;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
}

  #file-chosen {
    margin-left: 10px;
    color: #CDBDA0;
    font-weight: 700;
}

/*
 INICIO DO RESPONSIVO */
@media (max-width: 1150px) {

    .footer,
    .battle-pass,
    .road-map,
    .tabs-direction-start.selected-classe,
    .tabs-direction-right,
    .section-construa,
    .body-donate,
    .doar-para-modukot,
    .swiper-donate,
    .server-info-body,
    .server-info-body-rules,
    .body-guilds,
    .div-info-flex,
    .top-high-ranking,
    .body-page-ranking,
    .corpo-detalhes,
    .donate-body,
    .vip-system-content,
    .guild-lista-body,
    .guild-detail-body,
    .create-guild-body {
        max-width: 960px;
    }

    .pass-batalha .card-ultimate {
        height: 100%;
    }

    .card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .pass-batalha .card-title {
        font-size: 40px;
    }

    .road-map-banner {
        background-size: 710px;
    }

    .road-map-banner p {
        font-size: 30px;
    }

    .head-road-map h2 {
        font-size: 90px;
    }

    .dados-do-personagem .card.card-personagem {
        width: 35%;
    }

    .dados-do-personagem {
        gap: 50px;
    }

    .card.card-personagem h5.card-title {
        font-size: 20px;
    }

    .card.card-personagem ul li.selected-destaque {
        height: 60px;
        width: 60px;
    }

    .parallax-home-page .parallax:nth-child(4) {
        left: -600px;
    }

    .parallax-home-page .parallax:nth-child(4) img {
        max-height: 600px;
        max-width: 696px;
    }

    .parallax-home-page .parallax:nth-child(3) {
        max-height: 600px;
    }

    .parallax-home-page .parallax:nth-child(3) img {
        height: 100%;
        width: 100%;
        max-width: 307px;
        max-height: 600px;
    }

    @keyframes NuvemAnimation {
        0% {
            transform: translateX(-1150px);
        }

        50% {
            transform: translateX(1150px);
        }

        100% {
            transform: translateX(1150px);
        }
    }

    .nuvem {
        /* Adicione os estilos iniciais da lua aqui */
        transition: transform 1s ease-in-out;
        animation: NuvemAnimation 90s linear infinite;
        /* Ajuste a duração da animação conforme necessário */
    }
    .beneficios-de-vip,
    .cards-informativos-do-vip,
    .informacoes-vip,
    .guild-lista-content {
        width: 95%;
    }
}

@media (max-width: 992px) {

    .footer,
    .battle-pass,
    .road-map,
    .tabs-direction-start.selected-classe,
    .tabs-direction-right,
    .section-construa,
    .body-donate,
    .doar-para-modukot,
    .swiper-donate,
    .server-info-body,
    .server-info-body-rules,
    .body-guilds,
    .div-info-flex,
    .top-high-ranking,
    .body-page-ranking,
    .donate-body,
    .vip-system-content,
    .guild-lista-body,
    .guild-detail-body,
    .create-guild-body{
        max-width: 768px;
    }

    .classe-position {
        height: 200px;
        width: 200px;
    }

    .box-informativa-classe img {
        width: 200px;
    }

    .head-road-map img {
        max-width: 450px;
    }

    .head-road-map h2 {
        font-size: 75px;
    }

    .head-road-map span {
        font-size: 30px;
        top: 25px;
        left: 15px;
    }

    .card.card-ultimate.solo .card-body,
    .card.card-basic.solo .card-body {
        justify-content: center;
    }

    .pass-item h5 {
        font-size: 30px;
    }

    .design-texto p,
    .copyright p,
    .lista-livre p {
        font-size: 12px;
    }

    .road-map-banner {
        background-size: 570px;
        min-height: 280px;
    }

    .road-map-banner p {
        font-size: 25px;
    }

    .head-road-map img {
        max-width: 400px;
        bottom: -170px;
    }

    .pass-batalha .card-title {
        font-size: 35px;
        bottom: 10px;
    }

    button.navbar-toggler {
        background-color: white !important;
    }

    .navbar.navbar-expand-lg .container-fluid {
        padding: 0;
    }

    a.navbar-brand {
        max-height: 60px;
        width: auto;
    }

    .navbar-brand img {
        max-height: 60px;
    }

    .swiper-road-map .titulo-banner {
        font-size: 50px;
    }

    .card.card-personagem {
        margin-bottom: 25px;
    }

    .navbar-expand-lg .navbar-nav {
        margin-bottom: 30px !important;
        margin-top: 30px !important;
    }

    /* Estado inicial e de colapso */
    .navbar-collapse {
        overflow: hidden;
        transition: height 1s ease;
        flex: 100% !important;
    }

    /* Estado de transição */
    .navbar-collapse.collapsing {
        height: 0vh !important;
        /* Altura máxima durante a expansão */
        transition: height 0.5s ease;
    }

    /* Estado expandido */
    .navbar-collapse.show {
        height: 100vh !important;
    }

    .termos-e-privacidade {
        padding: 150px 60px 60px;
    }

    .parallax-home-page .parallax:nth-child(1) img {
        height: 992px;
        width: 100%;
    }

    .hero-content-center img {
        max-width: 600px;
    }

    .navbar.navbar-expand-lg {
        max-height: 100%;
    }

    @keyframes NuvemAnimation {
        0% {
            transform: translateX(-1200px);
        }

        50% {
            transform: translateX(1200px);
        }

        100% {
            transform: translateX(1200px);
        }
    }

    .nuvem {
        /* Adicione os estilos iniciais da lua aqui */
        transition: transform 1s ease-in-out;
        animation: NuvemAnimation 80s linear infinite;
        /* Ajuste a duração da animação conforme necessário */
    }

    .parallax-home-page .parallax:nth-child(8) {
        left: 45%;
    }

    .parallax-home-page .parallax:nth-child(6) {
        left: 0%;
    }

    .parallax-home-page .parallax:nth-child(7) {
        left: 95%;
        width: max-content;
    }

    .card-ranking-points,
    .card-ranking-classe span {
        font-size: 18px;
    }

    .card-ranking-classe {
        font-size: 23px;
    }

    .ranking-destaque-info p,
    .ranking-info p {
        font-size: 14px;
    }

    .ranking-trofeu {
        width: 40px;
        height: 40px;
        font-size: 30px;
    }
    .corpo-detalhes {
        max-width: calc(100% - 20px);
    }
    .column-details {
        max-width: calc(100% - 30px);
    }
    .general-Information,
    .general-details-information,
    .btn-criar-personagem,
    .btn-mudar-senha,
    .content-body-details {
        padding: 0 20px;
    }
    .column-body,
    .lista-personagem-details {
        padding: 20px;
    }
    .btn-autenticador-2fa{
        right: 20px;
    }
    .card-cash,
    .card-cash:hover,
    .card-cash.box-cash-selecionada,
    .card-cash.personalizado,
    .card-cash.personalizado.box-cash-selecionada {
        width: 32%;
        background-size: 65px !important;
    }
    .historico-de-doacao .column-head,
    .historico-de-doacao table.table {
        width: 800px;
    }
    .historico-de-doacao {
        overflow: auto;
        border-radius: 5px;
    }

    .cards-destaques-flex {
        justify-content: center !important;
        gap: 40px;
    }
    .md-column{
        flex-direction: column;
    }
    .cards-destaques-flex {
        flex-wrap: wrap;
    }
    .cards-destaques-flex .pacotes-destaques {
        width: 45%;
    }
    .explore-modukot div.tab-pane video {
        height: calc(100% + 200px);
        width: calc(100% + 200px);
        transform: translate(-50%, -50%);
    }
    .mini-card-informacoes .titulo-blue,
    .mini-card-informacoes .titulo-yellow  {
        font-size: 15px;
    }
    .vip-card-informacoes li {
        line-height: 1;
        font-size: 14px;
    }
    .beneficios-vip-itens {
        gap: 10px;
        justify-content: flex-start;
    }
    .guild-detail-content div.tab-pane,
    .create-guild-content{
        max-width: 95%;
        margin: 0 auto;
    }
}

@media (max-width: 800px) {

    .footer,
    .battle-pass,
    .road-map,
    .tabs-direction-start.selected-classe,
    .tabs-direction-right,
    .section-construa,
    .body-donate,
    .doar-para-modukot,
    .swiper-donate,
    .server-info-body,
    .server-info-body-rules,
    .body-guilds,
    .div-info-flex,
    .top-high-ranking,
    .body-page-ranking,
    .vip-system-content,
    .guild-lista-body,
    .guild-detail-body,
    .create-guild-body {
        max-width: 700px;
    }

    .pass-item {
        width: 75px;
    }

    .card.card-ultimate.solo,
    .card.card-basic.solo {
        height: 140px;
    }

    .pass-batalha .card-title {
        font-size: 30px;
    }

    .road-map-banner {
        background-size: 500px;
        min-height: 250px;
    }

    @keyframes NuvemAnimation {
        0% {
            transform: translateX(-1100px);
        }

        50% {
            transform: translateX(1100px);
        }

        100% {
            transform: translateX(1100px);
        }
    }

    .nuvem {
        /* Adicione os estilos iniciais da lua aqui */
        transition: transform 1s ease-in-out;
        animation: NuvemAnimation 70s linear infinite;
        /* Ajuste a duração da animação conforme necessário */
    }

    .ranking-destaque-info p,
    .ranking-info p {
        font-size: 12px;
    }

    .card-ranking-points,
    .card-ranking-classe span {
        font-size: 16px;
    }

    .card-ranking-nome {
        font-size: 30px;
    }

    .card-ranking-classe {
        font-size: 20px;
    }

    .ranking-trofeu {
        width: 35px;
        height: 35px;
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .tabs-direction-start.selected-classe {
        flex-direction: column;
    }

    .selected-classe div#v-pills-tab {
        flex-direction: row !important;
    }

    .selected-classe div#v-pills-tabContent {
        margin-left: 0;
    }

    .selected-classe div#v-pills-tabContent {
        margin-left: 0;
        margin-top: 20px;
    }

    .selected-classe div#v-pills-tab::after {
        top: 50%;
        height: 2px;
        width: 100%;
    }

    .tabs-direction-right {
        flex-direction: column;
    }

    div#v-pills-tab {
        flex-direction: row !important;
        justify-content: center;
        margin-bottom: 20px;
    }

    .head-road-map img {
        max-width: 350px;
        bottom: -110px;
    }

    .sm-dp-none {
        display: none;
    }

    .lg-dp-none {
        display: block;
    }

    img.construa-a-modukot {
        width: auto;
        height: auto;
        max-width: 300px;
        margin: 0 auto;
        display: flex;
        margin-bottom: 20px;
    }

    .head-construa,
    .body-construa {
        text-align: center;
    }

    .button-construa {
        justify-content: center;
    }

    .head-construa span {
        top: 20px;
    }

    .section-construa {
        height: 100%;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .livre-12-anos {
        justify-content: center;
        margin-bottom: 20px;
    }

    .design-frontend-backend {
        justify-content: center;
        gap: 20px;
    }

    .copyright {
        justify-content: center;
    }

    ul.menu-termos {
        flex-direction: column;
        text-align: center;
        gap: 0;
        margin-bottom: 20px;
    }

    .sm-justify-content-center {
        justify-content: center;
    }

    .pass-batalha {
        flex-direction: column-reverse;
        gap: 50px;
    }

    .cards-between {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        margin-top: 20px;
    }

    .sm-flex-direction-column {
        flex-direction: column;
    }

    .sm-mt-0 {
        margin-top: 0;
    }

    .pass-batalha .card-basic {
        height: 100%;
    }

    .card.card-ultimate.solo,
    .card.card-basic.solo {
        height: 100%;
    }

    .pass-item {
        width: 100%;
        max-width: 120px;
    }

    .pass-item h5 {
        font-size: 35px;
    }

    .pass-batalha .card-title {
        font-size: 35px;
    }

    .footer,
    .battle-pass,
    .road-map,
    .tabs-direction-start.selected-classe,
    .tabs-direction-right,
    .section-construa,
    .top-high-ranking,
    .body-page-ranking,
    .guild-detail-body,
    .create-guild-body {
        max-width: 95%;
    }

    .tabs-direction-right .nav-link {
        width: 45%;
        font-size: 15px;
    }

    .d-sm-hide {
        display: none !important;
    }

    .d-sm-show {
        display: unset !important;
    }

    .pass-item-inline {
        position: relative;
        display: flex !important;
    }

    .pass-item-inline .col {
        position: relative;
    }

    .pass-item-inline h5.card-text {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 30px;
        color: white;
    }

    .card.card-ultimate.solo .pass-item,
    .card.card-basic.solo .pass-item {
        width: 120px;
    }

    .card-body {
        gap: 5px;
    }

    .pass-batalha {
        padding: 0;
    }

    .swiper-road-map .titulo-banner {
        font-size: 35px;
    }

    .head-road-map img {
        max-width: 300px;
        bottom: -240px;
    }

    .dados-do-personagem {
        flex-direction: column-reverse;
    }

    .dados-do-personagem .card.card-personagem {
        width: 400px;
    }

    .dados-do-personagem .form-login {
        width: 90%;
    }

    .doar-btn-vazado,
    .doar-btn-preenchido {
        width: 350px;
        margin: 0 auto;
    }

    .swiper-donate {
        width: 95%;
    }

    .direitos-and-design {
        width: 100%;
    }

    .server-info-body-rules {
        width: 90%;
    }

    .head-construa h2,
    .head-server-info h2 {
        font-size: 60px;
    }

    .head-construa span,
    .head-server-info span {
        font-size: 30px;
        position: relative;
        top: 25px;
    }

    .server-info-body {
        width: 100%;
    }

    h2.tab-title {
        color: white;
        font-size: 30px;
        display: block;
    }

    .hero-content-center img {
        max-width: 600px;
    }

    .parallax-home-page .parallax:nth-child(3) {
        right: -250px;
    }

    .parallax-home-page .parallax:nth-child(4) {
        left: -450px;
    }

    .parallax-home-page .parallax:nth-child(4) img {
        max-height: 450px;
        max-width: 600px;
    }

    .parallax-home-page .parallax:nth-child(5) {
        bottom: 100px;
        height: 600px;
        width: 600px;
    }

    .parallax-home-page .parallax:nth-child(9) {
        z-index: 2;
        bottom: 0;
        right: -100px;
    }

    .div-info-flex {
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .body-guilds,
    .vip-system-content {
        width: 95%;
    }

    .head-page-ranking h2 {
        font-size: 80px;
    }

    .head-page-ranking span {
        font-size: 30px;
        top: 30px;
    }

    .top-high-ranking .card {
        flex: 1 0 100%;
    }

    .top-high-ranking .card.ranking-one {
        bottom: 0;
        order: 1;
    }

    .top-high-ranking .card.ranking-two {
        order: 2;
    }

    .top-high-ranking .card.ranking-three {
        order: 3;
    }

    .body-page-ranking .card-tab-gray {
        overflow: scroll;
    }

    .ranking-info,
    .ranking-destaque-info {
        min-width: 800px;
        gap: 5px;
        padding-right: 10px;
    }
    .re-information p {
        font-size: 12px;
    }
    .column-head, .content-body-head {
        padding: 0px 20px;
    }
    .general-Information h3 {
        font-size: 14px;
    }
    .pe-information {
        width: 100%;
        margin-right: 10px;
    }
    .general-Information, .general-details-information, .btn-criar-personagem, .btn-mudar-senha, .content-body-details {
        padding: 0 10px;
    }
    .corpo-detalhes {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .lista-personagem-details {
        flex-direction: column;
    }
    .corrent-outfit {
        max-width: 100%;
    }
    .corrent-outfit-flex {
        display: flex;
        flex-direction: row;
    }
    .card-cash,
    .card-cash:hover,
    .card-cash.box-cash-selecionada,
    .card-cash.personalizado,
    .card-cash.personalizado.box-cash-selecionada {
        width: 48%;
        background-size: 95px !important;
    }
    .donate-body {
        width: 95%;
        padding: 20px;
    }
    .box-realizar-doacao {
        width: 100%;
        gap: 10px;
    }
    .input-streamer input {
        padding: 5px;
    }

    .cards-destaques-flex .pacotes-destaques {
        width: 100%;
    }
    .explore-modukot div.tab-pane video {
        left: 50%;
        width: max-content;
        height: calc(100% + 100px);
        transform: translate(-50%, 0px);
        top: 0;
    }
    .vip-card-informacoes {
        width: 100%;
    }
    .cards-informativos-do-vip {
        flex-wrap: wrap;
        gap: 20px;
    }
    .vip-card-informacoes li {
        font-size: 15px;
    }
    .informacoes-vip-head, .beneficios-de-vip-head {
        padding: 5px 20px;
    }
    .beneficios-vip-itens,
    .informacoes-vip-content {
        padding: 20px;
    }
    .beneficios-vip-itens {
        gap: 20px;
        justify-content: center;
    }
    .guild-lista-body{
        max-width: 95%;
    }
    .guild-list-right {
        width: 300px;
        height: max-content;
        position: absolute;
        background: #282828;
        right: 0;
        transform: translate(100%, 0);
    }
    .guild-list-left {
        width: 100%;
    }
    .guild-lista-body .row {
        position: relative;
    }
    .guild-list-right {
        width: 300px;
        height: max-content;
        position: fixed;
        background: #282828;
        top: 90px;
        transform: translate(-50%, 0);
        z-index: 10;
        left: 50%;
        border-radius: 5px;
        overflow: hidden;
    }
    .close-btn-popup {
        position: absolute;
        right: 0;
        background: #212529;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        color: white;
        font-size: 25px;
        border-radius: 0px 0px 0px 5px;
    }
    .guild-list-right-content p {
        font-size: 12px;
    }
    .guild-list-right-info p,
    .guild-list-right-content h4 {
        margin: 0;
        font-size: 15px;
    }
    .guild-lista-body .row {
        justify-content: space-between;
        max-height: 100%;
        overflow: unset;
    }
}
@media (max-width: 650px){
.card-cash, .card-cash:hover, .card-cash.box-cash-selecionada, .card-cash.personalizado, .card-cash.personalizado.box-cash-selecionada {
    width: 100%;
    background-size: 95px !important;
}
}
@media (max-width: 600px) {
    .hero-content-center img {
        max-width: 500px;
    }

    .parallax-home-page .parallax:nth-child(5) {
        height: 500px;
        width: 500px;
        bottom: 100px;
    }

    .parallax-home-page .parallax:nth-child(3) {
        right: -250px;
        display: flex;
        align-items: flex-end;
    }

    .parallax-home-page .parallax:nth-child(3) img {
        max-height: 500px;
    }

    @keyframes NuvemAnimation {
        0% {
            transform: translateX(-1000px);
        }

        50% {
            transform: translateX(1000px);
        }

        100% {
            transform: translateX(1000px);
        }
    }

    .nuvem {
        /* Adicione os estilos iniciais da lua aqui */
        transition: transform 1s ease-in-out;
        animation: NuvemAnimation 60s linear infinite;
        /* Ajuste a duração da animação conforme necessário */
    }

    .parallax-home-page .parallax:nth-child(8) {
        left: 15%;
    }

    .parallax-home-page .parallax:nth-child(6) {
        left: -30%;
    }

    .top-high-ranking .card-group {
        justify-content: center;
        gap: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .head-page-ranking h2 {
        font-size: 60px;
    }

    .head-page-ranking span {
        font-size: 25px;
        top: 25px;
    }
    .btn-autenticador-2fa {
        right: 5px;
    }
    .corpo-detalhes {
        max-width: calc(100% - 10px);
    }
    .column-body, .lista-personagem-details {
        padding: 10px;
    }
    .account-verified .btn-details {
        margin-top: 20px;
    }
    .general-details-information {
        min-width: 500px;
    }
    .column-body {
        overflow: auto;
    }
    .btn-criar-personagem .button-textura, .btn-mudar-senha .button-textura {
        font-size: 12px;
    }
    .btn-details .button-textura-color {
        font-size: 12px;
    }
    .corrent-outfit-flex {
        flex-direction: column;
    }
    .guild-detail-tab-content {
        overflow: auto;
    }
    .guild-detail-tab-content table {
        min-width: 600px;
    }
    .criar-guild-conteudo {
        padding: 40px 20px;
    }
    .create-guild-head {
        padding: 0 20px;
    }
    .criar-guild-conteudo input, .criar-guild-conteudo select, .criar-guild-conteudo textarea {
        font-size: 15px;
    }
    .texto-informativo {
        font-size: 10px;
    }
    #file-chosen {
        font-size: 10px;
    }
}
@media (max-width: 500px) {

    .head-construa h2,
    .head-titulo h1,
    .head-titulo h2,
    .head-road-map h2 {
        font-size: 65px;
    }

    .head-construa span {
        top: 15px;
        font-size: 25px;
    }

    .div#v-pills-tabContent {
        margin: 0;
    }

    .row {
        --bs-gutter-x: 0;
    }

    .pass-batalha .card-title {
        font-size: 25px;
    }

    .pass-item-inline h5.card-text {
        font-size: 15px;
    }

    .pass-item {
        max-width: 60px;
    }

    .pass-item h5 {
        font-size: 25px;
    }

    .cards-between {
        gap: 10px;
    }

    .xs-gap-10 {
        gap: 10px;
    }

    .cards-between {
        margin-top: 0;
    }

    .head-road-map {
        top: -135px;
    }

    .head-road-map img {
        bottom: -325px;
    }

    .road-map-banner {
        background-size: 600px;
        min-height: 300px;
        display: flex;
        justify-content: flex-end;
    }

    .road-map-banner::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 40%, rgba(0, 0, 0, 0.9473039215686274) 105%, rgba(0, 0, 0, 1) 100%);
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .selected-classe .tab-content video {
        position: absolute;
        width: 100%;
        height: 100%;
        scale: 1;
        bottom: 120px;
    }

    .classe-position {
        position: absolute;
        right: 0;
        top: 30px;
    }

    .swiper-road-map .titulo-banner {
        font-size: 30px;
    }

    .dados-do-personagem .card.card-personagem,
    .sucesso-download {
        width: 90%;
    }

    .card.card-personagem {
        margin: 15px !important;
    }

    .bg-personagem {
        height: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .termos-e-privacidade {
        padding: 120px 20px 20px;
        padding-bottom: 50px;
    }

    .head-packages h2 {
        font-size: 60px;
    }

    .head-packages span {
        top: 25px;
        font-size: 25px;
    }

    .head-packages {
        padding-bottom: 150px;
    }

    .head-packages img {
        transform: translate(-50%, -40px);
        height: 350px;
    }

    .tab-gray-column {
        font-size: 12px;
    }

    .tab-gray-column h3 {
        font-size: 18px;
    }

    .parallax-home-page .parallax:nth-child(4) {
        left: -500px;
    }

    .parallax-home-page .parallax:nth-child(5) {
        height: 450px;
        width: 450px;
        bottom: 100px;
    }

    .hero-content-center img {
        max-width: 350PX;
    }

    .parallax-home-page .parallax:nth-child(7) {
        height: 100px;
        top: 150px;
        left: 75px;
    }

    .parallax-home-page .parallax:nth-child(6) {
        height: 100px;
        top: 300px;
    }

    .page-guilds h2.tab-title {
        font-size: 20px;
    }

    @keyframes NuvemAnimation {
        0% {
            transform: translateX(-600px);
        }

        50% {
            transform: translateX(600px);
        }

        100% {
            transform: translateX(600px);
        }
    }

    .nuvem {
        /* Adicione os estilos iniciais da lua aqui */
        transition: transform 1s ease-in-out;
        animation: NuvemAnimation 50s linear infinite;
        /* Ajuste a duração da animação conforme necessário */
    }

    .parallax-home-page .parallax:nth-child(6) {
        left: 0;
    }

    .parallax-home-page .parallax:nth-child(8) {
        left: 120px;
        top: 200px;
    }

    .parallax-home-page .parallax:nth-child(7) {
        top: 140px;
        left: 335px;
    }

    .parallax-home-page .parallax:nth-child(6),
    .parallax-home-page .parallax:nth-child(7),
    .parallax-home-page .parallax:nth-child(8) {
        height: 70px;
    }

    .head-page-ranking h2 {
        font-size: 50px;
    }

    .head-page-ranking span {
        font-size: 20px;
        top: 20px;
    }
    .cd-vip-img {
        height: 90px;
        width: 90px;
    }
    .card-vip-itens {
        height: 100%;
        width: 90px;
    }
    .beneficios-vip-itens {
        gap: 10px;
        justify-content: center;
    }
    .footer-cd-vip h4 {
        font-size: 12px;
    }
    .beneficios-de-vip h1,
    .informacoes-vip-head h2 {
        font-size: 20px;
    }
    .informacoes-vip-content p {
        font-size: 15px;
    }
    .guild-list-left {
        overflow: auto;
    }
    .guild-list-left table.table {
        min-width: 500px;
    }
    .head-control-guild {
        padding: 10px 20px 10px 20px;
    }
    .guild-lista-titulo {
        padding: 0 20px;
    }
    .guild-lista-titulo h1 {
        font-size: 30px !important;
    }
}

.page-pacotes {
    height: 100%;
    width: 100%;
    /* padding: 100px 0px; */
    background: #282828;
}

.body-pacotes {
    height: 100%;
    width: 100%;
    max-width: 1060px;
    padding: 50px 20px;
    border-radius: 5px;
    margin: 0 auto;
    background: #383838;
}

.pacotes-destaques {
    width: 100%;
    height: 100%;
    max-width: 300px;
    background: #585858;
    color: white;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
}

.pacote-img {
    max-width: 380px;
    max-height: 380px;
}

.pacote-img img {
    width: 100%;
    height: 100%;
}

.pacote-head,
.pacote-body {
    padding: 10px;
}

.pacote-body li,
.pacote-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

span.pacote-desconto {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 20px;
    background: #5A0C0D;
    padding: 5px;
    border-radius: 0px 5px;
}

.pacote-head {
    text-align: center;
    border-bottom: solid 2px #CDAD5E;
}

.pacote-body li {
    display: flex;
    gap: 5px;
    align-items: center;
}

.pacote-body li img {
    max-width: 35px;
}

.pacote-head .button-textura-color,
.pacote-slide-body .button-textura-color {
    padding: 5px 10px;
    font-size: 18px;
}

.pacotes-vocation {
    height: 100%;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.pacotes-vocation .swiper-slide {
    max-width: 300px;
    height: 100%;
    background: #282828;
    border-radius: 5px;
    overflow: hidden;
}

.pacote-slide-head {
    width: 100%;
    height: 100%;
}

.pacote-slide-head img {
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 300px;
}

.pacote-slide-body {
    padding: 20px 10px;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pacote-slide-body a {
    text-decoration: unset;
    color: white;
}

.pacotes-vocation .swiper-pagination {
    position: relative;
    top: 0px;
}

.pacote-content-hide ul,
.pacote-content-hide li {
    margin: 0;
    padding: 0;
}

.pacote-content-hide {
    padding: 10px;
    height: 300px;
    display: flex;
    align-items: center;
    background: #212529;
    position: absolute;
    top: 0;
    width: 100%;
}

.pacote-content-hide ul {
    overflow: auto;
    max-height: 280px;
    width: 100%;
}

.pacote-content-hide li {
    display: flex;
    gap: 5px;
    color: white;
}

.pacote-content-hide li img {
    max-width: 35px;
    max-height: 35px;
}

.pacote-content-hide ul::-webkit-scrollbar {
    width: 5px;
    /* Largura da barra de rolagem */
    height: 5px;
    /* Altura da barra de rolagem (para rolagem horizontal) */
}

/* Estilização do "track" da barra de rolagem (parte onde a barra desliza) */
.pacote-content-hide ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Cor de fundo do track */
    border-radius: 5px;
    /* Cantos arredondados */
}

/* Estilização do "thumb" da barra de rolagem (a barra de rolagem em si) */
.pacote-content-hide ul::-webkit-scrollbar-thumb {
    background: #888;
    /* Cor do thumb */
    border-radius: 5px;
    /* Cantos arredondados */
}

/* Altera a cor do thumb quando o mouse passa por cima ou está sendo arrastado */
.pacote-content-hide ul::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Cor do thumb ao passar o mouse */
}

.pacote-content-hide.hide {
    opacity: 0;
}

.head-titulo-pacotes h1,
.head-titulo-pacotes p,
.head-page-ranking {
    color: white;
    text-align: center;
}

.ag-sort-order {
    display: none
  }
