html{font-weight:200;background-size:110%;background-repeat:no-repeat;background-position:top}body,html{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,segoe ui,helvetica neue,helvetica,ubuntu,roboto,noto,arial,sans-serif}body{display:flex;flex-direction:column;margin:0;min-height:100vh}button,input,select,textarea{font-family:inherit;margin:0}a{text-decoration:none}.main{flex:auto;max-width:650px;margin:0 auto;padding:0 20px;box-sizing:border-box;width:96%}.noscript{border:3px solid #d70022;border-radius:6px}.btn,.noscript{text-align:center}.btn{font-size:15px;font-weight:500;color:#fff;cursor:pointer;background:#0297f8;border:1px solid #0297f8;border-radius:5px}.btn:hover{background-color:#0287e8}.btn--cancel{color:#d70022;background:#fff;font-size:15px;border:0;cursor:pointer;text-decoration:underline}.btn--cancel:disabled{text-decoration:none;cursor:auto}.btn--cancel:hover{background-color:#fff}.input{flex:2 0 auto;border:1px solid #0297f8;border-radius:6px 0 0 6px;font-size:20px;color:#737373;font-family:SF Pro Text,sans-serif;letter-spacing:0;line-height:23px;font-weight:300;height:46px;padding-left:10px;padding-right:10px}.input--error{border-color:#d70022}.input--noBtn{border-radius:6px}.inputBtn{flex:auto;background:#0297f8;border-radius:0 6px 6px 0;border:1px solid #0297f8;color:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:15px;padding-bottom:3px;padding-left:10px;padding-right:10px;white-space:nowrap}.inputBtn:disabled{cursor:auto}.inputBtn:hover{background-color:#0287e8}.inputBtn--hidden{display:none}.cursor--pointer{cursor:pointer}.link{color:#0094fb;text-decoration:none}.link:active,.link:focus,.link:hover{color:#0287e8}.link--action{text-decoration:underline;text-align:center}.page{margin:0 auto 30px}.page,.progressSection{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}.progressSection{margin:0 auto;font-size:15px}.progressSection__text{color:#737373;letter-spacing:-.4px;margin-top:24px;margin-bottom:74px}.effect--fadeOut{opacity:0;animation:fadeout .2s linear}@keyframes fadeout{0%{opacity:1}to{opacity:0}}.effect--fadeIn{opacity:1;animation:fadein .2s linear}@keyframes fadein{0%{opacity:0}to{opacity:1}}.error{color:#d70022}.title{font-size:33px;line-height:40px;margin:20px auto;text-align:center;max-width:520px;font-family:SF Pro Text,sans-serif;word-wrap:break-word}.description{font-size:15px;line-height:23px;max-width:630px;text-align:center;margin:0 auto 60px;color:#0c0c0d;width:92%}.lefttext{text-align:left}.header{align-items:flex-start;box-sizing:border-box;display:flex;justify-content:space-between;padding:31px;width:100%}.logo{display:flex;position:relative;align-items:center}.logo__link{display:flex;flex-direction:row}.logo__title{color:#3e3d40;font-size:32px;font-weight:500;margin:0;position:relative;top:-1px;letter-spacing:1px;margin-left:8px;transition:color 50ms}.logo__title:hover{color:#0297f8}.logo__subtitle{color:#3e3d40;font-size:12px;margin:0 8px}.logo__subtitle-link{font-weight:700;color:#3e3d40;transition:color 50ms}.logo__subtitle-link:hover{color:#0297f8}.feedback{background-color:#0297f8;background-image:url(/feedback.e34bb85d.svg);background-position:2px 4px;background-repeat:no-repeat;background-size:18px;border-radius:3px;border:1px solid #0297f8;box-shadow:0 1px 2px rgba(0,0,0,.1);color:#fff;cursor:pointer;display:block;float:right;font-size:12px;line-height:12px;opacity:.9;padding:5px;overflow:hidden;min-width:12px;max-width:12px;text-indent:17px;transition:all .25s ease-in-out;white-space:nowrap}.feedback:focus,.feedback:hover{min-width:30px;max-width:300px;text-indent:2px;padding:5px 5px 5px 20px;background-color:#0287e8}.feedback:active{background-color:#0287e8}.btn--download{width:180px;height:44px;margin-top:20px;margin-bottom:30px}.progress{margin-top:3px}.progress__bg{stroke:#eee;stroke-width:.75em}.progress__bar{stroke:#3b9dff;stroke-width:.75em;transition:stroke-dashoffset .3s linear}.progress__indefinite{stroke:#3b9dff;stroke-width:.75em;animation:1s linear infinite spin;transform-origin:center}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.progress__percent{font-family:Segoe UI,SF Pro Text,sans-serif;font-size:43.2px;letter-spacing:-.78px;line-height:58px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.progress--invisible{display:none}.passwordInput{width:90%;height:100px;padding:10px 5px 5px}.passwordInput--hidden{visibility:hidden}.passwordInput__form{display:flex;flex-wrap:nowrap;padding-bottom:5px}.passwordInput__msg{font-size:15px;color:#737373}.passwordInput__msg--error{color:#d70022}.inputBtn--loading{background-image:url(/spinner.0e1eee92.svg);background-position:50%;background-size:30px 30px;background-repeat:no-repeat}.inputBtn--password{flex:0 0 200px}.passwordSection{text-align:left;padding:40px 0;width:80%}.passwordForm{display:flex;flex-wrap:nowrap;width:100%;padding:10px 0}.setPasswordSection{padding:10px 0;max-width:100%;word-wrap:break-word}.checkbox{min-height:24px}.checkbox__input{position:absolute;opacity:0}.checkbox__label{line-height:23px;cursor:pointer;color:#737373;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox__label:before{content:"";height:20px;width:20px;margin-right:10px;margin-left:5px;float:left;border:1px solid rgba(12,12,13,.3);border-radius:2px}.checkbox:hover .checkbox__label:before,.checkbox__input:focus+.checkbox__label:before{border:1px solid #0297f8}.checkbox__input:checked+.checkbox__label{color:#0c0c0d}.checkbox__input:checked+.checkbox__label:before{background-image:url(/check-16-blue.930e7fa5.svg);background-position:2px 1px}.checkbox__input:disabled+.checkbox__label{cursor:auto}.checkbox__input:disabled+.checkbox__label:before{background-image:url(/check-16-blue.930e7fa5.svg);background-repeat:no-repeat;background-size:26px 26px;border:none;cursor:auto}.footer{right:0;bottom:0;left:0;font-size:13px;align-items:flex-end;justify-content:space-between;padding:50px 31px 41px;width:100%;box-sizing:border-box}.footer,.legalSection{display:flex;flex-direction:row}.legalSection{max-width:81vw;align-items:center}.legalSection__link{color:#737373;opacity:.9;white-space:nowrap;margin-right:2vw}.legalSection__link:hover{opacity:1}.legalSection__link:visited{color:#737373}.legalSection__mozLogo{height:32px;margin-bottom:-5px}.socialSection{display:flex;justify-content:space-between;width:94px}.socialSection__link{opacity:.9}.socialSection__link:hover{opacity:1}.socialSection__icon{width:32px;height:32px;margin-bottom:-5px}.fxPromo{padding:0 15px;height:48px;background-color:#efeff1;color:#4a4a4f;font-size:13px;flex-direction:row;align-content:center;justify-content:center}.fxPromo,.fxPromo>div{display:flex;align-items:center}.fxPromo>div{margin:0 auto}.fxPromo>div>span{margin-left:10px}.fxPromo__logo{width:24px}.fxPromo--blue{background:linear-gradient(-180deg,#45a1ff,#00feff 94%);color:#fff}.fxPromo--pink{background:linear-gradient(-180deg,#ff9400,#ff1ad9 94%);color:#fff}.fxPromo--blue a,.fxPromo--pink a{color:#fff;font-weight:700}.fxPromo--blue a:hover,.fxPromo--pink a:hover{color:#eee;font-weight:700}.select{background-color:#fff;overflow:hidden;padding:4px 2px;border:1px dotted rgba(0,148,251,.53333);border-radius:4px;display:inline;position:relative}.select:after{color:#0094fb;content:"\25BC";pointer-events:none;font-size:20px;margin-left:-30px;padding-right:10px}option{padding:0}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;box-shadow:none;border:0;background:#fff;background-image:none;font-size:1em;font-weight:200;margin:0;color:#0094fb;cursor:pointer;padding-right:40px}select:active{background-color:#fff;border:0}#arrow{position:relative}.fileList{margin:45.3px auto;table-layout:fixed;border-collapse:collapse;font-family:Segoe UI,SF Pro Text,sans-serif}.fileList__header{font-size:16px;color:#737373;font-weight:lighter;text-align:left;background:rgba(0,148,251,.05);height:40px;border-top:1px solid rgba(0,148,251,.1);padding:0 19px;white-space:nowrap}.fileList__body{word-wrap:break-word;word-break:break-all}.fileList__nameCol{width:35%}.fileList__copyCol{text-align:center;width:25%}.fileList__expireCol{width:25%}.fileList__dlCol{width:8%}.fileList__delCol{text-align:center;width:7%}.fileData{font-size:15px;vertical-align:top;color:#737373;padding:17px 19px 0;line-height:23px;position:relative}.fileData--overflow{text-overflow:ellipsis;max-width:0;overflow:hidden;white-space:nowrap}.fileData--center{text-align:center}.popup{visibility:hidden;min-width:204px;min-height:105px;color:#0c0c0d;border:1px solid #d7d7db;padding:15px 24px;box-sizing:content-box;text-align:center;border-radius:5px;z-index:1;bottom:20px;left:-40px;transition:opacity .5s;opacity:0;outline:0;box-shadow:3px 3px 7px hsla(0,0%,53%,.3)}.popup,.popup:after{background-color:#fff;position:absolute}.popup:after{content:"";bottom:-11px;left:20px;display:block;width:20px;height:20px;transform:rotate(45deg);border-radius:0 0 5px;border-right:1px solid #d7d7db;border-bottom:1px solid #d7d7db;border-left:1px solid #fff;border-top:1px solid #fff}.popup__wrapper{position:absolute;display:inline-block}.popup__message{height:40px;justify-content:center;border-bottom:1px solid #ebebeb;color:#0c0c0d;font-size:15px;font-weight:400;padding-bottom:15px;white-space:nowrap;width:calc(100% + 48px);margin-left:-24px}.popup__action,.popup__message{display:flex;align-items:center}.popup__action{margin-top:15px;flex-direction:row;justify-content:space-between}.popup__no{color:#4a4a4a;background-color:#fbfbfb;border:1px solid #c1c1c1;border-radius:5px;padding:5px 25px;font-weight:400;min-width:94px;box-sizing:border-box;cursor:pointer;white-space:nowrap}.popup__no:hover{background-color:#efeff1}.popup__yes{color:#fff;background-color:#0297f8;border-radius:5px;padding:5px 25px;font-weight:400;cursor:pointer;min-width:94px;box-sizing:border-box;white-space:nowrap;margin-left:12px}.popup__yes:hover{background-color:#0287e8}.popup--show{visibility:visible;opacity:1}.uploadArea{border:3px dashed rgba(0,148,251,.5);margin:0 auto 10px;height:255px;border-radius:4px;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;transition:transform .15s;padding:15px}.uploadArea__msg{font-size:22px;color:#737373;margin:20px 0 10px;font-family:SF Pro Text,sans-serif}.uploadArea__sizeMsg{font-style:italic;font-size:12px;line-height:16px;color:#737373;margin-bottom:22px}.uploadArea--dragging{border:5px dashed rgba(0,148,251,.5);height:251px;transform:scale(1.04);border-radius:4.2px;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}.uploadArea--dragging *{pointer-events:none}.btn--file{font-size:20px;min-width:240px;height:60px;display:flex;justify-content:center;align-items:center;padding:0 10px}.inputFile{opacity:0;position:absolute}.inputFile--focused+.btn--file{background-color:#0287e8;outline:1px dotted #000;outline:5px auto -webkit-focus-ring-color}.sharePage{margin:0 auto;display:flex;justify-content:center;flex-direction:column;width:100%;max-width:640px}.sharePage__copyText{align-self:flex-start;margin-top:60px;margin-bottom:10px;color:#0c0c0d;max-width:614px;word-wrap:break-word}.sharePage__deletePopup{position:relative;align-self:center;bottom:50px}.copySection{display:flex;flex-wrap:nowrap;width:100%}.copySection__url{flex:1;height:56px;border:1px solid #0297f8;border-radius:6px 0 0 6px;font-size:20px;color:#737373;font-family:SF Pro Text,sans-serif;letter-spacing:0;line-height:23px;font-weight:300;padding-left:10px}.copySection__url:disabled{border:1px solid #05a700;background:#fff}.inputBtn--copy{flex:0 1 165px;padding-bottom:4px}.input--copied{border-color:#05a700}.inputBtn--copied,.inputBtn--copied:hover{background:#05a700;border:1px solid #05a700;color:#fff}.btn--delete{align-self:center;width:176px;height:44px;background:#fff;border-color:rgba(12,12,13,.3);margin-top:50px;margin-bottom:12px;color:#313131}.btn--delete:hover{background:#efeff1}.unsupportedPage{display:flex;justify-content:center;align-items:center;flex-direction:column}.unsupportedPage__info{font-size:13px;line-height:23px;text-align:center;color:#737373;margin:0 auto 23px}.firefoxDownload{margin-bottom:181px;height:80px;background:#98e02b;border-radius:3px;cursor:pointer;border:0;box-shadow:0 5px 3px #eaeaea;font-family:Fira Sans,segoe ui,sans-serif;font-weight:500;color:#fff;font-size:26px;display:flex;justify-content:center;align-items:center;line-height:1;padding:0 25px}.firefoxDownload__logo{width:70px}.firefoxDownload__action{text-align:left;margin-left:20.4px}.firefoxDownload__text{font-family:Fira Sans,segoe ui,sans-serif;font-weight:300;font-size:18px;letter-spacing:-.69px}@media (max-device-width:768px),(max-width:768px){.description{margin:0 auto 25px}.footer{flex-direction:column;justify-content:flex-start;align-items:flex-start;max-width:630px;margin:auto}.legalSection__mozLogo{margin-left:-7px}.legalSection{flex-direction:column;margin:auto;width:100%;max-width:100%}.legalSection__link{display:block;padding:10px 0;align-self:flex-start}.socialSection{margin-top:20px;align-self:flex-start}.copySection{width:100%}.copySection__url{font-size:18px}}@media (max-device-width:520px),(max-width:520px){.input{font-size:22px;padding:10px;border-radius:6px 6px 0 0}.inputBtn{border-radius:0 0 6px 6px;flex:0 1 65px}.input--noBtn{border-radius:6px}.header{flex-direction:column;justify-content:flex-start}.feedback{margin-top:10px;min-width:30px;max-width:300px;text-indent:2px;padding:5px 5px 5px 20px}.passwordInput__form{flex-direction:column}.passwordSection{width:100%}.passwordForm{flex-direction:column}.setPasswordSection{align-self:center;min-width:95%}.checkbox__label:before{margin-left:0}.fileList__header{font-size:14px;padding:0 5px}.fileData{font-size:13px;padding:17px 5px 0}.popup:after{left:125px}.copySection{width:100%;flex-direction:column;padding-left:0}.copySection__url{font-size:22px;padding:15px 10px;border-radius:6px 6px 0 0}.sharePage__copyText{text-align:center}.inputBtn--copy{border-radius:0 0 6px 6px;flex:0 1 65px}}@media (max-device-width:992px),(max-width:992px){.popup{left:auto;right:-40px}.popup:after{left:auto;right:36px}}