body {
    display: flex;
    margin: 0px;
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.header {

    height: 160px;
    width: 100%;
    background: #2C418A;
    box-shadow: 6px 6px 12px rgba(25, 51, 100, 0.25);


    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.header img {
    height: 90%;
    width: 100%;
    object-fit: contain
}



.tittle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 75px;
    display: flex;
    align-items: center;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #2556B4;
    justify-content: space-evenly;
    padding-top: 1%;
    padding-bottom: 1%;
}

.premio-box {
    display: flex;
    width: 90%;
    background: #8A282B;
    border-radius: 67px;
    flex-direction: column;
    align-content: stretch;
    align-items: center;
    box-shadow: 0px 12px 0px #2556B4;
}

.premio-box img {
    width: 110%;
    object-fit: contain;
    border-radius: 60px;
}

.premio-box-sorteio {
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
}

.premio-box-sorteio-left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px;
}

.premio-box-sorteio-label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    text-align: center;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #FFFFFF;
    display: flex;
}

.premio-box-sorteio-right {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    text-align: center;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #FFFFFF;
    background: #2556B4;
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 18px;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.premio-box-sorteio-button {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    text-align: center;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #FFFFFF;
    background: #2C418A;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    cursor: pointer;
}

.termos-container {
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.termos {

    position: relative;
    padding-left: 55px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    /* identical to box height */

    display: flex;
    align-items: center;
    font-feature-settings: 'tnum' on, 'lnum' on;

    color: #3F3F3F;

    align-content: center;
    flex-direction: row;
    justify-content: center;
    margin: 20px;
}

/* Hide the browser's default checkbox */
.termos input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.termos:hover input~.checkmark {
    background-color: #ccc;
    border-radius: 8px;
}

/* When the checkbox is checked, add a blue background */
.termos input:checked~.checkmark {
    background-color: #2196F3;
    border-radius: 8px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.termos input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.termos .checkmark:after {
    left: 18px;
    top: 10px;
    width: 10px;
    height: 20px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-comprar-container {
    display: flex;
    width: 100%;

}

.btn-comprar {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #2C418A 0%, #8A282B 100%);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    border: 0;
    cursor: pointer;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    /* identical to box height */

    font-feature-settings: 'tnum' on, 'lnum' on;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Branca 1 */
    padding: 20px;
    color: #FFFFFF;
}

.premio-box2 {
    display: flex;
    width: 90%;
    border-radius: 67px;
    padding-top: 50px;
    align-content: center;
    flex-direction: column;
    align-items: center;
}

.premio-box-sorteio-close {
    display: flex;
    background: #2556B4;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 18px;
    border: 0;

}

.premio-box2-top {
    display: flex;
    border-radius: 67px 67px 0px 0px;
    width: 100%;
    background: #8A282B;
}

.premio-box2-mid {
    display: flex;
    width: 110%;
    justify-content: center;
}

.premio-box2-mid img {
    width: 100%;
    object-fit: contain;
    border-radius: 60px;
}

.premio-box2-bot {
    display: flex;
    flex-direction: column;
    border-radius: 0px 0px 67px 67px;
    width: 100%;
    background: #8A282B;

    box-shadow: 0px 12px 0px #2556B4;

    align-content: center;
    align-items: center;
}

.premio-box2-label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    /* identical to box height */

    text-align: center;
    font-feature-settings: 'tnum' on, 'lnum' on;

    color: white;
    padding: 40px;
}

.premio-box-sorteio-box {

    background: #EFF6FF;
    border-radius: 16px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    /* identical to box height */

    text-align: center;
    font-feature-settings: 'tnum' on, 'lnum' on;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    color: #3F3F3F;

    padding: 10px;

}

.premio-box-sorteio-box2 {
    display: flex;
    flex-direction: column;

}

.premio-box-sorteio-box2-label {
    display: flex;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    /* identical to box height */

    text-align: center;
    font-feature-settings: 'tnum' on, 'lnum' on;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    color: white;

}

.premio-box-sorteio-box2-label2 {
    display: flex;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    /* identical to box height */

    text-align: center;
    font-feature-settings: 'tnum' on, 'lnum' on;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    color: white;

}

.premio-box-sorteio-box2-label3 {
    display: flex;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    text-align: right;
    font-feature-settings: 'tnum' on, 'lnum' on;

    color: white;

}

.reticula {

    display: flex;
    height: 100%;
    flex-direction: column;
    align-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    background: #000000cf;
    overflow: auto;

}

.codigo-container {
    display: flex;
    background: #EFF6FF;
    border-radius: 40px;
    flex-direction: column;
    width: 90%;
    margin-top: 40px;
}

.codigo-inline {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    justify-content: space-between;
}

.codigo-collumn {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    width: 50%;
    justify-content: space-between;
}

.codigo-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #3F3F3F;
}

.codigo-label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    font-feature-settings: 'tnum' on, 'lnum' on;

    color: #3F3F3F;
}

.codigo-img {
    display: flex;
}

.codigo-img img {
    display: flex;
    z-index: 1;
    position: relative;
    top: -90px;
}

.Icon-inside {
    position: relative;
}

.Icon-inside i {
    position: absolute;
    left: 20px;
    top: 40px;
    padding: 10px 10px;
    color: #B5B5B5;
}

input {
    width: 100%;

    background: #EFF6FF;
    border-radius: 22px;
    padding: 12px 20px 12px 50px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 45px;
    color: #B5B5B5;
    border: 0;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-ver {
    background: #2C418A;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.25);
    border-radius: 30px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    border: 0;
    /* identical to box height */

    font-feature-settings: 'tnum' on, 'lnum' on;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Branca 1 */

    color: #FFFFFF;
    margin: 20px;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.codigo-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;

    padding-bottom: 30px;
}

.cadastro-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 75px;
    /* identical to box height */

    display: flex;
    align-items: center;
    font-feature-settings: 'tnum' on, 'lnum' on;

    /* Cores - App/Color Secundária - Paleta */

    color: #8A282B;
    margin: 20px;
}

.cadastro-line {
    width: 90%;
    height: 5px;
    background: #2C418A;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin: 20px;
}

.cadastro-etapa {
    display: flex;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border: 4px solid #2556B4;
    border-radius: 60px;
}

.cadastro-etapa-ok {
    display: flex;
    width: 60px;
    height: 60px;
    background: #2556B4;
    border: 4px solid #2556B4;
    border-radius: 60px;
}

.input-container {
    display: flex;
    width: 90%;
    flex-direction: column;
    margin: 20px;

}

.input-label {
    display: flex;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 75px;
    /* identical to box height */


    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    color: #3F3F3F;
}

.input-field {
    position: relative;
}

.input-field i {
    position: absolute;
    left: 20px;
    top: 40px;
    padding: 10px 10px;
    background: #EFF6FF;
    border-radius: 22px;
}

.button-container {

    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 40px;
}

.button-cancel {

    width: 40%;
    display: flex;
    justify-content: center;

    border: 2px solid #2C418A;
    border-radius: 30px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    /* identical to box height */

    font-feature-settings: 'tnum' on, 'lnum' on;

    background-color: #FFFFFF;

    color: #2C418A;
    cursor: pointer;

}

.button-cancel2 {

    display: flex;
    justify-content: center;

    border: 2px solid #2C418A;
    border-radius: 30px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;

    font-feature-settings: 'tnum' on, 'lnum' on;


    background-color: #FFFFFF;

    color: #2C418A;
    cursor: pointer;
    padding: 10px 30px 10px 30px;

}

.button-next {

    width: 40%;
    display: flex;
    justify-content: center;

    background: linear-gradient(135deg, #2C418A 0%, #8A282B 100%);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.25);
    border-radius: 30px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    /* identical to box height */

    font-feature-settings: 'tnum' on, 'lnum' on;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Branca 1 */

    color: #FFFFFF;
    border: 0;
    cursor: pointer;
    margin-bottom: 20px;
}

.button-next2 {


    display: flex;
    justify-content: center;

    background: linear-gradient(135deg, #2C418A 0%, #8A282B 100%);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.25);
    border-radius: 30px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    /* identical to box height */

    font-feature-settings: 'tnum' on, 'lnum' on;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Branca 1 */

    color: #FFFFFF;
    border: 0;
    cursor: pointer;
    margin-bottom: 20px;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
}

.name-container {
    display: flex;
    justify-content: center;
    background: #EAEAEA;
    border-radius: 16px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 161%;
    /* or 81px */

    text-align: center;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    color: #3F3F3F;

    margin-top: 40px;
    padding: 10px;
}

.payment-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #EFF6FF;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.25);
    margin: 20px;
}

.payment-container-box {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    border: 0;
}

.payment-container-box-sep {
    display: flex;
    width: 100%;
    height: 1px;
    background-color: #8A282B;
    margin: 2px;
}

.payment-container-box-sep2 {
    display: flex;
    width: 90%;
    height: 1px;
    background-color: #8A282B;
    margin: 15px;
}

.payment-container-icon {
    display: flex;
    width: 96px;
    height: 96px;
    margin: 20px;
}

.payment-container-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    align-items: center;
}

.payment-container-label-b {
    display: flex;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    /* identical to box height */


    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    color: #3F3F3F;
}

.payment-container-label-n {
    display: flex;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    /* identical to box height */


    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    color: #3F3F3F;
}

.payment-container-btn {

    display: flex;
    background: url(./images/Arrow_profile.png) no-repeat;
    width: 32px;
    height: 55px;
    background-size: 100% 100%;
    margin: 20px;
    border: 0;

}

.input-label2 {
    font-family: 'Poppins Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
    /* identical to box height */


    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    color: #3F3F3F;
}

.input-container2 {
    display: flex;
    flex-direction: row;
    width: 90%;

}

.input-label3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    color: #3F3F3F;
}

.custom-select {
    position: relative;
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 45px;
    /* identical to box height */


    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 2 */

    color: #818181;
    margin: 20px;
    width: 90%;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background: #EFF6FF;
    /* Cores - App/Color Principal */

    border: 1px solid #2C418A;
    border-radius: 22px;
    background-color: #EFF6FF;
}

/*style the arrow inside the select element:*/
.select-selected:after {

    position: absolute;
    content: "";
    top: 30px;
    right: 30px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-color: #2C418A transparent transparent transparent;

}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #2C418A transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    color: #818181;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #EFF6FF;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.termos-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 75px;
    /* identical to box height */

    display: flex;
    align-items: center;
    font-feature-settings: 'tnum' on, 'lnum' on;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    color: #3F3F3F;
    width: 100%;
    justify-content: center;
    margin: 20px;
}

.termos-label {
    display: flex;
    flex-direction: column;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    display: flex;
    align-items: center;
    font-feature-settings: 'tnum' on, 'lnum' on;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    color: #3F3F3F;
    margin: 20px;
}

.margin-space {
    display: flex;
    width: 100%;
    margin: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}

.payment-container-pix {
    display: flex;

    background: #EFF6FF;
    border-radius: 48px;
    padding: 40px;
    margin: 40px;
}

.clickable {

    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 45px;
    color: #818181;
    background: #EFF6FF;
    border: 3px solid #2C418A;
    border-radius: 22px;
    padding: 20px;
    cursor: pointer;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    word-break: break-word;
}

.comprovante-box {
    display: flex;
    width: 90%;
    flex-direction: column;
    background: #EAEAEA;
    border-radius: 48px;

    align-items: center;
    justify-content: center;
}

.comprovante-label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    display: flex;
    align-items: center;
    font-feature-settings: 'tnum' on, 'lnum' on;

    color: #3F3F3F;
}

.comprovante-label b {
    font-weight: 700;
}

.pag {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
}

.pag-label {
    display: flex;
    flex-direction: column;
    justify-content: left;

}

.pag-label-t {

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    /* identical to box height */


    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    color: #3F3F3F;
}

.pag-label-c {

    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    /* identical to box height */


    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    color: #3F3F3F;
}

.pag-label-v {

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    /* identical to box height */


    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    color: #3F3F3F;
}

.pag-total {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: right;
}

.pag-total2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.pag-total-label {
    font-family: 'Poppins Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 75px;
    /* identical to box height */

    font-feature-settings: 'tnum' on, 'lnum' on;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    color: #3F3F3F;
    margin: 20px;
}

.pag-total-v {
    background: #EFF6FF;
    border-radius: 22px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    /* identical to box height */

    font-feature-settings: 'tnum' on, 'lnum' on;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    color: #3F3F3F;
    margin: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.titulo-numero {
    display: flex;
    width: 100%;
    background: #8A282B;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    /* identical to box height */

    text-align: center;
    align-items: center;
    justify-content: center;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Branca 1 */

    color: #FFFFFF;
}

.balls-c {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

    margin: 20px;
    flex-wrap: wrap;

    background: #EFF6FF;
    border-radius: 48px;
}

.balls-bar {
    display: flex;
    flex-direction: row;


    background: #EFF6FF;
    border-radius: 48px;
    justify-content: space-between;
}

.balls-bar-label {
    display: flex;
    flex-direction: column;
    border: 20px;
    padding-left: 40px;
    justify-content: space-around;
    align-items: flex-start;
}

.balls-bar-label1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 90px;
    /* identical to box height */

    text-align: center;

    color: #8A282B;
}

.balls-bar-label2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    /* identical to box height */

    font-feature-settings: 'tnum' on, 'lnum' on;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    color: #3F3F3F;
}

.balls-bar-chance {
    display: flex;
    flex-direction: column;

    background: #2556B4;
    border-radius: 0px 40px 0px 0px;
    padding: 20px;
}

.balls-bar-chance-label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    /* identical to box height */

    text-align: center;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Branca 1 */

    color: #FFFFFF;
}

.balls-bar-chance-n {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    /* identical to box height */

    text-align: center;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Branca 1 */

    color: #FFFFFF;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    text-shadow: 2px 0 #3F3F3F, -2px 0 #3F3F3F, 0 2px #3F3F3F, 0 -2px #3F3F3F,
        1px 1px #3F3F3F, -1px -1px #3F3F3F, 1px -1px #3F3F3F, -1px 1px #3F3F3F;

}

.sortudo-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 75px;
    /* identical to box height */

    display: flex;
    align-items: center;
    font-feature-settings: 'tnum' on, 'lnum' on;

    /* Cores - App/Color Secundária - Paleta */

    color: #8A282B;
}

.sortudo-title2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    /* identical to box height */

    text-align: center;
    font-feature-settings: 'tnum' on, 'lnum' on;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    color: #3F3F3F;

}

.balls {
    display: grid;
    grid-template-columns: repeat(5, auto);
    margin: 20px;
}

.balls2 {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    margin-left: 20px;
}

.ball-w {
    display: flex;
    border-radius: 60px;
    background: white;
    width: 90px;
    height: 90px;
    text-align: center;
    align-items: center;
    justify-content: center;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 78px;
    display: flex;
    align-items: center;
    text-align: center;
    font-feature-settings: 'tnum' on, 'lnum' on;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    color: #3F3F3F;

    margin: 5px;

}

.ball {
    display: flex;
    width: 100px;
    height: 100px;
    font-family: 'Poppins Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 54px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;

    font-feature-settings: 'tnum' on, 'lnum' on;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    color: #3F3F3F;
    border-radius: 60px;
    margin: 5px;
    background-image: linear-gradient(rgba(201, 155, 158, 1),
            rgba(168, 41, 48, 1),
            rgba(201, 155, 158, 1));
}

.num-fav {
    display: flex;
    flex-direction: column;
    width: 90%;
    background: #EFF6FF;
    border-radius: 40px;
}

.num-fav-label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    /* identical to box height */

    font-feature-settings: 'tnum' on, 'lnum' on;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    color: #3F3F3F;
    margin: 20px;
}

.ball2 {
    display: flex;
    width: 50px;
    height: 50px;
    font-family: 'Poppins Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-feature-settings: 'tnum' on, 'lnum' on;

    /* Cores - App/Color - Caixa de Texto */

    color: #EAEAEA;
    background: #8A282B;
    border-radius: 60px;
    margin: 5px;
}

.screen {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-content: center;
    align-items: center;
}

.mainscreen {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-content: center;
    align-items: center;
}

.mainscreen form {
    display: flex;
    flex-direction: column;
    width: 90%;
}

.screen form {
    display: flex;
    flex-direction: column;
    width: 90%;
}

.number-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.raspadinha-center {
    margin: 20px;
    display: flex;
}

.raspadinha-container {

    display: flex;
    width: 300px;
    height: 300px;
    margin: 20px;
    flex-wrap: wrap;
    background: #EFF6FF;
    border-radius: 48px;
}

.raspadinha {

    display: flex;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin: 40px;
}

.raspadinha-text {
    font-family: 'Poppins Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 75px;
    /* identical to box height */

    font-feature-settings: 'tnum' on, 'lnum' on;

    /* Cores Padrão - Não Alterar/Cor Padrão - Paleta Cinza 3 */

    color: #3F3F3F;
    margin: 20px;
}

.canvas {
    position: absolute;
}