* {
    font-family: Arial;
    font-size: 15px;
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

input,
select,
textarea {
    font-size: 15px;
    background-color: #FFFFFF;
}

textarea {
    height: 150px;
}

input::placeholder,
textarea::placeholder {
    font-size: 15px;
    color: #AAAAAA;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #12151C;
    cursor: pointer;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-left: 0;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    accent-color: #12151C;
}

::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #F1F1F1;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline-style: none;
}

a {
    text-decoration: none;
}

button {
    width: 100%;
    border: 0;
}

.cursor {
    cursor: pointer;
}

.uppercase {
    text-transform: uppercase;
}

.center {
    text-align: center;
}

.z-index {
    z-index: 9999;
}

#load-more {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}

#load-more i {
    font-size: 30px;
    cursor: pointer;
    transition: all ease 0.3s;
}

#load-more i:active {
    opacity: 0.7;
}

#load-more2 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}

#load-more2 i {
    font-size: 30px;
    margin-bottom: 10px;
}

#load-more2 img {
    width: 80px;
}


#loading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

#loading img {
    width: 60px;
}


#alert_area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: -300px;
    left: 0;
    z-index: 99999999;
    width: 100%;
    padding-top: 19px;
    padding-bottom: 19px;
    transition: all ease 0.3s;
}

#alert {
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
}

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

.alert_buttons_item {
    color: #FFFFFF;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.alert_buttons_item:active {
    opacity: 0.7;
}

.alert {
    color: #FFFFFF;
}

.microfone-area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 99;
    bottom: 65px;
    right: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    transition: all ease 0.3s;
}

.microfone-area:active {
    opacity: 0.7;
}

.microfone-area i {
    font-size: 28px;
}

@keyframes piscar {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

.piscando {
    animation: piscar 1s infinite;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    height: 100vh;
    width: 100vw;
    max-width: 500px;
    background-color: #F5F5F5;
    overflow: auto;
}

.modal2 {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    height: 100vh;
    width: 100vw;
    max-width: 500px;
    margin-left: -22px;
    background-color: #F5F5F5;
    overflow: auto;
}

.modal3,
.modal4 {
    position: fixed;
    z-index: 999;
    top: 0;
    height: 100vh;
    width: 100vw;
    max-width: 500px;
    background-color: #F5F5F5;
    overflow: auto;
}

.modal4 {
    background-color: #FFFFFF;
}

.modal4-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.modal4-logo img {
    width: 170px;
    margin-bottom: 25px;
}

.modal-area {
    padding: 10px;
}

.modal-area-text {
    padding: 10px;
    text-align: center;
}

.main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
}

.area {
    height: 100%;
    width: 100%;
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    position: relative;
}

.header {
    height: 5%;
}

.content {
    height: 95%;
    padding: 10px;
    overflow-y: auto;
}

.content2 {
    height: 95%;
    padding: 10px;
    overflow-y: auto;
}

.login-area {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 330px;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -165px;
    margin-left: -150px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.login-img {
    margin-bottom: 20px;
}

.login-img img {
    width: 250px;
}

.login-area-auth {
    display: block;
    width: 100%;
    text-align: center;
}

.login-link {
    text-align: center;
    color: #FFFFFF;
    margin-top: 25px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
    background-color: #28A745;
    cursor: pointer;
    transition: all ease 0.3s;
}

.login-link:active {
    opacity: 0.7;
}

.login-link2 {
    font-size: 13px;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.login-link2:active {
    opacity: 0.7;
}

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

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    height: 55px;
    width: 100%;
    max-width: 500px;
    border-top: 8px solid #F5F5F5;
}

.box {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.box-margin {
    margin-bottom: 92px;
}

.box-margin2 {
    margin-bottom: 25px;
}

.box-area-jb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-left {
    margin-left: 5px;
}

.jb-flex-area-radio {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

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

.jb-flex-checkbox {
    display: flex;
    flex: 1;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.jb-flex-checkbox2 input {
    margin-right: 5px;
}

.jb-flex-radio {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    margin-right: 3px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.jb-flex-radio:active {
    opacity: 0.7;
}

.jb-flex-titulo {
    margin-top: 3px;
}

.jb-flex-titulo2 {
    margin-top: 5px;
}

.jb-ao {
    margin-left: 10px;
    margin-right: 10px;
}

.box-center {
    margin-left: 5px;
    margin-right: 5px;
}

.box-right {
    margin-right: 5px;
}

.jb-width {
    flex: 1;
    width: 100%;
}

.jb-width select {
    width: 100%;
}

.apostas-right {
    margin-right: 5px;
}

.apostas-center {
    margin-left: 5px;
    margin-right: 5px;
}

.apostas-left {
    margin-left: 5px;
}

.apostas-input {
    font-size: 18px;
    text-align: center;
}

.apostas-botoes-area {
    display: flex;
    align-items: center;
    justify-content: center;
}

.apostas-botoes-area2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.apostas-botao1,
.apostas-botao2 {
    flex: 1;
    width: 100%;
    font-size: 17px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.apostas-botao1:active,
.apostas-botao2:active {
    opacity: 0.7;
}

.apostas-botao2 {
    color: #FFFFFF;
}

.apostas-right {
    margin-right: 0px;
}

.apostas-left {
    margin-left: 5px;
}

.senha-right {
    margin-right: 10px;
}

.apostas-botao-menos,
.apostas-botao-mais,
.apostas-botao-verde,
.apostas-botao-preto {
    width: 150px;
    font-size: 17px;
    text-align: center;
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.apostas-botao-menos:active,
.apostas-botao-mais:active,
.apostas-botao-verde:active,
.apostas-botao-preto:active {
    opacity: 0.7;
}

.apostas-botao-mais {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.apostas-botao-verde {
    width: 118px;
}

.apostas-botao-preto {
    width: 118px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.apostas-botao-valor {
    width: 100%;
}

.apostas-botao-valor input {
    width: 100%;
    font-size: 26px;
    text-align: center;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    transition: all ease 0.3s;
}

.apostas-botao-valor2 input {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
}

.apostas-premiacao {
    font-size: 16px;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 15px;
}

.apostas-premiacao2 {
    color: #FFFFFF;
    margin-top: 5px;
}

.aviso-sem-sorteios {
    font-size: 16px;
    text-align: center;
    padding: 10px;
}

.aviso-mensagem {
    font-size: 16px;
    text-align: center;
    padding: 3px;
}

.apostas-como-jogar {
    font-size: 13px;
    font-style: italic;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.apostas-como-jogar:active {
    opacity: 0.7;
}

.botao-margin-top {
    margin-top: 10px;
}

.rodape-licenca {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rodape-licenca-img1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.rodape-licenca-img2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

.rodape-licenca-img1 img {
    width: 200px;
    transition: all ease 0.3s;
}

.rodape-licenca-img1 img:active {
    opacity: 0.7;
}

.rodape-licenca-img2 img {
    width: 80px;
}

.rodape-licenca-texto {
    text-align: center;
}

.rodape-politica {
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    transition: all ease 0.3s;
}

.rodape-politica:hover {
    opacity: 0.7;
}

.box-action {
    flex: 1;
    width: 100%;
    border-radius: 5px;
}

.box-action2 {
    flex: 3;
}

.box-action select,
.box-action input,
.box-action textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    transition: all ease 0.3s;
}

.box-action select {
    font-size: 16px;
    height: 40px;
}

.box-action textarea {
    font-size: 15px;
    height: 75px;
}

.box-action-login {
    flex: 1;
    width: 100%;
    border-radius: 5px;
}

.box-action-login select,
.box-action-login input,
.box-action-login textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    transition: all ease 0.3s;
}

.box-action-login select:focus,
.box-action-login input:focus,
.box-action-login textarea:focus {
    border: 1px solid #12151C;
}

.box-action-login select {
    font-size: 16px;
    height: 40px;
}

.box-action-login textarea {
    font-size: 15px;
    height: 150px;
}

#qrcode {
    height: 144px;
}

.button {
    font-size: 17px;
    color: #12151C;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.button:active {
    opacity: 0.7;
}

.button-login {
    color: #12151C;
    background-color: #FED700;
    border: 1px solid #12151C;
}

.button-fixed,
.button-fixed2 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #12151C;
    cursor: pointer;
    transition: all ease 0.3s;
}

.button:active {
    opacity: 0.7;
}

.button-fixed2 {
    font-size: 18px;
}

.button-margin {
    margin-top: 20px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 100%;
}

.header-logo img {
    width: 220px;
    cursor: pointer;
}

.select {
    margin-top: 10px;
}

.select select {
    padding: 10px;
    background-color: #FFFFFF;
}

.balance,
.balance2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.balance:active {
    opacity: 0.7;
}

.balance2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.balance-info {
    flex: 10;
    font-size: 18px;
    text-align: center;
}

.balance-info-icone {
    flex: 1;
    margin-left: 10px;
}

.balance-info-icone i {
    font-size: 18px;
}

.balance-title {
    font-size: 18px;
    margin-bottom: 1px;
}

.balance-value {
    font-size: 22px;
    font-weight: bold;
}

.balance-home {
    font-size: 17px;
    text-align: center;
}

.balance-info-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 3px;
}

.balance-entrar,
.balance-cadastrar,
.balance-rifa {
    width: 100px;
    font-size: 14px;
    text-align: center;
    margin-right: 20px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.balance-entrar:active,
.balance-cadastrar:active,
.balance-rifa:active {
    opacity: 0.7;
}

.balance-cadastrar {
    margin-left: 20px;
    margin-right: 0px;
}

.balance-rifa {
    width: 150px;
    margin-top: -5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
}

.balance-icon,
.balance-icon2,
.balance-icon3 {
    flex: 1;
    width: 100%;
    text-align: right;
}

.balance-icon img,
.balance-icon2 {
    width: 25px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.balance-icon img:active,
.balance-icon2 img:active {
    opacity: 0.7;
}

.balance-icon2 img {
    width: 20px;
}

.balance-icon3 {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding: 8px;
    border-radius: 20px;
    background-color: #FED700;
    word-wrap: break-word;
}

.balance-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 5px;
}

.balance-button-area {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    width: 100%;
}

.balance-button {
    height: 65px;
    width: 65px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all ease 0.3s;
}

.balance-button:active {
    opacity: 0.7;
}

.balance-button i {
    font-size: 28px;
    margin-top: 28%;
}

.balance-button-titulo {
    font-size: 11px;
    text-align: center;
    margin-top: 25px;
}

.sales-title {
    font-size: 16px;
    margin-bottom: 3px;
}

.sales-title-down {
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
}

.sales-title-down2 {
    font-size: 15px;
    font-style: italic;
    margin-top: 5px;
}

.sales-value {
    font-size: 22px;
    font-weight: bold;
}

.sales-value2 {
    display: none;
    font-size: 22px;
    font-weight: bold;
}

.sales-last {
    margin-top: 10px;
}

.sale,
.sale2 {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.sale2 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: 0;
}

.sale-icon img {
    width: 25px;
    margin-right: 15px;
}

.sale-icon2 img {
    width: 45px;
    margin-right: 15px;
}

.sale-icon-margin {
    margin-right: -10px;
}

.sale-type {
    flex: 5;
}

.sale-date {
    font-size: 13px;
    color: #AAAAAA;
}

.sale-name {
    flex: 1;
    font-size: 13px;
    font-style: normal;
}

.sale-aguardando {
    flex: 1;
    font-size: 13px;
    font-style: normal;
    color: #007AFF;
    margin-top: 5px;
}

.sale-ganhou {
    flex: 1;
    font-size: 13px;
    font-style: normal;
    color: #28A745;
    margin-top: 5px;
}

.sale-perdeu {
    flex: 1;
    font-size: 13px;
    font-style: normal;
    color: #DC3546;
    margin-top: 5px;
}

.sale-cancelada {
    flex: 1;
    font-size: 13px;
    font-style: normal;
    color: #FF6600;
    margin-top: 5px;
}

.sale-name i {
    flex: 1;
    font-size: 13px;
    font-style: normal;
}

.sale-name2 {
    font-size: 16px;
    font-weight: bold;
}

.sale-value {
    flex: 2;
    font-weight: bold;
    text-align: right;
    word-wrap: break-word;
}

.sale-value-i {
    margin-bottom: 10px;
}

.sale-value i {
    font-size: 12px;
    color: #DC3545;
    cursor: pointer;
    transition: all ease 0.3s;
}

.sale-value i:active {
    opacity: 0.7;
}

.sale-value-code {
    flex: 1;
    font-weight: bold;
    word-break: break-all;
}

.sale-value2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.sale-value3 {
    font-size: 13px;
    color: #AAAAAA;
    margin-top: 3px;
}

.sale-empty {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.sale-empty2 {
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sale-clean-filter {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.sale-value-cor-area {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.sale-value-cor {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    margin-top: 3px;
}

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

.menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    flex: 1;
    width: 100%;
    cursor: pointer;
    transition: all ease 0.3s;
}

.menu-item i {
    font-size: 28px;
}

.menu-item label {
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.menu-button-qt {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    font-size: 11px;
    margin-top: -20px;
    margin-left: 30px;
    border-radius: 50%;
    background-color: #FFFFFF;
}

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

.title {
    display: flex;
    align-items: center;
    padding: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #DDDDDD;
}

.title-login {
    background-color: #12151C;
}

.title-text {
    flex: 5;
    font-size: 18px;
    color: #FFFFFF;
}

.title-icon {
    flex: 1;
    text-align: right;
}

.title-icon i {
    font-size: 22px;
    color: #FFFFFF;
    margin-left: 15px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.title-icon img:active {
    opacity: 0.7;
}

.profile {
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: pointer;
}

.profile-area {
    margin-bottom: 10px;
    padding-bottom: 12px;
    border-bottom: 2px dashed #DDDDDD;
}

.profile-title,
.profile-title2,
.profile-title3 {
    font-size: 14px;
    font-weight: normal;
    color: #AAAAAA;
    margin-bottom: 2px;
}

.profile-title2 {
    margin-bottom: 4px;
}

.profile-title3 {
    margin-top: 4px;
}

.profile-bold {
    font-weight: bold;
    word-break: break-all;
}

.profile-premios {
    font-size: 12px;
    color: #DC3545;
    word-break: break-all;
    margin-top: 5px;
}

.profile-small {
    font-size: 14px;
    font-weight: normal;
    color: #AAAAAA;
    margin-top: 2px;
}

.profile-icon {
    margin-right: 15px;
}

.profile-icon img {
    width: 20px;
}

.profile-options {
    flex: 5;
    font-weight: bold;
}

.profile-accept {
    flex: 1;
    text-align: right;
    cursor: pointer;
    transition: all ease 0.3s;
}

.profile-accept:active {
    opacity: 0.7;
}

.profile-accept img {
    width: 8px;
}

.password {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.password-info {
    color: #DC3546;
    margin-top: 20px;
    margin-bottom: 22px;
}

.password-accept {
    width: 100%;
}

.password-accept input {
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    transition: all ease 0.3s;
}

.password-transitions {
    display: flex;
    align-items: center;
    width: 100%;
}

.password-transitions input {
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin-right: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    transition: all ease 0.3s;
}

.password-icon {
    margin-top: 12px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.password-icon:active {
    opacity: 0.7;
}

.password-icon i {
    font-size: 25px;
}

#show_password_accept,
#show_password_accept_confirm {
    display: none;
}

.box-reports-filter {
    text-align: center;
}

.box-reports-title {
    margin-bottom: 3px;
}

.box-reports-title2,
.box-reports-title3,
.box-reports-title4 {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 18px;
    border-bottom: 2px dashed #DDDDDD;
}

.box-reports-title3 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border: 0;
}

.box-reports-title4 {
    font-weight: bold;
}

.box-reports-value {
    font-size: 22px;
    font-weight: bold;
}

.box-reports-value2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.box-reports-date {
    font-size: 14px;
    color: #AAAAAA;
    margin-top: 4px;
}

.box-reports-info,
.box-reports-info2,
.box-reports-info3 {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 2px dashed #DDDDDD;
}

.box-reports-info2 {
    padding-top: 15px;
    padding-bottom: 5px;
    cursor: pointer;
}

.box-reports-info3 {
    margin-top: -10px;
    margin-bottom: 0px;
    padding-top: -5px;
    cursor: pointer;
    border: 0;
}

.box-reports-info-bottom,
.box-reports-info-bottom2,
.box-reports-info-bottom3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #DDDDDD;
}

.box-reports-info-bottom2 {
    padding-bottom: 15px;
}

.box-reports-info-icon {
    margin-right: 15px;
}

.box-reports-info-icon i {
    font-size: 18px;
}

.icon-margin {
    margin-right: 5px;
}

.box-reports-info-icon2,
.box-reports-info-bottom3,
.box-reports-info-bottom4 {
    text-align: right;
}

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

.box-reports-info-icon2 i {
    font-size: 12px;
    margin-left: 15px;
}

.box-reports-info-icon3 img {
    width: 20px;
    margin-left: 15px;
}

.box-reports-info-icon4 img {
    width: 22px;
    margin-left: 15px;
}

.box-reports-info-title {
    width: 100%;
    flex: 1;
}

.box-reports-info-title2 {
    width: 100%;
    flex: 1;
    font-size: 14x;
    text-align: center;
    font-style: italic;
}

.box-reports-info-value {
    width: 100%;
    flex: 1;
    text-align: right;
    font-weight: bold;
}

.box-reports-info-value2 {
    color: #24AAE3;
    font-weight: normal;
    margin-top: 3px;
}

.box-reports-info-status {
    font-size: 13px;
    text-align: center;
}

.box-reports-home {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: all ease 0.3s;
}

.box-reports-home:active {
    opacity: 0.7;
}

.dashed-top {
    padding-top: 10px;
    border-top: 2px dashed #DDDDDD;
}

.dashed-bottom {
    padding-bottom: 10px;
    border-bottom: 2px dashed #DDDDDD;
}

.box-fees {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px dashed #DDDDDD;
}

.box-fees-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #DDDDDD;
}

.box-fees-title-installments {
    flex: 1;
}

.box-fees-title-value1 {
    flex: 1;
    text-align: center;
}

.box-fees-title-value2 {
    flex: 1;
    text-align: center;
}

.box-fees-title-value3 {
    flex: 1;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.box-fees-title-value-jb {
    flex: 1;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.box-fees-title-value1 img,
.box-fees-title-value2 img,
.box-fees-title-value3 img {
    width: 23px;
}

.box-fees-installments {
    flex: 1;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.box-fees-installments2 {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px;
}

.box-fees-value {
    flex: 1;
    font-size: 14px;
    text-align: center;
}

.box-fees-value2 {
    flex: 1;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.filter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.filter-title {
    font-size: 14px;
    margin-bottom: 3px;
    margin-left: 2px;
}

.filter-start {
    width: 100%;
    margin-right: 5px;
}

.filter-center {
    width: 100%;
}

.filter-end {
    width: 100%;
    margin-left: 5px;
}

.filter-start input,
.filter-center input,
.filter-end input,
.filter-start select,
.filter-center select,
.filter-end select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    transition: all ease 0.3s;
}

.filter-start select,
.filter-center select {
    height: 40px;
}

.filter-size {
    font-size: 22px;
}

.send-input input {
    width: 100%;
    font-size: 30px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    transition: all ease 0.3s;
}

.button-send {
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.button-send:active {
    opacity: 0.7;
}

.waiting {
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #28A745;
}

.payment {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.payment-img {
    margin-bottom: 40px;
    text-align: center;
}

.payment-img img {
    width: 80px;
}

.payment-title {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.box-qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.send {
    display: flex;
    align-items: center;
}

.send-info {
    flex: 5;
    width: 100%;
}

.send-icon {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 20px;
}

.send-data {
    font-size: 16px;
    word-wrap: break-word;
    padding: 10px;
}


.jb-selecione {
    margin-bottom: 5px;
}

.jb-icone {
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
}

.jb-icone i {
    font-size: 25px;
}

.jb-titulo {
    font-size: 17px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
}

.grupo-itens {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
}

.grupo-item {
    flex: 1;
    margin-left: 2px;
    margin-right: 2px;
}

.grupo-item img {
    width: 100%;
}

.grupo-top {
    margin-top: 0px;
}

.grupo-left {
    margin-left: 0px;
}

.grupo-right {
    margin-right: 0px;
}

.grupo-quadrado {
    width: 100%;
    border-radius: 5px;
    text-align: center;
}

.grupo-quadrado-nome-impar,
.grupo-quadrado-nome-par {
    font-size: 9px;
    padding-top: 3px;
}

.grupo-quadrado-numero-impar,
.grupo-quadrado-numero-par {
    font-size: 25px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.grupo-quadrado-dezenas-impar,
.grupo-quadrado-dezenas-par {
    font-size: 10px;
    padding-bottom: 3px;
}

.resultados-titulo {
    color: #12151C;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 13px;
}

.register-info {
    color: #DC3546;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.register-whatsapp {
    color: #DC3546;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.register-whatsapp:active {
    opacity: 0.7;
}

.login-alerta {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.login-indicacao {
    display: none;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.cor-roleta-preto {
    width: 40px;
    text-align: right;
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
}

.cor-roleta-verde {
    width: 40px;
    text-align: right;
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
}

.rifas-area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.rifas-item {
    width: calc(50% - 10px);
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.rifas-item:active {
    opacity: 0.7;
}

.rifas-item-premiacao {
    font-weight: bold;
    margin-top: 5px;
}

.rifas-item-valor,
.rifas-item-sorteio {
    font-size: 12px;
    margin-top: 10px;
    padding-top: 10px;
}

.rifa-titulo {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.rifa-subtitulo {
    margin-top: 5px;
    text-align: center;
}

.rifa-saiba-mais {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
    transition: all ease 0.3s;
}

.rifa-saiba-mais:active {
    opacity: 0.7;
}

.rifa-saiba-mais {
    font-size: 15px;
}

.rifa-saiba-mais-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.rifa-saiba-mais-img img {
    width: 300px;
    margin-bottom: 20px;
}

.rifas-cotas-area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.rifas-cotas-item {
    width: calc(33.33% - 10px);
    box-sizing: border-box;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.rifas-cotas-item:active {
    opacity: 0.7;
}

.rifas-cotas-item-nome {
    font-size: 13px;
}

.rifas-cotas-item-premiacao {
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
}

.rifas-cotas-item-sorteio {
    font-size: 11px;
    margin-top: 5px;
}


.pp-title-main {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.pp-content {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;
}

.pp-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.pp-info {
    font-size: 14px;
}

.margin-left-zero {
    margin-left: 0px;
}

.margin-right-zero {
    margin-right: 0px;
}

.margin-bottom-botao {
    margin-bottom: 20px;
}

.color-blue {
    color: #12151C;
}

.color-green {
    color: #28A745;
}

.color-orange {
    color: #FF6600;
}

.color-red {
    color: #DC3545;
}

.bg-black-jb {
    background-color: #12151C;
}

.bg-black-jb2 {
    color: #FFFFFF;
    background-color: #12151C;
}

.bg-green-jb {
    background-color: #FED700;
}

.bg-blue {
    background-color: #12151C;
}

.bg-blue-light {
    background-color: #24AAE3;
}

.bg-green {
    background-color: #28A745;
}

.bg-green-light {
    background-color: #D9F5E0;
}

.bg-orange {
    background-color: #DC3546;
}

.bg-red {
    background-color: #DC3545;
}

.border-green-jb {
    border: 5px solid #FED700;
}

.hidden {
    display: none;
}


@media screen and (max-width: 990px) {

    .responsive {
        display: block;
    }

    ::-webkit-scrollbar {
        height: 0px;
        width: 0px;
    }

    .area {
        border: 0px;
    }

}