.students-list{display:grid;max-height:45vh;overflow-y:auto;outline-offset:-1px;border:1px solid #d2d2d2}.students-list__header{padding:.7rem .5rem;font-weight:700;background-color:#727674;color:#fff}.students-list__line{display:grid;grid-gap:1em;font-size:.7rem;grid-template-columns:1fr auto;align-items:center;padding:.7rem .5rem}.students-list__line:nth-child(2n-2){background-color:#f5f7fa}.students-list__line__text p{font-weight:700;margin:0 0 .2rem;overflow-wrap:break-word;word-break:break-word}.add-students[data-v-285e5f28]{display:grid;grid-template-columns:2fr 1fr;grid-gap:1.5em;height:45vh}.select-students[data-v-285e5f28]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1px;margin:1rem 0}.select-students button[data-v-285e5f28]{all:unset;background-color:#f5f7fa;padding:.5rem .3rem;font-size:.7rem;transition:all .3s ease;cursor:pointer}.select-students button p[data-v-285e5f28]{margin:unset}.select-students button p[data-v-285e5f28]:last-child{margin-top:5px}.select-students button.active[data-v-285e5f28]{background-color:rgba(0,0,0,.15)}