

body,
p {
    font-family: "Jost", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
}

h5 {
    font-weight: 400;
}

a {
    text-decoration: none;
}

.brd-rad {
    border-radius: 50px;
}

.f-20 {
    font-size: 20px;
}

.innerpaddarea {
    padding-left: 30px;
}

.orangebg {
    background: url("../images/orange-bg.png") no-repeat right bottom;
}

/* Sidebar */
.sidebar {
    background-color: #f8f9fa;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    min-height: 90vh;
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-right: 1px solid #ddd;
    padding-top: 2rem;
}

    .sidebar span.text-warning {
        color: #f7931e !important;
    }

    .sidebar p {
        font-weight: 600;
    }

    .sidebar .nav-link {
        display: block;
        width: 100%;
        padding: 12px 20px;
        color: #000;
        font-size: 18px;
        font-weight: 400;
        border-radius: 0;
        text-align: left;
        transition: all 0.3s ease;
        margin-bottom: 5px;
    }

        .sidebar .nav-link.active,
        .sidebar .nav-link:hover {
            background-color: #e0e1e1;
            color: #000;
            font-weight: 700;
            box-shadow: inset 4px 0 0 #f7931e;
        }

.logout-area {
    padding: 15px 0;
    margin-top: 120px;
}

    .logout-area a {
        font-size: 20px;
        font-weight: 600;
        color: #000;
    }

#sidebarMenu {
    margin: 0vh 0px;
    overflow-y: auto;
    scrollbar-width: none;
}

.h-90vh {
    height: 90vh;
}

#sidebarMenu::-webkit-scrollbar {
    width: 6px;
}

#sidebarMenu::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    border-radius: 10px;
}

.logo-w {
    max-width: 240px;
    padding: 0 20px;
}

/* Topbar */
.topbar {
    padding: 10px 0;
    background-color: #fff;
    flex-wrap: wrap;
}

    .topbar h6 {
        font-weight: 600;
        font-size: 15px;
        color: #000;
        margin: 0;
    }

.search-box input {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    font-size: 13px;
    color: #444;
    transition: all 0.3s ease;
}

    .search-box input:focus {
        border-color: #f7931e;
        box-shadow: 0 0 4px rgba(247, 147, 30, 0.3);
    }

.search-box i {
    font-size: 14px;
}

.userprofile img {
    max-width: 30px;
}

.userprofile h6 {
    font-size: 24px;
}

ul.userprofile-rightarea li {
    list-style: none;
    display: inline-flex;
    margin-right: 10px;
}

    ul.userprofile-rightarea li:last-child {
        margin-right: 0;
    }

.userprofile-rightarea {
    text-align: right;
}

.alumini-detailarea {
    padding: 4px 20px;
}

.searchbox {
    position: relative;
    top: -5px;
}

    .searchbox .form-control {
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.6);
        line-height: 26px;
    }

.w-20 {
    max-width: 20px;
}

.profilearea span {
    font-size: 20px;
}

.profile-placeholder img {
    border: 1px solid #000;
    border-radius: 100px;
}

.profile-placeholder {
    margin-bottom: 20px;
}

.schoolalumni_title h5 {
    font-size: 14px;
}

.schoolalumni_title h6 {
    font-size: 16px;
}

.schoolarea h5 {
    font-size: 14px;
}



.brd-green {
    color: #000;
    background: #6deb10;
    padding: 10px 26px;
}

.alumini-detailarea .card {
    box-shadow: 0px 4px 8.6px 0px rgba(0, 0, 0, 0.25) !important;
    padding: 30px 30px !important;
}

/* login page css start */
.login_page {
    background: linear-gradient( 90.19deg, rgba(224, 135, 65, 0.55) 0.17%, rgba(224, 135, 65, 0.2) 74.31%, rgba(224, 135, 65, 0.1) 86.67%, rgba(224, 135, 65, 0) 99.03% );
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 60px 0px 60px 0px;
}

.login-container {
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.main_logo_sec {
    text-align: center;
}

.login-container h2 {
    margin-bottom: 25px;
    font-size: 24px;
    color: #333;
    text-align: center;
}

.input-group {
    position: relative;
    margin-bottom: 20px;
}

    .input-group input {
        width: 100%;
        padding: 12px 40px 12px 15px;
        border-radius: 30px 30px 30px 30px !important;
        border: 1px solid #ddd;
        outline: none;
        font-size: 14px;
    }

    .input-group label {
        display: block;
        text-align: left;
        margin-bottom: 5px;
        font-size: 14px;
        color: #333;
    }

    .input-group .toggle-password {
        position: absolute;
        right: 15px;
        /*  top: 38px;*/
        cursor: pointer;
        font-size: 18px;
        color: #888;
    }

.options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-bottom: 20px;
}

    .options label {
        display: flex;
        align-items: center;
        gap: 5px;
        cursor: pointer;
    }

    .options a {
        color: #333;
        text-decoration: none;
        font-weight: 500;
    }

.login-btn {
    all: unset;
    width: 40%;
    padding: 12px;
    background: #072f2f;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 20px;
}

    .login-btn:hover {
        color: #fff;
    }

.footer_link {
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
}

    .divider::before,
    .divider::after {
        content: "";
        flex: 1;
        height: 1px;
        background: #ddd;
        margin: 0 10px;
    }

.social-login {
    display: flex;
    justify-content: center;
    gap: 15px;
}

    .social-login a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #f5f5f5;
        text-decoration: none;
        font-size: 18px;
    }

        .social-login a.facebook {
            color: #1877f2;
        }

        .social-login a.linkedin {
            color: #0a66c2;
        }

        .social-login a.google {
            color: #db4437;
        }

img {
    max-width: 100%;
}

.login_alumni_title {
    padding: 30px 0px;
}

.register-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 30px 10px;
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 175px;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    padding: 0 50px;
    text-align: center;
    font-weight: 500;
    transition: 0.3s;
}

    .box:nth-child(1) {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .box:nth-child(2) {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .box:nth-child(3) {
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .box:nth-child(4) {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .box.alumni {
        background: #D0EFFF;
    }

    .box.college {
        background: #E0F7E9;
        color: #333;
    }

    .box.association {
        background: #EDE5FF;
    }

    .box.institute {
        background: #FFF3E0;
        color: #333;
    }

    .box:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

.forgot-form label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    display: block;
    margin-bottom: 6px;
}

.input-group {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}

.country-code {
    background: #f5f5f5;
    padding: 12px 15px;
    font-size: 14px;
    color: #555;
    border-right: 1px solid #ddd;
}

.input-group input {
    flex: 1;
    border: none;
    outline: none;
    padding: 12px 15px;
    font-size: 14px;
    border-radius: 30px;
}

.otp-btn {
    width: 40%;
    padding: 12px;
    border: none;
    border-radius: 30px;
    background: #072f2f;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 2rem;
}

    .otp-btn:hover {
        background: #094545;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(26, 58, 58, 0.3);
    }

.otp-instruction {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
}

.otp-sent-text {
    font-size: 13px;
    color: #777;
    margin-bottom: 20px;
}

.otp-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

    .otp-inputs input {
        width: 45px;
        height: 50px;
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 20px;
        outline: none;
        transition: border-color 0.3s;
    }

        .otp-inputs input:focus {
            border-color: #072f2f;
        }

.resend-text {
    font-size: 13px;
    color: #888;
    margin-bottom: 20px;
}

.continue-btn {
    width: 60%;
    padding: 12px;
    border: none;
    border-radius: 30px;
    background: #072f2f;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 10px;
}

    .continue-btn:hover {
        background: #094545;
    }

.otp-actions {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

    .otp-actions a {
        color: #072f2f;
        text-decoration: none;
        font-weight: 500;
    }

        .otp-actions a:hover {
            text-decoration: underline;
        }

/* login page css end  */
.search-container {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.search-box {
    position: relative;
    flex: 1;
}

    .search-box input,
    .search-box select {
        width: 100%;
        padding: 10px 12px 10px 36px;
        border: 1px solid #e0e0e0;
        border-radius: 50px;
        font-size: 14px;
        color: #666;
        transition: border-color 0.3s;
        background: white;
    }

        .search-box input:focus,
        .search-box select:focus {
            outline: none;
            border-color: #4a90e2;
        }

    .search-box select {
        cursor: pointer;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 12px center;
        padding-right: 36px;
    }

    .search-box.name-search::before {
        content: "🔍";
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
    }

    .search-box.year-search::before {
        content: "📅";
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
    }

.filter-btn {
    padding: 10px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: white;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    transition: all 0.3s;
}

    .filter-btn:hover {
        background: #f5f7fa;
        border-color: #4a90e2;
    }

.results-count {
    font-size: 13px;
    color: #666;
    margin-bottom: 16px;
}

.alumni-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.alumni-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s;
    cursor: pointer;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0px;
}

    .alumni-card:last-child {
        border-bottom: 0 !important;
    }

    .alumni-card:hover {
        background: #f8f9fa;
        transform: translateX(4px);
    }

.alumni-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.alumni-info {
    flex: 1;
}

.alumni-name {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 4px;
}

.alumni-company {
    font-size: 13px;
    margin-bottom: 4px;
}

.alumni-location {
    font-size: 12px;
    color: #999;
}

.no-results {
    text-align: center;
    padding: 40px 20px;
    color: #999;
    font-size: 14px;
}

.alumni_list {
    box-shadow: 0px 4px 8.6px 0px #00000040;
    padding: 30px 20px;
    border-radius: 30px;
}

.job-box {
    background: linear-gradient(180deg, #288998 0%, #0d2d32 100%);
    border-radius: 12px;
    padding: 20px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(44, 122, 123, 0.3);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    margin: 15px 0px;
}

    .job-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(44, 122, 123, 0.4);
        background: linear-gradient(135deg, #319795 0%, #2c7a7b 100%);
    }

    .job-box:active {
        transform: translateY(-2px);
    }

.job-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.jobs_item_outer {
    box-shadow: 0px 4px 8.6px 0px #00000040;
    padding: 24px 16px;
    margin-top: 10px;
    border-radius: 30px;
    min-height: 500px;
    margin-right: 30px;
}

.job-icon svg {
    width: 28px;
    height: 28px;
    fill: white;
}

.job-title {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
/* .jobs_item_outer.job_listing {
  padding: 20px 10px;
} */
.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.results-count {
    font-size: 16px;
    font-weight: 500;
    color: #2d3748;
}

.header-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.job_listing .search-box {
    position: relative;
    width: 280px;
}

    .job_listing .search-box input {
        width: 100%;
        padding: 10px 40px 10px 16px;
        border: 1px solid #e2e8f0;
        border-radius: 50px;
        font-size: 14px;
        background: white;
    }

        .job_listing .search-box input:focus {
            outline: none;
            border-color: #4a90e2;
        }

    .job_listing .search-box::after {
        content: "🔍";
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        pointer-events: none;
    }

    .job_listing .search-box .dropdown-icon {
        position: absolute;
        right: 35px;
        top: 50%;
        transform: translateY(-50%);
        color: #a0aec0;
        font-size: 12px;
        pointer-events: none;
    }

.add-btn {
    background: #1a3a3a;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

    .add-btn:hover {
        background: #0f2525;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(26, 58, 58, 0.3);
        color: #fff;
    }

.job-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    position: relative;
}

    .job-card:hover {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        transform: translateY(-2px);
    }

        .job-card:hover .action-buttons {
            opacity: 1;
            visibility: visible;
        }

.action-buttons {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.action-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 16px;
}

.edit-btn {
    background: #f7fafc;
    color: #2d3748;
}

    .edit-btn:hover {
        background: #edf2f7;
    }

.delete-btn {
    background: #fff5f5;
    color: #e53e3e;
}

    .delete-btn:hover {
        background: #fed7d7;
    }

.job_listing .job-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

.job_listing .job-logo {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #f0f4f8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid #e2e8f0;
}

    .job_listing .job-logo svg {
        width: 32px;
        height: 32px;
        fill: #2c5282;
    }

.job_listing .job-info {
    flex: 1;
}

.job_listing .job-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 6px;
}

.job_listing .job-experience {
    font-size: 13px;
    color: #718096;
    margin-bottom: 4px;
}

.job_listing .job-location {
    font-size: 13px;
    color: #718096;
}

.job_listing .job-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f0f4f8;
}

.time-badge {
    background: #fed7aa;
    color: #c05621;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}

.view-candidates-btn {
    background: transparent;
    color: #4a5568;
    border: none;
    padding: 6px 0;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s;
}

    .view-candidates-btn:hover {
        color: #2d3748;
        text-decoration: underline;
    }

.dashboard-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.dashboard-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.dashboard-card-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #1a202c;
}

.dashboard-card-icon {
    width: 20px;
    height: 20px;
}

.dashboard-see-all {
    color: #f97316;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s;
}

    .dashboard-see-all:hover {
        color: #ea580c;
    }

.dashboard-profile-section {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    border-bottom: 1px solid #f3f4f6;
    padding: 20px 0;
    margin-bottom: 40px;
}

.dashboard-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    /* border: 3px solid #e5e7eb; */
    background: #f3f4f6;
    flex-shrink: 0;
}

.dashboard-profile-text {
    flex: 1;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.6;
}

.dashboard-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 24px 0;
}

.dashboard-stat-card {
    position: relative;
    border-radius: 12px;
    padding: 10px;
    overflow: hidden;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .dashboard-stat-card.blue {
        background: #d0efff;
    }

    .dashboard-stat-card.green {
        background: #e0f7e9;
    }

.dashboard-stat-number {
    font-weight: 700;
    color: white;
    line-height: 1;
    background: #2481b1;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    line-height: 85px;
    font-size: 30px;
    text-align: center;
}

.dashboard-stat-label {
    font-size: 12px;
    font-weight: 500;
    color: 000;
    margin-top: 70px;
    max-width: 100px;
}

.dashboard-stat-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 110px;
    height: 140px;
    object-fit: cover;
}

.dashboard-update-btn {
    width: 100%;
    background: #1e3a3a;
    color: white;
    border: none;
    padding: 14px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .dashboard-update-btn:hover {
        background: #0f2525;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(30, 58, 58, 0.3);
    }

.dashboard-news-item {
    padding: 16px 0;
    border-bottom: 1px solid #f3f4f6;
}

    .dashboard-news-item:last-child {
        border-bottom: none;
    }

.dashboard-news-date {
    font-size: 12px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 8px;
}

.dashboard-news-text {
    font-size: 15px;
    color: #000;
    line-height: 1.6;
}

.dashboard-achievements-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.dashboard-achievement-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1;
    cursor: pointer;
    transition: transform 0.3s;
}

    .dashboard-achievement-card:hover {
        transform: scale(1.05);
    }

.dashboard-achievement-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard-achievement-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 12px;
}

.dashboard-achievement-text {
    font-size: 13px;
    color: black;
    line-height: 1.6;
}

.graduate-state {
    right: 0;
    width: 180px;
}


.form-container {
    background: white;
    border-radius: 16px;
}

.form-label {
    font-size: 13px;
    font-weight: 500;
    color: #1a202c;
    margin-bottom: 8px;
    display: block;
}

.form-control,
.form-select {
    border: 1px solid #e5e7eb;
    border-radius: 25px !important;
    padding: 12px 20px;
    font-size: 14px;
    color: #6b7280;
    transition: all 0.3s;
    background: white;
}

    .form-control:focus,
    .form-select:focus {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        outline: none;
    }

    .form-control::placeholder {
        color: #d1d5db;
    }

textarea.form-control {
    border-radius: 20px !important;
    min-height: 100px;
    resize: vertical;
}

.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 45px;
}

.submit-btn {
    background: #1a3a3a;
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 20px;
}

    .submit-btn:hover {
        background: #0f2525;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(26, 58, 58, 0.3);
    }

/*.row {
    margin-bottom: 20px;
}*/
/*
.form-container {
    background: white;
    padding: 40px;
    border-radius: 16px;
    max-width: 900px;
    margin: 0 auto;
}*/

.job-detail-container {
    background: white;
    padding: 40px;
    border-radius: 16px;
    max-width: 900px;
    margin: 0 auto 30px;
}

.job-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.job-detail-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 8px;
}

.job-detail-company {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

.job-detail-meta {
    text-align: right;
}

.job-detail-location,
.job-detail-info {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 6px;
}

.job-detail-dot {
    margin: 0 8px;
    font-size: 10px;
}

.job-detail-type {
    font-weight: 600;
    color: #1a202c;
}

.job-detail-applicants {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
}

    .job-detail-applicants:hover {
        text-decoration: underline;
    }

.job-detail-section {
    margin-bottom: 25px;
}

.job-detail-section-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 8px;
}

.job-detail-text {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

.job-detail-link {
    font-size: 13px;
    color: #3b82f6;
    text-decoration: none;
}

    .job-detail-link:hover {
        text-decoration: underline;
    }

.job-detail-grid {
    margin-bottom: 15px;
}

.form-label {
    font-size: 13px;
    font-weight: 500;
    color: #1a202c;
    margin-bottom: 8px;
    display: block;
}

.form-control,
.form-select {
    border: 1px solid #e5e7eb;
    border-radius: 25px !important;
    padding: 12px 20px;
    font-size: 14px;
    color: #6b7280;
    transition: all 0.3s;
    background: white;
}

    .form-control:focus,
    .form-select:focus {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        outline: none;
    }

    .form-control::placeholder {
        color: #d1d5db;
    }

textarea.form-control {
    border-radius: 20px !important;
    min-height: 100px;
    resize: vertical;
}

.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 45px;
}

.submit-btn {
    background: #1a3a3a;
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 20px;
}

    .submit-btn:hover {
        background: #0f2525;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(26, 58, 58, 0.3);
    }

/*.row {
    margin-bottom: 20px;
}*/

.text-blue {
    color: #2481b1;
    font-size: 22px;
}

@media (min-width: 1200px) {
    .otp-actions {
        max-width: 220px;
        margin: auto;
    }
    .alumni-latest-wrapper .container.mb-3 {
        padding: 0!important;
    }
    .col-xl-2.col-lg-3.col-md-3.mobspace {
        padding: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .logo-w {
        max-width: 200px;
    }
}


@media (max-width: 991px) {
    #sidebarMenu {
        width: 320px !important;
        height: calc(100vh - 56px) !important;
    }

    .login-container {
        padding: 50px;
    }

    .logo-w {
        max-width: 450px !important;
    }

    .mob-full-col .box {
        min-height: 250px !important;
        padding: 50px !important;
    }

    .box {
        font-size: 25px !important;
    }

    .col-12.text-end {
        text-align: center !important;
        margin-bottom: 30px !important;
    }

    .jobs_item_outer {
        padding: 40px 10px !important;
    }
}


@media (max-width: 767px) {
    .dashboard-stats-grid {
        display: block !important;
    }

    .dashboard-stat-card.blue {
        margin-bottom: 20px !important;
    }
}

.login_button {
    display: block;
    text-align: center;
    margin: 8% auto;
}



.main-heading {
    font-weight: 500;
    font-size: 1.75rem;
    color: #000000;
    line-height: 1.3;
}


/*======= 23-12-25 Start =========*/
#LoginForm {
    padding: 0;
    margin: 0;
}

.alumni-wrapper .col-md-9 {
    margin-left: auto;
    margin-right: auto;
}

.jobs_item_outer {
    margin-bottom: 30px;
}

.login_title {
    display: none;
}

@media (max-width: 767.9px) {
    .login_page_banner {
        display: none !important;
    }

    .navbar-brand {
        text-align: center;
        margin: auto;
        font-size: 2rem;
    }
}

/*.topbar {
    display: none !important;
}*/

.text-blue {
    color: #0a58ca !important;
    font-size: 17px !important;
}

.register-boxes a:hover {
    color: inherit !important;
}
/*====== 23-12-25 End    =========*/


.loader-div {
    position: fixed;
    inset: 0; /* top:0; right:0; bottom:0; left:0 */
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.4); /* light overlay */
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px); /* Safari support */
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid #0000;
    border-right-color: #d97e4399;
    animation: l24 1s infinite linear;
}

    .loader:before,
    .loader:after {
        content: "";
        position: absolute;
        inset: -8px;
        border-radius: 50%;
        border: inherit;
        animation: inherit;
        animation-duration: 2s;
    }

    .loader:after {
        animation-duration: 4s;
        border-right-color: #d97e43;
    }

@keyframes l24 {
    100% {
        transform: rotate(1turn);
    }
}

.required-asterisk {
    color: #dc3545;
    margin-left: 4px;
    font-weight: 600;
}

/*submit-btn*/
.cancle-btn {
    background: #e0e1e1;
    color: black;
    border: none;
    padding: 12px 40px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 20px;
}

.is-invalid-custom {
    border: 2px solid #dc3545 !important;
    outline: none !important;
    box-shadow: 0 0 0 0.25 rem rgba(220, 53, 69, 0.25) !important; /* Adds a red glow */
}



/* ============================= */
/* Job Status (Active / Inactive) */
/* ============================= */

/* Job Status Badge – fixed position */
.job-status-badge {
    position: absolute;
    top: 16px;
    right: 16px; /* moved from left to right */
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 5;
    letter-spacing: 0.3px;
    line-height: 1;
    white-space: nowrap;
}


/* Active Badge */
.job-status-active {
    background: #e6f7ef;
    color: #1f9254;
    border: 1px solid #b7ebd4;
}

/* Inactive Badge */
.job-status-inactive {
    background: #fee2e2;
    color: #dc2626;
    border: 1px solid #fca5a5;
}

/* Inactive Job Card Styling */
.job-card.inactive-job {
    opacity: 0.65;
    background: #f9fafb;
    cursor: not-allowed;
}

    /* Disable hover animation for inactive */
    .job-card.inactive-job:hover {
        transform: none;
        box-shadow: none;
    }

    /* Hide action buttons for inactive jobs */
    .job-card.inactive-job .action-buttons {
        display: none !important;
    }

    /* Optional: Dim footer content */
    .job-card.inactive-job .job-footer {
        opacity: 0.7;
    }

/* Ensure active jobs look normal */
.job-card.active-job {
    filter: none;
    opacity: 1;
}

/* =============================== */
/* FINAL HEADER STRUCTURE FIX      */
/* =============================== */

.job-card {
    position: relative;
}

    /* Make header vertical */
    .job-card .job-header {
        display: flex;
        flex-direction: column;
        gap: 6px;
        min-height: 85px;
    }

/* Status badge stays top-right */
.job-status-badge {
    position: absolute;
    top: 16px;
    right: 16px;
}

/* Title – single line, safe */
.job-card .job-title {
    color: #1a202c !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 100px;
    line-height: 1.4;
}

.job-card .job-title {
    margin-top: 5px;
    margin-bottom: 15px;
}

/* Force hide native checkbox for job toggle */
.job-card .toggler input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none;
}

.job-card .toggler {
    transform: scale(0.75);
    transform-origin: center;
}


/* From Uiverse.io by mobinkakei */
.toggler {
    width: 72px;
}

    .toggler input {
        display: none;
    }

    .toggler label {
        display: block;
        position: relative;
        width: 72px;
        height: 36px;
        border: 1px solid #d6d6d6;
        border-radius: 36px;
        background: #e4e8e8;
        cursor: pointer;
    }

        .toggler label::after {
            display: block;
            border-radius: 100%;
            background-color: #d7062a;
            content: '';
            animation-name: toggler-size;
            animation-duration: 0.15s;
            animation-timing-function: ease-out;
            animation-direction: forwards;
            animation-iteration-count: 1;
            animation-play-state: running;
        }

        .toggler label::after, .toggler label .toggler-on, .toggler label .toggler-off {
            position: absolute;
            top: 50%;
            left: 25%;
            width: 26px;
            height: 26px;
            transform: translateY(-50%) translateX(-50%);
            transition: left 0.15s ease-in-out, background-color 0.2s ease-out, width 0.15s ease-in-out, height 0.15s ease-in-out, opacity 0.15s ease-in-out;
        }

    .toggler input:checked + label::after, .toggler input:checked + label .toggler-on, .toggler input:checked + label .toggler-off {
        left: 75%;
    }

    .toggler input:checked + label::after {
        background-color: #50ac5d;
        animation-name: toggler-size2;
    }

    .toggler .toggler-on, .toggler .toggler-off {
        opacity: 1;
        z-index: 2;
    }

    .toggler input:checked + label .toggler-off, .toggler input:not(:checked) + label .toggler-on {
        width: 0;
        height: 0;
        opacity: 0;
    }

    .toggler .path {
        fill: none;
        stroke: #fefefe;
        stroke-width: 7px;
        stroke-linecap: round;
        stroke-miterlimit: 10;
    }

@keyframes toggler-size {
    0%, 100% {
        width: 26px;
        height: 26px;
    }

    50% {
        width: 20px;
        height: 20px;
    }
}

/* ================= HUB REGISTER DESIGN ================= */

/* Geometry control */
:root {
    --circle-size: 150px; /* center circle diameter */
    --gap: 8px; /* SAME gap everywhere */
}
/* ===== REMOVE LINK DEFAULT STYLES FOR HUB ===== */
.hub-wrapper a {
    color: #000; /* force black text */
    text-decoration: none; /* remove underline */
}

    .hub-wrapper a:visited,
    .hub-wrapper a:hover,
    .hub-wrapper a:active,
    .hub-wrapper a:focus {
        color: #000; /* stay black in all states */
        text-decoration: none;
    }

/* Wrapper */
.hub-wrapper {
    position: relative;
    width: 440px;
    height: 440px;
    margin: 40px auto;
}

    /* Common card */
    .hub-wrapper .card {
        position: absolute;
        width: 210px;
        height: 210px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 15px;
        font-weight: 500;
        border-radius: 36px;
    }

    /* Positions */
    .hub-wrapper .tl {
        top: 0;
        left: 0;
        background: #d9f2ff;
    }

    .hub-wrapper .tr {
        top: 0;
        right: 0;
        background: #e3f8ec;
    }

    .hub-wrapper .bl {
        bottom: 0;
        left: 0;
        background: #eee9ff;
    }

    .hub-wrapper .br {
        bottom: 0;
        right: 0;
        background: #fff2df;
    }

    /* Center circle */
    .hub-wrapper .center-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        width: var(--circle-size);
        height: var(--circle-size);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background: #FFDCDC;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        font-weight: 600;
        z-index: 10;
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
    }

    /* Inner circular cut (same radius as center) */
    .hub-wrapper .card::after {
        content: "";
        position: absolute;
        width: calc(var(--circle-size) + (var(--gap) * 2));
        height: calc(var(--circle-size) + (var(--gap) * 2));
        background: #ffffff; /* MUST match page background */
        border-radius: 50%;
    }

    /* PERFECT symmetric alignment */
    .hub-wrapper .tl::after {
        right: calc(-1 * ((var(--circle-size) / 2) + var(--gap)));
        bottom: calc(-1 * ((var(--circle-size) / 2) + var(--gap)));
    }

    .hub-wrapper .tr::after {
        left: calc(-1 * ((var(--circle-size) / 2) + var(--gap)));
        bottom: calc(-1 * ((var(--circle-size) / 2) + var(--gap)));
    }

    .hub-wrapper .bl::after {
        right: calc(-1 * ((var(--circle-size) / 2) + var(--gap)));
        top: calc(-1 * ((var(--circle-size) / 2) + var(--gap)));
    }

    .hub-wrapper .br::after {
        left: calc(-1 * ((var(--circle-size) / 2) + var(--gap)));
        top: calc(-1 * ((var(--circle-size) / 2) + var(--gap)));
    }

    /* Hover (optional) */
    .hub-wrapper .card:hover {
        transform: scale(1.02);
        transition: 0.25s ease;
    }

    .hub-wrapper .center-circle:hover {
        transform: translate(-50%, -50%) scale(1.04);
        transition: 0.25s ease;
    }


.organization-reject {
    background: linear-gradient(135deg, #f87171, #ef4444);
    color: white;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4);
    border: 1px solid #fca5a5;
    border-radius: 20px;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 5;
    letter-spacing: 0.3px;
    line-height: 1;
    white-space: nowrap;
}

    .organization-reject:hover {
        background: #ebcfcf;
        color: #dc2626;
    }

.organization-approve {
    background: linear-gradient(135deg, #4ade80, #22c55e);
    color: white;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4);
    border: 1px solid #b7ebd4;
    border-radius: 20px;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 5;
    letter-spacing: 0.3px;
    line-height: 1;
    white-space: nowrap;
}

    .organization-approve:hover {
        background: #d6ece2;
        color: #1f9254;
    }

.disabled-wrapper {
    cursor: not-allowed;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.6;
}

.swal2-styled {
    all: unset;
    width: 100%;
    padding: 12px 20PX;
    background: #072f2f;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 20px;
}

    .swal2-styled:hover {
        background: #072f2fc2;
    }



/* ================= Upload Button Changes ================= */

/* Form label */
.form-label {
    font-weight: 500;
    margin-bottom: 6px;
    display: inline-block;
}

.required {
    color: red;
}

/* Pill upload (same as inputs/selects) */
.pill-upload {
    height: 48px;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition:background 0.5s ease;
}

.pill-upload:hover {

    background: #e5e7eb70;
    
}

/* Text inside pill */
.pill-text {
    color: #6b7280;
    font-size: 14px;
}

/* Icon (same position as dropdown arrow) */
.pill-icon {
    font-size: 15px;
    color: #9a9a9a; /* default grey like your image */
    transition: color 0.25s ease;
}

.pill-upload:hover .pill-icon {
    color: #000; /* hover color */
}



/* Hide real input */
.pill-upload input[type="file"] {
    display: none;
}

/* File name text */
.file-hint {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #666;
}



/* ===============================
   Select2 – Pill Theme
================================ */
/* Hide original select (Bootstrap interference fix) */
.pill-select {
    display: none;
}
/* ===============================
   FORCE TRUE PILL SHAPE (FINAL)
================================ */

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 48px !important; /* MATCH upload pill */
    border-radius: 999px !important; /* TRUE pill */
    border: 1px solid #e5e7eb !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 22px !important;
}

/* Text */
.select2-selection__rendered {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
    color: #6b7280;
}

/* Arrow */
.select2-selection__arrow {
    height: 100% !important;
    right: 18px !important;
    top: 0 !important;
}

/* Hover */
.select2-container--default .select2-selection--single:hover {
    background: #e5e7eb70;
}

/* Focus */
.select2-container--default.select2-container--focus
.select2-selection--single {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59,130,246,0.1);
}


/* ===============================
   SELECT2 DROPDOWN POLISH
   (ADD AT END OF FILE)
================================ */

/* Dropdown container */
.select2-dropdown {
    border-radius: 16px !important;
    border: 1px solid #e5e7eb !important;
    background: #ffffff;
    padding: 8px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Search box wrapper */
.select2-search--dropdown {
    padding: 6px 8px 10px;
}

/* Search input – match your inputs */
.select2-search__field {
    border-radius: 999px !important;
    border: 1px solid #e5e7eb !important;
    padding: 8px 14px !important;
    font-size: 14px;
    color: #6b7280;
    background: #f9fafb;
    outline: none;
    transition: all 0.25s ease;
}

    /* Search focus */
    .select2-search__field:focus {
        background: #ffffff;
        border-color: #3b82f6 !important;
        box-shadow: 0 0 0 2px rgba(59,130,246,0.15);
    }

/* Options spacing */
.select2-results__option {
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 14px;
    color: #1f2937;
}

/* Hover option – remove blue */
.select2-results__option--highlighted {
    background-color: #f3f4f6 !important;
    color: #000 !important;
}

/* Selected option */
.select2-results__option--selected {
    background-color: #e5e7eb !important;
    color: #000 !important;
}


/* ------------------------------------- Alert Coustomization ------------------------------------- */

/* ============================================== */
/* GLASS POPUP STYLES (Fixed)                     */
/* ============================================== */

/* 1. The Overlay (Darkens the screen) */
.glass-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.glass-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(17, 24, 39, 0.4); /* Darker backdrop for contrast */
    backdrop-filter: blur(4px);
    transition: opacity 0.3s ease;
}

/* 2. The Card (The Glass Effect) */
.glass-card {
    position: relative;
    width: 100%;
    max-width: 26rem;
    /* KEY CHANGE: Lower opacity (0.75) to make it see-through */
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(20px) saturate(180%); /* Strong blur + saturation */
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 20px 25px -5px rgba(0, 0, 0, 0.1); /* Deep shadow */
    border-radius: 1.5rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: 'Jost', sans-serif;
    animation: popIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(0.95) translateY(10px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* 3. Typography */
.glass-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
    letter-spacing: -0.025em;
}

.glass-text {
    color: #4b5563;
    font-size: 0.95rem;
    margin-bottom: 2rem;
    line-height: 1.5;
}

/* 4. Buttons */
.glass-btn-group {
    display: flex;
    gap: 0.75rem;
    width: 100%;
}

.glass-btn {
    flex: 1;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.glass-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.5rem;
    background: transparent;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.2s;
    display: flex; /* Centers the X icon */
    align-items: center;
    justify-content: center;
}

    .glass-close:hover {
        background-color: rgba(0, 0, 0, 0.05);
        color: #374151;
    }

/* 5. Icons (The Fixed Part) */
.glass-icon-circle {
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-radius: 50%;
    /* Inner shadow for depth */
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.glass-icon-inner {
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex; /* Vital for centering SVG */
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

    /* Force SVG Size */
    .glass-icon-inner svg {
        width: 2rem !important;
        height: 2rem !important;
        display: block;
    }

/* 6. Color Themes */
/* Success (Green) */
.glass-success .glass-icon-circle {
    background-color: #dcfce7;
    color: #16a34a;
}

.glass-success .glass-btn-primary {
    background-color: #dcfce7;
    color: #14532d;
}
    /* Lighter bg, dark text for glass feel */
    .glass-success .glass-btn-primary:hover {
        background-color: #bbf7d0;
    }

/* Error (Red) */
.glass-error .glass-icon-circle {
    background-color: #fee2e2;
    color: #dc2626;
}

.glass-error .glass-btn-primary {
    background-color: #fee2e2;
    color: #7f1d1d;
}

    .glass-error .glass-btn-primary:hover {
        background-color: #fecaca;
    }

/* Warning (Amber) */
.glass-warning .glass-icon-circle {
    background-color: #fef3c7;
    color: #d97706;
}

.glass-warning .glass-btn-primary {
    background-color: #fef3c7;
    color: #78350f;
}

    .glass-warning .glass-btn-primary:hover {
        background-color: #fde68a;
    }

/* Info (Blue) */
.glass-info .glass-icon-circle {
    background-color: #dbeafe;
    color: #2563eb;
}

.glass-info .glass-btn-primary {
    background-color: #dbeafe;
    color: #1e3a8a;
}

    .glass-info .glass-btn-primary:hover {
        background-color: #bfdbfe;
    }

/* Secondary Button */
.glass-secondary-btn {
    background-color: rgba(243, 244, 246, 0.8);
    color: #374151;
}

    .glass-secondary-btn:hover {
        background-color: #e5e7eb;
    }




/* ==========================================================================
   ALUMNI LIST MODULE (Added specifically for Organization Admin)
   ========================================================================== */

/* 1. Page Layout Engine
   Forces the container to fill the screen height so the list scrolls INSIDE the box. */
.alumni-page-wrapper {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 80px);
    padding: 20px 30px;
    overflow: hidden;
}

/* 2. The "Modern Box" Container
   Creates the white, shadow-lifted look. */
.alumni-content-box {
    background: #ffffff;
    border-radius: 16px;
    /* Deep, modern shadow effect */
    box-shadow: 0 10px 40px -10px rgba(0,0,0,0.1);
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
}

/* 3. Header Section Styles */
.alumni-header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    flex-shrink: 0; /* Ensures header stays fixed size */
}

.alumni-branding-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.alumni-brand-logo {
    height: 55px;
    width: 55px;
    object-fit: contain;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.alumni-stat-badge {
    background: linear-gradient(135deg, #E87A3E, #ff9f43); /* Your Orange Theme */
    color: white;
    padding: 10px 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(232, 122, 62, 0.3);
    min-width: 140px;
}

/* 4. Main List Area Styles */
.alumni-list-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* This makes the box expand to fill remaining height */
    padding: 25px 30px;
    overflow: hidden; /* Contains the internal scrollbar */
}

/* Specific Search Bar for this page */
.alumni-search-input {
    width: 100%;
    padding: 12px 20px;
    border-radius: 50px;
    border: 2px solid #f1f1f1;
    background-color: #f9f9f9;
    font-size: 0.95rem;
    color: #333;
    transition: all 0.3s;
    margin-bottom: 20px;
}

    .alumni-search-input:focus {
        background-color: #fff;
        border-color: #E87A3E; /* Orange focus border */
        outline: none;
        box-shadow: 0 0 0 4px rgba(232, 122, 62, 0.1);
    }

/* The Scrollable Area */
.alumni-scroll-area {
    flex-grow: 1;
    overflow-y: auto; /* Enables vertical scrolling */
    padding-right: 10px;
}

    /* Custom Scrollbar Styling */
    .alumni-scroll-area::-webkit-scrollbar {
        width: 6px;
    }

    .alumni-scroll-area::-webkit-scrollbar-track {
        background: transparent;
    }

    .alumni-scroll-area::-webkit-scrollbar-thumb {
        background-color: #e0e0e0;
        border-radius: 10px;
    }

/* 5. List Items (Rows) */
.alumni-list-item {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 8px;
    border-bottom: 1px solid #f5f5f5;
    transition: all 0.2s ease;
    background: #fff;
}

    .alumni-list-item:hover {
        background-color: #fffbf8; /* Very subtle orange tint */
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0,0,0,0.03);
        border-color: transparent;
    }

/* 6. Status Badges */
.alumni-status-badge {
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 85px;
    text-align: center;
    display: inline-block;
}

/* Status Colors */
.as-pending {
    background: #FFF8E1;
    color: #F39C12;
}

.as-approved {
    background: #E8F5E9;
    color: #27AE60;
}

.as-rejected {
    background: #FFEBEE;
    color: #E74C3C;
}

.as-blocked {
    background: #F3F4F6;
    color: #7F8C8D;
}

/* 7. Action Buttons */
.alumni-action-btn {
    padding: 6px 16px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: 5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    transition: 0.2s;
}

.btn-alumni-approve {
    background-color: #E87A3E;
    color: white;
    box-shadow: 0 3px 8px rgba(232, 122, 62, 0.25);
}

    .btn-alumni-approve:hover {
        background-color: #d1692e;
        color: white;
        transform: translateY(-1px);
    }

.btn-alumni-reject {
    background-color: white;
    color: #e74c3c;
    border: 1px solid #fadbd8;
}

    .btn-alumni-reject:hover {
        background-color: #fff5f5;
        border-color: #e74c3c;
        color: #e74c3c;
    }

.btn-alumni-block {
    background: transparent;
    color: #95a5a6;
}

    .btn-alumni-block:hover {
        color: #34495e;
        text-decoration: underline;
    }

/* Empty State */
.alumni-empty-state {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ccc;
    min-height: 200px;
}




/* Container to force search and button into one row */
.alumni-action-row {
    display: flex;
    align-items: center;
    gap: 12px; /* Space between search and button */
    margin-bottom: 20px;
    width: 100%;
}

/* Updated Search Input to work in flex mode */
.alumni-search-flex {
    flex: 1; /* Takes up remaining space */
    height: 48px; /* Force height to match button */
    padding: 0 25px;
    border-radius: 50px;
    border: 2px solid #f1f1f1;
    background-color: #f9f9f9;
    font-size: 0.95rem;
    outline: none;
    transition: all 0.3s;
}

    .alumni-search-flex:focus {
        background-color: #fff;
        border-color: #E87A3E; /* Matches your theme orange */
    }

/* Modern Pill Button with matching height */
.btn-export-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px; /* Matches Search Flex height exactly */
    padding: 0 25px;
    border-radius: 50px;
    border: 1px solid #2e7d32;
    background-color: #ffffff;
    color: #2e7d32;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    white-space: nowrap; /* Prevents text from wrapping to 2 lines */
    text-decoration: none;
}

    .btn-export-pill:hover {
        background-color: #2e7d32;
        color: #ffffff;
        box-shadow: 0 4px 12px rgba(46, 125, 50, 0.2);
    }

/*----------------------------------------------- Profile DropDown to show options like profile logout etc. -----------------------------------------*/

/* Container for the profile dropdown */
.profile-dropdown-container {
    position: relative;
    display: inline-block;
    padding: 5px;
}

/* The Glassmorphism Menu */
.modern-dropdown-menu {
    position: absolute;
    top: 110%;
    right: 0;
    width: 170px;
    /* Improved Glass Effect */
    /* Lowered alpha to 0.4 for more transparency */
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    /* High-end "Inner Glow" Border */
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    /* Multi-layered shadow for depth */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 20px 25px -5px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.3); /* Subtle inner light */
    /* Hidden State */
    padding: 12px;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2000;
}

/* Hover Trigger */
.profile-dropdown-container:hover .modern-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* Menu Items */
.modern-dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    color: #1a3a3a; /* Matching your dark teal theme */
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.2s ease;
}

    /* Hover Item - Subtle Tint */
    .modern-dropdown-menu li a:hover {
        background: rgba(232, 122, 62, 0.15); /* Subtle Orange tint */
        color: #E87A3E; /* Your signature orange */
        transform: translateX(5px); /* Micro-movement */
    }

    /* Icons within the menu */
    .modern-dropdown-menu li a i {
        font-size: 1.2rem;
        color: #E87A3E; /* Theme Orange Icons */
    }

/* Divider */
.modern-dropdown-menu hr {
    margin: 8px 10px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* Invisible Bridge to prevent closing when moving mouse to menu */
.profile-dropdown-container::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 20px;
}



/* ==========================================================================
   MODERN NOTIFICATION SYSTEM
   ========================================================================== */

/* Container & Layout */
.notification-container {
    max-width: 650px;
    margin: 30px auto;
    background: rgba(255, 255, 255, 0.8); /* Glass effect base */
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    font-family: "Jost", sans-serif;
}

/* Glass Tabs Styling */
.notify-tabs {
    display: flex;
    background: rgba(248, 249, 250, 0.5);
    padding: 10px;
    gap: 8px;
    border-bottom: 1px solid #edf2f7;
}

    .notify-tabs .tab {
        flex: 1;
        padding: 12px;
        border: none;
        background: transparent;
        font-size: 14px;
        font-weight: 600;
        color: #6b7280;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        border-radius: 50px; /* Pill shape */
    }

        .notify-tabs .tab:hover {
            background: rgba(232, 122, 62, 0.05); /* Subtle orange tint from your theme */
            color: #E87A3E;
        }

        .notify-tabs .tab.active {
            background: #1a3a3a; /* Your dark teal theme color */
            color: #ffffff;
            box-shadow: 0 4px 12px rgba(26, 58, 58, 0.2);
        }

/* Notification Cards */
.notify-card {
    display: flex;
    align-items: center;
    padding: 20px;
    background: transparent;
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
}

    .notify-card:last-child {
        border-bottom: none;
    }

    .notify-card:hover {
        background: rgba(232, 122, 62, 0.02);
        transform: translateX(5px);
    }

/* Avatar/Icon Logic */
.notify-avatar-wrapper {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 16px; /* Squircle design */
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #eee;
}

    .notify-avatar-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.notify-avatar-initials {
    font-weight: 700;
    font-size: 16px;
    color: #1a3a3a;
    text-transform: uppercase;
}

/* Content Area */
.notify-content {
    flex-grow: 1;
    margin: 0 16px;
}

.notify-title {
    font-size: 15px;
    font-weight: 600;
    color: #1a202c;
    margin: 0 0 2px 0;
}

.notify-subtext {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

.notify-time {
    font-size: 11px;
    color: #9ca3af;
    font-weight: 500;
}

/* Action Buttons for Requests */
.notify-actions {
    display: flex;
    gap: 8px;
}

.btn-notify-action {
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    white-space: nowrap;
}

.btn-notify-accept {
    background: #E87A3E; /* Signature Orange */
    color: white;
}

    .btn-notify-accept:hover {
        background: #d1692e;
        box-shadow: 0 4px 10px rgba(232, 122, 62, 0.3);
    }

.btn-notify-reject {
    background: #f3f4f6;
    color: #4b5563;
}

    .btn-notify-reject:hover {
        background: #e5e7eb;
    }

/* Empty State */
.notify-empty-state {
    padding: 50px 20px;
    text-align: center;
    color: #9ca3af;
}

    .notify-empty-state i {
        font-size: 40px;
        margin-bottom: 15px;
        display: block;
        opacity: 0.5;
    }

/* Responsive */
@media (max-width: 768px) {
    .notification-container {
        margin: 15px;
        border-radius: 16px;
    }

    .notify-card {
        flex-wrap: wrap;
        gap: 12px;
    }

    .notify-actions {
        width: 100%;
        justify-content: flex-end;
        margin-top: 10px;
    }
}


/* Container positioned relative to the card */
.job-report-wrapper {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 1000;
}

.report-dot-trigger {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666;
    font-size: 1.5rem;
    transition: color 0.2s;
}

    .report-dot-trigger:hover {
        color: #000;
    }

/* The modern, rounded dropdown menu */
.report-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    min-width: 180px;
    padding: 12px;
    margin-top: 8px;
    list-style: none;
    display: none;
    border-radius: 20px; /* High rounding as per image */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Soft shadow */
    border: 1px solid rgba(0, 0, 0, 0.03);
}

    /* Invisible bridge to prevent closing on mouse move */
    .report-dropdown-menu::before {
        content: "";
        position: absolute;
        top: -15px;
        left: 0;
        right: 0;
        height: 15px;
    }

/* Display menu on hover of the wrapper */
.job-report-wrapper:hover .report-dropdown-menu {
    display: block;
    animation: fadeInScale 0.2s ease-out;
}

/* The red pill hover effect */
.report-dropdown-item {
    padding: 4px 16px;
    display: block;
    color: #dc3545; /* Red for report */
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.2s ease;
}

    .report-dropdown-item:hover {
        background-color: #fff0f0; /* Light red background on hover */
        color: #c82333; /* Darker red text */
        transform: scale(1.02);
    }

.text-muted.report-dropdown-item:hover {
    background-color: transparent;
    color: #6c757d;
    transform: none;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
.jobli {
    display: flex;
    margin-bottom: 20px;
}
.jobli button {
    margin-right:15px;
}