body{color:#333;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{overflow-y:hidden}@media (min-width: 800px){#home-container{flex-direction:row-reverse;justify-content:space-around;height:calc(100vh - 100px);padding-bottom:50px}}@media (max-width: 800px){#home-container{flex-direction:column;align-items:center;height:calc(100vh - 150px);padding-bottom:100px}}#home-container{display:flex;margin:0 auto;padding-top:20px;position:relative;top:50px;overflow:scroll}#home-container-logged-out{display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin:0 auto;height:100vh}#navbar-logo-logged-out{width:auto;height:30px;display:flex;padding-top:10px}#navbar-logo-logged-out:hover{cursor:default}@media (min-width: 800px){#user-card-login,#user-card-sign-up{font-size:large;width:200px}}@media (max-width: 800px){#user-card-login,#user-card-sign-up{font-size:medium;width:150px}}#user-card{position:relative;display:flex;flex-direction:column}#user-card-login,#user-card-sign-up{top:0;position:relative;border-color:#0003;border-style:solid;border-width:1px;box-shadow:0 5px 10px #0003;border-radius:30px;text-align:center;display:flex;flex-direction:column;justify-content:center;height:40px;transition:.2s;background-color:#fff}#user-card-login{margin-top:15px}#user-card-login:hover,#user-card-sign-up:hover{top:-5px;box-shadow:0 10px 10px #0003;cursor:pointer;background-color:#0000000d}#user-card-icon{width:80px;height:80px;border-radius:50%;object-fit:cover}#user-card-top{display:flex;flex-direction:row;align-items:center;justify-content:space-around}#user-card-top>*{position:relative;top:0;transition:all ease-in-out .25s}#user-card-top>*:hover{top:-5px}#user-card-name{font-size:larger;font-weight:700;color:#000}#user-card-username{color:#969696}#user-card-bottom{display:flex;flex-direction:row;justify-content:center;align-items:center;padding-top:10px}#user-card-bottom>*{display:flex;flex-direction:column;align-items:center;position:relative;top:0;width:75px;transition:all ease-in-out .25s}#user-card-bottom>*:hover{top:-5px}#user-card-bottom>*>*{margin:2px 10px}.user-stats-child-num{font-weight:bolder;font-size:small}.user-stats-child-type{font-size:small}#user-card-top>*:hover,#user-card-bottom>*:hover{cursor:pointer}@font-face{font-family:Billabong;src:url(/assets/Billabong-70N_zJ_b.ttf)}#navbar>*{margin:0 10px}#navbar-search{border:.5px solid rgb(200,200,200);padding:5px;border-radius:10px;text-align:center}#navbar-search:focus::placeholder{color:transparent}#navbar-search:focus{text-align:left}@media (min-width: 800px){#navbar{top:0;z-index:2;position:fixed;display:flex;flex-direction:row;padding:10px 0;width:100%;justify-content:space-around;align-items:center;background-color:#fff;box-shadow:0 0 20px 10px #0000001a}#navbar-logo{margin-right:100px}#navbar-buttons{display:flex}#navbar-buttons img{width:auto;height:25px;margin:0 10px;cursor:pointer}}@media (max-width: 800px){#navbar{z-index:2;top:0;position:fixed;display:flex;flex-direction:row;justify-content:space-around;padding:10px 0;width:100%;align-items:center;background-color:#fff;box-shadow:0 0 20px 10px #0000001a}#navbar-buttons{display:flex;flex-direction:row;position:fixed;bottom:0;background-color:#fff;width:100%;height:50px;justify-content:space-around;align-items:center;box-shadow:0 0 20px 10px #0000001a;z-index:3}#navbar-buttons img{width:auto;height:25px;cursor:pointer}}#navbar-logo{width:auto;height:30px;display:flex}#navbar-logo:hover{cursor:pointer}#navbar-logo-icon{width:30px;height:30px}#navbar-logo-text{font-family:Billabong;font-size:30px;margin-left:10px}@media (min-width: 800px){#settings-button-container{display:flex;flex-direction:column}#settings-popup{top:55px}}@media (max-width: 800px){#settings-button-container{display:flex;flex-direction:column-reverse}#settings-popup{bottom:55px}}#settings-popup{display:flex;flex-direction:column;background-color:#fff;text-align:center;position:absolute;z-index:2;font-size:small;width:auto;right:15px;box-shadow:0 0 20px 10px #0000001a;padding:5px;border-radius:5px}#settings-popup>*{padding:10px;transition:all ease-in-out .25s;border-radius:5px}#settings-popup>*:hover{cursor:pointer;background-color:#c8c8c8}@media (max-width: 800px){#new-post{height:calc(100vh - 100px);align-items:flex-start;padding-top:20px}#new-post-parent{height:calc(100vh - 220px)}#new-post-form{height:calc(100vh - 250px)}#new-post-title{font-weight:700;font-size:large}#new-post-form{width:90vw;max-width:500px}#new-post-image-input,#new-post-image-overlay{height:150px;width:150px}#new-post-image-preview{height:150px;width:150px;object-fit:cover}#new-post-caption-input{width:100%;max-width:250px}#new-post-button{font-size:small;height:30px;width:150px;margin-bottom:10px}}@media (min-width: 800px){#new-post{height:calc(100vh - 50px);align-items:center}#new-post-parent{height:calc(100vh - 100px)}#new-post-form{width:80vw;max-width:800px;height:calc(100vh - 160px)}#new-post-title{font-weight:700;font-size:x-large}#new-post-image-input,#new-post-image-overlay{height:250px;width:250px}#new-post-image-preview{height:250px;width:250px;object-fit:cover}#new-post-caption-input{width:400px}#new-post-button{font-size:large;height:40px;width:200px}}#new-post{position:absolute;background-color:#00000080;width:100%;display:flex;justify-content:center;top:50px}#new-post-parent{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;border-radius:10px}#new-post-form{display:flex;flex-direction:column;position:relative;align-items:center;justify-content:space-around}#new-post-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:20px 0;width:100%}#new-post-x-button{font-size:small;margin-left:20px;color:#000000bf}#new-post-x-button:hover{cursor:pointer;color:#00000040}#new-post-x-button-hidden{font-size:small;margin-right:20px;opacity:0}#new-post-error{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;background-color:#ffffffd9;height:100%;width:100%;font-size:x-large;color:#c80000}#new-post-error.inactive{z-index:-1;opacity:0}#new-post-error.active{z-index:4;opacity:1}#new-post-error,#new-post-error>*{transition:all .3s ease-in-out}#new-post-image-section{flex-direction:column-reverse}#new-post-image-input-parent{display:flex;flex-direction:column-reverse;align-items:center;position:relative}#new-post-image-input-parent:hover,#new-post-image-input:hover{cursor:pointer}#new-post-image-input{opacity:0;z-index:3}#new-post-image-preview{position:absolute;z-index:1;border-radius:10px;top:0}div#new-post-image-preview{background-color:#d2d2d2}#new-post-image-overlay{position:absolute;background-color:#ffffff80;z-index:2;top:0}#new-post-image-overlay.active{opacity:1}#new-post-image-overlay.inactive{opacity:0}#new-post-image-footer{text-align:center}#new-post-caption-input{font:inherit;font-size:small;outline:none;resize:none;border-radius:15px;border-color:#0003;border-width:1px;border-style:solid;padding:5px}#new-post-caption-footer{height:12px;font-size:12px;text-align:center}#new-post-caption-footer.grey{color:#777}#new-post-caption-footer{color:#d00}#new-post-button{top:0;position:relative;border-color:#0003;border-style:solid;border-width:1px;box-shadow:0 5px 10px #0003;border-radius:30px;text-align:center;display:flex;flex-direction:column;justify-content:center;transition:.2s}#new-post-button:hover{top:-5px;box-shadow:0 10px 10px #0003;cursor:pointer}#new-post-button.inactive:hover{top:-5px;box-shadow:0 10px 10px #0003;cursor:pointer;background-color:#0000001a;color:#777}#new-post-button.active{background-color:#333;color:#fff}#new-post-button.inactive{background-color:#0000001a;color:#777}#follow{position:fixed;z-index:1;width:100vw;height:100vh;background-color:#fff;left:0;top:0}#follows-pop-up{display:flex;flex-direction:column;height:100vh;align-items:center}@media (min-width: 800px){#follows-header-menu{flex-direction:row}#follows-header-menu>*{margin:0 10px}#follows-list{margin-bottom:20px}.follow-row-left{font-size:medium}#follow .follow-button{margin-right:50px;font-size:large;width:200px}}@media (max-width: 800px){#follows-header-menu{flex-direction:row;margin-right:10px}#following-button,#followers-button{margin:0 10px}#follows-x-button-hidden{font-size:0;visibility:hidden;margin:0;height:0;width:0;position:absolute;z-index:-1}#follows-list{margin-bottom:60px}.follow-row-left{font-size:small}#follow .follow-button{font-size:medium;width:150px}}#follow .follow-button{top:0;position:relative;border-color:#0003;border-style:solid;border-width:1px;box-shadow:0 5px 10px #0003;border-radius:30px;text-align:center;display:flex;flex-direction:column;justify-content:center;height:40px;transition:.2s}#follow .follow-button.active:hover{top:-5px;box-shadow:0 10px 10px #0003;cursor:pointer;background-color:#0000000d}#follow .follow-button.inactive:hover{top:-5px;box-shadow:0 10px 10px #0003;cursor:pointer;background-color:#0000001a;color:#777}#follow .follow-button.active{background-color:#fff}#follow .follow-button.inactive{background-color:#0000001a;color:#777}#follows-header{display:flex;flex-direction:row;margin-top:60px;padding:20px 0;justify-content:space-between;align-items:center;width:100%;max-width:800px}#follows-header-menu{display:flex;font-size:large;font-weight:700}#follows-header-menu>*{position:relative;transition:ease-in-out all .25s;top:0}#follows-header-menu>*.active:hover,#follows-header-menu>*.inactive:hover{cursor:pointer;top:-5px}#follows-header-menu>*.active{border-bottom:2px solid black}#follows-header-menu>*.inactive{border-bottom:2px solid rgba(0,0,0,0);color:#a9a9a9}#follows-x-button{font-size:small;margin-left:30px;color:#000000bf}#follows-x-button:hover{cursor:pointer;color:#00000040}#follows-x-button-hidden{font-size:small;visibility:hidden;margin-right:30px}#follows-divider{background-color:#00000040;height:1px;width:100%;max-width:740px}#follows-list{display:flex;flex-direction:column;flex-grow:1;max-width:800px;width:100%;overflow-y:auto}.follow-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:5px 30px}.follow-row-left{display:flex;flex-direction:row;align-items:center;padding:5px;border-radius:5px}.follow-row-left:hover{background-color:#0000000d;cursor:pointer}.follow-row-left:link,.follow-row-left:visited,.follow-row-left:active,.follow-row-left:hover{text-decoration:none;color:#000}.follow-image{height:40px;width:40px;border-radius:50%;object-fit:cover}.follow-text{display:flex;flex-direction:column;padding:0 5px 0 10px}.follow-name{font-weight:700}@media (max-width: 800px){#notifs{height:calc(100vh - 100px)}#notifs-header-menu{flex-direction:row;margin-right:10px}#notifs-header-menu>*{margin:0 5px}#notifs-x-button-hidden{font-size:0;visibility:hidden;margin:0;height:0;width:0;position:absolute;z-index:-1}#notifs-list.active{height:calc(100% - 210px)}#notifs-list.inactive{height:calc(100% - 100px);padding-bottom:50px}#notifs-clear.button{padding-bottom:50px}.notif-text{flex-direction:column;justify-content:center}}@media (min-width: 800px){#notifs{height:calc(100vh - 50px)}#notifs-header-menu{flex-direction:row;margin-right:30px}#notifs-header-menu>*{margin:0 15px}#notifs-list{height:100%}.notif-text{flex-direction:row;align-items:center}.notif-action{padding-left:5px}}#notifs{position:absolute;width:100%;top:50px;z-index:1;background-color:#fff}#notifs-pop-up{display:flex;flex-direction:column;height:100%;align-items:center}#notifs-header{display:flex;flex-direction:row;margin-top:10px;padding:20px 0;justify-content:space-between;align-items:center;width:100%;max-width:800px}#notifs-header-menu{display:flex;align-items:center}#notifs-button-label{font-size:normal}#notifs-header-menu>#new-button,#notifs-header-menu>#old-button{font-weight:700;font-size:large}#notifs-header-menu>*{position:relative;transition:ease-in-out all .25s;top:0}#notifs-header-menu>*:hover{cursor:pointer;top:-5px}#notifs-header-menu>*.active{border-bottom:2px solid black}#notifs-header-menu>*.inactive{border-bottom:2px solid rgba(0,0,0,0);color:#a9a9a9}#notifs-x-button{font-size:small;margin-left:30px;color:#000000bf}#notifs-x-button:hover{cursor:pointer;color:#00000040}#notifs-x-button-hidden{font-size:small;visibility:hidden;margin-right:30px}#notifs-divider{background-color:#00000040;height:2px;width:100%;max-width:740px}#notifs-list{display:flex;flex-direction:column;max-width:800px;width:100%;overflow-y:auto}#notifs-list.inactive{margin-bottom:20px}.notif-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:5px 30px}.notif-row-left{display:flex;flex-direction:row;align-items:center;font-size:small;padding:5px;border-radius:5px}.notif-text:hover,.notif-image:hover{background-color:#0000000d;cursor:pointer}.notif-image{height:40px;width:40px;border-radius:50%;object-fit:cover;margin-right:5px}.notif-text{display:flex;padding:0 5px;height:40px;border-radius:10px}.notif-name{font-weight:700}.notif-time{font-size:small}#notifs-clear.button{top:0;position:relative;border-color:#0003;border-style:solid;border-width:1px;box-shadow:0 5px 10px #0003;font-size:large;border-radius:30px;padding:0 40px;text-align:center;display:flex;flex-direction:column;justify-content:center;height:40px;transition:.2s;background-color:#fff;margin:10px 0}#notifs-clear.button:hover{top:-5px;box-shadow:0 10px 10px #0003;cursor:pointer;background-color:#0000000d}#notifs-clear.message{top:0;position:relative;font-size:large;padding:0 40px;text-align:center;display:flex;flex-direction:column;justify-content:center;height:40px;margin:10px 0}@media (min-width: 800px){#search-popup{width:100vw;height:calc(100vh - 50px);align-items:center}#search-popup-parent{height:calc(100vh - 150px);width:100%;max-width:500px}#search-popup-title{font-weight:700;font-size:x-large}}@media (max-width: 800px){#search-popup{width:100%;height:calc(100vh - 100px);align-items:flex-start;padding-top:20px}#search-popup-parent{height:calc(100vh - 230px);width:90vw;max-width:500px}#search-popup-title{font-weight:700;font-size:large}}#search-popup{position:absolute;background-color:#00000080;width:100%;display:flex;justify-content:center;top:50px}#search-popup-parent{position:relative;display:flex;flex-direction:column;justify-content:center;background-color:#fff;border-radius:10px}#search-popup-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:20px 0;width:100%}#search-popup-x-button{font-size:small;margin-left:20px;color:#000000bf}#search-popup-x-button:hover{cursor:pointer;color:#00000040}#search-popup-x-button-hidden{font-size:small;margin-right:20px;opacity:0}#search-popup-bottom{height:100%;width:100%}.search-result{display:flex;align-items:center;transition:all ease-in-out .25s;border-radius:5px;width:100%}.search-result:hover{cursor:pointer;background-color:#c8c8c8}.search-result-image{height:30px;width:30px;border-radius:50%;padding:10px 20px;object-fit:cover}.search-result-name{font-size:large;padding:10px 20px 10px 0}@media (min-width: 800px){#convo-popup{width:100vw;height:calc(100vh - 50px);align-items:center}#convo-popup-parent{height:calc(100vh - 150px);width:100%;max-width:500px}#convo-popup-title{font-weight:700;font-size:x-large}}@media (max-width: 800px){#convo-popup{width:100%;height:calc(100vh - 100px);align-items:flex-start;padding-top:15px}#convo-popup-parent{height:calc(100vh - 200px);width:90vw;max-width:500px}#convo-popup-title{font-weight:700;font-size:large}#convo-popup-bottom{max-height:calc(100% - 100px);overflow:auto;padding-bottom:10px}}#convo-popup{position:absolute;background-color:#00000080;width:100%;display:flex;justify-content:center;top:50px;z-index:2}#convo-popup-parent{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;border-radius:10px}#convo-popup-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:20px 0;width:100%}#convo-popup-x-button{font-size:small;margin-left:20px;color:#000000bf}#convo-popup-x-button:hover{cursor:pointer;color:#00000040}#convo-popup-x-button-hidden{font-size:small;margin-right:20px;opacity:0}#convo-popup-middle{margin-bottom:20px}#convo-popup-bottom{height:100%;width:100%}.convo-result{display:flex;align-items:center;transition:all ease-in-out .25s;border-radius:5px;width:100%}.convo-result:hover{cursor:pointer;background-color:#c8c8c8}.convo-result-image{height:30px;width:30px;border-radius:50%;padding:10px 20px;object-fit:cover}.convo-result-name{padding:10px 20px 10px 0}#loading-animation-parent{position:fixed;z-index:1000;height:100vh;width:100vw;top:0;left:0;display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#d0d0d080;margin:0;padding:0}#loading-animation{display:inline-block;position:relative;width:80px;height:80px}#loading-animation div{animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:40px 40px}#loading-animation div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:#545454;margin:-4px 0 0 -4px}#loading-animation div:nth-child(1){animation-delay:-36ms}#loading-animation div:nth-child(1):after{top:63px;left:63px}#loading-animation div:nth-child(2){animation-delay:-72ms}#loading-animation div:nth-child(2):after{top:68px;left:56px}#loading-animation div:nth-child(3){animation-delay:-.108s}#loading-animation div:nth-child(3):after{top:71px;left:48px}#loading-animation div:nth-child(4){animation-delay:-.144s}#loading-animation div:nth-child(4):after{top:72px;left:40px}#loading-animation div:nth-child(5){animation-delay:-.18s}#loading-animation div:nth-child(5):after{top:71px;left:32px}#loading-animation div:nth-child(6){animation-delay:-.216s}#loading-animation div:nth-child(6):after{top:68px;left:24px}#loading-animation div:nth-child(7){animation-delay:-.252s}#loading-animation div:nth-child(7):after{top:63px;left:17px}#loading-animation div:nth-child(8){animation-delay:-.288s}#loading-animation div:nth-child(8):after{top:56px;left:12px}@keyframes lds-roller{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 800px){.single-post-component{width:100vw;max-width:500px}.post-image{min-width:250px;min-height:250px;object-fit:cover;aspect-ratio:1 / 1;max-width:500px;max-height:500px;width:100%}.post-middle{height:300px}}@media (min-width: 800px){.single-post-component{width:100vw;max-width:500px}.post-image{object-fit:cover;aspect-ratio:1 / 1;max-width:500px;max-height:500px;width:100%}.post-middle{height:500px}}.single-post-component{border-radius:10px;box-shadow:0 0 20px 10px #0000001a;font-size:small;z-index:-1;margin:40px 0}.post-user-link-avatar{width:40px;height:40px;border-radius:50%;margin-right:10px;object-fit:cover}.post-top{display:flex;flex-direction:row;padding:12px 20px;justify-content:space-between;align-items:flex-end}.post-user-link{display:flex;flex-direction:row;align-items:center;justify-content:left}.post-user-link-name{font-weight:700;color:#000}.post-user-link-username,.post-date{color:#969696}.post-date{padding-bottom:5px}.post-user-link:link,.post-user-link:visited,.post-user-link:active,.post-user-link:hover{text-decoration:none}.post-middle:hover{cursor:pointer}.post-bottom{position:relative;display:flex;flex-direction:column;padding:12px 20px}.post-likes{font-weight:700;display:inline-block;color:inherit;width:fit-content}.post-likes:hover{cursor:pointer;color:gray;text-decoration:none}.post-likes:link,.post-likes:visited,.post-likes:active{text-decoration:none}.post-bottom>*{padding:0 0 5px}.post-view-comments:link,.post-view-comments:visited,.post-view-comments:active,.post-view-comments:hover{text-decoration:none;color:#969696}.post-text-parent{display:flex;flex-direction:row}.post-text-name{padding-right:8px;font-weight:700;min-width:50px}.post-text-name:link,.post-text-name:visited,.post-text-name:active,.post-text-name:hover{text-decoration:none;color:#000}.single-post-component .post-comment{padding-bottom:5px;display:flex;flex-direction:row}.single-post-component .post-comment-name{padding-right:8px;font-weight:700;min-width:50px}.single-post-component .post-comment-name:link,.single-post-component .post-comment-name:visited,.single-post-component .post-comment-name:active,.single-post-component .post-comment-name:hover{text-decoration:none;color:#646464}.single-post-component .post-comment-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.single-post-component .post-comment-bar{padding-top:10px;border-color:#d4d4d4;border-width:1px 0 0 0;border-style:solid;display:flex;flex-direction:row;justify-content:space-between}.single-post-component .post-comment-bar-input{border:none;width:100%;padding:0}.single-post-component .post-comment-bar-input:focus{outline:none}.single-post-component .post-comment-bar-button{border:none;background-color:#fff;padding:0;display:flex;font-weight:700}.single-post-component .post-comment-bar-button.active{cursor:pointer;color:#646464}.single-post-component .post-comment-bar-button.inactive{cursor:default;color:#c8c8c8}.single-post-component .post-bottom-link-copied{display:flex;flex-direction:column;position:absolute;justify-content:center;align-items:center;top:0;left:0;width:100%;height:100%;background-color:#ffffffbf;transition:all .3s ease-in-out}.single-post-component .post-bottom-link-copied>div{font-size:xx-large;color:#000}.single-post-component .post-bottom-link-copied.active{opacity:1;z-index:1}.single-post-component .post-bottom-link-copied.inactive{opacity:0;z-index:-1}.post-buttons-left>*,.post-share-button-image{height:25px;width:auto;cursor:pointer;padding-right:10px}.post-buttons-left{display:flex;flex-direction:row}.post-save-button{height:25px;width:auto;cursor:pointer}.post-buttons{display:flex;flex-direction:row;justify-content:space-between}.post-share-button-pop-up{position:relative;top:0}@media (min-width: 800px){.convo-row{font-size:medium}.convo-row-right{margin-left:10px;width:100%;max-width:calc(100% - 20px)}#convos-bottom{padding-bottom:60px}}@media (max-width: 800px){.convo-row{font-size:small}#convos-bottom{padding-bottom:150px}}#convos{position:fixed;z-index:1;width:100vw;height:100vh;background-color:#fff;left:0;top:0;display:flex;flex-direction:column;align-items:center}#convos-top{display:flex;flex-direction:row;margin-top:60px;padding:20px 0;justify-content:space-between;align-items:center;width:100%;max-width:740px}#convos-user-icon{height:50px;width:50px;border-radius:50%;object-fit:cover;margin-left:20px}#convos-title{font-size:x-large;font-weight:700}#convos-message-icon{width:25px;height:25px}#convos-message-icon-container{font-size:small;color:#000000bf;height:50px;width:50px;border-radius:50%;margin-right:20px;top:0;position:relative;border-color:#0003;border-style:solid;border-width:1px;background-color:#fff;box-shadow:0 5px 10px #0003;transition:.2s;display:flex;flex-direction:column;justify-content:center;align-items:center}#convos-message-icon-container:hover{top:-5px;box-shadow:0 10px 10px #0003;cursor:pointer;background-color:#0000000d}#convos-divider{background-color:#00000040;height:1px;width:100%;max-width:740px}#convos-bottom{display:flex;flex-direction:column;flex-grow:1;padding-top:10px;max-width:800px;width:100%;overflow-y:auto}.convo-row{display:flex;flex-direction:column;justify-content:space-between;margin:5px 30px;max-width:740px;border-radius:5px}.convo-row-left{display:flex;flex-direction:row;align-items:center;padding:5px;border-radius:5px;white-space:nowrap}.convo-name{font-weight:700}.convo-row-right{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:5px;border-radius:5px;font-style:italic;color:gray}.convo-row:hover{background-color:#0000000d}.convo-row:link,.convo-row:visited,.convo-row:active,.convo-row:hover{text-decoration:none;color:inherit}.convo-image{height:40px;width:40px;border-radius:50%;object-fit:cover}.convo-text{display:flex;flex-direction:column;padding:0 5px 0 10px}.convo-row-message{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#post{display:flex;flex-direction:column;align-items:center}@media (max-width: 800px){#single-post-page{display:grid;grid-template-columns:minmax(0,1fr);max-width:100vw;padding-bottom:50px;margin:60px auto 10px}#post-image{max-width:600px;width:100vw;max-height:600px;aspect-ratio:1 / 1;height:auto;object-fit:cover}#user-grid{grid-row-start:1;grid-row-end:2}#content-grid{max-height:600px;height:auto;max-width:600px;width:100vw;grid-row-start:2;grid-row-end:3}#buttons-grid{grid-row-start:3;grid-row-end:4}#comments-grid{grid-row-start:4;grid-row-end:5;max-height:400px;overflow-y:scroll}#comment-bar-grid{grid-row-start:5;grid-row-end:6}#likes{border-color:#d4d4d4;border-width:0 0 1px 0;border-style:solid;padding-bottom:5px}}@media (min-width: 800px){#single-post-page{display:grid;grid-template-columns:minmax(0,600px) minmax(0,600px);grid-template-rows:75px auto 65px 60px;max-width:1200px;max-height:600px;height:auto;width:auto;aspect-ratio:2 / 1;margin:80px auto 0;border-radius:10px;box-shadow:0 0 20px 10px #0000001a}#post-image{display:block;max-width:600px;max-height:600px;width:50vw;height:auto;aspect-ratio:1 / 1;object-fit:cover;border-radius:10px 0 0 10px}#content-grid{max-height:600px;max-width:600px;width:auto;grid-row-start:1;grid-row-end:5;grid-column-start:1;grid-column-end:2}#user-grid{grid-row-start:1;grid-row-end:2;grid-column-start:2;grid-column-end:3;height:min-content;width:auto}#user-grid-child{border-color:#d4d4d4;border-width:0 0 1px 0;border-style:solid}#comments-grid{grid-row-start:2;grid-row-end:3;grid-column-start:2;grid-column-end:3;overflow-y:scroll;max-height:400px;height:auto}#buttons-grid{grid-row-start:3;grid-row-end:4;grid-column-start:2;grid-column-end:3;height:min-content;align-self:flex-end}#comment-bar-grid{grid-row-start:4;grid-row-end:5;grid-column-start:2;grid-column-end:3;height:min-content;align-self:flex-end}}#single-post-page{font-size:small;position:relative}#user-grid{padding:0 12px}#user-grid-child{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;padding:12px 0}#user-link{display:flex;flex-direction:row;align-items:center;justify-content:left}#user-link:link,#user-link:visited,#user-link:active,#user-link:hover{text-decoration:none}#user-avatar{width:50px;height:50px;border-radius:50%;margin-right:10px;object-fit:cover}#user-name{font-weight:700;color:#000;text-decoration:none}#user-username{color:#000;text-decoration:none}#likes-count{padding-top:6px;display:inline-block;font-weight:700}#likes-count:hover{cursor:pointer;color:gray}#date{color:#969696;padding-bottom:8px}#comments-grid{padding:0 12px}#buttons-grid{padding:6px 12px}#comment-bar-grid{padding:0 12px}#single-post-page .post-comment{padding-bottom:5px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:5px 0}#single-post-page .post-comment-left{display:flex;flex-direction:row;align-items:center}#single-post-page .post-comment-icon>*{height:40px;width:40px;border-radius:50%;object-fit:cover}#single-post-page .post-comment-text{display:flex;flex-direction:row}#single-post-page .post-comment-name{padding:0 5px 0 10px;font-weight:700}#single-post-page .post-comment-name:link,#single-post-page .post-comment-name:visited,#single-post-page .post-comment-name:active,#single-post-page .post-comment-name:hover{text-decoration:none;color:#181818}.post-comment-bar{padding:12px 0;border-color:#d4d4d4;border-width:1px 0 0 0;border-style:solid;display:flex;flex-direction:row;align-items:center}.post-comment-bar-input{border:none;width:100%;padding:0}.post-comment-bar-input:focus{outline:none}.post-comment-bar-button{border:none;background-color:#fff;padding:0;display:flex;font-weight:700}.post-comment-bar-button.active{cursor:pointer;color:#646464}.post-comment-bar-button.inactive{cursor:default;color:#c8c8c8}#single-post-page .post-bottom-link-copied{display:flex;flex-direction:column;position:absolute;justify-content:center;align-items:center;top:0;left:0;width:100%;height:100%;background-color:#ffffffbf;transition:all .3s ease-in-out}#single-post-page .post-bottom-link-copied>div{font-size:xx-large;color:#000}#single-post-page .post-bottom-link-copied.active{opacity:1;z-index:1}#single-post-page .post-bottom-link-copied.inactive{opacity:0;z-index:-1}@media (min-width: 800px){.like-row-left{font-size:medium}#likes .follow-button{margin-right:50px;font-size:large;width:200px}}@media (max-width: 800px){#likes-list{padding-bottom:60px}.like-row-left{font-size:small}#likes .follow-button{font-size:medium;width:150px}}#likes{position:fixed;z-index:1;width:100vw;height:100vh;background-color:#fff;left:0;top:0}#likes-pop-up{display:flex;flex-direction:column;height:100vh;align-items:center}#likes-header{display:flex;flex-direction:row;margin-top:60px;padding:20px 0;justify-content:space-between;align-items:center;width:100%;max-width:800px}#likes-title{font-size:x-large;font-weight:700}#likes-x-button{font-size:small;margin-left:30px;color:#000000bf}#likes-x-button:hover{cursor:pointer;color:#00000040}#likes-x-button-hidden{font-size:small;visibility:hidden;margin-right:30px}#likes-divider{background-color:#00000040;height:1px;width:100%;max-width:740px}#likes-list{display:flex;flex-direction:column;flex-grow:1;padding-top:10px;padding-bottom:60px;max-width:800px;width:100%;overflow-y:auto}.like-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:5px 30px}.like-row-left{display:flex;flex-direction:row;align-items:center;padding:5px;border-radius:5px}.like-row-left:hover{background-color:#0000000d}.like-row-left:link,.like-row-left:visited,.like-row-left:active,.like-row-left:hover{text-decoration:none;color:#000}.like-image{height:40px;width:40px;border-radius:50%;object-fit:cover}.like-text{display:flex;flex-direction:column;padding:0 5px 0 10px}.like-name{font-weight:700}#likes .follow-button{top:0;position:relative;border-color:#0003;border-style:solid;border-width:1px;box-shadow:0 5px 10px #0003;border-radius:30px;text-align:center;display:flex;flex-direction:column;justify-content:center;height:40px;transition:.2s}#likes .follow-button.active:hover{top:-5px;box-shadow:0 10px 10px #0003;cursor:pointer;background-color:#0000000d}#likes .follow-button.inactive:hover{top:-5px;box-shadow:0 10px 10px #0003;cursor:pointer;background-color:#0000001a;color:#777}#likes .follow-button.active{background-color:#fff}#likes .follow-button.inactive{background-color:#0000001a;color:#777}@media (min-width: 800px){#profile-contents{margin:80px 20px;display:flex;flex-direction:row;justify-content:space-around}#profile-contents-left{width:300px;margin-left:25px}#profile-card-top{display:flex;flex-direction:column;justify-content:center;align-items:center}#profile-card-text{text-align:center}#profile-contents-right{min-width:500px;margin:0 25px;width:100vw;display:flex;flex-direction:column;align-items:center}.single-post-box-image{width:300px;height:300px;object-fit:cover;border-radius:10px}.single-post-box,.single-post-box-overlay{height:300px;width:300px}#profile-card-bio{margin-top:20px;text-align:center}#profile-card-icon{margin-bottom:10px}#profile-buttons-section>*{margin:0 50px}}@media (max-width: 800px){#profile-contents{margin:80px 20px;display:flex;flex-direction:column;align-items:center}.single-post-box-image{width:300px;height:300px;object-fit:cover;border-radius:10px}.single-post-box,.single-post-box-overlay{height:300px;width:300px}#profile-card-top{display:flex;flex-direction:row;align-items:center}#profile-card-bio{margin:20px 5px 5px 0;text-align:center}#profile-card-icon{margin-right:10px}#profile-contents-right{margin:0 25px;width:100vw;display:flex;flex-direction:column;align-items:center}#profile-buttons-section>*{margin:0 10px}}#profile-card{display:flex;flex-direction:column;align-items:center;justify-content:space-between}#profile-card-icon{width:80px;height:80px;border-radius:50%;object-fit:cover}#profile-card-name{font-size:larger;font-weight:700;color:#000}#profile-card-bottom{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}#profile-card-stats{display:flex;flex-direction:row;justify-content:center;align-items:center;padding-top:10px}#profile-card-stats>*{display:flex;flex-direction:column;align-items:center;width:75px}#profile-card-stats>*>*{margin:2px 10px}.profile-stats-child-num{font-weight:bolder}.profile-stats-child-type{font-size:small}#profile-buttons-section{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center}#profile-direct-message-button-container{top:0;position:relative;border-color:#0003;border-style:solid;border-width:1px;background-color:#fff;box-shadow:0 5px 10px #0003;height:40px;width:40px;transition:.2s;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:50%}#profile-contents .follow-button,#profile-settings-button,#profile-logout-button{top:0;position:relative;border-color:#0003;border-style:solid;border-width:1px;box-shadow:0 5px 10px #0003;font-size:large;border-radius:30px;padding:0 40px;text-align:center;display:flex;flex-direction:column;justify-content:center;height:40px;transition:.2s}#profile-direct-message-button-container:hover,#profile-contents .follow-button.active:hover,#profile-settings-button:hover,#profile-logout-button:hover{top:-5px;box-shadow:0 10px 10px #0003;cursor:pointer;background-color:#0000000d}#profile-contents .follow-button.inactive:hover{top:-5px;box-shadow:0 10px 10px #0003;cursor:pointer;background-color:#0000001a;color:#777}#profile-contents .follow-button.active,#profile-settings-button,#profile-logout-button{background-color:#fff}#profile-contents .follow-button.inactive{background-color:#0000001a;color:#777}#profile-direct-message-button{width:25px;height:auto}#user-posts-empty{display:flex;flex-direction:row;justify-content:center;align-items:center;height:100%;font-size:larger}#user-posts{margin-top:20px;display:grid;grid-gap:1rem;grid-template-columns:repeat(auto-fit,300px);justify-content:center;width:100%}.single-post-box{display:block;position:relative}.single-post-box:link,.single-post-box:visited,.single-post-box:active,.single-post-box:hover{text-decoration:none;color:#333}.single-post-box-overlay{position:absolute;top:0;display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#ffffffbf;transition:all .2s ease-in-out}.single-post-box-overlay.inactive{opacity:0;z-index:-1}.single-post-box-overlay.active{opacity:1;z-index:1}.single-post-box-comments,.single-post-box-likes{display:flex;flex-direction:row;align-items:center;justify-content:center;margin:0 15px}.single-post-box-comments>*,.single-post-box-likes>*{height:25px;width:auto;font-size:25px;display:flex;align-items:center;justify-content:center;margin:0 2px}#profile-card-top>*,#profile-card-stats>*{position:relative;top:0;transition:all ease-in-out .25s}#profile-card-top>*:hover,#profile-card-stats>*:hover{top:-5px;cursor:pointer}@media (max-width: 800px){#settings-form{width:90vw;max-width:400px}#settings-image-input,#settings-image-overlay{height:200px;width:200px}#settings-image-preview{height:200px;width:200px;object-fit:cover}#settings-name-input,#settings-bio-input{width:100%;max-width:400px}}@media (min-width: 800px){#settings-form{width:80vw;max-width:1200px}#settings-image-input,#settings-image-overlay{height:300px;width:300px}#settings-image-preview{height:300px;width:300px;object-fit:cover}#settings-name-input,#settings-bio-input{width:400px}}#settings-parent{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;margin:80px 0;min-height:calc(100vh - 160px);height:auto;background-color:#fff}#settings-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;background-color:#ffffffd9;height:100%;width:100%;font-size:x-large}#settings-welcome.inactive{z-index:-1;opacity:0}#settings-welcome.active{z-index:2;opacity:1}#settings-welcome,#settings-welcome>*{transition:all .3s ease-in-out}#settings-form{display:flex;flex-direction:column;position:relative;align-items:center;justify-content:space-between;height:calc(100vh - 160px)}#settings-form>*{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}#settings-header{display:flex;flex-direction:column;position:relative;font-weight:700;font-size:x-large}#settings-error{position:absolute;background-color:#ffffffd9;height:100%;width:100%;font-size:x-large;color:#c80000}#settings-error.inactive{z-index:-1;opacity:0}#settings-error.active{z-index:2;opacity:1}#settings-error,#settings-error>*{transition:all .3s ease-in-out}#settings-image-section{flex-direction:column-reverse}#settings-image-input-parent{display:flex}#settings-image-input-parent:hover,#settings-image-input:hover{cursor:pointer}#settings-image-input{opacity:0;z-index:3}#settings-image-preview{position:absolute;z-index:1;border-radius:10px}#settings-image-overlay{position:absolute;background-color:#ffffff80;z-index:2}#settings-image-overlay.active{opacity:1}#settings-image-overlay.inactive{opacity:0}#settings-name-input{outline:none;border-radius:10px;border-color:#0003;border-width:1px;border-style:solid;padding:5px}#settings-name-footer{height:12px;font-size:12px}#settings-name-footer.grey{color:#777}#settings-name-footer{color:#d00}#settings-bio-input{font:inherit;font-size:small;outline:none;resize:none;border-radius:15px;border-color:#0003;border-width:1px;border-style:solid;padding:5px}#settings-button-submit,#settings-button-back{top:0;position:relative;border-color:#0003;border-style:solid;border-width:1px;box-shadow:0 5px 10px #0003;font-size:large;border-radius:30px;align-items:center;display:flex;flex-direction:column;justify-content:center;height:40px;width:200px;transition:.2s}#settings-button-submit:hover,#settings-button-back:hover{top:-5px;box-shadow:0 10px 10px #0003;cursor:pointer}#settings-button-submit.inactive:hover{top:-5px;box-shadow:0 10px 10px #0003;cursor:pointer;background-color:#0000001a;color:#777}#settings-button-submit.active{background-color:#333;color:#fff}#settings-button-back{background-color:#fff;margin-top:20px}#settings-button-submit.inactive{background-color:#0000001a;color:#777}#settings-header,#settings-image-section,#settings-name-section,#settings-bio-section{padding-bottom:20px}#saved-posts{margin:80px 20px;display:flex;flex-direction:column;justify-content:space-around;align-items:center}#saved-posts-title{font-size:xx-large;font-weight:700}#saved-posts-content{max-width:1000px;display:grid;grid-gap:1rem;grid-template-columns:repeat(auto-fit,300px);justify-content:center;width:100%;margin-top:20px}@media (max-width: 800px){#sign-up-form{width:90vw;max-width:400px}input{width:100%;max-width:400px}}@media (min-width: 800px){#sign-up-form{width:80vw;max-width:1200px}input{width:400px}}#sign-up{display:flex;flex-direction:column;justify-content:space-between;align-items:center}#sign-up-parent{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;margin:80px 20px;min-height:calc(100vh - 160px);height:auto;background-color:#fff}#sign-up-error{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;background-color:#ffffffd9;height:100%;width:100%;font-size:x-large;color:#c80000}#sign-up-error.inactive{z-index:-1;opacity:0}#sign-up-error.active{z-index:2;opacity:1}#sign-up-error,#sign-up-error>*{transition:all .3s ease-in-out}#sign-up-form{display:flex;flex-direction:column;position:relative;align-items:center;justify-content:space-between;height:calc(100vh - 160px)}#sign-up-form>*{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}#sign-up-header{display:flex;flex-direction:column;position:relative;font-weight:700;font-size:xx-large}#sign-up-username-input-parent{display:flex;flex-direction:row;align-items:center}#sign-up-username-symbol{margin-right:5px;color:#777}#sign-up-username-symbol-hidden{margin-left:5px;visibility:hidden}label{font-size:small}.sign-up-input-footer{height:12px;font-size:12px;color:#009e00;text-align:center;max-width:250px}.sign-up-input-footer.grey{color:#777}.sign-up-input-footer.red{color:#d00}#sign-up-button-submit,#sign-up-button-login{top:0;position:relative;border-color:#0003;border-style:solid;border-width:1px;box-shadow:0 5px 10px #0003;font-size:large;border-radius:30px;text-align:center;display:flex;flex-direction:column;justify-content:center;height:40px;width:200px;transition:.2s}#sign-up-button-submit:hover,#sign-up-button-login:hover{top:-5px;box-shadow:0 10px 10px #0003;cursor:pointer}#sign-up-button-submit.inactive:hover{top:-5px;box-shadow:0 10px 10px #0003;cursor:pointer;background-color:#0000001a;color:#777}#sign-up-button-submit.active{background-color:#333;color:#fff}#sign-up-button-login{background-color:#fff;margin-top:20px}#sign-up-button-submit.inactive{background-color:#0000001a;color:#777}@media (max-width: 800px){#login-form{width:90vw;max-width:400px}input{width:100%;max-width:400px}}@media (min-width: 800px){#login-form{width:80vw;max-width:1200px}input{width:400px}}#login{display:flex;flex-direction:column;justify-content:space-between;align-items:center}#login-parent{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;margin:80px 20px;min-height:calc(100vh - 160px);height:auto;background-color:#fff}#login-error{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;background-color:#ffffffd9;height:100%;width:100%;font-size:x-large;color:#c80000}#login-error.inactive{z-index:-1;opacity:0}#login-error.active{z-index:2;opacity:1}#login-error,#login-error>*{transition:all .3s ease-in-out}#login-form{display:flex;flex-direction:column;position:relative;align-items:center;justify-content:center;height:calc(100vh - 160px)}#login-form>*{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:20px}#login-header{display:flex;flex-direction:column;position:relative;font-weight:700;font-size:xx-large}input{outline:none;border-radius:10px;border-color:#0003;border-width:1px;border-style:solid;padding:5px}#login-email-input-parent,#login-password-input-parent{display:flex;flex-direction:row;align-items:center}#login-button-submit:hover{top:-5px;box-shadow:0 10px 10px #0003;cursor:pointer}#login-button-submit{background-color:#333;color:#fff;top:0;position:relative;border-color:#0003;border-style:solid;border-width:1px;box-shadow:0 5px 10px #0003;font-size:large;border-radius:30px;text-align:center;display:flex;flex-direction:column;justify-content:center;height:40px;width:200px;transition:.2s}@media (max-width: 800px){#conversation-container{height:calc(100vh - 100px);bottom:50px}.message-block{padding:5px 0}.message-block-bubble{max-width:500px}#convo-message-bar-input{width:70%}#convo-message-bar{padding:20px 0 100px}}@media (min-width: 800px){#conversation-container{height:calc(100vh - 50px);margin-left:auto;margin-right:auto}.message-block{padding:10px 0}.message-block-bubble{max-width:500px}#convo-message-bar{padding:20px 0}}#conversation-container{display:flex;flex-direction:column;align-items:center;position:relative;top:50px;width:max-content;max-width:800px}#conversation-container>*{width:100vw;max-width:100%}#convo-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:30px 0 20px;border-bottom:1px lightgray solid}#title{font-size:x-large;font-weight:700}#subtitle:hover{cursor:pointer;color:gray}#convo-back-arrow{font-size:small;padding-left:30px}#convo-back-arrow:hover{cursor:pointer;color:#00000040}#convo-back-arrow-hidden{visibility:hidden;font-size:small;padding-right:30px}#convo-messages{height:100%;overflow-y:scroll}.message-block-container{display:flex;flex-direction:column;align-items:flex-end;padding:0 20px}.message-block-container.self{align-items:flex-end}.message-block-container.other{align-items:flex-start}.message-name{font-style:italic;padding:5px 5px 2.5px;color:gray}.message-block{display:flex;align-items:flex-start;font-size:15px;padding:2.5px 0}.self .message-block{flex-direction:row-reverse}.other .message-block{flex-direction:row;justify-content:flex-start}.message-block-bubble{padding:10px;border-radius:25px;min-height:20px;word-break:break-all}.self .message-block-bubble{background-color:#09f;color:#fff}.other .message-block-bubble{background-color:#d3d3d3;color:inherit}.other .message-block-icon-container{display:flex;justify-content:center;height:40px;width:60px}.other .message-block-icon{object-fit:cover;border-radius:50%;height:40px;width:40px}#convo-message-bar{border-top:1px solid lightgray;display:flex;flex-direction:row;align-items:center;justify-content:center}#convo-message-bar-input{outline:none;background-color:#eaeaea;border-radius:10px;border-color:#0003;border-width:0px;border-style:solid;padding:5px;max-width:400px}#convo-message-bar-input::placeholder{color:#646464}#convo-message-button{border:none;background-color:#fff;display:flex;font-weight:700;padding:0 0 0 10px}#convo-message-button.active{color:#646464}#convo-message-button.inactive{color:#c8c8c8}
