@import"https://fonts.googleapis.com/css2?family=Jura:wght@300..700&display=swap";:root{--Primary-001: #26222e;--Primary-002: #080312;--Primary-003: #27252c;--Secondary-001: #d9d9d9;--neon-green: --Low-Priority: rgb(211, 179, 76);--Normal-Priority: rgb(39, 121, 59);--High-Priority: rgb(188, 29, 29);--Highest-Priority: rgb(111, 29, 188);--Basic-Plan: #6ecbf5;--Advanced-Plan: #c152e2;--Pro-Plan: #2a2455}body{margin:0;padding:0;height:100%}.body{margin-left:44px;margin-top:20px;margin-right:44px;width:80%;display:flex;flex-direction:column}.bodyPadding{padding:32px}a{text-decoration:none}li{list-style-type:none}button{background:transparent;border:none;cursor:pointer}main{display:flex;flex-direction:row}h1{color:#080312;-webkit-text-stroke-width:1;-webkit-text-stroke-color:#080312;font-family:Jura;font-size:48px;font-style:normal;font-weight:600;line-height:normal;margin:0%}h3{color:#080312;-webkit-text-stroke-width:1;-webkit-text-stroke-color:#080312;font-family:Jura;margin:0%}p,h2,h4{color:#080312;-webkit-text-stroke-width:1;-webkit-text-stroke-color:#080312;font-family:Jura}.row{display:flex;flex-direction:row}.col{display:flex;flex-direction:column}#topnav{width:100%;height:7vh;background:var(--Primary-001);display:flex;align-items:center;justify-content:space-between}#topnav .leftSide{float:left;display:flex;align-items:center;margin-left:24px;gap:10px}#topnav .leftSide p{-webkit-text-stroke-color:#a856d7;font-family:Jura;font-size:36px;font-style:normal;font-weight:400;line-height:normal;background:linear-gradient(90deg,#a856d7 0%,#80d1fd 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}#topnav .rightSide{display:flex;align-items:center;margin-right:24px;gap:10px;float:right}#topnav .rightSide p{color:var(--Secondary-001);-webkit-text-stroke-color:var(--Secondary-001);font-family:Jura;font-size:24px;font-style:normal;font-weight:400;line-height:normal}#sideNav{width:fit-content;height:92.9vh;background:var(--Primary-002);overflow:none;display:flex;flex-direction:column;justify-content:flex-start;gap:28px}#sideNav .btnGroup{display:flex;flex-direction:column;gap:14px;margin-top:24px;align-items:center}#sideNav .btnGroup .btnSub{display:flex;flex-direction:row;gap:14px}#sideNav .btnGroup .btnSub .btn{width:100px;height:90px;background:none;border-radius:8px;border-color:var(--Primary-001);border-style:solid;box-shadow:0 4px 4px #00000040;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:9px}#sideNav .btnGroup .btnSub .btn-active{width:100px;height:90px;border-radius:8px;background:var(--Primary-001);box-shadow:0 4px 4px #00000040;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:9px}#sideNav .btnGroup .btnSub .btn:hover{background:var(--Primary-003);cursor:pointer}#sideNav .btnGroup .btnSub .btn p{color:var(--Secondary-001);-webkit-text-stroke-width:.5;-webkit-text-stroke-color:var(--Secondary-001);font-family:Jura;font-size:14px;font-style:normal;font-weight:400;line-height:normal}#sideNav .btnGroup .btnSub .btn img{width:auto;height:45px}#sideNav .optionList{display:flex;flex-direction:column}#sideNav .optionList .option{width:260px;height:51px;background:var(--Primary-002);display:flex;justify-content:space-between;align-items:center}#sideNav .optionList .option-active{width:260px;height:51px;background:var(--Primary-001);display:flex;justify-content:space-between;align-items:center}#sideNav .optionList .option:hover{background:var(--Primary-003);cursor:pointer}#sideNav .optionList .option .left{display:flex;align-items:center;gap:11px;margin-left:24px}#sideNav .optionList .option .left P{color:var(--Secondary-001);font-family:Jura;font-size:15px;font-style:normal;font-weight:400;line-height:normal}#sideNav .optionList .option .left img{width:15.18px;height:15px}#sideNav .optionList .option .right{float:right;margin-right:18px}#sideNav .optionList .option .right img{width:7.5px;height:15px;stroke-width:3px;stroke:var(--Secondary-001);float:right;background:var(--Primary-001)}.loginContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;height:90vh;margin-top:0}.loginTitle{display:block;margin-bottom:1.5em}.loginPass{color:#080312;-webkit-text-stroke-width:1;-webkit-text-stroke-color:#080312;font-family:Jura;font-size:24px;font-style:normal;font-weight:600;line-height:normal;margin:0%}.loginPassContainer{margin-bottom:1rem}.loginBTN{background-color:#9a9a9a;font-size:24px;height:40px;width:150px;display:block;margin:1rem auto 0}
