.price-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    margin: 15px 0;
}

.price-container .price-content {
    width: 100%;
}

.price-container .price-content.half {
    width: 50%;
}

.price-container .price-content .price-item {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 13.5px;
    font-weight: 600;
    gap: 5px;
    justify-content: center;
}

.price-container .price-content.half .price-item {
    /*justify-content: left;*/
    justify-content: right;
}

.price-container .price-content .price-item span {
    --bs-bg-opacity: 0.5;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
    border-radius: 3px;
    box-shadow: 0 4px 3px #00000014 !important;
    color: #212529;
    font-size: 13.5px;
    padding: 6px 10px;
}

.price-container .price-content .price-item span small {
    color: #212529;
    font-size: 12px;
    margin-right: 3px;
}

.product-buttons-container {
    width: 100%;
}

.product-buttons-content {
    justify-content: space-between;
    margin: auto;
    width: calc(100% - 60px);
}

.product-buttons-base,
.product-buttons-content {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.product-buttons-base {
    height: 41px;
    justify-content: center;
}

.product-buttons-base svg {
    fill: var(--gray);
    font-size: 35px;
}

.product-buttons-input {
    flex: 1 1;
    text-align: center;
}

.product-buttons-input input {
    background-color: initial;
    border: 1px solid var(--contentBackground);
    border-radius: 5px;
    font-size: 23px;
    font-weight: 500;
    margin: auto;
    padding: 6px;
    text-align: center;
    width: 95%;
}

.draw-date {
    align-items: center;
    display: flex;
    flex: 1 1;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: left;
    width: 50%;
}

.draw-date p {
    font-size: 13.5px;
    font-weight: 600;
}

.draw-date span {
    --bs-bg-opacity: 0.5;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
    border-radius: 0.2rem;
    box-shadow: 0 4px 3px #00000014 !important;
    color: #212529;
    font-size: 13.5px;
    font-weight: 600;
    padding: 7px;
}

.controls {
    background-color: var(--cardBackground);
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 25px 0;
}

.select-quantity {
    font-size: 14px;
    opacity: 0.7;
    text-align: center;
}

.container-quantity {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    justify-content: center;
    padding: 15px 0;
    width: 100%;
}

.content-quantity {
    align-items: center;
    background-color: #0000001a !important;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 90px;
    min-width: 100px;
    position: relative;
    width: 32%;
}

.number-select {
    font-size: 28px;
    margin-bottom: 5px;
}

.content-quantity small,
.number-select {
    font-weight: 500;
}

.content-quantity p {
    font-size: 11px;
    font-weight: 500;
    opacity: 0.6;
}

.content-quantity p.ebook-type {
    background-color: var(--white);
    border: 3px solid #0000001a !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 3px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.content-quantity.default-price {
    background-color: var(--cardBackground) !important;
    border: 2px solid var(--bs-primary);
    overflow: hidden;
    position: relative;
}

.default-price:before {
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-promary);
    color: var(--white);
    content: "Mais Popular";
    font-size: 10px;
    padding: 3px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.automatic-input-number {
    height: 44px;
    font-size: 2rem;
}

.content-quantity.ebook-type-css {
    overflow: hidden;
    position: relative;
}

.winner-container {
    align-items: center;
    background: var(--success);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    padding: 10px;
}

.image-winner {
    flex: 0 0 auto;
    max-width: 100%;
}

.image-winner img {
    border-radius: 50rem;
    height: 56px;
    width: 56px;
}

.winner-infos {
    margin-left: 15px;
    max-width: 100%;
    width: 100%;
}

.winner-infos h5 {
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
    color: var(--cardBackground);
    display: -webkit-box;
    font-size: 1.25rem;
    font-weight: 600;
    overflow: hidden;
}

.winner-infos p {
    color: var(--cardBackground);
    font-size: 0.875rem;
}

.description-container {
    background: var(--cardBackground);
    border-radius: 5px;
    line-height: normal;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}

.scroll-description {
    text-wrap: wrap;
    word-wrap: break-word;
    height: 100%;
    max-height: 250px;
    overflow-wrap: break-word;
    overflow-x: hidden;
    overflow-y: scroll;
}

.css-yiavyu-MuiBackdrop-root-MuiDialog-backdrop {
    z-index: 0;
}

.container-result-share {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}

.share-links {
    display: flex;
    gap: 10px;
}

.discount-container {
    margin-bottom: 15px;
}

.discount-content {
    align-items: center;
    background-color: var(--white);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-start;
    padding: 10px;
}


.discount-item {
    background-color: var(--success);
    border-radius: 5px;
    cursor: pointer;
    padding: 4px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.discount-item p {
    color: var(--white);
    font-size: 12px;
    font-weight: 500;
}

.discount-item p a {
    color: var(--white);
    font-size: 12px;
    font-weight: 500;
}



.discount-item p {
    color: var(--white);
    font-size: 12px;
    font-weight: 500;
}

.manual-numbers {
    align-items: center;
    background-color: var(--white);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-start;
    padding: 10px;
    max-height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}

/* Estilizando a barra de rolagem para navegadores baseados em Webkit (Chrome, Safari) */
.manual-numbers::-webkit-scrollbar {
    width: 10px;
}

.manual-numbers::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.manual-numbers::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.manual-numbers::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Estilizando a barra de rolagem para Firefox */
.manual-numbers {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

/* Estilizando a barra de rolagem para Internet Explorer e Edge */
.manual-numbers {
    -ms-overflow-style: none;
    /* IE and Edge */
}

.manual-numbers::-ms-scrollbar {
    width: 10px;
    background: #f1f1f1;
    border-radius: 5px;
}

.manual-numbers::-ms-thumb {
    background: #888;
    border-radius: 5px;
}

.manual-numbers::-ms-thumb:hover {
    background: #555;
}

.manual-numbers-item {
    background-color: var(--gray);
    border-radius: 5px;
    cursor: pointer;
    padding: 4px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.manual-numbers-item.paid {
    background-color: var(--bs-success);
    cursor: not-allowed;
}

.manual-numbers-item.reserved {
    background-color: var(--bs-info);
    cursor: not-allowed;
}

.manual-numbers-item.selected {
    background-color: var(--bs-primary);
}

.btnSelectedRaffleNumbers {
    border: 2px solid #607d8b85 !important;
    box-shadow: 0 0 23px rgba(0, 123, 255, 0.5) !important;
}

.no-items-message {
    text-align: center;
    font-size: 1.2em;
    color: #FF5722;
    width: 100%;
    padding: 2rem;
}

.no-items-message .text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.no-items-message i {
    margin-bottom: 10px;
}

.manual-numbers-item p {
    color: var(--white);
    font-size: 12px;
    font-weight: 500;
}

.manual-numbers-item p a {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
}

.manual-numbers-item.reserved p a,
.manual-numbers-item.payed p a {
    cursor: not-allowed;
}

.buttons-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.action-button {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
    box-sizing: border-box;
    flex-grow: 1;
    max-width: calc(33.33% - 20px);
    /* For three buttons in a row */
}

.action-button .label {
    font-size: 14px;
    margin-bottom: 5px;
}

.action-button .count {
    font-size: 24px;
    font-weight: bold;
}

.action-button.free {
    background-color: #e0e0e0;
}

.action-button.reserved {
    background-color: var(--bs-info);
    color: #ffffff;
}

.action-button.paid {
    background-color: var(--bs-success);
    color: #ffffff;
}

.action-button:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .action-button {
        max-width: calc(50% - 20px);
        /* For two buttons in a row on smaller screens */
    }
}

@media (max-width: 480px) {
    .action-button {
        max-width: 100%;
        /* For one button in a row on the smallest screens */
    }
}

.btns-controls-actions {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 14px;
}

.inline-buttons-draw {
    flex: 1 1 200px;
    font-size: 14px !important;
    font-weight: 400;
    width: auto;
}

.dialog-container {
    align-items: flex-start;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: flex-start;
    left: 0;
    opacity: 0;
    position: fixed;
    top: -100px;
    transition: all 0.2s linear;
    visibility: hidden;
    width: 100vw;
    z-index: 99999999;
}

.dialog-container.open {
    opacity: 1;
    top: 0;
    visibility: visible;
    padding: 1rem;
    overflow: auto;
}

.dialog-container .dialog-header {
    align-items: center;
    border-bottom: 1px solid var(--black);
    color: var(--black);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
}

.dialog-container .dialog-header .title {
    align-items: center;
    color: var(--black);
    display: flex;
    flex-direction: row;
    font-size: 20px;
    font-weight: 600;
    justify-content: flex-start;
}

.dialog-container .dialog-header .title svg {
    margin-right: 5px;
}

.dialog-container .dialog-content {
    margin-top: 10px;
    overflow: auto;
    padding: 10px 10px 100px;
    width: 100%;
}

.dialog-container .dialog-content .action-text {
    background-color: #cff4fc;
    border-color: #b6effb;
    border-radius: 5px;
    color: #055160;
    font-size: 15px;
    line-height: 1.18;
    margin-bottom: 15px;
    padding: 8px;
}

.dialog-container .dialog-content .additional-purchase-message {
    background-color: #009688;
    border-color: #009688;
    border-radius: 5px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.18;
    margin-bottom: 15px;
    padding: 8px;
    text-align: center;
}

.dialog-content {
    /*max-height: 80vh; */
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #6c757d5e #ffffff;
}


.dialog-content::-webkit-scrollbar {
    width: 12px;
}

.dialog-content::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 10px;
}

.dialog-content::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 3px solid #e0e0e0;
}

.dialog-content::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

section.additional-purchase-item .card-texts h2 {
    font-weight: 600 !important;
}

.additional-purchase-item {
    border: 2px dashed #6c757d;
    gap: 5px !important;
    color: #6c757d !important;
    cursor: pointer;
    margin-bottom: 1.5rem;
}

.alertCheckoutError {
    padding: 0.5rem;
    background: #fff;
    border: 2px dashed #E91E63;
    color: #E91E63;
    border-radius: 5px;
    margin-bottom: 0.5rem;
    text-align: center;
}

section.card-item.user.card-flag.additional-purchase-item.selected {
    color: #009688 !important;
    border-color: #009688 !important;
    border: solid;
}

.additional-purchase-message h2 {
    text-transform: uppercase;
    margin-top: 0.5rem;

}

.additional-purchase-item .card-texts h3 {
    font-size: 14px;
}

.dialog-container .dialog-content .action-text span {
    color: #055160;
    font-weight: 500;
}

.checkout-totals {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
    gap: 0.5rem;
}

.dialog-form-content form {
    color: #333;
}

.icon-loading-button {
    margin-left: 25px;
}

.icon-loading-button,
.icon-loading-button svg {
    height: 15px;
    width: 15px;
}

.icon-loading-button svg circle {
    stroke: #fff;
}

.change-cellphone {
    border: 1px solid gray;
    border-radius: 5px;
    color: gray;
    font-size: 14px;
    font-weight: 600;
    margin: 16px auto;
    padding: 8px 32px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.card-container {
    padding: 0;
}

.card-container .card-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.card-container .card-content .card-item {
    align-items: normal;
    background-color: var(--cardBackground);
    border-radius: 8px;
    box-shadow: 0 4px 3px #00000014;
    color: #333;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 5px;
    position: relative;
    width: 100%;
    gap: 3px;
}

.card-container .card-content .card-item:not(:last-child) {
    margin-bottom: 10px;
}

.card-container .card-content .card-item .card-image {
    background: #0000;
    border: 0;
    height: 110px;
    margin-right: 10px;
    overflow: hidden;
    padding: 0;
}

.card-container .card-content .card-item .card-image span {
    border-radius: 8px;
}

.card-container .card-content .card-item .card-texts {
    align-items: flex-start;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    gap: 1px;
    justify-content: flex-start;
}

.card-container .card-content .card-item .card-texts .blink-with-date {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.card-container .card-content .card-item .card-texts .blink-with-date .date-inline {
    align-items: center;
    bottom: 10px;
    color: #000000b3;
    display: flex;
    flex-direction: row;
    font-size: 11px;
    font-weight: 500;
    gap: 2px;
    justify-content: center;
    line-height: 1.2;
    position: absolute;
    right: 5px;
}

.card-container .card-content .card-item .card-texts .blink-with-date .date-inline svg {
    height: 15px;
    width: 15px;
}

.card-container .card-content .card-item .card-image.winner {
    align-items: center;
    background-color: var(--bodyBackground);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.card-container .card-content .card-item .card-texts h2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
}

.card-container .card-content .card-item .card-texts p {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 13px;
    line-height: normal;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

.card-container .card-content .card-item .card-texts p.winner-product {
    font-size: 13px;
}

.card-container .card-content .card-item.my-numbers-page {
    align-items: center;
}

.separate-cards {
    margin: 0 0 5px;
}

.winner-card .card-texts strong {
    font-size: 11.5px;
    font-weight: 600;
}

.winner-card .card-texts h2.winner-name {
    -webkit-line-clamp: 1 !important;
}

.card-container .card-content .first-card-item {
    flex-direction: column;
    padding: 0;
}

.card-container .card-content .first-card-item .card-texts h2 {
    max-width: 100%;
    font-weight: 600;
}

.card-container .card-content .first-card-item .card-image {
    height: 320px;
    margin: 0;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-container .card-content .first-card-item .card-image .swiper-wrapper {
    transform: none !important;
}

.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-backface-visibility: initial !important;
    backface-visibility: initial !important;
}

.card-container .card-content .first-card-item .card-image img {
    border-radius: 8px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    color: #0000;
    font-size: 0.01px;
    top: 0px !important;
}

.card-container .card-content .first-card-item .card-texts {
    padding: 10px;
    width: 100%;
    text-align: left;
}

.card-container .card-content .card-item.card-flag {
    position: relative;
}

.card-container .card-content .card-item.card-flag:after {
    color: var(--white);
    content: "next";
    font-family: swiper-icons;
    font-size: 13px;
    position: absolute;
    right: 8px;
}

.not-flag:after {
    content: "" !important;
}

.card-container .card-content .card-item.user .card-texts h2 {
    -webkit-line-clamp: 1 !important;
    font-size: 17px;
}

.card-container .card-content .card-item.user .card-texts h2.user_name {
    text-transform: capitalize;
}

.card-container .card-content .card-item.user .card-texts p input {
    background-color: initial;
    border: none;
    font-size: 18px;
    width: 100%;
}

.card-container .card-content .card-item.user .card-texts p.user_phone_input {
    margin-bottom: 0.2rem;
}

.card-container .card-content .card-item.user .card-texts p.user_phone_input input {
    font-size: 13px;
    margin-left: 0;
    padding-left: 0;
}

.swiper {
    height: 100%;
    width: 100%;
}

.swiper,
.swiper-slide {
    border-radius: 8px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.swiper-slide {
    align-items: center;
    display: flex;
    font-size: 18px;
    justify-content: center;
    text-align: center;
}

.swiper-slide img {
    width: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: var(--conradotech-primariaLinkHover) !important;
    font-size: 20px !important;
}

.raffle-win {
    height: 40px;
    overflow: hidden;
    position: relative;
    width: 40px;
}

.raffle-win img {
    border: none;
    border-radius: 50rem;
    box-sizing: border-box;
    display: block;
    height: 0;
    inset: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    padding: 0;
    position: absolute;
    width: 0;
}

.socialMediaButtons {
    bottom: 50%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: fixed;
    right: 15px;
    top: 50%;
    z-index: 9;
}

.socialMediaButtons a {
    align-items: center;
    border: none;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    gap: 5px;
    justify-content: center;
    padding: 5px 7px;
}

.socialMediaButtons a svg {
    height: 17px;
    width: 17px;
}

ul.public-ranking {
    margin-top: 20px;
}

ul.public-ranking li {
    grid-gap: 15px;
    align-items: center;
    display: grid;
    gap: 15px;
    grid-template-columns: 30px auto;
    margin: 25px 0;
}

ul.public-ranking li:last-child {
    margin-bottom: 0;
}

ul.public-ranking li .item-text {
    display: flex;
    justify-content: space-between;
}

ul.public-ranking li .item-icon {
    display: flex;
    justify-content: center;
}

/*
.progress {
    background-color: #e9ecef;
    border-radius: 0.25rem;
    display: flex;
    font-size: 0.75rem;
    height: 1rem;
    overflow: hidden;
    width: 100%;
}
*/

.progress {
    position: relative;
    height: 30px;
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #e9ecef;
    border-radius: 0.25rem;
    display: flex;
    font-size: 0.75rem;
    overflow: hidden;
    width: 100%;
}

.progress-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    height: 100%;
    padding: 5px;
    transition: width 0.6s ease;
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.fw-bold {
    font-weight: 600 !important;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 1rem 0;
    }
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, #ffffff26 25%, #0000 0, #0000 50%, #ffffff26 0, #ffffff26 75%, #0000 0, #0000);
    background-size: 1rem 1rem;
}

.progress-bar {
    background-color: #007bff;
    flex-direction: column;
    min-width: -webkit-max-content;
    min-width: max-content;
    text-align: center;
    transition: width 0.6s ease;
}

.percentage-text,
.progress-bar {
    color: #fff;
    display: flex;
    justify-content: center;
}

.percentage-text {
    align-items: center;
    flex-direction: row;
    font-size: 13px;
    font-weight: 600;
    height: 100%;
    padding: 0 5px;
    text-shadow: 0 0 13px #333;
}

.winners-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.winner-item {
    background-color: #fff;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 70px auto 50px;
}

.winner-item .card-user-image {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 5px;
}

.winner-item .card-user-image img {
    border-radius: 10px;
    height: 55px;
    width: 55px;
}

.winner-item .card-product-image {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 5px;
}

.winner-item .card-product-image img {
    border-radius: 100%;
    height: 40px;
    width: 40px;
}

.winner-item-information {
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
}

.winner-item-information h3 {
    font-weight: 600;
}

.winner-item-information p,
b {
    font-size: 0.9em;
    opacity: 0.88;
}

b {
    font-weight: 600;
}

.disabled-button {
    background-color: gray;
    cursor: not-allowed;
}

.spacer-awards {
    border: dashed #919eab3d;
    border-width: 0 0 thin;
    flex-shrink: 0;
    margin: 0;
}

.award-block {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 15px 0;
}

.award-block-winner-type {
    color: var(--textCard);
}

.award-winner {
    color: var(--bs-success);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.award-type {
    color: var(--gray);
    font-size: 11px;
}

.award-type span {
    font-size: 11px;
    font-weight: 600;
}

.award-number {
    border: 1px dashed #20202040;
    border-radius: 4px;
    color: #202020;
    font-family: monospace !important;
    font-size: 13px;
    padding: 5px 10px;
}

.award-number.bought {
    border: 1px dashed var(--bs-success);
    color: var(--bs-success);
}

.css-s6jlyw {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
    cursor: pointer;
}

.closeCheckout {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    font-size: 1.5rem;
    padding: 8px;
    border-radius: 50%;
    overflow: visible;
    color: rgba(0, 0, 0, 0.54);
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.closeCheckout:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media only screen and (min-width: 320px) and (max-width: 375px) {

    .manual-numbers {
        gap: 0.5rem;
    }

}

@media only screen and (min-width: 376px) and (max-width: 425px) {

    .manual-numbers {
        gap: 1.2rem;
    }

}

.promotion-description {
    padding: 15px;
    background: linear-gradient(to bottom, #f9f9f9, #e9e9e9);
    border-radius: 10px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 2rem;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 4px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0;
}

.promotion-description p {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #333;
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
}

.promotion-description p::before {
    content: '✔';
    font-size: 12px;
    color: #4caf50;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.promotion-banner {
    background-color: #4CAF50;
    /* Verde */
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

/* Estilos para a barra de rolagem */
.order-detail-item.numbers {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    max-height: 150px;
    overflow-y: auto;
    margin-top: 10px;
}

.order-detail-item.numbers span {
    display: inline-block;
    margin: 2px;
    padding: 5px 10px;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
}

.number-drawn {
    border: 1px solid #28a745;
    background-color: #28a745;
    color: white;
}

.number-not-drawn {
    border: 1px solid #6c757d;
    background-color: white;
    color: #6c757d;
}

.number-awarded {
    border: 1px solid #ffc107;
    background-color: #ffc107;
    color: white;
}

/* Estilos para a barra de rolagem */
.order-detail-item.numbers::-webkit-scrollbar {
    width: 12px;
}

.order-detail-item.numbers::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.order-detail-item.numbers::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.order-detail-item.numbers::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#awarded-shares-found-message {
    background-color: #f8f9fa;
    border: 2px dashed #009688;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#awarded-shares-found-message h2,
#awarded-shares-found-message span {
    color: #009688;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
}

#awarded-shares-found-message p {
    color: #212529;
    /* Texto em preto suave */
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

#awarded-shares-found-message .numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #007bff;
    /* Azul para os números */
}

#awarded-shares-found-message .order-detail-item {
    text-align: center;
    margin-top: 10px;
}

#awarded-shares-found-message .order-detail-item p {
    font-size: 16px;
    font-weight: bold;
    color: #343a40;
    /* Texto em cinza escuro */
}

#upsale-raffle {
    border: 2px dashed #009688;
    border-radius: 10px;
}

section.title-payment-upsale {
    margin-left: 0.5rem;
    margin-bottom: 0.4em;
    color: #057167;
}

.raffle-action-footer {
    background-color: var(--headerBackground);
    color: var(--cardBackground);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 -6px 14px rgba(0, 0, 0, 0.35) !important;
}

.max-w-xl {
    max-width: 480px;
}

.cart-items-wrapper {
    max-height: 560px;
    /* altura suficiente para mostrar ~2 cards completos */
    overflow-y: auto;
    scroll-behavior: smooth;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.page-raffle.active {
    margin-bottom: 12rem;
}

.user-winner {
    border-radius: 50%!important;
    width: 4rem!important;
    height: 4rem!important;
    border: 3px solid var(--bs-primary)!important;
    background: var(--bs-primary)!important;
}

/* Mobile: maior altura para caber mais scroll */
@media (max-width: 768px) {
    .cart-items-wrapper {
        max-height: 70vh;
    }
}
