body,input,textarea{font-family:"Nunito",sans-serif}body,html{height:100%}body{color:#0b0d14;color:var(--foreground-primary);padding:0;margin:0;-webkit-user-select:none;user-select:none;background:#fff;background:var(--background-zero);overflow:hidden;display:flex;flex-direction:column}body.white{background:#fff}*{-webkit-tap-highlight-color:transparent}a{text-decoration:none}:root{--navbar-width:260px;--active-opaicty:0.7;--max-width:800px;--photo-border-radius:12px;--foreground-primary:#0b0d14;--foreground-secondary:#71737a;--foreground-tertiary:#b0b2b8;--background-zero:#fff;--background-primary:#f0f2f5;--background-secondary:rgba(206,208,214,0.24);--background-tertiary:rgba(169,173,184,0.24);--background-page:#fff;--background-quaternary:rgba(169,173,184,0.24);--tint:#62d962;--tint-purple:#7341d8;--tint-gold:#ffa526;--dark-button:#000;--dark-button-color:#fff;--constant-dark:#000;--constant-light:#fff;--tint-like:#45e688;--tint-dislike:#ff4070;--tint-negative:#f22458;--overlay-heavy:rgba(0,0,0,0.84);--overlay-light:rgba(0,0,0,0.16);--tint-blue:#3380cc;--gradient-purple:linear-gradient(137.61deg,#4830bf,#a455f2);--gradient-pink:linear-gradient(137.61deg,#e64588,#ff66bf);--gradient-blue:linear-gradient(137.61deg,#3380cc,#55d8f2);--gradient-gold:linear-gradient(137.61deg,#f27318,#fc3)}:root,body[scheme=dark]{--border:hsla(0,0%,100%,0.16);--shadow:rgba(25,25,26,0);--overlay-medium:rgba(0,0,0,0.64)}body[scheme=dark]{--foreground-primary:#fff;--foreground-secondary:#ebebeb;--foreground-tertiary:#7f8185;--background-zero:#000;--background-primary:#1d1d1f;--background-secondary:#272729;--background-tertiary:#313233;--background-page:#000;--background-quaternary:rgba(117,118,122,0.32);--tint-purple:#8250e5;--tint-gold:#ffcf0d;--dark-button:#fff;--dark-button-color:#000;--accent-color-purple:#8250e6;--accent-gradient-purple:linear-gradient(to right bottom,#aa61f2 0%,#6950e6);--accent-color-orange:#ff9f40;--accent-gradient-orange:linear-gradient(to right bottom,#ffc44d 0%,#ff8040);--accent-color-pink:#e650b4;--accent-gradient-pink:linear-gradient(to right bottom,#f261ce 0%,#e6508e);--accent-color-cyan:#4cb6d9;--accent-gradient-cyan:linear-gradient(to right bottom,#5cdae6 0%,#4c9ed9);--accent-color-red:#e64545;--accent-gradient-red:linear-gradient(to right bottom,#f26f55 0%,#e64560);--accent-color-green:#79bf56;--accent-gradient-green:linear-gradient(to right bottom,#9c6 0%,#56bf56);--accent-color-blue:#5076e6;--accent-gradient-blue:linear-gradient(to right bottom,#619df2 0%,#505de6);--accent-color-grey:#8994a3;--accent-gradient-grey:linear-gradient(to right bottom,#9aa6b8 0%,#78818f)}@media(min-width:800px){:root{--max-width:600px}}.App .Select__indicators{margin-right:12px;color:#b0b2b8;color:var(--foreground-tertiary)}.App .Select__control{background-color:#f0f2f5;background-color:var(--background-primary);border:0;min-height:48px;box-shadow:none;border-radius:16px;position:relative}.App .Select__input,.App .Select__single-value{color:#0b0d14;color:var(--foreground-primary)}.App .Select__placeholder{font-size:18px}.App .Select__indicator-separator{display:none}.App .Select__value-container{padding:8px 12px}.App .Select__menu,.App .Select__option{background-color:rgba(169,173,184,.24);background-color:var(--background-tertiary)}.App .Select__menu{border-radius:16px;overflow:hidden;z-index:1000}.App .Select__menu-list{max-height:250px}.App .Select__option{padding:12px 16px;outline:none;box-shadow:none;color:#0b0d14;color:var(--foreground-primary)}.App .Select__multi-value,.App .Select__option:active{background-color:rgba(169,173,184,.24);background-color:var(--background-quaternary)}.App .Select__multi-value{border-radius:8px;color:#0b0d14;color:var(--foreground-primary)}.App .Select__multi-value__label{color:#0b0d14!important;color:var(--foreground-primary)!important;padding:5px;font-size:14px;line-height:16px}.App .Select__multi-value__remove svg{width:18px;height:18px}#root,.App{display:flex;flex-direction:column;height:100%}.desktop #root,.desktop .App{height:100vh}.Content__wrap,.Modal__wrap{width:100%;max-width:800px;max-width:var(--max-width);margin:0 auto;flex:1 1;display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden}.fullWidth .Content__wrap{max-width:100%;overflow-y:auto}::selection{color:#0b0d14;color:var(--foreground-primary);background:hsla(0,0%,100%,.3)}.App__desktop_wrap{display:flex}.App__desktop_menu{width:260px;height:100px}.App__desktop_cont{flex:1 1;position:relative;padding:0 16px}.Modal__cont{min-height:100%;display:flex;flex-direction:column;overflow:hidden;background:#fff;background:var(--background-zero)}.Modal__wrap.isPhotos .Modal__cont{background:transparent}.mobile .Modal__wrap{position:absolute;z-index:100;top:0;left:0;right:0;bottom:0}.desktop .Modal__wrap{position:fixed;top:0;left:0;width:100%;height:100%;max-width:100%;align-items:center;justify-content:center;background:rgba(0,0,0,.7);z-index:1001;margin:0;padding:32px}.desktop .Modal__cont{max-width:800px;max-width:var(--max-width);background:#f0f2f5;background:var(--background-primary);border-radius:16px;width:100%;position:relative;min-height:0;overflow-y:auto}.desktop .Modal__cont .Button.secondary,.desktop .Modal__cont .Input{background:rgba(206,208,214,.24);background:var(--background-secondary)}.desktop .Modal__cont .Comment,.desktop .Modal__cont .Post{background:#fff;background:var(--background-zero)}.desktop .Modal__cont .Comment .Comment{background:rgba(169,173,184,.24);background:var(--background-tertiary)}.desktop .Modal__cont .Header{border-radius:16px 16px 0 0;background:#f0f2f5;background:var(--background-primary)}.desktop .Modal__cont .CommentForm{position:absolute}.desktop .Modal__cont .BottomBar.fixed .BottomBar__in{background:#f0f2f5;background:var(--background-primary)}
/*# sourceMappingURL=main.5901e643.chunk.css.map */