#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center;box-sizing:border-box}main{min-width:1280px;min-height:80vh;display:grid;grid-template-columns:3fr 2fr 2fr;grid-template-rows:repeat(5,1fr);max-height:100vh}ul,li,p,h1,h2,h3,h4,h5,h6{margin:0}.sidebar{grid-row:1/-1;border:2px solid black}.header{grid-column:2/-1;background:linear-gradient(90deg,#214ea2,#bcf4ff);display:flex;align-items:center;justify-content:center;border:2px solid black}.main{grid-column:2/-1;grid-row:2/-2;background-color:#fff;color:#000;display:flex;justify-content:center;align-items:center;box-shadow:inset 0 0 10px #214ea2;border:2px solid black}.image-container{background-image:url(/assets/pexels-jmark-281962-D3_LLTAB.jpg);background-repeat:no-repeat;background-size:cover;width:100%;height:100%}.footer{grid-column:2/-1;grid-row:5/-1;display:flex;align-items:center;justify-content:space-around;background-color:#fff;box-shadow:inset 0 0 10px #214ea2;border:2px solid black;color:#000}.footer>div{display:flex;flex-direction:column;align-items:flex-start}li{list-style:none;text-align:left}.me{font-weight:700}.footer-link-container{padding:0}.footer-link{display:flex;align-items:center;gap:.5rem}._sidebarContainer_rlofl_1{display:flex;flex-direction:column;align-items:center;background-color:#fff;width:100%;height:100%;box-shadow:inset 0 0 10px #214ea2;color:#000}._cardContainer_rlofl_13{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;width:90%;max-height:80vh}._header_rlofl_23{padding:1rem;display:flex;font-size:1.3rem;justify-content:space-around;list-style:none;width:100%}._selected_rlofl_32{text-decoration:underline}._searchBarContainer_rlofl_36{display:flex;width:80%}._chatContainer_rlofl_41{display:flex;flex-direction:column;align-items:center;width:80%}._headerSelection_rlofl_48{display:flex;align-items:center;color:#000}._cardBody_qskao_1{color:#000;border:1px solid black;border-radius:20px;padding:1rem}._from_qskao_8{font-weight:700;text-align:left;padding:.8rem}._time_qskao_14{padding:.8rem;font-size:.8rem;font-style:italic;text-align:end}._title_1pn2r_1{font-style:italic}._header_1pn2r_5{display:flex;flex-direction:column;gap:1rem;width:100%}._navlist_1pn2r_12{display:flex;justify-content:space-around;list-style:none;background-color:#00000073;padding:.5rem}._navItem_1pn2r_21{color:#fff;font-size:1.3rem;display:flex;align-items:center;gap:.5rem}._navItem_1pn2r_21:visited{color:#fff}._headerIcon_1pn2r_33{filter:invert(100%)}._messageBody_lvll6_1{background-color:#fff;color:#000;font-size:1.3rem;width:100%;height:80%;border-radius:5px;padding:1rem;resize:none}._formContainer_lvll6_12{height:80%;width:80%}._form_lvll6_12{width:100%;height:100%;display:flex;flex-direction:column;gap:1rem;align-items:center}._result_lvll6_26{color:green;font-weight:700;margin-top:.5rem}._fail_lvll6_32{color:red;font-weight:700;margin-top:.5rem}._profileContainer_2msgt_1{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;width:80%;height:80%}._profile_2msgt_1{display:flex;flex-direction:column;justify-content:flex-start;text-align:left;gap:1rem;font-size:1.5rem}._label_2msgt_19{font-size:1.2rem}._data_2msgt_23{padding-left:1rem}._textarea_axz9o_1{background-color:#fff;color:#000;font-size:1rem;border-radius:5px;padding:.8rem;resize:none;width:100%;height:100%}._formContainer_axz9o_13{height:80%;width:80%}._form_axz9o_13{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;height:100%;gap:1rem}._formElement_axz9o_27,._aboutElement_axz9o_27{display:flex;flex-direction:column;align-items:flex-start;width:100%}._formElement_axz9o_27{flex:1}._aboutElement_axz9o_27{flex:2}input{width:100%}._form_mjn7t_1{display:flex;flex-direction:column;align-items:center;gap:1rem}._formcontainer_mjn7t_8{display:flex;gap:2rem}._formsection_mjn7t_13{display:flex;flex-direction:column;gap:1rem}._formElement_mjn7t_19{display:flex;flex-direction:column;align-items:flex-start}input{background-color:#fff;font-size:1.2rem;padding:.5rem;border-radius:5px;color:#000;border:1px solid gray}a:hover{cursor:pointer}._errMsg_mjn7t_38{color:red;font-weight:700}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{background-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
