#id_currency .form-check { display: inline; }

.custom-control-label {
    display: inline-block;
}

/* Ajustar el tamaño de la fuente para dispositivos móviles */
@media (max-width: 768px) { /* Pantallas pequeñas, como móviles */
    .custom-control-label {
        font-size: 0.8em; /* Reducir el tamaño de la fuente */
    }
 

    button#btnPay {
        margin-top: 15px;
    }

    section.py-5.bg-dark.thumb-list-gifcards {
        margin-top: 0px;
        padding-top: 0px !important;
    }

    h2.fw-bolder.mb-4.movil{
        padding-top: 10px;
    }
    main.pb-2.mx-1.movil {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    input#monto_solicitado {
        width: 100%;
    }
    select#amountSelect {
        color: #0bc18f;
        font-size: 19px !important;
        padding: 14px;
    }
    input#monto_solicitado {
        color: #0bc18f;
        font-size: 19px;
        padding: 14px;
    }

}
select#amountSelect {
    color: #0bc18f;
    font-size: 25px;
}
div#termsModal {
    color: black;
}
button#btnPay {
    margin-top: 10px;
}

input#monto_solicitado {
    color: #0bc18f;
    font-size: 25px;
}

.lista-imagenes img {
    max-width: 100px; /* Ajusta este valor según tus necesidades */
    max-height: 80px; /* Ajusta este valor según tus necesidades */
    height: auto; /* Mantiene la proporción */
}

.dash-button-1 { width: 4em; min-width: 4em; }
.dash-button-2 { width: 5em; min-width: 5em; }
.dash-button-3 { width: 6em; min-width: 6em; }
.dash-button-4 { width: 7em; min-width: 7em; }
.dash-button-5 { width: 9em; min-width: 9em; }
}

