.adminMain{flex-direction:column;align-items:center;justify-content:center;position:relative}.adminMain,.tableNav{width:100%;display:flex}.tableNav{flex-direction:row;justify-content:space-evenly;margin:30px}.mainTable{border:2px solid var(--yellow);width:85%;table-layout:auto;border-radius:15px;margin-bottom:20px}.modalContainer{width:450px;height:auto;border:5px solid var(--green);border-radius:15px;padding:10px;text-align:center;align-items:center}.titleCont{margin:25px 0}.mainTableHeader{width:100%;background-color:var(--olive)}.tableCell,.tableHeader{padding:1rem;text-align:left;align-items:first baseline;width:min-content;border-bottom:2px solid var(--gray)}.nameCell{white-space:nowrap;width:min-content;color:var(--green);font-weight:800}.actions{display:flex;justify-content:space-around}.tableBody tr:last-child td{border-bottom:none}@media (max-width:920px){.mainTable{display:block;overflow-x:auto;max-width:max-content}.mainTable thead{display:none}.mainTable tr{display:flex;flex-direction:column;border:1px solid var(--gray);margin-bottom:1rem;padding:1rem}.mainTable td{display:flex;justify-content:space-between;width:100%;padding:.5rem}.mainTable td:before{content:attr(data-label);font-weight:700;flex-shrink:0;width:110px;text-align:left}.tableCell{display:flex;justify-content:center}.tableCell:before{content:attr(data-label);font-weight:700}button{margin:0 10px}}@media (max-width:510px){.mainTable{width:95%}.mainTable tr{width:95%;margin:0;padding:0}.tableNav{flex-wrap:wrap;width:80%;gap:10px}.mainTable td,.tableCell{justify-content:flex-start}.tableCell{align-items:baseline;width:min-content;padding:0}.actions{margin-left:25%}}