@import url('https://fonts.googleapis.com/css2?family=Barlow: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&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');
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');

body {
    background-color: #0b0b0b !important;
}

.navigation-parent {
    display: flex;
    align-items: center;
    padding: 13px 22px 5px 22px;
}

.nav-link-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 38px;
}

.nav-link a {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 12px;
}

.nav-link-container .nav-link,
.submenu .submenu-link {
    text-decoration: none;
    list-style-type: none;
    padding-left: 0;
}

.submenu {
    padding-left: 0;
    overflow: hidden;
    max-height: 0;
}

.logo {
    width: 182px !important;
}

.nav-link a,
.submenu-link a,
.nav-lang div,
.nav-link button,
.nav-ltd a {
    font-family: Gabarito;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    color: white !important;
    list-style-type: none;
    padding: 10px;
    border: none;
    width: 100%;
    border-radius: 3px;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    background-color: transparent;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;

    &:hover {
        color: red;
        fill: red;
    }
}

.navigation_parent_mobile {
    display: none;
}

@media screen and (max-width:1024px) {
    .navigation-parent {
        display: none !important;
    }

    .nav-container {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: translateX(-250%);
        -webkit-transform: translateX(-250%);
        ;
        transition-duration: 300ms;
        -webkit-transition-duration: 300ms;
    }

    .navigation_parent_mobile {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 12px;
        padding: 12px 0 10px 5px;
    }

    .logo {
        max-width: 137px !important;
        height: auto;
    }

    .layers-container {
        overflow: unset !important;
        -webkit-overflow-scrolling: unset !important;
    }

    .burger-menu {
        background-color: #06070cf7;
        border: none;
        padding: 0;
        margin: 0;
        width: 30px;
        height: 30px;
        justify-content: center;
        display: flex;
        align-items: center;
        border-radius: 2px;
        align-content: center;
    }


    .nav-link-container {
        position: fixed;
        display: block;
        background-color: #090C13;
        min-height: 100vh;
        width: 280px;
        top: 0;
        left: 0;
        padding: 25px 10px;
        z-index: 2;
    }

    @supports (height: 100dvh) {
        .nav-link-container {
            min-height: 100dvh;
        }
    }

    .xButton {
        position: absolute;
        top: 0;
        right: 0;
        background-color: transparent;
        border: none;
        padding: 5px;
    }


    .nav-ltd,
    .nav-lang {
        position: absolute;
        bottom: 0px;
        display: flex;
        height: 60px;

    }

    .nav-link {
        position: relative;
    }

    .nav-link>img {
        justify-content: start;
    }

    .nav-link:nth-child(-n+4)::after {
        content: "";
        position: absolute;
        top: 0;
        right: 15px;
        background-image: url('https://bora-jogar.art/bajibr%20Assets/BoraJogarV2/img/navigation/icons/chevron-right.svg');
        width: 17px;
        height: 17px;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);

    }

    .nav-link:nth-child(-n+4):active {
        background-color: transparent;
    }

    .nav-lang div {
        display: flex;
        justify-content: start;
        align-items: start;
        padding: 0;
        transition-duration: .3s;


    }

    .activeParent button {
        background-color: #101924;
        color: #EE3945 !important;

        &:first-child>svg>path {
            fill: #EE3945 !important;
        }


    }

    .activeParent:nth-child(-n+4)::after {
        content: "";
        position: absolute;
        top: 0;
        right: 15px;
        background-image: url(https://bora-jogar.art/bajibr%20Assets/BoraJogarV2/img/navigation/icons/chevron-right.svg);
        width: 17px;
        height: 17px;
        transform: translateY(50%) rotate(90deg);
        -webkit-transform: translateY(50%) rotate(90deg);
    }

    .activeSubmenu {
        max-height: 150px;
        transition-duration: 300ms;
        -webkit-transition-duration: 300ms;

    }

    .nav-mask {
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.24);
        position: absolute;
        z-index: 1;
    }



    .navActive {
        /* animation-name: navAniOpen;
        animation-play-state: running;
        animation-duration: .3s; */
        transform: translateX(0);
        transition-duration: .3s;
    }

    .dropdown-content-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2px !important;
        height: 22px;
        overflow: hidden;
        width: auto !important;
        transition-duration: .3s;

        &:hover {
            height: 50px;

            transition-duration: .3s;
        }
    }

    li.nav-lang {
        padding-left: 10px;
    }

    a#lang-pt,
    a#lang-en {
        justify-content: center;
        display: flex;
        align-items: center;
    }

    a#lang-pt>svg:first-child,
    a#lang-en>svg:first-child {
        padding-right: 5px;
    }
}

@keyframes navAniOpen {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes navAniClose {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-250%);
    }
}

.nav-link:nth-child(2) {
    position: relative;
    cursor: pointer;
    margin-left: -5px;
    margin-right: 5px;
}

.nav-link:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    background-image: url('https://bora-jogar.art/bajibr%20Assets/BoraJogarV2/img/navigation/icons/chevron-right.svg');
    width: 17px;
    height: 17px;
    transform: translateY(-50%) rotate(450deg);
    -webkit-transform: translateY(-50%) rotate(450deg);
    transition: transform 0.2s;
}

.nav-link:nth-child(2):hover::after {
    transform: translateY(-50%) rotate(270deg);
    -webkit-transform: translateY(-50%) rotate(270deg);
}

.subm {
    display: none;
    position: absolute;
    background-color: #0b0b0b;
    padding: 0;
    list-style: none;
    top: 100%;
    left: 0;
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
    width: calc(100% + 10px);
    box-sizing: border-box;
}

.subm-link a {
    color: white;
    text-decoration: none;
    padding: 12px;
    display: block;
    width: 100%;
}

.subm-link a:hover {
    background-color: #1a1a1a;
}

.nav-link:nth-child(2):hover .subm {
    display: block;
    max-height: 200px;
}

#x-floating-betslip {
    bottom: 10% !important;
}

.betslipFloating__button {
    color: white !important;
}