.vendor-custom-form {
    padding-top: 8px;
}
.vendor-custom-form .vendor-chat-link {
    color: #0B1215!important;
    text-decoration: underline;
}
.vendor-custom-form .vendor-front-form {
    border: 1px solid #D7DBE4;
    border-radius: 2px;
    padding: 16px;
    background: #F5F7FA;
    margin-top: 24px;
}
.vendor-custom-form .vendor-front-form h3 {
    margin: 0 0 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
}
.vendor-custom-form .form-contacts-wrp {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 8px;
}
.vendor-custom-form .form-contacts-wrp .mail-contact {
    margin-right: 8px;
}
.vendor-custom-form input,
.vendor-custom-form textarea {
    border: 1px solid #D7DBE4!important;
    border-radius: 4px!important;
    background: #FFFFFF!important;
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 140%;
}
.vendor-custom-form input::placeholder,
.vendor-custom-form textarea::placeholder {
    color: #B7BBC3;
}
.vendor-custom-form input {
    padding: 12px 16px!important;
    height: 44px!important;
    width: 100%;
}
.vendor-custom-form .form-text-wrp {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}
.vendor-custom-form textarea {
    width: 100%;
    height: 80px;
    margin-bottom: 16px;
    padding: 10px 46px 10px 16px;
    z-index: 9;
}
.vendor-custom-form .attach-file {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: 25px;
    right: 5px;
    z-index: 8;
}
.vendor-custom-form .form-button-wrp {
    width: 100%;
    padding: 0;
    margin: 0;
}
.vendor-custom-form .vendor-form-btn {
    width: 100%;
}
.vendor-custom-form .vendor-form-svg {
    margin-right: 10px;
}