.employer-students{padding:45px 0}.employer-students h2{text-align:center;margin-bottom:30px;font-size:30px;color:#0f2a4a}.students-grid{display:grid;grid-template-columns:repeat(2,360px);justify-content:center;gap:28px}.student-card{background:#fff;border-radius:22px;padding:26px;border:1px solid #e6ecf5;box-shadow:0 12px 32px #0f2a4a1a;transition:.3s ease}.student-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px #0f2a4a29}.student-image{width:86px;height:86px;margin:0 auto 16px;border-radius:50%;background:linear-gradient(135deg,#0f2a4a,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:800;border:4px solid #eef5ff}.student-main{text-align:center;margin-bottom:22px}.student-main h3{font-size:22px;margin:0 0 6px;color:#101828}.student-main p{margin:0;color:#667085;font-weight:600}.student-details{background:#f7faff;border-radius:16px;padding:18px;border:1px solid #e2ecff}.student-details p{display:flex;justify-content:space-between;gap:12px;margin:0 0 11px;font-size:14px;color:#475467}.student-details p strong{color:#101828}.skill-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.skill-list span{background:#eaf2ff;color:#174f75;padding:7px 12px;border-radius:999px;font-size:13px;font-weight:700}.email-btn{width:100%;height:44px;margin-top:18px;border:none;border-radius:12px;background:linear-gradient(135deg,#0f2a4a,#2563eb);color:#fff;font-weight:700;cursor:pointer;transition:.25s ease}.email-btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px #2563eb40}@media(max-width:900px){.students-grid{grid-template-columns:1fr;padding:0 18px}}.sidebar{width:280px;height:100vh;background:linear-gradient(180deg,#0f172a,#1e293b);color:#fff;padding:22px 18px;display:flex;flex-direction:column;position:sticky;top:0;box-shadow:8px 0 30px #0f172a2e}.sidebar .sidebar-top{display:flex;align-items:center;gap:14px;padding:14px 12px 24px;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.12)}.sidebar .sidebar-top .logo-box{width:48px;height:48px;border-radius:16px;background:#ffffff1a;display:flex;align-items:center;justify-content:center}.sidebar .sidebar-top img{width:28px;height:28px;object-fit:contain}.sidebar .sidebar-top h2{margin:0;font-size:21px;font-weight:800;color:#fff}.sidebar .sidebar-top p{margin:4px 0 0;font-size:13px;color:#94a3b8;font-weight:600}.sidebar .sidebar-nav{flex:1;margin-top:24px}.sidebar .menu-title{margin:0 0 12px 14px;font-size:12px;font-weight:800;color:#94a3b8;letter-spacing:1px}.sidebar .menu-list{list-style:none;padding:0;margin:0}.sidebar .menu-item{height:48px;padding:0 14px;margin-bottom:8px;border-radius:15px;display:flex;align-items:center;gap:13px;color:#cbd5e1;font-size:15px;font-weight:700;cursor:pointer;transition:.25s ease}.sidebar .menu-item .menu-icon{width:22px;height:22px;object-fit:contain;opacity:.85}.sidebar .menu-item:hover{background:#3b82f629;color:#fff;transform:translate(4px)}.sidebar .menu-item:hover .menu-icon{opacity:1}.sidebar .sidebar-bottom{padding-top:18px;border-top:1px solid rgba(255,255,255,.12)}.sidebar .logout-btn{width:100%;height:48px;border:none;border-radius:15px;background:#ef444424;color:#fecaca;display:flex;align-items:center;justify-content:center;gap:12px;font-size:15px;font-weight:800;cursor:pointer;transition:.25s ease}.sidebar .logout-btn .logout-icon{width:22px;height:22px;object-fit:contain}.sidebar .logout-btn:hover{background:#ef4444;color:#fff;transform:translateY(-2px)}.admin-students{background:#f5f7fb;padding:24px;height:max-content;display:flex;flex-direction:column}.admin-students .students-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.admin-students .students-header h2{margin:0;font-size:28px;color:#22304a}.admin-students .students-header .add-btn{background:#43a047;color:#fff;border:none;padding:10px 18px;border-radius:8px;cursor:pointer;font-weight:600}.admin-students .search-box{margin-bottom:20px}.admin-students .search-box input{width:100%;max-width:400px;padding:12px 14px;border:1px solid #d8deea;border-radius:8px;outline:none;font-size:14px}.admin-students .student-form{background:#fff;padding:20px;border-radius:14px;box-shadow:0 4px 16px #00000014;margin-bottom:24px}.admin-students .student-form .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.admin-students .student-form .form-grid input,.admin-students .student-form .form-grid select{padding:12px;border:1px solid #d8deea;border-radius:8px;font-size:14px}.admin-students .student-form .form-actions{width:100%;height:max-content;display:flex;align-items:end;justify-content:start;gap:20px;margin-top:20px}.admin-students .student-form .form-actions button{width:200px;height:45px;border:none;border-radius:10px;cursor:pointer;font-weight:600;font-size:16x}.admin-students .student-form .form-actions .save-btn{background:#1d4ed8;color:#fff}.admin-students .student-form .form-actions .save-btn:hover{transform:translateY(-2px)}.admin-students .student-form .form-actions .cancel-btn{font-weight:600;background:#e5e7eb;color:#111827}.admin-students .student-form .form-actions .cancel-btn:hover{transform:translateY(-2px)}.admin-students .students-content{background:#fff;border-radius:14px;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;min-height:520px;overflow:hidden}.admin-students .students-table-wrapper{flex:1;min-height:420px;overflow-x:auto}.admin-students .students-table{width:100%;border-collapse:collapse}.admin-students .students-table thead{background:#eef2f7}.admin-students .students-table thead th{text-align:left;padding:14px;font-size:14px;color:#334155}.admin-students .students-table tbody tr{border-top:1px solid #edf1f7}.admin-students .students-table tbody td{padding:14px;font-size:14px;color:#334155;vertical-align:middle}.admin-students .students-table .status{padding:6px 12px;border-radius:999px;font-size:13px;font-weight:600;display:inline-block}.admin-students .students-table .actions{display:flex;gap:8px}.admin-students .students-table .actions button{border:none;padding:8px 12px;border-radius:8px;cursor:pointer}.admin-students .students-table .actions .edit-btn{background-color:#1f2a40;color:#fff}.admin-students .students-table .actions .delete-btn{background:#ef4444;color:#fff}.admin-students .students-table .no-data{text-align:center;padding:20px;color:#64748b}.admin-students .pagination{display:flex;justify-content:center;align-items:center;gap:12px;padding:20px;border-top:1px solid #edf1f7;margin-top:auto}.admin-students .pagination button{border:none;background:#2563eb;color:#fff;padding:8px 16px;border-radius:10px;cursor:pointer;font-weight:600;transition:.2s}.admin-students .pagination button:hover{background:#1d4ed8}.admin-students .pagination button:disabled{background:#cbd5e1;cursor:not-allowed}.admin-students .pagination span{font-size:15px;color:#334155;font-weight:600;padding:6px 12px;background:#f1f5f9;border-radius:8px}.admin-lecturers{background:#f5f7fb;padding:24px;height:max-content;display:flex;flex-direction:column}.admin-lecturers .lecturers-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.admin-lecturers .lecturers-header h2{margin:0;font-size:28px;color:#22304a}.admin-lecturers .lecturers-header .add-btn{background:#43a047;color:#fff;border:none;padding:10px 18px;border-radius:8px;cursor:pointer;font-weight:600}.admin-lecturers .search-box{margin-bottom:20px}.admin-lecturers .search-box input{width:100%;max-width:400px;padding:12px 14px;border:1px solid #d8deea;border-radius:8px;outline:none;font-size:14px}.admin-lecturers .lecturer-form{background:#fff;padding:20px;border-radius:14px;box-shadow:0 4px 16px #00000014;margin-bottom:24px}.admin-lecturers .lecturer-form .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.admin-lecturers .lecturer-form .form-grid input,.admin-lecturers .lecturer-form .form-grid select{padding:12px;border:1px solid #d8deea;border-radius:8px;font-size:14px}.admin-lecturers .lecturer-form .form-actions{display:flex;gap:12px;margin-top:20px}.admin-lecturers .lecturer-form .form-actions button{border:none;padding:10px 18px;border-radius:8px;cursor:pointer;font-weight:600}.admin-lecturers .lecturer-form .form-actions .save-btn{background:#2563eb;color:#fff}.admin-lecturers .lecturer-form .form-actions .cancel-btn{background:#e5e7eb;color:#111827}.admin-lecturers .lecturers-content{background:#fff;border-radius:14px;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;min-height:520px;overflow:hidden}.admin-lecturers .lecturers-table-wrapper{flex:1;min-height:420px;overflow-x:auto}.admin-lecturers .lecturers-table{width:100%;border-collapse:collapse}.admin-lecturers .lecturers-table thead{background:#eef2f7}.admin-lecturers .lecturers-table thead th{text-align:left;padding:14px;font-size:14px;color:#334155}.admin-lecturers .lecturers-table tbody tr{border-top:1px solid #edf1f7}.admin-lecturers .lecturers-table tbody td{padding:14px;font-size:14px;color:#334155;vertical-align:middle}.admin-lecturers .lecturers-table .actions{display:flex;gap:8px}.admin-lecturers .lecturers-table .actions button{border:none;padding:8px 12px;border-radius:8px;cursor:pointer}.admin-lecturers .lecturers-table .actions .edit-btn{background-color:#273a55;color:#fff}.admin-lecturers .lecturers-table .actions .delete-btn{background:#ef4444;color:#fff}.admin-lecturers .lecturers-table .no-data{text-align:center;padding:20px;color:#64748b}.admin-lecturers .pagination{display:flex;justify-content:center;align-items:center;gap:12px;padding:20px;border-top:1px solid #edf1f7;margin-top:auto}.admin-lecturers .pagination button{border:none;background:#2563eb;color:#fff;padding:8px 16px;border-radius:10px;cursor:pointer;font-weight:600;transition:.2s}.admin-lecturers .pagination button:hover{background:#1d4ed8}.admin-lecturers .pagination button:disabled{background:#cbd5e1;cursor:not-allowed}.admin-lecturers .pagination span{font-size:15px;color:#334155;font-weight:600;padding:6px 12px;background:#f1f5f9;border-radius:8px}.admin-employers{width:100%;min-height:100vh;padding:28px;background:#f4f7fb;display:flex;flex-direction:column;gap:22px}.admin-employers .employers-header,.admin-employers .employer-form-wrapper,.admin-employers .employers-content,.admin-employers .search-box{width:100%;max-width:1180px;margin:0 auto}.admin-employers .employers-header{display:flex;align-items:center;justify-content:space-between}.admin-employers .employers-header h2{margin:0;font-size:30px;font-weight:800;color:#1e293b}.admin-employers .search-box input{width:100%;max-width:430px;height:46px;padding:0 16px;border:1px solid #dbe3ef;border-radius:14px;background:#fff;color:#334155;font-size:15px;outline:none}.admin-employers .search-box input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.admin-employers .employer-form-wrapper{display:block}.admin-employers .employer-form{width:100%;background:#fff;padding:26px;border-radius:22px;box-shadow:0 18px 45px #0f172a14}.admin-employers .employer-form .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 20px}.admin-employers .employer-form .form-grid input{height:46px;padding:0 14px;border:1px solid #dbe3ef;border-radius:14px;background:#f8fafc;color:#334155;font-size:15px;outline:none}.admin-employers .employer-form .form-grid input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.admin-employers .employer-form .form-actions{width:100%;height:max-content;display:flex;align-items:end;justify-content:start;gap:20px;margin-top:20px}.admin-employers .employer-form .form-actions button{width:200px;height:45px;border:none;border-radius:10px;cursor:pointer;font-weight:600;font-size:16x}.admin-employers .employer-form .form-actions .save-btn{background:#2563eb;color:#fff}.admin-employers .employer-form .form-actions .save-btn:hover{transform:translateY(-2px)}.admin-employers .employer-form .form-actions .cancel-btn{font-weight:600;background:#e5e7eb;color:#111827}.admin-employers .employer-form .form-actions .cancel-btn:hover{transform:translateY(-2px)}.admin-employers .employers-content{background:#fff;border-radius:22px;box-shadow:0 18px 45px #0f172a14;overflow:hidden;display:flex;flex-direction:column;min-height:560px}.admin-employers .employers-table-wrapper{flex:1;overflow-x:auto}.admin-employers .employers-table{width:100%;border-collapse:collapse}.admin-employers .employers-table thead{background:#f1f5f9}.admin-employers .employers-table thead th{padding:16px;text-align:left;font-size:14px;font-weight:800;color:#475569;white-space:nowrap}.admin-employers .employers-table tbody tr{border-top:1px solid #edf2f7}.admin-employers .employers-table tbody tr:hover{background:#f8fafc}.admin-employers .employers-table tbody td{padding:16px;font-size:14px;color:#334155;white-space:nowrap}.admin-employers .employers-table .actions{display:flex;gap:10px}.admin-employers .employers-table .actions button{min-width:78px;height:36px;border:none;border-radius:12px;font-size:13px;font-weight:700;cursor:pointer}.admin-employers .employers-table .actions .edit-btn{background:#1e293b;color:#fff}.admin-employers .employers-table .actions .delete-btn{background:#ef4444;color:#fff}.admin-employers .employers-table .no-data{text-align:center;padding:28px;color:#64748b;font-weight:600}.admin-employers .pagination{margin-top:auto;padding:18px;border-top:1px solid #edf2f7;display:flex;justify-content:center;align-items:center;gap:14px}.admin-employers .pagination button{height:40px;padding:0 18px;border:none;border-radius:12px;background:#2563eb;color:#fff;font-weight:700;cursor:pointer}.admin-employers .pagination button:disabled{background:#cbd5e1;cursor:not-allowed}.admin-employers .pagination span{padding:9px 14px;border-radius:12px;background:#f1f5f9;color:#334155;font-weight:700}.admin-job-posts{padding:32px;background:#f5f7fb;min-height:100vh}.pending-section{margin-bottom:40px}.pending-jobs{display:flex;flex-direction:column;gap:18px}.history-section{margin-top:40px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.history-column{display:flex;flex-direction:column;gap:18px}.job-card{border-radius:18px!important;box-shadow:0 8px 24px #0f2a4a14!important}.job-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.job-description{margin:14px 0!important;color:#475569}.job-actions{margin-top:20px;display:flex;justify-content:flex-end;gap:12px}.empty-text{color:#64748b}@media(max-width:900px){.history-section{grid-template-columns:1fr}}.settings-page{padding:30px;background:#f4f7fb;min-height:100vh}.settings-page h1{font-size:32px;font-weight:800;margin-bottom:24px;color:#1e293b}.settings-page .settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:22px}.settings-page .card{background:#fff;padding:24px;border-radius:18px;box-shadow:0 18px 45px #0f172a14;display:flex;flex-direction:column;gap:14px}.settings-page .card h2{margin-bottom:10px;font-size:20px;font-weight:700;color:#334155}.settings-page .card input{height:44px;padding:0 14px;border:1px solid #dbe3ef;border-radius:12px;background:#f8fafc;font-size:14px;outline:none}.settings-page .card input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1f}.settings-page .card .card-btn{margin-top:10px;height:44px;border:none;border-radius:12px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-weight:700;cursor:pointer;transition:.25s}.settings-page .card .card-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #2563eb4d}.admins-list-card{margin-top:24px;background:#fff;padding:24px;border-radius:18px;box-shadow:0 18px 45px #0f172a14}.admins-list-card h2{margin:0 0 18px;font-size:22px;color:#1e293b}.admins-list-card .admins-table{width:100%;border-collapse:collapse}.admins-list-card .admins-table th,.admins-list-card .admins-table td{padding:14px;text-align:left;border-bottom:1px solid #edf2f7;color:#334155}.admins-list-card .admins-table th{background:#f1f5f9;font-weight:800}.admins-list-card .delete-admin-btn{height:36px;padding:0 14px;border:none;border-radius:10px;background:#ef4444;color:#fff;font-weight:700;cursor:pointer}.admins-list-card .delete-admin-btn:hover{background:#dc2626}*{margin:0;padding:0;box-sizing:border-box}.admin-dashboard{display:flex}.dashboard-content{flex:1;display:flex;justify-content:center;align-items:flex-start;padding:30px;background:#f1f5f9}.content-wrapper{width:100%;max-width:1100px}.employer-profile-page{background:#f4f6f8;min-height:100vh;color:#0f2a4a;font-family:Inter,sans-serif}.employer-hero{background:linear-gradient(135deg,#0f2a4a,#174f75);color:#fff;padding:45px 20%;box-shadow:0 8px 20px #0000001f}.employer-hero h1{font-size:30px;margin-bottom:8px}.employer-hero p{opacity:.85}.employer-container{width:980px;margin:30px auto}.profile-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e4e7ec;margin-bottom:20px;box-shadow:0 6px 20px #0000000d}.profile-card .cover{height:120px;background:linear-gradient(135deg,#0d2b4c,#174f75)}.profile-card .profile-info{position:relative;padding:60px 25px 25px}.profile-card .profile-info .avatar{position:absolute;top:-45px;left:25px;width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border:4px solid white;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:800;box-shadow:0 6px 15px #00000026}.profile-card .profile-info h2{font-size:26px;margin-bottom:6px}.profile-card .profile-info .role{color:#667085;margin-bottom:8px}.profile-card .profile-info p{margin:6px 0;color:#475467}.profile-card .edit-btn{position:absolute;top:15px;right:20px;border:none;background:#0d2b4c;color:#fff;padding:8px 16px;border-radius:20px;font-weight:600;cursor:pointer;transition:.2s}.profile-card .edit-btn:hover{background:#174f75}.grid{display:flex;flex-direction:column;gap:18px}.row{display:flex;gap:18px;width:100%}.card.half{flex:1}.card.large{width:100%;min-height:150px}.card{background:#fff;border:1px solid #e4e7ec;border-radius:12px;padding:22px;box-shadow:0 4px 12px #0000000a;transition:.25s ease}.card:hover{transform:translateY(-2px);box-shadow:0 8px 22px #00000014}.card h3{margin-bottom:14px;font-size:20px;color:#0f2742}.card p{color:#5d6675;line-height:1.7}.card .empty{text-align:center;color:#8a8f98;padding:30px 0}.card-header{display:flex;justify-content:space-between;align-items:center}.card-header button{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border:none;padding:8px 14px;border-radius:8px;cursor:pointer;font-weight:600}.card-header button:hover{background:#1d4ed8}.edit-card{background:#fff;border-radius:14px;padding:28px;margin-bottom:20px;border:1px solid #e4e7ec;box-shadow:0 10px 30px #0000000d;animation:fadeIn .3s ease}.edit-card h3{margin-bottom:20px;font-size:22px;color:#0d2b4c}.edit-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.edit-form input,.edit-form textarea{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #d0d5dd;font-size:14px;transition:.2s;background:#fafafa}.edit-form input:focus,.edit-form textarea:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.edit-form textarea{min-height:110px;resize:none}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:13px;font-weight:600;color:#344054}.form-group.full{grid-column:span 2}.form-actions{grid-column:span 2;display:flex;gap:12px;margin-top:10px}.form-actions button{flex:1;height:45px;border-radius:12px;font-weight:700;cursor:pointer;transition:.25s;border:none}.form-actions .save-btn{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;box-shadow:0 8px 20px #2563eb4d}.form-actions .save-btn:hover{transform:translateY(-1px);background:#1d4ed8}.form-actions .cancel-btn{background:#f2f4f7;color:#344054}.form-actions .cancel-btn:hover{background:#e4e7ec}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f274299;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .25s ease}.modal{width:600px;max-width:95%;background:#fff;border-radius:14px;padding:25px;box-shadow:0 20px 50px #0003;animation:scaleIn .25s ease}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-header h3{font-size:22px;color:#0d2b4c}.close-btn{background:#f2f4f7;border:none;width:35px;height:35px;border-radius:50%;font-size:18px;cursor:pointer;transition:.2s}.close-btn:hover{background:#e4e7ec;transform:rotate(90deg)}.jobs-list{display:flex;flex-direction:column;gap:12px}.job-title{font-weight:700;color:#0f2742}.status{padding:6px 13px;border-radius:20px;font-size:12px;font-weight:700;white-space:nowrap}.status.approved{background:#e6f9f0;color:#067647}.status.pending{background:#fff4e5;color:#b54708}.status.rejected{background:#fee4e2;color:#b42318}.upload-avatar{cursor:pointer;overflow:hidden;position:absolute;top:-45px;left:25px}.upload-avatar input{display:none}.upload-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.upload-avatar .camera-icon{position:absolute;right:2px;bottom:7px;width:28px;height:28px;background:#0f2a4a;color:#fff;border:2px solid white;border-radius:50%;font-size:13px;display:flex;align-items:center;justify-content:center}.requirements-list{margin:8px 0 0;padding-left:22px}.requirements-list li{color:#475467;margin-bottom:6px;line-height:1.5}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.modal{width:650px;max-width:95%;padding:30px;border-radius:16px;background:#fff;box-shadow:0 25px 60px #00000040;display:flex;flex-direction:column;gap:16px}.modal h2,.modal h3{font-size:22px;font-weight:700;color:#0f2a4a}.modal input,.modal textarea{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #d0d5dd;font-size:14px;background:#fafafa;transition:.25s ease}.modal input:focus,.modal textarea:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.modal textarea{min-height:100px;resize:none}.modal input[name=requirements]{background:#f0f7ff;border:1px solid #b9d8ff}.modal-actions{display:flex;gap:14px;margin-top:10px}.modal-actions button{flex:1;height:45px;border-radius:12px;font-weight:700;font-size:15px;cursor:pointer;transition:.25s ease;border:none}.modal-actions .save-btn{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;box-shadow:0 10px 25px #2563eb59}.modal-actions .save-btn:hover{transform:translateY(-2px);background:#1d4ed8}.modal-actions .cancel-btn{background:#f2f4f7;color:#344054}.modal-actions .cancel-btn:hover{background:#e4e7ec}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{animation:modalPop .25s ease}.form-group select{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #d0d5dd;font-size:14px;background:#fafafa;transition:.2s;cursor:pointer}.form-group select:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}@keyframes modalPop{0%{transform:scale(.85) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@media(max-width:1050px){.employer-container{width:92%}.employer-hero{padding:35px 5%}}@media(max-width:768px){.row{flex-direction:column}.edit-form{grid-template-columns:1fr}.form-group.full{grid-column:span 1}.form-actions{flex-direction:column}}
