

/* Start:/local/templates/qupe/components/bitrix/form.result.new/.default/style.css?17654484231179*/

form [data-type="file"] input {
    display: none !important;
}
form [data-type="file"] .bx-input-file-desc {
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: var(--font_size);
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 19px 0 57px;
    transition: border-color .2s linear;
    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
form [data-type="file"] .bx-input-file-desc:before {
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    background: url(/local/templates/qupe/components/bitrix/form.result.new/.default/images/clip.svg) transparent no-repeat center center;
    background-size: 20px;
    position: absolute;
    left: 5px;
    top: 0;
}
form [data-type="file"] .bx-input-file-desc:empty:after {
    content: 'Прикрепить резюме';
    color: lightgray;
    display: block;
}
/* End */
/* /local/templates/qupe/components/bitrix/form.result.new/.default/style.css?17654484231179 */
