﻿.top-cards-details {
   border: solid 1px #f2f4f7;
   border-radius:10px;
   margin-top:20px;
   display:flex;
   gap:10px;
}

.main-content {
    flex-grow: 1;
    padding: 30px;
}

.container {
    flex-grow: 1;
    padding: 30px;
}

h1 {
    margin-bottom: 20px;
}
.matches-header {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    opacity: 0;
    animation: fadeInUp 0.8s forwards;
}
.top-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
    /*transition: transform 0.4s ease, box-shadow 0.4s ease;
    opacity: 0;
    animation: fadeInUp 0.8s forwards;*/
}

.card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.card i {
    font-size: 18px;
    margin-bottom: 10px;
    color: #0077b6;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
}

    /*.card p {
    margin-top: 10px;
}*/

.card span {
    margin-top: 10px;
}

    .card p {
        margin-top: 10px;
        margin-bottom: 1em;
        /*word-break: normal;*/
        overflow-wrap: break-word;
        hyphens: none;
    }

    .card strong {
        font-weight: bold;
    }

    .card ul {
        padding-left: 20px;
        margin-bottom: 1em;
    }

    .card li {
        margin-bottom: 8px;
    }

    .card i {
        font-size: 18px;
        margin-bottom: 10px;
        color: #0077b6;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-left: 10px;
    }

    /*.card p {
    margin-top: 10px;
}*/

/*.job-desc span {
    margin-top: 10px;
}

.job-desc p {
    margin-top: 10px;
    margin-bottom: 1em;
}

.job-desc strong {
    font-weight: bold;
}

.job-desc ul {
    padding-left: 20px;
    margin-bottom: 1em;
}

.job-desc li {
    margin-bottom: 8px;
}*/


.progress-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.progress-card span {
    margin-top: 10px;
    font-weight: bold;
    color: #555;
}

.matches-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.matches {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    /*justify-content: center;*/
}

.match-card {
    width: 100%;
    max-width: 373px;
    height: 600px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    flex: 1 1 300px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    opacity: 0;
    animation: fadeInUp 0.8s forwards;
}

.card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.8s ease-in-out;
    transform-style: preserve-3d;
}

.match-card.flipped .card-inner {
    transform: rotateY(180deg);
}

.card-front, .card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 12px;
    overflow-y: auto;
    transform: rotateX(0deg);
}

.card-front {
    background: white;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
    z-index: 2;
}

.card-back {
    background: #ffffff;
    transform: rotateY(180deg);
    /* padding: 20px;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.swiper {
    width: 100%;
    height: 45%;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.overlay-icons {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    display: flex;
    gap: 10px;
    background: rgba(255, 255, 255, 0.85);
    padding: 6px 10px;
    border-radius: 25px;
    border: 1px solid #c6ebfd;
}
.overlay-icons1 {
    position: absolute;
    top: 200px;
    right: 10px;
    z-index: 10;
    display: flex;
    gap: 10px;
    background: rgba(255, 255, 255, 0.85);
  /*  padding: 6px 10px;*/
    border-radius: 25px;
    /*border: 1px solid #c6ebfd;*/
}

.overlay-icons i {
    font-size: 16px;
    cursor: pointer;
    color: #666;
    transition: color 0.3s;
}

.overlay-icons i:hover {
    color: #2d9cdb;
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    border-radius: 50%;
}

.swiper-pagination {
    bottom: 5px !important;
}

.card-info {
    padding: 5px;
    flex: 1;
    overflow-y: auto;
    max-height: auto;
}

.card-info h3 {
    font-size: 18px;
    margin: 10px 0 5px;
}

    .card-info p {
        font-size: 14px;
        /*color: #555;*/
        color: #000000;
        margin: 5px 0;
    }

.place-label {
    font-weight: 500;
    color: #202125;
    bottom: 0px;
    position: absolute;
    background: #ffffff;
    padding: 6px 16px;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 10;
    border-top-right-radius: 10px;
}
    /*.place-label:hover {
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        animation: fadeInUp 0.8s forwards;
    }*/

    .score {
        margin-top: 10px;
        font-weight: bold;
        color: #2d9cdb;
        font-size: 14px;
    }

.view-details-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.95);
    padding: 12px;
    border-top: 2px solid #e1e1e1;
    text-align: center;
}

.view-details-btn, .home-view-details-btn {
    margin-top: auto;
    align-self: center;
    background: #1485ba;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;/*25px;*/
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s;
}

    .view-details-btn:hover, .home-view-details-btn:hover {
        background: #1bb1f8;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0, 150, 200, 0.3);
    }
.match-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 150, 200, 0.3);
}

.no-underline {
    text-decoration: none;
}

.job-desc {
    flex-grow: 1;
    padding: 20px;
    position: relative;
    top: -35px;
    overflow:auto;
}

.job-desc h6 {
    margin: 10px 0 5px;
    font-size: 16px;
    color: #202428;
}

.job-desc p {
    font-size: 14px;
    color: #434b54;
    text-align:justify;
    word-break:normal;
    overflow-wrap:break-word;
    hyphens:none;
}

.banner-back {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    align-items: center;
    padding:20px;
}

.banner-back img {
    width: 200px;
    height: 140px;
    object-fit: cover;
    object-position:top;
    border-radius: 8px;
}

.banner-back .icons {
    display: flex;
    gap: 10px;
    overflow:hidden;
}

.banner-back .icons i {
    font-size: 18px;
    color: #555;
    /*  cursor: pointer;*/
    transition: color 0.3s;
}

.banner-back .icons i:hover {
    color: #2d9cdb;
}

.tooltip-icon {
    position: relative;
   /* cursor: pointer;*/
}

.tooltip-icon::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 145%; /* position above icon */
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    padding: 4px 8px; 
    border: 1px solid black; /* thin black border */
    border-radius: 0px;
    font-size: 12px;
    font-family: system-ui, sans-serif;
    font-weight: normal;
    white-space: nowrap;
    text-transform: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 10;
}

.tooltip-icon:hover::after {
    opacity: 1;
}

/* Target only the "Not for me" button */
.pad-right-not-for-me {
    padding: 0px 30px 0px 0px; /* your custom padding */
}


.view-btn {
    margin-top: auto;
    color: white;
    background: #08556c;
    border: none;
    border-radius:10px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight:bold;
}

/* Job details */
.container-details {
    display: flex;
    /*max-width: 1200px;*/
    margin: auto;
    gap: 20px;
    align-items: flex-start;
}

.main {
    flex: 2;
}

.sidebar-det {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.back-btn {
    background: #fff;
    border: solid 1px #98a5b3;
    font-size: 24px;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 10px;
    margin-right: 10px;
}

h1 {
    margin-bottom: 20px;
}
.card, .score-box, .location-card {
    background: white;
    border-radius: 10px !important;
    padding: 20px;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.details span {
    margin-right: 15px;
    display: inline-block;
    margin-top: 10px;
}

.rewards-info {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.sidebar-det button {
    margin-top: 5px;
    padding: 10px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
}
.job-active-icon{
    color: white !important;
}

#match {
    background-color: #08556c;
    color: white;
}

.notActive-btn {
    color: #202428;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 5px;
}

.notActive-btn:hover {
    background-color: #08556c;
    color:white;
}

.location-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.image-container {
    position: relative;
    overflow: hidden;
   
}
.details-img-frame {
    width: 50%;
    height: auto;
    max-height: 500px;
    margin-left: 160px
}
.image-container img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    object-position: top;
    display: block;
}

.cutout-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 50px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    border-top-right-radius: 10px;
}
.recruiter-card {
    background: white;
    border-radius: 10px !important;
    padding: 20px;
    margin-bottom: 20px;
}

    .recruiter-card .cutout-label {
       /* top: 0;*/
        width: auto; /* 20%;*/
      /*  max-width: 25%;*/
        height: 50px;
        /*border-top-right-radius: 0px !important;
        border-bottom-right-radius: 10px !important;*/
        padding:5px;
    }
.recruiter-card .image-container img {
    width: 100%;
    height: 100%;/*600px;*/
    object-fit: cover;
    display: block;
    border-radius:10px;
    object-position:center;
}

.matched {
   /* border: solid 2px #b8e7fc !important;*/
    background: #b8e7fc;
    border: solid 1px #0fa3d4 !important;
    color: #0fa3d4;
}

.faq-answer {
    padding: 15px;
    background-color: #f9f9f9;
    display: none; /* Hidden by default */
    border-radius: 8px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.question-icon{
    float: right;
    cursor:pointer;
}

.p-links {
    color: black;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

/* Search Page */
.search-header, .match-candidate-header {
   /* display: flex;*/
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.match-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.filters {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.search-input {
    flex: 1;
    width:100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.dropdown {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background-color: white;
    font-size: 14px;
    cursor: pointer;
}

.sort-by {
    margin-top: 10px;
    font-size: 14px;
    margin-left: auto;
    float: right;
}
.job-search{
    display:flex;
    padding:0px !important;
}

.job-image {
    flex: 1;
   /* min-width: 250px;
    max-width: 350px;*/
    object-fit: cover;
    height: 100%;/*350px;*/
    width:100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    object-position:top;
}

.job-content {
    flex: 2;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    word-break: break-word;
}

.job-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}

.ih-score {
    /*background-color: #b8e7fc;
    color: #1485ba;*/
    background-color: #46b1e1;
    color: white;
    /*  font-weight: 600;*/
    padding: 4px 8px;
    border-radius: 50%;
    /*display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px ;
    height: 35px ;
    background-color: #b8e7fc;*/ /* Light blue */
    /*color: #1485ba;*/ /* Darker text for contrast */
    /*  font-size: 1.5rem;*/
    /*font-weight: bold;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;*/
}
    .ih-score:hover {
        transform: scale(1.05);
    }
.ihscore-ext {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-ih {
    height: 36px;
    width: 36px;
    font-size:12px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.salary {
    margin-top:0px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
}

.salary-phy {
    margin-top: 0px;
    font-size: 14px;
    font-weight: bold;
    padding:20px 0 0 0;
}

.skillsPerks-tag-val{
    float:right;
}

.view-details {
    border-top: 1px solid #e4e8ec;
    margin-top: 20px;
    font-weight: bold;
    font-size: 15px;
    color: #202428;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 50px;
}
/*.job-search .cutout-label {
    top: 0;
    width: 20%;
    height: 50px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 10px !important;
}
*/
.image-wrapper {
    height:370px;
    position: relative;
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    min-height: 250px;
   /* max-height: 350px;*/
}

.location-label {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    color: black;
    font-weight: bold;
    padding: 6px 10px;
    border-bottom-left-radius:10px;
    font-size: 13px;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-position
{
    position:relative;
}
.link-span {
    border-radius: 6px;
    width: 20px;
    padding: 5px;
   /* border: 1px solid #08556c;*/
   background-color:white;
    float:right;
}
.active-span {
    color: white;
    background-color: #08556c;
    right: 0px;
    position: absolute;
}

.span-box {
    margin: 5px;
    height: 25px;
    width: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-text {
    text-decoration: none !important;
    margin-left: 12px;
}

.menu-hightlighted {
    background-color: #d2ebf7;
    border-radius: 7px;
    display: flex;
    align-items: center;
    position: relative;
}

/* Flip trigger */
.match-card.flipped .card-inner {
    transform: rotateY(180deg);
}

#closeMunicipalityPreviewbtn {
    color: #888;
}

.active-icon {
    color: red !important;
}

.flip-icon{
    cursor: pointer;
}

.search-wrapper {
    position: relative;
}

.search-wrapper i {
    /* margin-top: 30px; */
    /* position: relative; */
    /* top: 57%; */
    right: 30px;
    transform: translateY(-50%);
    color: white;
    cursor: pointer;
}

.page-link {
    color: #1485ba !important;
    cursor: pointer;
}

.active > .page-link, .page-link.active {
    z-index: 3;
    background-color: #1485ba !important;
    border-color: #1485ba !important;
    color: white !important;
}
#rows-per-page{
    padding: 2px !important;
}
.dropdown-container {
    position: relative;
    width: 200px;
    font-family: Arial, sans-serif;
}

.dropdown-display {
    border: .5px solid #767676;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    background-color: white;
    font-size: 14px;
  /*  height: 100%;*/
}

.dropdown-display::after {
    content: "▼";
    float: right;
    font-size: 12px;
    margin-top: 2px;
}

.checkbox-options {
    display: none;
    position: absolute;
    /*   top: 100%; */
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid #ccc;
    /*  margin-top: 4px; */
    max-height: 250px;
    overflow-y: auto;
    z-index: 1000;
}

.checkbox-options label {
    display: block;
    padding: 0px 4px;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
}

.checkbox-options label:hover {
    background-color: #1967d2;
    color: white;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 200px;
}

.custom-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: .5px solid #767676;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    background-color: white;
    font-size: 14px;
   /* height: 100%;*/
    width: 100%;
    font-family: Arial, sans-serif;
    /*        border: 1px solid #ccc;*/
    /*        border-radius: 4px;*/
    /*        background: transparent;*/
}

    .custom-select::after {
        content: '▼'; /* Unicode symbol for a down arrow */
        position: absolute;
        right: 10px;
        top: 30%;
        transform: translateY(-55%);
        pointer-events: none;
        font-size: 12px;
        font-family: Arial, sans-serif;
        margin-top: 2px;
        float: right;
        color: #333;
    }
    .custom-select select:focus {
        outline: none; /* removes the default focus outline */
        border: .5px solid #767676; /* ensures border remains the same */
    }

.sort-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.sort-options {
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    z-index: 1000;
}

.sort-options div {
    padding: 5px 10px;
    cursor: pointer;
}

.sort-options div:hover {
    background-color: #f0f0f0;
}

/*IH Score*/
.wrapperLoad {
  /*  width: 80px;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.wrapperLoad .card {
    background: #fff;
    width: calc(33% - 20px);
    height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}

.wrapperLoad .ihcard .circle {
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    cursor: default;
}

.ihcard .circle .box,
.ihcard .circle .box span {
    position: absolute;
    /*top: 50%;
    left: 50%;*/
    top: 36%;
    left: 37%;
}

.ihcard .circle .box {
    height: 10%;
    width: 10%;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    transition: all 0.2s;
}

.ihcard .circle:hover .box {
    transform: translate(-50%, -50%) scale(0.91);
}

.ihcard .circle .box span,
.wrapperLoad .ihcard .text {
    background: -webkit-linear-gradient(left, #08556c, #08556c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.circle .box span {
    font-size: 16px;
   /* font-family: sans-serif;*/
    font-weight: 600;
    transform: translate(-45%, -45%);
    transition: all 0.1s;
}

.ihcard .circle:hover .box span {
    transform: translate(-45%, -45%) scale(1.09);
}

.ihcard .text {
    font-size: 20px;
    font-weight: 600;
}
.job-det-score{
    display: flex;
    gap: 20px;
}
.job-det-ih {
    height: 35px;
    width: 35px;
    margin-top: 10px;
    font-size:11px;
}
.more-details-btn {
    margin-top: 20px;
}

.more-speciality-match {
    font-size: 20px;
    font-weight: 600 !important;
    margin: 20px 0 10px 0px;
}

.view-details-home {
    float:right;
}
.swiper-wrapper img {
    width: 100%;
    height:100%;
    object-fit:cover;
    object-position:top;
}

.ih-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.ih-tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #ddf4fe;
    color: #727d89;
    text-align: left;
    padding: 6px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
}

.ih-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.ih-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.ih-tooltip i {
    color: #08556c;
    font-size: 18px;
}

@media (max-width: 479px) {
    #preview-municipality {
        margin: -10px !important;
    }
}

#preview-municipality {
    margin: 15px;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    border: 2px solid #98A583;
    border-radius: 8px;
    padding: 8px 16px;
}

    /* Search Physician */
    .summary-card.job-search {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        margin: 1rem auto;
        background-color: #fff;
        /*max-width: 1000px;*/
    }

    .skills-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    .disabled-btns {
        background: #eee;
        border-color: #ccc;
        cursor: not-allowed !important;
        color: #999;
    }

    .disbaled-icons {
        pointer-events: none;
        cursor: default;
        opacity: 0.4;
    }

    .badage-incentives {
        background: #007b8f;
        color: white;
        border-radius: 12px;
        padding: 2px 8px;
        font-size: 12px;
    }

    .blur-effect {
        filter: blur(7px);
    }

    .links-style {
        text-decoration: none;
        color: black;
    }

    .ql-editor img {
        max-width: 100%;
        height: auto;
        max-height: 400px; /* Optional: adjust as needed */
        display: block;
        margin: 0 auto;
    }

    .ih-score-fire {
        padding: 4px 8px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        border-radius: 50%;
    }

.search-actions {
    display: flex;
    justify-content: space-between;
    padding: 0px 4px;
    border-bottom: 1px solid #ccc;
}

.search-actions button {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-size: 14px;
}

.pending-job-search {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #ffe0e0;
    color: #d12c2c;
    font-size: 0.875rem;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 500;
}
.scrolling-search-message {
    overflow: hidden;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 10px 0;
    position: relative;
    white-space: nowrap;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #856404;
}

.scrolling-search {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 15s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.view-search-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background-color: #1485ba;
    color: white;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    user-select: none;
    border: none;
}

    .view-search-toggle:hover {
        background-color: #1bb1f8;
        transform: scale(1.02);
    }

    .view-search-toggle i {
        font-size: 18px;
    }


#profileImage:hover {
    transform: scale(1.3);
}

.summary-card-links{
    padding: 20px;
   /* margin-bottom: 30px;*/
}

.ih-score-span {
    width: 35px;
    height: 35px;
    /*background-color: #b8e7fc;
    color: #1485ba;*/
    background-color: #46b1e1;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    user-select: none;
    flex-shrink: 0;
}

    .ih-score-span:hover {
        /*background-color: #1485ba;
        color: #b8e7fc;*/
        transform: scale(1.3);
    }
/*.ih-score-fire-details{
    margin-top:13px;
}*/
/*.ih-score-fire-details:hover {
    transform: scale(1.3);
}*/
.ih-details-page {
    margin-top: -10px;
}
.disabled-cursor{
    cursor:not-allowed !important;
}
.job-number {
    background-color: #f5f5f5;
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size:14px;
}
.change-pwd-item {
    flex-basis: 100% !important;
    text-align: left;
    margin-top: 5px;
}

.loadMoreBtn {
    display: block;
    width: 100%;
    padding: 12px;
/*    background: #007BFF;*/
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

    .loadMoreBtn:hover {
        background: #1bb1f8;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0, 150, 200, 0.3);
    }

    .loadMoreBtn:disabled {
        background: #aaa;
        cursor: not-allowed;
    }

.loading {
    text-align: center;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}
#backToTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    background: #1485ba;
    color: white;
    border: none;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    display: none; /* Hidden at first */
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: 0.3s;
    z-index: 999;
}

    #backToTop:hover {
        background: #1bb1f8;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0, 150, 200, 0.3);
    }

.applicant-personal-details {
    border-bottom: 1px solid #e1e1e1;
    padding: 3px;
    height: 120px;
}
.job-details {
   /* border-bottom: 1px solid #e1e1e1;*/
    padding: 5px;
   /* height: 100px;*/
}
.applicant-prefrence {
    color: #a7a6a6 !important;
}
.job-number-home {
    color: #acaaac;
    float: right;
    font-size: 12px;
}
.incentives-text{
    padding:13px 0 0 0;
}
/* Container */
.radio-group {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 12px;
    margin-bottom: 28px;
    width: 53%;
    display: flex;
    gap: 25px;
    align-items: center;
    margin-top: 15px;
    font-family: "Segoe UI", sans-serif;
}

/* Wrapper label */
.modern-radio {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #2d2d2d;
    cursor: pointer;
    user-select: none;
    position: relative;
    padding-left: 28px;
}

    /* Hide default radio */
    .modern-radio input {
        display: none;
    }

/* Custom circle */
.radio-mark {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #3498db;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

    /* Inner dot */
    .radio-mark::after {
        content: "";
        width: 10px;
        height: 10px;
        background: #3498db;
        border-radius: 50%;
        opacity: 0;
        transform: scale(0.5);
        transition: 0.3s ease;
    }

/* Checked State */
.modern-radio input:checked + .radio-mark {
    border-color: #1d7cd6;
}

    .modern-radio input:checked + .radio-mark::after {
        opacity: 1;
        transform: scale(1);
    }

/* Hover effect */
.modern-radio:hover .radio-mark {
    border-color: #1d7cd6;
}

/* Focus outline for accessibility */
.modern-radio input:focus + .radio-mark {
    outline: 3px solid rgba(52, 152, 219, 0.35);
}
/* Job item */
.job-item {
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    /*align-items: center;*/
    padding: 12px 15px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    margin-bottom: 10px;
    transition: 0.2s;
    cursor: pointer;
}

    .job-item:hover {
        background: #f0f8ff;
        border-color: #cfe8ff;
    }

.job-title {
    font-size: 15px;
    font-weight: 500;
    color: #333;
  /*  display: flex;*/
    align-items: center;
    gap: 10px;
}

/* Custom radio */
.job-radio {
    display: none;
}
.job-mark {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid #3498db;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}

    .job-mark::after {
        content: "";
        width: 9px;
        height: 9px;
        background: #3498db;
        border-radius: 50%;
        opacity: 0;
        transition: 0.2s;
        transform: scale(0.5);
    }

.job-radio:checked + .job-mark {
    border-color: #1d7cd6;
}

    .job-radio:checked + .job-mark::after {
        opacity: 1;
        transform: scale(1);
    }
.job-list-heading-row {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    padding: 10px 15px;
    background: #f2f6fa;
    border-radius: 6px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #4b4b4b;
}
.job-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.job-matched-text {
    font-size: 12px;
    color: #555;
    margin-left: 28px;
    margin-top: 3px;
}
.more-filter-jobs {
    font-size: 15px !important;
    color: red;
    background: #f7f9fb;
    border: 1px solid #d6e1ea;
    padding: 16px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    /*max-width: 400px;*/
}
load-noVisible {
    display: none !important;
}
.applicant-personal-details {
    border-bottom: 2px solid #e1e1e1;
    padding: 5px;
}
.job-number-home-phy {
    color: rgb(172, 170, 172);
    font-size: 14px;
}
/* TOOLTIP (Hidden by default) */
.tooltip-about {
    position: absolute;
    /*  top: -35px;
    left: 20px; */
    background: #328bc2;
    color: #fff;
    padding: 8px 14px;
    border-radius: 12px;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: 0.35s ease;
    box-shadow: 0 8px 22px rgba(0,0,0,0.15);
    white-space: nowrap;
}

    /* ARROW BELOW TOOLTIP */
    .tooltip-about::after {
        content: "";
        position: absolute;
        bottom: -6px;
        left: 15px;
        width: 10px;
        height: 10px;
        background: #328bc2;
        transform: rotate(45deg);
    }

.info:hover .tooltip-about {
    opacity: 1;
    transform: translateY(0px);
}

/* COACH BUBBLE */
.coach {
    position: absolute;
    left: 100%; /* attach to right side */
    top: 100%;
    transform: translateY(-50%);
    margin-left: 28px;
    background: linear-gradient(135deg, #1485ba, #08556c);
    color: #fff;
    padding: 18px 22px;
    border-radius: 20px;
    width: 260px;
    font-size: 14px;
    line-height: 1.6;
    box-shadow: 0 30px 60px rgb(14 185 233);
    z-index: 5;
    transition: .3s;
}

    .coach::after {
        content: "";
        position: absolute;
        left: -10px;
        top: 50%;
        width: 20px;
        height: 20px;
        background: #1485ba;
        transform: translateY(-50%) rotate(45deg);
    }

/*.benefit-tooltip {
    top: 84%;
    left: 83%;
}
.target-tooltip {
    top: 61%;
    left: 83%;
}*/
.row-job {
    display: grid !important;
    grid-template-columns: 190px 1fr;
    align-items: center;
    gap: 12px 30px;
    margin-bottom: 10px;
}

.label-job {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

#benefitPerkPreference, #jobPreferences, #aboutme-description {
    position: relative;
}
/* Progress bar */
/* Page Title */
.profile-title {
    font-size: 28px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 10px;
}

/* WRAPPER */
.profile-progress-wrapper {
    width: 100%;
    max-width: 1265px;
    margin-bottom: 30px;
}

/* HEADER (Label + %) */
.progress-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.progress-label {
    font-size: 15px;
    font-weight: 600;
    color: #474747;
}

.progress-percent {
    font-size: 15px;
    font-weight: 700;
    color: #0fb2e6;
}

/* BAR */
.progress-bar {
    width: 100%;
    height: 25px;
    background: #e6e8ec;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.08);
}

.progress-fill {
    height: 100%;
    width: 0%;
    /*  background: linear-gradient(90deg, red, yellow, green); */
    /*  background: linear-gradient(90deg, #2980b9, #6dd5fa); */
    border-radius: inherit;
    transition: width 0.6s ease;
}

/* Example CONTENT SECTION like screenshot */
.content-box {
    width: 100%;
    max-width: 1100px;
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    margin-top: 20px;
}

.progress-red {
    background-color: #e74c3c;
}

.progress-yellow {
    background-color: #f1c40f;
}

.progress-green {
    background-color: #2ecc71;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 91%);
    display: none;
    z-index: 9999;
}


.modal-box label {
    display: block; /* Make labels block to push inputs to next line */
    margin-top: 15px; /* Spacing between fields */
    font-weight: bold; /* Optional, to highlight labels */
}

.modal-box input, select {
    display: block; /* Make inputs block-level */
    width: 100%; /* Full width inside container */
    padding: 8px;
    margin-top: 5px; /* Space below label */
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.location-row {
    display: flex;
    gap: 15px;
}

    /* Each dropdown half width */
    .location-row select {
        width: 50%;
        font-size: 14px;
    }

#selectedPerks {
    margin-top: 10px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 30px;
    background: #f8f8f8;
    font-size: 14px;
}

.multi-select {
    position: relative;
    margin-top: 5px;
}

.select-box {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    background: #fff;
    text-align: left;
}

    .select-box:after {
        content: "▼";
        float: right;
        font-size: 12px;
    }

.checkbox-list-speciality {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    max-height: 180px;
    overflow-y: auto;
    z-index: 1000;
    padding: 8px;
}

/*  .checkbox-list-speciality label {
    font-weight: normal;
    display: block;
    margin-bottom: 6px;
    } */

.selected-text {
    color: #666;
    font-size: 14px;
}

.multi-select .checkbox-list-speciality label {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
}

.multi-select .checkbox-list-speciality input[type="checkbox"] {
    margin-right: 8px;
    width: auto;
    margin-top: 0px !important;
}

.required-field {
    border: 1px solid red !important;
    /* background-color: #edc9c9 !important; */
}

.cancel-custom-btn {
    color: black;
    background: #f1f1f1;
    border: none;
    padding: 10px 18px;
    border-radius: 5px;
    cursor: pointer;
}
    .cancel-custom-btn:hover {
        background: #ddd;
    }
/*.confetti-piece {
    position: fixed;
    width: 8px;
    height: 8px;
    top: -10px;
    animation: fall 2.5s infinite linear;
}

@keyframes fall {
    to {
        transform: translateY(600px) rotate(360deg);
        opacity: 0
    }
}

.confetti-piece:nth-child(1) {
    background: #ff6b6b;
    left: 10%
}

.confetti-piece:nth-child(2) {
    background: #fbc531;
    left: 30%
}

.confetti-piece:nth-child(3) {
    background: #4cd137;
    left: 50%
}

.confetti-piece:nth-child(4) {
    background: #00a8ff;
    left: 70%
}

.confetti-piece:nth-child(5) {
    background: #9c88ff;
    left: 90%
}*/
/* Animations */
@keyframes fadeInUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 720px) {
    .row-job {
        grid-template-columns: 1fr !important;
        gap: 8px 0;
        margin-bottom: 22px;
    }

    .value-job {
        width: 100%;
       /* text-align: center;*/
        white-space: normal;
    }
}