@keyframes ph-dp{0%{background-color:#3a444c}50%{background-color:#5b7083}to{background-color:#3a444c}}:root{--wordcountcolor: yellow;--scrolltrack: white;--border: #EBEEF0;--bg: white;--color: white;--bghover: #EBEEF0;--modalBg: white;--hybridTextPlaceholder: #3A444C;--bgsyncblacknwhite: white}.ph-dp{width:40px;height:40px;border-radius:100%;background-color:var(#3A444C);animation:ph-dp 2s infinite ease-in-out}.ph-text-sm{width:25%;max-width:200px;min-width:85px;height:1rem;border-radius:10px;background-color:var(#3A444C);animation:ph-dp 2s infinite ease-in-out}.ph-text-md{width:40%;max-width:300px;min-width:133px;height:1rem;border-radius:15px;background-color:var(#3A444C);animation:ph-dp 2s infinite ease-in-out}.ph-text-lg{width:55%;max-width:400px;min-width:180px;height:1rem;border-radius:20px;background-color:var(#3A444C);animation:ph-dp 2s infinite}body{font-family:Inter,sans-serif;padding:0;margin:0;overflow:hidden;background-color:var(--bg);color:var(--color)}.the-app{display:flex;overflow:hidden}.navbar{height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding-inline:.1rem;border-right:.8px solid var(--border)}.navbar .routes{position:relative}@media (max-width: 650px){.navbar .routes{display:flex;flex-direction:column;align-items:center;justify-content:center}}.navbar .routes .branding{padding-bottom:1.3rem}.navbar .routes .branding img{height:40px;margin-top:1rem}.navbar .routes>:not(:first-child) .icon{height:25px;margin-inline:.55rem;padding-block:.8rem}.navbar .routes .rhome .icon{margin-inline:.4rem}.navbar .routes button{outline:none;border:none;background-color:#1da1f2;color:#fff;font-size:13px!important;transition:.2s ease-in-out;margin-top:1.5rem;width:fit-content!important;border-radius:100%;padding-block:.3rem;padding-inline:.4rem}.navbar .user-flake{margin-bottom:.5rem}@media (min-width: 650px){.navbar{left:0;height:100vh;display:flex;flex-direction:column;justify-content:space-between;align-items:end;padding-inline:0;padding-right:1.5rem}.navbar>*{margin-right:1rem}.navbar .routes .branding img{margin-left:10px}.navbar .routes>:not(:first-child){width:fit-content;padding:1rem;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:9999px}.navbar .routes>:not(:first-child) .icon{padding-block:0;margin-inline:0;margin-right:1.5rem}.navbar .routes .rhome .icon{margin-right:1.2rem!important}.navbar .routes button{width:100%!important;border-radius:9999px;padding:0;margin-left:15px}.navbar .routes button:hover{background-color:#0d95e8!important}.navbar .user-flake{display:flex;margin-bottom:.5rem;max-width:12rem;min-width:12rem;position:relative;cursor:pointer;padding:.5rem;border-radius:100px;margin-bottom:.1rem;margin-right:-.4rem}}@media (min-width: 650px) and (max-width: 650px){.navbar .user-flake{min-width:auto;margin:0;padding:0}}@media (min-width: 650px){.navbar .user-flake .user-flake-main{width:80%;display:flex;cursor:default}.navbar .user-flake .user-flake-main .usr-img{margin-right:10px}.navbar .user-flake .user-flake-main .user-details{display:flex;flex-direction:column;justify-content:center;overflow:hidden}.navbar .user-flake .user-flake-main .user-details .display{font-weight:700;font-size:small;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.navbar .user-flake .user-flake-main .user-details .username{font-size:smaller;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:text}.navbar .user-flake .fmore{width:20%;grid-area:more;display:flex;align-items:center;justify-content:end;margin-right:.5rem;cursor:default}.navbar .user-flake .fmore>*{padding:3px;transition:.2s ease-in-out;cursor:pointer}}.home{width:100%;display:block;position:relative}.home .main{position:absolute;width:100%;height:100vh}@media (max-width: 650px){.home .main{height:100svh}}.home>*{height:100vh}@media (max-width: 650px){.home>*{height:100svh}}.home .main{grid-area:main;border-right:.1px solid var(--border)}@media (max-width: 970px){.home .events{position:absolute;width:250px;left:calc(100% - 250px);padding-inline:0;transition:.2s ease-in-out;background-color:var(--bg);border-left:1px solid var(--border);box-shadow:1px 5px 10px 5px var(--bghover)}.home .events>*{padding-inline:.5rem}.home .events .cancelEvents{display:flex;justify-content:end}.home .events .cancelEvents>*{cursor:pointer}.home .hideEvents{left:100%;box-shadow:none}}.a-hashtag{width:100%;display:grid;grid-template-areas:"main    description";grid-template-columns:3fr 1fr}.a-hashtag>*{height:100vh}.a-hashtag .main{grid-area:main;border-right:.1px solid var(--border)}.a-hashtag .topic-about{max-width:17rem;grid-area:description;padding-inline:.5rem;padding-top:1rem}.a-hashtag .topic-about .details-card{width:100%;background-color:var(--bgsyncblacknwhite);padding-bottom:.5rem;border-radius:10px}.a-hashtag .topic-about .details-card>*{margin-inline:.5rem}.a-hashtag .topic-about .details-card .topic-name{color:#00ba7c;font-weight:700;font-size:larger;padding-block:.5rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.a-hashtag .topic-about .details-card .heading{color:#1da1f2;font-size:small;font-weight:bolder;padding-top:.2rem;padding-bottom:.8rem}.a-hashtag .topic-about .details-card .describe>*{display:flex}.a-hashtag .topic-about .details-card .describe>*>*{width:100%;text-align:center}.a-hashtag .topic-about .details-card .describe>*>*>*{font-size:11px;font-weight:700;color:var(--hybridTextPlaceholder)}.a-hashtag .topic-about .details-card .describe .info{padding-bottom:.3rem;margin-bottom:.3rem;border-bottom:2px solid var(--border)}.a-hashtag .topic-about .details-card .describe .last-active,.a-hashtag .topic-about .details-card .describe .total-logs{border-right:2px solid var(--border)}@media (max-width: 970px){.a-hashtag{display:block;position:relative}.a-hashtag .main{position:absolute;width:100%;height:100vh}}@media (max-width: 970px) and (max-width: 650px){.a-hashtag .main{height:100svh}}@media (max-width: 970px){.a-hashtag .topic-about{position:absolute;width:15rem;height:fit-content;padding:0;right:1.5rem;bottom:1.5rem}.a-hashtag .topic-about .details-card{background-color:transparent;-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px);box-shadow:0 0 20px #000}.a-hashtag .topic-about .details-card .topic-name{display:flex;justify-content:space-between;align-items:center;padding-inline-end:.5rem}.a-hashtag .topic-about .details-card .topic-name>:nth-child(2){color:#1da1f2!important}.a-hashtag .topic-about-hide{width:4rem;height:4rem;border-radius:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#1da1f2;font-size:large}.a-hashtag .topic-about-hide>:first-child{border-radius:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border:3px solid var(--border)}}.more-window{position:absolute;width:10rem!important;border-radius:10px!important;margin-bottom:-5.1rem;bottom:10rem;left:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-block:0!important;cursor:default!important;z-index:100}@media (max-width: 970px){.more-window{left:.6rem;padding-inline:1rem}}.more-window>*{width:inherit;font-size:large;padding:10px;padding-inline:1rem;display:flex;cursor:pointer;transition:.1s ease-in-out;font-weight:700}.more-window .theme-switch{border-top-left-radius:10px;border-top-right-radius:10px;cursor:default;display:flex;align-items:center;justify-content:space-between}.more-window .theme-switch .toggle-button{width:40px;height:20px;border-radius:10px;background-color:#1da1f2;cursor:pointer}.more-window .theme-switch .toggle-button .toggle-indicator{transition:.2s ease-in-out;position:relative;left:-1px;width:20px;height:20px;background-color:#ebeef0;border-radius:100%}.more-window .theme-switch .toggle-button .to-dark{left:21px!important;background-color:#3a444c}.more-window .log-out{border-bottom-left-radius:10px;border-bottom-right-radius:10px}@keyframes logo-hover{0%{transform:rotate(0)}50%{transform:rotate(30deg)}to{transform:rotate(0)}}.active-nav{color:#1da1f2}.entry-page{width:100%;height:100vh;background-color:#1c2733;color:#fff}.entry-page .entry{background-color:#000;width:30rem;padding-inline:3rem;padding-block:1rem;padding-bottom:3rem;border-radius:10px;text-align:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media (max-width: 650px){.entry-page .entry{width:calc(100% - 8rem)}}.entry-page .entry img{height:50px}.entry-page .entry .text{font-size:xx-large;font-weight:700}.entry-page .entry .reg-office{display:flex;flex-direction:column;margin-top:1rem;align-items:center}.entry-page .entry .reg-office>:not(:last-child){margin-bottom:1rem;min-width:20rem}@media (max-width: 650px){.entry-page .entry .reg-office>:not(:last-child){width:60%;min-width:15rem}}.entry-page .entry .reg-office .sign-in-btn{border:none;border-radius:20px;font-size:large;padding-block:.5rem;font-weight:700;cursor:pointer;transition:.1s ease-in-out;min-width:20rem}.entry-page .entry .reg-office .sign-in-btn:hover{background-color:#d9d9d9}@media (max-width: 650px){.entry-page .entry .reg-office .sign-in-btn{width:60%;min-width:15rem}}.entry-page .entry .alter-entry{color:#495660;margin-right:4.1rem}@media (max-width: 650px){.entry-page .entry .alter-entry{margin-right:0}}.entry-page .entry .alter-entry .alter-action{color:#1da1f2;cursor:pointer}.entry-page .entry .alter-entry .alter-action:hover{text-decoration-line:underline}.entry-page .error-modal{width:fit-content!important}.entry-page .error-modal .validator-reasons-list .title{color:#f66}.entry-page .error-modal .validator-reasons-list .validator-reasons{font-size:medium;margin-right:1rem}.entry-page .error-modal .validator-reasons-list .validator-reasons .vali{color:#1da1f2;text-transform:capitalize}.entry-page .error-modal .validator-reasons-list .validator-reasons b{color:#f66}.entry-page .error-modal .validator-reasons-list .validator-reasons>*{margin-bottom:.5rem;text-transform:lowercase}.hybrid-input{font-family:Inter,sans-serif;height:3rem;border:2px solid var(--border);border-radius:5px;font-size:17px;display:flex;flex-direction:column;user-select:none;-moz-user-select:none;-webkit-user-select:none}@media (max-width: 650px){.hybrid-input{font-size:15px}}.hybrid-input div{height:100%;display:flex;justify-content:start;align-items:center;padding-left:.8rem;color:var(--hybridTextPlaceholder);cursor:text;transition:.2s;user-select:none;-moz-user-select:none;-webkit-user-select:none}.hybrid-input input{background-color:transparent;color:var(--color);font-size:18px;outline:none;border:none;height:0%;padding-left:.8rem;transform:none}.hybrid-input textarea{background-color:transparent;color:var(--color);font-size:18px;outline:none;border:none;height:0%;padding-left:.8rem;transform:none;font-family:Inter,sans-serif;resize:none;overflow-y:hidden}.hybrid-input .dont-move-blur{color:#3a444c!important}.hybrid-input .show-hide-password{margin-top:-15px;width:fit-content;position:relative;left:90%;top:-30%;cursor:pointer;color:#1da1f2;opacity:.4;transition:opacity 4s}.hybrid-input .show-hide-password:hover{transition:none!important;opacity:1}.hybrid-input .hide-password{left:89.5%}.focus-hybrid-input div{font-size:13px;color:#1da1f2;height:30%;padding-top:5px}.focus-hybrid-input div:after{content:attr(data-count);margin-left:10px;font-size:smaller;padding-top:2px;color:var(--wordcountcolor)}.focus-hybrid-input input{border-color:#1da1f2;height:70%}.focus-hybrid-input textarea{border-color:#1da1f2;height:70%;overflow-y:auto}.external-modal-screen{all:unset;position:absolute;width:100%;height:100vh;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#00000098;z-index:1}.external-modal-screen .external-modal{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:15rem;padding:2.5rem;background-color:var(--modalBg);box-shadow:0 0 15px 2px #1da1f2;border-radius:2rem}@media (max-width: 650px){.external-modal-screen .external-modal{width:calc(100% - 8rem)!important;padding-block:1.5rem;padding-inline:1rem}}.external-modal-screen .external-modal .title{font-size:large;font-size:medium;font-weight:700}.external-modal-screen .external-modal .modal-input-wrapper{margin-block:1rem}.external-modal-screen .external-modal button{margin-top:1rem;width:100%;border:none;border-radius:20px;font-size:large;padding-block:.5rem;font-weight:700;cursor:pointer;transition:.1s ease-in-out;font-size:small}.external-modal-screen .external-modal button:hover{background-color:#d9d9d9}.loadscreen{position:absolute;background-color:#000000c4;width:100%;height:100vh;z-index:1001}.loadscreen .loader-path{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:80px;height:80px;border:3px solid white;border-radius:100%}.loadscreen .loader-tail{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-top:6px solid #1DA1F2;border-radius:100%;animation:bufferLoader .3s linear infinite}@keyframes bufferLoader{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.hybrid-img{width:40px;height:40px;border-radius:100%;transition:.2s ease-in-out;cursor:pointer;border:2px solid #1DA1F2}.hybrid-img:hover{box-shadow:0 0 4px 1px #1da1f2}.tweet{border:1px solid var(--border);border-left:none;border-right:none;margin-bottom:1px;display:flex;padding-inline:.8rem;padding-block:.5rem}@media (max-width: 650px){.tweet{padding-inline:.5rem}}@media (min-width: 650px){.tweet:hover{background-color:var(--bghover)}}.tweet .user-pfp{width:5%;min-width:3rem}.tweet .user-pfp img{border:none!important}.tweet .tweet-body{width:100%;padding-right:5px}.tweet .tweet-body .names-nd-time{display:flex;margin-bottom:.3rem}.tweet .tweet-body .names-nd-time>:not(:last-child){margin-right:.3rem}.tweet .tweet-body .names-nd-time>:not(:first-child){color:#657d92}.tweet .tweet-body .names-nd-time .display{max-width:10rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tweet .tweet-body .names-nd-time .username{max-width:10rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tweet .tweet-body .names-nd-time .username:before{content:"@"}.tweet .tweet-body .text{word-break:break-word}.tweet .tweet-body .tweet-footer{margin-top:.3rem;width:fit-content;display:flex;gap:.5rem}.tweet .tweet-body .tweet-footer .hashtag{font-size:15px;color:#00ba7c;width:fit-content;cursor:pointer}.tweet .tweet-body .tweet-footer .hashtag:before{content:"#"}.tweet .tweet-body .tweet-footer .hashtag:hover{text-decoration-line:underline}.tweet .tweet-body .tweet-footer .like{width:fit-content;flex-direction:row;gap:.3rem}.tweet .tweet-body .tweet-footer .like .heart{font-size:small}.tweet .tweet-body .tweet-footer .like .count{font-size:smaller;font-weight:700}.tweet .like{user-select:none;-moz-user-select:none;-webkit-user-select:none;width:5%;display:flex;flex-direction:column;align-items:center;justify-content:center}.tweet .like .heart{display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:large}.tweet .like .heart:hover svg{fill:#f91880}.tweet .like .heart .liked{color:#f91880}.tweet .like .heart svg{transition:.2s ease-in-out;fill:#5b7083}.tweet .like .count{font-size:small;color:#f91880}.create-new-log{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:20rem!important;height:22.5rem}.create-new-log .content .title{margin-bottom:1rem}.create-new-log .content .new-log-text{height:13rem!important;margin-bottom:.3rem}@media (max-width: 650px){.create-new-log .content .new-log-text{height:13rem!important}}.create-new-log .content .new-log-text textarea{font-size:15px;-ms-overflow-style:none;scrollbar-width:none}.create-new-log .content .new-log-text textarea::-webkit-scrollbar{display:none}.create-new-log .content .new-tag{display:flex;width:100%}.create-new-log .content .new-tag .tag-symbol{width:10%;display:flex;justify-content:center;align-items:center;background-color:var(--bghover);cursor:default;user-select:none;-moz-user-select:none;-webkit-user-select:none;border-top-left-radius:5px;border-bottom-left-radius:5px}@media (max-width: 650px){.create-new-log .content .new-tag .tag-symbol{font-size:small}}.create-new-log .content .new-tag .new-tag-text{width:90%;border-top-left-radius:0;border-bottom-left-radius:0;border-left:none}.create-new-log .content .new-tag .new-tag-text input{font-size:15px}.create-new-log .content .create-new-log-btn{border:none;border-radius:20px;font-size:large;padding-block:.5rem;font-weight:700;cursor:pointer;transition:.1s ease-in-out;background-color:#1da1f2;color:var(--color)}.create-new-log .content .create-new-log-btn:hover{background-color:#d9d9d9}.create-new-log .content .create-new-log-btn:hover{background-color:#0c85d0}.all-logs-title{display:flex;justify-content:space-between;align-items:center;font-size:larger;padding-inline:1rem;padding-block:.5rem;font-weight:700}.all-logs-title span{cursor:pointer}.all-logs-title-hastag{color:#00ba7c}.all-logs-title-hastag:before{content:"#"}.all-logs-placeholder{overflow:hidden!important}.all-logs{height:100%;overflow-y:auto;overflow-x:hidden}.all-logs>*{border-bottom:none}.all-logs>:last-child{border-bottom:1px solid var(--border)!important;margin-bottom:3rem}.all-logs .load-more-logs{height:2rem}.all-logs .load-more-logs .loader{width:15px;height:15px;position:relative;left:50%;top:50%;transform:translate(-50%,-50%);border-left:1px solid var(--color);border-top:1px solid var(--color);border-radius:100%;animation:bufferLoader .3s linear infinite}.all-logs .phlogs .phlog{border-bottom:solid 1px var(--border);display:flex;padding-inline:.8rem;padding-block:.5rem;gap:.5rem}.all-logs .phlogs .phlog__content{width:100%;display:flex;flex-direction:column;gap:.2rem}.all-logs-for-hashtag>:last-child{margin-bottom:0rem!important}@media (min-width: 650px){::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--scrolltrack)}::-webkit-scrollbar-thumb{background:#1DA1F2}}a{color:#1da1f2;text-decoration-line:none}a:hover{text-decoration-line:underline;color:#0d95e8}p{margin:0;padding:0}b{color:#f33;user-select:none;-moz-user-select:none;-webkit-user-select:none}.backdrop-blur{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}div{-webkit-tap-highlight-color:rgba(0,0,0,0)}
