﻿.career-banner {
    background: url("../Images/career32.jpg");
    top: 0;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.career-top {
    padding-top: 55px;
}

.career-ddl {
    width: 80%;
}

@media(max-width:768px) {

    .career-banner {
        width: 100%;
        margin-bottom: 20px;
        height: 100px;
    }

    .career-top {
        padding-top: 10px;
    }

    .career-ddl {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }

    .career-banner h1 a {
        color: #fff !important;
        margin-top: 35px !important;
        font-size: 20px !important;
        -webkit-text-stroke-width: 0px !important;
    }

    .career-banner h2 {
        display: none;
        font-size: 14px !important;
        line-height: 20px !important;
        margin-top: 20px !important;
    }

    .job-list .Job-type .role h2 {
        font-size: 14px !important;
    }

    .job-list .Job-type .location {
        padding: 1px 0px !important;
        margin-right: 5px !important;
    }

        .job-list .Job-type .location span {
            padding: 1px 1px !important;
        }

    .apply .btn {
        padding: 0 !important;
    }

    .job-list .Job-type-heading .Profile h4 {
        font-size: 10px !important;
    }

    .job-list .Job-type-heading {
        margin: 5% !important;
    }
}

.about-career {
    background: #f7f7f7;
    padding: 1.25rem;
}

.text-white {
    color: white;
}

.text-center {
    text-align: center;
}

.career-banner h1 a {
    color: #eee;
    font-size: 36px;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #0f5b97;
}

.career-banner h2 {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    /*background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(5px);*/
    backdrop-filter: blur(20px);
}

.status h3 {
    font-weight: 400;
    font-size: 21px;
    color: #19224a;
    text-align: center;
    text-decoration: underline;
    line-height: 32px;
    margin-bottom: 20px;
}

.search-job {
    /*margin-top: 25px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 101vh;
}

.job-list .Job-type {
    display: flex;
    align-items: center;
    min-height: 70px;
    cursor: context-menu;
    background: #e1e8f0;
    border-radius: 10px;
}

    .job-list .Job-type .Profile {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .job-list .Job-type .role {
        flex-grow: 1;
        margin-bottom: 0;
        width: 60%;
    }

        .job-list .Job-type .role h2 {
            font-weight: 600;
            font-size: 17px;
            color: #19224a;
            line-height: 26px;
            margin: 0;
            padding-left: 25px;
            transition: all .15s ease;
        }

    .job-list .Job-type:hover h2 {
        color: #f26726;
    }

    .job-list .Job-type:hover {
        box-shadow: 0 6px 8px 0 rgb(54 77 114 / 8%), 0 2px 4px 0 rgb(54 77 114 / 18%);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    .job-list .Job-type .role span {
        display: block;
    }

    .job-list .Job-type .location {
        font-weight: 600;
        position: relative;
        flex-grow: 0;
        width: 30%;
        border-radius: 4px;
        overflow: hidden;
    }

        .job-list .Job-type .location span {
            max-width: 100%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #00468c;
        }

.job-list .apply {
    margin-right: 15px;
}

.profileBtn {
    display: inline-block;
    color: #000;
    background-color: #f3f3f3;
    border-radius: 3px;
    padding: 2px 6px;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #bcbcbc;
    cursor: pointer;
}

.firstProfileButton {
    display: inline-block;
    color: #fff;
    background-color: #00468c;
    border-radius: 3px;
    padding: 2px 6px;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #bcbcbc;
    cursor: pointer;
}

.profileBtn:hover {
    color: #000;
}

.firstProfileButton:hover {
    color: #fff;
}


.job-list .Job-type-heading {
    margin: 2%;
    min-height: 40px;
    cursor: context-menu;
    background: #00468c;
    color: #fff;
    border-radius: 5px;
}

    .job-list .Job-type-heading .Profile {
        display: flex;
        padding-left: 3%;
    }

        .job-list .Job-type-heading .Profile h4 {
            font-family: Verdana;
            font-size: 16px;
            font-weight: 600;
        }
