.apply_container {
    display: flex;
    padding: 100px 0;
}

.tab_container .steps {
    width: 100px;
}

.steps {
    width: 320px;
}

.steps a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.steps a.active {
}

.apply_container .tabs {
    position: relative;
    width: calc(100% - 320px);
}

.apply_container .tab {
    display: none;
    width: 100%;
    height: auto;
    background-color: #fff;
}


.apply_container .bootstrap-tagsinput input {
    max-width: 100% !important;
}


.apply_container .tab.active {
    display: block;
}

.apply_container .tab.activeTab {
    display: block;
    transform: translateY(0);
}

.steps {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 84px;
}

.steps a {
    margin-bottom: 46px;
    position: relative;
}

.steps a:after {
    position: absolute;
    left: 6px;
    width: 2px;
    background-color: #EDEDED;
    height: 65px;
    content: '';
    top: -47px;
}

.steps a:first-child:after {
    background-color: #2196F3;
    height: 33px;
    top: -15px;
}

.step_btn.active:after {
    background-color: #2196F3;
}

.step_btn.active .dot {
    background-color: #2196F3;
}

.step_btn.prev:after {
    background-color: #2196F3;
}

.step_btn.prev .dot {
    background-color: #2196F3;
    width: 33px;
    height: 33px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/check.svg);
    margin-left: -9px;
    transition: .3s ease;
}


.dot {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #EDEDED;
    transform: translateY(8px);
    border: 2px solid #fff;
    transition: .5s ease;
    z-index: 5;
}

.steps a:first-child .dot {
    background-color: #2196F3;
}

.step_btn {
    display: flex;
}

.step_detail {
    display: flex;
    flex-direction: column;
    margin-left: 23px;
}

.step_num {
    font-size: 14px;
    color: #808080;
    transform: translateY(-5px);
}

.step_name {
    font-size: 16px;
    color: #080808;
}

.apply_small_title {
    font-size: 20px;
    line-height: 27px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.apply_small_title:before {
    position: relative;
    width: 4px;
    height: 23px;
    content: '';
    background-color: #2196F3;
    margin-right: 17px;
}

.apply_form_box {
    padding: 32px 37px;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    position: relative;
}

.tab_control_buttons {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}

.tab_control_buttons button.next {
    width: 230px;
    height: 60px;
    background-color: #2196F3;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.submit_btn {
    width: 230px;
    height: 60px;
    background-color: #2196F3;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin-right: 29px;

}

.apply_container .submit_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.apply_container .chosen-container-single .chosen-single {
    width: 100%;
    font-family: 'Helvetica Neue', Arial, sans-serif !important;
    padding: 0 20px;
    height: 60px;
    border-radius: 6px !important;
    font-size: 16px;
    background-color: #F4F6F9 !important;
}

.apply_container .chosen-container-single .chosen-single span {
    font-weight: 400 !important;
}

.must_fill .chosen-container-single .chosen-single {
    border: 1px solid red !important;
}

.tab_control_buttons button.back {
    width: 100px;
    height: 60px;
    margin-left: 29px;
    background-color: #F4F6F9;
    color: #808080;
    font-size: 16px;
    border-radius: 6px;
}

.apply_forn_elements {
    display: flex;
    flex-wrap: wrap;
    margin-left: -36px;
    margin-right: -36px;

}

.element-box {
    padding-left: 36px;
    padding-right: 36px;
    margin-bottom: 40px;
}

.element-box.with-label {
    display: flex;
    flex-direction: column;
}

.element-box.with-label span.input-label {
    font-size: 16px;
    margin-bottom: 16px;
}


.element-box.w100 {
    width: 100%;
}

.element-box.w50 {
    width: 50%;
}

.type_inp {
    width: 100%;
    padding: 0 20px;
    height: 60px;
    border-radius: 6px;
    font-size: 16px;
    background-color: #F4F6F9;
}

.type_select {
    width: 100%;
    padding: 0 20px;
    height: 60px;
    border-radius: 6px;
    font-size: 16px;
    background-position: center right 20px;
    background-repeat: no-repeat;
    background-image: url(images/select.svg);
    background-color: #F4F6F9;
}

.type_select option {
    color: #000;
}

.type_select.select_info_title {
    color: #808080;
}

.checkbox_label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.checkbox_label input {
    width: 24px;
    height: 24px;
    border: 1px solid #2196F3;
    border-radius: 6px;
    margin-right: 9px;
}

.checkbox_label p {
    font-size: 16px;
}

.checkbox_label input:checked {
    background-color: #2196F3;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/check.svg);
}

.another_details_container-box {
    display: none;
}

.experience_check {
    margin-bottom: 40px;
}

.element-box.with-label.element_groups {
    display: flex;
    padding-left: 4px;
    padding-right: 4px;
    flex-direction: row;
    align-items: center;
}

.element-box.small_date {
    width: 202px;

}

.element-box.with-label.element_groups > div {
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 0;
}

.hidden-label {
    opacity: 0;
    pointer-events: none;
}

.element-box textarea {
    width: 100%;
    padding: 20px;
    height: 124px;
    border-radius: 6px;
    font-size: 16px;
    background-color: #F4F6F9;
    resize: none;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.addable_form_box {
    position: relative;
    padding-right: 130px;
}

.delete_added_box {
    position: absolute;
    right: 32px;
    cursor: pointer;
    background-color: transparent;
    width: 20px;
    height: 24px;
    top: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/del.svg);
}

.delete_appended_block {
    position: absolute;
    right: 32px;
    cursor: pointer;
    background-color: transparent;
    width: 20px;
    height: 24px;
    top: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/del.svg);
}

.plus_icon {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-image: url(images/plus.svg);
}

.btn_with_plus button {
    display: flex;
    background-color: transparent;
    cursor: pointer;
    align-items: center;
    margin-top: 25px;
    font-size: 20px;
}

.btn_with_plus p {
    color: #080808 !important;
}

.btn_with_plus button i {
    margin-right: 13px;
}


.addable_form_box .apply_forn_elements {
    margin-left: -19px;
    margin-right: -19px;
}


.addable_form_box .element-box {
    padding-left: 19px;
    padding-right: 19px;
}

@media (min-width: 1200px) {
    .checkbox_label p {
        white-space: nowrap;
    }
}

.file_upload_inputbox {
    width: 100%;
    height: 102px;
    border: 1px solid #EDEDED;
    border-radius: 14px;
    overflow: hidden;
    background-color: #F4F6F9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file_upload_inputbox input {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    top: 0;
    z-index: 5;
    opacity: 0;
}

.upload_icon {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/upload_ico.svg);
    margin-right: 9px;
}

.uploaded_file_name {
    display: flex;
    align-items: center;
}

.uploaded_file_name p {
    font-size: 25px;
}

.delete_uploaded_file {
    position: absolute;
    right: 32px;
    cursor: pointer;
    background-color: transparent;
    width: 20px;
    height: 24px;
    top: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/del.svg);
    z-index: 10;
}

.another_infos_tab .tab_control_buttons button.back {
    margin-left: 0;
}

.another_infos_tab .tab_inner .btn_with_plus:first-child button {
    margin-top: 0;
}

.date_arrange {
    display: flex;
    margin-left: -19px;
    margin-right: -19px;
}

.date_arrange > div {
    margin-bottom: 0;
}

.appended_form {
    margin-top: 25px;
}

.image_input {
    width: 166px;
    height: 166px;
    background-color: #F4F6F9;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image_input input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
}

.image_input img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.uploaded_image_label {
    display: flex;
    align-items: center;
}

.uploaded_image_label .upload_icon {
    width: 21px;
    height: 21px;
    margin-right: 7px;
    background-size: 21px;
}

.uploaded_image_label p {
    font-size: 17px;
}


.night_mode .apply_container .bootstrap-tagsinput input {
    background-color: #003075 !important;
    color: #fff !important;
}

.another_details_container-box.added {
    margin-top: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #EDEDED;
}

.skills_info {
    margin-top: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #EDEDED;
}

.apply_container .skills_info .label-info {
    padding: 14px 22px;
    display: inline-flex;
    align-items: center;
    padding-right: 80px;
    width: fit-content;
    border-radius: 14px;
    line-height: 16px;
    background-color: #F4F6F9 !important;
    font-size: 16px;
    color: #202020 !important;
    position: relative;
    margin-top: 10px;
}

.apply_container .skills_info .label-info span[data-role=remove]:after {
    content: none;
}

.apply_container .skills_info .label-info span[data-role=remove] {
    position: absolute;
    right: 0;
    width: 40px;
    height: 100%;
    border-left: 1px solid #EDEDED;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/label_delete.svg);
}

.apply_container .bootstrap-tagsinput {
    position: relative !important;
    padding: 0 !important;
    padding-top: 62px !important;
    border: 0 !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.apply_container .bootstrap-tagsinput input {
    width: 100% !important;
    padding: 0 20px !important;
    height: 60px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    background-color: #F4F6F9 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.drive_lisences {
    display: flex;
    flex-direction: row !important;
}

.drive_lisences label {
    margin-right: 30px;
}

.drive_lisences {
    margin-bottom: 25px;
}

/* .another_details_container .apply_small_title{
    display: none;
}

.another_details_container .btn_with_plus{
    display: none;
} */

.another_details_container-box .apply_small_title {
    display: none;
}

.another_details_container-box .btn_with_plus {
    display: none;
}

.another_details_container-box.added .apply_small_title {
    display: flex;
}

.another_details_container-box.added .btn_with_plus {
    display: flex;
}

.skills_info .apply_form_box {
    padding: 0;
    border: 0;
}

.lisence_info .apply_form_box {
    padding: 0;
    border: 0;
}

.another_info .apply_form_box {
    padding: 0;
    border: 0;
}

.another_details_container-box.added .apply_form_box {
    padding: 32px 37px;
    border: 1px solid #EDEDED;
}

.btn_with_plus button.disable {
    pointer-events: none;
    cursor: pointer;
}

.must_fill .req_inp {
    border: 1px solid red;
}

.must_fill .chosen-single {
    border: 1px solid red;
}


.skills_info {
    display: none;
}

.skills_info .apply_form_box {
    padding: 32px 37px;
    border: 1px solid #EDEDED;
}

.skills_info .apply_small_title {
    display: flex;
}

.checkbox_label input {
    flex: none;
}

@media (max-width: 1200px) {
    .step_detail {
        display: none;
    }

    .steps {
        width: 60px;
        align-items: center;
    }

    .apply_container .tabs {
        width: calc(100% - 60px);
    }

}

@media (max-width: 991px) {
    .apply_form_box {
        padding: 24px;
    }

    .element-box {
        padding-left: 10px;
        padding-right: 10px;
    }

    .apply_forn_elements {
        margin-right: -10px;
        margin-left: -10px;
    }

    .element-box {
        margin-bottom: 25px;
    }

    .type_inp,
    .type_select {
        height: 50px;
        border-radius: 6px;
    }

    .addable_form_box .element-box {
        padding-left: 10px;
        padding-right: 10px;
    }

    .element-box.small_date {
        width: 170px;
    }

    .date_arrange {
        margin-left: -17px;
        margin-right: -17px;
    }

    .uploaded_file_name p {
        font-size: 17px;
    }

    .upload_icon {
        width: 24px;
        height: 24px;
        background-size: contain;
    }

    .drive_lisences label {
        margin-bottom: 10px;
    }

    .drive_lisences {
        max-width: 80%;
        flex-wrap: wrap;
    }

    .delete_appended_block,
    .delete_uploaded_file {
        right: 16px;
        top: 16px;
    }

    .step_btn.prev .dot {
        margin-left: 0;
        flex: none;
    }

    .steps a {
        width: 24px;
    }

    .steps a:after {
        left: 10px;
    }
}

@media (max-width: 768px) {
    .date_arrange {
        width: 100%;
    }

    .hidden-label {
        margin-bottom: 0 !important;
    }

    .element-box.small_date {
        width: 50%;
    }

    .element_groups {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .date_arrange {
        padding: 0 !important;
        margin-left: -2px;
        margin-right: -2px;
    }

    .element-box.small_date {
        padding: 0 10px;
        width: 50%;
    }

    .type_inp::placeholder {
        color: #808080;
    }

    .apply_container .bootstrap-tagsinput input::placeholder {
        color: #808080 !important;
    }

    .apply_container textarea::placeholder {
        color: #808080;
    }

    .tab_control_buttons button.next {
        height: 50px;
        width: 170px;
    }

    .tab_control_buttons button.back {
        height: 50px;
        margin-left: 12px;
    }

    .element-box.with-label.element_groups > div {
        padding-left: 8px;
    }

    .checkbox_label input {
        width: 16px;
        height: 16px;
        border-radius: 3px;
    }

    .delete_added_box {
        right: 13px;
        top: 10px;
    }

    .submit_btn {
        height: 50px;
        margin-right: 12px;
    }


}

@media (max-width: 567px) {
    .element-box.w50 {
        width: 100%;
    }

    .apply_container .skills_info .label-info {
        padding: 10px 15px;
        display: inline-flex;
        align-items: center;
        padding-right: 50px;
        width: fit-content;
        border-radius: 6px;
        line-height: 16px;
        background-color: #F4F6F9 !important;
        font-size: 14px;
        color: #202020 !important;
        position: relative;
        margin-top: 10px;
    }

    .apply_container .bootstrap-tagsinput {
        margin-bottom: 16px !important;
    }

    .btn_with_plus button i {
        margin-right: 8px;
    }

    .apply_forn_elements .element-box:last-child {
        margin-bottom: 0 !important;
    }

    .btn_with_plus button {
        font-size: 16px;
    }

    .plus_icon {
        width: 20px;
        height: 20px;
        background-size: contain;
    }

    .empty-row {
        display: none !important;
    }

    .steps a:last-child {
        margin-right: 0;
    }

    .apply_container .tabs {
        width: 100%;
    }

    .apply_container {
        flex-direction: column-reverse;
    }

    .tabs {
        width: 100%;
    }

    .steps a {
        margin-right: 31px;
        margin-bottom: 0;
    }

    .steps a:after {
        width: 40px;
        height: 2px !important;
        left: 20px;
        top: 14px !important;
    }

    .steps a:last-child:after {
        content: none;
    }

    .step_btn.prev .dot {
        margin-top: -20px;
        transform: translateY(17px);
    }

    .steps a:first-child:after {
        background-color: #EDEDED;
    }

    .step_btn.active:after {
        background-color: #EDEDED;
    }

    .step_btn.prev:after {
        background-color: #2196F3 !important;
    }

    .steps {
        width: 100%;
        padding-left: 0;
        flex-direction: row;
        margin-bottom: 60px;
    }

    .apply_container {
        padding: 40px 0;
    }

    .apply_forn_elements .element-box.mb-0 {
        margin-bottom: 25px !important;
    }

    .apply_forn_elements .element-box.mb-0:last-child {
        margin-bottom: 0 !important;
    }

    .skills_info .apply_form_box {
        padding: 32px 28px;
        border: 1px solid #EDEDED;
        padding-bottom: 0px;
    }

    .another_details_container-box.added .apply_form_box {
        padding: 32px 28px;
        border: 1px solid #EDEDED;
        padding-bottom: 16px;
    }


    .another_details_container-box.added {
        margin-top: 24px;
        padding-bottom: 25px;
        border-bottom: 1px solid #EDEDED;
    }

    .skills_info {
        margin-top: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #EDEDED;
    }
}

.gender-select .chosen-search {
    display: none;
}

.night_mode .apply_container .tab {
    background-color: #081833;
}

.night_mode .chosen-container .chosen-results li.no-results {
    background-color: #081833;
}

.night_mode .type_inp,
.night_mode .image_input,
.night_mode .element-box textarea {
    background-color: #003075;
    color: #fff;
}


.night_mode .flatpickr-months .flatpickr-prev-month svg path,
.night_mode .flatpickr-months .flatpickr-next-month svg path {
    fill: #fff !important;
}

.night_mode .flatpickr-calendar {
    background-color: #003075;
}

.night_mode .flatpickr-monthDropdown-months option {
    color: #000;
}

.night_mode .flatpickr-day.inRange, .night_mode .flatpickr-day.prevMonthDay.inRange, .night_mode .flatpickr-day.nextMonthDay.inRange, .night_mode .flatpickr-day.today.inRange, .night_mode .flatpickr-day.prevMonthDay.today.inRange, .night_mode .flatpickr-day.nextMonthDay.today.inRange, .night_mode .flatpickr-day:hover, .night_mode .flatpickr-day.prevMonthDay:hover, .night_mode .flatpickr-day.nextMonthDay:hover, .night_mode .flatpickr-day:focus, .night_mode .flatpickr-day.prevMonthDay:focus, .night_mode .flatpickr-day.nextMonthDay:focus {
    background: #081833;
}

.night_mode .file_upload_inputbox {
    background-color: #003075;
}

.night_mode .type_select {
    background-color: #003075;
    background-image: url(images/down-white.svg);
}

.night_mode .type_select option {
    color: #fff;
}

.night_mode .apply_container .chosen-container-single .chosen-single {
    background-color: #003075 !important;
    color: #fff !important;
}

.night_mode .upload_icon,
.night_mode .delete_uploaded_file,
.night_mode .delete_appended_block,
.night_mode .delete_added_box {
    filter: invert(1);
}

.night_mode .chosen-container-single .chosen-search input[type="text"] {
    color: #fff !important;
}

.night_mode .uploaded_image_label .upload_icon {
    filter: invert(1);
}

.night_mode .chosen-single:after {
    filter: invert(1);
}