.custom_form_model.form_model .container-form .file{
background-color: transparent;
display: block;
    padding: 4px 16px;
    background-position: 2%;
border: solid 1px rgba(55,18,52,0.2);
}

.custom_form_model.form_model .custom-control-label{
width: 100%;
}
.custom_form_model.form_model .custom-control.checkbox {
margin-right: 0;
    margin: 16px 0;
}
.custom_form_model.form_model .webform-document-file .custom-switch .custom-control-label::after {
    top: calc(1.25rem + 2px);
}
.custom_form_model.form_model .webform-document-file .custom-switch .custom-control-label::before{
    top: 1.25rem;
}
.custom_form_model.form_model .webform-document-file  .btn-primary{
    background-color: #fff;
    border-color: #e85641;
    color: #e85641;
    line-height: 1.6;
    padding: 8px 48px;
position: relative;
}
.custom_form_model.form_model .webform-document-file .btn-primary:before{
content:"\f1f8";
font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    color: #e85641;
    position: absolute;
    top: 50%;
    left: 10px;
    background: none;
    transform: translateY(-50%);
}
.custom_form_model.form_model .webform-document-file{
flex: 1;
}