.vv_sidebar_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1rem;
}

.vv_sidebar_top {
  /* height: 15%; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.vv_hamburger {
  cursor: pointer;
  height: 3rem !important;
  width: 3rem !important;
  border-radius: 50%;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vv_hamburger img {
  height: 2.5rem !important;
}

.vv_sidebar_merchantId_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vv_sidebar_merchantId_wrapper > p {
  color: #f1f1f1;
  font-size: 0.875rem;
  font-weight: 400;
}

.vv_sidebar_middle {
  height: 70%;
  border-bottom: 0.5px solid #f1f1f1;
}

.vv_sidebar_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #f1f1f1;
  padding: 0.5rem 1rem;
  margin: 1rem 0;
  font-weight: 500;
  font-size: var(--P-REGULAR);
  transition: all 0.3s ease;
}

.vv_sidebar_link .bx {
  font-size: var(--P-REGULAR);
  color: #f1f1f1;
  transition: all 0.3s ease;
}

.vv_sidebar_link:hover .bx {
  color: #00337c;
}

.vv_sidebar_active_link,
.vv_sidebar_link:hover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer !important;
  border-radius: 0.5rem;
  margin: 1rem 0;
  background-color: #f1f1f1;
  color: #00337c;
  padding: 0.5rem 1rem;
  font-weight: 500;
  font-size: var(--P-REGULAR);
  transition: all 0.3s ease;
}

.vv_sidebar_active_link .bx {
  font-size: var(--P-REGULAR);
  color: #00337c;
}

.vv_sidebar_bottom {
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.vv_sidebar_bottom a {
  margin-left: 0.8rem;
  text-decoration: none !important;
}

.vv_sidebar_bottom .bx,
.vv_sidebar_bottom a {
  cursor: pointer;
  font-size: var(--P-REGULAR);
  color: #f1f1f1;
  transition: all 0.3s ease;
}

.vv_sidebar_bottom .bx:hover,
.vv_sidebar_bottom a:hover {
  color: #f1f1f1;
}

@media screen and (max-width: 768px) {
  .vv_mobile_sidebar_wrapper {
    height: 90%;
    margin: 1rem 0;
    padding: 0 1rem;
  }

  .vv_mobile_sidebar_top {
    height: 25%;
    border-bottom: 0.5px solid #f1f1f1;
  }

  .vv_mobile_sidebar_top h3 {
    font-weight: var(--BOLD);
    font-size: var(--P-REGULAR);
  }

  .vv_mobile_sidebar_top p {
    font-weight: var(--BOLD) !important;
    font-size: var(--P-MEDIUM) !important;
  }

  .vv_mobile_sidebar_top h3,
  .vv_mobile_sidebar_top p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f1f1f1;
  }

  .vv_mobile_sidebar_middle {
    height: 60%;
    border-bottom: 0.5px solid #f1f1f1;
  }

  .vv_mobile_sidebar_link {
    color: #f1f1f1;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
    font-weight: 500;
    font-size: var(--P-REGULAR);
    transition: all 0.3s ease;
  }

  .vv_mobile_sidebar_link .bx {
    font-size: var(--P-REGULAR);
    color: #f1f1f1;
    transition: all 0.3s ease;
  }

  .vv_mobile_sidebar_link:hover .bx {
    color: #00337c;
  }

  .vv_mobile_sidebar_active_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .vv_mobile_sidebar_active_link,
  .vv_mobile_sidebar_link:hover {
    cursor: pointer !important;
    border-radius: 0.5rem;
    margin: 1rem 0;
    background-color: #f1f1f1;
    color: #00337c;
    padding: 1rem;
    font-weight: 500;
    font-size: var(--P-REGULAR);
    transition: all 0.3s ease;
  }

  .vv_mobile_sidebar_active_link .bx {
    font-size: var(--P-REGULAR);
    color: #00337c;
  }

  .vv_mobile_sidebar_bottom {
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .vv_mobile_sidebar_bottom a {
    margin-left: 0.8rem;
    text-decoration: none !important;
  }

  .vv_mobile_sidebar_bottom .bx,
  .vv_mobile_sidebar_bottom a {
    cursor: pointer;
    font-size: var(--P-REGULAR);
    color: #f1f1f1;
    transition: all 0.3s ease;
  }

  .vv_mobile_sidebar_bottom .bx:hover,
  .vv_mobile_sidebar_bottom a:hover {
    color: #f1f1f1;
  }
}
