.tab{border-radius:30px;padding:10px 18px;margin:6px;border:none;background:#f5f5f5;cursor:pointer;font-weight:600;color:#0b2540}
.tab.active{background:#F47C20;color:#fff;position:relative}
.tab.active::after{content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:-6px;width:40%;height:4px;background:#F47C20;border-radius:2px;animation:slide .25s ease}
@keyframes slide{from{width:0}to{width:40%}}

.profile-card .card{border-radius:16px;box-shadow:0 4px 10px rgba(0,0,0,0.05);padding:28px}
.profile-card img{width:160px;height:160px;object-fit:cover;border-radius:50%;margin:0 auto 16px;display:block}
.profile-card h5{font-weight:600}
.ld-admin-wrap .ld-admin-grid{display:flex;gap:30px;align-items:flex-start}
.ld-admin-wrap .ld-form{flex:0 0 380px;background:#fff;padding:18px;border-radius:8px;border:1px solid #eee}
.ld-admin-wrap .ld-table{flex:1}
.ld-admin-wrap .placeholder{width:160px;height:160px;border-radius:50%;background:#e9e9e9;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:32px}