* {
    font-family: "Montserrat";

}

html {
    background-color: rgb(22 22 20);
}
.accordion-body table tbody tr {
    cursor: pointer;
}
html, body {
    margin: 0px !important;
    padding: 0px !important;

}
#nextPartidas tbody tr, #inLive tbody tr, #prevPartidas tbody tr{
    cursor: pointer;
}
.bodyauth {
    height: 100vh;
    width: 100vw;
    background-color: rgb(22 22 20);
}

.AcessoPreco {
    display: none;
}

.pricingPage {
    height: 100vh;
    width: 100vw;
}

.logo {
    margin: 0 1vw 0 1vw;

}

.containerFlex {
    display: flex;
    height: 100vh;
}

.contentFlex1 {
    margin-top: 50px;
    flex-grow: 1;
    padding: 20px;
    overflow-y: auto;
}

.sidebar {
    height: 100vh;
    width: 280px;
    transition: transform 0.3s ease;
}

.sidebar.hidden {
    position: fixed;
    height: 100%;
    z-index: 1000;
    transform: translateX(-100%);
}

.marginVert {
    margin: 1vh 1vw 1vh 1vw;
}

.bodyguest {
    background-image: url('../img/bgmesa.jpg');
    background-size: auto;
    background-position: left;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.formlogin {
    display: flex;
    justify-content: center;
    height: 40vh;
    width: 40vw;
    background-color: rgba(21, 21, 20, 0.7);

}

.inputLabel {
    color: white;
    margin: 0.5vh 0.5vw 0.5vh 0vw;
    font-size: 2.5vh;
}

.inputText {
    border-radius: 6px;
    margin: 0.5vh 0.5vw 2vh 0vw;
    color: darkslategrey;
    font-size: 14px;
    width: 15vw;
    height: 3.2vh;
}

.mascara_formLogin {
    background-color: #2b2f2c;
    padding: 2vh 2vw;
    border-radius: 15px;
}


.subLabel {
    color: white;
    margin: 1vh 0vw 1vh 0vw;
    font-size: 2vh;
}

.text-alignC {
    text-align: center;
}

.text-alignL {
    text-align: left;
}

.text-alignR {
    text-align: right;
}

.btnEntrar {
    height: 6vh;
    width: 12vw;
    font-size: 3vh;
    font-weight: bold;
    background-color: rgba(82, 82, 75, 0.6);
    color: white;
    border-radius: 12px;
    margin: 2vh 0vw 0.5vh 0vw;

}

.btnEntrar:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.btnRegistrar {
    height: 6vh;
    width: 12vw;
    font-size: 3vh;
    font-weight: bold;
    background-color: rgba(82, 82, 75, 0.6);
    color: white;
    border-radius: 12px;
    margin: 3vh 0vw 0.5vh 0vw;
}

.btnRegistrar:hover {
    background-color: #438600;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.sobrePage {
    color: white;
}


.bgItens {
    background-color: rgba(21, 21, 20, 0.7)
}





/* MOBILE */
@media only screen and (max-width: 600px) {
    .bodyguest {
        background-image: url('../img/mesa.jpg');
        background-size: auto;
        background-position: right;
        background-attachment: fixed;
        height: 100vh;
        width: 99%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .formlogin {
        display: flex;
        justify-content: center;
        height: 50vh;
        width: 80vw;
        background-color: rgba(21, 21, 20, 0.7);
        border-radius: 15px;

    }

    .btnRegistrar {
        height: 8vh;
        width: 90%;
        font-size: 3vh;
        font-weight: bold;
        background-color: rgba(82, 82, 75, 0.9);
        color: white;
        border-radius: 12px;
        margin: 2vh 5% 2vh 5%;

    }

    .btnEntrar {
        height: 8vh;
        width: 90%;
        font-size: 3vh;
        font-weight: bold;
        background-color: rgba(82, 82, 75, 0.9);
        color: white;
        border-radius: 12px;
        margin: 2vh 5% 2vh 5%;
    }

    .sobrePage {
        color: white;
        text-align: center;
    }


    .inputLabel {
        color: white;
        margin: 0.5vh 0.5vw 0.5vh 0vw;
        font-size: 2.5vh;
    }

    .inputText {
        border-radius: 6px;
        margin: 0.5vh 0.5vw 2vh 0vw;
        color: darkslategrey;
        font-size: 14px;
        width: 95%;
        height: 3.2vh;
    }

    .mascara_formLogin {
        background-color: rgba(21, 21, 20, 0.0);
        padding: 3vh 2vw;
        border-radius: 15px;
    }

    .sidebar {
        position: fixed;
        height: 100%;
        z-index: 1000;
    }

    .sidebar.hidden {
        transform: translateX(-100%);
    }

    main {
        overflow-x: auto;
    }

    .accordionMobile {
        width: 800px;
    }

}

.toggle-btn {
    display: block;
    position: absolute;
    width: 40px;
    height: 50px;
    top: 10px;
    left: 10px;
    z-index: 1100;
    background-color: #343a40;
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
}
