html,body,#root{height:100%;width:100%;margin:0}.logoImage{height:7em}.authContainer{width:100%;height:100vh;display:flex;justify-content:space-around;align-items:center;flex-direction:column;background:linear-gradient(180deg,#269292 28.52%,#040525)}.InputContainer{height:30%;width:100%;display:flex;justify-content:center}.authForm{height:70%;display:flex;flex-direction:column;justify-content:space-around;width:20%}.authInput{background:#d9d9d9;opacity:.45;border-radius:23px;width:100%;height:35%;min-height:40px;max-height:60px}.submit{width:100%;background:#2022b7;border-radius:30px;height:40%;min-height:50px;max-height:70px;color:#fff}.submitButton{width:326px;height:49px;background:#28253e;border-radius:23px;color:#fff}@media (max-width: 768px){.authForm{width:90%}.authInput{height:30%;margin-left:30px;min-height:35px;max-height:55px;width:50%;padding-left:20px}.submit{height:35%;margin-left:30px;min-height:45px;max-height:65px;width:50%}}@media (max-width: 480px){.authForm{width:80%}.authInput{height:25%;min-height:30px;max-height:50px;width:80%}.submit{height:30%;min-height:40px;max-height:60px;width:80%}}html,body{width:100%;height:100%;margin:0;padding:0}.profile{font-family:Arial,sans-serif;place-items:center;background:#130f1d}.profilecontainer{display:grid;place-items:center;height:10vh}@media (max-width: 37.5rem){.top-bar{flex-direction:column;align-items:flex-start}.profilelogo{margin-top:.3125rem}.profile-pic{width:5rem;height:5rem}.username{font-size:1rem}}.topBar{display:flex;justify-content:center;align-items:center;width:100%;background-color:#333}.topBarImage{height:50%;margin-right:10px}.topBarHamburger{height:30%;margin-left:10px}.menu-button{background:transparent;border:none;font-size:1rem;cursor:pointer}.logo{font-size:2rem;font-weight:700}.tags-section{margin-top:1rem;border-radius:15px;background:#ffffff3d;width:70vw}.tags-title{flex-shrink:0;text-align:center;border-radius:17px;padding:5px 25px;width:50px;margin:10px auto;color:#fff;background-color:gray}.tags-list{display:flex;gap:.5rem;flex-wrap:wrap;padding:1rem}.tag{color:#fff;background-color:#333;padding:5px 10px;border-radius:.5rem;display:flex;align-items:center}.tag button{color:#fff;border:none;background-color:transparent;padding:5px;font-family:var(--sds-typography-body-font-family)}.add-tag{margin-top:.5rem;display:flex;justify-content:center;position:relative;margin-bottom:1rem}.add-tag input{padding:5px;border-radius:10px;border:1px solid gray;width:70%;margin:0 auto;box-sizing:border-box;position:relative}.add-tag button{width:40px;border-bottom-right-radius:10px;border-top-right-radius:10px;border:1px solid gray;padding:5px;position:absolute;right:15%;top:50%;transform:translateY(-50%)}.profile-section{display:flex;flex-direction:column;align-items:center;margin-top:2rem}.profile-picture{width:20vw;height:20vw;border-radius:50%;background-color:#e0e0e0}.username{margin-top:1rem;color:var(--Schemes-On-Error, #FFF);font-family:Inknut Antiqua;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.navbarContainer{display:flex;justify-content:space-between;align-items:center;background:#130f1d;color:#fff;flex-direction:row;height:15%;padding:0;margin:0}ul{display:flex;flex-direction:row;list-style:none;justify-content:space-between;width:100%;margin:0;padding:0;height:90%}.navbarList{width:100%;height:100%;display:flex;align-items:center;flex-direction:row;justify-content:space-between}.dashboardContainer{display:flex;align-items:center;height:calc(100vh - 15%);background:#130f1d;flex-direction:column}.boardIdle{max-width:100%;height:auto;width:25%;margin:20px 0;transition:width .3s ease}.searchingButton{padding:10px 20px;background-color:#4caf50;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:16px;transition:background-color .3s ease,transform .3s ease}.dashboardButton:hover{background-color:#45a049;transform:scale(1.05)}@media (max-width: 768px){.dashboardImage{width:60%}.dashboardButton{width:80%;font-size:14px}}@media (max-width: 480px){.dashboardImage{width:80%}.dashboardButton{width:90%;font-size:12px}}
