#student-list-container{max-height:calc(100vh - 220px);overflow-y:auto}.students-container.view-grid .student-card{display:block}.students-container.view-list .student-card{flex:0 0 100%;max-width:100%}.students-container.view-list .card{display:flex;flex-direction:row;align-items:center}.students-container.view-list .card-body{display:flex;justify-content:space-between;align-items:center;width:100%}.student-card .styled-card{border-radius:1rem;transition:transform .15s ease-in-out,box-shadow .15s ease-in-out}.student-card .styled-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f;cursor:pointer}.btn-view{border-radius:50%;width:32px;height:32px;display:flex;justify-content:center;align-items:center}.student-card.blocked .styled-card{position:relative;opacity:.6}.student-card.blocked .styled-card:after{content:"Заблокирован";position:absolute;top:8px;right:12px;background-color:#dc3545;color:#fff;font-size:.75rem;padding:2px 8px;border-radius:8px}
