.careers .card {
    border-radius: 0;
    border-color: var(--color);
}
.careers .card-body {
    padding: 0.75rem;
}
.careers .post-content {
    padding-top: 0.5rem;
}
.careers .post-content p {
    margin-bottom: 0.5rem;
}
.careers .post-content p:last-child {
    margin-bottom: 0;
}
.application-form label {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 16px;
    letter-spacing: 0;
    color: var(--color);
    margin-bottom: 0.25rem;
}

.application-form label.custom-file-label {
    margin-bottom: 0;
    background: var(--color);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0;
}

.application-form label.custom-file-label::after {
    display: none;
}
.application-form textarea {
    border-radius: 0;
    height: 80px;
    resize: none;
    background: var(--input-bg);
    border: none;
}
.application-form textarea:focus,
.application-form textarea:active {
    background: var(--input-bg);
}
.application-form .applicationSubmitBtn {
    width: 100%;
    height: 36px;
    border-radius: 0;
    background: var(--color);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 16px;
    letter-spacing: 0;
}
.application-form .position-relative .arrow-down {
    position: absolute;
    top:0;
    bottom: 0;
    right: 10px;
    margin-block: auto;
}
.application-form select.form-control,
.application-form .custom-file{
    height: 36px !important;
}
.application-form .custom-file {
    margin-top: 0.35rem;
    margin-bottom: 0.5rem;
}
.application-form .custom-file-input {
    cursor: pointer;
}
.application-form .custom-file-input:focus~.custom-file-label {
    border: none;
    box-shadow: none;
    outline: none;
}
.application-form .file_name {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 16px;
    letter-spacing: 0;
    color: var(--color);
    background: var(--input-bg);
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.application-form .file_name .close-modal {
    cursor: pointer;
}