#apply-opportunity-modal .picture-edit__content {
    background-color: #1964B6;
    border-bottom: 1px solid #1964B6;
    padding: 20px 45px;
    color: #fff;
}

#apply-opportunity-modal .modal_body {
    position: relative;
    padding: 0px;
    background-color: #fff;
    text-align: left;
    color: #484848;
    border: none;
    border-radius: 4px;
    outline: 0;
}

#apply-opportunity-modal .modal_body .form-container {
    padding: 45px;
    padding-top: 20px;
}

#apply-opportunity-modal .modal_body .submit-status {
    padding: 45px;
}

.modal__title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 22px;
}

.picture-list__title, .cv-list__title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

#apply-opportunity-form input.form-control {
    height: 35px;
    font-size: 13px;
    border: 1px solid #dddddd;
    background-color: #F1F3F4;
}

#apply-opportunity-form label {
    text-align: left;
    margin: 10px 0;
    width: 100%;
    font-size: 16px;
    color: #23303f;
    font-weight: 400;
}

#apply-opportunity-form button.btn.dropdown-toggle {
    height: 35px;
    border: 1px solid #dddddd;
    background-color: #F1F3F4;
}

#apply-opportunity-form label .label-desc {
    display: block;
    font-size: 11px;
    color: #636c72 !important;
}

#apply-opportunity-form .back-step {
    color: #f58212 !important;
    position: relative;
    top: 5px;
    border-bottom: 1px solid;
}

#apply-opportunity-form .form-check {
    position: relative;
    display: inline-block;
    width: 50%;
}

#apply-opportunity-form .form-check label {
    margin: 0;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 4px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.txt-neut--light {
    color: #a6a6a6;
    margin-top: 15px;
    display: block;
}

#apply-opportunity-form .stepwizard-step button.active {
    background-color: #0064c0;
    color: #ffffff;
}

#apply-opportunity-form .stepwizard-row .stepwizard-step button {
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    padding-right: 0px;
    padding-left: 0;
    box-shadow: none;
    border: 0;
}

#apply-opportunity-form .btn.btn-default {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 rgba(119, 119, 119, .5);
    font-weight: normal;
    font-style: normal;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: rgb(128, 134, 139);
    /* background-color: rgb(232,234,237); */
    background-color: #F1F3F4;
    border-color: #f1f1f1;
}

@media (min-width: 768px) {
    .modal-wrap {
        min-width: 768px;
    }
}