﻿#job-speciality,
#job-type,
#job-about-Opportunity, #income-type,
#income-roster, #job-perks-div,
#job-responsibilities-display,
#faq-display {
    font-size: 14px;
    width: 100%;
    padding: 5px;
    border: 1px solid rgba(27, 177, 248, 0.25);
    border-radius: 5px;
}
    #income-roster{
        margin-left:10px;
    }
    .job-detail-item {
        width: 100%;
        margin: 5px 0 0 10px;
    }

#job-about-Opportunity {
    height: 120px;
}

#job-perks-and-benefits-display {
    height: 180px;
}

.job-details-header {
    font-size: 14px;
    font-weight: 600;
}

.job-details-textarea {
    resize: none;
}

.job-salary-label {
    margin: 5px 0 0 10px;
    font-size: 12px;
    font-weight: 400;
}

.job-category-header {
    background-color: #f0f0f0;
    padding: 10px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.job-category-item {
    padding: 1px;
    display: none;
}

.job-perk-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0 0 -20px;
    font-size: 12px;
    font-weight: 400;
}

#job-salary-lowerlimit,
#job-salary-higherlimit {
    padding: 5px;
    font-size: 12px;
}

#post-a-job-link {
    margin: 15px;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    border: 2px solid #98A583;
    border-radius: 8px;
    padding: 8px 16px;
}

.section-block {
    background-color: white;
    min-height: 200px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.section-header {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 22px;
    padding-left: 20px;
}

.section-content {
    padding-left: 20px;
    font-size: 14px;
}

.items {
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #eeeeee;
    white-space: nowrap;
    padding: 5px;
    margin: 5px;
}

.cancelButton {
    font-size: 16px;
    color: white;
    background-color: gray;
    border-radius: 8px;
    height: 32px;
    width: 100px;
    padding: 0;
}

.okButton {
    font-size: 16px;
    color: white;
    background-color: #03ad98;
    border-radius: 8px;
    height: 32px;
    width: 100px;
    padding: 0;
}

.okButton:hover {
    background-color: #04e6ca;
}

.okButton:disabled {
    background-color: lightgray;
    cursor: not-allowed!important;
}

.applicant-match-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.tab-container-match {
    background-color: #f2f5f9;
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    margin-top:50px;
}

.tabs-match {
    display: flex;
    gap: 30px;
    position: relative;
}

.tab-match {
    color: #6b7280;
    font-weight: 500;
    padding-bottom: 8px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
}

    .tab-match:hover {
        color: #333;
    }

    .tab-match.active {
        color: #1bb1f8;
        font-weight: bold;
    }

.underline-match {
    height: 3px;
    width: 90px;
    background-color: #00b0ff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
}
.match-speciality
{
    height:10%;
    width:25%;
}
.no-match{
    margin-top: 35px;
}
.match-profile {
    padding: 14px 16px;
    text-align: left;
    font-size: 14px;
    color: #444;
    text-decoration: none !important;
}
.benfit-details {
    padding: 20px 20px;
    margin: 20px auto;
}
    .benfit-details h3 {
        margin-top: 0;
        font-size: 18px;
        color: #333;
    }
    .benfit-details p {
        text-align: justify;
        font-size: 15px;
        color: #555;
        margin: 12px 0;
    }