#sideNav{width:fit-content;height:92.9vh;background:var(--Primary-002);display:flex;flex-direction:column;justify-content:flex-start;gap:28px}#sideNav .companyTitle{width:auto;height:15%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:1rem}#sideNav .companyTitle img{width:80px;height:fit-content}#sideNav .companyTitle h2{font-family:Jura;font-size:1.6rem;text-align:center;margin:0}#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 button.option{border:none;padding:0}#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:16px;font-style:normal;font-weight:800;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-002)}@media only screen and (max-width: 1024px){#sideNav{width:fit-content;height:92.9vh;background:var(--Primary-002);display:flex;flex-direction:column;justify-content:flex-start;gap:28px;position:fixed;left:0;z-index:100;transform:translate(-100%);transition:transform .3s ease-in-out}#sideNav.open{transform:translate(0)}#sideNav .companyTitle{width:auto;height:15%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:1rem}#sideNav .companyTitle img{width:80px;height:fit-content}#sideNav .companyTitle h2{font-family:Jura;font-size:1.6rem;text-align:center;margin:0}#sideNav .optionList{display:flex;flex-direction:column}#sideNav .optionList .option{width:22em;height:51px;background:var(--Primary-002);display:flex;justify-content:space-between;align-items:center}#sideNav .optionList button.option{width:100%;height:51px;background:var(--Primary-002);display:flex;justify-content:space-between;align-items:center;border:none;padding:0}#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:16px;font-style:normal;font-weight:800;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-002)}}
