/* your custom style here */
.intro_first { width:100%; height:400px; background:#000; }
.first_cell { width:25%; }

.head_login { border-bottom:1px solid #03647d; }
.dark_btn { border:1px solid #03647d; }

.section_quarter { padding:50px 0; }
.quarter { width:25%; float:left; padding:30px 15px; }
.icon_quarter { font-size:100px; }

@media screen and (max-width:940px){
	.quarter { width:50%; }
}
@media screen and (max-width:640px){
	.quarter { width:100%; }
}

.custom_av { width:40px; height:40px; }
.custom_av img { width:40px; height:40px; border-radius:50%; }
.custom_option { width:40px; height:40px; text-align:center; font-size:18px; }

.modal_menu, .tab_menu{
   padding: 10px;
   border-radius: 0px;
}
.modal_menu ul li, .tab_menu ul li {
  padding: 8px 12px;
  font-weight: bold;
  font-size: 13px;
  border-radius: 5px;
}

/* ===== PAGINATION: slide track ===== */
.fable-paginator-wrap { overflow-x: hidden; width: 100%; position: relative; }
.fable-track { display: flex; transition: transform .35s cubic-bezier(.25,.46,.45,.94); will-change: transform; }
.fable-page { min-width: 100%; box-sizing: border-box; }

/* ===== PRODUCT GRID — 3 cols desktop ===== */
.fable-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 10px 0; }
.fable-grid > .store_product { margin: 0; transition: transform .2s ease, box-shadow .2s ease; }
.fable-grid > .store_product:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,.12); }
.fable-grid .store_product .product_info { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ===== PAGINATION BUTTONS — glassmorphism ribbon ===== */
.fable-pages { display: flex; align-items: center; justify-content: center; gap: 4px; padding: 14px 0 8px; flex-wrap: wrap; position: sticky; bottom: 0; z-index: 5; background: rgba(32, 32, 32, 0.8); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid rgba(128,128,128,0.12); }
.fable-page-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 34px; padding: 0 10px; border: 2px solid; border-radius: 4px; background: transparent; font-size: 13px; font-weight: 700; cursor: pointer; transition: background .15s, color .15s, border-color .15s; }
.fable-page-btn:hover { border-color: #0165fc; color: #0165fc; }
.fable-page-btn.active { border-color: #0165fc; background: #0165fc; color: #fff; cursor: default; }

/* ===== PREV / NEXT ===== */
.fable-prev-btn, .fable-next-btn { display: inline-flex; align-items: center; justify-content: center; height: 34px; padding: 0 10px; border: 2px solid; border-radius: 4px; background: transparent; font-size: 13px; font-weight: 700; cursor: pointer; transition: background .15s, color .15s; gap: 4px; }
.fable-prev-btn:hover, .fable-next-btn:hover { border-color: #0165fc; color: #0165fc; }
.fable-prev-btn:disabled, .fable-next-btn:disabled { opacity: .35; cursor: default; pointer-events: none; }

/* ===== VIEW TOGGLE ===== */
.fable-toggle-btn { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 2px solid; border-radius: 4px; background: transparent; font-size: 13px; cursor: pointer; transition: background .15s, color .15s, border-color .15s; vertical-align: middle; }
.fable-toggle-btn:hover { border-color: #0165fc; color: #0165fc; }
.fable-toggle-btn.active { border-color: #0165fc; background: #0165fc; color: #fff; }

/* ===== PRODUCTS MENU inline fix ===== */
#products_menu { display: inline-block; vertical-align: middle; }

/* ===== THEME TOGGLE BUTTON ===== */
#theme-toggle { background: transparent; border: none; border-radius: 4px; padding: 4px 8px; font-size: 15px; cursor: pointer; transition: color .2s; vertical-align: middle; }
#theme-toggle:hover { color: #0165fc; }

/* ===== RIGHT SIDEBAR — glass-morphism restyle ===== */
#right_bar {
  width: 280px;
}
#right_bar .page_element {
  background: rgba(128,128,128,0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(128,128,128,0.07);
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 8px;
  transition: border-color .15s, background .15s;
}
#right_bar .page_element:first-child {
  border-top: 1px solid rgba(128,128,128,0.07);
  padding-top: 12px;
}
#right_bar .page_element:hover {
  border-color: rgba(1,101,252,0.2);
  background: rgba(128,128,128,0.07);
}
#right_bar .box_title {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(128,128,128,0.06);
  font-size: 12px;
  font-weight: 700;
}
#right_bar .box_title p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
#right_bar .box_title i.fa {
  font-size: 15px;
  width: 22px;
  text-align: center;
  opacity: .75;
}
#right_bar .box_title i.success {
  color: #34c759;
}
#right_bar .box_title .fa-close {
  float: right;
  margin-left: auto;
  font-size: 12px;
  opacity: .3;
  cursor: pointer;
  transition: opacity .15s;
}
#right_bar .box_title .fa-close:hover {
  opacity: .8;
}
#right_bar *[id^="top_store_stats_list"] .btable {
  padding: 5px 0;
}
#right_bar *[id^="top_store_stats_list"] .btable:not(:last-child) {
  border-bottom: 1px solid rgba(128,128,128,0.04);
}
#right_bar *[id^="top_store_stats_list"] .store_product_sub_text {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 0;
  opacity: .7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#right_bar *[id^="top_store_stats_list"] .store_product_sub_text i {
  width: 18px;
  text-align: center;
  font-size: 12px;
  opacity: .6;
}
#right_bar *[id^="top_store_stats_list"] .balign_right span {
  font-size: 15px;
  font-weight: 700;
}
#right_bar *[id^="top_online_members_list"] {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 4px 0;
}
#right_bar .list_online {
  width: 34px;
  height: 34px;
  padding: 0;
}
#right_bar .list_online img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(128,128,128,0.08);
  transition: border-color .15s, transform .15s;
}
#right_bar .list_online:hover img {
  border-color: #0165fc;
  transform: scale(1.12);
  z-index: 2;
  position: relative;
}
#right_bar .store_product {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  margin: 0;
  cursor: pointer;
}
#right_bar .store_product:not(:last-child) {
  border-bottom: 1px solid rgba(128,128,128,0.04);
}
#right_bar .store_product > div:first-child {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  overflow: hidden;
}
#right_bar .store_product > div:first-child img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  display: block;
}
#right_bar .store_product > .pad5 {
  flex: 1;
  padding: 0;
  min-width: 0;
}
#right_bar .store_product .btable {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#right_bar .store_product .bcell_top {
  display: table-cell;
  vertical-align: top;
}
#right_bar .store_product .text_small {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#right_bar .store_product .store_product_sub_text {
  font-size: 10px;
  margin-top: 2px;
  opacity: .55;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
#right_bar .store_product .store_product_sub_text i {
  margin-right: 2px;
}
#right_bar .store_product .balign_right span {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
#right_bar *[id^="top_announce_list"] {
  font-size: 13px;
  opacity: .85;
  padding: 2px 0;
  line-height: 1.45;
}
#right_bar .page_element.nomargin {
  padding: 10px 14px;
}
#right_bar .page_element.nomargin .box_title {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
#right_bar .page_element.nomargin .box_title p {
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
  opacity: .9;
}

/* ===== DASHBOARD CHART TOGGLE ===== */
.chart-toggle-bar { display: flex; gap: 8px; margin-bottom: 14px; align-items: center; }
.chart-toggle-btn { display: inline-flex; align-items: center; justify-content: center; padding: 6px 16px; border: 2px solid; border-radius: 4px; background: transparent; font-size: 13px; font-weight: 700; cursor: pointer; transition: background .15s, color .15s; }
.chart-toggle-btn:hover { border-color: #0165fc; color: #0165fc; }
.chart-toggle-btn.active { border-color: #0165fc; background: #0165fc; color: #fff; }

/* ===== CHART LAYOUT ===== */
.chart-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 14px; }
.chart-grid .chart-container:last-child { grid-column: 1 / -1; }
.chart-container { background: transparent; border: 2px solid; border-radius: 8px; padding: 16px; }
.chart-container h3 { font-size: 15px; margin: 0 0 10px; font-weight: 700; }

/* ===== RESPONSIVE ===== */
@media screen and (max-width: 1200px) {
  .fable-view-bar { display: none !important; }
  .fable-grid { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 768px) {
  .fable-grid { grid-template-columns: 1fr; }
  .chart-grid { grid-template-columns: 1fr; }
  .fable-page-btn { min-width: 30px; height: 30px; font-size: 12px; padding: 0 8px; }
  .fable-list-desc { display: none; }
  .fable-list-sub { font-size: 10px; }
  .fable-list-actions { gap: 4px; }
  .fable-list-price { font-size: 12px; }
}
@media screen and (max-width: 540px) {
  .fable-list-cover { width: 50px; }
  .fable-list-cover img { width: 50px; height: 50px; }
  .fable-list-name { font-size: 12px; }
  .fable-list-sub { font-size: 9px; }
  .fable-list-price { font-size: 11px; }
  .fable-cart-btn { width: 28px; height: 28px; font-size: 12px; }
}

/* ===== SIDE MENU REDESIGN ===== */
.pmenu { border-bottom: none !important; transition: background .15s; }
.pmenu:hover { background: rgba(1,101,252,0.08) !important; }

/* ===== PRODUCT LIST VIEW CARDS ===== */
.fable-list { display: flex; flex-direction: column; gap: 8px; }
.fable-list-item { display: flex; align-items: center; gap: 12px; padding: 8px; cursor: pointer; }
.fable-list-cover { flex-shrink: 0; width: 60px; }
.fable-list-cover img { width: 60px; height: 60px; object-fit: contain; border-radius: 6px; background: rgba(128,128,128,0.04); padding: 4px; }
.fable-list-body { flex: 1; min-width: 0; padding: 0 10px; }
.fable-list-name { font-size: 14px; font-weight: 700; margin: 0 0 2px; }
.fable-list-sub { font-size: 11px; color: #999; font-weight: 400; margin: 0 0 4px; }
.fable-list-desc { font-size: 11px; color: #aaa; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 280px; }
.fable-list-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.fable-list-price { font-size: 13px; font-weight: 700; color: #0165fc; white-space: nowrap; }

/* ===== CART BUTTONS ===== */
.fable-cart-btn { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 2px solid; border-radius: 4px; background: transparent; font-size: 14px; cursor: pointer; transition: all .15s; }
.fable-cart-btn:hover { border-color: #0165fc; background: #0165fc; color: #fff; }

/* ===== DASHBOARD TOGGLE IN PAGE_ELEMENT ===== */
.page_element .chart-toggle-bar { margin: 0; }
.chart-toggle-btn { width: 32px; height: 32px; padding: 0; }
.chart-toggle-btn i { font-size: 14px; }

/* ===== PRODUCT VIEW TOGGLE BAR ===== */
.fable-view-bar { display: flex; align-items: center; justify-content: flex-end; padding: 6px 10px; }
.fable-view-toggle { display: inline-flex; align-items: center; gap: 2px; }
.fable-view-toggle .fable-toggle-btn { width: 28px; height: 28px; font-size: 12px; }

/* ===== MOBILE NOTIFICATION DOT ===== */
#open_sub_mobile { position: relative; }
.st-mobile-dot { position: absolute; top: 2px; right: 2px; width: 10px; height: 10px; border-radius: 50%; background: #e53e3e; box-shadow: 0 0 6px rgba(229,62,62,.7); z-index: 10; }

/* ===== FOOTER REDESIGN ===== */
#site_footer { background: #1e1e1e; color: #bbb; padding: 36px 20px 10px; margin-top: 30px; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; }
.footer-col { flex: 1; min-width: 140px; }
.footer-brand { flex: 0 0 auto; max-width: 200px; }
.footer-logo { max-height: 36px; display: block; }
.footer-nav h4, .footer-social h4 { font-size: 12px; font-weight: 700; margin: 0 0 10px; text-transform: uppercase; letter-spacing: .1em; color: #888; }
.footer-nav a { display: block; font-size: 13px; padding: 4px 0; opacity: .7; transition: opacity .15s; color: inherit; }
.footer-nav a:hover { opacity: 1; color: #fff; }
.footer-social-icons { display: flex; gap: 8px; }
.footer-social-icons .fable-cart-btn { border-color: rgba(255,255,255,0.2); color: #bbb; }
.footer-social-icons .fable-cart-btn:hover { border-color: #0165fc; background: #0165fc; color: #fff; }
.footer-bottom { text-align: center; padding-top: 18px; margin-top: 18px; border-top: 1px solid rgba(255,255,255,0.06); font-size: 12px; opacity: .5; }
#comments.tab_zone { padding: 0; }
.comment_list { padding: 0; }
.comment_item { display: flex; gap: 10px; padding: 12px 0; }
.comment_item + .comment_item { border-top: 1px solid rgba(128,128,128,0.08); }
.comment_avatar { flex-shrink: 0; }
.comment_avatar img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; display: block; }
.comment_body { flex: 1; min-width: 0; }
.comment_meta { display: flex; align-items: center; gap: 6px; margin-bottom: 3px; flex-wrap: wrap; }
.comment_author { font-size: 13px; font-weight: 700; }
.rank_icon_small { width: 14px; height: 14px; vertical-align: middle; }
.comment_date { font-size: 11px; opacity: .5; margin-left: auto; }
.comment_text { font-size: 13px; line-height: 1.5; word-break: break-word; }
.comment_actions { margin-top: 6px; }
.comment_reply_btn { font-size: 11px; padding: 3px 10px; }
.comment_reply_form { margin-top: 8px; display: flex; gap: 6px; align-items: flex-start; }
.comment_reply_form .comment_input { flex: 1; min-height: 36px; height: 36px; }
.comment_replies { margin-left: 42px; padding-left: 12px; border-left: 2px solid rgba(128,128,128,0.08); }
.comment_replies .comment_item { padding: 8px 0; border: none; }
.comment_replies .comment_item:last-child { padding-bottom: 0; }
.comment_form { padding-top: 12px; border-top: 1px solid rgba(128,128,128,0.08); }
.comment_form .comment_input,
.comment_form textarea { width: 100%; min-height: 64px; padding: 10px 12px; border: 1px solid rgba(128,128,128,0.15); border-radius: 6px; background: transparent; font-size: 13px; resize: vertical; box-sizing: border-box; margin-bottom: 8px; }
.comment_form .comment_input:focus,
.comment_form textarea:focus { outline: none; border-color: #0165fc; }
@media screen and (max-width: 480px) {
  .comment_avatar img { width: 28px; height: 28px; }
  .comment_replies { margin-left: 30px; }
  .comment_meta { gap: 4px; }
  .comment_date { margin-left: 0; width: 100%; }
}
@media screen and (max-width: 540px) {
  .footer-inner { flex-direction: column; gap: 20px; }
  .footer-brand { max-width: 100%; }
}

/* ===== PAGE MAKER TABLE ===== */
.page-maker-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.page-maker-table th, .page-maker-table td { padding: 8px 10px; text-align: left; border-bottom: 1px solid rgba(128,128,128,0.12); }
.page-maker-table th { font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; opacity: .7; }
.page-maker-table tbody tr:hover { background: rgba(1,101,252,0.04); }

/* ===== SKEUOMORPHIC HEADER SEARCH ===== */
#header_search_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 380px;
  z-index: 5;
}
.skeuo-wrap {
  position: relative;
  display: block;
  max-width: 380px;
  margin: 0 auto;
}
.skeuo-wrap::before {
  content: '\f002';
  font-family: FontAwesome;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  opacity: .35;
  color: inherit;
  pointer-events: none;
  z-index: 1;
}
.skeuo-wrap input {
  width: 100%;
  padding: 7px 72px 7px 32px;
  font-size: 13px;
  border: 1px solid;
  border-radius: 5px;
  outline: none;
  transition: border-color .15s, box-shadow .15s;
  box-shadow: inset 0 2px 5px rgba(0,0,0,0.2), inset 0 1px 2px rgba(0,0,0,0.1);
  background: rgba(255,255,255,0.1);
  border-color: rgba(0,0,0,0.25);
  color: inherit;
  vertical-align: middle;
  box-sizing: border-box;
}
.skeuo-wrap input:focus {
  border-color: #0165fc;
  box-shadow: inset 0 2px 5px rgba(0,0,0,0.2), 0 0 0 3px rgba(1,101,252,0.2);
  background: rgba(255,255,255,0.15);
}
.skeuo-wrap input::placeholder {
  opacity: .45;
  color: inherit;
}
.skeuo-shortcut {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 10px;
  font-weight: 600;
  pointer-events: none;
  opacity: .3;
  color: inherit;
}
.skeuo-shortcut kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px 5px;
  font-size: 9px;
  font-family: inherit;
  line-height: 1.3;
  border: 1px solid;
  border-radius: 3px;
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.15);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
/* ===== PROFILE PAGE ===== */
.profile-cover-wrap {
  position: relative;
  margin-bottom: 60px;
}
.profile-cover {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
  background-color: rgba(255,255,255,0.06);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.profile-avatar-section {
  position: absolute;
  left: 24px;
  bottom: -40px;
  display: flex;
  align-items: flex-end;
  gap: 16px;
  z-index: 3;
}
.profile-page-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid;
  border-color: var(--main-color, #0165fc);
  position: relative;
  flex-shrink: 0;
  background: var(--bg-color, #1a1a2e);
}
.profile-page-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.avatar-edit-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  transition: opacity .15s;
}
.profile-page-avatar:hover .avatar-edit-overlay {
  opacity: 1;
}
.profile-page-name {
  padding-bottom: 8px;
}
.profile-page-name h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
.profile-page-name .profile-rank {
  font-size: 12px;
  opacity: .6;
}
.profile-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 16px 0;
}
.stat-card {
  text-align: center;
  padding: 20px 12px !important;
  border-radius: 10px;
}
.stat-card .stat-icon {
  font-size: 24px;
  opacity: .35;
  margin-bottom: 8px;
}
.stat-card .stat-value {
  font-size: 20px;
  font-weight: 700;
}
.stat-card .stat-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: .5;
  margin-top: 4px;
}
.profile-invoice-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.profile-invoice-table th {
  text-align: left;
  padding: 10px 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 10px;
  opacity: .5;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.profile-invoice-table td {
  padding: 10px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  vertical-align: middle;
}
.inv-thumb {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  object-fit: cover;
  vertical-align: middle;
  margin-right: 6px;
}
.codes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
}
.code-card {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 16px;
  background: rgba(255,255,255,0.02);
}
.code-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.code-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.code-badge.public {
  background: rgba(1,101,252,0.15);
  color: #0165fc;
}
.code-badge.personal {
  background: rgba(52,199,89,0.15);
  color: #34c759;
}
.code-discount {
  font-size: 16px;
  font-weight: 700;
  color: #34c759;
}
.code-middle {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.code-text {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  font-family: monospace;
  background: rgba(255,255,255,0.04);
  padding: 6px 10px;
  border-radius: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.code-copy {
  flex-shrink: 0;
  padding: 6px 10px !important;
}
.code-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  opacity: .45;
}
#redeem_section {
  padding: 0 0 8px;
}
#redeem_section input.full_input,
.admin-redeem-input input.full_input {
  box-sizing: border-box;
}
#redeem_section .reg_button.default_btn {
  padding: 6px 10px;
  font-size: 12px;
}
.redeem-remove-btn {
  padding: 4px 8px !important;
  font-size: 12px;
  line-height: 1;
}
.redeem-remove-btn:hover {
  background: rgba(255,59,48,0.15);
  color: #ff3b30;
}
#redeem_section input#redeem_code_input {
  box-sizing: border-box;
}
.badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.badge.success { background: rgba(52,199,89,0.15); color: #34c759; }
.badge.warning { background: rgba(255,149,0,0.15); color: #ff9500; }
.badge.error { background: rgba(255,59,48,0.15); color: #ff3b30; }
@media screen and (max-width: 768px) {
  #header_search_wrap { display: none; }
  .profile-cover { height: 160px; }
  .profile-avatar-section { left: 16px; bottom: -30px; }
  .profile-page-avatar { width: 70px; height: 70px; border-radius: 50%; }
  .profile-page-name h2 { font-size: 17px; }
  .profile-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .codes-grid { grid-template-columns: 1fr; }
}

/* ===== LICENSE INTEGRATION CARDS ===== */
.lc-integration-card {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  padding: 16px 18px;
  margin-bottom: 16px;
  background: rgba(255,255,255,.02);
}
.lc-int-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 14px;
}
.lc-int-id {
  display: inline-block;
  padding: 1px 8px;
  border-radius: 4px;
  background: rgba(1,101,252,.12);
  color: #0165fc;
  font-size: 11px;
  font-weight: 700;
  margin-right: 8px;
  vertical-align: middle;
}
.lc-int-snippets {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lc-snippet-block {
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 8px;
  overflow: hidden;
}
.lc-snippet-label {
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 700;
  background: rgba(255,255,255,.03);
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.lc-snippet-code-wrap {
  position: relative;
}
.lc-snippet-code {
  margin: 0;
  padding: 12px;
  font-size: 11px;
  line-height: 1.5;
  overflow-x: auto;
  white-space: pre;
  font-family: "SF Mono","Fira Code","Consolas",monospace;
  background: rgba(0,0,0,.15);
  max-height: 350px;
  tab-size: 4;
}
.lc-copy-btn {
  position: absolute !important;
  top: 6px !important;
  right: 6px !important;
  padding: 3px 8px !important;
  font-size: 11px !important;
  opacity: .4;
  transition: opacity .15s;
}
.lc-snippet-code-wrap:hover .lc-copy-btn {
  opacity: 1;
}

/* ===== LARGE MODAL CENTERING ===== */
#large_modal .large_modal_in {
  margin: 3% auto;
  max-height: 94vh;
  overflow-y: auto;
}
/* ===== PROFILE MODAL ===== */
.clay-modal-wrap {
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
}
.clay-modal-head {
  position: relative;
  padding: 16px 16px 12px;
  border-bottom: 1px solid rgba(128,128,128,.12);
}
.clay-profile-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 4px;
  z-index: 2;
}
.clay-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  border: 1px solid transparent;
  background: transparent;
  color: inherit;
  font-size: 16px;
  cursor: pointer;
  opacity: .4;
  transition: opacity .15s, border-color .15s, background .15s;
}
.clay-action-btn:hover {
  opacity: .85;
  border-color: rgba(128,128,128,.2);
  background: rgba(128,128,128,.06);
}
.clay-avatar-section {
  display: flex;
  align-items: center;
  gap: 12px;
}
.clay-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid rgba(128,128,128,.12);
}
.clay-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.clay-name-section {
  min-width: 0;
}
.clay-username {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.clay-username.expanded {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}
.clay-rank {
  font-size: 11px;
  opacity: .5;
  margin-top: 2px;
}
.clay-modal-body {
  padding: 8px 0 4px;
}
.clay-card {
  padding: 12px 16px 14px;
  border-bottom: 1px solid rgba(128,128,128,.08);
}
.clay-card:last-child {
  border-bottom: none;
}
.clay-card-title {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  opacity: .35;
  margin-bottom: 6px;
}
.clay-card-title i {
  margin-right: 4px;
}
.clay-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}
.clay-info-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 3px 0;
  font-size: 12px;
  min-width: 0;
}
.clay-info-item > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.clay-info-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  flex-shrink: 0;
  opacity: .4;
}
.clay-info-label {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .05em;
  opacity: .35;
  font-weight: 600;
}
.clay-info-value {
  font-weight: 600;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.clay-info-value.expanded {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}
.clay-info-value .user_item_flag img {
  width: 14px;
  height: 10px;
  vertical-align: middle;
  border-radius: 2px;
}
@media screen and (max-width: 540px) {
  .clay-card-grid { grid-template-columns: 1fr; }
  .clay-avatar { width: 44px; height: 44px; }
  .clay-username { font-size: 15px; }
  .clay-modal-head { padding: 12px 12px 10px; }
  .clay-card { padding: 10px 12px 12px; }
  .clay-action-btn { width: 30px; height: 30px; font-size: 14px; }
}

/* ===== BLURRED AVATAR COVER ===== */
.profile-cover {
  overflow: hidden;
  position: relative;
}
.edit_profile_btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  background: #0165fc;
  color: #fff;
  transition: all .2s;
}
.edit_profile_btn:hover {
  background: #0142a8;
  transform: translateY(-1px);
}
.profile-cover-blur {
  position: absolute;
  inset: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  object-fit: cover;
  filter: blur(24px);
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}
/* ===== SIDEBAR REDESIGN: flex layout for sticky support ===== */
#page_global {
  display: flex !important;
  align-items: flex-start;
  min-height: 0;
}
.page_indata {
  flex: 1;
  min-width: 0;
  display: block;
}

/* desktop sidebar only */
@media screen and (min-width: 1201px) {
  .page_menu {
    flex-shrink: 0;
    width: 250px;
    padding-right: 10px;
    position: sticky;
    top: 65px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    transition: width .3s ease, top .3s ease;
  }
  .page_menu .pmenu {
    transition: padding .3s ease, text-align .3s ease;
  }
  .page_menu .menu_text,
  .page_menu .page_drop_icon,
  .page_menu .sub_menu_in {
    transition: opacity .3s ease, max-width .3s ease, padding .3s ease, margin .3s ease;
  }
  .page_menu .menu_icon {
    transition: width .3s ease;
  }
  #sidebar_footer {
    transition: all .3s ease;
  }
  #sidebar_inner {
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-height: calc(100vh - 50px);
  }
  #page_in_menu {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
  }
  #sidebar_footer {
    flex-shrink: 0;
    padding: 12px 8px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-top: 1px solid rgba(255,255,255,0.06);
  }

  /* collapsed state */
  .page_menu.collapsed {
    width: 50px;
  }
  .page_menu.collapsed .menu_text,
  .page_menu.collapsed .page_drop_icon,
  .page_menu.collapsed .sub_menu_in {
    display: none !important;
  }
  .page_menu.collapsed .pmenu {
    padding: 12px 10px;
    text-align: center;
    overflow: visible !important;
  }
  .page_menu.collapsed .menu_icon {
    width: auto;
  }
  .page_menu.collapsed .psmenu {
    display: none !important;
  }
  .page_menu.collapsed #page_in_menu {
    overflow: visible !important;
  }
  .page_menu.collapsed #sidebar_footer {
    flex-direction: column;
    gap: 10px;
    padding: 10px 2px 16px;
  }
}

/* collapsed flyout panels */
.sidebar-flyout {
  position: fixed;
  z-index: 9999;
  min-width: 170px;
  padding: 6px 0;
  border-radius: 0 8px 8px 0;
  box-shadow: 2px 4px 16px rgba(0,0,0,0.25);
  display: none;
  border: 1px solid rgba(255,255,255,0.06);
  border-left: none;
}
.sidebar-flyout.flyout-visible {
  display: block;
}
.sidebar-flyout .flyout-item {
  padding: 10px 16px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background .1s;
}
.sidebar-flyout .flyout-item i {
  width: 18px;
  text-align: center;
  font-size: 13px;
}
.sidebar-flyout .flyout-item:hover {
  background: rgba(1,101,252,0.08);
}

/* sidebar footer button base styles (general) */
.sidebar-footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 2px solid;
  border-radius: 6px;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
  transition: color .15s, border-color .15s, background .15s;
  color: inherit;
  opacity: .55;
}
.sidebar-footer-btn:hover {
  opacity: 1;
  border-color: #0165fc;
  color: #0165fc;
}

/* ===== MOBILE SIDEBAR SLIDE ANIMATION ===== */
@media screen and (max-width: 1200px) {
  #side_menu {
    display: block !important;
    transform: translateX(-100%);
    transition: transform .3s ease, visibility .3s ease;
    visibility: hidden;
  }
  #side_menu.open {
    transform: translateX(0);
    visibility: visible;
  }
  #side_menu .side_menu_content {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

/* ===== FLOATING CAPSULE HEADER ON SCROLL ===== */
#header2 {
  left: 50%;
  transform: translateX(-50%);
  transition:
    width .3s ease,
    border-radius .3s ease,
    box-shadow .3s ease,
    background .3s ease;
}
#page_wrapper {
  transition: padding-top .3s ease;
}
#page_container .page_left {
  display: block;
  width: auto;
}
@media screen and (min-width: 1201px) {
  #header2.header-capsule {
    width: 80%;
    top: 10px;
    border-radius: 26px;
    border-bottom: none;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
  }
  #header2.header-capsule #wrap_main_header {
    max-width: none;
    padding: 0 14px;
  }
  #header2.header-capsule #main_header {
    padding: 0;
  }
  #header2.header-capsule .head_logo {
    width: auto;
  }
  #header2.header-capsule .head_logo img {
    height: 30px;
  }
  #header2.header-capsule #empty_top_mob {
    width: 0;
    padding: 0;
    overflow: hidden;
  }
  #header2.header-capsule #store_cart_menu {
    padding-right: 18px;
    white-space: nowrap;
  }
  #header2.header-capsule #store_cart_menu .hide_mobile {
    display: none;
  }
  #header2.header-capsule #main_mob_menu {
    width: 40px;
  }
  #header2.header-capsule .glob_av,
  #header2.header-capsule .avatar_menu {
    width: 40px;
    height: 40px;
  }
  #header2.header-capsule #open_sub_mobile {
    width: 0;
    padding: 0;
    overflow: hidden;
  }
  #header2.header-capsule + .empty_subhead + #page_content {
    padding-top: 85px;
  }
  #redeem_input_row.btable {
    display: block;
  }
  #redeem_input_row.btable .bcell_mid {
    display: block;
    width: auto !important;
    padding-right: 0 !important;
  }
  #redeem_input_row.btable .bcell_mid + .bcell_mid {
    margin-top: 6px;
  }
  /* auto-collapse sidebar on scroll (smooth width, instant text hide) */
  .page_menu.auto-collapsed {
    width: 50px;
    top: 85px;
  }
  .page_menu.auto-collapsed .menu_text,
  .page_menu.auto-collapsed .page_drop_icon,
  .page_menu.auto-collapsed .sub_menu_in {
    display: none !important;
  }
  .page_menu.auto-collapsed .pmenu {
    padding: 12px 10px;
    text-align: center;
    overflow: visible !important;
  }
  .page_menu.auto-collapsed .menu_icon {
    width: auto;
  }
  .page_menu.auto-collapsed .psmenu {
    display: none !important;
  }
  .page_menu.auto-collapsed #page_in_menu {
    overflow: visible !important;
  }
  .page_menu.auto-collapsed #sidebar_footer {
    flex-direction: column;
    gap: 10px;
    padding: 10px 2px 16px;
  }
}

/* ===== MOBILE FIXES ===== */
@media screen and (max-width: 1200px) {
  #side_menu {
    padding-top: 65px;
  }
  /* header slides to top when scrolling to avoid gap */
  #header2.header-scrolled {
    top: 0 !important;
  }
  #header2 {
    transition:
      width .3s ease,
      border-radius .3s ease,
      top .3s ease,
      box-shadow .3s ease,
      background .3s ease;
  }
}
@media screen and (max-width: 768px) {
  #store_cart_menu {
    padding-right: 8px !important;
  }
  #store_cart_menu #theme-toggle {
    font-size: 13px;
    padding: 2px 6px;
  }
}
@media screen and (max-width: 480px) {
  #store_cart_menu {
    padding-right: 4px !important;
  }
  #store_cart_menu #theme-toggle {
    font-size: 12px;
    padding: 2px 4px;
  }
}

/* ===== CART RESPONSIVE ===== */
#redeem_input_row.btable {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#redeem_input_row.btable .bcell_mid {
  display: block;
  width: auto !important;
  padding-right: 0 !important;
}
#redeem_input_row.btable .bcell_mid button {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .store_checkout.page_full {
    display: block;
  }
  .store_checkout .page_left,
  .store_checkout .page_350 {
    display: block;
    width: 100%;
    padding: 0;
  }
  .store_checkout .page_350 {
    margin-top: 12px;
  }
}

/* ===== PRODUCT INFO MODAL (get_info) ===== */
.geti-wrap {
  padding: 0;
  overflow: hidden;
}
.geti-header {
  position: relative;
  padding: 20px 20px 14px;
  border-bottom: 1px solid rgba(128,128,128,.1);
}
.geti-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: none;
  background: transparent;
  color: inherit;
  font-size: 16px;
  cursor: pointer;
  opacity: .35;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .15s, background .15s;
}
.geti-close:hover {
  opacity: .8;
  background: rgba(128,128,128,.08);
}
.geti-head-content {
  display: flex;
  align-items: center;
  gap: 14px;
}
.geti-icon {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid rgba(128,128,128,.1);
}
.geti-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.geti-head-info {
  flex: 1;
  min-width: 0;
}
.geti-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.geti-name .product_version {
  font-size: 11px;
  font-weight: 600;
  opacity: .5;
  margin-left: 6px;
}
.geti-category {
  font-size: 12px;
  opacity: .5;
  margin-bottom: 8px;
}
.geti-category i {
  margin-right: 3px;
}
.geti-price-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.geti-price {
  font-size: 20px;
  font-weight: 800;
  color: #0165fc;
}
.geti-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border-radius: 8px;
  border: none;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  background: #0165fc;
  color: #fff;
  transition: background .15s, transform .15s;
}
.geti-btn:hover {
  background: #0142a8;
  transform: translateY(-1px);
}
.geti-stats {
  display: flex;
  border-bottom: 1px solid rgba(128,128,128,.08);
}
.geti-stat {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 9px 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .04em;
  opacity: .5;
  font-weight: 600;
}
.geti-stat:not(:last-child) {
  border-right: 1px solid rgba(128,128,128,.08);
}
.geti-stat i {
  font-size: 12px;
}
.geti-stat span {
  font-size: 13px;
  font-weight: 700;
  opacity: 1;
  color: inherit;
}
.geti-tabs {
  border-bottom: 1px solid rgba(128,128,128,.08);
  padding: 0 4px;
}
.geti-tabs .tab_menu {
  background: transparent;
  font-size: 0;
}
.geti-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2px;
}
.geti-tabs .tab_menu_item {
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  opacity: .45;
  transition: opacity .15s, border-color .15s;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.geti-tabs .tab_menu_item:hover {
  opacity: .7;
}
.geti-tabs .tab_selected {
  background: transparent;
}
.geti-tabs .tab_menu_item.tab_selected {
  opacity: 1;
  border-bottom-color: #0165fc;
}
.geti-tabs .tab_menu_item i {
  margin-right: 4px;
}
.geti-body {
  padding: 12px 16px 16px;
}
.geti-demo {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  opacity: .6;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(128,128,128,.06);
}
.geti-demo a {
  color: #0165fc;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 380px;
  display: inline-block;
  vertical-align: middle;
}
.geti-demo a:hover {
  text-decoration: underline;
}
.geti-desc {
  font-size: 13px;
  line-height: 1.55;
  max-height: 300px;
  overflow-y: auto;
  opacity: .75;
  padding-right: 4px;
}
.geti-desc::-webkit-scrollbar {
  width: 4px;
}
.geti-desc::-webkit-scrollbar-thumb {
  background: rgba(128,128,128,.25);
  border-radius: 4px;
}
.geti-body .preview_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 10px;
}
.geti-body .preview_grid .store_preview img {
  width: 100%;
  height: auto;
  max-height: 166px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  transition: opacity .15s;
}
.geti-body .preview_grid .store_preview img:hover {
  opacity: .8;
}

/* ===== ACTIVITY LOG ===== */
.log_toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.log_status_text {
  margin-left: 0;
}
.log_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(128,128,128,0.12);
}
.log_page_info {
  font-size: 13px;
  opacity: .7;
  white-space: nowrap;
}
.log_empty_state {
  text-align: center;
  padding: 30px 20px;
  font-size: 14px;
  opacity: .5;
}

.log_item {
  border-bottom: 1px solid rgba(128,128,128,0.06);
  cursor: pointer;
  transition: background .15s;
  border-radius: 4px;
}
.log_item:last-child {
  border-bottom: none;
}
.log_item:hover {
  background: rgba(1,101,252,0.04);
}
.log_avatar_cell {
  width: 46px;
  text-align: center;
}
.log_avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border: 2px solid rgba(128,128,128,0.08);
  transition: border-color .15s;
}
.log_item:hover .log_avatar {
  border-color: rgba(1,101,252,0.25);
}
.log_main_cell {
  padding: 0 6px;
  min-width: 0;
}
.log_username {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.log_action {
  font-size: 12px;
  margin: 0;
  opacity: .65;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.log_meta_cell {
  padding-left: 10px;
  white-space: nowrap;
}
.log_time {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 1px;
}
.log_ip {
  font-size: 11px;
  margin: 0;
  opacity: .45;
}

@media screen and (max-width: 768px) {
  .log_item .btable,
  .log_item .bcell_mid {
    display: block;
    width: 100%;
  }
  .log_item {
    padding: 10px 8px;
    margin-bottom: 6px;
    border: 1px solid rgba(128,128,128,0.1);
    border-radius: 6px;
    background: rgba(128,128,128,0.02);
  }
  .log_item:last-child {
    border-bottom: 1px solid rgba(128,128,128,0.1);
  }
  .log_avatar_cell {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
  }
  .log_main_cell {
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
    padding: 0 0 0 6px;
  }
  .log_meta_cell {
    padding: 6px 0 0 46px;
    text-align: left;
  }
  .log_time {
    display: inline;
    font-size: 11px;
  }
  .log_ip {
    display: inline;
    font-size: 11px;
    margin-left: 8px;
  }
  .log_pagination {
    flex-wrap: wrap;
  }
}
.ad-top {
  position: relative;
  z-index: 5;
  transition: opacity .35s ease .15s;
}
.ad-top.ad-faded {
  opacity: 0;
  pointer-events: none;
}
