#containerNumeros {
    position: relative;
}

#toogleNumeros {
    width: auto !important;
    padding: 0 !important;
    color: #fff !important;
    background: transparent !important;
    text-transform: capitalize !important;
    font-size: 14px;
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#toogleNumeros i {
    font-size: 13px;
    display: inline-flex;
    transform: none !important;
}

#numeros {
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    max-height: 40px;
}

#numeros.expandido {
    max-height: calc(36px * 4 + 6px * 4);
}

div#numeros {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 6px;
    justify-items: center;
    user-select: none;
}

.numero {
    padding: 4px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 40px;
    width: 100%;
    height: 35px;
    background: #191919;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: 1px solid #ffffff26;
}

#abrirRoleta {
    background: transparent !important;
    color: var(--btnColor) !important;
    font-size: 13px !important;
    border: none !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin: 25px 0 0 0;
    text-transform: none;
}

#abrirRoleta b {
    font-weight: 600 !important;
    font-size: 13px !important;
    color: var(--primary) !important;
}

#abrirRoleta i {
    font-size: 16px !important;
    display: inline-flex;
}

.headCores {
    margin: 0 0 15px 0;
}

#iframeIA {
    margin: 15px 0 0 0 !important;
}

.headCores {
    display: grid;
    grid-template-columns: 1fr 145px 1fr;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}

.headCores > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.headCores label {
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.select2-container--keroup {
    width: 100% !important;
}

.labelHide {
    height: 16px;
}

@media screen and (max-width: 490px) {
    .headCores {
        grid-template-columns: 1fr!important;
    }

    .labelHide {
        height: 0;
    }
}

.select2-container--keroup .select2-selection--single {
    background-color: #000;
    color: #fff;
    border: 1px solid #ffffff3d;
    border-radius: 6px;
    font-size: 14px;
    padding: 10px 30px 10px 14px !important;
    height: auto!important;
}

.select2-container--keroup .select2-selection__rendered {
    color: #fff;
    font-weight: 500;
    padding: 0 !important;
    font-size: 14px !important;
}

.select2-container--keroup .select2-dropdown {
    background-color: #000;
    color: #fff;
    border: 1px solid #ffffff3d;
    border-radius: 4px;
    font-size: 14px;
}

.select2-container--keroup .select2-results__option {
    padding: 7px 14px !important;
    font-size: 14px;
    background-color: #000;
    color: #fff;
}

.select2-container--keroup .select2-results__option--highlighted {
    background-color: var(--primary);
    color: #000;
}

.select2-container--keroup .select2-results__option[aria-disabled="true"] {
    color: #777;
    background-color: #1e1e1e;
    pointer-events: none;
}

.select2-container--keroup .select2-selection--single {
    position: relative;
}

.select2-container--keroup .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

.select2-container--keroup .select2-selection__arrow::before {
    font-family: uicons-bold-straight !important;
    content: "\e07c";
    font-size: 13px;
    color: #fff;
}

span.nome-jogo {
    font-size: 14px;
}

span.subTitle {
    font-size: 8px!important;
    background: var(--primary);
    font-family: 'Montserrat', sans-serif!important;
    width: 56px;
    height: 14px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media screen and (min-width: 980px) {
    header .container-menu {
        /* max-width: 1040px!important; */
    }

    .app {
        max-width: 720px;
        margin: 0 auto;
    }

    .casa {
        max-width: 1040px!important;
        margin: 0 auto!important;
    }
    
    .casa .frame {
        aspect-ratio: 16/9!important;
        height: 100%!important;
    }
}
