.sticky-title { 
            color: #0073aa !important; 
            font-weight: 600; 
        }
        tr.sticky-post {
            background-color: #f8f9fa;
        }
        .fast-moving-jobs-tag {
            display: inline-block;
            background-color: #28a745;
            color: white;
            padding: 2px 8px;
            border-radius: 3px;
            font-size: 12px;
            margin-left: 8px;
            font-weight: 500;
        }

.new-job-badge {
        display: inline-block;
        background-color: #1e73be;
        color: white;
        padding: 3px 8px;
        border-radius: 12px;
        font-size: 11px;
        margin-left: 8px;
        font-weight: 500;
        text-transform: uppercase;
    }
    
    .new-job-time {
        color: #1e73be;
        font-size: 12px;
        margin-left: 5px;
        font-weight: 500;
    }
    
    .apply-now-button {
        display: inline-block;
        background-color: #1e73be;
        color: white;
        padding: 6px 12px;
        border-radius: 4px;
        text-decoration: none;
        font-weight: 500;
        transition: background-color 0.3s;
    }
    
    .apply-now-button:hover {
        background-color: #155a9b;
        color: white;
    }
    
    .dataTables_wrapper .dataTables_paginate {
        margin: 15px 0;
    }
    
    .dataTables_wrapper .dataTables_filter input {
        margin-left: 10px;
        padding: 8px 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    }
    
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        padding: 10px;
    }

    /* Popup Modal Styles */
    #ipt-popup-modal {
        display: none;
        position: fixed;
        top: 400px;
        left: 300px;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: 9999;
        justify-content: center;
        align-items: center;
		
    }
    
    #ipt-popup-modal > div {
        background: white;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.15);
        max-width: 500px;
        text-align: center;
    }
    
    #ipt-popup-modal h3 {
        margin-top: 0;
        color: #4f46e5;
    }
    
    #ipt-popup-modal p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 25px;
    }
    
    #ipt-popup-modal div:last-child {
        display: flex;
        justify-content: center;
        gap: 15px;
    }
    
    #ipt-popup-confirm {
        background: #4f46e5;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 4px;
        cursor: pointer;
        font-weight: 500;
    }
 #ipt-popup-cancel {
        background: #f3f4f6;
        color: #4b5563;
        border: 1px solid #e5e7eb;
        padding: 10px 20px;
        border-radius: 4px;
        cursor: pointer;
    }
.bulb-icon {
  font-size: 28px;
  color: #f4c430; /* Yellow like a glowing bulb */
}
