.exam-tabs{display:flex;gap:4px;background:#eef1f5;padding:4px;border-radius:8px;width:max-content;margin-bottom:18px}.exam-tab{border:0;background:transparent;color:#758093;font:700 13px 'DM Sans';padding:9px 28px;border-radius:6px;cursor:pointer}.exam-tab.active{background:#fff;color:#4169e1;box-shadow:0 1px 4px #17233a14}.groups-toolbar{display:flex;justify-content:space-between;align-items:center;color:#758093;font-size:12px;margin-bottom:16px}.groups-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.group-card{background:#fff;border:1px solid #e7eaf0;border-radius:10px;padding:19px}.group-card-head{display:flex;justify-content:space-between}.exam-label{font-size:10px;font-weight:800;padding:5px 8px;border-radius:4px}.exam-label.oge{background:#e9f6f2;color:#16866f}.exam-label.ege{background:#e9edff;color:#4a61c2}.group-card h3{font:700 17px Manrope;margin:20px 0 6px}.group-card p{color:#758093;font-size:12px;margin:0}.group-students{display:flex;align-items:center;min-height:40px;margin:20px 0 12px}.group-students span{width:30px;height:30px;border-radius:50%;background:#dce5ff;color:#415bbb;display:grid;place-items:center;font-size:11px;font-weight:700;border:2px solid #fff;margin-right:-5px}.group-students small{color:#a0a8b6;font-size:11px}.group-delete{border:0;background:transparent;color:#a1a9b5;cursor:pointer}@media(max-width:900px){.groups-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.groups-grid{grid-template-columns:1fr}}
