*{padding:0;margin:0;font-family:"Gill Sans","Gill Sans MT",Calibri,"Trebuchet MS",sans-serif;letter-spacing:1px;transition:.25s ease-in-out}.main{background-color:#2c394b;min-height:100vh;width:100%;display:flex;flex-direction:column}.header{background-color:#334756;display:flex;align-items:center;justify-content:center;color:#fff;height:10vh}.header h1{color:#ff4c29;letter-spacing:2px;font-weight:500}.react-icon{font-size:1.5rem;margin-right:.5rem;color:#ff4c29;-webkit-animation:reacticon 5s linear infinite;animation:reacticon 5s linear infinite}@-webkit-keyframes reacticon{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes reacticon{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.menu{position:absolute;right:.5rem;color:#ff4c29;font-size:1.3rem;cursor:pointer;display:none}.menu:hover{color:#e2e2e2;font-size:1.4rem}.navbar{background-color:#334756;display:flex;justify-content:center;margin-top:auto;padding:.8rem}.navbar ul{display:flex;list-style:none}.navbar ul li a{text-transform:uppercase;color:#ff4c29;font-weight:500;padding:0 1rem;text-decoration:none}.navbar ul li a:hover{color:#fde49c}.body{display:flex;justify-content:center;align-items:center;padding:1rem;height:100%}.headings{color:#dbdbd9;font-weight:300;padding:1rem}.sub-body{display:flex;flex-direction:column;align-items:center;width:100%}.dashboard{font-size:15rem;color:#fde49c}.loader{position:absolute;top:10vh;width:100%;height:90vh;background-color:rgba(87,87,90,.4196078431372549);display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.empty-msg{color:#ff4c29;font-weight:500;margin-top:10%;padding:1rem;text-align:center}.form{background-color:#dbdbd9;padding:1rem;width:400px;border-radius:3px;display:flex;flex-direction:column}.form-content{display:flex;align-items:center;padding:.5rem}.form-content label{flex:20% 1;color:#2c394b;font-weight:400}.form-content input[type=text]{flex:80% 1;padding:.5rem;color:#2c394b;border:none;border-bottom:1px solid #ff4c29;background-color:#f0f0ed;outline:none}.form-content input[type=file]{flex:80% 1;padding:.5rem .5rem .5rem 0;border:none;color:#2c394b}input[type=file]::file-selector-button{border:1px solid #ff4c29;cursor:pointer;padding:.2rem .5rem;margin-right:1rem;font-family:"Gill Sans MT";transition:.25s ease-in-out}input[type=file]::file-selector-button:hover{background-color:#ff4c29;color:#e2e2e2}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:#2c394b;-webkit-transition:background-color 5000000s ease-in-out 0s;transition:background-color 5000000s ease-in-out 0s}.form-submit{display:flex;justify-content:flex-end;padding:.5rem}.form-submit .btn-delete{margin-right:.5rem}.form-submit input{cursor:pointer;width:7rem;padding:.3rem;border:1px solid #f0f0ed;background-color:#f0f0ed;color:#ff4c29;font-size:.9rem;font-weight:700}.form-submit input:hover{color:#f0f0ed;background-color:#ff4c29}.row{display:flex;justify-content:space-between;align-items:center;line-height:2.5rem;color:#334756;width:90%}.col{padding:0 .5rem;width:100%}.h-row{background-color:#334756;color:#dbdbd9;margin-bottom:.5rem;border:1px solid #ff4c29;border-top-left-radius:5px;border-top-right-radius:5px}.h-row h4{font-weight:400}.m-align{text-align:center}.s-width{width:300px}.sm-width{width:150px}.r-border{border-right:1px solid #ff4c29}.ellip{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row-data{color:#334756;font-size:.9rem;background-color:#e2e2e2;border-bottom:1px solid #ff4c29;height:100%}.curve-bottom{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.row-data .profile{cursor:pointer;font-size:1.1rem;text-decoration:none;color:#334756;padding:.7rem}.row-data .profile:hover{color:#ff4c29}.row-data .edit{cursor:pointer;font-size:1.1rem;text-decoration:none;color:#ff4c29}.row-data .edit:hover{color:#334756}.col a{display:flex;justify-content:center;align-items:center}.user-profile{background-color:#e2e2e2;margin-top:2rem;padding:1rem;border-radius:3px;display:flex;flex-direction:column;justify-content:space-between;min-height:300px;width:400px}.profile-data{display:flex}.profile-label{background-color:#ff4c29;color:#e2e2e2;margin-right:.5rem;min-width:4rem}.profile-desc,.profile-label{padding:.5rem;border-radius:3px}.profile-desc{background-color:#334756;color:#ff4c29;width:100%}.avatar-frame{margin-top:1rem;background-color:#e2e2e2;width:150px;height:150px;display:flex;align-items:center;overflow:hidden;justify-content:center;border:.5rem solid #ff4c29;border-radius:50%}.avatar{font-size:4rem;color:#ff4c29;border:.5rem solid #2c394b;padding:.7rem;border-radius:20%}.messages{font-size:.9rem;font-weight:700;padding:0 .5rem .5rem;color:#ff4c29}@media screen and (max-width:575px){.menu{display:block}.main{position:relative;font-size:80%}.header{z-index:9;height:3rem}.navbar{position:absolute;right:0;left:0;opacity:.95;z-index:0}.navbar ul{flex-direction:column;justify-content:center;align-items:center;width:100%}.navbar ul li{padding:1rem .5rem;width:100%;text-align:center}.navbar ul li:hover{color:#2c394b}.open{top:3rem;opacity:.95}.close{opacity:0;top:-10rem}.dashboard{font-size:8rem}.form{width:80%}.form-content{flex-direction:column;align-items:flex-start}.row{font-size:80%}.row-data{line-height:3}.row-data .profile{padding:.4rem}.row-data a{font-size:100%}.ellip{width:400px}.form-content input,.form-content label{width:95%;margin:.5rem 0}.user-profile{width:80%}.avatar-frame{width:120px;height:120px}.avatar,.avatar-frame{border-radius:10%;border-width:.3rem}.avatar{font-size:3rem;padding:1rem}}
/*# sourceMappingURL=main.8f366e9a.chunk.css.map */