h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
body.member-layout {
  height: 100vh;
  overflow: hidden;
  padding-top: 0;
  background: #eef4f2;
}
body.member-layout .navbar.navbar-fixed-top {
  display: none;
}
body.auth-layout {
  min-height: 100vh;
  padding-top: 0;
  overflow: hidden;
  background: #fff;
}
body.auth-layout .navbar.navbar-fixed-top {
  display: none;
}
body.auth-layout main.content {
  min-height: calc(100vh - 48px);
  padding: 0;
}
body.auth-layout #content-container.auth-page {
  width: 100%;
  max-width: none;
  min-height: calc(100vh - 48px);
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
body.auth-layout .auth-shell {
  width: 100%;
  min-height: calc(100vh - 48px);
  display: flex;
  align-items: stretch;
  gap: 0;
}
body.auth-layout .auth-visual {
  position: relative;
  width: 55%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #0a5c3a;
}
body.auth-layout .auth-visual:before {
  display: none;
}
body.auth-layout .auth-particle-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
body.auth-layout .auth-decor-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
body.auth-layout .auth-decor-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  animation: authDecorFloatA 18s ease-in-out infinite alternate;
}
body.auth-layout .auth-decor-hex {
  position: absolute;
  left: 8%;
  bottom: 15%;
  width: 80px;
  height: 80px;
  animation: authDecorFloatB 14s ease-in-out infinite alternate;
}
body.auth-layout .auth-decor-diamond {
  position: absolute;
  top: 28px;
  left: 12px;
  width: 118px;
  height: 118px;
  animation: authDecorFloatB 15s ease-in-out infinite alternate;
}
body.auth-layout .auth-decor-circle {
  position: absolute;
  right: 9%;
  bottom: 14%;
  width: 120px;
  height: 120px;
  animation: authDecorFloatA 18s ease-in-out infinite alternate;
}
body.auth-layout .auth-decor-svg polyline,
body.auth-layout .auth-decor-svg polygon,
body.auth-layout .auth-decor-svg rect,
body.auth-layout .auth-decor-svg line,
body.auth-layout .auth-decor-svg .auth-decor-ring {
  fill: none;
  vector-effect: non-scaling-stroke;
}
body.auth-layout .auth-decor-svg circle {
  vector-effect: non-scaling-stroke;
}
body.auth-layout .auth-decor-svg .auth-decor-ring {
  fill: none;
  stroke: rgba(255, 255, 255, 0.15);
  stroke-width: 1.5;
}
body.auth-layout .auth-decor-hex polygon {
  vector-effect: non-scaling-stroke;
}
body.auth-layout .auth-sweep-wrap {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}
body.auth-layout .auth-sweep-light {
  position: absolute;
  top: -20%;
  left: -60px;
  width: 60px;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
  transform: rotate(-20deg);
  animation: authSweepLight 10s ease-in-out infinite;
  animation-delay: 4s;
}
body.auth-layout .auth-emblem {
  position: relative;
  z-index: 10;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.auth-layout .auth-emblem-breath {
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 122, 16, 0.18) 0%, rgba(240, 122, 16, 0.06) 50%, transparent 70%);
  animation: authHaloBreath 3.5s ease-in-out infinite;
  pointer-events: none;
}
body.auth-layout .auth-emblem-ring {
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  border: 1.5px solid transparent;
  border-top-color: rgba(240, 122, 16, 0.55);
  border-right-color: rgba(240, 122, 16, 0.2);
  animation: sidenavRotateCW 16s linear infinite;
  pointer-events: none;
}
body.auth-layout .auth-emblem-ring-inner {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.35);
  border-left-color: rgba(255, 255, 255, 0.12);
  animation: sidenavRotateCCW 10s linear infinite;
  pointer-events: none;
}
body.auth-layout .auth-emblem svg {
  position: relative;
  z-index: 1;
  width: 96px;
  height: 96px;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.16));
}
body.auth-layout .auth-brand-name {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 6px;
  white-space: nowrap;
}
body.auth-layout .auth-brand-slogan {
  position: relative;
  z-index: 10;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  letter-spacing: 2px;
}
body.auth-layout .auth-card {
  width: 45%;
  min-width: 0;
  margin: 0;
  padding: 40px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
  background: #fff;
  border-radius: 0;
  color: #1a1a1a;
  box-shadow: none;
}
body.auth-layout .login-section .logon-tab {
  display: flex;
  gap: 10px;
  width: 380px;
  max-width: 100%;
  margin: 0 auto 34px;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 600;
}
body.auth-layout .login-section .logon-tab > a {
  float: none;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 32px;
  padding: 0 14px;
  margin: 0;
  border-radius: 16px;
  color: #0a5c3a;
  background: #f5f7fa;
  font-size: 14px;
  text-decoration: none;
}
body.auth-layout .login-section .logon-tab > a:hover,
body.auth-layout .login-section .logon-tab > a.active {
  color: #fff;
  background: #0a5c3a;
}
body.auth-layout .login-section .login-main {
  width: 380px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
body.auth-layout .form-group {
  margin-bottom: 20px;
}
body.auth-layout .control-label {
  margin-bottom: 8px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
}
body.auth-layout .form-control {
  height: 44px;
  padding: 10px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #1a1a1a;
  background: #fff;
  box-shadow: none;
}
body.auth-layout .form-control:focus {
  border-color: #f07a10;
  box-shadow: none;
}
body.auth-layout .auth-input-wrap,
body.auth-layout .auth-captcha-group {
  position: relative;
}
body.auth-layout .auth-input-icon {
  position: absolute;
  left: 15px;
  top: 22px;
  z-index: 4;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9aa4b2;
  font-size: 15px;
  line-height: 1;
  pointer-events: none;
}
body.auth-layout .auth-input-wrap .auth-input-icon {
  top: 50%;
  transform: translateY(-50%);
}
body.auth-layout .auth-input-wrap .form-control,
body.auth-layout .auth-captcha-group > .form-control {
  padding-left: 42px;
}
body.auth-layout .auth-captcha-group {
  display: flex;
  width: 100%;
  align-items: stretch;
}
body.auth-layout .auth-captcha-group .form-control {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  border-radius: 7px 0 0 7px;
}
body.auth-layout .auth-captcha-group .input-group-btn {
  flex: 0 0 140px;
  width: 140px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent;
  white-space: normal;
}
body.auth-layout .auth-captcha-group img,
body.auth-layout .auth-captcha-group .btn-captcha {
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 0 7px 7px 0;
}
body.auth-layout .auth-captcha-group img {
  object-fit: contain;
  background: #fff;
}
body.auth-layout .auth-captcha-group .btn-captcha {
  padding: 0 8px;
  line-height: 44px;
}
body.auth-layout .checkbox {
  margin: 0;
  color: #555;
}
body.auth-layout .checkbox input[type="checkbox"] {
  margin-top: 3px;
  accent-color: #0a5c3a;
}
body.auth-layout .btn-forgot,
body.auth-layout .form-group a {
  color: #0a5c3a;
  text-decoration: none;
}
body.auth-layout .btn-primary {
  height: 48px;
  margin-top: 20px;
  border: 0;
  border-radius: 4px;
  background: #0a5c3a;
  color: #fff;
  font-size: 16px;
  box-shadow: none;
}
body.auth-layout .btn-primary:hover,
body.auth-layout .btn-primary:focus {
  background: #0d7048;
  color: #fff;
}
body.auth-layout .btn-default.no-border {
  height: auto;
  margin-top: 10px !important;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0a5c3a;
  font-size: 13px;
  box-shadow: none;
}
body.auth-layout .help-block {
  margin: 4px 0 0;
  color: #888;
}
body.auth-layout .footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #111;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
}
body.auth-layout .footer .copyright {
  margin: 0;
  padding: 0;
  width: 100%;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.64);
  text-align: center;
  font-size: 12px;
  line-height: 48px;
}
body.auth-layout .footer a {
  color: rgba(255, 255, 255, 0.64);
}
body.member-layout main.content {
  padding: 0;
  height: 100vh;
  min-height: 0;
  overflow: hidden;
}
body.member-layout .footer {
  display: none;
}
body.member-layout #content-container.container {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
body.member-layout #content-container > .row {
  display: flex;
  align-items: stretch;
  height: 100vh;
  min-height: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
body.member-layout #content-container > .row > .col-md-3:first-child {
  float: none;
  width: 220px;
  flex: 0 0 220px;
  padding-left: 0;
  padding-right: 0;
  background: #0a5c3a;
}
body.member-layout #content-container > .row > .col-md-9 {
  float: none;
  width: auto;
  flex: 1 1 auto;
  padding: 24px;
}
body.member-layout .sidenav {
  position: relative;
  height: 100vh;
  min-height: 0;
  padding: 0 0 64px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #0a5c3a;
  color: #fff;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.12);
}
body.member-layout .sidenav .list-group {
  margin: 0;
  padding-left: 0;
  width: 100%;
  flex: 0 0 auto;
}
body.member-layout .sidenav .list-group-heading {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 64px;
  padding: 0 20px !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  background: transparent;
  border: 0;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 1px;
  text-align: left;
}
body.member-layout .sidenav .list-group-heading:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
body.member-layout .sidenav-logo-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
body.member-layout .sidenav-logo-breath {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 122, 16, 0.22) 0%, rgba(240, 122, 16, 0.06) 55%, transparent 75%);
  animation: sidenavHaloBreathe 3.5s ease-in-out infinite;
}
body.member-layout .sidenav-logo-ring-outer {
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1.5px solid transparent;
  border-top-color: rgba(240, 122, 16, 0.6);
  border-right-color: rgba(240, 122, 16, 0.2);
  animation: sidenavRotateCW 16s linear infinite;
}
body.member-layout .sidenav-logo-ring-inner {
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.4);
  border-left-color: rgba(255, 255, 255, 0.12);
  animation: sidenavRotateCCW 10s linear infinite;
}
body.member-layout .sidenav-logo {
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
  display: block;
}
body.member-layout .sidenav .list-group-heading span {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.member-layout .sidenav .list-group-heading .sidenav-logo-wrap {
  position: relative;
  left: auto;
  top: auto;
  overflow: visible;
}
body.member-layout .sidenav .list-group-heading .sidenav-site-name {
  display: block;
  max-width: 140px;
  margin-left: 0;
  color: #fff;
  line-height: 1;
  text-align: left;
}
body.member-layout .sidenav-nav-group {
  padding: 18px 24px 8px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  list-style: none;
}
body.member-layout .sidenav .list-group-item {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
body.member-layout .sidenav .list-group-item a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 24px;
  border-left: 3px solid transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  text-decoration: none;
}
body.member-layout .sidenav .list-group-item a i {
  width: 18px;
  margin-right: 12px;
  text-align: center;
}
body.member-layout .sidenav .list-group-item.active,
body.member-layout .sidenav .list-group-item:hover {
  background: transparent;
}
body.member-layout .sidenav .list-group-item.active a {
  border-left-color: #f07a10;
  background: rgba(255, 255, 255, 0.15);
}
body.member-layout .sidenav .list-group-item:hover a {
  background: rgba(255, 255, 255, 0.08);
}
body.member-layout .sidenav .list-group-item.active a,
body.member-layout .sidenav .list-group-item:hover a {
  color: #fff;
}
body.member-layout .sidenav-chat-panel {
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 18px 20px;
  overflow: hidden;
  color: #fff;
}
body.member-layout .sidenav-agent-card {
  display: flex;
  align-items: center;
  min-width: 0;
  margin-bottom: 18px;
}
body.member-layout .sidenav-agent-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-weight: 700;
}
body.member-layout .sidenav-agent-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.member-layout .sidenav-agent-name {
  min-width: 0;
  margin-left: 10px;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.member-layout .sidenav-chat-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 26px;
}
body.member-layout .sidenav-chat-actions a {
  color: #fff;
  text-decoration: none;
}
body.member-layout .sidenav-chat-actions > a:not(.new-chat-link) {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
body.member-layout .sidenav-chat-actions .new-chat-link {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 32px;
  gap: 6px;
  font-weight: 700;
}
body.member-layout .sidenav-history-search {
  position: relative;
  margin-bottom: 14px;
}
body.member-layout .sidenav-history-search i {
  position: absolute;
  left: 14px;
  top: 50%;
  color: #9aa8b8;
  transform: translateY(-50%);
}
body.member-layout .sidenav-history-search input {
  width: 100%;
  height: 40px;
  padding: 0 12px 0 36px;
  border: 0;
  border-radius: 4px;
  outline: none;
  color: #344652;
}
body.member-layout .sidenav-history-list {
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  overflow-x: visible;
  padding-right: 2px;
}
body.member-layout .sidenav-history-list::-webkit-scrollbar {
  width: 6px;
}
body.member-layout .sidenav-history-list::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.28);
}
body.member-layout .sidenav-history-list::-webkit-scrollbar-track {
  background: transparent;
}
body.member-layout .agent-history-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding: 4px 6px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
body.member-layout .agent-history-item:hover,
body.member-layout .agent-history-item.active,
body.member-layout .agent-history-item.open {
  background: rgba(255, 255, 255, 0.1);
}
body.member-layout .history-open {
  min-width: 0;
  flex: 1 1 auto;
  color: #fff;
  text-decoration: none;
}
body.member-layout .history-open:hover,
body.member-layout .history-open:focus {
  color: #fff;
  text-decoration: none;
}
body.member-layout .history-title {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.member-layout .history-more {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 0;
  border: 0;
  outline: none;
  color: #111;
  background: transparent;
  border-radius: 4px;
}
body.member-layout .agent-history-item:hover .history-more,
body.member-layout .agent-history-item.open .history-more {
  display: inline-flex;
}
body.member-layout .history-more:hover {
  background: rgba(255, 255, 255, 0.14);
}
body.member-layout .history-menu {
  position: absolute;
  top: 32px;
  right: 0;
  z-index: 20;
  display: none;
  min-width: 74px;
  padding: 7px 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
body.member-layout .history-menu:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 12px;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
}
body.member-layout .agent-history-item.open .history-menu {
  display: block;
}
body.member-layout .history-menu a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 7px 16px;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
}
body.member-layout .history-menu a:hover {
  background: #f5f7fa;
}
body.member-layout .history-menu .history-share.disabled {
  color: #999;
  cursor: not-allowed;
}
body.member-layout .history-menu .history-delete {
  color: #ff1f1f;
}
body.member-layout .history-time {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}
body.member-layout .history-empty {
  padding: 4px 6px;
  color: rgba(255, 255, 255, 0.72);
}
body.member-layout .sidenav-recent-panel {
  flex: 0 0 auto;
  margin-top: auto;
  padding: 12px 0 14px;
  border-top: 0;
  color: #fff;
}
body.member-layout .sidenav-recent-title {
  padding: 0 24px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.member-layout .sidenav-recent-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
body.member-layout .sidenav-recent-item {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  padding: 0 20px;
  border-left: 3px solid transparent;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}
body.member-layout .sidenav-recent-item .recent-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: rgba(240, 122, 16, 0.55);
}
body.member-layout .sidenav-recent-item .recent-text {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.member-layout .sidenav-recent-item .recent-time {
  flex: 0 0 auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
body.member-layout .sidenav-recent-item:hover .recent-time,
body.member-layout .sidenav-recent-item:focus .recent-time {
  color: rgba(255, 255, 255, 0.55);
}
body.member-layout .sidenav-recent-item:hover,
body.member-layout .sidenav-recent-item:focus {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.07);
  text-decoration: none;
}
body.member-layout .sidenav-userbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #0a5c3a;
}
body.member-layout .sidenav-user {
  min-width: 0;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
body.member-layout .sidenav-avatar {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  overflow: hidden;
  background: #073d27;
  border: 0;
}
body.member-layout .sidenav-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.member-layout .sidenav-name {
  display: block;
  max-width: 140px;
  margin-left: 12px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.member-layout .sidenav-gear > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 14px;
  text-decoration: none;
}
body.member-layout .sidenav-gear > a:hover {
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
}
body.member-layout .sidenav-gear .dropdown-menu {
  min-width: 120px;
  margin-bottom: 8px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}
body.member-layout .sidenav-gear .dropdown-menu a {
  padding: 10px 16px;
  color: #333;
}
.changepwd-modal-form {
  padding: 24px 20px 14px;
}
.changepwd-modal-form .normal-footer {
  margin-bottom: 0;
}
.chat-rename-modal {
  padding: 16px 20px 14px;
}
.chat-rename-modal p {
  margin: 0 0 8px;
  color: #555;
}
.chat-rename-modal .rename-title-input {
  height: 36px;
  border-color: #1e9fff;
  box-shadow: none;
}
.chat-rename-modal .rename-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 12px;
}
.chat-rename-modal .btn-primary {
  border-color: #075f3f;
  background: #075f3f;
}
@media (min-width: 992px) {
  .user-center .avatar-text,
  .user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    font-size: 70px;
  }
  .user-center .avatar-img {
    font-size: 0;
  }
  .user-center .avatar-img img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
  }
}
.sidebar-toggle {
  display: none;
}
.sidenav .list-group .list-group-item > a.sidenav-main-menu {
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 991px) {
  body.auth-layout {
    overflow-y: auto;
    background: #0a5c3a;
  }
  body.auth-layout main.content,
  body.auth-layout #content-container.auth-page {
    min-height: calc(100vh - 48px);
  }
  body.auth-layout #content-container.auth-page {
    padding: 28px 18px 72px;
    align-items: flex-start;
    justify-content: center;
  }
  body.auth-layout .auth-shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: auto;
    gap: 20px;
  }
  body.auth-layout .auth-visual {
    width: 100%;
    min-height: auto;
    padding: 22px 0 0;
    background: transparent;
  }
  body.auth-layout .auth-decor-layer {
    display: none;
  }
  body.auth-layout .auth-sweep-light {
    animation-name: authSweepLightMobile;
  }
  body.auth-layout .auth-emblem {
    width: 76px;
    height: 76px;
  }
  body.auth-layout .auth-emblem svg {
    width: 76px;
    height: 76px;
  }
  body.auth-layout .auth-brand-name {
    margin-top: 16px;
    font-size: 26px;
    letter-spacing: 4px;
  }
  body.auth-layout .auth-brand-slogan {
    margin-top: 12px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.62);
  }
  body.auth-layout .auth-card {
    width: min(460px, 100%);
    padding: 28px 26px 22px;
    border-radius: 6px;
  }
  body.member-layout {
    height: auto;
    overflow: auto;
  }
  body.member-layout main.content {
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }
  body.member-layout #content-container > .row {
    display: block;
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }
  body.member-layout #content-container > .row > .col-md-3:first-child {
    width: auto;
    background: transparent;
  }
  body.member-layout #content-container > .row > .col-md-9 {
    width: auto;
    padding: 16px;
  }
  body.member-layout .sidenav {
    position: fixed;
    top: 0;
    z-index: 1029;
    height: 100vh;
    min-height: 100vh;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
    left: -250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar-toggle {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 70px;
    border-radius: 50%;
    background: #eee;
    font-size: 22px;
    padding: 10px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 999999;
  }
}
@media (max-width: 767px) {
  body.auth-layout main.content,
  body.auth-layout #content-container.auth-page {
    min-height: calc(100vh - 48px);
  }
  body.auth-layout #content-container.auth-page {
    padding: 0 0 48px;
    align-items: stretch;
    justify-content: flex-start;
  }
  body.auth-layout .auth-shell {
    width: 100%;
    min-height: auto;
    align-items: stretch;
    gap: 0;
  }
  body.auth-layout .auth-visual {
    display: flex;
    width: 100%;
    height: 180px;
    flex: 0 0 180px;
    min-height: 180px;
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow: hidden;
    background: #0a5c3a;
  }
  body.auth-layout .auth-emblem {
    display: flex;
    width: 56px;
    height: 56px;
  }
  body.auth-layout .auth-emblem svg {
    width: 56px;
    height: 56px;
  }
  body.auth-layout .auth-emblem-breath {
    inset: -10px;
  }
  body.auth-layout .auth-emblem-ring {
    inset: -8px;
  }
  body.auth-layout .auth-emblem-ring-inner {
    inset: -3px;
  }
  body.auth-layout .auth-brand-name {
    margin-top: 0;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
  }
  body.auth-layout .auth-brand-slogan {
    display: none;
  }
  body.auth-layout .auth-particle-canvas {
    display: block;
  }
  body.auth-layout .auth-sweep-wrap {
    display: block;
  }
  body.auth-layout .auth-sweep-light {
    animation-name: authSweepLightMobile;
  }
  body.auth-layout .auth-card {
    width: 100%;
    flex: 1 1 auto;
    padding: 24px 20px 20px;
    border-radius: 0;
  }
  body.auth-layout .login-section .logon-tab,
  body.auth-layout .login-section .login-main {
    width: 100%;
  }
  body.auth-layout .login-section .logon-tab {
    margin-bottom: 24px;
  }
  body.auth-layout .form-control {
    height: 52px;
    font-size: 16px;
  }
  body.auth-layout .auth-captcha-group img,
  body.auth-layout .auth-captcha-group .btn-captcha {
    height: 52px;
  }
  body.auth-layout .auth-captcha-group .input-group-btn {
    flex-basis: 150px;
    width: 150px;
  }
  body.auth-layout .auth-captcha-group .btn-captcha {
    line-height: 52px;
  }
  body.auth-layout .btn-primary {
    height: 52px;
  }
  body.auth-layout .footer {
    min-height: 40px;
    height: auto;
    padding: 8px 16px;
  }
  body.auth-layout .footer .copyright {
    line-height: 1.5;
    white-space: normal;
  }
}
body.sidebar-open .sidenav {
  left: 0;
  width: 250px;
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
body.sidebar-open .sidebar-toggle i:before {
  content: "\f00d";
}
@keyframes sidenavRotateCW {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes sidenavRotateCCW {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}
@keyframes sidenavHaloBreathe {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.1); }
}
@keyframes authHaloBreath {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}
@keyframes authSweepLight {
  0% { transform: translateX(-100px) rotate(-20deg); }
  100% { transform: translateX(calc(55vw + 100px)) rotate(-20deg); }
}
@keyframes authSweepLightMobile {
  0% { transform: translateX(-100px) rotate(-20deg); }
  100% { transform: translateX(calc(100vw + 100px)) rotate(-20deg); }
}
@keyframes authDecorFloatA {
  0% { opacity: 0.78; transform: translate3d(0, 0, 0) scale(1); }
  50% { opacity: 1; transform: translate3d(8px, -10px, 0) scale(1.015); }
  100% { opacity: 0.84; transform: translate3d(-10px, 8px, 0) scale(1.01); }
}
@keyframes authDecorFloatB {
  0% { opacity: 0.76; transform: translate3d(0, 0, 0) rotate(0deg); }
  100% { opacity: 1; transform: translate3d(12px, -18px, 0) rotate(8deg); }
}
body.member-layout .agent-chat-page .agent-workspace > .sidenav-agent-icon {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
body.member-layout .agent-chat-page .agent-conv-sidebar .agent-history-item {
  min-height: 58px !important;
  margin-bottom: 4px !important;
  padding: 10px 34px 10px 14px !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  color: #555 !important;
  background: transparent !important;
}
body.member-layout .agent-chat-page .agent-conv-sidebar .agent-history-item:hover {
  color: #555 !important;
  background: #f0f4f2 !important;
  border-color: #d4e6dc !important;
}
body.member-layout .agent-chat-page .agent-conv-sidebar .agent-history-item.active,
body.member-layout .agent-chat-page .agent-conv-sidebar .agent-history-item.open {
  color: #0a5c3a !important;
  background: #ebf5ef !important;
  border-color: #a8d5b8 !important;
}
body.member-layout .agent-chat-page .agent-conv-sidebar .agent-history-item .history-open,
body.member-layout .agent-chat-page .agent-conv-sidebar .agent-history-item .history-open:hover,
body.member-layout .agent-chat-page .agent-conv-sidebar .agent-history-item .history-open:focus {
  color: inherit !important;
  text-decoration: none !important;
}
body.member-layout .agent-chat-page .agent-conv-sidebar .agent-history-item .history-title {
  display: block !important;
  overflow: hidden !important;
  color: inherit !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}
body.member-layout .agent-chat-page .agent-conv-sidebar .agent-history-item .history-time {
  display: block !important;
  margin-top: 5px !important;
  overflow: hidden !important;
  color: #aaa !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}
body.member-layout .member-notice-btn,
body.member-layout .agent-home-notice {
  cursor: pointer;
}
body.member-layout .member-notice-popover {
  position: absolute;
  z-index: 1060;
  width: 340px;
  max-width: calc(100vw - 24px);
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.16);
  overflow: hidden;
}
body.member-layout .notice-popover-head {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  border-bottom: 1px solid #edf0f2;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
}
body.member-layout .notice-read-all {
  border: 0;
  background: transparent;
  color: #0a5c3a;
  font-size: 12px;
  font-weight: 600;
}
body.member-layout .notice-popover-body {
  max-height: 360px;
  overflow-y: auto;
}
body.member-layout .notice-popover-loading,
body.member-layout .notice-popover-empty {
  padding: 28px 16px;
  color: #8a94a3;
  font-size: 13px;
  text-align: center;
}
body.member-layout .notice-item {
  display: block;
  position: relative;
  padding: 12px 14px 12px 28px;
  border-bottom: 1px solid #f0f2f4;
  color: #344054;
  text-decoration: none;
}
body.member-layout .notice-item:hover,
body.member-layout .notice-item:focus {
  background: #f6faf8;
  color: #1f2937;
  text-decoration: none;
}
body.member-layout .notice-item.is-unread:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef4444;
}
body.member-layout .notice-item-title {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: #111827;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}
body.member-layout .notice-level {
  flex: 0 0 auto;
  padding: 1px 5px;
  border-radius: 4px;
  background: #eef8f2;
  color: #0a5c3a;
  font-size: 11px;
  font-weight: 600;
}
body.member-layout .notice-level-warning {
  background: #fff7ed;
  color: #f97316;
}
body.member-layout .notice-level-important {
  background: #fef2f2;
  color: #dc2626;
}
body.member-layout .notice-item-content {
  margin-top: 5px;
  overflow: hidden;
  color: #667085;
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body.member-layout .notice-item-time {
  margin-top: 6px;
  color: #98a2b3;
  font-size: 11px;
}
/*# sourceMappingURL=user.css.map */
