@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap);body{margin:0;font-family:"Nunito",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.content{display:flex;flex-direction:column;min-height:100vh}.route{flex:1 1 auto;flex-direction:column;background-color:#383a42}.button,.route{display:flex;justify-content:center;align-items:center}.button{background:#44e384;border:none;border-radius:10px;padding:9px;margin-top:5px;margin-bottom:5px;font-family:"nunito";font-weight:700;font-size:18px;line-height:25px;letter-spacing:.015em;color:#434343;cursor:pointer}.button:hover{background:#70eaa1}.button.button-small{padding:8px;font-size:14px}.button.button-transparent{background:transparent;color:#44e384}.text-input{border:none;border-radius:10px;outline:none;width:100%;padding:7px;margin-top:5px;box-sizing:border-box;background:#5b5c5e;font-size:18px}.input-label,.text-input{margin-bottom:5px;color:#dae1e7;font-family:"nunito";font-weight:600;line-height:25px;letter-spacing:.015em}.input-label{display:inline-block;font-size:14px}.login-popup{position:absolute;box-sizing:border-box;-webkit-filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));min-width:325px;min-height:185px;padding:15px;background:#292b30;border-radius:10px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end}.login-error{font-weight:700;font-size:16px;color:#e34444;margin-top:5px;margin-bottom:5px;width:100%;text-align:center}.login-buttons{display:flex;width:100%;flex-direction:row;justify-content:space-between;align-items:center}.popup-arrow{position:absolute;top:-10px;right:13px;width:28px;height:28px;transform:rotate(45deg);background:#292b30}.nav-bar{width:100%;height:70px;background:#292b30;display:flex;flex:0 0 auto;flex-direction:row;justify-content:space-between;align-items:center;box-sizing:border-box}.nav-bar .nav-start{padding:14px 14px 14px 30px}.nav-bar .nav-end{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.nav-item{display:inline-block;padding:2px 19px;font-weight:700;font-size:20px;line-height:68px;text-align:right;letter-spacing:.015em;color:#dae1e7;box-sizing:border-box;border:none;background:none;text-decoration:none;cursor:pointer;position:relative;height:68px}.nav-item.active:after,.nav-item:after{content:"";display:block;border-bottom:3px solid #44e384;bottom:-1px;left:0;width:0;position:absolute;transition:.5s ease}.nav-item.active:after,.nav-item:hover:after{width:100%}.name{font-weight:700;font-size:26px;line-height:44px;letter-spacing:.02em}#contact,.contact,.name{color:#dae1e7}.contact{text-align:center}.contact-title{font-size:48px;font-weight:700;line-height:87px;letter-spacing:.02em;margin-bottom:2px;margin-top:0;color:#dae1e7}.contact-info{width:700px;max-width:80vw;font-size:24px;line-height:33px;letter-spacing:.015em;color:#dae1e7}.link{color:#44e384;text-decoration:none;position:relative}.link:after{content:"";display:block;border-bottom:3px solid #44e384;bottom:-1px;left:0;width:0;position:absolute;transition:.5s ease}.link:hover:after{width:100%}#dashboard{flex-direction:row;justify-content:space-between;height:100%;padding:50px}#dashboard,.dashboard-menu{display:flex;align-items:flex-start}.dashboard-menu{flex-direction:column;justify-content:space-evenly;width:175px;height:200px;border-right:2px solid #dae1e7}.menu-item{font-family:"Nunito";font-weight:700;font-size:24px;text-align:right;letter-spacing:.015em;color:#dae1e7;text-decoration:none;border:none;background:none;position:relative;cursor:pointer}.menu-item:after{content:"";display:block;border-bottom:3px solid #44e384;bottom:-1px;left:0;width:0;position:absolute;transition:.5s ease}.menu-item.active:after,.menu-item:hover:after{width:100%}.dashboard-content{justify-content:center}.dashboard-content,.dashboard-files{display:flex;flex:1 1 auto;flex-direction:column;align-items:center}.dashboard-files{justify-content:space-evenly;width:100%;padding:40px;box-sizing:border-box;color:#dae1e7}.dashboard-account{width:100%;max-width:500px}.token-input{display:flex;justify-content:space-between;align-items:center}.token-copy{height:35px;margin-left:10px;margin-top:30px}.password-update{margin-top:80px}.password-update-error{color:#e34444}.password-update-error,.password-update-success{font-weight:700;font-size:16px;margin-top:5px;margin-bottom:5px;width:100%;text-align:center}.password-update-success{color:#44e384}.loading{min-height:400px;display:flex;justify-content:center;align-items:center}.file-table{flex:1 1 auto;width:100%;grid-template-rows:50px 14fr;grid-gap:0 0;gap:0 0;grid-template-areas:"table-header" "content"}.file-table,.table-header{display:grid;color:#dae1e7}.table-header{grid-area:table-header;grid-template-columns:.5fr 1.5fr .7fr .7fr .5fr .5fr;grid-template-areas:"header-name" "header-size" "header-date" "header-link";padding-bottom:16px;margin-bottom:8px;border-bottom:2px solid #8c9093;font-weight:700;font-size:18px;letter-spacing:.015em}.table-header .header-link{text-align:center}.table-row{grid-area:table-content;display:grid;grid-template-columns:.5fr 1.5fr .7fr .7fr .5fr .5fr;grid-template-areas:"row-name" "row-size" "row-date" "row-link";font-weight:600;font-size:18px;letter-spacing:.015em;color:#dae1e7;padding:12px;border-bottom:2px solid #5b5c5e}.table-row:hover{background:#292b30}.table-row .row-date,.table-row .row-link,.table-row .row-name,.table-row .row-size{display:flex;flex-direction:row;align-items:center}.table-row .row-date,.table-row .row-name,.table-row .row-size{pointer-events:none;padding-left:8px;padding-right:8px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.table-row .row-link{color:#44e384;cursor:pointer;margin:0;padding:4px}.table-row .row-delete{color:#e34944;cursor:pointer;margin:0;padding:4px}.table-row .row-image{max-width:150px;max-height:150px;cursor:pointer}.table-nav{width:100%;margin-top:45px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-weight:700;font-size:18px;letter-spacing:.015em;color:#dae1e7}.table-nav .load-more-button{border:none;background:#44e384;width:100%;height:40px;border-radius:5px}.table-nav .load-more-button:hover:not(.disabled){cursor:pointer;background:#3cc95a}.upload-button-wrapper{width:320px;max-width:80vw;height:50px;border-radius:10px;position:relative;overflow:hidden}.upload-progress{content:"";display:block;border-bottom:5px solid #4454e3;bottom:-1px;left:0;width:0;position:absolute;transition:.5s ease;-webkit-transition:.5s ease;pointer-events:none}.upload-label{display:inline-block;width:320px;max-width:80vw;height:50px;line-height:50px;border-radius:10px;background:#44e384;font-weight:700;font-size:20px;letter-spacing:.015em;text-align:center;color:#434343;-webkit-user-select:none;-ms-user-select:none;user-select:none;-moz-user-select:none}.upload-label:hover{cursor:pointer;background:#20d468}#home{background:url(/static/media/bg.9c2d7d08.jpg);background-size:cover}.info{-webkit-filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));text-align:center;color:#dae1e7}.credits{position:absolute;bottom:15px;left:15px;font-weight:700;font-size:20px;color:#dae1e7;text-decoration:none}.title{font-size:64px;line-height:87px;margin-bottom:2px}.subtitle,.title{font-weight:700;letter-spacing:.02em}.subtitle{margin-top:0;font-size:30px;line-height:41px}.description{font-size:24px;line-height:33px;letter-spacing:.015em;-webkit-filter:drop-shadow(0 2px 4px rgba(0,0,0,.35));filter:drop-shadow(0 2px 4px rgba(0,0,0,.35))}.interactions{flex-direction:column;width:375px;font-weight:700;font-size:20px;color:#dae1e7;text-align:center}.interaction-buttons,.interactions{display:flex;align-items:center;-webkit-filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 4px rgba(0,0,0,.25))}.interaction-buttons{margin-top:20px;width:100%;flex-direction:row;justify-content:space-evenly}.interaction-buttons .button-github{font-weight:600;font-size:22px;background:transparent;color:#fff;border:3px solid #fff;border-radius:15px;padding:12px}.interaction-buttons .button-github:hover{position:relative;top:-2px}.interaction-buttons .button-sharex{font-weight:600;font-size:22px;background:transparent;border:3px solid #fb4949;color:#fb4949;border-radius:15px;padding:12px}.interaction-buttons .button-sharex:hover{position:relative;top:-2px}.interaction-buttons.wide{width:375px;max-width:90vw}.recent-file{margin-top:14px;display:flex;flex-direction:row;align-items:center}.recent-file span{margin-left:16px}
/*# sourceMappingURL=main.2097dc4e.chunk.css.map */