.card {
  border: none;
  margin-bottom: 0.6rem;
}

.card:first-child {
  border-radius: 0 0 0.9rem 0.9rem;
}

.card .list-group-flush>.list-group-item {
  border-bottom: 1px solid #eee;
  padding: 0.8rem 1rem;
}

.card .list-group-flush>.list-group-item>a,
.card .list-group-flush>.list-group-item button {
  color: #414655;
  text-decoration: none;
  display: block;
}

.card .list-group-flush>.list-group-item>a::after,
.card .list-group-flush>.list-group-item button::after {
  content: "";
  width: 6px;
  height: 11px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAcBAMAAACaHyIpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAElBMVEUAAADOztnMz9nN0NnLz9nLztlnj2xCAAAABnRSTlMASVBX4/627XUKAAAAN0lEQVR42mMQcWKAANdQAxgjGMJQDYUKMYfChEypIRQEEwqBM+BScMUw7WQJIByP8A7CgzAvAwDzMRpLjDze/wAAAABJRU5ErkJggg==);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
}

.card .list-group-flush>.list-group-item>a img,
.card .list-group-flush>.list-group-item button img {
  width: 1.5rem;
  margin-right: 0.45rem;
}

.card .list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0;
}

.nav-member {
  flex-wrap: nowrap;
}

.nav-member .nav-item {
  flex: 1;
}

.nav-member .nav-item .nav-link {
  text-align: center;
  color: #414655;
}

.nav-member .nav-item .nav-link img {
  width: 2.35rem;
}

.nav-member .nav-item .nav-link span {
  display: block;
  font-size: 0.8rem;
}

.nav-vip {
  box-shadow: 0 0 0.52rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.6rem;
  margin-bottom: 0.5rem;
}

.nav-vip .nav-item {
  flex: 1;
}

.nav-vip .nav-item .nav-link {
  display: flex;
  align-items: center;
  position: relative;
}

.nav-vip .nav-item .nav-link img {
  width: 4rem;
}

.nav-vip .nav-item .nav-link span {
  color: #414655;
}

.nav-vip .nav-item .nav-link small {
  font-size: 0.5rem;
  text-transform: uppercase;
  color: #686a6e;
}

.nav-vip .nav-item:last-child .nav-link::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0.2rem;
  left: 0;
  box-shadow: inset 0.5px 0 0 0 #eee;
}

.nav-profile {
  margin-bottom: 1.6rem;
}

.nav-profile .group-profile {
  display: flex;
  justify-content: space-between;
  color: #414655;
  font-weight: 700;
  text-decoration: none;
  align-items: center;
}

.nav-profile .group-profile img {
  width: 4.58rem;
  margin-right: 0.8rem;
}

.ic-arrow-right {
  display: flex;
  padding: 0.2rem 0.28rem;
  width: 6px;
  height: 11px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAcBAMAAACaHyIpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAElBMVEUAAADOztnMz9nN0NnLz9nLztlnj2xCAAAABnRSTlMASVBX4/627XUKAAAAN0lEQVR42mMQcWKAANdQAxgjGMJQDYUKMYfChEypIRQEEwqBM+BScMUw7WQJIByP8A7CgzAvAwDzMRpLjDze/wAAAABJRU5ErkJggg==);
  background-size: contain;
  background-repeat: no-repeat;
}

.card-body .right_box {
  position: absolute;
  top: 40px;
  float: right;
  right: 25px;
  gap: 1.5rem !important;
}

.card-body .center-head-msg {
  position: relative;
  width: 40px;
}

.card-body .center-head-msg span {
  white-space: nowrap;
}

.card-body .center-head-msg .msg_count {
  position: absolute;
  top: -16px;
  right: -5px;
  color: #fff;
  background: red;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  text-align: center;
  line-height: 1.1rem;
}

.card-body .center-head-msg i {
  font-size: 2rem;
  color: black;
}

.right_box .fa-envelope::before {
  background: url(../../images/vnz66/icon/icon_msg.png);
  content: "";
  display: inline-block;
  width: 32px;
  height: 24px;
}
.wrap_card_center{
  margin-bottom: 5rem;
  overflow: auto; 
}