.btn-primary.login,
.btn-primary.register {
    font-size: .9rem;
    color: #fff;
    font-weight: 600
}

.btn,
.wpp-float {
    text-decoration: none;
    text-align: center
}

.btn,
.no-account,
.wpp-float,
.wpp-float-text span {
    text-align: center
}

.wpp-float-text span,
body {
    font-family: Poppins, sans-serif
}

@font-face {
    font-family: Poppins;
    font-weight: 200;
    src: url("../fonts/Poppins/Poppins-ExtraLight.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: Poppins;
    font-weight: 300;
    src: url("../fonts/Poppins/Poppins-Light.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: Poppins;
    font-weight: 400;
    src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: Poppins;
    font-weight: 500;
    src: url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: Poppins;
    font-weight: 600;
    src: url("../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: Poppins;
    font-weight: 700;
    src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
    font-display: swap
}

body {
    background: #0f1923;
    overflow-x: hidden
}

.bg-secondary {
    background-color: #121d27
}

.btn {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    padding: 0;
    outline: 0
}

.btn-primary.register {
    padding: .6rem;
    border-radius: 5px;
    border: 2px solid #2ac1b9;
    background: #2ac1b9
}

.btn-primary.login {
    padding: .25rem .875rem
}

.no-account {
    color: #9ca3af;
    margin-top: 15px
}

.no-account a {
    color: #2ac1b9;
    cursor: pointer
}

.bg-card-welcome {
    background: url(../images/new-home/bg-desktop.webp) right/cover
}

.bg-card-jdb {
    background: url(../images/new-home/bg-jdb-desktop.webp) center/cover
}

.bg-card-cassino {
    background: url(../images/new-home/bg-whatsapp.png) center/cover
}

.bg-pix {
    background: url(../images/new-home/bg-pix-desktop.webp) center/cover
}

.card-notice-banner {
    object-fit: cover;
    width: 100%
}

.responsive-logo {
    width: 150px
}

.wpp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    height: 50px;
    display: flex;
    flex-direction: row-reverse
}

.wpp-float {
    position: relative;
    width: 50px;
    height: 50px;
    bottom: 0;
    left: 0;
    background-color: #3ed54d !important;
    color: #fff;
    border-radius: 50px;
    font-size: 35px;
    box-shadow: #2ac1b9 0 0 8px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

.wpp-float i {
    line-height: 85%
}

.wpp-float:hover {
    box-shadow: #2ac1b9 0 2px 16px;
    color: #fff
}

.wpp-float-text {
    transform: translateX(0);
    box-shadow: rgb(0 0 0 / 10%) 2px 2px 13px;
    flex-shrink: 0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    background: #fff;
    margin: auto 15px;
    max-width: 180px;
    max-height: 55px;
    display: flex;
    order: 1;
    text-decoration: none !important;
    color: #000 !important;
    bottom: 38px
}

.wpp-float-text span {
    padding: 7px 10px;
    line-height: 14px;
    font-size: 14px;
    margin: auto
}

.wpp-float-text::after,
.wpp-float-text::before {
    content: "";
    position: absolute;
    background: #fff;
    border: none;
    right: -5px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    z-index: 1;
    transform: rotate(-45deg)
}

.faq-item-title {
    margin-top: 15px;
    color: #494949
}

.faq-item-question {
    color: #75c200
}

.faq-container .title {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    color: #fff
}

.faq-item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden
}

.faq-question {
    width: 100%;
    background: #f1f1f1;
    border: none;
    outline: 0;
    font-weight: 500;
    padding: 15px;
    text-align: left;
    font-size: 18px;
    transition: background .3s;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.faq-answer,
.modal.d-none {
    display: none
}

.faq-question:hover {
    background: #ddd
}

.how-play,
.swiper-slide .swiper-cape {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.arrow {
    font-size: 18px;
    transition: transform .3s;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    align-items: center;
    color: #242424
}

.swiper-slide,
.swiper-slide .swiper-cape {
    transition: .5s ease-in-out;
    border-radius: 20px
}

.faq-answer {
    padding: 15px;
    border-top: 1px solid #ddd
}

.rotate {
    transform: rotate(180deg)
}

.content-logo,
.result-guess-img span {
    left: 50%;
    transform: translate(-50%, -50%)
}

.loading-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #0f1923
}

.content-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    z-index: 101
}

.content-logo img {
    max-width: 120px
}

.loader {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: linear-gradient(#f07e6e, #84cdfa, #5ad1cd);
    animation: 1.2s linear infinite animate
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 50px
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.loader span,
.modal {
    width: 100%;
    height: 100%
}

.lds-ellipsis div:first-child {
    left: 8px;
    animation: .6s infinite lds-ellipsis1
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: .6s infinite lds-ellipsis2
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: .6s infinite lds-ellipsis2
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: .6s infinite lds-ellipsis3
}

.loader span {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(#f07e6e, #84cdfa, #5ad1cd)
}

.loader span:first-child {
    filter: blur(5px)
}

.loader span:nth-child(2) {
    filter: blur(10px)
}

.loader span:nth-child(3) {
    filter: blur(25px)
}

.loader span:nth-child(4) {
    filter: blur(50px)
}

.loader:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #0f1923;
    border: 10px solid #0f1923;
    border-radius: 50%
}

.modal {
    padding: 20px;
    display: flex;
    background: rgb(0 0 0 / 40%);
    position: fixed;
    z-index: 99999;
    overflow: auto
}

.modal .modal-content {
    background: #fff;
    border-radius: 10px;
    width: max-content;
    height: max-content;
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 10px 35px;
    margin: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%)
}

.modal.modal-login,
.modal.modal-register {
    transition: .25s cubic-bezier(.95, .01, .36, 1);
    transform: translateY(-100%)
}

.modal.modal-login.open,
.modal.modal-register.open {
    transform: translateY(0)
}

.modal-login .modal-content,
.modal-register .modal-content {
    background: #121d27;
    box-shadow: 0 4px 10px #000;
    color: #fff;
    padding: 20px 35px;
    max-width: 430px;
    width: 100%
}

.modal-login .modal-title img[alt="Logomarca Bicho Mania"],
.modal-register .modal-title img[alt="Logomarca Bicho Mania"] {
    width: 50px
}

.modal-login .modal-title,
.modal-register .modal-title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.modal-login .btn-close-modal,
.modal-register .btn-close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    opacity: .5;
    cursor: pointer
}

.modal-login .btn-close-modal:active,
.modal-register .btn-close-modal:active {
    opacity: 1
}

.modal-login .title-modal-login,
.modal-register .title-modal-register {
    /* margin: 15px 0; */
    /* margin-block-start: 0.67em;
    margin-block-end: 0.67em; */
    font-size: 1.5rem;
    font-weight: 500
}

.modal-login .modal-body img[alt="Logar com google, Login com Google"] {
    width: 25px;
    margin: 0 8px
}

.modal-login .modal-footer,
.modal-register .modal-footer {
    margin: 0 0 10px
}

.btn.btn-modal-login,
.btn.btn-modal-register {
    background: #2ac1b9;
    padding: 15px 20px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    transition: .25s cubic-bezier(.68, -.55, .27, 1.55)
}

.btn.btn-modal-login:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 10px rgb(0, 0, 0, .5)
}

.content-separator span {
    color: #9ca3af;
    font-size: 12px;
    font-weight: 700;
    margin: 10px;
    text-transform: uppercase;
    cursor: default
}

.btn-app hr,
.date-result #dateResult,
.results-mobile-guesses .row-results span:last-child {
    margin: 0 10px
}

.tabs-login {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 10px;
    margin: 10px 0 10px;
    flex-wrap: wrap;
}

.content-buttons-tabs {
    display: flex;
    gap: 0 10px;
    flex: 1;
}

.btn-tabs-login {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px 20px;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 2px solid rgba(255, 255, 255, .6);
    opacity: .6;
    cursor: pointer;
    transition: .2s;
    text-transform: uppercase;

    &.active {
        border-bottom: 2px solid #00fff2;
    }

    &:hover {
        opacity: 1;
    }

    &:active {
        opacity: .2;
    }
}

.btn-login-google {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 20px;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 5px;
    opacity: .4;
    cursor: not-allowed;
    transition: .3s
}

.faq-question,
.search-result,
.social-media,
.wpp-float-text {
    cursor: pointer
}

.btn-login-google[disabled] {
    opacity: .5;
    cursor: not-allowed
}

.btn-login-google:hover::before {
    content: attr(title);
    position: absolute;
    font-family: Poppins, sans-serif;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #9ca3af;
    padding: 5px 25px;
    border-radius: 5px;
    opacity: 0;
    transition: visibility .5s, opacity .5s linear;
    visibility: visible;
    opacity: 1
}

.content-inputs-login,
.content-inputs-register {
    display: flex;
    flex-direction: column
}

.container-home .input-group,
.content-inputs-login .input-group,
.content-inputs-register .input-group {
    display: flex;
    flex-direction: column;
    margin: 5px 0;
    position: relative
}

.content-inputs-login .input-group .input-login,
.content-inputs-register .input-group .input-register {
    outline: 0;
    border: 2px solid #152f3b;
    padding: 10px 10px 10px 32px;
    background: #122530;
    border-radius: 5px;
    position: relative;
    color: #ffffff78;
    transition: .5s;
    font-weight: 600;
    font-size: revert !important
}

#passwordLogin,
#passwordRegister {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important
}

#passwordLogin::-ms-clear,
#passwordLogin::-ms-reveal,
#passwordRegister::-ms-clear,
#passwordRegister::-ms-reveal {
    display: none
}

.input-login::placeholder,
.input-register::placeholder {
    color: #ffffff78;
    font-weight: 100
}

.container-home .input-group .label-text,
.content-inputs-login .input-group .label-text,
.content-inputs-register .input-group .label-text {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #fff;
    margin: 5px;
    transition: .5s cubic-bezier(.68, -.55, .27, 1.55)
}

.label-text.active {
    letter-spacing: 5px !important
}

.container-home .label-remember,
.label-remember {
    transition: .5s cubic-bezier(.68, -.55, .27, 1.55)
}

.container-home .label-remember.animate-text,
.label-remember.animate-text {
    letter-spacing: 2px
}

.content-inputs-login .input-group .label-icon,
.content-inputs-register .input-group .label-icon {
    position: absolute;
    top: 37px;
    left: 12px;
    z-index: 2;
    font-size: 14px;
    color: #ffffff78
}

.container-home .input-group .label-icon.password-icon,
.content-inputs-login .input-group .label-icon.password-icon,
.content-inputs-register .input-group .label-icon.password-icon {
    right: 12px;
    left: inherit;
    z-index: 2;
    cursor: pointer
}

.container-home .input-group a,
.content-inputs-login .input-group a,
.content-inputs-register .input-group a {
    align-self: self-end;
    font-size: 14px;
    margin: 5px 0;
    color: #9ca3af;
    transition: .3s ease-in
}

.container-home .input-group a:hover,
.content-inputs-login .input-group a:hover,
.content-inputs-register .input-group a:hover {
    background: linear-gradient(to right, #9ca3af 0, #2ac1b9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.modal-footer .input-group {
    display: flex;
    flex-direction: row;
    margin: 5px 0
}

.input-group label[for=rememberLogin] {
    font-size: 12px;
    color: #9ca3af;
    margin: 0 5px
}

.cpf-register {
    padding-right: 80px !important;
}

.is-invalid {
    border-color: #ed4337 !important;
}

.labelButtoncpf {
    position: absolute;
    right: 10px;
    top: 52%;
    font-size: 12px;
    z-index: 2;
    background: #2ac1b9;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 5px;
    color: #004343;
    cursor: pointer;
}

.labelButtoncpf:hover {
    opacity: .7;
}

.labelButtoncpf:active {
    opacity: .5;
}

.alert-login,
.alert-register,
.container-home.anonovo .content-home,
.d-none,
.home-img-presentation-mobile,
.nav-results-mobile .item-nav-result.active::after {
    display: none
}

.alert-login.active-error,
.alert-register.active-error {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ed4337;
    margin: 10px -35px;
    padding: 10px
}

.alert-login.active-error .line-error,
.alert-register.active-error .line-error,
.btn-app-span h1,
.btn-app-span h2 {
    font-size: 1rem
}

.btn-login-tradicional,
.btn-register-tradicional {
    border: 1px solid;
    background: 0 0;
    padding: 10px 20px;
    width: 150px;
    height: 40px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    border-radius: 100px;
    transition: .25s;
    margin: 10px;
    flex: 1;
    transform: scale(1);
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.date-result,
.span-results {
    border-radius: 100px;
    white-space: nowrap;
    color: #fff
}

.btn-app,
.btn-app-span {
    transition: .2s ease-in
}

.btn-login-tradicional:active,
.btn-login-tradicional:hover {
    border-color: #2ac1b9;
    box-shadow: 0 3px 20px rgb(42 193 185 / 25%), inset -12em 0 0 0 #2ac1b9, inset 12em 0 0 0 #2ac1b9;
    transform: scale(.98);
    flex: 2
}

.btn-register-tradicional {
    border-color: #2ac1b9;
    background: #2ac1b9;
    text-align: center;
    text-decoration: none
}

.btn-register-tradicional:active,
.btn-register-tradicional:hover {
    background: 0 0;
    box-shadow: 0 3px 20px rgb(42 193 185 / 25%), inset -12em 0 0 0 #0f1923, inset 12em 0 0 0 #0f1923;
    transform: scale(.98);
    flex: 2
}

.content-buttons-home {
    display: flex;
    gap: 5px
}

.content-buttons-home .btn-login-tradicional,
.content-buttons-home .btn-register-tradicional {
    margin: 0
}

.container-results {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    width: 100%
}

.content-results,
.results-mobile {
    flex-direction: column;
    width: 100%
}

.header-content-results {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px
}

.results-mobile {
    display: none !important
}

.content-header-results {
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 25px
}

.content-header-results h2 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 500
}

.date-result {
    display: flex;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, .2);
    padding: 5px 10px
}

.date-result .btn-result-back,
.date-result .btn-result-next {
    padding: 5px 10px;
    font-size: .8rem
}

.span-results {
    border: 2px solid rgba(255, 255, 255, .2);
    background: hsl(244deg 18% 51% / 30%);
    display: flex;
    align-items: center;
    font-weight: 300;
    padding: 5px 15px
}

.span-results i {
    background: -webkit-linear-gradient(90deg, #0f5f5b, #00fff2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.span-results h3 {
    font-weight: 500;
    font-size: 1rem;
    color: #fff
}

.item-nav-result {
    margin: 20px 30px;
    min-width: 150px;
    text-align: start;
    color: #0c0047;
    opacity: .6
}

.area-results .loading-div,
.empty-result {
    margin: 20px 5px
}

.results-desktop {
    display: flex;
    height: 800px
}

.nav-results-desktop {
    display: flex;
    flex-direction: column;
    background: #f2f2f2;
    border-radius: 20px 0 0 20px;
    padding: 15px 0;
    width: 270px;
    overflow: auto;
    overflow-x: hidden
}

.item-nav-result.active {
    color: #0c0047;
    opacity: 1;
    font-weight: 700;
    position: relative
}

.item-nav-result.active::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #2ac1b9
}

.area-results {
    width: 100%;
    background: #fff;
    border-radius: 0 20px 20px 0;
    padding: 20px 15px;
    overflow-x: auto
}

.header-mobile-results,
.item-results-mobile,
.nav-results-mobile {
    border-radius: 10px;
    background: #fff
}

.area-results .loading-div i {
    color: #0c0047
}

.area-results-mobile .loading-div i,
.area-results-mobile>.empty-result>p,
.btn-app:active .btn-app-span small,
.btn-app:hover .btn-app-span small,
.btn-app:hover i {
    color: #fff
}

.empty-result {
    text-align: center
}

.empty-result>p {
    color: #0c0047;
    font-weight: 400;
    text-shadow: 0 5px 10px rgb(0 0 0 / 50%)
}

.area-results-mobile .empty-result {
    margin: 20px auto
}

.table-head-results .item-table-results:first-child {
    background: #2ac1b9;
    padding: 10px 15px;
    border-radius: 100px;
    font-weight: 600;
    color: #fff
}

.table-results {
    height: 100%;
    overflow: auto
}

.row-table-results {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.item-table-results {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    min-width: 110px
}

.item-table-results span {
    width: 50px;
    height: 50px;
    display: flex;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    background: #0c0047;
    border-radius: 100px;
    color: #fff;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%)
}

.table-body-results {
    margin: 30px 0
}

.table-body-results .item-table-results:first-child {
    font-weight: 600
}

.table-body-results .row-table-results {
    border-bottom: 1px solid;
    padding: 15px 0;
    width: max-content
}

.table-body-results .row-table-results:last-child {
    border-bottom: none
}

.header-mobile-results {
    width: 100%;
    height: 60px;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden
}

.area-results-mobile {
    display: flex;
    overflow: auto
}

.nav-results-mobile {
    display: flex;
    justify-content: start;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.nav-results-mobile .item-nav-result {
    margin: 0;
    min-width: max-content;
    text-align: start;
    color: #0c0047;
    opacity: .6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 25px;
    height: 100%
}

.nav-results-mobile .item-nav-result.active {
    color: #fff;
    background: #2ac1b9;
    opacity: 1;
    font-weight: 700;
    position: relative
}

.nav-results-mobile .item-nav-result:first-child {
    border-radius: 10px 0 0 10px
}

.nav-results-mobile .item-nav-result:last-child {
    border-radius: 0 10px 10px 0
}

.item-results-mobile {
    padding: 10px 20px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content
}

.item-results-mobile .results-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.item-results-mobile .results-img img {
    width: 200px !important;
    height: 200px !important;
    max-width: inherit !important;
    object-fit: cover;
    border-radius: 100px
}

.results-mobile-guesses {
    margin: 0 0 0 30px;
    width: 150px
}

.results-mobile-guesses .row-results {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 5px
}

.results-mobile-guesses .row-results span:first-child {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6f6c99;
    border-radius: 100px;
    color: #fff
}

.results-mobile-guesses .row-results span:first-child.active {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f1923;
    border-radius: 100px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 25%)
}

.container-buttons-app {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.btn-app {
    width: 190px;
    display: flex;
    align-items: center;
    padding: 15px 25px;
    background: #fff;
    border-radius: 100px;
    margin: 10px
}

.btn-app:hover .btn-app-span h2 {
    color: #fff;
    font-size: 14px
}

.btn-app .btn-app-span h2 {
    color: #000;
    font-size: 14px
}

.btn-app.android i {
    font-size: 1.5rem
}

.btn-app.ios i {
    font-size: 2rem
}

.btn-app hr {
    height: 80%;
    width: 1px;
    background: #000;
    opacity: .2;
    border: none;
    outline: 0;
    border-radius: 100px
}

.btn-app-span {
    text-align: start;
    font-weight: 700
}

.btn-app-span small {
    color: #696969;
    font-size: 12px
}

.btn-app:active,
.btn-app:hover {
    background: #2ac1b9;
    color: #fff !important
}

.btn-app:active hr,
.btn-app:hover hr {
    opacity: 1;
    background-color: #fff
}

.btn-app i {
    color: #000
}

.table-head-quotation tr th {
    color: #2ac1b9;
    font-size: 32px;
    font-weight: 700
}

.table-head-quotation tr th>small {
    color: #858ba0;
    font-size: 14px;
    font-weight: 500
}

.btn-primary.bet {
    background: #2ac1b9
}

.btn-primary.bet,
.btn-primary.logout {
    font-weight: 700;
    font-size: .9rem;
    color: #2ac1b9;
    box-shadow: 0 0 10px rgba(42, 193, 185, .15);
    padding: .25rem .875rem;
    border-radius: 5px;
    border: 2px solid #2ac1b9;
    text-transform: uppercase
}

.container-dreams {
    background: url(/assets/images/home/bg-dreams.webp) top center/cover no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.content-dreams {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: self-start !important
}

.search-header-dreams {
    color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%
}

.search-header-dreams .message-error {
    background: var(--danger);
    width: 100%;
    color: #fff;
    padding: 20px;
    text-align: center;
    margin: 10px 0 0
}

.search-header-dreams h2 {
    color: #fff;
    font-weight: 700;
    font-size: 2em
}

.search-header-dreams p {
    font-size: 1rem;
    font-weight: 400;
    color: rgb(255 255 255 / 80%)
}

.search-header-dreams .input-group {
    position: relative;
    width: max-content;
    min-width: 250px
}

.search-header-dreams #inputSearchDreams {
    padding: 10px 10px 10px 30px;
    width: 100%;
    max-width: 450px;
    font-size: 1rem;
    margin: 20px 0;
    border-radius: 5px;
    border: none
}

.search-header-dreams label[for=inputSearchDreams] {
    position: absolute;
    left: 10px;
    color: #000;
    top: 50%;
    transform: translate(0, -50%)
}

.result-search-result {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0 0
}

.item-guess,
.item-meaning {
    width: 50%;
    flex: 1;
    background: #1c1b4a;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    min-width: 320px
}

.item-guess h3,
.item-meaning h3 {
    color: var(--primary);
    font-size: 1rem
}

.item-meaning {
    margin-right: 10px
}

.item-guess {
    margin-left: 10px
}

.item-guess-dreams {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 10px 0
}

.search-guess {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.result-guess {
    width: 100%;
    margin: 15px
}

.guess-dreams {
    width: 100%
}

.line-dreams {
    width: 100%;
    opacity: .4;
    margin: 10px
}

.result-guess-img {
    display: flex;
    position: relative;
    width: 225px;
    min-width: 225px;
    height: 225px
}

.result-guess-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 1000px;
    object-position: bottom
}

.result-guess-img span {
    position: absolute;
    top: 50%;
    background: #d9d9d9;
    color: #0c0047;
    font-weight: 700;
    font-size: 1.5rem;
    padding: 0 15px;
    min-width: 120px;
    text-align: center;
    border-radius: 100px
}

@media (max-width:600px) {
    .responsive-logo {
        width: 50px
    }

    .bg-card-welcome {
        background: linear-gradient(45deg, #174150, #2f6a78)
    }

    .bg-card-jdb {
        background: url(../images/new-home/bg-jdb.webp) center/cover
    }

    .bg-card-cassino {
        background: url(../images/new-home/bg-whatsapp.png) center/cover
    }

    .bg-pix {
        background: url(../images/new-home/bg-pix.webp) center/cover
    }
}

@media (max-width:400px) {
    .custon-banner {
        padding-left: 5px !important;
        padding-right: 5px !important
    }
}

@media (max-width:1100px) {
    aside {
        display: none
    }

    .result-search-result {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .item-guess,
    .item-meaning {
        margin: 10px !important;
        width: 85% !important
    }

    .search-header-dreams {
        align-items: center
    }

    .search-header-dreams h2 {
        text-align: center;
        color: #fff;
        font-weight: 700;
        font-size: 2em
    }

    .search-header-dreams p {
        text-align: center
    }
}

@media (max-width:767px) {
    .header-content-results {
        flex-direction: column-reverse;
        align-items: center
    }

    .results-desktop {
        display: none !important
    }

    .results-mobile {
        display: flex !important
    }
}

@media (max-width:490px) {
    .img-banner-welcome {
        opacity: .3;
        z-index: 1;
        width: 0 !important
    }

    .text-welcome {
        z-index: 2
    }

    .text-custon-banner {
        font-size: 10px !important;
        line-height: 1 !important
    }

    .item-results-mobile {
        flex-direction: column;
        width: 480px;
        flex: 1 0 250px;
        gap: 10px;
        margin: 10px
    }

    .item-results-mobile .results-img img {
        width: 150px;
        height: 150px
    }

    .results-mobile-guesses {
        margin: 0
    }

    .content-header-results h2 {
        margin: 10px;
        font-size: 2rem
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important
    }

    .content-history {
        padding: 80px 35px
    }

    .item-guess,
    .item-meaning {
        margin: 10px 0 !important;
        width: 100% !important;
        min-width: 260px
    }

    .item-guess {
        text-align: center
    }

    .search-guess {
        flex-direction: column-reverse
    }

    .result-guess-img {
        width: 150px;
        min-width: 150px;
        height: 150px;
        margin-top: 15px
    }

    .result-guess-img span {
        font-size: 1rem;
        min-width: 80px
    }
}

.language-selector-home {
  display: flex;
  gap: 8px;
  border-radius: 8px;
}

@media (max-width: 890px) {
  .language-selector-home {
    margin-bottom: 25px;
    padding-left: 0px;
  }
}

@media (max-width: 425px) {
  .language-selector-home {
    margin-bottom: 25px;
    padding-left: 0px;
  }
}

.language-option-home {
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  transition: 0.3s;
}

.language-option-home img {
  width: 30px;
  height: 20px;
}
.selected {
  background-color: #334155;
}