input#edit-actions-submit,
input.webform-button--submit.button.button--primary.js-form-submit.form-submit{
    padding: 0 20px;
}
.js-form-item-cv > label,
.js-form-item-motivationletter > label,
.js-form-item-otherdocument > label
{
    flex: 1;
}
.form-item-motivationletter {
    margin-top: 15px;
}
.js-form-item-cv,
.js-form-item-motivationletter,
.js-form-item-otherdocument
{
    display: flex;
}

.js-form-managed-file.form-managed-file{
    flex: 2;
    position: relative;
    margin-top: -10px;
}

.js-form-managed-file.form-managed-file  .file-upload-wrapper:after {
    content: 'Browse file';
    width: 100%;
    background-color: #fff;
    color: #002c6e;
    display: flex;
    text-align: center;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
}

.js-form-managed-file.form-managed-file .file-upload-wrapper:has(span):after{
    background-color: transparent;
    color: transparent;
}

input[name="files[cv]"],
input[name="files[motivationletter]"],
input[name="files[otherdocument]"]{
    width: 100%!important;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}

ul.messages__list li {
    color: #f00;
}
.job-details-info .uk-checkbox
{
    width: 20px;
    height: 20px;
}
.js-form-item-consent {
    margin-left: 0!important;
}


.js-form-managed-file.form-managed-file {
    color: #fff;
    margin-top: -10px;
    padding-left: 20px;
}

.js-form-managed-file.form-managed-file input {
    width: 100px;
}

.file-upload-wrapper span a {
    color: #002c6e;
}

label.error {
    color: #f00;
}
form .messages {
    display: block!important;
}
@media (max-width: 480px){

.js-form-item-consent .description {
    width: calc(100% - 50px);
    margin-top: -10px;
}
  
}