:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

.header {
    background: #ffffff;
}
.header {
    display: flex;
    width: 100%;
    padding: 144px 0 25px 0;
    padding-bottom: 25px;
    justify-content: center;
    align-items: center;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}


.header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 992px) {
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.header-img-section img {
    box-shadow: 0 0 18px #ffffff69;
}
.header-img-section img {
    width: 100%;
    height: auto;
    border-radius: 32px;
}

@media (min-width: 992px) {
    .offset-lg-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.header .header-title, .header .header-subtitle, .header pre, .header p {
    color: #000000;
}
.header-subtitle {
    font-size: 27px;
    font-weight: 800;
    line-height: 1.2;
    padding-bottom: 6px;
}

.progress-contain {
    width: 100%;
    height: 24px;
    position: relative;
    border-radius: 9px;
}

.progress-total {
    border: 4px ridge #000000c4;
    background: #ff4b6f0a;
}
.progress-total {
    width: 100%;
    height: 24px;
    background: transparent;
    border-radius: 8px;
    position: absolute;
}

.progress-actual {
    background-color: #ff4b6f;
    background: linear-gradient(to right, #ff4b6f6b, #ff4b6f);
    box-shadow: 0px 0px 10px 1px #0000009b;
    border-right: 2px solid #000000;
}
.progress-actual {
    width: 1px;
    height: 19px;
    background: #2c4f7c;
    border-radius: 8px;
    position: absolute;
    top: 2px;
    transition: all .6s ease;
}

.progress-percent.inner {
    /* color: #000000; */
    color: #EEE;
}
.progress-percent {
    position: absolute;
    left: 10%;
    top: 3px;
    font-size: 12px;
    font-weight: 700;
    margin-left: -40px;
    transition: all .8s ease;
}

.header .header-title, .header .header-subtitle, .header pre, .header p {
    color: #000000;
}
.header-title {
    font-weight: 900;
    font-size: 50px;
    line-height: 1;
    padding-bottom: 25px;
}
.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.header pre {
    font-weight: 700;
}
pre {
    font-family: 'Poppins', sans-serif;
    display: block;
    font-size: 17px;
    white-space: pre-wrap;
    font-weight: 600;
    margin-bottom: 0;
}

.pricing-section {
    display: flex;
    padding-top: 55px;
    padding-bottom: 55px;
    flex-wrap: wrap;
    position: relative;
}

.pricing-container {
    z-index: 2;
}
.pricing-container {
    background-color: transparent;
    z-index: 1;
}

.card {
    padding: 30px 50px; 
    margin: 0 auto;
    /* max-width: 1080px; */
    background: #fff;
    border-radius: 26px !important;
    box-sizing: border-box;
    box-shadow: 0px 24px 60px -1px rgba(37,44,54,0.14);
}
.card {
    border-radius: 16px;
    box-shadow: 0 0 18px #dedede;
    margin: 0.2rem 0 0.6rem 0;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card .container {
    max-width: 100%;
    margin: 32px auto;
}

.card-body {
    padding: 0;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card .card-body .payment-type, .card .card-body .payment-info {
    margin-bottom: 25px;
}

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

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2rem;
    }
}

row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.text-center {
    text-align: center !important;
}
.col {
    flex: 1 0 0%;
}

i.fa.fa-ticket.fixleft {
    left: 20px;
}
i.fa.fa-ticket.fixleft, i.fa.fa-ticket.fixright {
    position: absolute;
    top: 15px;
    font-size: 192px;
    opacity: .05;
}

i.fa.fa-ticket.fixright {
    right: 24px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
i.fa.fa-ticket.fixleft, i.fa.fa-ticket.fixright {
    position: absolute;
    top: 15px;
    font-size: 192px;
    opacity: .05;
}

.pricing-title h2 {
    font-weight: 900;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#containerBtnTickets > div > .col {
    flex-basis: inherit !important;
}

.quantity_multiplier h3 {
    background: #f7f7f7;
    width: fit-content;
    margin: 8px auto -7px;
    border-radius: 18px;
    font-weight: 800;
    font-size: 1em;
    text-transform: uppercase;
}

.quantity_multiplier h3 {
    font-weight: 800;
    font-size: 1em;
    text-transform: uppercase;
}

.quantity_multiplier h3 {
    background: #f7f7f7;
    width: fit-content;
    margin: 8px auto -7px;
    border-radius: 18px;
    font-weight: 800;
    font-size: 1em;
    text-transform: uppercase;
}

#containerBtnTickets > div > .col {
    flex-basis: inherit !important;
}

.plusminus.horiz {
    width: 166px;
    height: 44px;
    margin: 10px auto 0;
}
.plusminus {
    display: inline-block;
    position: relative;
    font-size: 0;
    border-radius: 3px;
    width: 44px;
    height: 132px;
}


.plusminus.horiz button:first-child {
    left: 0;
}
.plusminus button:first-child {
    bottom: 0;
}
.learn-more-btn, button, .plusminus button {
    color: #000000;
}
.learn-more-btn, .plusminus button, .btn-large, button.magic_button, #buttfixed, #containerSearch {
    box-shadow: 0 0 18px #ff4b6f4a;
}
.plusminus button {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    padding: 12px 12px !important;
    color: #fff;
    font-size: 30.8px;
    line-height: 1;
    font-family: bonds, sans-serif;
    cursor: pointer;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
body a, body button, .btn, #buttfixed {
    text-decoration: none;
    transition: all 0.5s ease;
    user-select: none;
}
.learn-more-btn, button {
    background-color: #ff4b6f;
}
.learn-more-btn, button {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    padding: 12px 36px !important;
    border-radius: 100px;
}

.plusminus button:first-child::before {
    content: "-";
    position: absolute;
    margin-top: -17px;
    margin-left: -5px;
}

.plusminus.horiz input[type="number"] {
    position: absolute;
    top: -4px;
    left: 44px;
    color: #000;
    border: 0;
    width: 80px;
    font-size: 32px;
    pointer-events: none;
}
input:not([type]), input[type="text"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="date"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="search"]:not(.browser-default), textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 15px;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

.monto-total-compra > h3 {
    font-size: 28px;
}
#datosBanco div > h3, .monto-total-compra > h3 {
    background: #f7f7f7;
    width: fit-content;
    margin: -4px auto -4px;
    padding: 3px 0 0 0;
    border-radius: 18px;
    font-size: 25px;
    font-weight: 700;
    max-width: 100%;
}

elemento {
}
* {
    -webkit-font-smoothing: antialiased;

    -moz-os-font-smoothing: grayscale;

    box-sizing: border-box;

}
*, ::after, ::before {
    box-sizing: border-box;

}
.monto-total-compra > h3 {
    font-size: 28px;

}
#datosBanco div > h3, .monto-total-compra > h3 {
    font-size: 25px;

    font-weight: 700;

}

.container_tickets_boxes {
    margin-top: 10px;
}

.p0 {
    padding: 0;
}

.card h6 {
    margin-bottom: 0;
    padding-bottom: 0;
}

div#containerSearch {
    display: inline-block;
    border-radius: 25px;
}
.learn-more-btn, .plusminus button, .btn-large, button.magic_button, #buttfixed, #containerSearch {
    box-shadow: 0 0 18px #ff4b6f4a;
}
.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

#containerSearch {
    box-shadow: 0 0 18px #ff4b6f4a;
}
button.magic_button {
    color: #ff4b6f;
}
button.magic_button, button.download-button {
    background: #fff;
    padding: 6px 11px !important;
    border: 0;
    font-size: 18px;
    border-radius: 25px;
    margin: 1px 1px;
    cursor: pointer;
}

input#inputSearchTicket {
    border: 0;
    padding: 2px 0 0 10px;
    height: 30px;
    margin: -1px 0 2px 0;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    box-shadow: none;
    width: 69px;
}

button#btnChooseRandomChips {
    border: 3px solid #ff4b6f;
}
.learn-more-btn, .plusminus button, .btn-large, button.magic_button, #buttfixed, #containerSearch {
    box-shadow: 0 0 18px #ff4b6f4a;
}
button.magic_button {
    color: #ff4b6f;
}
button.magic_button, button.download-button {
    background: #fff;
    padding: 6px 11px !important;
    border: 0;
    font-size: 18px;
    border-radius: 25px;
    margin: 1px 1px;
    cursor: pointer;
}

button.magic_button > small {
    font-size: 22px;
}
button.magic_button > small {
    font-weight: 800;
    display: inline-block;
    padding-bottom: 0;
    text-transform: uppercase;
}

.containtickets {
    margin-top: .5rem;
    padding: 0 !important;
    margin-bottom: 20px;
}

#pagingBox {
    max-height: 512px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 0;
    margin-left: -6px;
    margin-right: -6px;
}
#pagingBox {
    margin-bottom: 10px;
}

#pagingBox div.chip {
    cursor: pointer;
    font-weight: 700;
    user-select: none;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
body .chip {
    width: 60px;
}
.chip {
    display: inline-block;
    height: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #252525;
    line-height: 27px;
    padding: 2px 2px 2px;
    border-radius: 10px;
    background-color: #f6f6f6;
    margin-bottom: 3px;
    margin-right: 3px;
    position: relative;
}

#page_navigation {
    clear: both;
}

button.prev {
    padding: 2px 12px !important;
}
button.next, button.prev {
    width: 44px;
    height: 44px;
    margin: 0 5px;
}

.btn_view_selected {
    display: block;
    width: 38px;
    height: 38px;
    background: #ffffff;
    color: #343434;
    border-radius: 50%;
    line-height: 32px !important;
    margin: 5px auto 5px auto;
    cursor: pointer;
    font-size: 23px !important;
    box-shadow: 0px -6px 14px -6px #2a2a2a;
}

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

#container_select_to_fixed.fixed .cards_fixed {
    display: inline-block;
    margin-left: 5px;
}

.fixed .text_selected_ticket {
    display: none !important;
}
.textSelectOpportunities, .text_selected_ticket, .text_selected_ticket_bot, .total_ticket {
    display: block;
    font-size: 14px;
    color: #2c2c2c;
    font-weight: 900;
    margin-bottom: -4px;
}

strong#textSeleccionados {
    color: #008f15;
    background: #f7f7f7;
}
#msjNombre, .pricing-head h4, .clients-title, .contact-title, .pricing-title h2, .blog-title, .services-title, .contact-subtitle, strong#textSeleccionados, strong#total_amount {
    color: #008f15;
}
strong#textSeleccionados {
    font-size: 24px;
    font-weight: 800;
    padding: 0 15px;
    border-radius: 16px;
    min-width: 132px;
    position: relative;
    display: inline-block;
}

.fixed .text_selected_ticket_bot {
    display: block !important;
}
.textSelectOpportunities, .text_selected_ticket, .text_selected_ticket_bot, .total_ticket {
    display: block;
    font-size: 14px;
    color: #2c2c2c;
    font-weight: 900;
    margin-bottom: -4px;
}

#container_select_to_fixed.fixed .cards_fixed.containerContinue {
    display: inherit;
}
#container_select_to_fixed .cards_fixed.containerContinue {
    display: none;
}
#container_select_to_fixed.fixed .cards_fixed {
    display: inline-block;
    margin-left: 5px;
}

.textSelectOpportunities {
    margin-bottom: 0;
}
.textSelectOpportunities, .text_selected_ticket, .text_selected_ticket_bot, .total_ticket {
    display: block;
    font-size: 14px;
    color: #2c2c2c;
    font-weight: 900;
    margin-bottom: -4px;
}

.fixed #numeros_seleccionados {
    display: none;
}
#numeros_seleccionados {
    margin-top: 0;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 5px;
    padding-top: 5px;
}

.chip.unselected_number {
    font-weight: 700;
    background: #f7f7f7;
    width: 72px;
    user-select: none;
}

.fixed #btn_view_selected_bot {
    display: none !important;
}

#new-purchase label {
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: 10px;
}
.payment-type label.active {
    font-weight: 600;
}

label {
    font-weight: 600;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}

input#nombre, input#identification, input#celular, input#email, input#address, input#seller, input#custom_field, input#findPhone, input#notes {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    border-radius: 12px;
    border: 2px solid #eaeaea;
    padding: 0 10px;
    box-sizing: border-box;
}
input:not([type]), input[type="text"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="date"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="search"]:not(.browser-default), textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 15px;
    margin: 0 0 8px 0;
    margin-bottom: 8px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

select#location, select#custom_field, select#seller, select#country_code {
    border-radius: 12px;
    font-weight: 700;
    padding: 5px 8px !important;
    border: 2px solid #eaeaea;
    background: #fff;
}
select#country_code {
    width: 130px;
    text-align: center;
    font-size: 24px;
}

input#celular {
    width: -moz-calc(100% - 135px);
    width: -webkit-calc(100% - 135px);
    width: -o-calc(100% - 135px);
    width: calc(100% - 135px);
}

select#location, select#custom_field, select#seller {
    width: 100%;
    font-size: 22px;
}


.pricing-head h4 {
    font-size: 30px;
    font-weight: 800;
    margin: 25px 0 0 0;
}

.input-field.col.s6.m6 > h6, .input-field.col.col-lg-12.s12.m12 > h6 {
    color: #b5b5b5;
}

#container-payments {
    display: block !important;
    text-align: center;
}
.card .card-body .payment-type .types {
    margin: 25px 0 10px;
}

.card .card-body .payment-type .types .type {
    display: inline-block;
}
.card .card-body .payment-type .types .type {
    width: 81px;
    height: inherit;
    line-height: 0;
    position: relative;
    background: #fbfbfb;
    border: 2px solid #e8ebed;
    padding: 0px;
    margin: 6px;
    box-sizing: border-box;
    border-radius: 18px;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s ease;
}

.card .card-body .payment-type .types .type .logo {
    font-size: 48px;
    color: #8a959c;
}
.card .card-body .payment-type .types .type .logo, .card .card-body .payment-type .types .type p {
    transition: all 0.5s ease;
}

.card .card-body .payment-type .types .type img {
    border-radius: 14px;
    cursor: pointer;
    width: 100%;
    /* opacity: .18; */
    transition: all 0.5s ease;
}

div#datosBanco {
    padding: 0;
}

#datosBanco h6 {
    font-weight: 600;
}

.help-account {
    color: #cacaca;
}

#datosBanco span.nameAccountNumber, #datosBanco .interbankNumber > span, #datosBanco .titularBank > span {
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin-top: 8px;
}

#datosBanco div > h3, .monto-total-compra > h3 {
    background: #f7f7f7;
    width: fit-content;
    margin: -4px auto -4px;
    padding: 3px 0 0 0;
    border-radius: 18px;
    font-size: 25px;
    font-weight: 700;
    max-width: 100%;
}

#datosBanco button.magic_button {
    margin: 0;
}
.learn-more-btn, .plusminus button, .btn-large, button.magic_button, #buttfixed, #containerSearch {
    box-shadow: 0 0 18px #ff4b6f4a;
}
button.magic_button {
    color: #ff4b6f;
}
button.magic_button, button.download-button {
    background: #fff;
    padding: 6px 11px !important;
    border: 0;
    font-size: 18px;
    border-radius: 25px;
    margin: 1px 1px;
    cursor: pointer;
}


#priceConvert.pricefixed {
    position: fixed;
    top: 85px;
    right: 0;
    left: 0;
    box-shadow: 0 0 16px #8c8c8c;
    z-index: 9999999999;
}
#priceConvert {
    font-size: 20px;
    text-align: center;
    margin: auto;
    width: fit-content;
    min-width: 300px;
    border-radius: 12px;
    padding: 2px 12px;
    font-weight: 700;
    color: #ffffff;
    background-color: #4e4e4e;
    border: 2px solid #353535;
    height: 38px;
}

strong {
    font-weight: 700;
}

label.checkboxPayAfter {
    cursor: pointer;
    font-weight: 800;
    text-transform: uppercase;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

input#checkboxPayAfter, input#checkboxClientTermsConds {
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-left: -28px;
    margin-top: 0rem;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.elegirbanco {
    text-align: left;
}

div#formimage {
    border: 6px dotted #b5b5b5;
    padding: 10px 14px 20px;
    border-radius: 18px;
}

.file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px;
    position: absolute;
    top: 8px;
    left: 80px;
    width: 66%;
}

#containimagenVoucher {
    width: 100%;
    height: 118px;
    overflow: auto;
    text-align: center;
    border-radius: 18px;
}

label.labelPersonalData.form-check {
    display: inline-block;
}

#openModalUseData {
    line-height: 8px;
    margin-bottom: 12px;
}
a.link {
    color: #ff4b6f;
}

input#checkboxPayAfter, input#checkboxClientTermsConds {
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-left: -28px;
    margin-top: 0rem;
}

a#openModalTermsConds {
    font-weight: 700;
}

.termsGoogle {
    line-height: 1rem;
}

small.gray {
    color: #8f8f8f;
}

.offset-lg-0 {
    padding: 10px;
}

#detalles_premios {
    color: #0202a0;
    font-weight: bold;
}

.selected-chip{
    background: #c20c0c;
    color: #EEE;
}


.option-payment {
    /* Estado por defecto: transparente o atenuado */
    opacity: 0.6; /* Un valor entre 0 y 1, donde 1 es totalmente opaco */
    transition: opacity 0.3s ease-in-out, transform 0.2s ease-in-out; /* Transición suave para el efecto */
    cursor: pointer; /* Indica que es clickable */
    border: 2px solid transparent; /* Borde transparente por defecto */
    border-radius: 8px; /* Opcional: bordes redondeados */
    padding: 5px; /* Opcional: espacio interno */
}

.option-payment:hover {
    opacity: 0.8; /* Ligeramente menos transparente al pasar el ratón */
    transform: scale(1.02); /* Opcional: pequeño zoom al pasar el ratón */
}

.option-payment.selected {
    /* Estado seleccionado: totalmente opaco y con un borde distintivo */
    opacity: 1; /* Totalmente opaco */
    border-color: #007bff; /* Color del borde para indicar selección (ej. azul de Bootstrap) */
    box-shadow: 0 0 10px rgb(255, 0, 0);
    transform: scale(1.05); /* Ligeramente más grande al estar seleccionado */
}

/* Opcional: Si quieres que el logo dentro del div .option-payment también reaccione */
.option-payment .logo img {
    filter: grayscale(100%); /* Gris para no seleccionados */
    transition: filter 0.3s ease-in-out;
}

.option-payment.selected .logo img {
    filter: grayscale(0%); /* Color completo para el seleccionado */
}

#displaySelectedNumbers {
    color: #02029b;
    font-weight: bold;
}