.employer-dashboard .sidebar{background:#fff;border-right:1px solid #e9ecef;min-height:100vh}.employer-layout-grid{display:block}@media (min-width:768px){.employer-layout-grid{display:grid;grid-template-columns:auto 1fr;grid-gap:1rem;gap:1rem;align-items:start}.employer-layout-grid>aside.sidebar{min-height:100vh;padding-right:.5rem}.employer-layout-grid>main{padding-left:0}}.employer-dashboard .sidebar{padding:1.25rem;border-radius:8px;background:linear-gradient(180deg,#f6fbff,#eef6ff 60%);box-shadow:0 8px 20px rgba(16,24,40,.04);border:1px solid rgba(15,23,42,.04)}.employer-dashboard .sidebar .brand{color:#0b2a4a}.employer-dashboard .nav{margin-top:.5rem}.employer-dashboard .nav-item{margin-bottom:.35rem}.employer-dashboard .nav-link{color:#0b2a4a;background:transparent;padding:.55rem .6rem;transition:all .12s ease;border-radius:6px}.employer-dashboard .nav-link:hover{transform:translateX(4px);background:rgba(11,42,74,.04);color:#0b2a4a}.employer-dashboard .nav-link.active{background:rgba(11,42,74,.06);box-shadow:inset 0 0 0 3px rgba(11,42,74,.01)}.employer-dashboard .icon{display:inline-flex;align-items:center;justify-content:center;margin-right:10px;color:#0b2a4a}.employer-dashboard .nav-link .icon svg{display:block;color:inherit}@media (min-width:1200px){.employer-dashboard .sidebar{width:300px}}.employer-dashboard .sidebar .brand{font-weight:700;font-size:1.125rem;margin-bottom:1rem;color:#0b5ed7}.employer-dashboard .sidebar .nav{margin-top:.5rem}.employer-dashboard .sidebar .nav-link{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;color:#495057;border-radius:6px;margin-bottom:.25rem}.employer-dashboard .sidebar .nav-link:hover{background:#f8f9fa}.employer-dashboard .sidebar .nav-link.active{background:#e7f1ff;color:#0b5ed7;border-left:3px solid #0b5ed7}.employer-dashboard .sidebar{padding-top:2rem}.employer-dashboard .sidebar .nav-link{font-size:.95rem}@media (max-width:767px){.employer-dashboard .sidebar{min-height:auto}}.employer-dashboard .card{background:#fff;border:1px solid #e9ecef;border-radius:8px}.employer-dashboard .recent-activity h6{margin-bottom:.5rem;font-weight:600}.employer-dashboard .recent-activity li{padding-top:.5rem;padding-bottom:.5rem}.employer-dashboard .recent-activity li .small{font-size:.75rem}.employer-dashboard .recent-activity li+li{margin-top:.25rem}.employer-dashboard .sidebar{background:linear-gradient(180deg,#f8fbff,#fff)}.employer-dashboard .sidebar .brand{color:#0a58ca}.employer-dashboard .sidebar .nav-link.active{background:transparent;color:#0a58ca;border-left:4px solid #0a58ca}.employer-dashboard .avatar{width:44px;height:44px;border-radius:50%;background:hsla(0,0%,100%,.12);display:flex;align-items:center;justify-content:center;color:#0a58ca}.employer-dashboard .nav-link .icon svg{width:16px;height:16px}.employer-dashboard .sidebar-icon{width:18px;height:18px;display:block}.employer-dashboard .sidebar-icon circle,.employer-dashboard .sidebar-icon path{fill:currentColor}.employer-dashboard .nav-link span{font-size:.95rem}.recent-rotator{overflow:hidden}.recent-list{display:flex;flex-direction:column;gap:6px}.recent-item{display:flex;gap:.75rem;align-items:flex-start;padding:.5rem 0;transition:transform .35s ease,opacity .35s ease}.recent-item .activity-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;color:#0a58ca}.recent-item .activity-title{font-weight:600;font-size:.95rem}.recent-item .small{color:#6c757d}.recent-list .recent-item{opacity:0;transform:translateY(6px)}.recent-list .recent-item:first-child{animation:fadeIn .7s ease 0ms forwards}.recent-list .recent-item:nth-child(2){animation:fadeIn .7s ease 80ms forwards}.recent-list .recent-item:nth-child(3){animation:fadeIn .7s ease .16s forwards}.recent-list .recent-item:nth-child(4){animation:fadeIn .7s ease .24s forwards}.recent-list .recent-item:nth-child(5){animation:fadeIn .7s ease .32s forwards}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}