<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.profile {
  width: 100%;
  margin-top: 48px;
  padding: 0 20%;
  box-sizing: border-box;
  display: flex;
}
.profile .left-menu {
  width: 303px;
  height: 829px;
  background: #F9F9F9;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 30px 20px;
}
.profile .left-menu .menu-item {
  display: flex;
  align-items: center;
  background: rgba(1, 154, 83, 0.1);
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  color: #019A53;
  padding: 12px 0;
}
.profile .left-menu .menu-item .menu-icon {
  width: 18px;
  height: 17px;
  margin: 0 14px 0 19px;
}
.profile .right-user-info {
  margin-left: 40px;
  font-size: 16px;
  color: #333333;
}
.profile .right-user-info .page-title {
  font-weight: 700;
  font-size: 28px;
  color: #333333;
}
.profile .right-user-info p {
  margin-bottom: 24px;
}
.premium-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 190px;
  padding: 11px 0 11px 0;
  background: #019A53;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
}
.premium-btn .premium-icon {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.premium-btn p {
  margin: 0 !important;
  padding: 0;
}
.premium-btn-brown {
  background: #B25D25;
}
</pre></body></html>