.wide-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 70px 20px 20px;
}

.job-section-wrapper {
    column-gap: 10%;
}

.job-section .file-input-container {
    border-radius: 10px;
    border: 1px solid #dee2e6 !important;
    background: #ffffff;
    height: 120px;
    padding: 0;
    border-radius: 20px;
}

.job-section #resume-input {
    height: 120px;
    border: none;
}

.job-section .file-wrapper {
    text-align: center;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    width: 100%;
    height: 100%;
}

.file-wrapper input {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    opacity: 0.0;
    height: 100%;
    width: 100%;
    text-transform: uppercase;
}

.file-wrapper span {
    font-size: 15px;
    font-weight: 500;
    color: #959595;
}

.job-section .sw-form .sw-button {
    margin-top: 100px;
    padding: 7px 30px;
}

:not(.progress)+nav {
    margin-top: 0;
}

.swi-input-wrapper {
    width: 100%;
}

.custom-file {
    height: fit-content;
}

#submitBtn {
    margin-top: 50px;
}

.job-description li p {
    display: inline;
}

.job-description h2 {
    font-size: 30px;
}

.swi-form {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 30px;
}

.swi-form input::placeholder {
    color: #B4B4B4;
}

.swi-form label {
    color: rgba(0, 0, 0, 0.50);
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 7px;
}

.swi-form input {
    border-radius: 20px;
    border: none !important;
}

.swi-form .field {
    border-radius: 20px;
}

.swi-form .swi-input-wrapper {
    margin-bottom: 20px !important;
}

.swi-form .field::before {
    display: none;
}

.swi-form ul li {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 15px;
}

.swi-form ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #7f1eff;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

.button:focus::after, .button:hover::after, .chip:focus::after, .chip:hover::after, .wave:focus::after, .wave:hover::after, button:focus::after, button:hover::after {
    display: none;
}

.button, button {
    box-shadow: none;
}

.field>.error, .field>.helper {
    position: static;
    transform: none;
}

@media screen and (max-width: 989px) {
    .job-section-wrapper {
        flex-direction: column;
        row-gap: 30px;
        padding: 20px;
    }
}