@charset "UTF-8";

  .div29 {
    position: absolute;
    height: 100%;
    width: 2rem;
  }
  .div28 {
    display: flex;
    align-items: center; /* Align download icon vertically */
    justify-content: center; /* Center the download icon horizontally */
    width: 60px; /* Fixed width for the download icon container */
    height: 1.25rem;
}
  .a12 {
    border-radius: var(--br-7xs);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    gap: 15px;
    color: #000;
    cursor: pointer;
    position: relative;
    width: 100%;
    font-size: 13px;
}
.a12.selected {
  background: #f4f6f9 !important;
  border-left: 4px solid #a7adb3 !important;
  transition: background 0.15s;
  border-radius: 5px;
}

  .div35 {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, #202123, rgba(32, 33, 35, 0));
    width: 2rem;
  }