.eshare_chart_main {
  padding: 26px 0 42px;
}

.eshare_header {
  padding: 14px 0 0;
}
.eshare_header .eshare_header_main {
  border-top: 1px solid #d7d9df;
  padding: 16px 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.eshare_wallet_info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.eshare_wallet_icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bg, linear-gradient(180deg, #46B0FF 0%, #131C43 100%));
}
.eshare_wallet_icon img {
  width: 22px;
  height: 22px;
  display: block;
}

.eshare_wallet_text h4 {
  margin: 0 0 2px;
  color: #222632;
  font-family: var(--font-primary-500);
  font-size: 18px;
  line-height: 1.2;
}
.eshare_wallet_text p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5f6370;
  font-size: 14px;
  font-family: var(--font-primary-400);
}
.eshare_wallet_text strong {
  color: #237DC0;
  font-size: 20px;
  font-family: var(--font-primary-500);
  line-height: 1.1;
}
.eshare_wallet_text span {
  color: #404041;
  font-family: var(--font-primary-100);
}

.eshare_wallet_btn {
  min-width: 238px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #8db2c3;
  background: #fff;
  color: #277ca4;
  font-size: 16px;
  font-family: var(--font-secondary-400);
  padding: 0 14px;
}

.eshare_trade_layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 265px;
  gap: 0;
  border-top: 1px solid #d6dbe3;
  border-bottom: 1px solid #d6dbe3;
  align-items: stretch;
}

.eshare_chart_card {
  padding: 0px;
  border-right: 1px solid #d6dbe3;
  min-height: 100%;
}

.eshare_chart_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.eshare_chart_head h3 {
  color: var(--Primary-Dark, #404041);
  font-family: var(--font-primary-700);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.eshare_chart_tabs {
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  padding: 3px;
  background: #E4ECF5;
}

.eshare_chart_tab {
  min-width: 88px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #3d4350;
  font-family: var(--font-primary-100);
  transition: all 0.2s ease;
  color: var(--Primary-Dark, #404041);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.eshare_chart_tab.is-active {
  background: #FFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}

.eshare_chart_canvas {
  width: 100%;
  height: 520px;
}

.eshare_side_list {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.eshare_side_block {
  padding: 12px 12px 10px;
  flex: 1;
}

.eshare_side_block--buy {
  background: #1f63bd;
  color: #fff;
}

.eshare_side_block--sell {
  background: #EEE;
  color: #333a45;
}

.eshare_side_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-family: var(--font-primary-700);
  font-size: 16px;
}
.eshare_side_head button {
  border: 0;
  min-width: 84px;
  height: 30px;
  border-radius: 11px;
  background: #1c57aa;
  color: #fff;
  font-size: 14px;
  font-family: var(--font-primary-500);
}

.eshare_side_block table {
  width: 100%;
  border-collapse: collapse;
}

.eshare_side_block th,
.eshare_side_block td {
  font-size: 13px;
  font-family: var(--font-primary-100);
  padding: 4px 0;
  white-space: nowrap;
}

.eshare_side_block th {
  opacity: 0.9;
  font-size: 12px;
  text-align: left;
  font-family: var(--font-primary-100);
}

.eshare_side_block--buy th {
  color: rgba(229, 239, 255, 0.9);
}

.eshare_side_block--sell th {
  color: #6f7786;
}

.eshare_side_block th:last-child,
.eshare_side_block td:last-child {
  text-align: right;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .pinnacle_info {
    max-width: 80%;
  }
  .sm_menu_dropdown {
    min-width: 160px;
    width: 160px;
  }
}
@media (max-width: 1599px) {
  .banner_main .banner_left h1 {
    font-size: 64px;
    line-height: 1.1;
  }
}
@media (max-width: 1399px) {
  .logo img {
    width: 110px;
  }
  .logo_nav nav ul {
    gap: 6px;
  }
  .menu-btn,
  .logo_nav nav ul li a {
    font-size: 12px;
  }
  .menu-drop-btn {
    padding: 7px 14px;
  }
  .banner_main .banner_left h1 {
    font-size: 54px;
  }
  .banner_main .banner_left h4 {
    font-size: 34px;
  }
  .banner_main .banner_left p {
    max-width: 70%;
  }
  .referral_main {
    max-width: 400px;
  }
  .referral_main::before {
    left: 0px;
    top: -76px;
    height: 84px;
    width: 378px;
  }
  .referral_main .ref_title {
    margin-top: 7rem;
  }
  .referral_main .ref_title h4 {
    font-size: 20px;
  }
  div#qrcode canvas {
    width: 150px;
    height: 150px;
  }
  .timer_value {
    font-size: 34px;
  }
  .timer_label {
    font-size: 21px;
  }
  .info_card .info_card_value {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  .referral_main {
    max-width: 400px;
    min-width: 400px;
  }
}
@media (max-width: 1199px) {
  .banner_main .banner_left h1 {
    font-size: 46px;
  }
  .banner_main .banner_left h4 {
    font-size: 30px;
  }
  .banner_main .banner_left p {
    max-width: 100%;
  }
  .time_zone_main .title {
    max-width: 60%;
  }
  .info_card--wallet,
  .info_card--earnings,
  .info_card--accumulative,
  .info_card--copytrade {
    grid-column: span 6;
  }
  .info_card--rank {
    grid-column: span 12;
  }
  .referral_main::before {
    left: 0px;
    top: -80px;
    height: 89px;
    width: 397px;
  }
  .time_zone_main {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .time_zone_main .title h3 {
    padding: 1.2rem 0;
    font-size: 20px;
  }
  .timer_main {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .rank_slide_right {
    padding: 30px 24px 22px;
  }
  .rank_title_row h3 {
    font-size: 28px;
  }
  .rank_val strong,
  .rank_val span {
    font-size: 14px;
  }
  .copy_zone_head h3 {
    font-size: 22px;
  }
  .copy_zone_head p {
    font-size: 12px;
  }
  .copy_zone_item {
    grid-template-columns: 200px 1fr 1.2fr 160px;
  }
  .copy_zone_name {
    font-size: 26px;
    padding: 0 14px;
  }
  .copy_zone_meta span,
  .copy_zone_meta strong {
    font-size: 13px;
  }
  .copy_zone_btn {
    height: 46px;
    font-size: 14px;
  }
  .live_trade_table td {
    font-size: 14px;
    padding: 14px 12px;
  }
  .live_trade_info {
    padding: 20px 22px;
  }
  .live_trade_info h4 {
    font-size: 14px;
  }
  .live_trade_info_row span,
  .live_trade_info_row strong {
    font-size: 14px;
  }
  .support_chat_main {
    grid-template-columns: 230px 1fr;
    min-height: 600px;
  }
  .support_chat_back {
    font-size: 20px;
  }
  .support_chat_topics a {
    font-size: 16px;
  }
  .support_message_meta strong {
    font-size: 14px;
  }
  .support_message_meta span {
    font-size: 12px;
  }
  .support_message_bubble {
    font-size: 16px;
  }
  .support_chat_input textarea {
    font-size: 15px;
  }
  .support_chat_input button {
    font-size: 14px;
  }
  .profile_rank_prev img, .profile_rank_next img {
    width: 30px;
  }
}
@media (max-width: 991px) {
  header .container {
    max-width: 100%;
  }
  .header_main::before {
    display: none;
  }
  .logo_nav {
    position: relative;
    padding: 10px 0;
  }
  .logo_nav .logo img {
    width: 104px;
  }
  .logo_nav .menu-toggle {
    display: block;
  }
  .menu-btn, .logo_nav nav ul li a {
    font-size: 15px;
    font-family: var(--font-primary-500);
    display: inline-block;
    width: 100%;
  }
  .menu-btn::after {
    right: 23px;
  }
  .subMenu_main {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: static;
  }
  .subMenu_main .subMenu {
    gap: 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 12px;
  }
  .subMenu_main .subMenu li {
    flex: 0 0 auto;
  }
  .subMenu_main .subMenu li a {
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
    padding: 14px 0;
  }
  .subMenu_main .subMenu li .active::after {
    width: 32px;
  }
  .site-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(88vw, 260px);
    height: 100vh;
    background: #0a0f1f;
    z-index: 1200;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: right 0.3s ease;
    box-shadow: -12px 0 28px rgba(0, 0, 0, 0.4);
  }
  .site-nav.is-open {
    right: 0;
  }
  .site-nav .site-nav__head {
    display: flex;
    margin-bottom: 0 0 10px;
  }
  .site-nav ul {
    display: block;
    padding: 12px 16px 24px;
  }
  .site-nav ul li {
    margin: 0 0 6px;
    width: 100%;
  }
  .site-nav ul,
  .site-nav .logo_nav nav ul,
  .site-nav .logo_nav .site-nav ul {
    display: block !important;
    justify-content: initial !important;
    align-items: stretch !important;
    gap: 0 !important;
  }
  .site-nav ul li,
  .site-nav .logo_nav nav ul li,
  .site-nav .logo_nav .site-nav ul li {
    width: 100% !important;
    display: block !important;
  }
  .site-nav .dropdown {
    width: 100%;
    position: static;
  }
  .site-nav .dropdown::after {
    content: none;
  }
  .site-nav .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    inset: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    margin-top: 0;
    border-radius: 0;
    z-index: 8;
    overflow-y: auto;
    background: #0a0f1f;
  }
  .site-nav .dropdown.is-open .dropdown-menu {
    display: block;
  }
  .site-nav .menu-btn,
  .site-nav .menu-drop-btn,
  .site-nav ul li > a,
  .site-nav .logo_nav nav ul li a {
    width: 100%;
    text-align: left;
    justify-content: space-between;
    font-size: 13px;
    font-family: var(--font-primary-500);
    font-weight: 500;
    line-height: 1.3;
    padding: 10px 15px;
    border-radius: 8px;
    background: transparent;
    color: #fff;
  }
  .site-nav .menu-drop-btn {
    background: #101734;
    padding: 10px 1rem;
    max-width: calc(100% - 40px);
    margin: 0 0 0 15px;
  }
  .mobile-submenu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 14px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: #050a16;
  }
  .mobile-submenu-head h6 {
    margin: 0;
    font-size: 17px;
    color: #fff;
    font-family: var(--font-primary-600);
  }
  .mobile-submenu-back,
  .mobile-submenu-close {
    border: none;
    background: transparent;
    color: #9fa8bd;
    font-size: 24px;
    line-height: 1;
    padding: 0;
  }
  .menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(1, 6, 21, 0.58);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 1100;
  }
  body.menu-open {
    overflow: hidden;
  }
 /* body.menu-open .menu-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }*/
  .mega-dropdown,
  .dropdown-menu-right.mega-dropdown,
  .logo_nav .dropdown.dropdown--center .mega-dropdown,
  .logo_nav .dropdown.dropdown--right .mega-dropdown,
  .mega-dropdown--compact {
    width: 100%;
    min-width: 0;
    left: 0;
    right: 0;
    top: auto;
    border-radius: 10px;
    transform: none;
  }
  .mega-dropdown__inner {
    flex-direction: column;
    min-height: 100%;
  }
  .mega-dropdown__left {
    border-right: 0;
    border-bottom: 1px solid #2a3042;
  }
  .mega-dropdown__tabs {
    gap: 16px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .mega-dropdown__left,
  .mega-dropdown__right {
    padding: 12px;
  }
  .mega-dropdown__left h6,
  .mega-dropdown__right h6 {
    font-size: 14px;
  }
  .banner_main {
    flex-direction: column;
    gap: 24px;
    padding: 1rem 0 2rem;
  }
  .banner_main .banner_left {
    padding-top: 0;
  }
  .banner_main .banner_left h1 {
    font-size: 42px;
    margin-bottom: 1rem;
  }
  .banner_main .banner_left h1 br {
    display: none;
  }
  .banner_main .banner_left h4 {
    font-size: 30px;
    margin-bottom: 1rem;
  }
  .banner_main .banner_right {
    width: 100%;
    padding-top: 0;
    margin-top: 3rem;
  }
  .banner_right_content {
    margin-top: 12px;
  }
  .eshare_chart_card {
    padding: 0px;
    border-right: 0;
  }
  .eshare_trade_layout {
    grid-template-columns: 1fr;
  }
  .eshare_side_list {
    border-top: 1px solid #d6dbe3;
  }
  .eshare_header .eshare_header_main {
    flex-direction: column;
    align-items: flex-start;
  }
  .eshare_chart_head {
    flex-direction: column;
    align-items: flex-start;
  }
  .eshare_chart_head h3 {
    font-size: 30px;
  }
  .eshare_chart_tab {
    min-width: 74px;
    height: 40px;
    font-size: 16px;
  }
  .eshare_chart_canvas {
    height: 420px;
  }
  .eshare_side_block {
    padding: 10px;
  }
  .eshare_side_head {
    font-size: 15px;
  }
  .eshare_side_head button {
    min-width: 74px;
    height: 28px;
    font-size: 12px;
  }
  .eshare_side_block th,
  .eshare_side_block td {
    font-size: 12px;
  }
  .time_zone_main .title {
    max-width: 100%;
  }
  .timer_main {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .info_cards_wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .info_card--wallet,
  .info_card--earnings,
  .info_card--accumulative,
  .info_card--copytrade,
  .info_card--rank {
    grid-column: span 1;
  }
  .info_card--copytrade .info_card_heading {
    font-size: 42px;
  }
  .referral_main {
    max-width: 402px;
    margin: 0 auto;
  }
  .banner_right_content {
    max-width: 400px;
    margin: 1rem auto 0;
  }
  .banner_main::after, .time_zone_main::after {
    content: none;
  }
  .time_zone_main {
    margin: 0;
  }
  header {
    position: relative;
    z-index: 9;
  }
  .inner_banner_main .inner_banner_cont .banner_heading {
    font-size: 40px;
    line-height: 40px;
    margin: 0;
  }
  .eshare_card {
    min-width: 300px;
    margin-bottom: 0;
    padding: 1rem 1.2rem;
  }
  .eshare_card .tit {
    font-size: 15px;
    font-family: var(--font-primary-500);
  }
  .eshare_card .val {
    font-size: 28px;
    margin-bottom: 1rem;
  }
  .eshare_card .bottom-val h5 {
    font-size: 14px;
  }
  .inner_banner_main .banner_vector {
    right: 0;
  }
  .profile_silder {
    padding-bottom: 40px;
  }
  .rank_slide {
    min-height: 360px;
    flex-direction: column;
  }
  .rank_slide_left,
  .rank_slide_right {
    width: 100%;
  }
  .rank_slide_left {
    padding: 20px 20px 4px;
  }
  .rank_slide_left img {
    max-width: 180px;
  }
  .rank_slide_right {
    padding: 12px 20px 22px;
  }
  .rank_title_row h3 {
    font-size: 30px;
  }
  .rank_title_row p {
    font-size: 14px;
  }
  .rank_metric label {
    font-size: 16px;
  }
  .profile_rank_prev,
  .profile_rank_next {
    width: 42px;
    height: 42px;
    font-size: 24px;
  }
  .copy_zone_item {
    grid-template-columns: 150px 1fr;
    grid-template-areas: "visual name" "meta meta" "action action";
    min-height: 0;
    padding-bottom: 16px;
  }
  .copy_zone_visual {
    grid-area: visual;
    min-height: auto;
    border-radius: 12px;
    margin: 12px 0 0 12px;
    padding: 0;
    background: none;
  }
  .copy_zone_visual img {
    max-width: 110px;
  }
  .copy_zone_name {
    grid-area: name;
    font-size: 20px;
    padding-top: 12px;
  }
  .copy_zone_meta {
    grid-area: meta;
    padding: 6px 14px;
  }
  .copy_zone_meta span,
  .copy_zone_meta strong {
    font-size: 12px;
  }
  .copy_zone_action {
    grid-area: action;
    padding: 0 14px;
  }
  .copy_zone_btn {
    width: 210px;
    max-width: 100%;
    height: 42px;
    font-size: 14px;
    margin: 0 auto;
    display: block;
  }
  .live_trade_table_wrap {
    overflow-x: auto;
  }
  .live_trade_table {
    min-width: 780px;
  }
  .live_trade_table td {
    font-size: 14px;
    padding: 14px 12px;
  }
  .trade_arrow {
    width: 7px;
    height: 9px;
  }
  .trade_arrow::before {
    border-top-width: 4.5px;
    border-bottom-width: 4.5px;
    border-left-width: 7px;
  }
  .live_trade_info {
    padding: 18px;
  }
  .live_trade_info h4 {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .live_trade_info_grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .live_trade_info_col {
    padding: 0;
  }
  .live_trade_info_col + .live_trade_info_col {
    border-left: 0;
    border-top: 1px solid #cfd1d7;
    padding-left: 0;
    padding-top: 12px;
  }
  .live_trade_info_row span,
  .live_trade_info_row strong {
    font-size: 14px;
  }
  .support_chat_main {
    grid-template-columns: 1fr;
  }
  .support_chat_sidebar {
    border-right: 0;
    border-bottom: 1px solid #d9dadd;
  }
  .support_chat_topics {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .support_chat_topics li {
    margin: 0;
  }
  .support_chat_topics a {
    font-size: 12px;
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #dddfe4;
  }
  .support_chat_day span {
    font-size: 14px;
  }
  .support_message_bubble {
    font-size: 14px;
  }
  .support_chat_input {
    min-height: 110px;
  }
  .support_chat_input textarea {
    min-height: 82px;
    padding-right: 125px;
  }
  .support_chat_input button {
    width: 100px;
    height: 36px;
    top: 10px;
    bottom: auto;
    right: 10px;
    font-size: 12px;
  }
  .support_chat_area {
    max-height: 360px;
  }
}
@media (max-width: 767px) {
  .inner_banner_main .inner_banner_cont {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 1rem 0 0;
  }
  .eshare_card {
    margin-left: 0;
  }
  .copy_zone_item {
    grid-template-columns: 1fr;
    grid-template-areas: "visual" "name" "meta" "action";
    padding-bottom: 14px;
  }
  .copy_zone_visual {
    margin: 12px auto 0;
    border-radius: 12px;
    max-width: 220px;
  }
  .copy_zone_name {
    text-align: center;
    padding: 8px 12px 0;
  }
  .copy_zone_meta div {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .copy_zone_meta span {
    text-align: right;
  }
  .copy_zone_meta strong {
    text-align: left;
  }
  .btns_main {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .btns_main .btn {
    width: 100%;
    flex: 1 1 100%;
    min-height: 38px;
    font-size: 13px;
    padding: 8px 12px;
  }
  .profile_action_col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0.5rem !important;
  }
  .profile_action_col .btn {
    min-height: 38px;
    font-size: 13px;
    padding: 8px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .copy_zone_item {
    grid-template-columns: 120px 1fr 2fr 90px;
    grid-template-areas: none;
    min-height: 130px;
    padding-bottom: 0;
  }
  .copy_zone_visual {
    grid-area: auto;
    min-height: 100%;
    margin: 0;
    border-radius: 0;
  }
  .copy_zone_visual img {
    max-width: 75px;
  }
  .copy_zone_name {
    grid-area: auto;
    font-size: 20px;
    padding: 0 14px;
  }
  .copy_zone_meta {
    grid-area: auto;
    padding: 8px 10px;
  }
  .copy_zone_meta span,
  .copy_zone_meta strong {
    font-size: 12px;
  }
  .copy_zone_action {
    grid-area: auto;
    padding: 0 18px;
  }
  .copy_zone_btn {
    min-width: auto;
    width: 50px;
    height: 44px;
    font-size: 14px;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .logo_nav .logo img {
    width: 92px;
  }
  .announcement_bar {
    font-size: 12px;
  }
  .banner_main .banner_left h1 {
    font-size: 34px;
  }
  .banner_main .banner_left h4 {
    font-size: 24px;
  }
  .referral_main .ref_title {
    margin-top: 6.5rem;
    padding: 0 1rem 1.25rem;
  }
  .referral_main .ref_title h4 {
    font-size: 20px;
  }
  .referral_main .ref_title h6 {
    font-size: 14px;
  }
  div#qrcode canvas {
    width: 170px;
    height: 170px;
  }
  .copyUrl {
    padding: 10px;
    gap: 8px;
  }
  .copyUrl p {
    font-size: 12px;
  }
  .eshare_chart_main {
    padding: 18px 0 28px;
  }
  .eshare_wallet_text h4 {
    font-size: 26px;
  }
  .eshare_wallet_text strong {
    font-size: 25px;
  }
  .eshare_wallet_text p {
    font-size: 14px;
    gap: 6px;
    flex-wrap: wrap;
  }
  .eshare_wallet_btn {
    width: 100%;
    min-width: 0;
    font-size: 14px;
    height: 40px;
  }
  .eshare_chart_head h3 {
    font-size: 26px;
  }
  .eshare_chart_tabs {
    width: 100%;
  }
  .eshare_chart_tab {
    flex: 1;
    min-width: 0;
    font-size: 14px;
  }
  .eshare_chart_canvas {
    height: 320px;
  }
  .eshare_side_block {
    padding: 9px;
  }
  .eshare_side_head {
    font-size: 14px;
  }
  .eshare_side_head button {
    min-width: 68px;
    height: 26px;
    font-size: 11px;
  }
  .eshare_side_block th {
    font-size: 11px;
  }
  .eshare_side_block td {
    font-size: 11px;
  }
  .timer_main {
    padding: 10px 12px;
    gap: 8px;
  }
  .timer_value {
    font-size: 24px;
  }
  .timer_item {
    gap: 5px;
  }
  .timer_label {
    font-size: 14px;
  }
  .info_card {
    padding: 14px;
  }
  .info_card .info_card_label {
    font-size: 15px;
  }
  .info_card .info_card_value {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .info_card--earnings {
    padding-bottom: 0;
  }
  .info_row span,
  .info_row strong {
    font-size: 13px;
  }
  .info_rank_title h4 {
    font-size: 42px;
  }
  .info_rank_title p {
    font-size: 15px;
  }
  .copy-toast {
    right: 12px;
    left: 12px;
    width: auto;
    max-width: none;
  }
  .banner_main .banner_left {
    padding-top: 0;
    padding: 0 1rem;
  }
  .rank_title_row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .rank_slide_right {
    padding: 10px 14px 18px;
  }
  .rank_metric {
    margin-bottom: 12px;
  }
  .rank_metric label {
    font-size: 14px;
  }
  .rank_val strong,
  .rank_val span {
    font-size: 16px;
  }
  .profile_rank_prev,
  .profile_rank_next {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
  .copy_zone_main {
    padding: 14px 0 24px;
  }
  .copy_zone_head h3 {
    font-size: 20px;
  }
  .copy_zone_head p {
    font-size: 12px;
  }
  .copy_zone_item {
    grid-template-columns: 1fr;
    grid-template-areas: "visual" "name" "meta" "action";
    padding-bottom: 14px;
  }
  .copy_zone_visual {
    margin: 12px auto 0;
    border-radius: 12px;
    max-width: 220px;
  }
  .copy_zone_name {
    text-align: center;
    font-size: 24px;
    padding: 8px 12px 0;
  }
  .copy_zone_visual img {
    max-width: 70px;
  }
  .copy_zone_meta span,
  .copy_zone_meta strong {
    font-size: 12px;
  }
  .copy_zone_meta div {
    margin: 7px 0;
  }
  .copy_zone_meta span {
    text-align: right;
  }
  .copy_zone_meta strong {
    text-align: left;
  }
  .copy_zone_action {
    padding: 0 14px;
  }
  .copy_zone_btn {
    width: 170px;
    max-width: 100%;
    height: 38px;
    font-size: 13px;
    margin: 0 auto;
    display: block;
  }
  .live_trade_main {
    gap: 14px;
  }
  .live_trade_table {
    min-width: 700px;
  }
  .live_trade_table td {
    font-size: 12px;
    padding: 12px 10px;
  }
  .live_trade_info {
    border-radius: 10px;
    padding: 16px 14px;
  }
  .live_trade_info h4 {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .live_trade_info_row {
    margin-bottom: 10px;
  }
  .live_trade_info_row span,
  .live_trade_info_row strong {
    font-size: 12px;
  }
  .support_chat_main {
    border-radius: 10px;
  }
  .support_chat_panel {
    padding: 12px;
  }
  .support_chat_back {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .support_chat_back_icon {
    width: 10px;
    height: 10px;
  }
  .support_chat_topics {
    gap: 6px;
  }
  .support_chat_topics a {
    font-size: 12px;
    padding: 7px 9px;
  }
  .support_message {
    gap: 8px;
    margin-bottom: 12px;
  }
  .support_message_avatar {
    width: 34px;
    height: 34px;
  }
  .support_message_meta {
    margin-bottom: 4px;
  }
  .support_message_meta strong {
    font-size: 13px;
  }
  .support_message_meta span {
    font-size: 11px;
  }
  .support_message_bubble {
    font-size: 12px;
    padding: 10px;
  }
  .support_message--you .support_message_body {
    max-width: 100%;
  }
  .support_chat_input {
    min-height: 95px;
    padding: 10px;
  }
  .support_chat_input textarea {
    min-height: 68px;
    font-size: 12px;
    padding-right: 92px;
  }
  .support_chat_input button {
    width: 78px;
    height: 30px;
    border-radius: 8px;
    right: 10px;
    top: 10px;
    bottom: auto;
    font-size: 11px;
  }
  .support_ask_modal__dialog {
    width: calc(100vw - 24px);
    margin: 12px auto;
    padding: 18px 14px 16px;
    max-height: calc(100vh - 24px);
    border-radius: 6px;
  }
  .support_ask_modal__close {
    top: 10px;
    right: 10px;
    font-size: 40px;
  }
  .support_ask_modal__dialog h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .support_ask_field label,
  .support_ask_field select,
  .support_ask_field input,
  .support_ask_field textarea {
    font-size: 12px;
  }
  .support_ask_field select,
  .support_ask_field input,
  .support_ask_field textarea {
    padding: 9px 10px;
  }
  .support_ask_help {
    font-size: 11px;
  }
  .support_ask_submit {
    width: 130px;
    min-height: 34px;
    font-size: 12px;
  }
  .ask_question_main {
    padding: 30px 0 50px;
  }
  .ask_question_card {
    padding: 0;
    border-radius: 0;
  }
  .ask_question_head h3 {
    font-size: 18px;
  }
  .ask_question_close {
    font-size: 40px;
  }
  .leadership_intro h2 {
    font-size: 34px;
  }
  .leadership_requirements h3 {
    font-size: 18px;
  }
  .leadership_intro p {
    font-size: 15px;
  }
  .leadership_table th {
    font-size: 13px;
  }
  .leadership_table td {
    font-size: 14px;
  }
  .lead_rank_chip {
    min-width: 74px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .leadership_intro {
    padding: 18px 0;
  }
  .leadership_intro h2 {
    font-size: 28px;
  }
  .leadership_requirements h3 {
    font-size: 18px;
  }
  .leadership_intro p {
    font-size: 13px;
  }
  .leadership_requirements {
    padding: 20px 0 24px;
  }
  .leadership_table th,
  .leadership_table td {
    padding: 11px 8px;
  }
  .leadership_table th {
    font-size: 12px;
  }
  .leadership_table td {
    font-size: 13px;
  }
  .btns_main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .btns_main .btn {
    width: 100%;
    margin: 0;
    min-height: 44px;
    padding: 10px 12px;
  }
  .time_zone_main .title h3 {
    font-size: 16px;
  }
  .time_zone_main .title h3 span {
    font-size: 13px;
  }
  .info_card_art--cube {
    right: -50px;
  }
  .half_card {
    max-width: 70%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .btns_main {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
  }
  .btns_main .btn {
    flex: 1 1 0;
    width: auto;
    min-height: 40px;
    padding: 8px 10px;
    font-size: 12px;
    white-space: nowrap;
  }
}
@media (max-width: 575px) {
  .half_card {
    max-width: 60%;
  }
}
@media (max-width: 450px) {
  .referral_main {
    max-width: 300px;
    min-width: 300px;
  }
  .referral_main::before {
    left: 0px;
    top: -70px;
    height: 82px;
    width: 296px;
  }
  .banner_right_content {
    max-width: 300px;
  }
  .eshare_card {
    min-width: 270px;
  }
}

/*# sourceMappingURL=responsive.css.map */
