﻿#job-speciality,
#job-type,
#job-about-Opportunity, #income-type,
#income-roster, #job-perks-div,
#job-responsibilities-display, #about-display,
#faq-display,
#autocomplete, #street, #city, #postal-code, #country-list, #province,#job-title {
    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-speciality,
#job-type,
#income-type {
    resize: both;
}


#job-about-Opportunity {
    height: 120px;
}

#job-perks-and-benefits-display {
    height: 180px;
}

.job-details-header {
    font-size: 14px;
    font-weight: 600;
    margin: 15px 0 8px;
}
.job-number-header {
    background-color: #f5f5f5;
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size:14px;
    margin:15px 0 8px;
    float:right;
}
.job-details-textarea {
    resize: none;
}

.job-salary-label {
    margin: 5px 0 0 23px;
    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,
#job-patient-lowerlimit,
#job-patient-higherlimit {
    padding: 5px;
    font-size: 12px;
}

#job-patient-lowerlimit,
#job-patient-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: 16px;
}

.items {
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #eeeeee;
    white-space: nowrap;
    padding: 5px;
    margin: 5px;
}

.items-label {
    font-size: 14px;
    font-weight: 600;
    background-color: #03ad98;
    border-radius: 8px;
    border: 1px solid #03ad98;
    white-space: nowrap;
    padding: 2px 10px;
    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;
    border-bottom: 2px solid #ddd;
    margin-bottom:30px;
}

.tab-match {
    color: #6b7280;
    font-weight: 500;
    padding-bottom: 8px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: border-color 0.3s ease, color 0.3s ease;
    user-select: none;
}

    .tab-match:hover {
        color: #333;
        border-bottom-color: #cbd5e1;
    }

    .tab-match.active {
       /* color: #1bb1f8;*/
        font-weight: bold;
        border-bottom-color: #1bb1f8;
    }

.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%;
}

.match-location {
    height: 10%;
    width: 25%;
}

.match-license {
    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;
    }

#additionalDetailsText {
    white-space: pre-line;
}

#benefit-description {
    white-space: pre-line;
}

/* image-uploader */
.image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
   /* justify-content:center;*/
}

.image-box {
    position: relative;
    width: 158px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f1f1f1;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.2s ease, opacity 0.4s ease;
    opacity: 1;
}

    .image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        opacity: 0;
        transition: opacity 0.4s ease;
    }

        .image-box img.loaded {
            opacity: 1;
        }

.add-image-box {
    border: 2px dashed #ccc;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s;
    user-select: none;
}

    .add-image-box:hover {
        border-color: #007bff;
    }

    .add-image-box i {
        font-size: 2rem;
        color: #777;
    }

.image-box .remove-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    border-radius: 50% !important;
    width: 22px;
    height: 22px;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    opacity: 0.8;
    transition: opacity 0.2s;
    padding: 0px;
}

    .image-box .remove-btn:hover {
        opacity: 1;
    }

.carousel-arrow {
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    font-size: 28px;
    background-color: rgb(15 163 212);/* rgba(0, 0, 0, 0.4);*/
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    visibility: hidden;
}

    .carousel-arrow.visible {
        visibility: visible;
    }

    .carousel-arrow.left {
        left: 0px;
    }

    .carousel-arrow.right {
        right: 0px;
    }

.upload-images {
    border: 2px dashed #bbb;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    color: #888;
}

    .upload-images:hover {
        border-color: #007bff;
        color: #007bff;
    }

    .upload-images i {
        font-size: 2rem;
    }

.upload-container-images {
    max-width: 960px;
    padding: 20px;
    border-radius: 12px;
    position: relative;
}
.add-images-icon {
    font-size: 30px;
    display: none;
}
/* Upload Image Modal  */
.upload-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 12px;
    width: 90%;
    max-width:420px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    animation: fadeIn 0.3s ease;
}


    .upload-modal h3 {
        margin-top: 0;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 16px;
    }

.upload-dropzone {
    border: 2px dashed #0fa3d4;
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    transition: background-color 0.2s;
}

    .upload-dropzone.hover {
        border-color: #007bff;
        color: #007bff;
    }

    .upload-dropzone i {
        font-size: 24px;
        color: #888;
    }

    .upload-dropzone p {
        margin-top: 10px;
        color: #333;
    }

.file-info {
    font-size: 13px;
    color: #999;
    margin-bottom: 16px;
    text-align: center;
}

.preview-img {
    margin-top: 15px;
    max-width: 100%;
    max-height: 200px;
    border-radius: 8px;
    object-fit: cover;
    display: none;
}

.preview, .error {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.preview {
    color: green;
}

.error {
    color: red;
}

.modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

    .modal-footer button {
        padding: 8px 18px;
        border-radius: 8px;
        font-size: 14px;
        border: none;
        cursor: pointer;
    }

.cancel-btn {
    background-color: #f4f4f4;
    color: #333;
}

.continue-btn {
    background-color: #1485ba;
    color: #fff;
}

.error-msg {
    color: red;
    display: none;
}

.image-number {
    position: absolute;
    top: 6px;
    left: 6px;
    background: rgba(0,0,0,0.6);
    color: white;
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 4px;
}

.sortable-images-placeholder {
    background: #f0f0f0;
    border: 2px dashed #bbb;
    width: 148px;
    height: 120px;
    border-radius: 8px;
}
.reorder-info {
    margin: 20px 20px 20px 20px;
    padding: 1px;
    /*background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid transparent;*/
    border-radius: 8px;
    font-size: 14px;
    color: #03ad98;
    text-align: center;
    display:none;
}
.upload-region-img {
    margin: 0 20px 10px 0;
    width: 148px;
    height: 120px;
    border-radius: 8px;
    border: 1px solid #4472C4;
    display: block;
    cursor: pointer;
}
.add-region-img-icon {
    height: 24px;
    cursor: pointer;
    margin-top: 50px;
    margin-left: 60px;
}

.upload-munici-img {
    margin: 0 20px 10px 0;
    width: 148px;
    height: 120px;
    border-radius: 8px;
    border: 1px solid #4472C4;
    display: block;
    cursor: pointer;
}

.add-munici-img-icon {
    height: 24px;
    cursor: pointer;
    margin-top: 50px;
    margin-left: 60px;
}
.edit-team-contact-municipality {
    height:auto !important;
    width: 800px !important;
}

.create-job-input, .create-job-type, .create-job-income, #income-roster {
    /* height: 28px !important;*/
    border: 1px solid rgba(27, 177, 248, 0.25) !important;
    font-size: 14px !important;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
}

.edit-job-responsibility{
    display:flex;
}
.create-job-active {
    margin: 50px 0px 0px 0px !important;
    padding: 0px 0px 0px 45px;
}
.municipality-team-content {
    word-break: normal;
    overflow-wrap: anywhere;
    white-space: normal;
    hyphens: auto;
    max-width: 100%;
    box-sizing: border-box;
    line-height: 1.6;
    padding: 2%;
    text-align:justify;
}
.collapse-incentives {
    position: relative;
    max-height: 90px;
    overflow: hidden;
}

.incentives-expand {
    margin-top: 8px;
    background: none;
    border: none;
    color: #3a86ff !important;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    text-decoration: auto;
    margin-left:42%;
}
.incentives-expand:hover{
    text-decoration:underline;

}
#team-contact-div img{
    width:50%;
}
.name-list{
    /*display:flex;
    flex-direction:column;*/
}
#prompt-info-div {
    margin-top: 10px;
    font-size: 12px;
    color: #03ad98;
}
#view-match-job {
    color: #1485ba;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s ease;
}
    #view-match-job:hover {
        color: #1bb1f8;
    }

.export-button {
    color: black;
    background-color: #FFFFFF;
    border-color: #98A5B3;
    border: 1px solid #98A5B3;
    padding-block: 10px;
}

.export-button:hover {
    background-color: #e7e7e7;
}

.export-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.export-button-container {
    margin-left: auto;
}

.search-jobmatches-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.jobmatches-search-input {
    flex-grow: 1;
    width: 80%;
}

.jobmatches-search-button {
    width: auto;
}
  
.img-upload {
    font-size: 24px;
    color: #ffffff;
    background: #0fa3d4;
    border-radius: 50%;
    cursor:pointer;
}
