.pd0{
    padding: 0px !important;
}
.selected-job{
    border-right: 5px solid #6f64e7;
}
.job-item {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
}
.job-item .job-thumb {
    padding: 5px 5px 0px 5px;
    overflow: hidden; 
}
.job-item .job-thumb img {
    /* width: 100%; */
    max-height: 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.job-item .job-thumb span{
    float:right;
}

.job-item .job-thumb b:hover{
    color: #6f64e7; 
}
.job-item .job-thumb .jobSave{
    color: #6f64e7; 
    cursor: pointer;
}
.job-item .job-thumb .jobSave:hover{
    font-size: 20px;
}
.job-item .job-content {
    padding: 0px 25px 5px 25px; 
}
.job-item .job-content .company-location{
    font-weight: 500;
    color: gray;
}
.job-item .job-content p{
    margin: 0px;
}
.job-item .job-content .meta-job {
    margin-bottom: 0px !important; 
}
.job-item .job-content .title a {
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
@media (min-width: 1500px) {
    .job-item .job-content .title a {
    font-size: 20px; 
    } 
}
.job-item .job-content .title a:hover {
    color: #6f64e7; 
}
.job-item:hover .job-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); 
}
  
.meta-job div {
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px; 
}
@media (min-width: 576px) {
    .meta-job div {
        margin-right: 30px; 
    } 
}
.meta-job div:last-child {
    margin-right: 0; 
}
.meta-job div .icon {
    color: #6f64e7;
    margin-right: 4px;
    font-weight: 700; 
}
.meta-job div .meta-content, .meta-job div .meta-link {
    color: #777b92; 
}
  
.curnt-job {
    font-size: 14px;
    color: #273167;
    font-weight: 500; 
}
.curnt-job span {
    margin-left: -2px;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.curnt-job:hover span {
    margin-left: 2px; 
}
  
.job-item:hover .job-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); 
}
.job-item:hover .job-content .title a, .job-item:hover .border-effect .title a {
    color: #6f64e7; 
}
.job-item:hover .job-content:after, .job-item:hover .border-effect:after {
    width: calc(100% - 50px); 
}
.job-item:hover .job-content .curnt-job, .job-item:hover .border-effect .curnt-job {
    color: #6f64e7; 
}
  
.border-effect {
    position: relative; 
}
.border-effect:after {
    content: '';
    position: absolute;
    left: 25px;
    bottom: 0;
    width: 70px;
    height: 2px;
    background-color: #6f64e7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}

.blog-custom-btn {
    font-size: 14px;
    font-weight: 700;
    padding: 12px 37px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #6f64e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .blog-custom-btn:hover {
      background-color: #273167;
      color: #fff; 
    }



/* inner-page-section */
.inner-page-section .job-item {
    margin-bottom: 30px;
}


/* Job filter */
.inner-page-section .job-filter{
    position: sticky;
    background: #e9ecef;
    z-index: 998;
    top: 80px;
    padding: 5px 0px 5px 0px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.job-filter .mor-filter{
    border: 1px solid #6d63e4;
    border-radius: 3px;
    padding: 5px;
    cursor: pointer;
}
.job-filter .mor-filter svg{
    font-size: 24px;
    color: #6d63e4;
    float: right;
}
.job-filter .mor-filter-plat{
    border: 1px solid;
    border-color: #80808094;
    background-color: white;
    border-radius: 3px;
    padding: 3px;
    position: absolute;
    width: 200px;
}

@media (max-width: 768px){
    .inner-page-section .job-filter{
        top: 90px;
    }
}



/* Job Details */
.job-details{
    /* position: sticky;
    top: 130px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    min-height: 76vh;
    margin-left: 5px; */
}
.job-details .company{
    margin: 0px !important;
    font-size: 22px !important;
    font-weight: 400 !important;
}
.job-details .job-title p{
    margin: 0px;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
}
.job-details .job-title .tags{
    /* background: #adb5bd91; */
    font-size: 15px;
    padding: 0px 3px;
    width: 100%;
    display: inline-grid;
    grid-auto-flow: column;
    color: #6f64e7;
}
.job-details span>img{
    width: 110px;
}
.job-details .job-title .tags svg{
    margin-top: -3px;
}
.job-details .description{
    /* margin: 3px; */
    padding: 15px;
    border: 1px solid #e9ecef;
    border-radius: 5px;
}
.job-details .job-apply{
    display: inline-grid;
    grid-auto-flow: column;
    height: 20px;
    grid-column-gap: 5px;
    font-size: 20px;
    font-weight: 700;
}
.job-details .job-apply .btn{
    color: white !important;
    border-radius: 3px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.job-details .job-apply .btn-apply{
    background: #5e51e4;
    border: 0.02em solid #5d50e6;
}
.job-details .job-apply .btn-alert{
    background: #28a745;
    border: 0.02em solid #1fa53e;
}
.job-details .job-apply .btn-share{
    border: 0.02em solid #8f8f8f;
    color: currentColor;
}
.job-details .details-header{
    display: flex;
    /* background-color:#5e51e491 */
}
/* .job-details .details-header span:last-child{
    margin-left: auto;
} */
.job-cat {
    color: #6f64e7;
    padding-top: 3px;
    font-size: 14px;
    padding-bottom: 3px;
}
.job-cat .cat {
    border: 0.01rem solid;
    padding: 0px 3px 3px 3px;
    border-radius: 12px;
    margin-right: 3px;
    font-size: 12px;
}
.entry-wrapper {
    box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
    padding: 30px;
}
.response-comment-section p {
    margin: 0px !important;
}
.tab-header .text-right .job-alert {
    margin: -8px 0px -5px 5px;
    font-size: 33px;
    color: #4d3fe1;
    cursor: pointer;
}
.tab-header .text-right .job-alert:hover {
    padding: 1px;
    color: #180ba9;
}