
@media screen and (max-width: 968px) {
  .md-sidebar--primary .md-sidebar__inner {
    background-color: #0d47ff;
  }

  .md-sidebar--primary .md-sidebar__title {
    background-color: #0d47ff;
    color: #ffffff;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

  .md-sidebar--primary .md-sidebar__title img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .md-sidebar--primary .md-sidebar__title .md-sidebar__title-text {
    font-weight: 600;
    font-size: 1rem;
  }
}