button,.button,button.invert:hover,.button.invert:hover{display:inline-block;padding:10px;cursor:pointer;border-radius:5px;border:1px solid #5e0d08;text-decoration:none;transition:background-color,.5s,color,.5s}button:hover,.button:hover,button.invert,.button.invert{background-color:#5e0d08;color:#fff}#drop-area{border:2px dashed #ccc;border-radius:20px;margin:50px 2em;padding:20px;text-align:center}#drop-area.highlight{border-color:purple}.my-form{margin-bottom:10px}#fileElem{display:none}html,body{height:100%}body{font-family:sans-serif;margin:0;padding:0}a{color:#5e0d08}.centered{text-align:center}.centered.full{height:100vh;display:flex;flex-direction:column;justify-content:center}.buffered{padding:2em}.clean{list-style:none;padding:0;margin:0}.border-box{border:2px solid #5e0d08;background-color:#fff;border-radius:12px;padding:1em;display:inline-block}.hide{display:none}.hide.show{display:block}.w100p{width:100%;box-sizing:border-box}.p1em{padding:1em}body{padding:0;margin:0}#max{display:none}#max:checked+label img{max-width:none}label img{max-width:100%}ul#images{list-style:none;padding:0 0 60px;margin:0;column-count:auto;column-width:200px;column-gap:0}ul#images li{position:relative}ul#images li.loading::after{content:attr(data-percentage);display:flex;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);color:#fff;justify-content:center;align-items:center}ul#images li,ul#images a,ul#images img{width:100%;display:block}.input-button-group{display:flex}.input-button-group button,.input-button-group button:hover{border-top-left-radius:0;border-bottom-left-radius:0}.input-button-group>span{border:1px solid #5e0d08;display:inline-flex;padding-right:.5em;align-items:center;border-radius:5px}.input-button-group>span input{border:0;padding:1em;background-color:transparent}.input-button-group>span>span{cursor:pointer}.share{position:fixed;bottom:10px;right:10px;text-align:right}.share ul{text-align:left}.share span{display:flex;border:2px solid #fff;white-space:nowrap;align-items:center;cursor:pointer}.share span img{display:block;width:32px}.share>span{padding:.75em;display:inline-block}#share-toggle{background-color:#5e0d08;border-radius:50%}form.styled label{display:flex;flex-direction:column}form.styled label.row{flex-direction:row}form.styled label>span{border:1px solid #5e0d08;display:inline-flex;align-items:center;border-radius:5px}form.styled label>span input[type="text"],form.styled label>span input[type="password"]{flex-grow:1;padding:.5em;outline:none;border:none;background-color:unset}#drop-area{border:2px dashed #ccc;border-radius:20px;width:480px;margin:50px auto;padding:20px}#drop-area.highlight{border-color:purple}p{margin-top:0}.my-form{margin-bottom:10px}.button{display:inline-block;padding:10px;background:#ccc;cursor:pointer;border-radius:5px;border:1px solid #ccc}.button:hover{background:#ddd}#fileElem{display:none}header nav{flex-grow:1;text-align:right}header nav ul{list-style:none;display:flex;gap:1.5em;justify-content:right}header nav a{color:#fff;text-decoration:none;border:2px solid #fff;border-radius:50px;padding:.5em 1em;display:block;box-shadow:0px 0px 0px #fff;transition:all .5s}header nav a:hover{color:#333;background-color:#fff}#snackbar{visibility:hidden;min-width:250px;margin-left:-125px;background-color:#333;color:#fff;text-align:center;border-radius:2px;padding:16px;position:fixed;z-index:1;left:50%;bottom:30px}#snackbar.show{visibility:visible;-webkit-animation:fadein .5s,fadeout .5s 2.5s;animation:fadein .5s,fadeout .5s 2.5s}@-webkit-keyframes fadein{from{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes fadein{from{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@-webkit-keyframes fadeout{from{bottom:30px;opacity:1}to{bottom:0;opacity:0}}@keyframes fadeout{from{bottom:30px;opacity:1}to{bottom:0;opacity:0}}body{font-family:sans-serif;margin:0;padding:0;background-color:#131314;background-color:#fff}a{color:#369}.content{background-color:#1e1e20;background-color:#fff}body.small .content{max-width:600px;margin:auto;border-bottom-left-radius:20px;border-bottom-right-radius:20px;border:1px solid #333}.home .content{background-color:unset}.spinimg{overflow:hidden;position:relative;background-color:#000;color:#fff}.spinimg::before{animation:spin 600s linear infinite;background-image:url("/images/spin.jpg");background-position:center;background-size:cover;content:'';display:block;height:120vw;width:120vw;left:calc(50% - 60vw);top:calc(50% - 60vw);position:absolute;z-index:0}.spinimg::after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:1}.spinimg .content{z-index:2}@media screen and (orientation: portrait){.spinimg::before{height:120vh;width:120vh;left:calc(50% - 60vh);top:calc(50% - 60vh)}}@-moz-keyframes spin{100%{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.login-wrapper{text-align:left}.login-wrapper .type-login,.login-wrapper .type-register{display:none}.login-wrapper .register,.login-wrapper .login{display:none}.login-wrapper .login-form-fields{padding-top:1em}.login-wrapper .type-login:checked ~ .login-form-fields .login{display:block}.login-wrapper .type-register:checked ~ .login-form-fields .register{display:block}.login-wrapper .type-login+label,.login-wrapper .type-register+label{display:inline-block;background-color:#ddd;cursor:pointer;padding:16px;width:50%;text-align:center;box-sizing:border-box}.login-wrapper .type-login:checked+label,.login-wrapper .type-register:checked+label{background-color:#fff}.login-wrapper p{margin-top:0;margin-bottom:1em;padding:0 .75em}.login-wrapper button,.login-wrapper .button{padding:.75em}@media only screen and (min-width: 500px){.login-wrapper{margin:0 auto;border:2px solid #5e0d08;border-radius:4px;background-color:#fff;width:400px}.login-wrapper h1{text-align:center;padding:.5em;background-color:#5e0d08;color:#fff;margin:0}}div#images{list-style:none;padding:0;margin:0;column-count:auto;column-width:200px;column-gap:0;display:table}div#images>div{position:relative;display:table-row}div#images>div>div{display:table-cell;padding:.5em}div#images div.loading::after{content:attr(data-percentage);display:flex;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);color:#fff;justify-content:center;align-items:center}ul#images li,ul#images a,ul#images img{width:100%;display:block}header{background-color:#000;display:flex;align-items:center;top:0;width:100%;z-index:1000;padding:0 1em;box-sizing:border-box}header a{color:#fff}.home header{position:absolute;background-color:rgba(0,0,0,0.5)}
/*# sourceMappingURL=ci.css.map */
