.active .activated {
  background-color: var(--primary-500) !important;
  background-size: 10px;
  position: fixed;
  left: 5px;
  width: 0.7vh;
  height: 2.5vh;
  border-radius: 0px 5px 5px 0px;
}

.linear::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8%;
  height: 100%;
  z-index: 9999999;
  background: transparent linear-gradient(270deg, #000000 0%, #00000000 100%) 0%
    0% no-repeat padding-box;
}

.linear-small::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8%;
  height: 100%;
  z-index: 9999999;
  background: transparent
    linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat
    padding-box;
  top: 0;
}
