:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient( to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55 );--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index)px);width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;margin:0;padding:0;left:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{min-height:var(--toastify-toast-min-height);box-sizing:border-box;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:pointer;direction:ltr;border-radius:4px;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;width:20px;flex-shrink:0;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(110%)}}@keyframes Toastify__slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-110%)}}@keyframes Toastify__slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.field-error{color:#7e1f1c;background-color:#fed8d7;border-radius:5px;margin-top:.2rem;padding:.5rem 1rem}.form__label{margin-top:1rem;margin-bottom:.2rem}.form__input{border:1px solid #052d57;border-radius:5px;margin-bottom:.2rem;padding:.5rem 1rem}.form__input:focus{background-color:#feefb3}.form__input.checkbox{width:1.8rem;height:1.8rem;margin-right:1rem}.form__textarea{resize:vertical;min-height:20rem}.form__btn{cursor:pointer;width:100%;background-color:#e3f0fe;border:1px solid #052d57;border-radius:5px;margin-top:2rem;padding:1rem}.form__btn:hover,.form__btn:focus{background-color:#98c8fa}.form-control{flex-direction:column;display:flex}.form-control.inline{flex-direction:row;justify-content:center;align-items:flex-end;margin-top:1.4rem}.form-control.inline *{margin-top:0;margin-bottom:0;display:block}.form-search{height:3.6rem;margin:1rem 0 2.2rem;display:flex;position:relative}.form-search__input{width:100%;border:1px solid #052d57;border-radius:5px;padding:.5rem 1rem}.form-search__input:focus{background-color:#feefb3;outline:none;box-shadow:0 0 5px -1px #052d57}.form-search__btn{cursor:pointer;color:#b6b7b4;height:100%;width:4rem;background-color:#0000;border:none;border-radius:5px;justify-content:center;align-items:center;font-size:2rem;display:flex;position:absolute;top:0;right:0}.form-search__btn:hover,.form-search__btn:focus{color:#fcd94f;background-color:#052d57;outline-color:#fcd94f}.footer{height:3rem;color:#e3f0fe;background-color:#031930;justify-content:center;align-items:center;display:flex}.post{background-color:#f0f1f0;border-radius:5px;margin-bottom:1.2rem;padding:.5rem;box-shadow:1px 1px 4px #bbb}.post:hover{background-color:#e3f0fe}.post-list{margin-top:1rem}.post__header{justify-content:space-between;display:flex}.post__title{color:#052d57;font-size:2rem}.post__title:hover{text-decoration:underline}.post__title .priv{color:#7e1f1c;border:1px solid #7e1f1c;border-radius:2px;margin-right:.6rem;padding:.2rem .4rem;font-size:1.2rem;line-height:1;display:inline-block;position:relative;bottom:.4rem}.post__title.private{color:#7e1f1c}.post__avatar-username{flex-direction:column;align-items:center;display:flex}.post__avatar{width:42px;height:42px;border:1px solid #dddddc;border-radius:9999px;overflow:hidden}.post__avatar img{width:100%;height:100%;object-fit:cover}.post__username{color:#787975;font-size:1.3rem}.post__username:hover{text-decoration:underline}.post__posted,.post__edited{color:#787975;font-size:1.3rem}.post__posted{margin-bottom:1rem}.post__lead{margin-top:1rem;font-weight:700}.post__btn{width:3.6rem;height:2.4rem;cursor:pointer;border:none;border-radius:5px;justify-content:center;align-items:center;font-size:1.6rem;display:inline-flex}.post__btn--edit{background-color:#feefb3;margin-right:.6rem}.post__btn--delete{background-color:#fed8d7}.post__btn--expand{cursor:pointer;align-items:flex-end;margin-top:.6rem;display:flex}.post__btn--expand span{margin-right:.3rem}.post__content{border-top:1px solid #cacac8;margin-top:.4rem;padding-top:.4rem;padding-bottom:1rem}@media screen and (min-width:800px){.post{padding:1rem}}.post-detail{padding:.5rem}.post-detail__avatar-username{flex-direction:column;align-items:center;margin:1rem 0;display:flex}.post-detail__avatar{width:70px;height:70px;border:1px solid #dddddc;border-radius:9999px;overflow:hidden}.post-detail__avatar img{width:100%;height:100%;object-fit:cover}.post-detail__title{color:#052d57;margin:.5rem 0;font-size:2.2rem}.post-detail__title.private{color:#7e1f1c}.post-detail__title.private:before{content:"Private";color:#7e1f1c;background-color:#fed8d7;border-radius:5px;margin-right:.5rem;padding:.2rem .5rem;font-size:1.3rem;display:inline-block}.post-detail__lead{margin-top:2rem;font-weight:700}.post-detail__content{margin-top:2rem;margin-bottom:2rem}.post-detail__posted,.post-detail__edited{color:#787975;font-size:1.3rem}.post-detail__btns{display:flex}.post-detail__btn{width:4rem;height:3rem;cursor:pointer;border:none;border-radius:5px;justify-content:center;align-items:center;margin-right:1rem;font-size:1.8rem;display:flex}.post-detail__btn--edit{color:#3a1503;background-color:#fde892}.post-detail__btn--edit:hover,.post-detail__btn--edit:focus{background-color:#fcd94f}.post-detail__btn--delete{background-color:#fed8d7}.post-detail__btn--delete:hover,.post-detail__btn--delete:focus{background-color:#fd9f9b}.post-detail__tags{margin-top:1rem}.post-detail__tag{color:#052d57;cursor:pointer;border:1px solid #052d57;border-radius:5px;margin-bottom:.8rem;margin-right:.8rem;padding:.7rem 1.1rem;line-height:1;display:inline-block}.post-detail__tag:hover{color:#e3f0fe;background-color:#052d57;border-color:#052d57}.side-bar{height:100vh;max-width:250px;width:250px;z-index:100;background-color:#e3f0fe;border-right:2px solid #052d57;padding:1rem;transition:left .2s ease-in-out;position:fixed;top:0;left:-250px}.side-bar.opened{left:0}.side-bar__btn-toggle{color:#052d57;height:50px;width:36px;background-color:#e3f0fe;border:2px solid #052d57;border-left:none;border-radius:0 5px;justify-content:center;align-items:center;font-size:2rem;display:flex;position:absolute;top:90%;left:100%}.side-bar__btn-toggle:hover{opacity:1}.side-bar__item{padding:1rem}.side-bar__item:hover{background-color:#bedcfc;text-decoration:underline}.navbar{height:5rem;color:#e3f0fe;z-index:10;background-color:#031930;justify-content:space-between;display:flex;position:sticky;top:0}.navbar__brand{align-items:center;padding:0 .5rem;font-size:2rem;display:flex}.navbar__right{margin-right:.5rem;display:flex}.navbar__right *{align-items:center;padding:0 .5rem;display:flex}.navbar__username{cursor:pointer}.navbar__username:hover,.navbar__link:hover{color:#fce070}.navbar__menu{color:#052d57;height:auto;max-height:800px;z-index:10;width:180px;background-color:#e3f0fe;border-radius:5px;display:none;position:absolute;top:98%;right:0;overflow:hidden}.navbar__menu.opened{display:block}.navbar__menu__item{cursor:pointer;border-bottom:1px solid #98c8fa;padding:1rem}.navbar__menu__item:hover{background-color:#bedcfc}.link--go-back{color:#052d57;margin:1rem 0 1rem .5rem;display:inline-block}.link--go-back:hover{text-decoration:underline}.link--create-post{color:#052d57;justify-content:center;align-items:center;font-size:6rem;display:flex;position:fixed;bottom:1rem;right:1rem}.link--create-post:hover .underlayer{background-color:#fbd63e}.link--create-post .underlayer{width:4rem;height:4rem;background-color:#e3f0fe;border-radius:999px;position:absolute}.link--create-post .icon--add{z-index:5}.pagination{min-height:4rem;background-color:#0000;justify-content:center;align-items:center;margin:1.4rem 0;display:flex}.pagination .pages{justify-content:center;align-items:center;display:flex}.pagination .page{width:3rem;height:3rem;cursor:pointer;border-radius:3px;justify-content:center;align-items:center;margin-right:.6rem;line-height:1;display:flex}.pagination .page:not(.active):hover{background-color:#cacac8}.pagination .page.active{color:#bedcfc;background-color:#052d57}.not-found{min-height:100vh;background-color:#eee;flex-direction:column;align-items:center;padding-top:8rem;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:4rem;display:flex}.not-found .t404{font-size:8rem}.post__content ul,.post-detail__content ul{list-style:revert;margin-left:2rem}.post__content>p,.post-detail__content>p{margin-top:1rem;margin-bottom:1rem}.delete-confirm{height:50vh;max-width:600px;width:100%;background-color:#efefef;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:0}.delete-confirm-base{height:100vh;width:100vw;z-index:100;background-color:#00000080;justify-content:center;display:flex;position:fixed;top:0;left:0}.delete-confirm__post-title{margin-bottom:1rem;font-size:2rem}.delete-confirm__title{margin-bottom:2rem;font-size:3rem}.delete-confirm__btn{width:10rem;height:4rem;cursor:pointer;border:2px solid;border-radius:5px;justify-content:center;align-items:center;margin-top:2rem;display:flex}.delete-confirm__btn--yes{color:#7e1f1c;border-color:#7e1f1c}.delete-confirm__btn--yes:hover,.delete-confirm__btn--yes:focus{background-color:#fd9f9b}.delete-confirm__btn--no{color:#052d57;border-color:#052d57}.delete-confirm__btn--no:hover,.delete-confirm__btn--no:focus{background-color:#bedcfc}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--toastify-color-success:#a9e9b6;--toastify-text-color-success:#0b3213;--toastify-color-error:#eea7a4;--toastify-text-color-error:#631512;--toastify-color-info:#aed0f3;--toastify-text-color-info:#052d57}html{font-size:62.5%}body{color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1.6rem}form label,form input,form textarea,form button{font-size:inherit;font-family:inherit}#__blog{min-height:100vh}a{color:inherit;text-decoration:none}ul{list-style:none}.main{min-height:96vh}.kontainer{max-width:800px;margin:0 auto;padding:0 5px}.page-heading{text-align:center}.info{color:#052d57;background-color:#e3f0fe;border:1px solid #052d57;border-radius:5px;margin-top:2rem;padding:1.2rem}.info__heading{font-size:2rem}.info__content{margin-top:1rem}.no-posts{color:#052d57;text-align:center;background-color:#e3f0fe;border:1px solid #052d57;border-radius:5px;margin-top:2rem;padding:1.2rem;font-weight:700}
/*# sourceMappingURL=index.f35f1dac.css.map */
