:root {
    --primary-color: #00369C;
    --secondary-color: #3EC92B;
    --white-color: #fff;
    --black-color: #2C2A29;
    --sc-silver-color: #707070;
    --box-shadow: #00000029;
}

.payment_method_wcsistecredito {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.75em 0.65em 0.5em 0.65em !important;
    margin: 0;
    border-radius: 0.38em;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    color: red;
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
}

.payment_method_wcsistecredito>label:first-of-type img {
    max-height: 100%;
    max-width: 100%;
    float:none !important;
}

.payment_method_wcsistecredito label {
    display: flex !important;
    flex-direction: row;
    justify-content: left;
    align-items:center;
    /* width: fit-content; */
    padding-left: 1em;
    padding-right: 1em;
    text-indent: -9999px; 
}

.payment_method_wcsistecredito label::before {
    margin: 0 25% 0 0 !important;
}

.payment_method_wcsistecredito>div:first-of-type  {
    padding: 0;
    background-color: var(--white-color);
    box-shadow: none;
}

#wcsistecredito-cc-form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: var(--white-color);
    border-top: 1px solid silver !important;
    box-shadow: none;
    margin: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
}

#wcsistecredito-cc-form p {
    margin: 0;
}

#wcsistecredito-document-type {
    background: var(--white-color) 0 0 no-repeat padding-box;
    height: 2.5em;
    width: 100% !important;
    color: var(--black-color)!important;
    border: 1px solid var(--sc-silver-color) !important;
    border-radius: 0.38em !important;
    box-shadow: none !important;
    /* padding: 0 0.31em 0 0.31em !important; */
    opacity: 1;
    margin-bottom: 0 !important;
}

#wcsistecredito-document-type::-ms-expand {
    display: none;
}

/* #wcsistecredito-document-type>option {
    padding-top: 4px !important;
} */

#wcsistecredito-document-type>select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    padding: 5px !important;
}

#wcsistecredito-document-id {
    background: var(--white-color) 0 0 no-repeat padding-box;
    height: 2.5em;
    width: 100% !important;
    color: #d0d0d0 !important;
    border: 1px solid var(--sc-silver-color) !important;
    border-radius: 0.38em !important;
    box-shadow: none !important;
    padding: 0 0.31em 0 0.31em !important;
    opacity: 1;
}

/* .document-type-list>option::after {
    color: var(--secondary-color);
    padding: 0.3em !important;
} */

.input-text-sistecredito::placeholder {
    color: #d0d0d0;
}

.payment-button{
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    border-radius: 24px;
    outline: none;
    padding: 0.5rem 3.5rem;
}

.payment-button:hover{
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    color: var(--white-color);
}

button:focus {
    outline: none !important;
}

hr {
    display: none;
}

@media (max-width: 1230px) {
    #wcsistecredito-cc-form {
        flex-direction: column;
        justify-content:left;
    }

    .payment_method_wcsistecredito label::before {
        margin: 0 5% 0 0 !important;
    }

    .payment_method_wcsistecredito>fieldset>p:first-of-type {
        width: 100%;
    }

    .payment_method_wcsistecredito>fieldset>p:last-of-type {
        width: 100%;
    }

    #wcsistecredito-document-type {
        margin-bottom: 0.8em !important;
        width: 100% !important;
    }

    .payment_method_wcsistecredito>label:first-of-type img {
        /* max-height: 2.12em; */
        max-width: 100%;
        float:none !important;
    }
}