body {
    line-height: 1;
    color: #1C2021;
    font-size: 16px;
    background-color: #F9FAFB;
    overflow-x:hidden;
}

#verticalbar {
    height: 40px;
    width: 1px;
    background: #fff;
}

.changeWidth {
    width: 36px;
}
.container-keno{
    padding: 0px !important;
}
.iconChange:after {
    content: "";
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: all 0.5s ease;
}

.iconChange:hover::after {
    width: 100%;
    background: #FFC965;
}

.iconHeight {
    height: 25px;
    width: 25px;
}

nav {
    color: #fff;
}

nav a{
    color: #fff;
}

.nav-link {
    color: #fff;
}

.nav-link:hover {
    color: #FFC965;
}

.nav-link:active {
    color: #FFC965 !important;
}

.nav-link:visited {
    color: #fff;
}

/*Velocidade ao voltar a img do botão*/
.iconChange img {
    transition: all 500ms;
}

.activeImg img {
    transform: translateX(-180%);
    transform-origin: right;
    transition: transform 500ms ease-in-out;
}
.activeImg a {
    color: #FFC965;
}

/*Faz a img do botão passar*/
.iconChange:hover img {
    transform: translateX(-180%);
    transform-origin: right;
    transition: transform 500ms ease-in-out;
}

.loginBtn {
    background: linear-gradient(to left, #FFC965 50%, #FFC965 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
}

.loginBtn:hover {
    background-position: left;
}

.img-jogo {
    width:300px
}

.img-jogo:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 6px 20px rgba(0, 0, 0, 0.19);
    transition: box-shadow 1.0s ease-in-out;
    transition: background-color 1.0s ease-in-out;
}
.login-bar
{
    display: flex;
    justify-content: end;
    align-items: center;
    /*width: 33%;*/
    width: 100%;
    margin-right: 7vmin;
}
.other-links-bar-mobile{
    display: flex;
    justify-content: end;
    align-content: center;
    width: auto;
}
.btn-entrar {
    display: flex;
    justify-content: center;
    align-items: center;
    color:#003d69;
    border-radius: 1.2vmin;
    border-color: #fff;
    background-color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 2vmin;
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn-entrar:hover {
    color:#1C2021;
    background-color: #FFC965;
    border-color: #1C2021;
}
.btn-registrar {
    display: flex;
    justify-content: center;
    align-items: center;
    color:#003d69;
    border-radius: 1.2vmin;
    border-color: #fff;
    background-color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn-registrar:hover {
    color:#1C2021;
    background-color: #FFC965;
    border-color: #1C2021;
}

.btn-preto {
    color:#fff;
    background-color: #1C2021;
    border-color: #1C2021;
}
.btn-preto:hover {
    color:#000;
    border-color: #FFC965;
    background-color: #FFC965 !important;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 6px 20px rgba(0, 0, 0, 0.19);*/
    /*transition: box-shadow 0.2s ease-in-out;*/
    /*transition: background-color 0.5s ease-in-out;*/
}

.btn-preto:focus {
    outline: none !important;
    box-shadow: none !important;
  }

.btn-ativo {
    color:#000;
    border-color: #FFC965;
    background-color: #FFC965 !important;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 6px 20px rgba(0, 0, 0, 0.19);*/
    /*transition: box-shadow 0.2s ease-in-out;*/
    /*transition: background-color 0.5s ease-in-out;*/
}
  
input, input:hover, input:active, input:focus {
    outline: none !important;
    box-shadow: none !important;
}

select, select:hover, select:active, select:focus {
    outline: none !important;
    box-shadow: none !important;
}

#iconContainer {
    height: 35px;
    width: 35px;
}

.extraSmallFont {
    font-size: 12px;
    border-bottom: 2px solid transparent;
}

.extraSmallFont.active {
    border-bottom: 2px solid #FFC965;
}
.row-mob{
    margin: 0px !important;
}
.header-desk{
    height: 10vh
}
.main-desk{
    height: 88vh;
    min-height: 88vh;
}
.footer-desk{
    height: auto;
}
.screen-rifa{
    display: block; 
    height: 90vh;
    width: 100%; 
    border: none;
}
.keno-countdown-body{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.keno-countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000398;
    border-radius: 1vmin;
    position: absolute;
    left: 50%;
    top: 21%;
    transform: translate(-50%, -50%);
    width: 18vmin;
    height: 6vmin;
    color: yellow;
    font-size: 6vmin;
    font-weight: bold;
    padding: 1% 0;
    padding-bottom: 1.3vmin;
}
.button-youtube{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.3vmin;
}


.button-menu{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.3vmin;
}
.menu-dropdown {
    /*background-color: #007EE2;*/
    background-color: #0075D4;
    border-radius: 2vmin;
    width: 110px;
    height: auto;
    position: absolute;
    /*display: none;*/
    display: none;
    justify-content: top;
    align-items: center;
    flex-direction: column;
    top: 100%;
    left: 110%;
    transform: translateX(-100%);
    z-index: 2;
}
.menu-dropdown-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.menu-dropdown-button-model{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin-top: 3vmin;
    font-weight: bold;
}
.menu-dropdown-button-model img{
    margin-right: 1vmin;
    margin-left: 1vmin;
    width: 5vmin;
}
.menu-dropdown-button-model a{
    font-size: 0.8rem;
    font-weight: bold;
    padding-bottom: 1vmin;
}
.button-whatsapp{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.5vmin;
}
/*.button-deposit{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 4vmin;
}*/

.button-deposit {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 6vmin;
	background-color: #004C88;
	width: 23vmin;
	height: 8vmin;
    max-width: 100px;
    max-height: 40px;
	font-weight: bold;
	border-radius: 1vmin;
	font-size: 0.75rem;
	margin-top: 0.5vmin;
	padding-bottom: 0.5vmin;
	text-transform: uppercase;
}

.menu-whatsapp:hover {
    cursor: pointer;
}
.menu-whatsapp-logged-out{
    margin-bottom: 10px;
}
.menu-whatsapp-logged-out:hover{
    cursor: pointer;
}
.other-links-bar-youtube-icon{
    width: 55px;
}
.other-links-bar-menu-icon{
    width: 55px;
}
.other-links-bar-whatsapp-icon{
    background-color: #25D366;
    border-radius: 50%;
    width: 55px;
    padding: 5px;
}
.menu-youtube-whatsapp-icon-logged-out{
    background-color: #25D366;
    border-radius: 50%;
    width: 40px;
    padding: 1px;
}
.hide{
    display: none !important;
}
.menu-youtube-mobile{
    display: none;
}
.nav-mobile {
    display: none !important;
}
.menu-saldo-body{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
}
.main-desk {
    background: url('https://space-clientes.nyc3.cdn.digitaloceanspaces.com/devop.obapremios.com/background.jpg?t=1696878732');
    background-size:cover;
}
/* body */
main {
    min-height: calc(100vh - 77px);
}

.secondNav {
    display: none;
    position: fixed;
    z-index: 1000;
    background-color: #007EE2;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
}

.navbar-body {
    background-color: #007EE2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
}

.navbar-class {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.div-logo {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 33%;
    padding-left: 10vmin;
}

.div-logo img {
    width: 130px;
    max-width: 100%; /* Ensure the image doesn't exceed its container */
}

.navbar-menu-desktop-body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66%;
}

.navbar-menu-desktop {
    display: flex;
    justify-content: space-between; /* Adjusted from center to space-between */
    align-items: center;
    width: 100%;
}
.navbar-menu-desktop-division-two {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    margin-right: 10vmin;
}
/*.navbar-menu-desktop-division-one,
.navbar-menu-desktop-division-two {
    flex: 1; /* Distribute remaining space equally between these divisions
    display: flex;
    justify-content: center;
    align-items: center;
}*/
.navbar-menu-desktop-youtube-button{
    margin-right: 2vmin;
}

.gameSelectionTitle {
    padding: 1rem;
    background-color: #007ce200;
    color: #fff;
    font-weight: bold;
}

#login-btn {
    color: #fff;
    border-radius: 4px;
    padding: 7px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    border: 2px solid #FFC965;
}
#login-btn:hover {
    background: #FFC965;
}

.logo{
    font-size: 1.75rem;
}

.logo:hover{
    color:#FFC965;
}
.descSaldo{
    font-size: 14px; 
    font-weight: bold;
}

a {
    text-decoration: none;
}

a:active {
    color:#ffbb38;
}

/** FOOTER **/
#footer {
    background: black;
    padding: 0 0 0px 0;
    color: #fff;
    font-size: 14px;
}
#footer .footer-top {
    background: #151515;
    border-bottom: 1px solid #222222;
    padding: 60px 0 30px 0;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color:#ffbb38;
}

.card-header {
    background-color:#fff;
    border-bottom: #fff;
}

.card-header h5 {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
}
#expire-qrcode {
    background-color: #ff0000;
    color: #FFFFFF
}

#frmRegistrar input{
    border-radius: 5px;
}

.popover {
    box-shadow:-1px 4px 8px 0px rgba(20, 20, 20, 0.4)
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.spinn {
    animation: spin 1s infinite linear;
}

.cod-confirma {
    display: inline-block;
    width: 3rem;
    height: 4rem;
    font-size: 2rem;
    line-height: 4rem;
    text-align: center;
    outline: none;
}

@media screen and (max-width: 1400px) {
    .brand {
        font-size: 18px;
    }

    .brandSubHeading {
        font-size: 12px;
    }

    .iconHeight {
        height: 25px;
        width: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .div-logo{
        padding-left: 5vmin;
    }
    .div-logo img {
        width: 80px;
        max-width: 100%; /* Ensure the image doesn't exceed its container */
    }
    .navbar-menu-desktop-division-two{
        margin-right: 0vmin;
    }
    .button-deposit{
        display: none;
    }
    .button-menu{
        display: none;
    }
    .img-jogo {
        width:100%;
    }
    .p-4 {
        padding: 0.3rem!important;
    }
    .pb-50{
        padding-bottom: 150px;
    }
    body{
        overflow-y: hidden;
    }
    .menu-youtube-mobile{
        display: block;
    }
    .btn-mobile{
        font-size: 12px;
    }
    .screen-rifa{
        height: calc(100vh - 70px); 
    }
    .container-xxl{
        padding-left: 0px;
        padding-right: 0px;
    }

    .divLogo {
        width: 140px;
        padding-left: 10px;
    }
    
    .nav-mobile {
        display: flex!important;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .header-desk{
        height: 70px;
    }
    .main-desk{
        height: 100vh;
        /*min-height: 100vh;*/
        overflow-y: auto;
        overflow-x: hidden;
    }
    .footer-desk{
        height: 70px;
        padding-bottom: 60px !important;
        overflow-x: hidden;
    }
    .no-margin{
        margin: 0px !important;
    }
    /*.menu-youtube-desk{
        display: none;
    }*/
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .button-deposit{
        display: flex;
    }
    .button-menu{
        display: flex;
    }
    .navbar-body {
        background-color: #007EE2;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 50px;
    }
    .navbar-menu-desktop-body{
        display: none;
    }
    .login-bar
    {
        display: flex;
        justify-content: end;
        align-items: center;
        margin-right: 0;
    }
    .div-logo {
        display: flex;
        justify-content: start;
        align-items: center;
        width: 33%;
        padding-left: 2vmin;
    }
    .div-logo img {
        width: 70px;
    }
    .btn-entrar {
        border-radius: 1.5vmin;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 0.8rem;
        margin-right: 2vmin;
    }
    .btn-registrar {
        border-radius: 1.5vmin;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 0.8rem;
    }
    .btn-branco {
        color:#003d69;
        border-color: #fff;
        background-color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 0.8rem;
    }
    .gameSelectionTitle {
        padding: 0;
        padding-top: 0.9rem;
        padding-left: 0.2rem;
        background-color: #3330;
        color: #fff;
    }
    .keno-countdown {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #000398;
        border-radius: 1vmin;
        position: absolute;
        left: 50%;
        top: 21%;
        transform: translate(-50%, -50%);
        width: 18vmin;
        height: 6vmin;
        color: yellow;
        font-size: 6vmin;
        font-weight: bold;
        padding: 1% 0;
        padding-bottom: 1vmin;
    }
    .menu-whatsapp{
        margin-left: 0px;
        margin-right: 0px;
    }

    .menu-whatsapp-logged-out{
        margin-left: 0px;
        margin-right: 0px;
    }
    .other-links-bar-youtube-icon{
        width: 35px;
    }
    .other-links-bar-menu-icon{
        width: 35px;
    }
    .other-links-bar-whatsapp-icon{
        background-color: #25D366;
        border-radius: 50%;
        width: 35px;
        padding: 2px;
    }
    .menu-youtube-whatsapp-icon-logged-out{
        background-color: #25D366;
        border-radius: 50%;
        width: 30px;
        padding: 2px;
    }
    .secondNav
    {
        position: fixed;
        z-index: 1000;
        background-color: #007EE2;
        width: 100%;
        margin-top: 5px;
        bottom: none !important;
        right: none !important;
        left: none !important;
    }
}