.job-card{
                cursor: pointer;
            }
          .job-card {
            background: white;
            border-radius: 8px;
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
            padding: 20px;
            max-width: 900px;
        }
        
        /* FLEXBOX for 3 Columns */
        .job-grid {
            display: flex;
            justify-content: space-between;
            gap: 20px;
        }
        
        /* Column 1: Profile Logo */
        .col-2.job-logo {
            flex: 0 0 10%;
            display: flex;
        }
        .job-posted{
            color: #888;
            font-family: Poppins;
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }
        .job-logo span {
            border-radius: 10.732px;
            background: #FFF;
            box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
            width: 65px;
            height: 60px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 16px;
            color: #3b5998;
        }
        
        /* Column 2: Job Description */
        .col-9.job-description {
            flex: 1;
        }
        
        .job-role {
            color: #000;
            font-family: Poppins;
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }
        .view-details {
            color: #4EA647;
            font-family: Poppins;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }
        .job-meta {
            display: flex;
            gap: 15px;
            font-size: 14px;
            color: #333;
        }
        
        .job-meta p {
            margin: 0;
            display: flex;
            align-items: center;
        }
        
        .job-meta i {
            margin-right: 5px;
        }
        
        .btn-outline-primary{
            color: #175DA8 !important;
            border: 1px solid #175DA8 !important;
        }
        .btn-outline-primary:hover{
            color: #175DA8 !important;
            background: transparent !important;
            border: 1px solid #175DA8 !important;
        }
        
        /* Column 3: Matched Job Button */
        .col-1.job-matched {
            flex: 0 0 15%;
            /*text-align: right;*/
        }
        .requirement-details{
            color: #000;
            font-family: Poppins;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }
        .devider-line {
            
            color: #175DA8;
        }
        .requirement-details strong {
            color: #747474;
            font-family: Poppins;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }
        
        .job-matched-btn {
            background: #d1e7fd;
            color: #004085;
            padding: 5px 10px;
            border-radius: 5px;
            border: none;
            font-size: 12px;
            width: 100%;
        }
        
        /* Divider */
        .divider {
            margin: 0;
            border: 0;
            height: 1px;
            background: #888;
        }
        
        /* Job Info Section */
        .job-info {
            font-size: 14px;
            color: #333;
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
        }
        
        /* Job Actions */
        .job-actions {
            display: flex;
            gap: 10px;
            margin-top: 15px;
        }
        

        .filter-header {
            color: var(--Deeesha-Blue, #175DA8);
            font-family: Poppins;
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }
        .jobs-page-title{
            color: var(--Deeesha-Blue, #175DA8);
            font-family: Poppins;
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }
        .filters-section{
            padding: 10px;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
            scrollbar-width: none !important;
        }
        .filters-section h6{
            color: #000;
            font-family: 'Poppins';
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }
        hr{
            background: #B2B2B2;
        }
        .no-jobs-image{
            height: 200px;
            width: 300px;
        }
        /* Mobile Responsive*/
        .job-card-container {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        .job-card-wrapper{
            border-radius: 10px;
            box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
            background: #fff;
            padding: 10px;
        }
        
        .job-card-logo {
            flex: 2;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .job-card-details {
            flex: 9;
            padding-left: 10px;
        }
        
        .job-card-matched {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }
/*Mobile responsive end*/

/*pagination code*/

.pagination-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

.pagination-info {
    color: #666;
    margin-bottom: 10px;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pagination a {
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #0066cc;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pagination a.active {
    background-color: #0066cc;
    color: white;
    border-color: #0066cc;
}

.pagination a:hover:not(.active) {
    background-color: #f0f0f0;
}

.pagination-arrow {
    font-weight: bold;
}

.pagination-dots {
    padding: 0 5px;
    color: #666;
}

/* Search Filters*/
.search-container {
    display: flex;
    align-items: center;
   
    margin-bottom: 15px;
    padding: 5px;
    padding-left: 13px;
    border-radius: 28px;
    background: #FFF;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
}

.search-container input {
    border: none;
}
#search:focus,
#searchjob:focus,
#search:hover,
#search:active {
    border-color: #ccc; /* Keep border color same */
    box-shadow: none; /* Remove focus and hover effects */
}


@media (max-width: 768px) {
    .pagination a {
        padding: 6px 10px;
    }
    
    .pagination-info {
        font-size: 14px;
    }
}
        
/*Filter section*/
        #filters-section-web{
            border-radius: 12px;
            background: #FFF;
            box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
            padding: 28px;
        }   
        .filters-section {
            padding: 10px;
            border-bottom: 1px solid #ddd;
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto; /* Enable horizontal scrolling */
            -ms-overflow-style: none; /* Hide scrollbar in IE/Edge */
            scrollbar-width: none; 
        }
    
        .filters-section select,
        .filters-section input,
        .filters-section button {
            flex-shrink: 0; /* Prevent items from shrinking */
            font-size: 12px; /* Larger font size for readability */
            /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
        }
    
        /* Customize horizontal scrollbar */
        .filters-section::-webkit-scrollbar {
            height: 8px; /* Slightly larger scrollbar */
        }
    
        .filters-section::-webkit-scrollbar-thumb {
            background-color: #aaa;
            border-radius: 4px;
        }
    
        .filters-section::-webkit-scrollbar-track {
            background-color: #f5f5f5;
        }
    
        /* Add spacing between dropdown text and the dropdown arrow */
        .form-select {
            padding-right: 30px; 
        }
        .notify-btn{
            margin-right: 10px;
        }
    
        .popup-overlay {
            position: fixed;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: flex;
            justify-content: center;
            align-items: center;
        }
    
        .popup-content {
            background: white;
            padding: 20px;
            width: 400px;
            border-radius: 10px;
            text-align: center;
            position: relative;
            max-height: 100vh;
            z-index: 1050 !important;
            right: 5px;
            position: absolute;
            top: 5px;
        }
    
        .close-popup {
            cursor: pointer;
            font-size: 24px;
            position: absolute;
            top: 10px;
            right: 15px;
            font-weight: bold;
        }
        .job-description-title{
            color: #000;
            font-family: 'Poppins';
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }
        
        .job-description-helptext{
            color: var(--Deeesha-Blue, #175DA8);
            font-family: 'Poppins';
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }
        .job-description-container {
            max-height: 250px; /* Adjust height as needed */
            overflow-y: auto;
            border-radius: 5px;
            scrollbar-width: none;
        }
    
        /* Add a smooth scrollbar effect */
        .job-description-container::-webkit-scrollbar {
            width: 6px;
        }
    
        .job-description-container::-webkit-scrollbar-track {
            background: #f1f1f1;
        }
    
        .job-description-container::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 4px;
        }
    
        .job-description-container::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.bottom-sheet-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  transition: all 0.3s ease;
}

.bottom-sheet {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 16px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
}

.bottom-sheet.active {
  transform: translateY(0);
}

.bottom-sheet-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.bottom-sheet-content {
  overflow-y: auto;
  padding: 8px 0;
  flex-grow: 1;
}

.bottom-sheet-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid #eee;
  margin-top: 12px;
}

.close-bottom-sheet {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.filter-option {
  padding: 12px 8px;
  border-bottom: 1px solid #f5f5f5;
}

.filter-option:last-child {
  border-bottom: none;
}

.filter-option.selected {
  background-color: #f5f9ff;
  color: #175DA8;
  font-weight: 500;
}

.filter-option input[type="radio"] {
  margin-right: 10px;
}

.option-group {
  margin-bottom: 16px;
}

.option-group-title {
  font-weight: 500;
  margin-bottom: 8px;
  color: #555;
}

/* Handle for the bottom sheet */
.bottom-sheet-handle {
  width: 40px;
  height: 5px;
  background-color: #ddd;
  border-radius: 4px;
  margin: 0 auto 16px;
}
        
        @media screen and (max-width: 768px) {
            .job-logo span {
                width: 40px;
                height: 40px;
                font-size: 13px;
            }
            
            #job-listing-web {
                display: none !important;
            }
            #job-listing-mobile {
                display: block !important;
            }
            .job-matched-btn{
                padding: 5px 5px;
            }
            .col-md-3{
                padding: 0;
            }
            .col-md-9{
                padding: 0;
            }
            .job-card{
                margin: 10px 0px;
            }
            #filters-section-mobile{
                display: block ;
                scrollbar-width: none !important;
            }
            #filters-section-web{
                display: none !important;
            }
            .jobs-page-title{
                font-size: 20px;
            }
            .job-description-title{
                font-size: 13px;
            }
            .job-description-helptext{
                font-size: 12px;
            }
            .popup-content {
                margin-top: 7rem;
                height: 100vh;
                padding: 10px 0;
                top: 0px;
            }
            .popup-overlay {
                background: none;
            }
            
            .next-step{
                width: 328px !important;
            }
            .close-popup {
                right: 15px;
                left: auto;
            }
            .department-section,
            .job-meta,
            .job-info {
                font-size: 13px;
            }
            .job-actions button {
                font-size: 14px;
                width: 100%;
            }
            .devider-line {
              color: #175DA8;
              margin-top: 2px;
            }
            .filters-section select,
            .filters-section input,
            .filters-section button {
                flex-shrink: 0; /* Prevent items from shrinking */
                font-size: 12px; /* Larger font size for readability */
                box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            }
            .job-additional-description{
                padding: 0 1rem;
            }
            #search-icon-mobile{
                display: block !important;
            }
            #search-container-web{
                display: none !important;
            }
            #search-container-mobile{
                display: none;
            }
            .search-container{
                border-radius: 12px !important;
            }
        }
        @media screen and (min-width: 769px) {
            #job-listing-web {
                display: block !important;
            }
            #job-listing-mobile {
                display: none !important;
            }
            #filters-section-mobile{
                display: none !important;
            }
            #filters-section-web{
                display: block !important;
            }
            #search-icon-mobile{
                display: none !important;
            }
            #search-container-mobile{
                display: none;
            }
            
            
        }
        @media screen and (max-width: 400px) {
            .job-logo {
                width: 30px;
                height: 30px;
                font-size: 12px;
            }
            .job-role {
                color: #000;
                font-family: 'Poppins';
                font-size: 14px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
            }
            .job-matched-btn{
                font-size: 0;
            }
            .company-name {
                font-size: 12px;
            }
            .salary-icon{
                font-size: 12px;
            }
            .location-icon{
                font-size: 12px;
            }
            /* body{
                overflow: hidden;
            } */
        } 
        @media screen and (max-width: 360px) {
            .popup-content {
                width: 360px;
            }
        }
         
  .ajax-loader {
      position: fixed;
      top: 0; 
      left: 0; 
      right: 0; 
      bottom: 0;
      width: 100%;
      height: 100%; 
      background-color: rgba(255, 255, 255, 0.7);
      z-index: 9999; 
      display: flex;
      justify-content: center; 
      align-items: center;
    }

    .ajax-loader-conatainer {
      position: absolute;
      top: 50%;
      left: 57%;
      transform: translate(-50%, -50%);
      text-align: center;
    }

    /* New circle loader styles */
    .circle-loader {
      width: 50px;
      aspect-ratio: 1;
      display: grid;
      border: 4px solid #0000;
      border-radius: 50%;
      border-right-color: #25b09b;
      animation: l15 1s infinite linear;
      margin: 0 auto; /* Center the loader */
    }

    .circle-loader::before,
    .circle-loader::after {    
      content: "";
      grid-area: 1/1;
      margin: 2px;
      border: inherit;
      border-radius: 50%;
      animation: l15 2s infinite;
    }

    .circle-loader::after {
      margin: 8px;
      animation-duration: 3s;
    }

    @keyframes l15 { 
      100% { transform: rotate(1turn) }
    }

    @media (max-width: 576px) {
    
    .ajax-loader-conatainer {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
    }
    }
    
    