<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clearfix, .job-post-view {
    clear: both
}

.wrapper {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto
}
@media (max-width: 1023px) {
    [class*=col-] {
        float: none;
        width: 100%;
    }
}
@media(device-width: 1024px) {
    .wrapper {
        padding-left: 3px;
        padding-right: 3px;
        width: 98%
    }
}

 
.popular-jobs,
.jobs-by-skills, 
.top-companies-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
.job-btn-primary {
    padding: 10px 16px;
    background: #22A5F9;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    border-radius: 10px;
}
.job-position {
    margin-top: 5px;
    display: inline-block;
    color: var(--texthightlight);
    font-size: var(--FontSize16);
    font-weight: 500;
}
    .job-position:hover {
        color: var(--textHover);
    }

.comp-name {
    font-size: 16px;
    color: #666;
}
.job-disc {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
}
.job-salary-type-list {
    justify-content: flex-start !important;
}
.card-footer {
    margin-top: 10px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: 10px;
}
.card-foot-list {
    display: flex;
    flex-flow: row;
    gap: 15px;
    justify-content: space-between !important;
    list-style: none;
    padding: 0;
}

    .card-foot-list li {
        color: rgb(75, 75, 75);
        font-size: 13px;
        min-width: 40px;
        font-weight: 500;
    }

        .card-foot-list li .job-icon {
            margin-right: 0px;
            width: 18px;
        }
.job-cards {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(212, 212, 212);
    border-radius: 10px;
    padding: 20px 15px;
    width: calc(25% - 15px);
    position: relative;
    min-height: 250px;
}

.job-cards-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}


.page-heading {
    font-size: var(--headingSize);
    position: relative;
  /*  margin-bottom: -6px;*/
    color: var(--headingColor);
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
    .job-cards {
        width: 48% !important;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1250px) {
    .job-cards {
        width: 31.5% !important;
    }
}

@media only screen and (max-width:1023px) {
  
    .div-view-all {
        text-align: center;
    }

    .div-view-all a:hover {
            color: #fff; /*Change text color on hover*/
            text-decoration: underline; /* Add underline on hover */
    }


}
@media only screen and (max-width:800px) {
    .job-cards, .popular-jobs-card {
        width: 100% !important;
    }

    .card-foot-list {
        flex-flow: row wrap !important;
        justify-content: center !important;
    }

        .card-foot-list li {
            min-width: 25% !important;
        }
}

.job-position , .comp-name a {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width:100%;
    /* Add these properties for better cross-browser support */
    vertical-align: middle; /* Align vertically */
    line-height: 1.5; /* Set line height for better appearance */
}





.card-content {
    display: flex;
    align-items: center;
    min-width: 240px;
    overflow: initial;
    height: auto;
    margin-bottom:0px !important;
}

.card-logo {
    width: 95px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 5px;
}

.company-detail-card {
    line-height: 1.8;
    font-size: 16px;
    color: var(--textlighter);
}

.company-minimal-title {
    color: var(--texthightlight);
    font-size: var(--FontSize16);
    font-weight: 500;
}
    .company-minimal-title:hover {
        color: var(--textHover);
    }

.icon-white-save-icon {
    background-position-y: -795px;
    transition: filter 0.3s ease-in;
}

.job-detail-card {
    font-size: 16px;
    color: #8d8d8d;
}

.d-card {
    display: flex;
    justify-content: space-between;
    transition: transform 0.3s ease;
}

.dataset {
    padding: 10px;
}

.light-mode .company-profile-big-img[src^="/Jobs/Images/CompanyLogo.png"] {
    background: transparent;
}

.company-profile-big-img[src^="/Jobs/Images/CompanyLogo.png"] {
    background: transparent;
}


.company-profile-big-img {
    border-radius: 5px;
    width: 100px;
    height: 100px;
    object-fit: contain;
    background: #fff;
}
.d-card:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
   /* background-color: #f3f4f9;*/
}

.card-comapny-detail{
    margin-left:10px;
}

.dataset-jobcard {
    font-size: 16px;
    margin-top:0px;
}

@media (max-width: 767px) {
    .card-content {
        align-items: start !important;
        flex-direction: column;
    }

    .card-comapny-detail {
        margin-top: 10px;
        margin-left: 0px !important;
    }

    .company-minimal-title {
        font-size: 18px !important;
    }

    .company-detail-card {
        font-size: 14px !important;
    }
}</pre></body></html>