#navbar-global{position:fixed;top:0;left:0;width:100%;background-color:#d3ebd3;border-bottom:2px solid green;display:flex;justify-content:center}#navbar-global>#navbar-links{margin-top:8px;display:flex;justify-content:space-evenly;width:100%;max-width:600px;margin-left:0;margin-right:0}#navbar-global>#navbar-links>.link{color:#35b635;text-decoration:none;font-size:1.5rem}#navbar-global>#navbar-links>.link:hover{color:#0b5c0b}#navbar-global>#navbar-links>.active{color:#0b5c0b;text-decoration:none;font-size:1.5rem}#navbar-global>#navbar-links>.notification{color:#f48585;text-decoration:none;font-size:1.5rem}#navbar-global>#navbar-links>.notification>:hover{color:red}@media (max-width: 300px){#navbar-global>#navbar-links>.link,#navbar-global>#navbar-links .notification{margin-left:-5px;margin-right:-5px}}#newPost-body{background-color:#d3ebd3;position:fixed;top:40px;padding:5px 0;left:0;right:0;width:100%;display:flex;justify-content:center;border-bottom:solid 2px green}#newPost-body>#newPost-div-form{background-color:#8da089;padding:10px;border-radius:15px;max-width:500px;width:100%;margin:0 10px}#newPost-body>#newPost-div-form>#newPost-form>#newPost-row-1{display:flex;justify-content:space-evenly;align-items:center;width:100%}#newPost-body>#newPost-div-form>#newPost-form>#newPost-row-1>#user-img{border-radius:50%;height:65px;border:2px solid rgb(60,60,60)}#newPost-body>#newPost-div-form>#newPost-form>#newPost-row-1>#newPost-input{border-radius:15px;padding:5px;resize:none;width:65%}#newPost-body>#newPost-div-form>#newPost-form>#newPost-row-2{display:flex;flex-direction:column;align-items:center;margin-top:5px}#post-body{margin-top:210px}#modalResponse-body{background-color:#8da089;border-radius:25px;padding:5px}#modalResponse-body>#modalResponse-form{display:flex;flex-direction:column;align-items:center}#modalResponse-body>#modalResponse-form>#modalResponse-form-header{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;margin:-15px}#modalResponse-body>#modalResponse-form>#modalResponse-form-response{display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:15px}#modalResponse-body>#modalResponse-form>#modalResponse-form-response>textarea{border-radius:15px;padding:3px 10px;border:0;resize:none;margin-bottom:5px}#modalResponse-body>#modalResponse-buttons{display:flex;justify-content:space-evenly;padding:10px 0}#modalResponse-body>#modalResponse-buttons>button{border:0;border-radius:15px;padding:3px 8px;letter-spacing:2px;cursor:pointer;font-weight:600}#post-div{background-color:#8da089;border-radius:15px;padding:5px;margin:15px 0;display:flex;flex-direction:column;align-items:center}#post-div>#post-header{display:flex;align-items:center;justify-content:center;padding-bottom:8px;border-bottom:solid 1px rgb(44,43,43);width:75%}#post-div>#post-header>img{border-radius:50%;margin:5px 5px 0 0;height:60px;border:2px solid rgb(60,60,60)}#post-div>#post-header>#post-header-data{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;width:70%}#post-div>#post-header>#post-header-data>h2{letter-spacing:2px;margin:2px;cursor:pointer}#post-div>#post-header>#post-header-data>h2:hover{letter-spacing:3px;font-style:italic}#post-div>#post-header>#post-header-data>h4{margin:5px 0;font-size:.95rem}#post-div>#post-header>#post-header-data>#post-date{text-align:center}#post-div>#post-data{margin-top:10px;display:flex;flex-direction:column;align-items:center;width:90%}#post-div>#post-data>#post-post{background-color:#e1e1e1;text-align:center;border-radius:15px;padding:5px 10px;white-space:pre-wrap;margin-top:0;width:85%}#post-div>#post-data>#post-img{width:95%;border-radius:15px;border:2px solid rgb(60,60,60);margin-top:0}#post-div>#buttons-post{display:flex;justify-content:space-evenly;padding-bottom:5px;margin-top:10px;width:100%;border-top:1px solid rgb(60,60,60);padding-top:10px}#post-div>#buttons-post>input{border:0;border-radius:15px;padding:3px 10px;cursor:pointer}#post-div>#buttons-post>.buttonDeletePost{background-color:#f48585}#post-div>#buttons-post>.buttonDeletePost:hover{background-color:red;color:#fff}#listPost-button{display:flex;justify-content:space-evenly;border-top:2px solid rgb(60,60,60);padding-top:5px;margin-bottom:15px}#listPost-button>input{border:2px solid rgb(60,60,60);background-color:#9ced9c;border-radius:15px;padding:5px 15px;font-size:1.15rem;font-style:600;cursor:pointer}#listPost-button>input:hover{background-color:#86c879}.modal{background-color:#000000bf;position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;color:#fff}.modal-content{position:relative;padding:15px;border-radius:25px}#index-body{display:flex;justify-content:center;width:100%}#index-body>#index-query{width:1000px}#login-query{display:flex;justify-content:center}#login-body{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:800px}#login-body>h2,#login-body h3,#login-body p{margin:10px 0}#login-body>input{border:0;border-radius:15px;padding:5px 20px;font-size:1.25rem;margin-top:15px}#login-body>#forms>#loginForm-body{display:flex;flex-direction:column;align-items:center}#login-body>#forms>#loginForm-body>#form{display:flex;flex-direction:column;align-items:center}#login-body>#forms>#loginForm-body>#form>input{margin:5px 0;border-radius:15px;text-align:center;padding:3px 10px;border:0;width:200px}#login-body>#forms>#registerForm-body{display:flex;flex-direction:column;align-items:center}#login-body>#forms>#registerForm-body>#form{display:flex;flex-direction:column;align-items:center}#login-body>#forms>#registerForm-body>#form>input{margin:5px 0;border-radius:15px;text-align:center;padding:3px 10px;border:0;width:200px}#postByUser-buttons{display:flex;justify-content:center}#postByUser-buttons>#postByUser-buttons-responsive{display:flex;justify-content:space-evenly;margin-top:10px;margin-bottom:10px;width:100%;max-width:800px}#postByUser-buttons>#postByUser-buttons-responsive>input{cursor:pointer;border-radius:15px;padding:5px 15px;border:0;font-size:.9rem;font-weight:650;border:1px solid rgb(60,60,60)}#postByUser-buttons>#postByUser-buttons-responsive>#active{background-color:#2e2e2e;color:beige}@media (max-width: 310px){#postByUser-buttons>#postByUser-buttons-responsive{flex-direction:column;justify-content:center;align-items:center}#postByUser-buttons>#postByUser-buttons-responsive>input{margin:2px 0}}#user-body{margin-top:50px}#userStadistic-body{display:flex;flex-direction:column;align-items:center;border-bottom:solid 2px green;padding-bottom:6px;width:100%}#userStadistic-body>#userStadistic-container{width:16rem;margin-top:5px;width:85%;max-width:800px}#userStadistic-body>#userStadistic-container>#userStadistic-header{display:flex;justify-content:center;align-items:center;width:100%;margin:-20px 0}#userStadistic-body>#userStadistic-container>#userStadistic-header>#userStadistic-welcome{font-size:1.5rem;color:#16291b;font-weight:600}#userStadistic-body>#userStadistic-container>#userStadistic-header>#userStadistic-img{border-radius:25px;width:50px;border:2px solid rgb(60,60,60);margin-left:10px}#userStadistic-body>#userStadistic-container>#userStadistic-stadistic{display:flex;flex-direction:column;flex-direction:center;align-items:center;margin-top:15px}#userStadistic-body>#userStadistic-container>#userStadistic-stadistic>p{font-size:.9rem;margin:0;letter-spacing:2px}@media (max-width: 250px){#userStadistic-header{flex-direction:column-reverse;justify-content:center;align-items:center}#userStadistic-header>#userStadistic-img{margin-top:15px;margin-bottom:-20px}#userStadistic-header>#userStadistic-welcome{text-align:center}#userStadistic-stadistic{text-align:center}}#postByUser-body>#postMap-div{background-color:#8da089;display:flex;flex-direction:column;align-items:center;margin:10px 0;border-radius:25px;max-width:800px;width:95%}#postByUser-body>#postMap-div>#postMap-date{font-weight:600;margin:10px 0;border-bottom:solid 2px rgb(60,60,60);width:95%;text-align:center;padding-bottom:3px}#postByUser-body>#postMap-div>#postMap-post{background-color:#e1e1e1;text-align:justify;border-radius:15px;padding:5px 10px;width:85%;text-align:center;margin-top:0;margin-bottom:0;white-space:pre-wrap}#postByUser-body>#postMap-div>#postMap-img{width:90%;border-radius:25px;margin-top:5px;border:2px solid rgb(60,60,60)}#postByUser-body>#postMap-div>#postMap-buttons{width:95%;display:flex;justify-content:space-evenly;margin:10px 0}#postByUser-body>#postMap-div>#postMap-buttons>input{cursor:pointer;border:0;font-weight:600;border-radius:15px;padding:3px 10px}#postByUser-body>#postMap-div>#postMap-buttons>.deletePost{background-color:#f48585}#postByUser-body>#postMap-div>#postMap-buttons>.deletePost:hover{background-color:red;color:#fff}@media (max-width: 260px){#postMap-buttons{flex-direction:column;align-items:center}#postMap-buttons>input{margin:3px 0}}#postByUser-body{width:100%;display:flex;flex-direction:column;align-items:center}#postByUser-body>#responseMap-div{background-color:#8da089;display:flex;flex-direction:column;align-items:center;margin:10px 0;border-radius:25px;max-width:800px;width:95%}#postByUser-body>#responseMap-div>#responseMap-date{font-weight:600;margin:10px 0;border-bottom:solid 2px rgb(60,60,60);width:95%;text-align:center;padding-bottom:3px}#postByUser-body>#responseMap-div>#responseMap-response{background-color:#e1e1e1;text-align:justify;border-radius:15px;padding:5px 10px;width:85%;text-align:center;margin-top:0;margin-bottom:0;white-space:pre-wrap}#postByUser-body>#responseMap-div>#responseMap-img{border-radius:25px;width:90%;margin-top:5px;border:2px solid rgb(60,60,60)}#postByUser-body>#responseMap-div>input{border:0;cursor:pointer;font-weight:600;border-radius:15px;padding:2px 10px;margin:10px 0}#postByUser-body>#responseMap-div>.deletePost{background-color:#f48585}#postByUser-body>#responseMap-div>.deletePost:hover{background-color:red;color:#fff}#followByUser-body>#followByUser-buttons{display:flex;justify-content:center;padding:5px 0;width:100%}#followByUser-body>#followByUser-buttons>#followByUser-buttons-responsive{display:flex;justify-content:space-evenly;padding:5px 0;width:100%;max-width:800px;border-top:solid 1px rgb(60,60,60)}#followByUser-body>#followByUser-buttons>#followByUser-buttons-responsive>input{cursor:pointer;border-radius:15px;padding:5px 10px;border:0;font-size:.8rem;font-weight:650}#followByUser-body>#followByUser-buttons>#followByUser-buttons-responsive>#active{background-color:#2e2e2e;color:beige}#followByUser-body>#followByUser-data{width:100%;display:flex;justify-content:center}#followByUser-body>#followByUser-data>#followByUser-data-responsive{display:flex;flex-direction:column;align-items:center;padding:0;margin:0;width:100%;max-width:650px}#followByUser-body>#followByUser-data>#followByUser-data-responsive>#follow-div{border:solid 2px rgb(60,60,60);border-radius:15px;background-color:#8da089;margin:2px 0;display:flex;justify-content:space-around;align-items:center;padding:0 10px;min-width:235px}#followByUser-body>#followByUser-data>#followByUser-data-responsive>#follow-div>img{width:50px;border:solid 2px rgb(60,60,60);border-radius:50%;margin-right:8px}#followByUser-body>#followByUser-data>#followByUser-data-responsive>#follow-div>p{font-weight:600;font-size:1.2rem;cursor:pointer;margin-right:8px}#followByUser-body>#followByUser-data>#followByUser-data-responsive>#follow-div>p:hover{letter-spacing:2px;font-style:italic}#followByUser-body>#followByUser-data>#followByUser-data-responsive>#follow-div>input{height:fit-content;cursor:pointer;border:0;border-radius:15px;padding:3px 8px}#followByUser-body>#followByUser-data>#followByUser-data-responsive>#follow-div>.deleteFollow{background-color:#f48585}#followByUser-body>#followByUser-data>#followByUser-data-responsive>#follow-div>.deleteFollow:hover{background-color:red;color:#fff}#followByUser-body>#followByUser-data>#followByUser-data-responsive>#follow-div>.follow{background-color:#9ced9c;color:#000}#followByUser-body>#followByUser-data>#followByUser-data-responsive>#follow-div>.follow:hover{background-color:#0b5c0b;color:#fff}@media (min-width: 550px){#followByUser-body>#followByUser-data>#followByUser-data-responsive{display:grid;grid-template-columns:1fr 1fr;justify-items:center}}@media (max-width: 260px){#followByUser-body>#followByUser-data>#followByUser-data-responsive>#follow-div{flex-direction:column;align-items:center;padding:5px 2px;min-width:0px}#followByUser-body>#followByUser-data>#followByUser-data-responsive>#follow-div>img,#followByUser-body>#followByUser-data>#followByUser-data-responsive>#follow-div p,#followByUser-body>#followByUser-data>#followByUser-data-responsive>#follow-div input{margin:0}}#perfilData-body{background-color:#d3ebd3;border-bottom:solid 2px green;padding:5px 0;margin-top:-10px;position:fixed;width:100%;left:0;display:flex;justify-content:center}#perfilData-body>#perfilData-data{width:100%;max-width:600px;display:flex;justify-content:space-evenly;align-items:center;margin-top:5px}#perfilData-body>#perfilData-data>img{width:65px;border-radius:50%;border:2px solid rgb(60,60,60)}#perfilData-body>#perfilData-data>#perfilData-p{display:flex;flex-direction:column;align-items:center;width:60%}#perfilData-body>#perfilData-data>#perfilData-p>#perfilData-header{display:flex;align-items:center;justify-content:space-around;margin-top:-10px;margin-bottom:5px;width:100%}#perfilData-body>#perfilData-data>#perfilData-p>#perfilData-header>#perfilData-user{font-size:1.6rem;font-weight:600;margin:0}#perfilData-body>#perfilData-data>#perfilData-p>#perfilData-header>#perfilData-inbox{font-size:1.6rem;cursor:pointer}#perfilData-body>#perfilData-data>#perfilData-p>p{margin:0}#perfilData-body>#perfilData-data>#perfilData-p>#perfilData-date{margin-bottom:5px}#perfilData-body>#perfilData-data>#perfilData-p>#perfilData-post{font-size:.75rem;width:100%;text-align:center}#modal-body{border:rgb(60,60,60) solid 2px;border-radius:15px;background-color:#8da089;padding:10px}#modal-body>#modal-header{display:flex;align-items:center;justify-content:space-around}#modal-body>#modal-header>#modal-header-img>img{width:75px;border-radius:50%}#modal-body>#modal-header>#modal-header-data>h3{margin:0;text-align:center;font-size:1.5rem;padding:0 10px}#modal-body>#modal-text{margin:5px 0;display:flex;flex-direction:column;align-items:center}#modal-body>#modal-text>#modal-textarea{border-radius:15px;padding:3px 10px;resize:none;border:0}#modal-body>#modal-buttons{display:flex;justify-content:space-evenly}#modal-body>#modal-buttons>button{border:0;border-radius:15px;padding:3px 10px;font-weight:600}#otherPost-body{padding-top:110px}#getPost-div{background-color:#8da089;border-radius:25px;margin:10px 0;padding:5px 15px;display:flex;flex-direction:column;align-items:center}#getPost-div>#getPost-date{font-size:1.1rem;font-weight:600;margin:5px 0;width:95%;text-align:center;border-bottom:solid 2px rgb(60,60,60);padding-bottom:3px}#getPost-div>#getPost-post{margin:5px 0;text-align:center;background-color:#e1e1e1;border-radius:25px;padding:5px 15px;width:90%;white-space:pre-wrap}#getPost-div>#getPost-img{border-radius:25px;width:100%;margin:5px;border:2px solid rgb(60,60,60)}#getPost-div>#getPost-buttons{width:100%;display:flex;justify-content:space-evenly;margin:5px 0}#getPost-div>#getPost-buttons .getPost-buttons-input{border-radius:25px;border:0;font-weight:600;padding:3px 15px;cursor:pointer}#perfil-body{margin-top:50px;display:flex;justify-content:center}#perfil-body>#perfil-responsive{max-width:800px;width:100%}#options-body{margin-top:50px}#options-body>#rotulo{text-align:center;color:#16291b}#userData-body{margin-bottom:-35px;display:flex;justify-content:center}#userData-body>#userData-responsive{max-width:500px;min-width:0;width:100%;display:flex;align-items:center;justify-content:space-evenly}#userData-body>#userData-responsive>#userData-img>img{height:75px;border:2px solid rgb(60,60,60);border-radius:50%}#userData-body>#userData-responsive>#userData-data>p{margin:10px 0}@media (max-width: 300px){#userData-body>#userData-responsive{flex-direction:column;align-items:center;justify-content:center}}#userModificar-body{border-top:2px solid green;margin-top:50px}#userModificar-body>#userModificar-rotulo{text-align:center;font-size:1.5rem;margin-bottom:5px}#userModificar-body>#userModificar-aviso{width:100%;text-align:center;color:#b40000}#userModificar-body>#userModificar-inputs{display:flex;flex-direction:column;align-items:center}#userModificar-body>#userModificar-inputs>input{margin:5px 0;border-radius:15px;padding:2px 8px;max-width:300px;min-width:0;width:95%;text-align:center}#userModificar-body>#userModificar-inputs>#userModificar-button{cursor:pointer;border:0;font-weight:600;width:10rem;border:2px solid rgb(60,60,60)}#userDelete-body{border-top:2px solid green;display:flex;justify-content:center;margin-top:15px}#userDelete-body>input{margin-top:25px;cursor:pointer;border:2px solid red;background-color:#f48585;border-radius:10px;padding:2px 5px}#userDelete-body>input:hover{color:#fff;background-color:red}#responseForm-body{background-color:#d3ebd3;border-bottom:solid 2px green;width:85%;display:flex;flex-direction:column;align-items:center;margin-top:-13px;margin-bottom:15px;padding:5px 0}#responseForm-body>h3{margin-top:0;margin-bottom:10px;letter-spacing:2px}#responseForm-body>textarea{border-radius:25px;padding:10px;border:0;resize:none}#responseForm-body>#responseForm-buttons{display:flex;flex-direction:column;align-items:center;margin:5px 0}#responseForm-body>#responseForm-buttons>input{width:fit-content;margin:0;border-radius:15px;padding:3px 15px;cursor:pointer;border:0;font-weight:600}#response-body{margin-top:55px;display:flex;flex-direction:column;align-items:center;width:100%}#response-postPrincipal{background-color:#8da089;border-radius:15px;display:flex;flex-direction:column;align-items:center;margin-top:-50px;width:100%;max-width:750px;min-width:0}#response-postPrincipal>#response-postPrincipal-header{display:flex;justify-content:space-evenly;width:95%;margin-top:5px;margin-bottom:-10px;border-bottom:1px solid rgb(44,43,43);padding-bottom:5px}#response-postPrincipal>#response-postPrincipal-header>#response-postPrincipal-header-img{width:fit-content;display:flex;justify-content:center}#response-postPrincipal>#response-postPrincipal-header>#response-postPrincipal-header-img>img{width:75px;border-radius:50%;border:solid 2px rgb(60,60,60)}#response-postPrincipal>#response-postPrincipal-header>#response-postPrincipal-header-userData{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;width:fit-content}#response-postPrincipal>#response-postPrincipal-header>#response-postPrincipal-header-userData>p{margin:0}#response-postPrincipal>#response-postPrincipal-header>#response-postPrincipal-header-userData>#userData-username{font-weight:750;font-size:1.25rem;letter-spacing:2px;cursor:pointer}#response-postPrincipal>#response-postPrincipal-header>#response-postPrincipal-header-userData>#userData-username:hover{letter-spacing:5px;font-style:italic}#response-postPrincipal>#response-postPrincipal-data{display:flex;flex-direction:column;align-items:center;margin-top:15px}#response-postPrincipal>#response-postPrincipal-data>#response-postPrincipal-post{background-color:#e1e1e1;border-radius:15px;padding:5px 15px;margin-bottom:10px;margin-top:2px;text-align:center;width:85%;white-space:pre-wrap}#response-postPrincipal>#response-postPrincipal-data>#response-postPrincipal-img{width:95%;border-radius:15px;margin-bottom:10px;border:solid 2px rgb(60,60,60)}#response-responses{display:flex;flex-direction:column;align-items:center;width:100%}#response-responses>#response-border{border-radius:0 25px;border-left:green 2px solid;border-bottom:green 2px solid;margin-top:5px;margin-right:-5px;padding:0 5px;width:100%;max-width:550px;min-width:0}#response-responses>#response-border>#getResponse-div{background-color:#8da089;border-radius:25px;padding:5px;margin:10px 0;display:flex;flex-direction:column;align-items:center}#response-responses>#response-border>#getResponse-div>p{text-align:center;margin:8px 0}#response-responses>#response-border>#getResponse-div>#getResponse-div-button{width:100%;display:flex;justify-content:center}#response-responses>#response-border>#getResponse-div>#getResponse-div-button>input{background-color:#f48585;color:#000;text-align:center;border:0;border-radius:15px;padding:2px 10px;cursor:pointer;letter-spacing:2px;margin-top:8px}#response-responses>#response-border>#getResponse-div>#getResponse-div-button>input:hover{background-color:red;color:#fff}#response-responses>#response-border>#getResponse-div>#getResponse-div-header{border-bottom:solid 1px rgb(60,60,60);display:flex;align-items:center;justify-content:space-evenly;width:95%;margin-bottom:5px;padding-bottom:4px}#response-responses>#response-border>#getResponse-div>#getResponse-div-header>#getResponse-div-userIMG{width:50px;border-radius:50%;border:2px solid rgb(60,60,60)}#response-responses>#response-border>#getResponse-div>#getResponse-div-header>#getResponse-div-header-data{display:flex;flex-direction:column;align-items:center;justify-content:center;width:300px}#response-responses>#response-border>#getResponse-div>#getResponse-div-header>#getResponse-div-header-data>p{margin:0}#response-responses>#response-border>#getResponse-div>#getResponse-div-header>#getResponse-div-header-data>#getResponse-div-username{letter-spacing:2px;font-size:1.25rem;font-weight:750;cursor:pointer}#response-responses>#response-border>#getResponse-div>#getResponse-div-header>#getResponse-div-header-data>#getResponse-div-username:hover{letter-spacing:5px;font-style:italic}#response-responses>#response-border>#getResponse-div>#getResponse-div-header>#getResponse-div-header-data>#getResponse-div-date{width:95%;padding-bottom:5px;text-align:center}#response-responses>#response-border>#getResponse-div>#getResponse-div-post{background-color:#e1e1e1;border-radius:15px;padding:5px;margin:0 5px;white-space:pre-wrap}#response-responses>#response-border>#getResponse-div>#getResponse-div-img{width:95%;border-radius:25px;margin-top:10px}#notification-readAll{text-align:center;margin-bottom:15px;border-bottom:solid 1px green}#notification-readAll>input{border-radius:15px;border:0;cursor:pointer;padding:3px 12px;font-weight:600;font-size:.85rem;letter-spacing:2px;margin-bottom:10px}#notification-response{margin-top:-10px;display:flex;flex-direction:column;align-items:center}#notification-response>#notification-div{background-color:#8da089;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:25px;padding:3px 10px;margin:5px 0;cursor:pointer;max-width:500px;min-width:0;width:95%}#notification-response>#notification-div>#notification-div-header{display:flex;justify-content:space-around;align-items:center;width:100%}#notification-response>#notification-div>#notification-div-header>p{margin:0}#notification-response>#notification-div>#notification-div-header>#notification-p-username{font-weight:600;letter-spacing:2px;font-size:1.25rem}#notification-response>#notification-div>#notification-p-post{background-color:#e1e1e1;border-radius:15px;padding:3px 10px;margin:5px 0;white-space:pre-wrap}#notification-response>#notification-div>#notification-img{border-radius:25px;width:100%;margin-top:-5px;margin-bottom:3px;border:2px solid rgb(60,60,60)}@media (max-width: 300px){#notification-response>#notification-div>#notification-div-header{flex-direction:column}}#notificationFollow-button{text-align:center;margin-bottom:15px;border-bottom:solid 1px green}#notificationFollow-button>input{border-radius:15px;border:0;cursor:pointer;padding:3px 12px;font-weight:600;font-size:.85rem;letter-spacing:2px;margin-bottom:10px}#notificationFollow-data{display:flex;justify-content:center;align-items:center}#notificationFollow-data>#notificationFollow-responsive{display:flex;flex-direction:column;align-items:center;width:100%;max-width:600px;min-width:0}#notificationFollow-data>#notificationFollow-responsive>#notiFollowMap-div{border:solid 2px rgb(60,60,60);background-color:#8da089;display:flex;flex-direction:column;align-items:center;border-radius:25px;margin:5px 0;max-width:250px;min-width:0;width:95%;cursor:pointer}#notificationFollow-data>#notificationFollow-responsive>#notiFollowMap-div>#notiFollowMap-date{text-align:center;margin:0;width:90%;border-bottom:solid 2px rgb(60,60,60)}#notificationFollow-data>#notificationFollow-responsive>#notiFollowMap-div>#notiFollowMap-data{display:flex;justify-content:space-around;align-items:center;margin:-2px 0;width:100%}#notificationFollow-data>#notificationFollow-responsive>#notiFollowMap-div>#notiFollowMap-data>#notiFollowMap-data-img{width:45px;border:solid 2px rgb(60,60,60);border-radius:50%}#notificationFollow-data>#notificationFollow-responsive>#notiFollowMap-div>#notiFollowMap-data>#notiFollowMap-data-username{font-size:1.15rem;font-weight:600}@media (min-width: 550px){#notificationFollow-responsive{display:grid;grid-template-columns:1fr 1fr;justify-items:center}}#notification-body{margin-top:45px;text-align:center;margin-bottom:10px}#notification-body #notification-buttons{display:flex;justify-content:space-evenly;margin-top:10px;margin-bottom:10px;border-bottom:solid 2px green;padding-bottom:5px}#notification-body #notification-buttons>input{cursor:pointer;border-radius:15px;padding:5px 15px;border:0;font-size:.9rem;font-weight:650}#notification-body #notification-buttons>#active{background-color:#2e2e2e;color:beige}#notification-body #notification-buttons>#notification{background-color:#f48585}#search-body{margin-top:60px}#search-body>#search-form{display:flex;flex-direction:column;align-items:center;border-bottom:solid green 2px}#search-body>#search-form>select{width:fit-content;padding:5px 10px;border-radius:10px;border:0;cursor:pointer;font-size:1rem;text-align:center;border:solid 2px rgb(60,60,60)}#search-body>#search-form>input{border:0;border-radius:15px;padding:5px 10px;width:100%;min-width:0;max-width:350px;text-align:center;margin:15px 0}#search-result{margin-top:10px;display:flex;flex-direction:column;align-items:center}#search-result>#userSearch-div{background-color:#8da089;border:2px solid rgb(60,60,60);display:flex;justify-content:space-evenly;align-items:center;border-radius:25px;max-width:260px;min-width:0;width:100%;margin:5px 0;cursor:pointer}#search-result>#userSearch-div>img{border-radius:50%;width:70px;margin:5px 0;border:2px solid rgb(60,60,60)}#search-result>#userSearch-div>p{background-color:#e1e1e1;border-radius:15px;padding:5px 15px;letter-spacing:2px;font-size:1.25rem}#search-result>#postSearch-div{background-color:#8da089;border-radius:25px;padding:5px;margin:5px;max-width:320px;min-width:0;width:100%;cursor:pointer;display:flex;flex-direction:column;align-items:center}#search-result>#postSearch-div>#postSearch-data{border-bottom:2px solid rgb(60,60,60);width:90%;text-align:center;padding-bottom:5px}#search-result>#postSearch-div>#postSearch-post{background-color:#e1e1e1;border-radius:15px;padding:5px 10px;text-align:center;width:90%}#search-result>#postSearch-div>#postSearch-img{border-radius:25px;width:95%;margin:5px 0;border:2px solid rgb(60,60,60)}#search-result>#postSearch-div>p{margin:5px 0}#search-result>#responseSearch-div{background-color:#8da089;border-radius:25px;margin:5px 0;padding:5px;cursor:pointer;display:flex;flex-direction:column;align-items:center;max-width:320px;min-width:0;width:100%}#search-result>#responseSearch-div>#responseSearch-date{border-bottom:2px solid rgb(60,60,60);width:90%;text-align:center;padding-bottom:5px}#search-result>#responseSearch-div>#responseSearch-post{background-color:#e1e1e1;border-radius:15px;padding:5px 10px;text-align:center;margin-bottom:0}#search-result>#responseSearch-div>#responseSearch-img{border-radius:25px;width:95%;border:2px solid rgb(60,60,60);margin:5px 0}#search-result>#responseSearch-div>p{margin:5px 0}#inbox-body{margin-top:50px;display:flex;flex-direction:column;align-items:center}#inbox-body>#inbox-header{text-align:center}#inbox-body>#inbox-chat-responsive{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:600px;width:100%}#inbox-body>#inbox-chat-responsive>#chat-div{border:solid rgb(60,60,60) 2px;border-radius:25px;padding:5px 20px;margin:5px 20px;display:flex;justify-content:space-around;align-items:center;cursor:pointer;width:100%;max-width:250px;min-width:0}#inbox-body>#inbox-chat-responsive>#chat-div>img{width:50px;border-radius:50%;border:solid 2px rgb(60,60,60)}#inbox-body>#inbox-chat-responsive>#chat-div>p{font-size:1.5rem;margin:0;font-weight:600}#inbox-body>#inbox-chat-responsive>.notRead{background-color:#f48585}#inbox-body>#inbox-chat-responsive>.read{background-color:#8da089}#inboxChat-header{display:flex;justify-content:space-evenly;align-items:center;padding-bottom:5px;border-bottom:solid 2px rgb(60,60,60);margin-top:-8px}#inboxChat-header>img{border-radius:50%;border:2px solid rgb(60,60,60);width:65px}#inboxChat-header>p{font-size:1.5rem;font-weight:600;cursor:pointer}#inboxChat-header>p:hover{letter-spacing:3px;font-style:italic}#inboxChat-body{margin-top:50px}#inboxChat-body>#inboxChat-input{border-bottom:solid 2px rgb(60,60,60);display:flex;flex-direction:column;align-items:center;justify-content:center;margin:5px 0}#inboxChat-body>#inboxChat-input>#inboxChat-textarea{resize:none;border-radius:25px;padding:5px 15px;border:0;min-width:0;max-width:350px;width:90%}#inboxChat-body>#inboxChat-input>input{margin:5px;border:2px solid rgb(60,60,60);border-radius:15px;padding:5px 15px;font-size:1.25rem;font-weight:600;cursor:pointer}#inboxChat-body>#inboxChat-input>input:hover{background-color:#35b635;color:#fff}#inboxChat-div{border:rgb(60,60,60) solid 2px;border-radius:25px;padding:5px 15px;margin:3px}#inboxChat-div>p{margin:3px;font-size:.8rem}#inboxChat-div>#inboxChat-text{margin-top:5px;padding-top:5px;border-top:solid 2px rgb(60,60,60);white-space:pre-wrap}#inboxChat-div>.start{text-align:justify;padding-right:75px}#inboxChat-div>.end{text-align:justify;padding-left:75px;align-items:end}.opposite{background-color:#86c879}.current{background-color:#9ced9c}#validate-body{margin-top:15px;display:flex;flex-direction:column;align-items:center}#validate-body>#validate-responsive{width:100%;max-width:600px;min-width:0}#validate-body>#validate-responsive>h3{text-align:center}#validate-body>#validate-responsive>#greeting{margin-left:15px}#validate-body>#validate-responsive>a{text-decoration:none;cursor:pointer;color:green}#validate-body>#validate-responsive>a:hover{color:#8da089;letter-spacing:2px}#validate-body>#validate-responsive>input{margin-left:15px;border-radius:15px;border:1px solid rgb(60,60,60);padding:3px 10px}#validate-header{display:flex;justify-content:space-evenly;border-bottom:solid 1px rgb(60,60,60)}#validate-header>img{width:50px;border-radius:50%}#userDel-data{margin-top:75px;display:flex;justify-content:center}#userDel-data>#userDel-data-text{width:100%;min-width:0;max-width:600px;text-align:center;display:flex;justify-content:space-evenly;align-items:center}#userDel-data>#userDel-data-text>img{width:25px;margin:0 10px}#userDel-data>#userDel-data-text>p{margin-right:10px}
