@import url('style.css');
/* Job List design start here */
.job_list_main_page{
    width: 100%;
    max-width: 992px;
    margin: 0 auto;
}
.job_list_main_page .job_list_inner{
    padding: 50px 25px;
    border-radius: 0;
   box-shadow: none;
   border-right: 1px solid rgba(0, 87, 226, .5);
   border-left: 1px solid rgba(0, 87, 226, .5);
}
.job_list_inner{
    box-shadow: 0 0 1px 0 var(--primary-blue);
    padding: 25px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .05);
}
.single_jobLink{
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    display: block;
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid transparent;
    transition: all .4s;
    background: linear-gradient(to right, #00aee217, #ffffff);
}
.single_jobLink:hover{
   border-color: var(--primary-blue);
   background: linear-gradient(to right, #00aee217, #00aee217, #ffffff);
}
.jobtitle{
    font-size: 1.5rem;
    display: block;
    font-weight: 700;
    color: var(--deep-blue);
    transition: .4s;
    margin-bottom: 0;
}
.title_type .jobtitle:hover{
    text-decoration: underline;
    color: var(--primary-blue);
}
.circular_from{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
.coLocation{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}
.job_address{
    font-size: 1rem;
    font-weight: 500;
    color: #000000;
}
.coLocation i{
    color: var(--blue);
    font-size: 15px;
}
.exp_deadline{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    margin-top: 5px;
}
.deadline i{
    color: #000000;
    font-size: 15px;
    opacity: .7;
}
.deadline{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 10px;
}

.dead_line{
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    opacity: .7;
    display: inline-block;
}
.dead_line_date{
    display: inline-block;
    opacity: .9;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.fulltime{
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    background: #16fa8021;
    padding: 2.5px 4px;
    border-radius: 5px;
    border: 1px solid #03cd60;
}
.partTime{
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    background: #2fbff71f;
    padding: 2.5px 4px;
    border-radius: 5px;
    border: 1px solid #0a7ef18f;
}
.title_type{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 10px;
}
.job_company{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
}
.job_company img{
    max-height: 50px;
}
.single_jobLink:last-child{
    margin-bottom: 0;
}
/* Job List design start here */

/* Job Details design start here */
.jobDetails_section{
    background: rgba(0, 0, 0, .01);
}
.jobDetails_main{
    width: 100%;
    max-width: 992px;
    margin: 40px auto;
    background: #ffffff;
    box-shadow: 0 0 2px 0 var(--primary-blue);
    border-radius: 10px;
}
.jobDetails_header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 10px;
    padding: 30px 30px 100px 30px;
    border-bottom: 1px solid rgba(0, 87, 226, .5);
    background: linear-gradient(-20deg, #5ce3f514, transparent);
    position: relative;
    max-height: 300px;
}
.jobHeader_left img{
    max-height: 120px;
    max-width: 220px;

}
.pubslis_date{
    margin-bottom: 5px;
}
.job_company_name{
    font-size: 20px;
    font-weight: 600;
    color: #000032;
    margin-top: 10px;
}
.typeofjob{
    background: #ffffff;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0 0 7px 0 rgba(0, 87, 226, .5);
   margin: 50px auto;
   display: flex;
   justify-content: space-between;
   align-items: center;
   column-gap: 2%;
   position: absolute;
   bottom: -50%;
   transform: translateY(-50%);
   left: 3%;
   width: 94%;
   height: fit-content;
   z-index: 1;
}
.jobType_inner{
    width: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
}
.type_key{
    font-family: 1rem;
    font-weight: 500;
    color: #000000;
    margin-bottom: 2px;
}
.type_value{
    font-size: 1rem;
    font-weight: 600;
    color: #000032;
    margin-bottom: 0;
}
.jobType_inner i{
    font-size: 30px;
    color: var(--blue);
}
.job_description{
    padding: 100px 30px 30px 30px;
}
.requirements{
    font-size: 1.5rem;
    font-weight: 700;
    color: #000032;
}
.summer_title{
    font-size: 20px;
    font-weight: 600;
    color: var(--blue);
}
.description_single{
    margin-bottom: 30px;
}
.respon_list .respon_item{
    list-style: disc;
    margin-bottom: 8px;
}
.skills{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
    row-gap: 15px;
    flex-wrap: wrap;
}
.jobHeader_right p{
    text-align: right;
}
.single_skills{
    font-size: 13px;
    font-weight: 500;
    background: rgba(0, 87, 226, .04);
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 87, 226, .2);
}
.company_application{
    padding: 30px;
    background: linear-gradient(45deg, #5ce3f514, transparent);
    border-top: 1px solid var(--primary-blue);
}
/* Job Details design end here */

/* Job list tab start */
.jList_header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 10px;
    row-gap: 10px;
}
.job_select{
    padding: 10px;
    outline: none;
    border-radius: 5px;
    border: 2px solid var(--primary-blue);
    transition: .4s;
    cursor: pointer;
    background: rgba(0, 0, 0, .05);
}
.job_select:hover{
    border-color: var(--blue);
    background: #ffffff;
}
.jList_hUl .nav-link{
    background: #ffffff;
    border: 1px solid var(--primary-blue);
    font-weight: 600;
    margin-right: 10px;
    transition: .4s;
    color: #000032;
    position: relative;
}
.jList_hUl .nav-link:hover{
    background: var(--primary-blue);
    color: #ffffff;
}
.jList_hUl .nav-link.active{
    background: var(--primary-blue);
    color: #ffffff;
}
.job_tab_title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.jList_hUl{
    margin-bottom: 0;
}
.job_indicate {
    width: 25px;
    height: 25px;
    background: var(--primary-blue);
    position: absolute;
    left: 50%;
    bottom: -25%;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
    display: none;
}
.jList_hUl .nav-link.active .job_indicate{
    display: block;
}
/* Job list tab end */

/* ===========Responsive strat here=============== */
@media (max-width: 1198px) {
    .student_profile_main{
        padding: 50px 0;
    }
}

/* Max width 1024px */
@media (max-width: 1024px) {
    .student_profile_main{
        flex-direction: column !important;
        row-gap: 2rem;
    }
}

/* max width 992px */
@media (max-width: 992px) {
    .student_pro_btn_div{
        width: fit-content;
    }
    .job_company img{
        max-height: 40px;
    }
}

/* max width: 768px */
@media (max-width: 768px) {
    .title_type{
        flex-direction: column;
        align-items: flex-start;
    }
    .circular_from{
        margin-top: 10px;
    }
    .exp_deadline{
        flex-direction: column;
        align-items: flex-start;
    }
    .typeofjob{
        flex-direction: column;
        row-gap: 20px;
        transform: none;
        bottom: -55%;
    }
    .jobType_inner{
        width: 100%;
        justify-content: flex-start;
        border-bottom: 1px solid var(--primary-blue);
        padding-bottom: 10px;
    }
    .jobType_inner:last-child{
        border-bottom: none;
    }
    .jobType_inner i{
        font-size: 1.5em;
    }
    .jobDetails_header{
        padding: 20px 20px 170px 20px;
    }
    .jobHeader_left img{
        max-width: 200px;
    }
    .job_description{
        padding: 150px 20px 30px 20px;
    }
}

/* max width 576px */
@media (max-width: 576px) {
    .student_profile_main{
        padding: 50px 0 !important;
    }
    .jobHeader_left img{
        max-width: 160px;
    }
    .job_company_name{
        font-size: 18px;
    }
    .jobtitle{
        font-size: 21px;
    }
    .pubslis_date{
        font-size: 15px;
    }
    .summer_title{
        font-size: 18px;
    }
    .requirements{
        font-size: 20px;
    }
}

/* max width 520px */
@media (max-width: 520px) {
    .job_list_inner{
        padding: 25px 10px;
    }
    .single_jobLink{
        padding: 30px 12px;
    }
    .jobDetails_header{
        flex-direction: column;
        row-gap: 5px;
    }
    .pubslis_date{
        margin-bottom: 0;
        font-size: 13px;
    }
    .typeofjob{
        bottom: -50%;
    }
    .jobType_inner i{
        font-size: 1.3rem;
    }
    .type_key{
        font-size: 14px;
    }
    .type_value{
        font-size: 15px;
    }
    .respon_list{
        padding-left: 1rem;
    }
    .single_skills{
        font-size: 12px;
        padding: 4px 8px;
    }
    .jobHeader_right p{
        text-align: left;
    }
    .respon_list .respon_item{
        font-size: 15px;
    }
    .job_list_main_page .job_list_inner{
        padding: 40px 12px;
    }
    
}     

/* Max-width 480px */
@media (max-width: 480px) {
    .jList_header{
        flex-direction: column-reverse;
    }
}