#buycred-checkout-page .checkout-body>img {
    width: 120px;
    border-radius: 9999px;
    border: 1px solid rgb(255 255 255 / 0.1) !important;
}

#buycred-checkout-page {
    flex: 1;
}

#buycred-checkout-page .checkout-header, #buycred-checkout-page hr {
    display: none;
}

#buycred-checkout-page .checkout-footer {
    display: flex;
    padding-top: 0.5rem !important;
}

#buycred-checkout-page #checkout-action-button {
    display: block;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color: var(--button_text);
    padding: 0.7rem;
    background-color: var(--button);
    border-radius: 9999px;
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}

#buycred-checkout-page table {
    margin: 0.7rem 0 0.5rem 0 !important;
}

#buycred-checkout-page thead {
    background: rgb(255 255 255 / 0.2);
    color: white !important;
}

#buycred-checkout-page tbody {
    color: white;
    font-weight: 400;
}

#buycred-checkout-page .cancel {
    border-top: 2px solid rgb(255 255 255 / 0.1);
    width: 100%;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    padding-top: 0.5rem;
}

#buycred-checkout-page .cancel a {
    display: block;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color: var(--button_text);
    padding: 0.7rem;
    background-color: rgb(255 255 255 / 0.2);
    border-radius: 9999px;
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px;
}

#buycred-checkout-page .checkout-order {
    background: rgb(255 255 255 / 0.2);
    min-width: 380px;
    padding: 2rem;
    border-radius: 0.375rem;
}

#buycred-checkout-page .checkout-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#buycred-checkout-page .checkout-body div {
    width: 100%;
}

#buycred-checkout-page #buycred-checkout-step2 span {
    font-weight: 700 !important;
    font-size: 18px !important;
}

#buycred-checkout-page #checkout-action-button:hover, #buycred-checkout-page .cancel a:hover {
    opacity: 0.5;
}

@media (max-width: 640px) {
    #buycred-checkout-page {
        padding: 0 !important;
        margin: 0 !important;
    }

    #buycred-checkout-page .checkout-order {
        border-radius: 0 !important;
    }
}

.myCRED-buy-form select {
    background: rgb(255 255 255 / 0.2) !important;
}