.log-btn{display:flex;align-items:center;gap:10px;img{height:50px;width:50px}img,p{cursor:pointer}p{&:hover{color:var(--foreground1)}}}#createProjectInterface{display:flex;margin:10px 0;gap:5px}nav{display:flex;align-items:center;padding:10px;width:100%;height:80px;justify-content:space-between;background-color:var(--background1);#leftNav{display:flex!important;gap:30px;align-items:center;#logo{height:60px;width:60px;background-size:100%;background-image:var(--logo);cursor:pointer}.links{display:flex;align-items:center}}}#addRowDiv:after{top:50%;z-index:-1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}#addRowDiv,#addRowDiv:after{position:absolute;left:50%;translate:-50% -50%}#addRowDiv{top:30%;padding:10px 20px;background-color:var(--background);align-self:center;justify-self:center;box-shadow:0 4px 8px 0 #d3d3d3,0 6px 20px 0 #d3d3d3;&>div:first-child{width:100%;display:flex;justify-content:space-between;p{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:25px;&:nth-child(2):hover{cursor:pointer;color:red;font-weight:600}}}&>div:nth-child(2){display:flex;flex-direction:column;gap:10px;padding:10px;div{display:flex;gap:10px;align-items:center}}}#TableRightBar{position:relative;right:0;bottom:0;width:500px;height:calc(100svh - 75px);padding:10px;overflow-y:auto;margin:0;border-left:1px solid var(--foreground1);border-right:1px solid transparent;background-color:var(--background05);&.closed{bottom:calc((100svh - 75px) * -1 + 3em);right:0;border:1px solid var(--foreground1);width:150px;overflow:hidden;position:absolute;margin:0}#documentationDiv{&>h3{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;&:hover{color:var(--foreground1)}}#documentation{&>div{padding-top:30px;display:flex;flex-direction:column;gap:10px;pre{background-color:var(--background);padding:10px;border-radius:5px;font-size:15px}}}}}@media only screen and (max-width:1000px){#TableRightBar{display:none}}