﻿hr {
    margin: 0px 0px 30px 0px;
    border-top: 3px solid #ddd;
}

.careers_at_wexler color {
    color: #1395ea;
}

.wrapper {
    display: flex;
    padding-bottom: 30px;
    flex-wrap: nowrap;
    align-items: end;
}

.vert-col img {
    width: 100%;
    height: auto;
    display: block;
}

.image_core {
    margin-bottom: 5px;
}

.career__buttons {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    gap: 10px;
    margin-left: 45px;
}

.img-responsive-career {
    display: block;
    max-width: 150px;
    height: auto;
}

/*TAB CONTENT STYLE*/

.tab {
    overflow: hidden;
    margin-left: -15px;
    width: 40rem;
    border-radius: 25px 25px 0px 0px;
    background-color: #9a999d;
    position: sticky;
    z-index: 1000;
}

    /* Style the buttons inside the tab */
    .tab > .button_employment {
        background-color: inherit;
        float: left;
        border-radius: 25px 25px 0px 0px;
        border: none;
        color: #fff;
        background-color: #0f76bb;
        outline: none;
        cursor: pointer;
        padding: 0px 42px;
        transition: 0.7s;
    }

        /* Change background color of buttons on hover */
        .tab > .button_employment:hover {
            background-color: #0d66a2;
            left: 15px;
        }

        /* Create an active/current tablink class */
        .tab > .button_employment.active {
            background-color: #0f76bb;
            padding: 0px 75px;
        }

    .tab > .button_internship {
        background-color: inherit;
        float: right;
        border-radius: 25px 25px 0px 0px;
        border: none;
        color: #fff;
        outline: none;
        cursor: pointer;
        padding: 0px 42px;
        transition: 0.7s;
    }

        /* Change background color of buttons on hover */
        .tab > .button_internship:hover {
            background-color: #7d7b84;
            left: 15px;
        }

        /* Create an active/current tablink class */
        .tab > .button_internship.active {
            background-color: #9a999d;
            padding: 0px 75px;
        }
/* Style the tab content */
.tabcontent {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    color: #fff;
    position: relative;
    z-index: 1000;
    transition: background-color all 2s;
}
    .tabcontent h3 {
        color: #fff;
    }
    .tabcontent > .col-md-6 {
        border-radius: 0px 25px 25px;
    }

.int_bgc {
    background-color: #9a999d;
    min-height: 400px;
    z-index: 1000;
}

.emp_bgc {
    background-color: #0f76bb;
    min-height: 400px;
    z-index: 1000;
}
    .emp_bgc h3, .int_bgc h3, .job_name {
        padding-top: 30px;
        border-bottom: 3px solid #fff;
    }

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.job_title {
    background-color: #cfd1d0;
    display: none;
    min-height: 400px;
    right: 40px;
    padding: 25px;
    color: #000;
}

.job_list {
    margin: 0;
    padding: 0px 25px 0px 25px;
    font-size: 14px;
}

.vacancies li {
    cursor: pointer;
    margin: -5px 0;
    font-size: 13px;
}
.vacancies_more {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.job_description {
    padding: 0px 15px 0px 0px;
    word-wrap: break-word;
    font-size: 12px;
    text-align: justify;
    margin-left: 45px;
    overflow-x: hidden;
    line-height: 1.5;
}
.test {
    max-height: 350px;
    padding-right: 10px;
    padding-top: 5px;
    overflow-y: auto;
}

.test::-webkit-scrollbar {
    width: 10px;
    left: -100px;
}

.test::-webkit-scrollbar {
    background-color: #fff;
    border-radius: 100px;
}

.test::-webkit-scrollbar-thumb {
    background-color: #a7a9ac;
    border-radius: 100px;
}

.categoriesCarousel .slick-arrow::before, .new-carousel .slick-arrow::before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 50px;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1c75bc;
    display: inline-block;
    width: 50px;
    height: 50px;
}
.your-class {
    padding: 25px;
}
.your-class > .slick-prev::before {
    font-family: 'FontAwesome';
    content: '\f104';
    color: #000;
    font-size: 60px;
    margin-left: 15px;
    opacity: 0.55;
    line-height: 0;
}

.your-class > .slick-next::before {
    font-family: 'FontAwesome';
    content: '\f105';
    color: #000;
    margin-right: 15px;
    font-size: 60px;
    opacity: 0.55;
    line-height: 0;
}

.slick-slide {
    padding: 0 8px;
    box-sizing: border-box;
}

.slide_career_div {
    text-align: center;
    border-radius: 40px;
    max-height: 400px;
    height: 250px;
}

.slide_career_div p {
    line-height: 20px;
}
    .slide_career_div h3 {
        margin-bottom: 0px;
        font-size: 20px;
        padding: 5px;
    }

.job_slide {
    font-size: 10px;
}

.desc_slide {
    font-size: 11px;
    line-height: 20px;
}

.bg_p_black {
    color: #000;
}

.bg_p_white {
    color: #fff;
}

.bgc_blue {
    background-color: #0f76bb !important;
}
.bgc_gray {
    background-color: #cfd1d0 !important;
}

.submit_button button, .share_div button {
    border-radius: 25px;
    border: none;
    color: #fff;
    background-color: #9a999d;
    width: 230px;
}
.career_photo_date {
    background-color: #cfd1d0;
    border-radius: 25px 25px 0px 0px;
    width: 40rem;
}
    .career_photo_date p {
        color: #fff;
        margin: 0;
        text-align-last: center;
    }
.photo-container {
    background-color: #cfd1d0;
    border-radius: 25px 25px 0px 0px
}
.fun_photo_slide {    
    padding-top: 10px;
    margin-left: 200px;
    margin-right: 200px;
    max-height: auto;
}
@media (max-width: 1200px) {
    .fun_photo_slide {
        margin-left: 8vw; /* 8% of the viewport width */
        margin-right: 8vw; /* 8% of the viewport width */
    }
}

@media (max-width: 768px) {
    .fun_photo_slide {
        margin-left: 8vw; 
        margin-right: 8vw;
    }
}

/*@media (max-width: 576px) {
    .fun_photo_slide {
        margin-left: 2vw;*/ /* 2% of the viewport width */
        /*margin-right: 2vw;*/ /* 2% of the viewport width */
    /*}
}*/
.fun_photo_slide > .slick-prev::before {
    font-family: 'FontAwesome';
    content: '\f104';
    color: #fff;
    font-size: 60px;
    line-height: 0.4;
}

.fun_photo_slide > .slick-next::before {
    font-family: 'FontAwesome';
    content: '\f105';
    color: #fff;
    font-size: 60px;
    line-height: 0.4;
}

.photo-main-col {
    overflow: hidden;
    margin: 0px;
    background-size: cover;
    background-position-y: center;
    border-radius: 0px 0px 25px 25px;
    background-image: url(/images/Wexler_W_Logo_B_NoF.webp);
}

.photo-image-bg {
    border-radius: 15px;
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    background: rgb(50 50 50 / 80%);
    justify-content: center;
    flex-direction: column;
}

.image-content {
    width: fit-content;
    display: block;
    object-fit: cover;
    max-width: 100%;
    height: inherit;
    margin-left: auto;
    margin-right: auto
}

.scroll-photo {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 20px;
    overflow-y: auto;
}

.vertical-photo-col {
    height: 420px;
    padding: 10px;
}
.vert-col {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    height: 80px;
    overflow: hidden;
    padding: 0px 10px;
}

.scroll-photo::-webkit-scrollbar {
    width: 10px;
    left: -100px;
}

.scroll-photo::-webkit-scrollbar {
    background-color: #fff;
    border-radius: 100px;
}

.scroll-photo::-webkit-scrollbar-thumb {
    background-color: #a7a9ac;
    border-radius: 100px;
}
.black_bg {
    height: 88px;
    overflow: hidden;
    background-color: #000;
    cursor: pointer !important;
}
.bottom-left-date {
    margin-top: -10px;
}
@media (max-width: 420px) {
    /*.photo-container {
        height: 70px;
    }*/
    .fun_photo_slide {
        height: 100%;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    /*.black_bg {
        height: 55px !important;
    }*/
    .vert-col {
        height: 105px !important;
    }
    .bottom-left-head {
        font-size: 18px;
    }

    .bottom-left-text {
        font-size: 12px;
    }

    .bottom-left-date {
        font-size: 12px !important;
    }
    .scroll-photo {
        padding: 0px 20px;
    }
}

.photo-row {
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px;
}
    .photo-row .vert-col {
        padding: 0px 10px;
        margin-bottom: 10px;
    }

.modal-open {
    padding: 0 !important;
    overflow-y: visible !important;
}

.form-photo{
    margin-bottom: 15px;
}

.pgr {
    margin: 0px !important;
    padding: 9px;
}

.apply_p {
    position: absolute;
    background-color: #cfd1d0;
    color: #000;
    width: 170px;
    margin: 0px;
    border-radius: 20px;
    height: 30px;
    padding: 3px;
    text-align: center;
}

.apply_input {
    height: 30px !important;
    box-shadow: 4px 4px 10px 0px;
    border-radius: 20px !important;
    border: 3px solid #cfd1d0 !important;
    padding-left: 170px !important;
}

.modal-header {
    border-bottom: none !important;
}

.modal-footer {
    border-top: none !important;
}

.file_p {
    padding: 0px 10px;
    margin: 0;
    float: right;
    color: #000;
    margin: -3px;
    height: 9px;
    font-size: 10px;
    text-align: right;
}
.form-photo pgr {
    padding: 0px 9px;
}
.div_error {
    justify-content: space-between;
}
.file_p_error {
    color: red;
    font-weight: 600;
}
.formphoto_label {
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding: 0px 20px;
}
.contact-method-wrapper {
    padding-left: 30px;
    display: flex;
}
.contact-method_email-wrapper, .contact-method_phone-wrapper {
    padding: 10px 20px;
}
#request_fCheckEmail, #request_fCheckPhone {
    width: 40px;
    height: 20px;
}
.careersRow-button .g-recaptcha {
    position: relative;
    z-index: 1500;
    display: flex;
}
.contact-method_email-wrapper label, .contact-method_phone-wrapper label {
    vertical-align: bottom;
    color: #fff;
}
#applyCareer input[type=file] {
    max-width: 100%;
    color: #444;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #555;
}
    #applyCareer input[type=file]::file-selector-button {
        visibility: hidden;
        float: right;
    }

.request-has-error {
    border: 3px solid #d9534f !important;
}

#CareerSubmit {
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-radius: 31px;
    border-color: #fff;
    margin: 0 auto;
    display: block;
    color: #0f76bb;
    background-color: #fff;
    font-size: 25px;
    padding: 10px;
    width: 100%;
    border: none;
}

.album_list {
    cursor: pointer !important;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: sticky;
}

.l_photo img {
    height: min-content;
    object-fit: cover;
    cursor: pointer;
}

#CareerSubmit:hover {
    background-color: #e8dede;
}

.apply_button:hover, .share_button:hover {
    background-color: #7a7882;
}

.active_img {
    opacity: 1 !important;
    transition: opacity 0.7s, visibility 0s linear 0.3s;
}

.file-added {
    border-color: #0f76bb !important;
    color: #0f76bb !important;
}
#request_ecomm {
    border: none;
    background: transparent;
    resize: none;
    margin-top: 0px;
    height: 80px;
}
#request_ecomm::-webkit-scrollbar {
    width: 6px;
    height: 3px;
    background-color: #a7a9ac;
    border-radius: 100px;
    border: none;
}

#request_ecomm::-webkit-scrollbar-track-piece {
    background: transparent;
    background-color: #e4e4e4;
    border-radius: 100px;
}

#request_ecomm::-webkit-scrollbar-thumb:vertical {
    height: 3px;
    background-color: #a7a9ac;
    border-radius: 100px;
}

.text-container {
    margin-left: 4px;
    position: absolute;
    top: 0;
    text-align: left;
    color: #fff;
    opacity: 0.9;
    max-width: 100%;
    overflow: hidden;
}

.photo-container .slick-prev {
    left: -18px !important;
}
.photo-container .slick-next {
    right: -18px !important;
}
.container-careers h1 {
    padding-top: 30px;
}
.job_name {
    padding-top: 0px;
    border-bottom: 3px solid #000;
    color: #000;
    margin-left: 45px;
}
.careers__employee-review {
    padding-top: 25px;
}
.custom-border {
    margin-bottom: 10px;
    border: 2px solid #000;
}

    .custom-border:nth-child(even) {
        border-color: #fff;
    }
.p-15 {
    padding: 15px;
}
#shareCareer .modal-content {
    border-radius: 15px !important;
    border: 2px solid #0f76bb !important;
}
#shareCareer .modal-footer {
    margin: 0px !important;
}
#shareCareer h4 {
    color: #000;
    box-shadow: inset 2px 4px 5px rgb(0 0 0 / 30%);
    font-size: 16px;
    padding-left: 15px;
    margin: 0;
    border-radius: 25px 25px 0px 0px;
    background-color: #fff;
    padding-top: 10px;
}
#myModalLabel, #myModalLabel1 {
    border-bottom: 3px solid #000;
    color: #000;
}
.career_comment-wrapper {
    border-radius: 0px 0px 25px 25px;
    box-shadow: inset 2px 0px 5px rgb(0 0 0 / 30%);
    padding: 9px;
    margin-top: 0px;
    height: 100px;
    text-align: left;
}
#applyCareer .career-form {
    border-radius: 27px !important;
}
#applyCareer .modal-header {
    background-color: #fff;
    border-radius: 15px;
    border: 4px solid #0f76bb;
}
#applyCareer .modal-footer {
    margin: 0px;
    padding: 20px;
}
#SendCareerRequest {
    border-radius: 25px;
    background-color: #0f76bb;
}
.applyCareer__file-wrapper {
    display: flex;
    justify-content: space-between;
}
@media(min-width: 1200px) {
    .container-careers {
        width: 1010px;
    }
}

@media (max-width: 992px) {
    .image_core img {
        height: 95px;
        float: left;
    }

    .image_core {
        height: 0;
        width: 310px;
        margin-bottom: 20px;
    }

    .wrapper {
        display: block;
    }

    .hide_title {
        padding-top: 7px;
    }

    .vert-col {
        width: 300px;
        height: 200px !important;
        overflow: hidden;
    }
}

@media (max-width: 991.5px) {
    .emp_bgc, .int_bgc {
        margin-top: -22px;
    }

    .job_title {
        right: 0px !important;
        margin-top: -2px;
    }

    .job_name {
        margin-left: 0px !important;
    }

    .job_description {
        margin-left: 0px !important;
    }

    .share_div, .submit_button {
        margin-left: 0px !important;
    }
}

@media (max-width: 720px) {
    .bottom-left-head {
        font-size: 10px;
    }

    .bottom-left-text {
        font-size: 10px;
    }

    .bottom-left-date {
        font-size: 8px !important;
    }
}

@media (max-width: 768px) {
    .tabcontent {
        margin: 0px 5px 0px 5px;
    }

    .tab {
        width: auto !important;
        margin-left: 5px !important;
        margin-right: 20px;
    }

    .button_internship, .button_employment {
        padding: 0px 30px !important;
    }

        .button_employment.active, .button_internship.active {
            padding: 0px 50px !important;
        }

    .your-class > .slick-next {
        right: -4px;
    }

    .description {
        text-align: justify;
    }

    .vertical-photo-col {
        height: 150px !important;
    }

    .career_photo_date {
        width: 80% !important;
    }

    .photo-row .vert-col {
        flex: 1 1 100%; /* One column per row on small screens */
    }
}

@media (max-width: 600px) {
    .image-content {
        width: 100% !important;
        border-radius: 15px;
    }

    .photo-image-bg {
        padding: 0px !important;
        height: 300px;
    }
}

@media (max-width: 410px) {
    .button_employment, .button_internship {
        padding: 0px 6px !important;
    }

    .tabcontent {
        margin-top: 0px !important;
    }

    .button_employment.active, .button_internship.active {
        padding: 0px 13px !important;
    }

    .job_description {
        padding: 0px !important;
    }

    .submit_button button, .share_div button {
        width: 170px !important;
    }
}

@media (max-width: 305px) {
    .image_core img {
        height: 95px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .image_core {
        width: auto;
        margin-bottom: 20px;
        height: auto;
    }

    .wrapper {
        display: block;
    }

        .wrapper h4 {
            text-align: center;
        }
}