.vindi-pagamentos-document {
    margin: 10px 0;
    label {
        font-size: 14px;

        span {
            color: red;
            margin: 0 5px;
        }
    }

    .wc-vindi-customer-document {
        width: 100% !important;
        height: 35px;
        background-color: #fff;
        border: 1px solid #d9d9d9;

        &:focus {
            background-color: #fff;
        }
    }
}

.vindi-pagamentos-document-hidden {
    display: none !important;
}
