html,body,#root{height:100%;overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box;font-family:Lato,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.App{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}nav{display:flex;align-items:center;justify-content:center;background-color:#47626d;width:100%;padding:.5rem;height:15vh;font-size:1.5rem}@media screen and (max-width: 600px){nav{font-size:1.3rem;height:10vh}}nav img{height:100%;margin-right:2rem}nav p{font-size:inherit;font-weight:700;color:#fff}p.personal-data{color:#2d3f46;margin-top:2rem}@media screen and (max-width: 600px){p.personal-data{font-size:.8rem}}footer{padding:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;background-color:#47626d;color:#e4e4e4}@media screen and (max-width: 600px){footer{padding:.8rem}}footer p{text-align:center}@media screen and (max-width: 600px){footer p{font-size:.8rem}}footer p:first-child{margin-bottom:.5rem}footer a{color:#f5f5f5;text-decoration:none;border-bottom:1px whitesmoke solid}.content{display:flex;flex-direction:column;align-items:center;width:100%;flex:1}form{margin-top:5vh;display:flex;align-items:center;justify-content:center;width:100%}input[type=text]{transition:all .2s ease-in-out;cursor:pointer;border-radius:3px;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px;padding:1rem 2rem;width:50%;border:none;outline:none;margin-right:2vw}@media screen and (max-width: 600px){input[type=text]{padding:.7rem 1.3rem}}input[type=text]:focus{box-shadow:#00000012 0 1px 1px,#00000012 0 2px 2px,#00000012 0 4px 4px,#00000012 0 8px 8px,#00000012 0 16px 16px}form button{padding:1rem 2rem;background-color:inherit;border:none;outline:none;transition:all .2s ease-in-out;cursor:pointer;border-radius:3px;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px}@media screen and (max-width: 600px){form button{padding:.7rem 1.3rem}}form button:hover{color:#fff;background-color:#47626d}p.info{margin:10rem 3rem;font-size:1.3rem}@media screen and (max-width: 600px){p.info{font-size:1.2rem}}p.info a{color:inherit}p.info.default{color:#47626d}p.info.error{color:#8a1414}p.info.ps2{color:#833d24}p.info.other{color:red}.button-controls{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;margin-top:1rem}.button-controls button{padding:1rem 2rem;background-color:inherit;border:none;outline:none;transition:all .2s ease-in-out;cursor:pointer;border-radius:3px;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px}@media screen and (max-width: 600px){.button-controls button{padding:.7rem 1.3rem}}.button-controls button:not(:last-child){margin-right:2rem}.button-controls button:hover{color:#fff;background-color:#47626d}.student__card{background-color:#f0f8ff;display:flex;justify-content:space-between;margin:1rem}.student__card__data{font-size:.75rem;padding:1rem;background-color:#ff69b4}.student__card__icon{display:flex;align-items:center;justify-content:center;background-color:#6a5acd}table.main-table{border-collapse:collapse;overflow:hidden;width:80%;margin:3vh 0;border-radius:3px;font-size:1rem;box-shadow:#00000014 0 4px 12px}table.main-table thead tr{background-color:#47626d;color:#fff;text-align:left;font-size:1.2rem}table.main-table thead tr th{font-weight:300;user-select:none}table.main-table thead tr th.sorting-choise{cursor:pointer;transition:background-color .2s ease-in-out}table.main-table thead tr th.sorting-choise:hover{background-color:#31434b}table.main-table th,table.main-table td{padding:28px 15px}@media screen and (max-width: 600px){table.main-table th,table.main-table td{padding:16px 8px;font-size:.85rem}}@media screen and (max-width: 600px){table.main-table th,table.main-table td{padding:15px 4px;font-size:.85rem}}table.main-table tbody tr{border-bottom:1px solid rgba(0,0,0,.158);font-weight:300}table.main-table tbody tr:nth-of-type(even){background-color:#00000009}table.main-table tbody tr:last-child{border-bottom:none}.lds-roller{margin-top:5rem;display:inline-block;position:relative;width:80px;height:80px}.lds-roller div{animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:40px 40px}.lds-roller div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:#47626d;margin:-4px 0 0 -4px}.lds-roller div:nth-child(1){animation-delay:-36ms}.lds-roller div:nth-child(1):after{top:63px;left:63px}.lds-roller div:nth-child(2){animation-delay:-72ms}.lds-roller div:nth-child(2):after{top:68px;left:56px}.lds-roller div:nth-child(3){animation-delay:-.108s}.lds-roller div:nth-child(3):after{top:71px;left:48px}.lds-roller div:nth-child(4){animation-delay:-.144s}.lds-roller div:nth-child(4):after{top:72px;left:40px}.lds-roller div:nth-child(5){animation-delay:-.18s}.lds-roller div:nth-child(5):after{top:71px;left:32px}.lds-roller div:nth-child(6){animation-delay:-.216s}.lds-roller div:nth-child(6):after{top:68px;left:24px}.lds-roller div:nth-child(7){animation-delay:-.252s}.lds-roller div:nth-child(7):after{top:63px;left:17px}.lds-roller div:nth-child(8){animation-delay:-.288s}.lds-roller div:nth-child(8):after{top:56px;left:12px}@keyframes lds-roller{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#toast{position:absolute;top:3vh;right:5vw;background-color:#053836;color:#fff;padding:8px 15px;border-radius:3px;opacity:0;transition:all .2s ease-in-out}#toast.show{top:3vh;right:5vw;opacity:1}
