.careers_form {
    width: 100%;
    max-width: 1000px; 
    margin: 0 auto;
    padding: 40px; 
}

.careers_form label{
    color: black;
    font-weight: bold;
}

.column {
    flex: 1; 
    margin-right: 20px;
    margin-bottom: 20px;
}

.column:last-child {
    margin-right: 0;
}

input[type="text"], input[type="email"], input[type="tel"], select, textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(211, 211, 211, 0.341);
}

textarea {
    height: auto; 
    padding: 15px;
}

.row {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
    margin-bottom: 25px;
}

  
  label {
    display: block;
    margin-bottom: 10px; 
  }
  
.submit_application_button {
    min-width: 9rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.attach_cv_button, #file-chosen{
    color: black;
}

.custom-file-upload button {
    cursor: pointer;
}

#remove-file {
    color: rgba(0, 0, 0, 0.683);
    background:none;
    border: none;
    font-weight: bold;
    font-size: 20px;
}

#remove-file:hover {
    color: black;
}

.accepted_cv_description{
    margin-top: 0.5rem;
    color: rgba(0, 0, 0, 0.683);
}
