body {
    margin: 0 !important;
    background-color: #303030 !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

* {
    box-sizing: initial !important;
}

button,
input,
optgroup,
select,
textarea {
    line-height: normal !important;
}

input:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
}

span {
    text-align: center;
}

.full-content {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.saldo-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: .5em 0px;
}


.saldo-background {
    width: 93%;
    background-color: #e7e7e6;
    height: 3.5em;
    border-radius: 12px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    border: 5px solid #009115;
}

.saldo {
    margin-left: 10px;
    color: #686869;
    font-family: "Roboto", Sans-serif;
    font-weight: 800;
    font-size: 25px;
}

.saldo-label {
    color: #fff;
    background-color: #009115;
    display: flex;
    font-family: "Roboto", Sans-serif;
    align-items: center;
    padding: 5px 10px;
}

.saldo-container {
    display: flex;
    height: 100%;
}

.divider-lateral {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: calc(3.5em + 5px) solid #009115;
}

.saldo-real-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: .2em 0px;
}

.saldo-real-background {
    background: linear-gradient(to right, #056c05, #4cae4c);
    width: 93%;
    border-radius: 12px;
    padding: 5px;
    height: 4.5em;
    flex-direction: column;
    display: flex;
    justify-content: space-around;
}

.saldo-real-background-modal {
    background: linear-gradient(to right, #056c05, #4cae4c);
    width: 93%;
    border-radius: 12px;
    padding: 5px;
    /* height: 3.5em; */
}

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

.saldo-user-custom {
    width: 100%;
    display: flex;
    align-items: center;
}

.saldo-visualizacao {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.saldo-visualizacao-modal {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.saldo-real-label-container {
    width: 100%;
}

.saldo-real-label {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    font-size: 17px;
    padding-left: 10px;
}

.saldo-real {
    font-family: "Roboto", Sans-serif;
    font-weight: 800;
    font-size: 25px;
    color: #fff;
    padding-left: 10px;
    margin-right: 5px;
}

.saldo-real-modal {
    font-family: "Roboto", Sans-serif;
    font-weight: 800;
    font-size: 25px;
    color: #fff;
    padding-left: 10px;
    margin-right: 5px;
}

.solicita-button {
    text-decoration: none;
    color: black;
    border: none;
    background-color: #fff;
    font-family: "Red Hat Display", Sans-serif;
    font-weight: 500;
    font-size: 15px;
    border-radius: 3px;
    padding: 12px 24px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.solicita-button-modal {
    text-decoration: none;
    color: black;
    border: none;
    background-color: #fff;
    font-family: "Red Hat Display", Sans-serif;
    font-weight: 500;
    font-size: 15px;
    border-radius: 3px;
    padding: 12px 24px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer !important;
    line-height: 1 !important;
}

.solicita-button-2 {
    text-decoration: none;
    color: black;
    border: none;
    background-color: #fff;
    font-family: "Red Hat Display", Sans-serif;
    font-weight: 500;
    font-size: 15px;
    border-radius: 3px;
    padding: 9.5px 15px;
    line-height: 1;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.saldo-real-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.saldo-eye {
    color: #fff;
    cursor: pointer;
    display: flex;
}

.saldo-desfocado {
    color: transparent;
    text-shadow: 0 0 10px rgba(255, 255, 255, .5);
}


.modal-ganho {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.modal-dialog-centered {
    justify-content: center;
    width: 100vw !important;
    margin: 0 auto !important;
}

.solicita-button-label:first-child {
    margin-bottom: 4px;
}

.solicita-button-label {
    line-height: 10px;
}

.subtitle-label {
    margin-bottom: .1em;
}


.modal-content {
    width: 85% !important;
    background-color: #303030 !important;
}

.modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.modal-title-label {
    color: #ffffff;
    font-weight: bolder;
    line-height: 1.2;
    font-size: 1.25rem;
}

.title-label {
    font-size: 1.8em;
}

.modal-button {
    cursor: pointer;
    font-size: 15px;
    padding: 12px 24px;
    line-height: 1;
    border-radius: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #61ce70;
    color: #fff;
    margin-top: 1.5em;
    margin-bottom: .5em;
}

.modal-price {
    color: #41cf4c;
    font-family: "Roboto", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
}

.modal-limite-title-label {
    color: #ba0f0f;
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1.1;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.modal-limite-sub {
    font-family: "Red Hat Display", Sans-serif;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 1.2;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1.25rem;
}

.modal-limite-title-valor {
    font-family: "Red Hat Display", Sans-serif;
    font-weight: bolder;
    color: #7a7a7a;
}

.close-button-container {
    z-index: 100000;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-right: 2em;
    margin-top: 1em;
}

.modal-content-limite {
    background-color: #fff !important;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 90%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.modal-content-congratulations {
    margin: 0 1rem;
    border-radius: 20px !important;
    background-color: #424342 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    outline: 0;
}

.modal-content-new-user {
    margin: 0 0.85rem;
    border-radius: 20px;
    background-color: #2a2a2a !important;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: 1.7rem;
    outline: 0;
}

.high-balance {
    color: #0dda71;
    font-weight: bolder;
    font-size: 1.4rem;
}

.modal-new-user-title {
    color: white;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: "Roboto", Sans-serif;
}

.modal-new-user-sub {
    color: white;
    line-height: 1;
    font-size: 1.35rem;
    font-family: "Roboto", Sans-serif;
}

.modal-new-user-info {
    margin-top: 1rem;
    line-height: 1;
    width: 100%;
    margin: 0 auto;
    color: #e4e4e4;
    font-size: 0.89rem;
    font-family: "Roboto", Sans-serif;
    font-weight: 300;
}

.modal-new-user-button button {
    margin-top: 1.25rem;
    color: #012c09;
    padding: 0.45rem 1.25rem;
    font-family: "Roboto", Sans-serif;
    font-weight: bolder;
    background-color: #01db6c;
    border-style: none;
    font-size: 19px;
    border-radius: 1.2rem;
    outline: none;
}

.modal-congratulations-title {
    color: white;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: "Roboto", Sans-serif;
}

.modal-congratulations-sub {
    color: white;
    /* line-height: 1; */
    font-size: 1.35rem;
    font-weight: 100;
    font-family: "Montserrat", Sans-serif;
}

.modal-congratulations-info {
    margin-top: 1rem;
    line-height: 1.2;
    width: 87%;
    margin: 0 auto;
    color: #9a9b9a;
    font-size: 0.89rem;
    font-family: "Roboto", Sans-serif;
    font-weight: 300;
    font-style: italic;
}

.modal-congratulations-button button {
    color: white;
    padding: 0.60rem 2.40rem;
    font-family: "Moderustic", Sans-serif;
    font-weight: 600;
    background-color: #00c841;
    border-style: none;
    font-size: 17px;
    border-radius: 20px;
}

.modal-dialog-centered {
    height: 100%;
}

.modal-content-app-oficial {
    border: 2px solid white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    margin: 0 1rem;
    background-color: #424242 !important;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
}


.modal-app-oficial-title {
    color: white;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Red Hat Display", sans-serif;
}

.modal-app-oficial-sub {
    color: #dbdbdb;
    line-height: 1;
    font-size: 1.25rem;
    font-weight: 400;
    font-family: "Red Hat Display", sans-serif;
}

.modal-app-oficial-text {
    margin-top: 0.75rem;
    color: white;
    line-height: 1;
    font-size: 1.25rem;
    font-weight: bolder;
    font-family: "Red Hat Display", sans-serif;
}

.modal-app-oficial-info {
    margin-top: 1rem;
    line-height: 1;
    width: 65%;
    margin: 0 auto;
    color: #dbdbdb;
    font-size: 0.89rem;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 300;
}

.modal-app-oficial-info-2 {
    margin-top: 1rem;
    line-height: 1;
    width: 100%;
    margin: 0 auto;
    color: #dbdbdb;
    font-size: 0.89rem;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 300;
}

.modal-app-oficial-button {
    margin-top: 0.25rem;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.17);
    }

    100% {
        transform: scale(1);
    }
}

.next-step-button {
    animation: pulse 2s infinite;
    text-decoration: none;
    color: white;
    font-family: "Roboto", sans-serif;
}

.modal-icon svg {
    height: 32px;
    fill: #1CD100;
}

.modal-app-oficial-button button {
    margin-top: 0.5rem;
    text-transform: uppercase;
    padding: 0.75rem 1.25rem;
    font-weight: 600;
    background-image: linear-gradient(180deg, #059910 0%, #04AF0C 100%);
    border-style: none;
    font-size: 19px;
    border-radius: 24px;
}

.modal-app-oficial-button a {
    text-decoration: none;
    color: white;
    font-family: "Roboto", sans-serif;
}

.animation-limite {
    width: 30%;
}

.warning-saque path {
    stroke: red !important;
}

.warning-saque svg {
    width: 30% !important;
}

.animation-ganho {
    width: 45%;
}

.animation-congratulations {
    width: 45%;
}

.animation-app-oficial {
    width: 43%;
}

.branch-name {
    margin-bottom: 1.5em;
}

.alerta-container {
    background-color: #FF7878A6;
    padding: 10px;
    border-left: 5px solid #970000;
    position: relative;
    text-align: start;
    margin-top: .5em;
    width: 89.5%;
}

.alerta-title {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    margin-bottom: .3em;
    margin-top: .1em;
}

.alerta-subtitle {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
}

.alerta-dismiss {
    right: 7px;
    top: 0;
    position: absolute;
    padding: 3px;
    font-size: 20px;
    background: 0 0;
    border: none;
    cursor: pointer;
}

.alerta-dismiss-svg {
    color: #fff;
    font-size: 20px;
}

.warning-alert-container {
    background-color: #dfc701;
    padding: 10px;
    border-left: 5px solid #987c00;
    position: relative;
    text-align: start;
    margin-top: .5em;
    width: 89.5%;
}

.warning-alert-title {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    margin-bottom: .3em;
    margin-top: .1em;
}

.warning-alert-subtitle {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
}

.warning-alert-dismiss {
    right: 7px;
    top: 0;
    position: absolute;
    padding: 3px;
    font-size: 20px;
    background: 0 0;
    border: none;
    cursor: pointer;
}

.warning-alert-dismiss-svg {
    color: #fff;
    font-size: 20px;
}

/* saque */


.rank-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #7a7a7a;
    font-family: "Red Hat Display", Sans-serif;
    font-weight: bolder;
    font-size: 21px;
    margin-bottom: 1em;
}

.retirada-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.25rem;
    font-family: "Red Hat Display", Sans-serif;
    font-weight: 500;
    color: #7a7a7a;
    margin-bottom: .5em;
}

.click-container {
    font-family: "Red Hat Display", Sans-serif;
    font-weight: 400;
    color: #7a7a7a;
    font-size: 1rem;
    margin-bottom: 1.5em;
}

.sacar-button {
    outline: none;
    border: none;
    border-radius: 11px;
    margin-bottom: 0.5em;
    background-color: #00a221;
    padding: 10px 24px;
    text-decoration: none;
    font-size: 1.3rem;
    font-family: "Red Hat Display", Sans-serif;
    font-weight: 800;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    color: #fff;
}

.svg-container {
    height: 130px;
}

@-webkit-keyframes pulse-grow-on-hover {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes pulse-grow-on-hover {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.pulse-grow-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-grow-on-hover {
    -webkit-animation-name: pulse-grow-on-hover;
    animation-name: pulse-grow-on-hover;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.align-span {
    text-align: start;
}

.verific-click {
    text-decoration: none;
    color: #fff;
    font-weight: 800;
}

.header {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, rgb(56, 56, 56) 0%, rgba(0, 0, 0, 1) 83%);
    padding: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}

.header img {
    width: 180px;
    margin-left: 15px;
}

.perfil-burguer {
    position: relative;
    color: white;
    background: transparent;
    border: none;
    outline: none;
    font-size: 40px;
    margin-right: 15px;
}

.perfil-burguer i {
    margin: 0;
    padding: 0;
}

.sidenav {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: #333233;
    overflow-x: hidden;
    padding-top: 43px;
    transition: 0.5s;
}

.open-animation {
    animation: sidenav-open 0.5s;
}

.close-animation {
    animation: sidenav-close 0.5s;
}

@keyframes sidenav-open {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes sidenav-close {
    0% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

.profile-title {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 23px;
    margin-bottom: .9em;
    font-family: "Moderustic", sans-serif;
    font-weight: 600;
}

.profile-status {
    display: flex;
    padding: 0 0 0 23px;
    margin-bottom: 2em;
}

.profile-photo {
    border-radius: 100%;
    height: 50px;
    border: 3px solid #18d286;
}

.profile-user-name {
    display: flex;
    flex-direction: column;
    margin-left: .5em;
    color: #fff;
    justify-content: center;
    font-family: "Moderustic", sans-serif;
    font-weight: 500;
    line-height: 23px;
}

.online-status {
    border-radius: 100%;
    height: 12px;
    width: 12px;
    background-color: #00ed98;
    margin: 0 2px 0 8px;
}

.profile-upgrade {
    text-decoration: none;
    color: #fff;
    background: #01d845;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 10px;
    font-weight: 100;
}

.profile-info {
    padding: 0 0 0 40px;
    margin-bottom: 2em;
}

.profile-input-container {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-family: "Moderustic", sans-serif;
}

.profile-input {
    background: transparent;
    border: none;
    color: #fff;
    margin-bottom: .7em;
}

.profile-progress {
    display: flex;
    flex-direction: column;
}

.profile-progressbar-container {
    display: flex;
    align-items: center;
    padding: 0 23px 0 23px;
}

.progress {
    width: 100%;
    margin: 0 5px;
    --bs-progress-bar-bg: #00ef98 !important;
    --bs-secondary-bg: #646464 !important;
}

.progress-faltando {
    font-family: "Moderustic", sans-serif;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.profile-whats {
    position: absolute;
    bottom: 50px;
    right: 20px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.whats-button {
    background: #01d943;
    color: white;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    font-size: 34px;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    margin-left: .3em;
}

.closebtn {
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    /* right: 25px; */
    /* font-size: 36px; */
    /* margin-left: 50px; */
}

#main {
    transition: margin-left .5s;
    padding: 20px;
}

.text {
    font-size: unset !important;
    margin-bottom: .5em !important;
}

.modal-backdrop.show {
    width: 100%;
    height: 100%;
}

.warning-box{
    width: 85%;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
    color: red;
    font-weight: bolder;
    margin-bottom: 1.5rem;
}