.pf-textarea-customer-comment {
border: 1px solid black;
height: 80px;
}

.contact-form {
padding: 0px;
}

.pf-card-text {
color: black !important;
font-size: 16px !important;
}

.pf-button-approve {
   background-color: green;
display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.25em 2em;
    border: 0;
    border-radius: var(--button-corner-radius);
    font: inherit;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    letter-spacing: .05em;
    color: rgb(var(--button-foreground));
    transition: background-color .2s, color .2s, box-shadow .2s;
    text-transform: var(--button-text-transform);
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    line-height: 1;
    position: relative;
}

.pf-button-reject {
   background-color: red;
display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.25em 2em;
    border: 0;
    border-radius: var(--button-corner-radius);
    font: inherit;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    letter-spacing: .05em;
    color: rgb(var(--button-foreground));
    transition: background-color .2s, color .2s, box-shadow .2s;
    text-transform: var(--button-text-transform);
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    line-height: 1;
    position: relative;
}

.pf-btn-modal-ok {
   background-color: green;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.25em 2em;
    border: 0;
    border-radius: var(--button-corner-radius);
    font: inherit;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    letter-spacing: .05em;
    color: rgb(var(--button-foreground));
    transition: background-color .2s, color .2s, box-shadow .2s;
    text-transform: var(--button-text-transform);
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    line-height: 1;
    position: relative;
margin-bottom: 15px;
}
.pf-btn-modal-cancel {
    background-color: red;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.25em 2em;
    border: 0;
    border-radius: var(--button-corner-radius);
    font: inherit;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    letter-spacing: .05em;
    color: rgb(var(--button-foreground));
    transition: background-color .2s, color .2s, box-shadow .2s;
    text-transform: var(--button-text-transform);
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    line-height: 1;
    position: relative;
margin-bottom: 15px;
}

.pf-button-fileupload {
display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.25em 2em;
    border: 0;
    border-radius: var(--button-corner-radius);
    font: inherit;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    letter-spacing: .05em;
    background: rgb(var(--button-background) / var(--button-background-opacity, 1));
    color: rgb(var(--button-foreground));
    transition: background-color .2s, color .2s, box-shadow .2s;
    text-transform: var(--button-text-transform);
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    line-height: 1;
    position: relative;
    font-size: var(--size-text-sm);
}
