@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: '8 BIT WONDER';
    src: url("../fonts/8-BIT WONDER.woff") format('woff');
}

@font-face {
    font-family: 'Minecraft';
    src: url("../fonts/Minecraft.woff") format('woff');
}

@font-face {
    font-family: 'Minecraft Font';
    src: url("../fonts/minecraft_font.woff") format('woff');
}

@font-face {
    font-family: 'Poppins', sans-serif;
    src: url("../fonts/1_MinecraftRegular1.woff") format('woff');
}

*::-webkit-scrollbar {
    width: 10px;
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background: rgba(16, 16, 16, 0.5);
    transition: all .4s;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.8)
}

body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}

.actived {
    background-color: yellowgreen;
}

.background-color {
    z-index: -100;
    background-color: darkred;
    width: 100%;
    height: 100%;
    position: fixed;
}

.login-container{
    z-index: 199 !important;
}

/* NAVBAR! */

#main-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 61 !important;
}

#main-ul {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 0;
    transition: .3s all;
}

#main-navbar ul li {
    position: relative;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    font-family: 'Poppins', sans-serif;
    transition: .3s all;
    cursor: pointer;
    user-select: none;
}

#main-navbar ul li:hover {
    background-color: #9c0000;
}

#score-ul {
    position: absolute;
    left: 0;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    display: none;
}

#main-navbar ul li ul li {
    margin: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #9c0000;
    transition: .3s all;
}

#main-navbar ul li ul li:hover {
    background-color: #b03c3c;
}

#score-dropdown:hover ul {
    display: block;
}

.user-bar {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: row;
}

.user-bar li:last-child {
    background-color: #9c0000;
}

#user-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#user-menu p {
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 100px;
    text-align: center;
}

#ul-user-menu {
    position: absolute;
    right: 0;
    margin-top: 39px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    display: none;
}

#user-menu:hover ul {
    display: block;
}

#user-cash p, #user-cart p {
    margin: 0;
    padding: 0;
}

#admin-panel {
    background-color: white;
    color: black;
}

#admin-panel:hover {
    color: white !important;
    background-color: #181d21 !important;
}

#solder-panel:hover {
    color: white !important;
    background-color: #181d21 !important;
}

#admin-panel-options{
    position: absolute;
}

/* END */

.splide{
    padding: 0 !important;
}

.cart-vip-special{
    font-family: '8 BIT WONDER';
}

.element-align-center {
    text-align: left !important;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.element-for-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
}

.element-align-center h3{
    font-size: 1.2vw;
}

/* Cart!!! */

.cart-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.panel-cart-container-1, .panel-cart-container-2 {
    margin-left: 5px;
    margin-right: 5px;
}

.panel-cart-container-1 {
    width: 100%;
}

.label-info-cart {
    background-color: white;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 4px 4px 0px 0px;
    border-radius: 12px 12px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.label-info-cart p {
    margin: 0;
    padding: 0;
}

.item-cart {
    position: relative;
    width: 100%;
    background-color: white;
    border-radius: 12px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: 4px 4px 0px 0px;
}

.item-cart-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.image-item-cart {
    width: 100px;
    background-color: rgb(195, 195, 195);
    border-radius: 12px;
    padding: 5px;
    border: solid 1px gray;
}

.image-item-cart img {
    height: 100%;
    max-width: 100%;
}

.item-quantity-object {
    max-width: 130px;
    display: flex;
    flex-direction: row;
}

.item-quantity-object input {
    width: 100%;
    border: none;
    padding: 7.5px;
    background-color: rgb(236, 236, 236);
}

.item-quantity-object input:focus {
    outline: none;
}

.item-quantity-object button {
    border: none
}

#item-quantity-mini {
    border-radius: 12px 0px 0px 12px;
    padding: 7.5px;
    background-color: rgb(236, 236, 236);
    transition: .050s all;
}

#item-quantity-mini:active {
    color: white;
}

#item-quantity-macro {
    border-radius: 0px 12px 12px 0px;
    padding: 7.5px;
    background-color: rgb(236, 236, 236);
    transition: .150s all;
}

#item-quantity-macro:active {
    color: white;
}

.remove-item-cart button {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    border: solid 1px gray;
    border-radius: 12px;
    padding: 20px;
    transition: .150s all;
}

.remove-item-cart button i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s all;
    color: black;
}

.remove-item-cart button:hover {
    background-color: #181D21;
}

.remove-item-cart button:hover i {
    color: white;
}

.remove-item-cart button:active {
    background-color: #ff0000;
}

.panel-info-cart {
    background-color: white;
    width: 400px;
    border-radius: 12px;
    box-shadow: 4px 4px 0px 0px;
}

.panel-info-cart h1 {
    text-align: center;
    border-bottom: solid 1px gray;
    margin: 0;
    padding: 0;
}

.info-cart-values {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.info-cart-values tr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.info-cart-values td {
    font-size: 1.6vw;
}

.cupom-cart-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cupom-tag{
    background: linear-gradient(to left top, rgb(111, 161, 36), rgb(91, 91, 237) 70%);
    border-radius: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}

.cupom-tag p{
    margin: 0;
}

.cupom-tag i{
    position: inherit !important;
    left: 0 !important;
    transform: none !important;
    margin-left: 5px;
    cursor: pointer;
}

.cupom-cart-container button, .cupom-header, #cupomInput{
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: fit-content;
    margin-top: 5px;
    margin-bottom: 5px;
}

.cupom-cart-container input {
    border: solid 1px gray;
    width: 90% !important;
}

.cupom-cart-container button {
    color: white;
    background-color: #9c0000;
    border: none;
    border-radius: 1000px;
    transition: .3s all;
    padding-top: 3.5px;
    padding-bottom: 3.5px;
    padding-left: 15px;
    padding-right: 15px;
}

.cupom-cart-container button:hover {
    background-color: #a05151;
}

.gift-cart-container {
    border-bottom: solid 1px gray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}

.gift-cart-container div {
    margin-top: 5px;
    margin-bottom: 5px;
}

.gift-cart-container p, .gift-cart-container input {
    margin-left: 5px;
    margin-right: 5px;
}

.gift-cart-container p {
    margin: 0;
    padding: 0;
}

.gift-checkbox-cart {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.info-gift-cart p {
    font-size: 0.8vw;
}

.payment-details-cart-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.payment-details-cart-panel button {
    width: fit-content;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    border: none;
    border-radius: 1000px;
    background-color: rgb(134, 198, 37);
    color: white;
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    padding-left: 20px;
    padding-right: 20px;
    transition: .3s all;
}

.checkout-button-animation:hover {
    cursor: pointer;
    padding: 13.5px 32.5px 13.5px 32.5px;
    background-color: rgb(193, 255, 100);
}

.payment-agree-politics {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 7.5px;
}

.payment-agree-politics * {
    margin-left: 5px;
    margin-right: 5px;
}

.payment-agree-politics p {
    margin: 0;
    padding: 0;
}

.payment-details-cart-panel h3 {
    margin-top: 17.5px;
}

.payment-details-cart-panel img {
    border-top: solid 1px gray;
    margin-top: 2.5px;
    margin-bottom: 15px;
}

/* Cart End */


/* CARROSEL */

.status-server-container {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    padding-left: 25px;
    padding-right: 25px;
    color: #9c0000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 1000px;
    background-color: #181D21;
    border: solid 5px white;
    font-size: 3vw;
    text-align: center;
    width: 80%;
    z-index: 50;
}

.caroulsel-title {
    position: absolute;
    min-width: 100%;
    max-width: 100%;
    height: fit-content;
    top: 40%;
    transform: translate(0, -00%);
    width: 100%;
    z-index: 2;
}

.carousel-logo {
    min-height: 80px;
    max-height: 80px;
}

.carousel-logo img {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 50%;
    animation: espirar linear infinite;
    animation-duration: 3.5s;
}

@keyframes espirar {
    0% {
        width: 50%;
    }

    50% {
        width: 53%;
    }

    100% {
        width: 50%;
    }
}

.carousel-info-panel {
    position: relative;
    left: 50%;
    margin-top: 90px;
    transform: translate(-50%);
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.carousel-players-panel {
    position: absolute;
    top: 80%;
    left: -7.5px;
    min-width: 125px;
    min-height: 125px;
    max-height: 125px;
    max-width: 125px;
    background-color: transparent;
    backdrop-filter: blur(100px);
    border-radius: 0 1000px 1000px 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    padding-top: 5px;
    border: solid 3px rgba(255, 255, 255, 0.068);
    z-index: 60;
}

.carousel-players-panel p {
    position: relative;
    left: -6.5px;
    padding: 0;
    margin: 0;
    color: white;
}

.carousel-players-panel p:first-child {
    color: greenyellow;
    font-size: 38px;
}

.carousel-panel-margin {
    margin-left: 30px;
    margin-right: 30px;
}

.carousel-launcher-panel {
    position: relative;
    height: fit-content;
    width: fit-content;
    background-color: #181d212b;
    backdrop-filter: blur(30px);
    text-align: center;
    padding: 30px;
    border-radius: 12px;
    transition: all 300ms ease-in-out !important;
    cursor: pointer;
    border: solid 4px rgba(255, 255, 255, 0.068);
}

.carousel-launcher-panel img {
    height: 90px;
}

.carousel-launcher-panel h5 {
    position: relative;
    top: 30px;
    color: white;
}

/**/
.itemBackground {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center !important;
}

.item-bg-OtherHeigh {
    height: 50vh !important;
}

.cButton-padding {
    width: 2.5% !important;
    z-index: 10 !important;
}

/**/


/* Containers and Body*/
.custom-container-I {
    margin-top: 50px;
}

.flex-row-container {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    padding-left: 100px;
    padding-right: 100px;
}

.transparent {
    background-color: transparent !important;
}

.content-container {
    width: 100%;
    height: fit-content;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
}

.content-container-body {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/*  Sub-conteiners  */

.content-flex-1 {}

.content-flex-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.supportersboard {
    max-width: 400px;
    height: fit-content;
    background-color: white;
    border-radius: 4px;
}

.supportersboard h3 {
    text-align: center;
}

.supportersboard-body {
    display: flex;
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
}

.supportersboard-body * {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
}

.supportersboard-body img {
    height: 45px;
    border-radius: 100%;
}

.supportersboard-body p {
    position: relative;
    top: 10px;
}

.widget-panel {
    margin-bottom: 50px;
}

.widget-topsupportter {
    background-color: white;
    text-align: center;
    border-radius: 4px;
}

.widget-topsupportter h5 {
    margin-bottom: 20px;
}

.widget-topsupportter p {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-family: 'Minecraft Font';
    padding-left: 5px;
    padding-right: 5px;
}

/*  Sub-containers II */
.content-item-1 {
    position: relative;
    left: -500px;
    opacity: 0;
    transition: .3s all ease-in-out;
}

.content-item-2 {
    position: relative;
    left: 500px;
    opacity: 0;
    transition: .3s all ease-in-out;
}

.content-item-1, .content-item-2 {
    padding-left: 60px;
    padding-right: 60px;
    font-family: 'Poppins', sans-serif;
}

.content-item-2 iframe {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.section-items {
    position: relative;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.section-items ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.item {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    min-height: 370px;
    max-width: 300px;
    background-color: white;
    border-radius: 10px;
}

.item-mark-new {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 70px;
    height: 70px;
    background-color: yellow;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    font-family: 'Poppins', sans-serif;
}

.item-mark-new p {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    font-size: 8px;
}

.item h3 {
    color: white;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    font-family: 'Poppins', sans-serif;
}

.item-more-details {
    position: relative;
    max-width: 300px;
    left: 50%;
    transform: translate(-50%);
    padding: 10px;
}

.item-more-details p {
    font-family: 'Poppins', sans-serif;
}

.item-more-details button {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    background-color: #181D21;
    border-radius: 1000px;
    border: none;
    color: white;
    font-family: 'Poppins', sans-serif;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    padding-left: 25px;
    padding-right: 25px;
    transition: 300ms;
    font-size: 14px;
}

.item-more-details button:hover {
    filter: invert(1);
}

.item-container-price {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 270px;
    background-color: rgba(0, 0, 0, 0.5);
    color: yellowgreen;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
}

.item-container-footer {
    position: absolute;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    bottom: 0;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.item-container-footer button {
    position: relative;
    padding: 22.5px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #181D21;
    border-radius: 1000px;
    border: none;
    color: white;
    font-family: 'Poppins', sans-serif;
    transition: all .3s;
}

.item-container-footer button i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#item-info:hover {
    background-color: #2b2bff;
    color: white;
}

#item-buy-button:hover {
    background-color: yellowgreen;
    color: white;
}

/**/

.item-4:before, .item-4:after {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000, #fb0094,
            #0000ff, #00ff00, #ffff00, #ff0000);
    /*background: linear-gradient(rgb(61, 254, 254), yellow, rgb(255, 54, 87), rgb(61, 254, 254), yellow, rgb(255, 54, 87));*/
    background-size: 400%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: -10;
    animation: steam 20s linear infinite;
    border-radius: 10px 10px 0px 0px;
}

@keyframes steam {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.item-4:after {
    filter: blur(20px);
}

/* MODAL TEMPLATES */

.modal-template-2 {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
    width: 50vw;
    background-color: #181d21dc;
    backdrop-filter: blur(10px);
    display: flex;
    border-radius: 12px 12px 0px 0px;
    flex-direction: column;
    z-index: 55;
}

.modal-template-2 h1 {
    position: relative;
    text-align: center;
    border-radius: 12px 12px 0px 0px;
    width: 100%;
    font-size: 30px;
    height: fit-content;
    background-color: #9c0000;
    color: white;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

.modal-template-2 h2 {
    text-align: center;
    color: white;
    font-family: 'Poppins', sans-serif;
}

.modal-template-2 iframe {
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

/* END */

/* TUTORIAL LAUNCHER */

.launcher-tutorial-button {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    padding-bottom: calc(80px);
}

.launcher-tutorial {
    position: relative;
    padding: 15px;
    border-radius: 8px;
    background-color: white;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    margin-right: 30px;
    cursor: pointer;
}

.launcher-tutorial img {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 90px;
}

.tutorial-launcher-content {
    position: relative;
    height: fit-content;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 80px;
}

.tutorial-launcher-content iframe {
    position: relative;
    left: 50% !important;
    transform: translate(-50%) !;
    width: 90%;
    height: 360px;
}

.launcher-download {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    min-height: 70px;
    width: 50%;
    background-color: darkred;
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    z-index: 99;
}

.launcher-download button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1000px;
    border: none;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

/* END */

/* Dialog-Modal */

.dialog-container {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 99;
}

.background-dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.dialog-popup {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 90vh;
    background-color: white;
    border-radius: 6px;
    overflow: auto;
}

.dialog-info-container{
    border-radius: 6px;
    padding: 5px;
    margin: 35px;
}

.dialog-popup table{
    background-color: #181D21;
    border-radius: 6px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.dialog-popup table *{
    color: white;
    text-align: center;
    border: solid 1px black;
}

.dialog-popup img {
    width: 100%;
}

.dialog-popup h1{
    position: sticky;
    top: 0;
    backdrop-filter: blur(10px);
    text-align: center;
    font-family: '8 BIT WONDER';
    color: white;
    -webkit-text-stroke: 1px black;
    margin-bottom: 30px;
    z-index: 10;
}

.dialog-popup h2{
    text-align: center;
    font-family: '8 BIT WONDER';
    -webkit-text-stroke: 1px black;
    color: white;
}

.dialog-popup p {
    text-align: center;
    font-family: 'Popins', sans-serif;
    margin-bottom: 30px;
}


.dialog-button-cart-container{
    position: sticky;
    bottom: 0;
    padding: 10px;
    width: 100%;
    backdrop-filter: blur(10px);
    color: white;
}

.dialog-button-cart-container button{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1000px;
    border: none;
    font-family: 'Popins', sans-serif;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

.dialog-button-cart-container button:active{
    background-color: rgb(157, 255, 82);
}

/* End */

/* BLANK MODAL FOR ITEMS OR ANYTHING */

.blank-container {
    width: 100%;
    height: fit-content;
    background-color: white;
}

/* ARTICLES TUTORIAIS ITEMS */

.article-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.articling {
    width: 100px;
    height: fit-content;
    background-color: #9c0000;
    border-radius: 12px;
}

/* CONTAINER MODAL MODAL MODAL MODAL MODAL */

.container-modal {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 80;
}

.modal-bg {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 51;
    backdrop-filter: blur(8px);
}

.modal {
    position: relative !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    height: 90vh !important;
    width: 60vw !important;
    background-color: #181d21dc !important;
    backdrop-filter: blur(10px) !important;
    display: flex !important;
    flex-direction: row !important;
    border-radius: 12px 12px 0px 0px !important;
}

.container-modal .modal .modal-part-container {
    height: 100%;
}

.mp-part-1 {
    border-right: solid 1px rgba(0, 0, 0, 0.208);
    overflow-y: scroll;
    width: 60%;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 40px;
}

.mp-part-1 h1 {
    position: sticky;
    top: 0;
    text-align: center;
    background: #9c0000;
    color: white;
    z-index: 50;
}

.mp-part-1 p {
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.mp-part-1 table {
    border: 1px solid;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    color: white;
    text-align: center;
}

.mp-part-1 table tr {
    border: 1px solid;
}

.mp-part-1 table th, .mp-part-1 table td {
    border: 1px solid;
}

.mp-part-1 h2 {
    text-align: center;
    color: white;
}

.mp-part-1 img {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
}

.mp-part-2 {
    position: relative;
    width: 40%;
}

.dropmodal-content-viewmodel-product {
    width: 350px;
    height: 350px;
    background: transparent;
    margin-left: 50%;
    transform: translate(-50%);
    margin-top: 10px;
}

.dropmodal-content-sphere {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: transparent;
    border-radius: 100%;
    border: solid 18px rgba(0, 0, 0, 0.6);
}

.dm-ticket-card {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 130px;
    height: 200px;
    background: transparent;
    perspective: 1000px;
}

.dm-ticket-card-front, .dm-ticket-card-back {
    position: absolute;
    width: 130px;
    height: 200px;
}

.dm-ticket-card-front {
    background: url("../img/vipterminus-card-front.png");
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: spinner1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 3.5s;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.dm-ticket-card-back {
    background: url("../img/passebeta-card-back.png");
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: spinner2;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 3.5s;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

@keyframes spinner1 {
    from {
        transform: rotateY(20deg);
    }

    to {
        transform: rotateY(-340deg);
    }
}

@keyframes spinner2 {
    from {
        transform: rotateY(-160deg);
    }

    to {
        transform: rotateY(-520deg);
    }
}

.dm-content-details {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -85%);
    color: white;
    width: 100%;
    text-align: center;
}

.dm-content-details p {
    font-family: 'Poppins', sans-serif;
}

/* Second Container*/

.second-container {
    position: relative;
    width: 100%;
    background-color: white;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
    margin-top: 5px;
}

.sc-bellow {
    margin-top: 70px;
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 97%) !important;
    padding-left: 50px;
}

.slip-container {
    display: flex;
    flex-direction: row;
}

.second-container img {
    margin: 40px;
    position: relative;
    height: 400px;
    width: 760px;
    clip-path: polygon(0 0, 100% 0%, 100% 98%, 0% 100%);
}

.second-container iframe {
    position: relative;
    padding: 30px 15px 30px 55px;
}

/* Custom Container for TOP CONTRIBUIDORES */

.custom-container-info-1 {
    margin-bottom: 40px !important;
    text-align: center !important;

}

/*  END  */



/* Pannel Sponsor */

.panel-sponsors {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    background-color: #181D21;
    width: fit-content;
    height: fit-content;
}

.sponsor-info {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    width: 100%;
}

.sponsor-info * {
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sponsor-info img {
    position: relative;
    top: 5px;
    height: 50px;
    width: 50px;
    padding: 0;
    margin-top: 0;
    border-radius: 6px;
}

.sponsor-info p {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    margin: 0;
}

/*  END  */



/* Geral Container Infos*/

.container-info {
    position: relative;
    max-width: 50vw;
    height: 100%;
    padding: 30px 15px 30px 15px;
    font-family: 'Poppins', sans-serif;
}

/*Modal*/

.modal-content-purchase {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content-purchase select {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-content-purchase button {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    border: none;
    border-radius: 1000px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    transition: 300ms;
}

.modal-content-purchase button:hover {
    filter: invert(1);
}

.modal-content-purchase p {
    text-align: center;
    font-size: 30px;
    color: yellowgreen;
    font-family: 'Poppins', sans-serif;
}

/* Cash Recharge */

.items-rows {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.items-rows article {
    position: relative;
    width: 300px;
    height: 300px;
    background-color: white;
    border-radius: 12px 12px 0px 0px;
    flex-wrap: nowrap;
    margin: 30px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.items-rows article h1 {
    position: relative;
    z-index: 10;
}

.recharge-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 50%;
    background-image: url("https://www.transparentpng.com/thumb/money-bag/XtaBYB-money-bag-free-download-transparent.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Register */

.register-submit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
}

.register-submit p {
    padding: 0;
    margin: 0;
    text-align: center;
}

/* Login Container */

.g-recaptcha {
    width: fit-content !important;
    position: relative !important;
    margin-top: 10px !important;
    left: 50% !important;
    transform: translate(-50%) !important;
}

.auth-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    height: fit-content;
    max-width: 375px;
    border-radius: 8px;
    z-index: 105;
    padding-top: 15px;
    transition: all .4s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.7) 4px 4px 4px 4px;
}

.auth-container form h1 {
    text-align: center;
    font-family: '8 BIT WONDER';
    color: rgb(61, 61, 61);
    position: relative;
    left: 50%;
    transform: translate(-50%);
    font-family: 'Poppins', sans-serif;
}

.auth-container form input {
    width: 80%;
    height: 45px;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    font-family: 'Poppins', sans-serif;
}

.login-submit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
}

.login-submit p {
    padding: 0;
    margin: 0;
    text-align: center;
}

.auth-container form button {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    border-radius: 1000px;
    border: none;
    background-color: #9c0000;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: fit-content;
    transition: all .1s ease-in-out;
}

.auth-container form button:hover {
    background-color: yellowgreen;
}

.forgotten-password {
    cursor: pointer;
}

.alter-panel {
    background-color: #181D21 !important;
}

.auth-container form:last-child {
    padding: 0;
}

.discord-container{
    height: fit-content;
    width: fit-content;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 60;
    transition: all .3s ease-in-out;
}

.discord-iframe{
    position: absolute;
    top: -485px;
    left: -330px;
    display: none;
}

.discord-message-ballon{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 50%;
    width: fit-content;
    overflow: hidden;
}

@keyframes discordAnimation {
    0% { left: 0; }
    100% { left: 500px; }
}

.discord-message-ballon p{
    position: relative;
    background-color: #202225;
    border-bottom: solid 5px #7289DA;
    padding: 4.5px 40px 4.5px 10.5px;
    margin: 0;
    border-radius: 4px 0px 0px 4px;
    transition: all .3s ease-in-out;
    text-wrap: nowrap !important;
    color: white;
}

.discord-button {
    position: relative;
    left: 100%;
    top: 0;
    transform: translate(-100%);
    height: fit-content;
    width: fit-content;
    border-radius: 100%;
    background-color: #7289DA;
    padding: 12.5px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.discord-button:hover {
    padding: 15px;
    left: calc(100% - -2.75px);
    top: 2.5px;
    transition: all .3s ease-in-out;
}

.discord-button img {
    height: 45px;
    filter: invert(1);
}

/* BALLON */

.notify-container {
    position: fixed;
    width: fit-content;
    left: 0;
    bottom: 30px;
    z-index: 500;
    padding-left: 20px;
    padding-right: 20px;
}

.successful{
    background-color: rgb(115, 157, 51);
}

.failure{
    background-color: rgb(161, 51, 51);
}

.ballon {
    position: relative;
    margin-top: 10px;
    margin-left: 30px;
    color: white;
    border-radius: 6px 6px 6px 0px;
    font-family: 'Poppins', sans-serif;
    transition: .6s all;
    width: fit-content;
}

.ballon p {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.close-i {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 10;
}

.notification-timer-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background-color: rgb(199, 199, 199);
    animation: timer-notification linear;
    animation-duration: 5s;
}

@keyframes timer-notification {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

/* footer */

footer {
    position: relative;
    width: 100vw;
    background-color: #181D21;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

footer p {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    margin-right: 5px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

#footer-p1 {
    font-family: '8 BIT WONDER';
    font-size: 14px;
}

.ballonNotification-container {
    position: fixed;
    left: 0;
    width: fit-content;
}

/* PHONE */

@media screen and (max-width: 600px) {

    .auth-container {
        width: 90% !important;
    }

    .tutorial-launcher-content iframe {
        height: 189px;
    }

    .carousel-logo img {
        position: relative;
        left: 50%;
        transform: translate(-50%);
        width: 90%;
        animation: espirar linear infinite;
        animation-duration: 3.5s;
    }

    @keyframes espirar {
        0% {
            width: 90%;
        }

        50% {
            width: 93%;
        }

        100% {
            width: 90%;
        }
    }

    .launcher-panel-0 {
        display: none;
    }

    .cButton-padding {
        width: 15% !important;
    }

    .slip-container {
        flex-direction: column !important;
        text-align: center;
    }

    .slip-container img:first-child {
        top: 30px;
    }

    .slip-container img {
        position: relative;
        left: 50%;
        bottom: 30px;
        transform: translate(-50%);
        width: 90% !important;
        height: fit-content !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .container-info {
        max-width: 100%;
    }

    .sc-bellow {
        padding: 0;
    }

    .modal {
        width: 80vw !important;
        height: 50vh !important;
        flex-direction: column !important;
    }

    .carousel-launcher-panel {
        margin-right: 15px;
        margin-left: 15px;
        padding: 20px;
        top: 20px;
    }

    .modal-template-2 {
        width: 90%;
        left: calc(50% - 18.9px);
    }

    .modal-template-2 h1 {
        font-size: 18px;
    }

    .launcher-download {
        width: 80%;
    }

    .carousel-launcher-panel h5 {
        font-size: 12px;
        top: 15px;
    }

    .carousel-launcher-panel img {
        height: 60px;
    }

    .carousel-players-panel {
        min-height: 90px;
        min-width: 90px;
        max-height: 90px;
        max-width: 90px;
    }

    .carousel-players-panel p:first-child {
        font-size: 26px;
    }

    .carousel-players-panel p {
        font-size: 10px;
    }

}