@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');

#topHeader {
    height: 50px;
}

#topHeaderLogo {
    max-height: 35px;
    width: auto;
}

#carrossel {
    max-width: 1250px;
}

.bg-dark-max {
    background-color: #171717 !important;
}

.btn-yellow {
    background-color: #ffef00;
}

.btn-yellow:hover {
    background-color: #d4c600;
}

.text-yellow {
    color: #d4c600;
}

#affiliateCode {
    transition: 0.30s;
    background-color: #ffef00;
    border: 1px solid #ffef00;
    color: black;
    font-weight: bolder;
    border-radius: 2em;
    max-width: 75vw;
    margin: auto;
}

.affiliateCode {
    width: 100%;
    transition: 0.30s;
    border-radius: 2em;
    max-width: 75vw;
    margin: auto;
    display: block;
    font-weight: 500;
}

#affiliateCode:hover,
.affiliateCode:hover {
    cursor: pointer;
}

#buttonTutorial {
    width: 33vw;
}

#gamesRow img {
    max-width: 20em;
}

* {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: black;
}

::-webkit-scrollbar-thumb {
    background-color: #ffef00;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.table>:not(caption)>*>* {
    background-color: #00000000;
}

.game-title {
    color: white;
    padding-top: 0.7em;
}

#homeButton {
    border-radius: 10px;
    border: 1px solid #ffef00;
}

/*
        #ffef00 amarelo
        #171717 preto/cinza
        #ffffff branco
        */

/*
    Preloader
*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.950);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner-grow {
    width: 3rem;
    height: 3rem;
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    --bs-spinner-animation-speed: 0.45s !important;
}

.ticker-container {
    overflow: hidden;
}

#topHeader button {
    font-size: 0.7em;
    font-weight: bold;
}

.ticker-list {
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    animation: tickerAnimation 18s linear infinite;
    font-size: 0.75em;
}

@keyframes tickerAnimation {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.ticker-list li {
    display: inline-block;
    padding-right: 30px;
}

.btn-transparent-yellow {
    border: 1px solid #ffef00;
    color: #ffef00;
}

.btn-transparent-yellow:hover {
    background-color: #ffef00;
    color: black;
}

.highlightText {
    font-weight: 800;
    color: #ffef00;
    /*letter-spacing: 0.15em;*/
}

.highlighted {
    position: relative;
}

.highlighted::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffef00;
    z-index: -1;
    transition: width 1s ease-in-out;
}

#modalProfilePic {
    max-width: 35%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0.5em;
}

#modalProfilePic img {
    width: 100%;
    height: 100%;
    /*border-radius: 50% !important;*/
}

.img-thumbnail {
    background-color: transparent !important;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid black !important;
    cursor: pointer !important;
}

.btn-transparent {
    background-color: transparent !important;
}

#affiliateLink {
    font-weight: 600;
    display: block;
    font-size: 0.65em;
}

@media (max-width: 540px) {
    #topHeader {
        height: 40px;
        margin-bottom: 10px;
    }

    #topHeaderLogo {
        max-height: 30px !important;
        width: auto;
    }

    #carrossel {
        max-width: 100vw;
    }

    #inviteTitle {
        font-size: 0.9em;
        margin: 0;
        padding: 0;
    }

    #affiliateCodeRow>h2 {
        font-size: 1.1em;
    }

    #affiliateCodeRow>p {
        font-size: 0.85em;
    }

    p#affiliateCode,
    .affiliateCode {
        font-size: 0.75em;
    }

    #buttonTutorial {
        font-size: 0.85em;
    }

    #affiliateCode,
    .affiliateCode {
        max-width: 95vw;
    }

    #buttonTutorial {
        width: 80vw;
    }

    #gamesRow img {
        max-width: 15em;
    }

    table td {
        font-size: 0.75em;
    }

    #bottomMenu small {
        font-size: 0.45em;
    }

    #modalProfilePic {
        max-width: 60%;
    }

    #profileModal {
        font-size: 0.85em;
    }

    footer>p {
        font-size: 0.7em !important;
    }

    #bottomMenu {
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

@media (max-width: 350px) {
    #inviteTitle {
        font-size: 0.8em;
        margin: 0;
        padding: 0;
    }

    #topHeader {
        height: 25px;
        margin-bottom: 10px;
        padding-top: 0 !important;
    }

    #topHeaderLogo {
        max-height: 25px !important;
        width: auto;
    }

    #topHeader button {
        max-height: 28px;
    }

    #affiliateCodeRow p.small {
        font-size: 0.7em;
    }
}

.embed-responsive-9by16 {
    position: relative;
    width: 100%;
    padding-bottom: 177.78%;
    /* 16:9 aspect ratio (9 / 16 * 100%) */
    height: 0;
    overflow: hidden;
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}