.home-top-head {
  background-image: url("/assets/images/bg-pattern.svg");
  background-position: bottom center;
  background-size: cover;
  height: 190px;
}

.profile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile-top .img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.profile-top .img img {
  width: 100%;
}
.profile-top .name {
  color: var(--text-neutral-100);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.button-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: var(--black);
  font-size: 13px;
  height: 56.5px;
  border-bottom: 1px solid var(--gray);
}
.button-link .bxs-chevron-right {
  color: var(--secondary);
  font-size: 17px;
}

.app-version {
  color: var(--secondary);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}