.sidebar-dictionary .nav-link {
    border: 1px solid #000;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}
.headingwrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.headingwrapper::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #b9b9b9; /* border color */
  margin-left: 10px;
}

.headingborderhalf {
  background: linear-gradient(270deg, #0D2156 0%, #1C48BC 100%);
}

.sidebar-dictionary .nav-link.active {
    background: linear-gradient(270deg, #0D2156 0%, #1C48BC 100%);
    color: #fff;
    border: 1px solid #0D2156;
}
