:root {
    --color-blue: #143a84;
    --color-orange: #e84e24;
    --color-yellow: #f6a500;
    --color-green: #00ac9f;
    --color-white: #ffffff;
}

* {
    /* background-color: var(--color-blue); */
    font-family: "EncodeSans-Regular", sans-serif;
    font-size: 1rem;
    color: var(--color-white);
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media screen and (max-width: 1024px) {
    html,
    body {
        height: 100vh;
        height: 100svh;
        min-height: 100vh;
        min-height: 100svh;
    }
}

.body-page-home,
.body-page-collaborator-home {
    background-image: url(../../img/2026/bg-1.png);
}

.body-page-verify,
.body-page-register,
.body-page-bets-add,
.body-page-bets-history,
.body-page-bets-ranking {
    background-image: url(../../img/2026/bg-2.png);
}

.body-page-login {
    background-image: url(../../img/2026/bg-3.png);
}

.body-page-register {
    background-image: url(../../img/2026/bg-5.png);
}

.body-page-how-participate {
    background-color: var(--color-blue);
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    height: 100svh;
}

.txt-blue {
    color: var(--color-blue);
}

.txt-orange {
    color: var(--color-orange);
}

.txt-yellow {
    color: var(--color-yellow);
}

.txt-green {
    color: var(--color-green);
}

.txt-white {
    color: var(--color-white);
}

.txt-beblock {
    font-family: "BeBlock";
    text-transform: uppercase;
}

.txt-underline {
    text-decoration: underline;
}

.txt-no-underline {
    text-decoration: none !important;
}

.txt-bold {
    font-weight: bold;
}

.txt-center {
    align-items: center;
}

.bg-green {
    background-color: var(--color-green);
}

.bg-yellow {
    background-color: var(--color-yellow) !important;
    border-color: var(--color-yellow) !important;
}

.logo-stellantis img {
    width: 15vw;
    padding-bottom: 5vh;
}

.btn-login span {
}

.btn-problemas span {
    color: var(--color-green);
    cursor: pointer;
}

a {
    text-decoration: none;
}

.btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2vh;
}

.btns img,
.btns-empresa img {
    cursor: pointer;
}

.btns-empresa {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btns-empresa img {
    width: 12vw;
    padding: 0.5vw;
}

.txt-form {
    width: 20vw;
    text-align: center;
    padding-bottom: 2vh;
    font-size: 1rem;
    line-height: 1.4;
}

.form-linha {
    display: flex;
}

.form-linha .txt-form-2 {
    width: 50vw;
}

.register-box {
    border: 1px solid var(--color-white);
    border-radius: 0.5rem;
    padding: 1vw;
    box-sizing: border-box;
    width: 62vw;
    max-width: 100%;
}

.txt-form-2,
.txt-form-2 a {
    text-align: center;
    font-size: 0.9vw;
    color: var(--color-white);
    padding-bottom: 1vw;
    padding-top: 1vw;
}

.txt-form-3 {
    text-align: left;
    font-size: 0.9vw;
    padding-bottom: 1vw;
    padding-top: 0.5vw;
}

select,
input[type="text"],
input[type="password"],
input[type="tel"] {
    width: 15vw;
    height: 5vh;
    background-color: transparent;
    color: var(--color-white);
    border: 1px solid var(--color-white);
    border-radius: 0.5rem;
    box-sizing: border-box;
    padding: 0 0.6vw;
    font-size: 1vw;
    line-height: 1;
    font-family: "EncodeSans-Regular", sans-serif;
    margin: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.password-field-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.password-field-wrap input[type="password"],
.password-field-wrap input[type="text"] {
    padding-right: 2.4em;
}

.password-toggle-btn {
    position: absolute;
    right: 0.45em;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.6em;
    height: 1.6em;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    color: var(--color-white);
    cursor: pointer;
    line-height: 0;
}

.password-toggle-btn:hover,
.password-toggle-btn:focus {
    color: var(--color-orange);
    outline: none;
}

.password-toggle-icon {
    width: 1.15em;
    height: 1.15em;
    display: block;
}

select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.6vw center;
    background-size: 1vw;
    padding-right: 2vw;
    cursor: pointer;
}

select:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

select option {
    color: var(--color-blue);
    background-color: var(--color-white);
}

.txt-obrigatorio {
    color: var(--color-orange);
    font-size: 1.5vw;
    padding-left: 0.5vw;
}

.topo img {
    padding-top: 5vh;
    width: 20vw;
}

.btns img {
    width: 12vw;
    padding: 0.5vw;
}

.btns-collaborator-home img {
    width: 12vw;
    padding: 0.5vw;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.input,
.label {
    padding-bottom: 1vh;
    padding-right: 1vw;
    padding-left: 1vw;
}

.label {
    color: var(--color-yellow);
    font-family: "BeBlock";
    font-size: 1.5vw;
    text-transform: uppercase;
}

.btn-login,
.btn-problemas {
    padding-bottom: 1vh;
    text-align: center;
    font-size: 1rem;
    line-height: 1.35;
    width: 100%;
}

.btn-login span,
.btn-problemas span,
.btn-login a {
    font-size: inherit;
    text-align: center;
}

.btn-login a {
    display: inline-block;
}

.inputs {
    width: 18vw;
    text-align: center;
}

.txt-name {
    font-family: "BeBlock";
    font-size: 1.8vw;
    padding-bottom: 1.5vh;
    text-transform: uppercase;
}

.icones img {
    width: 5vw;
}

.icone-home {
    position: fixed;
    top: 0.5vw;
    left: 7vw;
    cursor: pointer;
    z-index: 100;
}

.icone-sair {
    position: fixed;
    top: 0.5vw;
    right: 4vw;
    cursor: pointer;
    z-index: 100;
}

.table-responsive {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Para navegadores Firefox (propriedade padrão) */
html {
    /* Cor do "polegar" (a barra que se move), seguida da cor da "trilha" (o fundo) */
    scrollbar-color: var(--color-orange) #f1f1f1;
    scrollbar-width: thin;
    /* Deixa a barra mais fina */
}

/* Para navegadores baseados em Chrome, Edge e Safari */
::-webkit-scrollbar {
    width: 12px;
    /* Largura da barra vertical */
    height: 12px;
    /* Altura da barra horizontal */
}

/* O fundo (trilha) da barra de rolagem */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* O "polegar" (a parte que você arrasta) */
::-webkit-scrollbar-thumb {
    background: var(--color-orange);
    border-radius: 6px;
    /* Bordas arredondadas */
}

/* O "polegar" ao passar o mouse por cima */
::-webkit-scrollbar-thumb:hover {
    background: #e64a19;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
    * {
        font-size: 1.2rem;
    }

    .container {
        height: 100vh;
        height: 100svh;
    }

    .body-page-home {
        background-image: url(../../img/2026/bg-mob-1.png);
    }
    .body-page-collaborator-home,
    .body-page-verify,
    .body-page-register,
    .body-page-login,
    .body-page-register {
        background-image: url(../../img/2026/bg-mob-4.png);
    }
    .body-page-bets-add,
    .body-page-bets-history,
    .body-page-bets-ranking,
    .body-page-how-participate {
        background-image: url(../../img/2026/bg-mob-4.png);
    }

    .logo-stellantis img {
        width: 50vw;
        padding-bottom: 10vh;
    }

    .icones img {
        width: 12vw;
    }

    .icone-home,
    .icone-sair {
        top: 5vw;
    }

    .topo img {
        width: 50vw;
        padding-top: 10vh;
    }

    .btns-empresa img {
        width: 40vw;
        padding: 0.5vw;
    }

    .txt-form {
        width: 80vw;
        font-size: 3.4vw;
        text-align: center;
    }

    .btn-login,
    .btn-problemas {
        text-align: center;
        width: 100%;
        font-size: 3.75vw;
        line-height: 1.35;
    }

    .btn-login span,
    .btn-problemas span,
    .btn-login a {
        font-size: inherit;
    }

    .inputs {
        width: 80vw;
    }

    select,
    input[type="text"],
    input[type="password"],
    input[type="tel"] {
        width: 70vw;
        height: 6vh;
        font-size: 4vw;
        padding: 0 3vw;
    }

    select {
        background-position: right 3vw center;
        background-size: 4vw;
        padding-right: 9vw;
    }

    .label {
        font-size: 7.5vw;
    }

    .btns img {
        width: 50vw;
        padding: 1.5vw;
    }

    .btns-collaborator-home img {
        width: 30vw;
    }

    .txt-name {
        font-size: 5.5vw;
    }

    .body-page-register {
        height: auto;
        min-height: 100svh;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .body-page-register .container {
        height: auto;
        min-height: 100svh;
        justify-content: flex-start;
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
    }

    .body-page-register form {
        width: 100%;
        max-width: 100%;
        padding: 0 3vw;
        box-sizing: border-box;
    }

    .body-page-register .topo img {
        width: 42vw;
        padding-top: 10vh;
    }

    .body-page-register .form-linha {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .body-page-register .register-box {
        width: 92vw;
        max-width: 100%;
        padding: 3vw;
        box-sizing: border-box;
    }

    .body-page-register .inputs {
        width: 100%;
        max-width: 88vw;
    }

    .body-page-register .inputs-info {
        display: flex;
    }

    form {
        background-color: #143a84;
    }

    .body-page-register select,
    .body-page-register input[type="text"],
    .body-page-register input[type="password"],
    .body-page-register input[type="tel"] {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 2.75rem;
        font-size: 1rem;
    }

    .body-page-register .label {
        font-size: 1.1rem;
    }

    .body-page-register .input {
        font-size: 1rem;
        word-break: break-word;
        text-align: center;
    }

    .body-page-register .txt-form-2,
    .body-page-register .txt-form-2 a,
    .body-page-register .txt-form-3,
    .body-page-register .form-linha .txt-form-2 {
        width: 100%;
        max-width: 88vw;
        font-size: 0.85rem;
        text-align: center;
        line-height: 1.4;
    }

    .body-page-register .txt-obrigatorio {
        font-size: 1em;
    }

    .body-page-register .logo-stellantis img {
        width: 45vw;
        padding-bottom: 10vh;
    }

    .body-page-register .btns img {
        width: 45vw;
    }
}

/* Mobile landscape (smartphones em paisagem) */
@media screen and (max-width: 1024px) and (orientation: landscape) and (max-height: 600px) {
    .container {
        height: auto;
        min-height: 100vh;
        min-height: 100svh;
    }

    .topo img {
        width: 25vw;
        padding-top: 10vh;
    }

    .logo-stellantis img {
        width: 12vw;
        padding-bottom: 10vh;
    }

    .icones img {
        width: 6vw;
    }

    .form-linha {
        flex-wrap: wrap;
        justify-content: center;
    }

    .inputs {
        width: 30vw;
    }

    select,
    input[type="text"],
    input[type="password"],
    input[type="tel"] {
        width: 28vw;
        height: 8vh;
        font-size: 2vw;
    }

    select {
        background-size: 2vw;
        padding-right: 3.5vw;
    }

    .label {
        font-size: 2.4vw;
    }

    .txt-form {
        width: 60vw;
        font-size: 2vw;
        text-align: center;
    }

    .btn-login,
    .btn-problemas {
        text-align: center;
        width: 100%;
        font-size: 1.8vw;
        line-height: 1.35;
    }

    .btn-login span,
    .btn-problemas span,
    .btn-login a {
        font-size: inherit;
    }

    .btns img {
        width: 18vw;
    }

    .btns-collaborator-home img {
        width: 18vw;
    }

    .btns-empresa img {
        width: 20vw;
    }

    .txt-name {
        font-size: 3vw;
    }

    .body-page-register {
        height: auto;
        min-height: 100svh;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .body-page-register .container {
        height: auto;
        min-height: 100svh;
        justify-content: flex-start;
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
    }

    .body-page-register form {
        width: 100%;
        max-width: 100%;
        padding: 0 2vw;
        box-sizing: border-box;
    }

    .body-page-register .topo img {
        width: 16vw;
        padding-top: 10vh;
    }

    .body-page-register .form-linha {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .body-page-register .register-box {
        width: 96vw;
        max-width: 100%;
        padding: 1.5vw;
        box-sizing: border-box;
    }

    .body-page-register .inputs {
        width: 100%;
        max-width: 90vw;
    }

    .body-page-register select,
    .body-page-register input[type="text"],
    .body-page-register input[type="password"],
    .body-page-register input[type="tel"] {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 2rem;
        font-size: 0.85rem;
    }

    .body-page-register .label {
        font-size: 0.95rem;
    }

    .body-page-register .input {
        font-size: 0.85rem;
        word-break: break-word;
        text-align: center;
    }

    .body-page-register .txt-form-2,
    .body-page-register .txt-form-2 a,
    .body-page-register .txt-form-3,
    .body-page-register .form-linha .txt-form-2 {
        width: 100%;
        max-width: 94vw;
        font-size: 0.75rem;
        text-align: center;
        line-height: 1.35;
    }

    .body-page-register .txt-obrigatorio {
        font-size: 1em;
    }

    .body-page-register .btns img {
        width: 22vw;
        padding: 0.5vw;
    }

    .body-page-register .logo-stellantis img {
        width: 14vw;
        padding-bottom: 10vh;
    }
}

/* Telas grandes (acima de 1600px) */
@media screen and (min-width: 1600px) {
    * {
        font-size: 1.05rem;
    }

    .txt-form-2,
    .txt-form-2 a,
    .txt-form-3 {
        font-size: 0.85vw;
    }
}
