/* admin dashboard */

/* Header Styles */
.header {
    background-color: #ffffff;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    max-width: 1400px;
    margin: 0 auto;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 32px;
}

.logo {
    display: flex;
    align-items: center;
}

.logo-img {
    height: 40px;
    width: auto;
    display: block;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #111827;
    font-size: 16px;
    transition: color 0.2s;
    padding: 8px 12px;
    border-radius: 6px;
}

.nav-link:hover {
    color: #2563eb;
    background-color: #f3f4f6;
}

.nav-link.active {
    color: #2563eb;
    background-color: #eff6ff;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.user-profile {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #111827;
    font-size: 16px;
}

.logout-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #111827;
    font-size: 16px;
    transition: color 0.2s;
}

.logout-link:hover {
    color: #dc2626;
}

.icon {
    width: 20px;
    height: 20px;
    display: block;
}

.header-separator {
    height: 1px;
    background-color: #e5e7eb;
    width: 100%;
}
/* admin dashboard end */


/* Header Styles */
.user_header {
    background-color: #ffffff;
}

.user_header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    max-width: 1400px;
    margin: 0 auto;
}

.user_header-left {
    display: flex;
    align-items: center;
    gap: 32px;
}

.user_logo {
    display: flex;
    align-items: center;
}

.user_logo-img {
    height: 90px;
    width: auto;
    display: block;
}

.user_jobs-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #111827;
    font-size: 16px;
    transition: color 0.2s;
}

.user_jobs-link:hover {
    color: #2563eb;
}

.user_header-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.user_user-profile {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #111827;
    font-size: 16px;
}

.user_logout-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #111827;
    font-size: 16px;
    transition: color 0.2s;
}

.user_logout-link:hover {
    color: #dc2626;
}

.user_icon {
    width: 20px;
    height: 20px;
    display: block;
}

.user_header-separator {
    height: 1px;
    background-color: #e5e7eb;
    width: 100%;
}
#wpadminbar {
    display: none;
}
.nav-menu {
        gap: 16px;
        flex-wrap: wrap;
    }
.nav-menu {
    display: flex;
    align-items: center;
    gap: 32px;
}

.btn-primary {
    background-color: #4A90E2;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.btn-primary:hover {
    background-color: #357ABD;
}
.btn-small {
    padding: 8px 16px;
    font-size: 14px;
}

/* footer */



/* Footer Styles */
.footer {
    
    background-color: #1f2937;
    color: #ffffff;
    margin-top: 0px !important;
    padding-top: 48px;
    padding-bottom: 24px;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
}

.footer-section {
    display: flex;
    flex-direction: column;
}

.footer-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.footer-description {
    font-size: 14px;
    color: #d1d5db;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #374151;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background-color: #2563eb;
    transform: translateY(-2px);
}

.footer-heading {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 16px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #d1d5db;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 24px;
    border-top: 1px solid #374151;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: #9ca3af;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .cards-container {
        grid-template-columns: 1fr;
    }

    .header-content {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .header-left {
        flex-wrap: wrap;
    }

    .header-right {
        width: 100%;
        justify-content: space-between;
    }

    .dashboard-title {
        font-size: 24px;
    }

    .job-listings-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .add-job-btn {
        width: 100%;
    }

    .jobs-table {
        font-size: 12px;
    }

    .jobs-table th,
    .jobs-table td {
        padding: 12px 8px;
    }

    .job-accessibility-controls {
        flex-direction: column;
        align-items: stretch;
    }

    .job-count-display {
        text-align: center;
    }

    .job-count-buttons {
        flex-direction: row;
        justify-content: center;
    }

    .confirm-btn {
        margin-left: 0;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}
/* loading page */
