label#edit-cv--label {
    flex: 1;
}
.joblisting .spontaneous-application input {
    color: #fff!important;
}
.js-form-item-cv {
    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]"] {
    width: 100%!important;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}

.joblisting .spontaneous-application .uk-checkbox {
    width: 20px;
    height: 20px;
}
.js-form-item-consent {
    margin-left: 0!important;
}
.js-form-item-consent .description {
    color: #fff;
}
.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: #fff;
}
ul.messages__list li {
    color: #fff;
}
@media (max-width: 480px){

.js-form-item-consent .description {
    width: calc(100% - 50px);
    margin-top: -10px;
}
  
}