.mmenu {
  font-size: 14px;
  --mm-color-icon: rgba(203.7559055118, 170.3976377953, 25.2440944882, 0.5);
  font-weight: 500;
}
.mmenu .mm-listitem:after {
  inset-inline-end: 20px;
}
.mmenu .mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 0px;
  background: transparent;
}
.mmenu .mm-listitem--vertical > .mm-panel {
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05);
  padding: 10px 0;
}

.mm-menu--theme-white .mm-listitem:after {
  border-color: rgba(0, 0, 0, 0.05);
}

.mm-menu--theme-dark .mm-listitem:after {
  border-color: rgba(0, 0, 0, 0.2);
}

.mmenu .mm-panels .mm-navbar {
  display: none;
}
.mmenu .mm-listitem:after {
  border-bottom-width: 0;
}
.mmenu .Label {
  color: #714e0e;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 20px;
}
.mmenu .Label:first-of-type {
  margin-top: 0;
}
.mmenu .Label .mm-listitem__text {
  padding: 10px 20px;
}
.mmenu .Label:after {
  border-bottom-width: 1px;
  inset-inline-start: 0px;
  inset-inline-end: 0px;
}

/* member Infomation */
.mmenu .memberInfo {
  padding: 15px 20px;
  background: rgba(113, 78, 14, 0.05);
}
.mmenu .memberInfo .title {
  color: #714e0e;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.mmenu .memberInfo p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  font-weight: 700;
  margin-bottom: 5px;
}
.mmenu .memberInfo p span {
  min-width: 70px;
  color: #868e96;
  font-weight: 500;
  padding-right: 10px;
}