:root {
    --primary: rgb(164,0,0);
    --primary-dark:rgb(164,0,0);
    --primary-70:  rgb(179, 111, 111);;
    --primary-50:  rgb(179, 111, 111);;
    --primary-30: rgb(179, 111, 111);;
    --primary-10:  rgb(179, 111, 111);;
    --logo:#fff;
    --sidebar-icon: rgb(45,45,54);
  }

  .bg-grad-sidebar {
    background: #110c0c;
    /* background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      rgb(45,45,54)
      rgb(59, 235, 150),
    );

    background-image: linear-gradient(
      0deg,
      rgb(45,45,54)
      rgb(59, 235, 150),
    ); */
  }

  .router-link-active {
    font-weight: 800!important;
    color: rgb(255 142 142);
}

.router-link-active span {
    color: rgb(255 142 142);
}

.h-header.px-6  {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.list-reset.mb-8 {
    overflow: auto;
    --a: 100vh;
    height: calc(var(--a) - 300px);

}

/* .list-reset::-webkit-scrollbar-thumb {
    background-color: red;
    outline: 1px solid red;
  } */
