@charset "utf-8";
/* Lean dark UI inspired by lovemovie — less chrome, more space */

:root {
  --lm-bg: #121412;
  --lm-panel: #2a2c2b;
  --lm-panel-2: #222524;
  --lm-line: rgba(255, 255, 255, 0.08);
  --lm-text: #ffffff;
  --lm-muted: #9a9a9a;
  --lm-blue: #0094ff;
  --lm-blue-2: #2aa3ff;
  --lm-font: "PingFang SC", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
}

html.deeppurple-theme,
html.deeppurple-theme body {
  font-family: var(--lm-font) !important;
  color: var(--lm-text) !important;
  background: #0b0c0b !important;
  -webkit-font-smoothing: antialiased;
}

html.deeppurple-theme body {
  background:
    linear-gradient(180deg, #0b0c0b 0%, #121412 55%, #0b0c0b 100%) !important;
  min-height: 100vh;
}

.deeppurple-theme .wrapper,
.deeppurple-theme .wrapper.homepage {
  background: transparent !important;
  font-family: var(--lm-font) !important;
  padding-bottom: 72px;
}

.deeppurple-theme h1,
.deeppurple-theme h2,
.deeppurple-theme h3,
.deeppurple-theme h4,
.deeppurple-theme h5 {
  font-family: var(--lm-font) !important;
  color: var(--lm-text) !important;
  font-weight: 600;
}

.deeppurple-theme .text-mute,
.deeppurple-theme .text-secondary,
.deeppurple-theme .small {
  color: var(--lm-muted) !important;
}

.deeppurple-theme a { color: #d8d8d8; }

.deeppurple-theme .header,
.deeppurple-theme .header.active {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.deeppurple-theme .bg-template,
.deeppurple-theme .card.bg-template,
.deeppurple-theme-bg,
.deeppurple-theme .loader-screen {
  background: linear-gradient(180deg, #2f3231 0%, #1c1e1d 100%) !important;
  border: 1px solid var(--lm-line) !important;
  box-shadow: none !important;
  color: var(--lm-text) !important;
}

.deeppurple-theme .card {
  background: var(--lm-panel-2) !important;
  border: 1px solid var(--lm-line) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}

.deeppurple-theme .list-group-item,
.deeppurple-theme .list-group-item-action,
.deeppurple-theme a.list-group-item {
  background: transparent !important;
  border-color: var(--lm-line) !important;
  color: var(--lm-text) !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.deeppurple-theme .avatar .overlay.bg-template {
  background: rgba(0, 148, 255, 0.18) !important;
  border-radius: 12px !important;
}

.deeppurple-theme .btn-default,
.deeppurple-theme .btn-important,
.deeppurple-theme .btn.btn-default {
  background: var(--lm-blue) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

.deeppurple-theme .btn-default:hover,
.deeppurple-theme .btn-default:focus,
.deeppurple-theme .btn-default.active {
  background: var(--lm-blue-2) !important;
  color: #fff !important;
}

.deeppurple-theme .form-control,
.deeppurple-theme .form-control-lg {
  background: transparent !important;
  border: 0 !important;
  color: var(--lm-text) !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  text-align: left !important;
  font-size: 15px !important;
}

.deeppurple-theme .form-control::placeholder { color: #777 !important; }

/* Footer / tabbar */
.deeppurple-theme .footer {
  background: rgba(18, 20, 19, 0.96) !important;
  border-top: 1px solid var(--lm-line) !important;
  box-shadow: none !important;
  padding: 6px 8px calc(6px + env(safe-area-inset-bottom)) !important;
  backdrop-filter: blur(10px);
}

.deeppurple-theme .footer .btn-link-default {
  color: #888 !important;
  min-width: 56px;
  padding: 4px 6px !important;
}

.deeppurple-theme .footer .btn-link-default img {
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto 2px;
}

.deeppurple-theme .footer .btn-link-default.center-action {
  min-width: 76px;
  padding: 0 !important;
  position: relative;
  top: -22px;
}

.deeppurple-theme .footer .btn-link-default.center-action img {
  width: 68px;
  height: 68px;
  margin: 0;
  display: block;
}

.deeppurple-theme .footer .btn-link-default.center-action .lm-grab-orb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 10px 24px rgba(0, 148, 255, 0.42);
  transition: transform 0.2s ease;
}

.deeppurple-theme .footer .btn-link-default.center-action.active .lm-grab-orb,
.deeppurple-theme .footer .btn-link-default.center-action:active .lm-grab-orb {
  transform: scale(0.96);
}

.deeppurple-theme .footer .btn-link-default.center-action p { display: none !important; }

.deeppurple-theme .footer .btn-link-default i { display: none !important; }
.deeppurple-theme .footer .btn-link-default i:after { display: none !important; }

.deeppurple-theme .footer .btn-link-default p {
  margin: 0 !important;
  font-size: 10px !important;
  color: inherit !important;
}

.deeppurple-theme .footer .btn-link-default.active { color: var(--lm-blue) !important; background: transparent; }

/* Order page */
.lm-order-page {
  background: var(--lm-bg) !important;
  min-height: 100vh;
  padding-top: 8px;
}

.lm-order-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px 6px;
}

.lm-order-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.lm-order-bell img {
  width: 28px;
  height: 28px;
}

.lm-order-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin: 8px 16px 14px;
  padding: 4px;
  background: #1c1e1d;
  border: 1px solid var(--lm-line);
  border-radius: 12px;
}

.lm-otab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 4px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 600;
  color: #9a9a9a !important;
  text-decoration: none !important;
  text-align: center;
  line-height: 1.2;
  transition: background 0.2s ease, color 0.2s ease;
}

.lm-otab.is-on {
  color: #fff !important;
  background: var(--lm-blue);
  box-shadow: 0 4px 12px rgba(0, 148, 255, 0.28);
}

.lm-order-list {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.lm-order-page .lm-ocard {
  background: #1c1e1d !important;
  border: 1px solid var(--lm-line) !important;
  border-radius: 14px !important;
  overflow: hidden;
  box-shadow: none !important;
}

.lm-order-page .lm-ocard .card-header,
.lm-order-page .lm-ocard .card-footer,
.lm-order-page .lm-ocard .card-body {
  background: transparent !important;
  border-color: rgba(255,255,255,0.06) !important;
  color: #eee;
}

.lm-order-page .lm-ocard .text-secondary,
.lm-order-page .lm-ocard .gray,
.lm-order-page .lm-ocard .text-mute {
  color: #8f8f8f !important;
}

.lm-ostatus { display: flex; align-items: center; gap: 6px; }

.lm-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}

.lm-badge-run { background: rgba(0,148,255,0.16); color: #6cbcff; }
.lm-badge-ok { background: rgba(111,191,154,0.16); color: #6fbf9a; }
.lm-badge-mute { background: rgba(255,255,255,0.08); color: #aaa; }
.lm-badge-warn { background: rgba(224,122,106,0.16); color: #e07a6a; }
.lm-badge-hot { background: rgba(255,90,90,0.18); color: #ff8d8d; }

.lm-ogoods {
  overflow: hidden;
  border-radius: 10px !important;
  background: #111;
}

.lm-ogoods img {
  width: 60px !important;
  height: 60px !important;
  object-fit: cover;
}

.lm-oname {
  color: #f0f0f0 !important;
  font-size: 14px !important;
  font-weight: 500;
}

.lm-omoney { color: #fff !important; font-weight: 700; }
.lm-ocomm { color: var(--lm-blue-2) !important; font-weight: 700; }

.lm-osubmit {
  background: var(--lm-blue) !important;
  border: 0 !important;
  color: #fff !important;
  box-shadow: none !important;
}

.lm-order-page .payment-all,
.lm-order-page .payment-time {
  background: rgba(18, 20, 19, 0.92) !important;
  color: #eee;
  border-top: 1px solid var(--lm-line);
  backdrop-filter: blur(12px);
  box-shadow: none !important;
}

.lm-order-page .payment-all .btn {
  background: var(--lm-blue) !important;
  border: 0 !important;
  color: #fff !important;
}

/* Login — lovemovie composition */
.lm-login {
  min-height: 100vh;
  padding: 28px 18px 120px;
  position: relative;
  background:
    linear-gradient(180deg, rgba(11,12,11,0.35) 35%, rgba(11,12,11,0.72) 68%, rgba(11,12,11,0.94) 100%),
    url('/static/images/login-bg.jpg?v=20260914c') center bottom / cover no-repeat,
    #0b0c0b;
}

/* Grab-order page background from 1-6 collage */
.deeppurple-theme .wrapper.homepage.lm-rot,
.lm-rot {
  min-height: 100vh;
  position: relative;
  background:
    linear-gradient(180deg, rgba(11,12,11,0.55) 0%, rgba(11,12,11,0.42) 38%, rgba(11,12,11,0.78) 72%, rgba(11,12,11,0.94) 100%),
    url('/static/images/rot-bg.jpg?v=20260914e') center bottom / cover no-repeat,
    #0b0c0b !important;
}

.lm-rot .card.bg-template,
.lm-rot .card.shadow {
  background: rgba(28, 30, 29, 0.82) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.lm-login header {
  position: relative;
  text-align: center;
  padding-top: 18px;
}

.lm-login .lang-btn {
  position: absolute;
  top: 8px;
  right: 4px;
  width: 28px;
  height: 18px;
  border: 0;
  background: transparent;
  padding: 0;
}

.lm-login .lang-btn img {
  width: 28px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
}

.lm-login .logo {
  width: 118px;
  height: 118px;
  object-fit: contain;
  border-radius: 16px;
  margin: 8px auto 0;
  display: block;
}

.lm-login .caption {
  text-align: center;
  margin: 22px 0 18px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.lm-login .field-group {
  background: rgba(42, 44, 43, 0.9);
  border-radius: 14px;
  overflow: hidden;
  margin: 0 2px;
}

.lm-login .field-row {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.lm-login .field-row:last-child { border-bottom: 0; }

.lm-login .field-row label {
  width: 78px;
  flex: 0 0 78px;
  margin: 0;
  color: #ddd;
  font-size: 14px;
  font-weight: 500;
}

.lm-login .field-row input {
  flex: 1;
  background: transparent;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 14px;
  padding: 14px 0;
}

.lm-login .forget {
  text-align: right;
  margin: 12px 8px 18px;
  font-size: 13px;
  color: #ddd;
}

.lm-login .ctl-btn {
  display: flex;
  gap: 12px;
}

.lm-login .ctl-btn .btn {
  flex: 1;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: var(--lm-blue);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}

.lm-login .lang-list {
  position: absolute;
  right: 8px;
  top: 36px;
  z-index: 20;
  min-width: 150px;
  background: #1c1e1d !important;
  border: 1px solid var(--lm-line);
  border-radius: 10px;
  overflow: hidden;
}

.lm-login .lang-list .van-cell,
.lm-login .lang-list .van-cell-group {
  background: transparent !important;
  color: #fff !important;
}

/* Home — compact */
.lm-home-top {
  margin: 10px 16px 12px;
  padding: 16px 16px 14px;
  border-radius: 16px;
  background: url('/static/icons/user-card-bg.svg') center / cover no-repeat, linear-gradient(135deg, #3a2a1d, #1d1814);
  position: relative;
}

.lm-home-top .tel {
  font-size: 13px;
  color: #d8c3a8;
  margin-bottom: 6px;
}

.lm-home-top .balance {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.lm-home-top .label {
  margin-top: 4px;
  font-size: 12px;
  color: rgba(255,255,255,0.7);
}

.lm-home-top .lang {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 18px;
}

.lm-home-top .lang img {
  width: 28px;
  height: 18px;
  border-radius: 2px;
}

.lm-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 4px 12px 8px;
  text-align: center;
}

.lm-actions a {
  color: #cfcfcf !important;
  text-decoration: none;
  font-size: 12px;
}

.lm-actions img {
  width: 46px;
  height: 46px;
  display: block;
  margin: 0 auto 6px;
  border-radius: 14px;
}

.lm-banner {
  padding: 4px 16px 8px;
}

.lm-banner img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.lm-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 4px 16px 16px;
}

.lm-stats .item {
  background: #1c1e1d;
  border: 1px solid var(--lm-line);
  border-radius: 12px;
  padding: 14px 12px;
  text-align: center;
}

.lm-stats .num {
  color: var(--lm-blue-2);
  font-size: 18px;
  font-weight: 700;
}

.lm-stats .txt {
  margin-top: 4px;
  color: #888;
  font-size: 12px;
}

.lm-income {
  margin: 4px 16px 16px;
}

.lm-income-title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.lm-income .agent_box {
  height: 210px;
  overflow: hidden;
  background: #1c1e1d;
  border: 1px solid var(--lm-line);
  border-radius: 12px;
  padding: 4px 0;
}

.lm-income-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-size: 13px;
}

.lm-income-item .tel { color: #ddd; width: 38%; }
.lm-income-item .money { color: var(--lm-blue-2); font-weight: 700; width: 32%; text-align: right; }
.lm-income-item .tip { color: #888; width: 30%; text-align: right; font-size: 11px; }

/* My page */
.lm-my { padding: 12px 16px 90px; }
.lm-my-card {
  position: relative;
  background:
    linear-gradient(180deg, rgba(8,10,9,0.25) 0%, rgba(8,10,9,0.72) 100%),
    url('/static/images/my-black.png') center / cover no-repeat;
  border-radius: 18px;
  padding: 18px 14px 14px;
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 12px 30px rgba(0,0,0,0.32);
}
.lm-my-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.45));
  pointer-events: none;
}
.lm-my-bell {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}
.lm-my-bell img { width: 28px; height: 28px; }
.lm-my-user {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 36px;
}
.lm-my-user .avatar {
  width: 56px; height: 56px; border-radius: 50%;
  object-fit: cover; border: 2px solid rgba(255,255,255,0.22);
  box-shadow: 0 4px 12px rgba(0,0,0,0.35);
}
.lm-my-user .name { font-size: 18px; font-weight: 700; color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,0.45); }
.lm-my-user .lv { font-size: 12px; color: #d7c4a4; font-weight: 500; margin-left: 4px; }
.lm-my-user .code { margin-top: 4px; font-size: 12px; color: #e6d7bf; display: flex; align-items: center; gap: 6px; }
.lm-my-user .code img { width: 18px; height: 18px; }

.lm-my-card .lm-my-money {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  background: rgba(20, 22, 21, 0.55);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 12px 12px 10px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.lm-my-money .row-top { display: flex; justify-content: space-between; align-items: center; }
.lm-my-money .num { font-size: 24px; font-weight: 700; color: #5eb8ff; }
.lm-my-money .label { font-size: 12px; color: rgba(255,255,255,0.7); margin-top: 2px; }
.lm-my-money .plus { border: 0; background: transparent; padding: 0; }
.lm-my-money .plus img { width: 40px; height: 40px; }
.lm-my-money .row-bottom {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
}
.lm-my-money .v { font-size: 15px; font-weight: 600; color: #fff; }
.lm-my-money .v.ok { color: #7fd0ab; }
.lm-my-money .v.warn { color: #f0a094; }
.lm-my-money .t { font-size: 11px; color: rgba(255,255,255,0.65); margin-top: 2px; }

.lm-my-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-bottom: 12px;
  padding: 14px 8px 12px;
  background: #1c1e1d;
  border: 1px solid var(--lm-line);
  border-radius: 14px;
  text-align: center;
}
.lm-my-actions a {
  color: #d8d8d8 !important;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
}
.lm-my-actions img {
  width: 46px;
  height: 46px;
  display: block;
  margin: 0 auto 6px;
  border-radius: 14px;
}

.lm-my-menu {
  background: #1c1e1d;
  border: 1px solid var(--lm-line);
  border-radius: 14px;
  overflow: hidden;
}
.lm-my-menu a {
  display: flex; align-items: center; gap: 12px;
  padding: 13px 14px;
  color: #eee !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-size: 14px; font-weight: 500;
}
.lm-my-menu a:last-child { border-bottom: 0; }
.lm-my-menu a img { width: 34px; height: 34px; flex: 0 0 34px; }
.lm-my-menu a span { flex: 1; }
.lm-my-menu a .arrow { width: 14px; height: 14px; opacity: 0.55; flex: 0 0 14px; }
.lm-my-menu a.danger { color: #ff9b9b !important; }

/* Kill old heavy inline colors */
.deeppurple-theme [style*="background: #000"],
.deeppurple-theme [style*="background:#000"],
.deeppurple-theme [style*="background: #000000"],
.deeppurple-theme [style*="background:#000000"],
.deeppurple-theme [style*="background: linear-gradient(86deg, #000000"],
.deeppurple-theme [style*="background:#FFFFFF"],
.deeppurple-theme [style*="background: #FFFFFF"],
.deeppurple-theme [style*="background:#fff"] {
  background: transparent !important;
}

.deeppurple-theme [style*="background: #222"],
.deeppurple-theme [style*="background:#222"],
.deeppurple-theme [style*="background-color: #222"],
.deeppurple-theme [style*="background: #333"],
.deeppurple-theme [style*="background:#333"] {
  background: #1c1e1d !important;
}

.deeppurple-theme [style*="color: #ffbb00"],
.deeppurple-theme [style*="color:#ffbb00"],
.deeppurple-theme [style*="color:#ffc107"],
.deeppurple-theme [style*="color: #ffc107"] {
  color: var(--lm-blue-2) !important;
}

/* ===== Grab / submit dialogs: dark readable ===== */
.deeppurple-theme .dialog-content {
  background: #1c1e1d !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55) !important;
  color: #f0f0f0 !important;
}

.deeppurple-theme .dialog-content * {
  color: inherit;
  font-family: var(--lm-font) !important;
}

.deeppurple-theme .dialog-content-hd .dialog-content-title {
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 600 !important;
}

.deeppurple-theme .dialog-content-bd {
  color: #d8d8d8 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.deeppurple-theme .dialog-content-ft:after {
  border-top-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.1) !important;
}

.deeppurple-theme .dialog-content-ft .dialog-btn {
  color: #cfcfcf !important;
}

.deeppurple-theme .dialog-content-ft .dialog-btn:after {
  border-left-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.1) !important;
}

.deeppurple-theme .dialog-content-ft .dialog-btn-confirm,
.deeppurple-theme .dialog-content-ft .dialog-btn-hl {
  color: var(--lm-blue-2) !important;
  font-weight: 600 !important;
}

.deeppurple-theme .dialog-toast .dialog-content,
.deeppurple-theme .dialog-notice .dialog-content {
  background: rgba(18, 20, 19, 0.94) !important;
  border: 1px solid rgba(0, 148, 255, 0.28) !important;
  min-width: 148px;
  padding: 8px;
}

.deeppurple-theme .dialog-toast .info-text,
.deeppurple-theme .dialog-notice .info-text {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.deeppurple-theme #orderDetail .modal-content.grabSuccess,
.deeppurple-theme .modal-content.grabSuccess {
  background: linear-gradient(180deg, #242625 0%, #171918 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px !important;
  color: #f2f2f2 !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.55) !important;
  margin: 0 auto !important;
}

.deeppurple-theme .grabSuccess .modal-header {
  border: 0 !important;
  padding: 18px 18px 8px !important;
}

.deeppurple-theme .grabSuccess .modal-header h5 {
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 650 !important;
  letter-spacing: 0.02em;
}

.deeppurple-theme .grabSuccess .close,
.deeppurple-theme .grabSuccess .close span {
  color: #cfcfcf !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

.deeppurple-theme .grabSuccess .modal-body {
  color: #e8e8e8 !important;
  padding: 8px 16px 12px !important;
  text-align: left !important;
}

.deeppurple-theme .grabSuccess .records_tabs_box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 10px;
}

.deeppurple-theme .grabSuccess .records_tabs_box_top {
  color: #a8a8a8 !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
}

.deeppurple-theme .grabSuccess .records_tabs_box_top span {
  color: #f0f0f0 !important;
  font-weight: 500;
}

.deeppurple-theme .grabSuccess .records_tabs_box_des {
  background: #121412 !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 10px !important;
  margin: 10px 0 !important;
}

.deeppurple-theme .grabSuccess .tabs_box_des_r_tit {
  color: #f3f3f3 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

.deeppurple-theme .grabSuccess .row {
  color: #d0d0d0 !important;
  font-size: 13px !important;
}

.deeppurple-theme .grabSuccess .text-mute,
.deeppurple-theme .grabSuccess .text-right {
  color: #ffffff !important;
  font-weight: 600;
}

.deeppurple-theme .grabSuccess .txt1,
.deeppurple-theme .grabSuccess .txt1 span {
  color: var(--lm-blue-2) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}

.deeppurple-theme .grabSuccess .modal-footer {
  padding: 8px 16px 18px !important;
}

.deeppurple-theme .grabSuccess .tabs_btn1,
.deeppurple-theme .grabSuccess .btn-cancel {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: #d8d8d8 !important;
  min-width: 110px;
}

.deeppurple-theme .grabSuccess .tabs_btn2,
.deeppurple-theme .grabSuccess .btn-default {
  background: var(--lm-blue) !important;
  border: 0 !important;
  color: #fff !important;
  min-width: 110px;
  box-shadow: none !important;
}

/* layer mobile loading text */
.deeppurple-theme .layui-m-layercont,
.deeppurple-theme .layui-m-layershade + .layui-m-layer .layui-m-layercont {
  color: #ffffff !important;
}

/* Homepage announcement modal */
.deeppurple-theme .tanchuang .lm-notice-modal,
.deeppurple-theme .modal-content.lm-notice-modal {
  background: linear-gradient(180deg, #242625 0%, #171918 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px !important;
  color: #f2f2f2 !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.55) !important;
  margin: 0 auto !important;
}

.deeppurple-theme .lm-notice-head {
  padding: 22px 20px 8px !important;
  text-align: center;
}

.deeppurple-theme .lm-notice-head h5 {
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 650 !important;
}

.deeppurple-theme .lm-notice-body {
  color: #e8e8e8 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  max-height: 320px;
  overflow: auto;
  padding: 8px 20px 12px !important;
  text-align: left !important;
}

.deeppurple-theme .lm-notice-body,
.deeppurple-theme .lm-notice-body * {
  color: #e8e8e8 !important;
  background: transparent !important;
}

.deeppurple-theme .lm-notice-body p {
  margin-bottom: 10px;
}

.deeppurple-theme .tanchuang .close,
.deeppurple-theme .tanchuang .close span {
  color: #cfcfcf !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

