.search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    max-width: 800px;
    margin: 0 auto;
}

.search-box {
    display: flex;
    align-items: center;
    border: 1px solid #d8dadd;
    padding: 7px 15px;
    border-radius: 5px 5px 5px 5px;
    flex: 1;
    min-width: 350px;
}

.search-box input {
    border: none;
    background: none;
    width: 100%;
    outline: none;
    font-size: 15px;
}

.dropdown-box {
    /* background-color: #f1f3f6; */
    border: 1px solid #d8dadd;
    border-top: 1px solid #d8dadd;
    border-bottom: 1px solid #d8dadd;
    border-radius: 5px 5px 5px 5px;
    padding: 7px 15px;
    font-size: 15px;
}

.dropdown-box select {
    border: none;
    background: none;
    outline: none;
    font-size: 15px;
    width:250px;
}

.location-box {
    display: flex;
    align-items: center;
    /* background-color: #f1f3f6; */
    border: 1px solid #d8dadd;
    border-radius: 5px 5px 5px 5px;
    padding: 7px 15px;
    flex: 1;
    min-width: 350px;
}
.location-box input {
    border: none;
    background: none;
    width: 100%;
    outline: none;
    font-size: 15px;
}

.btn-manual-search{
    background-color:#272d39;
    color: #fff;
}

.btn-manual-search:hover{
    /* Light grey */
    background-color: #434a5c ;
    color: #fff;
}

.icons-right {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    font-size: 18px;
    color: #000;
}

.bottom-nav a{
    text-decoration: none;
    font-weight: 500;
    padding-bottom: .5rem;
}

.bottom-nav a.active{
    color: #175df3 !important;
    border-bottom:1px solid #175df3;
    font-weight: bold;
}

.blue-filter {
    filter: brightness(0) saturate(100%) invert(25%) sepia(98%) saturate(745%) hue-rotate(204deg) brightness(98%) contrast(101%);
}

.upload-box{
    background-color: #f5f7ff;
    color: #175df3;
    border: none;
}

.easy-apply-box{
    max-width: 120px;
    background-color: #c4ddf3;
    color: #175df3;
}

.card-job-madie{
    background-color: #fbfaff !important;
    border: 2px solid #bd94fa;
}

.card-job{
    border: 2px solid #e9eaec;
    border-radius: 20px;;
}

.card-job:hover{
    background-color: #f5f8ff !important;
}

.card-job:active,
.card-job.active{
    background-color: #f5f8ff !important;
    border: 2px solid #004eec;
    cursor: pointer;
}

.bookmark-inactive{
    color: #002367;
    font-weight: 900;
    text-shadow: -0.5px -0.5px 0 currentColor,
                 0.5px -0.5px 0 currentColor,
                 -0.5px 0.5px 0 currentColor,
                 0.5px 0.5px 0 currentColor;
}

/* Buttons */
.filter-bar {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
}

.custom-rounded{
    border-radius: 50px;
}

.btn-easy-apply {
    background-color: #0061ff;
    color: #fff;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    border: none;
}

.btn-easy-apply:hover{
    background-color: #3280FF;
}

.btn-filter {
  background-color: #f8f9fa;
  border: none;
  border-radius: 50px;
  padding: 0.5rem 1.25rem;
  font-weight: 500;
  color: #212529;
  cursor: pointer;
  position: relative;
}

.btn-filter:hover {
  background-color: #e9ecef;
}

.btn-filter.active-filter {
  background-color: #e5e9f4;
  color: #004eec;
}

.clear-all-btn {
  color: #004eec;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  cursor: pointer;
  padding: 0.5rem 1.25rem;
}

.clear-all-btn:hover {
  text-decoration: underline;
}

/* Dropdown styles */

.filter-dropdown {
  position: absolute;
  top: 110%;
  left: 0;
  min-width: 300px;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
  z-index: 999999;
  display: none;
  animation: dropdownFade 0.2s ease;
}

@keyframes dropdownFade {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

.filter-dropdown label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  cursor: pointer;
}

.filter-dropdown input[type="checkbox"],
.filter-dropdown input[type="radio"] {
  margin-right: 0.5rem;
}

.filter-dropdown.active {
  display: block;
}

.dropdown-title {
  font-weight: 600;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.25rem;
  margin-bottom: 0.75rem;
}

.icon-bolt {
    font-size: 1rem;
}

/* .job-salary{
    color: #008c66;
} */

.company-logo{
    height: 30px;
    width: 30px;
    object-fit: contain;
}

/* Resume Match Section */
.match-box {
    background-color: #fbfaff;
    padding: 16px 20px;
    border-top: 1px solid #c99cfb;
    border-bottom: 1px solid #c99cfb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upload-btn {
    background: linear-gradient(90deg, #D6C4FF 0%, #6B3BFF 100%);
    border: none;
    color: white;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.upload-btn:hover {
    background-color: #009146;
}

.text--success{
    color: #34a171;
}

.text--primary{
    color: #2daad9;
}

.text-gray{
    color: #425466;
}

/* Job Details */
.job-description {
    /* max-height: 150px; */
    overflow: hidden;
    /* position: relative; */
    transition: max-height 0.4s ease;
}

/* .job-description::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), white 90%);
    pointer-events: none;
} */

.job-description.expanded {
    max-height: none;
}

.job-description.expanded::after {
    display: none;
}

.btn-bookmark-unfill{
    background-color: #f0f4ff;
    color: #004fec;
    font-weight: 900;
    text-shadow: -0.5px -0.5px 0 currentColor,
                 0.5px -0.5px 0 currentColor,
                 -0.5px 0.5px 0 currentColor,
                 0.5px 0.5px 0 currentColor;
    border: none;
}

.btn-bookmark-fill{
      background-color: #004fec;
}


.btn-bookmark:hover{
        /* lighter than 004fec */
        background-color: #d0e2ff;
        color: #004fec;
}

/* Bookmark */
/* .bookmark-section:hover{
    cursor: pointer;
    background-color: #f2f3f7;
} */

.skill-section2{
    border: 1px solid #0b9250;
}

.text-green-700{
    color: #087443;
}

.text-green-500{
    color: #16b465 !important;
}

.text-purple-600{
  color: #623ae2;
}

.text-purple-700{
    color: #6a38ef;
}

#suggestion-header{
    background-color:#f5f3ff;
    border-radius: 50px;
}

.reportJobListing{
    cursor: pointer;
}


/* Skeleton load */
.skeleton {
    background: linear-gradient(90deg, #e9e9e9 0px, #f5f5f5 40px, #e9e9e9 80px);
    background-size: 600px;
    animation: shimmer 1.6s infinite linear;
    border-radius: 6px;
}

.skeleton-circle {
    border-radius: 50%;
}

.skeleton-box {
    border-radius: 8px;
}

.skeleton-text {
    height: 16px;
}

.skeleton-badge {
    width: 90px;
    height: 28px;
    border-radius: 6px;
}

.skeleton-card {
    border-radius: 10px;
    height: 120px;
}

.skeleton-multiline {
    height: 80px;
    width: 100%;
    border-radius: 8px;
}

@keyframes shimmer {
    0% { background-position: -600px 0; }
    100% { background-position: 600px 0; }
}


#label-location,
#label-title {
    color: #175df3;
    font-weight: bold;
}

/* Desktop - Hide header */
.job-details-header {
    display: none;
}

/* Mobile Job Details Slide-in Panel */
@media (max-width: 500px) {
    .job-details-header {
        position: sticky;
        top: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: white;
        padding: 1rem;
        border-bottom: 1px solid #e9eaec;
        z-index: 1001;
    }

    .job-details-header h5 {
        font-weight: 600;
        color: #212529;
        margin-bottom: 0;
    }

    .job-detail-close-btn {
        background: none;
        border: none;
        padding: 0.5rem;
        font-size: 1.5rem;
        cursor: pointer;
        color: #212529;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .job-detail-close-btn:hover {
        color: #0d6efd;
    }

    #job-detail-container,
    #job-detail-skeleton {
        padding: 1rem;
    }

    .easy-apply-text{
        display: none;
    }

    #remote-dropdown{
        left: -135%;
    }
}