#root,body,html{background-color:#f0f2f5;font-size:13px}.app-container{transition:right .3s cubic-bezier(.075,.82,.165,1);position:relative;right:0}.app-container.app-container-pushed{transition:right .3s cubic-bezier(.075,.82,.165,1);right:240px;height:100vh;max-height:-webkit-fill-available;overflow:hidden}.app-container.app-container-pushed:after{content:"";position:absolute;top:50px;width:100%;height:100%;background-color:rgba(0,0,0,.3)}button>i:not(:last-child){margin-right:8px}.loading-placeholder{animation:placeHolderSwept 1s linear infinite forwards;background:#ebebec;background-image:linear-gradient(90deg,#ebebec 0,#e0e0e2 20%,#ebebec 40%,#ebebec);background-repeat:no-repeat}.global-header{z-index:1;background-color:#fff;height:50px;box-shadow:0 0 50px #ccc;position:-webkit-sticky;position:sticky;top:0}.global-header__container{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;height:100%;margin:0 auto;width:1280px;max-width:100%}.global-header__logo{display:flex}.global-header__logo>h1{margin-bottom:0;font-size:24px}.global-header__search{margin-right:auto;margin-left:24px}.global-header__search .global-header__search{width:400px}.global-header__search .global-header__search-input{width:auto}@media only screen and (min-width:576px) and (max-width:768px){.global-header__search{width:240px}}@media only screen and (max-width:576px){.global-header__search{width:calc(100% - 164px)}}.home{min-height:calc(100vh - 50px)}.home-main{min-height:calc(100vh - 110px);max-width:1280px;margin:0 auto;padding:24px;display:flex;flex-direction:row}.home-footer{height:60px;padding:18px 24px;text-align:center}.home-content{width:calc(100% - 448px);margin:0 24px}.home-content .home-content__actions{margin-bottom:12px}.home-sidebar{width:200px;height:480px}@media only screen and (min-width:576px) and (max-width:768px){.home-content{width:calc(100% - 224px);margin-right:0}.home-sidebar{display:none}}@media only screen and (max-width:576px){.home-main{padding:24px 8px}.home-content{width:100%;margin:0}.home-sidebar{display:none}}.post-card{width:100%;background-color:#fff;box-shadow:2px 4px 12px rgba(0,0,0,.08);margin-bottom:16px;border-radius:6px;padding:12px 20px 20px}.post-card:hover{box-shadow:2px 4px 16px rgba(0,0,0,.16)}.post-card__stats{display:flex;align-items:center}.post-card__stats .post-card__stats-avatar{margin-right:10px}.post-card__stats .post-card__stats-username{margin-right:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-card__stats .post-card__stats-username .post-card__stats-ago{font-size:10px;color:#a9a9a9}.post-card__stats .post-card__stats-icon{font-size:10px;color:#a9a9a9;margin-left:10px}.post-card__divider{width:100%;margin:8px 0;border:none;border-top:1px solid rgba(0,0,0,.06)}.post-card__details-title-container{display:flex;justify-content:space-between;align-items:flex-start}.post-card__details-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:24px}.post-card__details-category{font-size:10px;line-height:10px;padding:4px 6px;border-radius:4px;display:inline-block;background-color:#d1d8e0;color:#4b6584;text-align:center;min-width:55px}.post-card__details-content{white-space:pre-wrap;overflow:hidden;width:100%;max-height:60px;line-height:20px;margin:0;color:#000}.home-navigation{position:relative;width:200px;height:100%}.home-navigation:before{content:" ";height:100%;background-color:#d3d3d3;width:1px;right:1px;top:0;bottom:0;position:absolute}.home-navigation__top-category{font-size:14px;padding:12px 12px 12px 20px;cursor:pointer;margin:0;display:flex;align-items:center}.home-navigation__top-category:hover{color:rgba(136,84,208,.7)}.home-navigation__top-category>i:first-of-type{margin-right:6px}.home-navigation__top-category>i:last-of-type:not(:first-of-type){margin-left:auto;font-size:11px}.home-navigation__section{position:relative}.home-navigation__section.home-navigation__section--active:before{content:" ";height:100%;background-color:#a55eea;width:3px;right:0;top:0;bottom:0;position:absolute}.home-navigation__section.home-navigation__section--active .home-navigation__top-category{color:#a55eea}.home-navigation__section .home-navigation__subcategories-wrapper{max-height:0;transition:max-height .3s linear 0s}.home-navigation__section.home-navigation__section--opened .home-navigation__subcategories-wrapper{max-height:100vh;transition:max-height .3s linear .3s}.home-navigation__subcategories-wrapper{overflow:hidden}.home-navigation__subcategories-wrapper .home-navigation__subcategories{padding:12px 24px}.home-navigation__group-name{font-size:13px;color:#898989;font-weight:lighter;margin-bottom:12px}.home-navigation__group-name:not(:first-of-type){margin-top:12px}.home-navigation__category{padding:6px 10px;cursor:pointer;border-radius:4px;display:inline-block;margin-right:4px}.home-navigation__category:hover{background-color:rgba(209,216,224,.5)}.home-navigation__category.home-navigation__category--active{background-color:hsla(0,0%,100%,.7);box-shadow:2px 4px 12px rgba(0,0,0,.08)}@media only screen and (max-width:576px){.home-navigation{width:100%}.home-navigation:before{display:none}}@keyframes placeHolderSwept{0%{background-position:-400px 0}to{background-position:400px 0}}.post-card-placeholder{animation:placeHolderSwept 1s linear infinite forwards;background:#ebebec;background-image:linear-gradient(90deg,#ebebec 0,#e0e0e2 20%,#ebebec 40%,#ebebec);background-repeat:no-repeat}.post-card-placeholder.post-card__details-title{height:25px;max-width:200px}.post-card-placeholder.post-card__details-content{width:100%;height:80px}.home-empty-posts{text-align:center;padding:24px;color:#a9a9a9}.home-empty-posts>svg{width:80px;height:80px;color:#d3d3d3}.user{max-width:1280px;margin:0 auto;padding:24px}.user-path{margin-bottom:24px}.user-details{background-color:#fff;padding:84px 24px 24px;margin-top:-60px}.user-name{text-align:center}.user-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;max-width:768px;margin:0 auto}.user-logout,.user-stats>span{text-align:center}.user-logout{padding:24px}.user-avatar{text-align:center;position:relative}.user-avatar>img{border-radius:50%;height:120px;width:120px}.user-avatar>.user-avatar__edit{position:absolute;top:calc(50% + 35px);left:calc(50% + 25px);display:none}.user-avatar:hover>.user-avatar__edit{display:inline-block}.user-avatar__preview{text-align:center;margin-top:24px}.post{min-height:calc(100vh - 50px);max-width:1280px;margin:0 auto}.post__path{padding:24px 24px 0}.post__container{padding:24px 24px 48px;display:flex;flex-direction:row}@media only screen and (max-width:576px){.post__container{flex-direction:column;padding:24px 8px}}.post-owner{background-color:#fff;align-self:flex-start;padding:24px;border-radius:4px;width:200px;box-shadow:0 3px 10px rgba(0,0,0,.1)}.post-owner__user-info{text-align:center}.post-owner__user-info .post-owner__avatar{margin-bottom:12px}.post-owner__user-info .post-owner__ago{color:#a9a9a9}.post-owner__user-info .post-owner__ago.post-owner__ago-loading{width:100%;height:20px}.post-owner__stats{margin:12px auto 0;max-width:200px;font-size:13px;color:#bbb;display:flex;justify-content:space-between}@media only screen and (max-width:576px){.post-owner{width:100%;margin-bottom:24px}}.post-main{width:calc(100% - 448px);margin:0 24px}.post-main__title{background-color:#fff;padding:24px 32px;margin-bottom:12px;box-shadow:0 3px 10px rgba(0,0,0,.03);position:relative}.post-main__title:after{content:"";position:absolute;left:-16px;top:24px;width:0;height:0;border-right:16px solid #fff;border-left:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.post-main__title>h1{margin-bottom:0}.post-main__content{background-color:#fff;padding:24px 32px;min-height:50vh;font-size:14px}.post-main_copyright-disclaimer{margin-top:24px;text-align:center;color:#a9a9a9;-webkit-user-select:none;-ms-user-select:none;user-select:none}.post-mian__placeholder.post-main__title-text{height:33px;width:200px}.post-main__content-placeholder>div{width:60%;height:24px;margin-bottom:10px}.post-main__content-placeholder>div:first-child{width:90%}.post-main__content-placeholder>div:last-child{width:30%}@media only screen and (min-width:576px) and (max-width:768px){.post-main{width:calc(100% - 224px);margin-right:0}}@media only screen and (max-width:576px){.post-main{width:100%;margin:0}.post-main__title:after{border-bottom:16px solid #fff;border-top:0;border-left:12px solid transparent;border-right:12px solid transparent;top:-16px;left:8px}}.post-comments__pagination{margin-top:24px;text-align:center}.post-comments__textarea-container{display:flex}.post-comments__textarea-container .post-comments__textarea-avatar{margin-right:12px}.post-comments__textarea-container .post-comments__textarea{width:100%;padding:12px;border:none}.post-comments__textarea-actions{padding-left:48px;padding-top:12px;display:flex;justify-content:flex-end}.post-comments__textarea-login{text-align:center}.post-thread{border:1px solid transparent}.post-thread:not(:last-of-type){border-bottom:1px solid #f2f3f3}.post-thread:hover{border:1px solid #d3d3d3}.post-thread__view-reply{margin-left:24px;font-size:13px}.post-thread__replys{padding:8px 0;background-color:#f2f3f3}.post-thread__replys .post-thread__replys-loading{text-align:center;padding:12px}.post-thread__expand{display:flex;align-items:center;cursor:pointer}.post-thread__expand .post-thread__expand-line{display:inline-block;width:32px;height:1px;background-color:#000;margin-right:8px}.post-thread__replys-fetching-more{padding-left:24px}.post-reply{display:flex;padding:10px 16px}.post-reply:hover{background-color:#eee}.post-reply__avatar{margin-right:12px}.post-reply__header{margin-bottom:4px}.post-reply__header .post-reply__header-username{margin-right:8px;color:#727477;font-size:13px}.post-reply__header .post-reply__header-ago{color:#b7b8b8;font-size:12px}.post-reply__content-message{padding:6px 10px;width:80%;background-color:#e8ecf1;border-radius:8px}.post-reply--hero{flex-direction:row-reverse}.post-reply--hero .post-reply__avatar{margin-right:0;margin-left:12px}.post-reply--hero .post-reply__header{text-align:right}.post-reply--hero .post-reply__content-message{background-color:#d2d4e1;margin-left:auto}.lds-ellipsis{display:inline-block;position:relative;width:60px;height:32px}.lds-ellipsis div{position:absolute;top:12px;width:8px;height:8px;border-radius:50%;background:#1890ff;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:first-child{left:6px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:6px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:26px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:46px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(20px)}}.post-thread__head{padding:16px 16px 8px;background-color:#fdfdfd}.post-thread__head-container{display:flex}.post-thread__head-container .post-thread__head-avatar{margin-right:12px}.post-thread__head-container .post-thread__head-header{margin-bottom:4px}.post-thread__head-container .post-thread__head-header .post-thread__head-header-username{margin-right:8px;color:#727477;font-size:13px}.post-thread__head-container .post-thread__head-header .post-thread__head-header-ago{color:#b7b8b8;font-size:12px}.post-thread__head-container .post-thread__head-action{margin:8px 0}.post-thread__head-container .post-thread__head-action>.post-card__head-interaction{margin-right:8px;font-size:12px;color:#6c7a89;cursor:pointer;opacity:.6;background:transparent;border:none;padding:0}.post-thread__head-container .post-thread__head-action>.post-card__head-interaction:hover{color:#000;opacity:1}.post-thread__head-container .post-thread__head-action>button{color:#6c7a89;font-size:13px}.post-thread__reply{margin-left:32px;border-top:1px solid #f2f3f3;padding:12px 0;margin-bottom:8px}.post-thread__reply .post-thread__reply-textarea-container{display:flex}.post-thread__reply .post-thread__reply-textarea-avatar{margin-right:12px}.post-thread__reply .post-thread__reply-textarea{width:100%;padding:12px;outline:none;border-radius:5px;border:1px solid #f2f3f3;background-color:#f2f3f3}.post-thread__reply .post-thread__reply-textarea-actions{padding-left:48px;padding-top:12px;display:flex}.post-thread__reply-login{margin-left:32px;border-radius:3px;text-align:center;background-color:#f2f3f3;padding:12px 0;margin-bottom:8px}.post-actions{margin:24px;text-align:center}.post-actions>button+button{margin-left:10px}.post-info-tc{margin:24px 0}.post-info__section-title,.post-info__title{text-align:center}.post-info-row{display:flex;align-items:center;justify-content:center}.post-info-field{width:130px;margin:0 5px 12px;background:#fbfcfc;padding:8px 12px;border-radius:12px}.post-info-field,.post-info__summary{text-align:center}.post-creation{min-height:calc(100vh - 50px);max-width:1280px;margin:0 auto;padding:24px;display:flex}@media only screen and (max-width:576px){.post-creation{flex-direction:column}}.post-creation__actions{background-color:#fff;align-self:flex-start;padding:24px;border-radius:4px;width:200px;box-shadow:0 3px 10px rgba(0,0,0,.1)}.post-creation__editor{width:calc(100% - 448px);margin:0 24px}.post-creation__editor-title{background-color:#fff;padding:8px 12px;margin-bottom:12px;box-shadow:0 3px 10px rgba(0,0,0,.03)}.post-creation__editor-title>input{border:none;font-size:18px;font-weight:700}.post-creation__editor-content{background-color:#fff;padding:24px 32px;min-height:50vh}.post-creation__editor-actions{margin-top:12px;text-align:right}.post-creation__missing-field{border:2px solid #ff4d4f;color:#ff4d4f}@media only screen and (min-width:576px) and (max-width:768px){.post-creation__editor{width:calc(100% - 224px);margin-right:0}}@media only screen and (max-width:576px){.post-creation__actions{width:100%;margin-bottom:24px}.post-creation__editor{width:100%;margin:0}}.post-creation__login{padding:24px;text-align:center}.post-creation-category__btn{text-align:center}.post-creation-category__modal{top:20px}.post-creation-category__modal-section:not(:first-of-type){margin-top:12px}.post-creation-tc{margin:24px 0}.post-creation-tc__field{width:120px;margin:0 5px 12px}.post-creation-tc__field>label{display:block;margin-bottom:4px;text-align:center}.post-creation-tc__row{display:flex;justify-content:center;flex-wrap:wrap}.post-creation-tc__section-title,.post-creation-tc__summary{text-align:center}.global-side-panel{transition:all .3s cubic-bezier(.075,.82,.165,1);position:fixed;height:100vh;max-height:-webkit-fill-available;top:0;bottom:0;right:-240px;width:240px;background-color:#f0f2f5;z-index:2;border-left:1px solid #d3d3d3;overflow:auto;padding-top:24px}.global-side-panel.side-panel-opened{transition:all .3s cubic-bezier(.075,.82,.165,1);right:0}.global-side-panel__user{padding:8px 16px 8px 24px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.global-side-panel__user>.global-side-panel__user-name{margin:0 auto 0 8px}.global-side-panel__user>i:last-child{color:#a9a9a9}.global-side-panel__login{display:block;text-align:center}.login{max-width:1280px;margin:0 auto;padding:24px}.login-container{padding:24px;background-color:#fff}.login-other-method{text-align:center}.login-google-btn{display:inline-flex;align-items:center;justify-content:center;width:300px;max-width:100%}.login-google-btn svg{width:18px;height:18px;margin-right:8px}.login-form{padding:24px;background-color:#fff;text-align:center}.login-form-field>label{display:block;margin-bottom:8px;font-size:16px}.login-form-field>.login-form-input{width:300px;margin-bottom:12px;max-width:100%}.login-form-ask-signup{margin-top:12px}.login-form-ask-signup>button{background-color:transparent;border:none;text-decoration:underline;padding:0;cursor:pointer;color:#1890ff}.calculator-offer{width:100%;background-color:#fff}.calculator-offer td,.calculator-offer th{text-align:center;border:1px solid #d3d3d3}.calculator{max-width:100%}.admin,.calculator{margin:0 auto;padding:24px}.admin{max-width:1280px}
/*# sourceMappingURL=main.0c77cc05.chunk.css.map */