@media (min-width: 768px) {
    .p-md-10 {
        padding: 10rem !important;
    }
}

.job_image_span {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #f5f5f5;
}

.me-n1 {
    margin-right: -0.25rem !important;
}

.imagecontainer {
    position: relative;
    background-image: url('/assets/img/browse_job.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.imagecontainer::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

@media (min-width: 1024px) {
    .margint-7rem {
        margin-top: -7rem !important;
    }
}

.list-group:nth-child() {
    border-bottom: 0 !important;
}

.list-group:last-child {
    border-bottom: 1px !important;
}

.bordertop-3 {
    border-top: solid 3px #f5d433 !important;
}


.ps-45 {
    padding-left: 2rem !important;
}

.ps-250 {
    padding-left: 0.7rem !important;
}

.pointer-events {
    cursor: pointer;
}

.h-90vh {
    height: 90vh;
}

.h-100vh {
    height: 100vh;
}

.overflowy-auto {
    overflow-y: auto;
}


.overflowy-auto::-webkit-scrollbar {
    width: 0.5rem;
}

.overflowy-auto::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 1rem;
}

.overflowy-auto::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.overflowy-auto::-webkit-scrollbar-thumb:hover {
    background-color: #333;
}

.overflowy-auto::-webkit-scrollbar-thumb:active {
    background-color: #f5d433;
}

.overflowynone-auto {
    overflow-y: auto;
}

.overflowynone-auto::-webkit-scrollbar {
    width: 0rem;
}

.jobs_card {
    border: 1px solid #ccc;
    border-radius: 5px;
    /* margin: 30px 0 0px; */
    padding: 30px;
    background-color: #fff;
}

.jobs_card .font-size-30 {
    font-size: 30px;
}

.company-logo {
    float: left;
    width: 110px;
    height: 110px;
    line-height: 75px;
    margin-right: 20px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.company-logo_small {
    float: left;
    width: 80px;
    height: 80px;
    line-height: 75px;
    margin-right: 20px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}




.jobs_card .card_heading h2 {
    font-size: 24px;
    color: #23af4b;
    line-height: 24px;
}

.jobs_card .card_heading p {
    color: #444;
}

.jobs_card p.loction_font_size {
    margin-bottom: 15px;
    position: relative;
    font-size: 1rem;
    color: #333;
    font-weight: 500;

}

.jobs_card p.loction_font_size a {
    margin-bottom: 15px;
    position: relative;
    font-size: 1rem;
    color: #333;
    font-weight: 500;

}

.jobs_card p.loction_font_size a:hover {
    color: #23af4b;

}