.overviewContainer {
    margin: 8vh auto 2rem auto; 
    position: relative;
	font-family: 'GilroyRegular';
}


.allmaterials {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;   
    box-shadow: 0px 0px 3px 1px gainsboro; 
    box-shadow: 2px 2px 5px 1px gainsboro; 
    width: 24%;
    height: fit-content;
    padding: 0.5rem 0.5rem 2rem 0.5rem;
    text-align: center;
}
.allmaterials .mtrtitle {
    padding: 0.5rem 0.5rem 0.25rem 0.5rem;
    color: #e06767;
    font-weight: 600;
    font-size: 1.25rem;
}
.job-grids {
    cursor: pointer;
    background-color: white;   
    box-shadow: 0px 0px 3px 1px rgb(232, 232, 232); 
    width: 95%;
    height: fit-content;
    padding: 0.5rem;
    margin: 1rem 0.5rem;
    position: relative; 
    transition: 0.1s ease;
    border-radius: 0px;
    overflow: hidden;
} 
.job-grids:hover {
    transform: scale(1.02);
}

.job-grids .jobImg {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem; 
    z-index: 5;
    padding: 0.25rem;
    border-radius: 0px; 
    border: 1px solid #f2f2f2;
    box-shadow: 0px 0px 3px 1px #f2f2f2;
    background-color: white;
    width: 3rem;
    height: 2.5rem;
    overflow: hidden;
}
.job-grids .jobDesc {
    position: relative; 
    background-color: white;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
} 
 
.job-grids .jobDesc .JobTitle { 
    height: 1.25rem;
    color: rgb(164, 164, 164);
    font-size: 0.9rem;
    font-weight: 600;
    overflow: hidden;
}
.job-grids .jobDesc .JobCmpy {
    font-weight: 500;
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
}
.job-grids .jobDesc .JobDetails {
    font-size: 0.8rem;
    font-weight: 450;
    color: gray;
    margin-bottom: 0.25rem;
    overflow: hidden;
}
.job-grids .jobDesc .JobDetails i { 
    color: rgb(120, 118, 118);
    margin-right: 0.2rem;
}
.job-grids .jobDesc .JobEdu {
    color: cornflowerblue;
    font-size: 0.8rem;
    font-weight: 550; 
    margin-bottom: 0.25rem;
    overflow: hidden;
}



.jbdesc {
    background-color: white;   
    box-shadow: 0px 0px 3px 1px gainsboro; 
    box-shadow: 2px 2px 5px 1px gainsboro; 
    width: 75%;
    height: fit-content;
    padding: 1rem;
    margin: 1rem 0;
}
.jbdesc .desctitle {
    padding: 0.5rem 1rem;
    color: #e06767;
    font-weight: 600;
    font-size: 1.25rem;
}
.jbdesc .briefdesc { 
    padding: 0.5rem 1rem 1rem 1rem; 
    overflow: hidden; 
}
.bottom-blurred {
    mask-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.jbdesc .briefdesc * { 
    font-size: 1rem !important;
    font-family: "GilroyRegular" !important; 
} 
.jbdesc .showDesc {
    cursor: pointer;
    color: mediumslateblue;
    font-weight: 600;
    padding: 0.5rem 1rem;
    font-size: 1rem; 
}
.jbdesc .spectbl {
    margin: 1rem 0;
}
.jbdesc .specdesc {
    color: goldenrod;
    font-weight: 450;
}
.jbdesc .spectitle {
    color: gray;
    padding: 0.25rem 1rem;
    font-size: 0.95rem;
    font-weight: 450;
    border: none;
}
.jbdesc .specdesc {
    color: cornflowerblue;
    padding: 0.25rem 8rem;
    font-size: 0.95rem;
    font-weight: 450;
    border: none;
}



.breadcrumbDiv {
    font-size: 0.9rem;
    margin: 1rem auto;
}



.job-lists {
    background-color: white;   
    box-shadow: 2px 2px 5px 1px gainsboro; 
    width: 75%;
    height: fit-content;
    padding: 1rem 1.5rem;
    margin: 1rem 0;
    position: relative; 
} 

.job-lists .jobDesc { 
    position: relative; 
    background-color: white;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
} 
.job-lists .jobImg {
    position: absolute;
    top: 1rem;
    right: 1.5rem; 
    padding: 0.25rem;
    border-radius: 0px; 
    border: 1px solid gainsboro;
    box-shadow: 1px 1px 5px 0px gainsboro;
    background-color: white;
    width: 8rem;
    height: 6rem;
    overflow: hidden;
}

.job-grids .jobImg img, .job-lists .jobImg img {
    width: 100%; 
    height: 100%;
} 

.job-lists .jobDesc .JobTitle { 
    height: 2rem;
    font-size: 1.3rem;
    font-weight: 600;
    color: gray;
    overflow: hidden;
}
.job-lists .jobDesc .JobCmpy {
    font-weight: 550;
    font-size: 1rem;
    margin-bottom: 0.75rem;
}
.job-lists .jobDesc .JobDetails {
    font-size: 1.1rem;
    font-weight: 550;
    color: gray;
    margin-bottom: 0.25rem;
    overflow: hidden;
}
.job-lists .jobDesc .JobDetails i { 
    color: rgb(120, 118, 118);
    margin-right: 0.25rem;
}
.job-lists .jobDesc .JobEdu {
    color: cornflowerblue;
    font-size: 1rem;
    font-weight: 550; 
    margin-bottom: 0.25rem;
    overflow: hidden;
}
.job-lists .jobBottom {
    padding: 1.5rem 0 0.5rem 0;
    display: flex;
    align-items: center;
    position: relative;
}
.job-lists .jobDate {
    display: inline-block;
    color: gray;
    font-size: 1rem; 
}
.job-lists .jobSave {
    cursor: pointer;
    position: absolute; 
    right: 8rem; 
    font-size: 1.2rem;
    font-weight: 600; 
} 
.job-lists .jobApply {
    position: absolute; 
    right: 0.25rem; 
    font-size: 1rem !important;
    font-weight: 600; 
}
.job-lists .jobApply i {
    background-color: mediumseagreen; color: white; border-radius: 50%; padding: 0.4rem 0.5rem;
}


.addsaveColor {
    color: blue;
}
.removesaveColor {
    color: mediumseagreen;
} 
.addcontactColor {
    color: mediumseagreen;
} 