body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f3f4f8}*,body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}#root{height:100vh;width:100vw}.header-wrapper{width:100vw;height:60px;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);background-color:#fff;z-index:2;position:relative}.header-wrapper .items{margin:0;list-style:none;padding:0;height:100%}.header-wrapper .items li{height:100%;display:flex;justify-content:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0 20px}.header-wrapper .items li.logo{font-weight:500;font-size:20px}.content-wrapper{width:100vw;height:calc(100vh - 60px);overflow-y:auto}.default-button{background-color:#e81403;padding:10px 15px;border:none;border-radius:5px;cursor:pointer;display:block;font-weight:500;color:#fff;position:relative;font-size:14px}.default-button:hover{background-color:#aa0b00}.default-button.raw{color:#e81403;font-size:14px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0}.default-button.raw,.default-button.raw:hover{background-color:transparent}.input-wrapper{width:90%;margin:0 auto}.input-wrapper label{display:block;font-size:13px;text-align:left;margin-top:15px}.input-wrapper .text-input{width:calc(100% - 22px);margin:5px auto;display:block;padding:10px;border-radius:5px;border:1px solid #bfbfbf}.input-wrapper .text-input:focus{outline:1px auto #aaa!important}.modal-wrapper{background-color:rgba(0,0,0,.4);position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:3;display:flex;justify-content:center;align-items:center}.modal-wrapper .modal-box{background-color:#fff;width:500px;padding:10px 20px 20px;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);border-radius:10px;text-align:center;max-height:95vh;overflow-y:auto}.modal-wrapper .modal-box .content{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.modal-wrapper .modal-box .modal-loader{height:75px}.modal-wrapper .modal-box form{text-align:left;margin-top:20px}.modal-wrapper .modal-box.w-700{width:700px}.modal-wrapper .modal-box.w-700 form{width:100%;margin:20px auto 0}.modal-wrapper .modal-box.w-1200{width:1200px}.modal-wrapper .modal-box.no-padding{padding:0}.modal-wrapper .modal-box h2.title{margin:10px 0 12px;font-weight:500;font-size:24px;letter-spacing:.3px}.modal-wrapper .modal-box h4.description{font-weight:400;color:#444;margin:0}.modal-wrapper .modal-box .button-footer{display:flex;justify-content:center;margin-top:30px}.modal-wrapper .modal-box .button-footer .raw{color:#000;font-weight:600;font-size:15px}.textarea-input{width:calc(100% - 22px);margin:4px auto 10px;display:block;padding:7px 10px;border-radius:5px;border:1px solid #ccc;resize:none}.textarea-input:focus{outline:#aaa}.textarea-input.h-200{height:200px}.feed-edit{display:flex;justify-content:center;align-items:center}.feed-edit .create-post-button{width:calc(100% - 20px);height:40px;border-radius:20px;border:1px solid #999;text-align:left;margin-left:10px;padding-left:10px;background-color:#f2f2f2;font-weight:500;font-size:14px;color:#444;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-height:38px}.comments-modal{position:relative}.comments-modal .close-modal{position:absolute;top:15px;right:15px;font-size:20px;color:#000;cursor:pointer}.image-preview-modal{padding:0!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;position:relative;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.image-preview-modal img{height:80vh;max-width:90vw;margin:0}.image-preview-modal .close-modal{position:absolute;top:15px;right:15px;color:#fff;font-size:20px;border-radius:100%;background-color:#000;padding:5px;cursor:pointer}.post-card{width:calc(100% - 40px);padding:20px;background-color:#fff;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);border-radius:10px;margin:20px auto}.post-card .profile-header{height:60px;display:inline-block}.post-card .profile-header img{width:60px;border-radius:100%}.post-card .profile-info{width:calc(100% - 70px);display:inline-flex;vertical-align:top;flex-direction:column;justify-content:center;height:100%;margin-left:10px}.post-card .profile-info .datetime{color:#ccc;font-size:14px}.post-card .profile-info .username{font-size:17px}.post-card .post-body{margin-top:20px}.post-card .post-body img{width:100%;border-radius:20px;object-fit:cover;max-height:300px;object-position:0 0;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);margin-bottom:20px}.post-card .toolbar{border-top:1px solid #ddd;padding-top:10px;font-size:20px;color:#888}.post-card .toolbar .likes{display:block;font-size:15px;padding-bottom:10px}.post-card .toolbar svg{margin-left:10px;display:inline-block;cursor:pointer}.post-card .toolbar svg.active{color:#e81403}.post-card .toolbar svg:hover{color:#e64e44}.post-card .toolbar svg:active{color:#832019}.post-card .toolbar svg:first-of-type{margin:0}.feed-comment{display:flex;justify-content:center;margin-top:20px}.feed-comment .profile-image{width:50px;margin-right:10px}.feed-comment .profile-image img{height:50px;border-radius:100%}.feed-comment .comment-body{background-color:#ededed;border-radius:10px;width:calc(90% - 75px);padding:10px;text-align:left;color:#444}.feed-comment .comment-body .user-name{display:block;color:#000;margin-bottom:5px;font-size:14px}.feed-comments{width:100%;margin:20px 0 0}.feed-comments .comment-list{list-style:none;padding:0;margin:0}.feed-comments .comment-input{margin-top:10px}.feed-comments .comment-input .input-wrapper{width:calc(85% - 10px);margin:0 10px 0 0;display:inline-block}.feed-comments .comment-input button{width:15%;display:inline-block}.post-list{list-style:none;width:60%;height:calc(100% - 30px);padding:10px 0 20px;margin:0 auto}@media(max-width:1000px){.post-list{width:75%}}@media(max-width:500px){.post-list{width:90%}}
/*# sourceMappingURL=main.07f6087b.chunk.css.map */