.instruction-sidebar {
   min-width: 287px;
   max-width: 287px;
   position: sticky;
   top: 20px;
   background: #F1F3F8;
   border-radius: 8px;
   max-height: 80vh;
   overflow-y: auto;
}

.sidebar-title {
   font-weight: 400;
   font-size: 16px;
   line-height: 130%;
   letter-spacing: 0%;
   color: #637381;
   margin-bottom: 17px;
}

.sidebar-nav {
   width: 100%;
   display: flex;
   flex-direction: column;
   align-items: start;
   justify-content: start;
}

.sidebar-nav a:hover {
   background-color: #FFFFFF;
}

.sidebar-nav a {
   width: 100%;
   padding: 10px 16px;
   height: 38px;
   transition: color 0.3s;
   cursor: pointer;
   line-height: 120%;
   transition: color 0.3s;
   border-radius: 12px;

   text-decoration: none;
   color: #212B36;
   font-weight: 500;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}