.accepted_cards-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5em;
}

.accepted_cards-wrapper span {
    width: fit-content;
    font-size: 0.8em;
}

.accepted_cards-wrapper img {
    height: 30px !important;
    width: auto;
    max-width: fit-content;

}

.gp_openpay_progress-wrapper {
    z-index: 12 !important;
    border: none !important;
    background: transparent !important;
}

.gp_openpay_progress-wrapper div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gp_openpay_progress-wrapper p {
    font-size: 0.8em;
}

.openpay-card-expire {
    display: flex;
    margin-bottom: 0;
}

.openpay-card-expire span {
    font-size: 1.5em;
    margin: 0 0.5em;
}

.msi_label {
    align-items: center !important;
    background: #00a650 !important;
    border-bottom-right-radius: 8px !important;
    display: flex;
    justify-content: center !important;
    margin-left: 10px !important;
    padding: 6px 8px 4px !important;
    width: fit-content;
}

.msi_label span {
    align-items: center !important;
    color: #fff !important;
    display: flex;
    font-family: Helvetica !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 11px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

.cuotas_label {
    align-items: center !important;
    background: orangered !important;
    border-bottom-right-radius: 8px !important;
    display: flex;
    justify-content: center !important;
    margin-left: 10px !important;
    padding: 6px 8px 4px !important;
    width: fit-content;
}

.cuotas_label span {
    align-items: center !important;
    color: #fff !important;
    display: flex;
    font-family: Helvetica !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 11px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

#respose_token-container {
    background-color: #b20000;
    color: white;
    padding: 0.5em 1em;
    font-weight: 600;
    margin: 1em;
}

.gp_openpay-card-input-cvc {
    background-image: url('https://gameplanet.com/wp-content/uploads/2022/12/card_cvc.svg') !important;
    background-repeat: no-repeat;
    background-position: right 0.618em center;
    background-size: 32px 20px;
}

.gp_openpay_icon_credit_cards {
    width: 155px;
    margin-bottom: 0.3em;
}

.gp_openpay_gateway_icon {
    display: flex;
    align-items: center;
    position: absolute;
    right: 15px;
    margin-top: -32px;
    z-index: 1;
}

#gp_openpay_total-monthly-payment {
    display: flex;
}

#gp_openpay_total-monthly-payment .openpay-total {
    margin-left: 10px;
}

li.payment_method_gp_openpay>label {
    display: inline-flex !important;
}

li.payment_method_gp_openpay>label div {
    margin-left: 10px;
}

@media only screen and (max-width: 410px) {
    li.payment_method_gp_openpay>label {
        display: inline !important;
    }
}

#openpay_month_interest_free option[disabled=""] {
    background-color: rgba(128, 128, 128, 0.1);
    color: rgba(0, 0, 0, 0.5);
}

.gp_openpay_next_promo {
    font-size: 0.8em;
    margin-bottom: 0.5em;
}

#gp_openpay_msi_plan_table_table_wrapper {
    margin-bottom: 10px;
}

.label_openpay_month_interest_free {
    display: inline-flex;
}


.label_openpay_pagos_fijos {
    display: inline-flex;
}

#openpay_pagos_fijos option[disabled=""] {
    background-color: rgba(128, 128, 128, 0.1);
    color: rgba(0, 0, 0, 0.5);
}

#openpay_pagos_fijos_warning {
    margin-top: 10px;
}

#gp_openpay_pagos_fijos_plan_table_table_wrapper {
    margin-bottom: 10px;
}

.openpay_promo_badge {
    font-size: 0.8em;
    font-weight: bold;
    color: white;
    border-radius: 30px;
    padding: 4px 8px;
}

.openpay_promo_badge.MSI {
    background-color: green;
}

.openpay_promo_badge.Pagos {
    background-color: orangered;
}