.sidebar{width:300px;background-color:#fff;display:flex;flex-direction:column;gap:30px;padding:100px 30px;height:100vh;overflow-y:scroll;position:fixed;z-index:1}.sidebar a{font-size:18px;font-weight:400;text-decoration:none;color:#000}.sidebar .history{margin-top:20px;padding-left:30px}.sidebar .history,.survey{display:flex;flex-direction:column;gap:20px}.survey{background-color:#fff9f1;width:100%;padding:80px 20px;margin-left:300px;min-height:100vh}@media screen and (max-width:768px){.survey{margin-left:0!important}}