.ant-tooltip.collapse-menu-tip {
  padding-left: 0;
}
.ant-tooltip.collapse-menu-tip .ant-tooltip-inner {
  align-items: center;
  background: #101010b3;
  border-radius: 6px;
  display: flex;
  height: 30px;
  justify-content: center;
  min-width: 50px;
  padding: 0 12px;
}
.ant-tooltip.collapse-menu-tip .ant-tooltip-arrow {
  display: none;
}
.statistic-chart-menu-container {
  border-radius: 0;
  display: flex;
  float: left;
  max-height: calc(100vh - 68px);
  padding-left: 10px;
  padding-right: 15px;
  position: sticky;
  top: 62px;
  width: 192px;
  z-index: 1;
}
.statistic-chart-menu-container.hide {
  width: 30px;
}
.statistic-chart-menu-container.hide .menu-content {
  display: none;
  opacity: 0;
  width: 0;
}
.statistic-chart-menu-container.hide .collapse-menu-wap {
  margin-left: 0;
}
.statistic-chart-menu-container.hide .collapse-menu-wap .tron-icon {
  transform: rotate(-90deg) translate(1px, 1px);
}
.statistic-chart-menu-container.hide .collapse-menu-wap,
.statistic-chart-menu-container:not(.hide):hover .collapse-menu-wap {
  visibility: hidden;
}
.statistic-chart-menu-container .ant-select-show-search {
  max-width: 166px;
}
.statistic-chart-menu-container .collapse-menu-wap {
  background-color: #c2c9d1;
  display: none;
  margin-left: 20px;
  position: relative;
  width: 0.5px;
}
.statistic-chart-menu-container .collapse-menu-icon {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px 0 #0000001a;
  cursor: pointer;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: -15px;
  text-align: center;
  top: 75px;
  width: 30px;
  z-index: 10;
}
.statistic-chart-menu-container .collapse-menu-icon:after {
  background-color: #0000;
  border: 1px solid #c2c9d1;
  border-radius: 50%;
  content: "";
  height: 200%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0.5) translate(-50%, -50%);
  transform-origin: center;
  width: 200%;
}
.statistic-chart-menu-container .collapse-menu-icon:hover {
  background-color: #da8c8a;
}
.statistic-chart-menu-container .collapse-menu-icon:hover:after {
  display: none;
}
.statistic-chart-menu-container .collapse-menu-icon:hover .tron-icon {
  color: #fff !important;
}
.statistic-chart-menu-container .collapse-menu-icon .tron-icon {
  transform: rotate(90deg) translate(-1px, 1px);
}
.statistic-chart-menu-container .menu-content {
  flex: 1 1;
}
.statistic-chart-menu-container .menu-list-wrapper {
  background: #0000;
  margin-left: -18px;
  margin-right: -4px;
  margin-top: 10px;
  max-height: calc(100% - 30px);
  overflow: scroll;
  padding-right: 2px;
  position: relative;
  width: calc(100% + 22px);
}
.statistic-chart-menu-container .menu-list-wrapper:hover {
  padding-right: 0;
}
.statistic-chart-menu-container .menu-list-wrapper:hover::-webkit-scrollbar {
  display: block;
}
.statistic-chart-menu-container .menu-list-wrapper::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 2px;
}
.statistic-chart-menu-container .menu-list-wrapper::-webkit-scrollbar-thumb {
  background-color: #c2c9d1;
  border-radius: 2px;
  box-shadow: 0 2px 30px #1010104d;
}
.statistic-chart-menu-container
  .menu-list-wrapper
  .ant-menu-submenu-open
  .ant-menu-submenu-expand-icon
  .tron-icon {
  transform: rotate(0deg);
}
.statistic-chart-menu-container
  .menu-list-wrapper
  .ant-menu-submenu-expand-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  left: 0;
  width: 36px;
  z-index: 1;
}
.statistic-chart-menu-container
  .menu-list-wrapper
  .ant-menu-submenu-expand-icon
  .ant-menu-submenu-expand-icon-inner {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  margin-left: 10px;
  width: 24px;
}
.statistic-chart-menu-container
  .menu-list-wrapper
  .ant-menu-submenu-expand-icon
  .tron-icon {
  height: 14px;
  right: 0;
  transform: rotate(-90deg);
  width: 12px;
}
.statistic-chart-menu-container
  .menu-list-wrapper
  .ant-menu-submenu-title
  .ant-menu-item-icon
  + span {
  margin-left: 0;
}
.statistic-chart-menu-container .menu-list-wrapper .ant-menu-item-icon {
  margin-right: 15px;
}
.statistic-chart-menu-container .menu-list-wrapper .ant-menu-item:active,
.statistic-chart-menu-container
  .menu-list-wrapper
  .ant-menu-submenu-title:active {
  background-color: #0000;
}
.statistic-chart-menu-container .menu-list-wrapper.ant-menu-inline {
  border-right: none;
}
.statistic-chart-menu-container
  .menu-list-wrapper
  .ant-menu-sub.ant-menu-inline {
  background-color: #0000;
  margin-top: 4px;
  padding-left: 30px;
}
.statistic-chart-menu-container
  .menu-list-wrapper
  .ant-menu-sub.ant-menu-inline
  .ant-menu-item {
  height: auto;
  padding: 0 !important;
}
.statistic-chart-menu-container
  .menu-list-wrapper
  .ant-menu-sub.ant-menu-inline
  .ant-menu-item
  .ant-menu-title-content {
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-left: 0;
  min-height: 38px;
  white-space: pre-wrap;
}
.statistic-chart-menu-container
  .menu-list-wrapper
  .ant-menu-sub.ant-menu-inline
  .ant-menu-item
  .ant-menu-title-content
  a {
  font-size: 14px;
}
.statistic-chart-menu-container
  .menu-list-wrapper
  .ant-menu-sub.ant-menu-inline
  .ant-menu-item
  .ant-menu-title-content:hover
  a {
  background-color: #f9fafa;
}
.statistic-chart-menu-container
  .menu-list-wrapper
  .ant-menu-sub.ant-menu-inline
  .ant-menu-item
  .card-title {
  word-wrap: break-word;
  border-radius: 5px;
  color: #404245;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  overflow-wrap: break-word;
  padding: 7px 10px;
  position: relative;
}
.statistic-chart-menu-container
  .menu-list-wrapper
  .ant-menu-sub.ant-menu-inline
  .ant-menu-item
  .card-title:before {
  background-color: #101010;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 0;
}
.statistic-chart-menu-container
  .menu-list-wrapper
  .ant-menu-sub.ant-menu-inline
  .ant-menu-item
  .card-title.active,
.statistic-chart-menu-container
  .menu-list-wrapper
  .ant-menu-sub.ant-menu-inline
  .ant-menu-item
  .card-title:hover {
  background: linear-gradient(0deg, #e9eaee, #e9eaee), #c2c9d1;
  border-radius: 6px;
  color: #c23631;
}
.statistic-chart-menu-container
  .menu-list-wrapper
  .ant-menu-sub.ant-menu-inline
  .ant-menu-item
  .card-title.active:before,
.statistic-chart-menu-container
  .menu-list-wrapper
  .ant-menu-sub.ant-menu-inline
  .ant-menu-item
  .card-title:hover:before {
  background: #c23631 !important;
}
.statistic-chart-menu-container
  .menu-list-wrapper
  .ant-menu-sub.ant-menu-inline
  .ant-menu-item
  .card-title.active
  .tron-icon,
.statistic-chart-menu-container
  .menu-list-wrapper
  .ant-menu-sub.ant-menu-inline
  .ant-menu-item
  .card-title:hover
  .tron-icon {
  color: #c23631;
}
.statistic-chart-menu-container .menu-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  margin-right: 12px;
  width: 16px;
}
.statistic-chart-menu-container .side-menu-item {
  color: #101010;
  margin-bottom: 4px;
  padding: 0;
  position: relative;
}
.statistic-chart-menu-container .side-menu-item .protocol-menu-en-wrap {
  align-items: flex-start;
  display: flex;
  line-height: 20px;
  padding-bottom: 9px;
  padding-top: 9px;
}
.statistic-chart-menu-container
  .side-menu-item
  .protocol-menu-en-wrap
  .menu-title {
  flex-grow: 0;
  white-space: break-spaces;
}
.statistic-chart-menu-container
  .side-menu-item
  .protocol-menu-en-wrap
  .more-icon-new {
  position: relative;
  transform: translateX(2px);
  width: 20px;
}
.statistic-chart-menu-container .side-menu-item .more-icon-new {
  position: absolute;
  top: 50%;
  transform: translate(6px, -50%);
  width: 24px;
}
.statistic-chart-menu-container .side-menu-item:last-child {
  margin-bottom: 0;
}
.statistic-chart-menu-container
  .side-menu-item.side-menu-prarent-open
  .ant-menu-submenu-title {
  background: linear-gradient(0deg, #e9eaee, #e9eaee), #c2c9d1;
}
.statistic-chart-menu-container .side-menu-item.ant-menu-item-only-child {
  border-radius: 6px;
  font-size: 16px;
  padding-left: 16px !important;
  transition: none;
}
.statistic-chart-menu-container
  .side-menu-item.ant-menu-item-only-child.side-menu-prarent-open.ant-menu-item-selected,
.statistic-chart-menu-container .side-menu-item.ant-menu-item-only-child:hover {
  background: linear-gradient(0deg, #e9eaee, #e9eaee), #c2c9d1;
  color: #c23631;
}
.statistic-chart-menu-container
  .side-menu-item.ant-menu-item-only-child
  .ant-menu-title-content {
  font-size: 16px;
}
.statistic-chart-menu-container
  .side-menu-item.ant-menu-item-only-child
  .tron-icon {
  font-size: 14px;
  margin-right: 10px;
}
.statistic-chart-menu-container .side-menu-item.ant-menu-item-only-child:after {
  display: none;
}
.statistic-chart-menu-container .side-menu-item .ant-menu-sub .ant-menu-item {
  margin: 0 0 2px;
}
.statistic-chart-menu-container
  .side-menu-item
  .ant-menu-sub
  .ant-menu-item:last-child {
  margin: 0;
}
.statistic-chart-menu-container .side-menu-item .ant-menu-submenu-title {
  border-radius: 6px;
  height: auto;
  line-height: 18px;
  margin: 0;
  min-height: 36px;
  padding-left: 0 !important;
  padding-right: 0;
  transition: none;
}
.statistic-chart-menu-container .side-menu-item .ant-menu-submenu-title:hover {
  background: linear-gradient(0deg, #e9eaee, #e9eaee), #c2c9d1;
  border-radius: 6px;
}
.statistic-chart-menu-container
  .side-menu-item
  .ant-menu-submenu-title:hover
  .ant-menu-submenu-expand-icon:hover
  .ant-menu-submenu-expand-icon-inner {
  background: #d4726f1a;
  border-radius: 5px;
}
.statistic-chart-menu-container
  .side-menu-item
  .ant-menu-submenu-title:hover
  .ant-menu-submenu-expand-icon:hover
  .tron-icon {
  color: #d4726f;
}
.statistic-chart-menu-container
  .side-menu-item
  .ant-menu-submenu-title
  .ant-menu-title-content {
  font-size: 16px;
  font-weight: 500;
  margin-left: 40px;
}
.statistic-chart-menu-container .ant-select-selection-item a {
  color: #616568;
}
.statistic-chart-menu-container .ant-menu-item a.active,
.statistic-chart-menu-container
  .ant-menu-light
  .ant-menu-submenu-selected
  > .ant-menu-submenu-title,
.statistic-chart-menu-container .ant-menu-light .ant-menu-submenu-title:hover,
.statistic-chart-menu-container
  .ant-menu-light
  > .ant-menu
  .ant-menu-submenu-selected
  > .ant-menu-submenu-title,
.statistic-chart-menu-container .ant-menu-submenu-selected {
  color: #c23631;
}
.statistic-chart-menu-container .ant-menu-item.ant-menu-item-only-child {
  align-items: flex-start;
}
.statistic-chart-menu-container
  .ant-select-single
  .ant-select-selector
  .ant-select-selection-item,
.statistic-chart-menu-container
  .ant-select-single
  .ant-select-selector
  .ant-select-selection-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
}
.chart-search-container {
  border-bottom: 0.5px solid #c2c9d1;
  display: block;
}
.chart-search-container.ant-select {
  height: 40px;
  width: 100%;
}
.chart-search-container.ant-select:not(.ant-select-customize-input)
  .ant-select-selector {
  background-color: #0000;
  border: none;
  border-radius: 0;
  height: 40px;
  padding-left: 0;
}
.chart-search-container.ant-select:not(.ant-select-customize-input)
  .ant-select-selector
  .ant-select-selection-search {
  left: 0;
}
.chart-search-container.ant-select:not(.ant-select-customize-input)
  .ant-select-selector
  .ant-select-selection-placeholder {
  margin-left: 4px;
  max-width: 159px;
  overflow: auto;
  padding-right: 0;
}
.chart-search-container.ant-select-single:not(.ant-select-customize-input)
  .ant-select-selector
  .ant-select-selection-search-input {
  color: #101010;
  font-size: 14px;
  height: 40px;
  padding-left: 4px;
}
.chart-search-container .ant-select-selection-placeholder {
  color: #c2c9d1;
}
.char-search-menu-container {
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 0;
}
.char-search-menu-container
  .ant-select-item-option-active:not(.ant-select-item-option-disabled),
.char-search-menu-container .ant-select-item-option-selected {
  background-color: #fff;
  cursor: auto;
}
.char-search-menu-container .rc-virtual-list-scrollbar {
  width: 3px !important;
}
.char-search-menu-container
  .rc-virtual-list-scrollbar
  .rc-virtual-list-scrollbar-thumb {
  background: #73787b !important;
}
.char-search-menu-container .ant-menu-inline.ant-menu-sub .ant-menu-item {
  height: 40px;
}
.char-search-menu-container .ant-select-item {
  padding: 0 20px !important;
}
.char-search-menu-container .card-title {
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.char-search-menu-container .card-title span {
  line-height: 20px;
}
.char-search-menu-container .ant-select-item.ant-select-item-group {
  color: #101010;
  font-size: 16px;
  padding: 10px 12px;
}
.char-search-menu-container
  .ant-select-item-option-selected
  .ant-select-item-option-content {
  background-color: #f9fafa;
  border-radius: 6px;
}
.char-search-menu-container
  .ant-select-item-option-selected
  .ant-select-item-option-content
  a {
  color: #c23631;
  font-weight: 400;
}
.char-search-menu-container .ant-select-item-option-content {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.char-search-menu-container .ant-select-item-option-content:hover {
  background-color: #f9fafa;
  border-radius: 6px;
}
.char-search-menu-container .ant-select-item-option-content a {
  color: #000000d9;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .statistic-chart-menu-container {
    max-height: calc(100vh - 90px);
    top: 86px;
  }
}
.list-style-header {
  background: #fff !important;
  border: none;
  border-radius: 0;
  border-top: 4px solid #c23631 !important;
  color: #666;
}
.list-style-header .table tr th {
  color: #666;
}
.list-style-header .table tr th span {
  font-weight: 400;
}
.list-style-header .table tr td {
  color: #333;
}
.list-style-header h5 {
  font-size: 16px;
  font-weight: 700;
}
.list-style-header .card-body {
  padding-left: 0;
}
.list-style-header a {
  color: #c23631;
}
.list-style-header .table td,
.list-style-header .table th {
  border-color: #eee;
  padding-left: 0;
}
.list-style-header tbody tr:hover {
  background-color: #fff;
}
.list-style-header td {
  color: #333;
}
.tx-list-style-header {
  border-top: none !important;
}
.list-style-body h5 {
  font-size: 16px;
}
.list-style-body__header {
  padding: 0;
}
.list-style-body__header .card-header {
  border: none;
}
.list-style-body__header ul {
  margin: 0;
}
.list-style-body__header li a.nav-link {
  background: #0000 !important;
  border: none !important;
  border-radius: 0 !important;
  border-top: 4px solid #0000 !important;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  line-height: 56px;
  padding: 0 30px;
  text-align: center;
}
.list-style-body__header li a.nav-link span {
  color: #999;
}
.list-style-body__header li a.nav-link.active,
.list-style-body__header li a.nav-link:hover {
  background: #fff !important;
  border-color: #c23631 !important;
}
.list-style-body__header li a.nav-link.active span,
.list-style-body__header li a.nav-link:hover span {
  color: #c23631;
}
.list-style-body__body {
  background: #fff;
}
.list-style-body__body .no-data {
  color: #999;
  font-size: 12px;
  height: 200px;
  line-height: 200px;
}
.list-style-body__body .no-data.no-data-new {
  line-height: normal;
}
.list-style-body__body .no-data .show_default_img {
  height: 64px;
  left: 50%;
  position: absolute;
  top: calc(50% - 90px);
  transform: translate(-50%, -50%);
  width: 64px;
}
.list-style-body__body .ant-table.ant-table-bordered .ant-table-body > table,
.list-style-body__body .ant-table.ant-table-bordered .ant-table-content table,
.list-style-body__body
  .ant-table.ant-table-bordered
  .ant-table-fixed-left
  table,
.list-style-body__body
  .ant-table.ant-table-bordered
  .ant-table-fixed-right
  table,
.list-style-body__body .ant-table.ant-table-bordered .ant-table-header > table {
  border: none;
  padding: 0;
}
.list-style-body__body .ant-table .ant-table-tbody > tr > td,
.list-style-body__body .ant-table .ant-table-thead > tr > th {
  border-bottom: 1px solid #eee;
}
.list-style-body__body .ant-table td {
  background: #fff !important;
  border-right: none !important;
}
.list-style-body__body .ant-table td:first-child,
.list-style-body__body .ant-table th:first-child {
  padding-left: 0 !important;
}
.list-style-body__body .ant-table td:last-child,
.list-style-body__body .ant-table th:last-child {
  padding-right: 0 !important;
}
.list-style-body__body .table-title {
  padding: 30px 0 6px;
}
.list-style-body__body .table-title span {
  margin-left: 10px;
}
.list-style-body__body .table-title small {
  color: #999;
}
.list-style-body__body .table-responsive {
  overflow: unset;
}
.list-style-body__body .table-responsive td,
.list-style-body__body .table-responsive th {
  border: none !important;
  border-bottom: 1px solid #eee !important;
}
.list-style-body__body .table-responsive tbody:last-child td,
.list-style-body__body .table-responsive tbody:last-child th {
  border: none !important;
}
.list-style-body__body .table-responsive .table tbody + tbody {
  border: none;
}
.list-style-body__body .table-responsive .table {
  margin: 0;
}
.list-style-body__body .show-current-style .ant-table.ant-table-bordered {
  border: 1px solid #d8d8d8 !important;
}
.list-style-body__body .show-current-style th {
  background: #f3f3f3 !important;
}
.list-style-body__body .show-current-style td:first-child,
.list-style-body__body .show-current-style th:first-child {
  padding-left: 13px !important;
}
.list-style-body__body .show-current-style td:last-child,
.list-style-body__body .show-current-style th:last-child {
  padding-right: 13px !important;
}
.list-style-body__body .show-current-style td {
  border-right: 1px solid #e8e8e8 !important;
}
.list-style-body__body .show-current-style th,
.list-style-body__body .show-current-style tr:last-child td {
  border-bottom: none !important;
}
.list-style-body-scroll {
  background-color: #f3f3f3;
  border: 1px solid #d8d8d8 !important;
  border-radius: 0;
}
.list-style-body-scroll h5 {
  font-size: 16px;
}
.list-style-body-scroll__header {
  padding: 0;
}
.list-style-body-scroll__header .card-header {
  border: none;
}
.list-style-body-scroll__header ul {
  margin: 0;
}
.list-style-body-scroll__header li {
  min-width: 100px;
}
.list-style-body-scroll__header li a {
  background: #0000 !important;
  border: none !important;
  border-radius: 0 !important;
  border-top: 4px solid #0000 !important;
  box-sizing: border-box;
  padding: 0.8rem 0.9rem;
  text-align: center;
}
.list-style-body-scroll__header li a span {
  color: #999;
}
.list-style-body-scroll__header li a.active,
.list-style-body-scroll__header li a:hover {
  background: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.list-style-body-scroll__header li a.active span,
.list-style-body-scroll__header li a:hover span {
  color: #c23631;
}
.list-style-body-scroll__body {
  background: #fff;
  padding: 0 2.6% !important;
}
.list-style-body-scroll__body .no-data {
  color: #999;
  font-size: 12px;
  height: 200px;
  line-height: 200px;
}
.list-style-body-scroll__body .ant-table.ant-table-bordered {
  border: none !important;
}
.list-style-body-scroll__body td {
  background: #fff !important;
  border-right: none !important;
  border-top: 1px solid #eee !important;
}
.list-style-body-scroll__body th,
.list-style-body-scroll__body tr:last-child td {
  border-bottom: 1px solid #eee !important;
}
.list-style-body-scroll__body td:first-child,
.list-style-body-scroll__body th:first-child {
  padding-left: 0 !important;
}
.list-style-body-scroll__body td:last-child,
.list-style-body-scroll__body th:last-child {
  padding-right: 0 !important;
}
.list-style-body-scroll__body .table-title {
  padding: 30px 0 6px;
}
.list-style-body-scroll__body .table-title span {
  margin-left: 10px;
}
.list-style-body-scroll__body .table-title small {
  color: #999;
}
.list-style-body-scroll__body .table-responsive {
  overflow: unset;
}
.list-style-body-scroll__body .table-responsive td,
.list-style-body-scroll__body .table-responsive th {
  border: none !important;
  border-bottom: 1px solid #eee !important;
}
.list-style-body-scroll__body .table-responsive tbody:last-child td,
.list-style-body-scroll__body .table-responsive tbody:last-child th {
  border: none !important;
}
.list-style-body-scroll__body .table-responsive .table tbody + tbody {
  border: none;
}
.list-style-body-scroll__body .table-responsive .table {
  margin: 0;
}
.list-style-body-scroll__body a {
  color: #c23631;
}
.list-style-body-scroll__body
  .show-current-style
  .ant-table.ant-table-bordered {
  border: 1px solid #d8d8d8 !important;
}
.list-style-body-scroll__body .show-current-style th {
  background: #f3f3f3 !important;
}
.list-style-body-scroll__body .show-current-style td:first-child,
.list-style-body-scroll__body .show-current-style th:first-child {
  padding-left: 13px !important;
}
.list-style-body-scroll__body .show-current-style td:last-child,
.list-style-body-scroll__body .show-current-style th:last-child {
  padding-right: 13px !important;
}
.list-style-body-scroll__body .show-current-style td {
  border-right: 1px solid #e8e8e8 !important;
}
.list-style-body-scroll__body .show-current-style th,
.list-style-body-scroll__body .show-current-style tr:last-child td {
  border-bottom: none !important;
}
.chart-mobile-menu-wrapper {
  position: relative;
}
.chart-mobile-menu-wrapper .overlay-wrapper {
  top: 28px !important;
}
.chart-mobile-menu-wrapper .mobile-menu {
  margin: 20px 0;
  overflow: hidden;
  padding-left: 15px;
}
.chart-mobile-menu-wrapper .mobile-menu .nav-wrapper {
  align-items: center;
  border-bottom: none;
  display: flex;
  flex-wrap: nowrap;
  height: 20px;
  justify-content: space-between;
  left: 0;
  line-height: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-right: 0.9rem;
  position: sticky;
  right: 0;
  text-transform: capitalize;
  top: 0;
  z-index: 10;
}
.chart-mobile-menu-wrapper .mobile-menu .nav-wrapper::-webkit-scrollbar {
  display: none;
}
.chart-mobile-menu-wrapper .mobile-menu .nav-wrapper .nav-item {
  color: #101010;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 400;
  margin-right: 30px;
  position: relative;
}
.chart-mobile-menu-wrapper .mobile-menu .nav-wrapper .nav-item > a {
  position: relative;
}
.chart-mobile-menu-wrapper .mobile-menu .nav-wrapper .nav-item:hover {
  color: #c23631;
}
.chart-mobile-menu-wrapper .mobile-menu .nav-wrapper .nav-item:after {
  background: url(/static-20251224051041/media/arrow-down.ba75a64ec4a25e1da00f.svg)
    no-repeat;
  background-size: contain;
  background-size: cover;
  content: "";
  height: 10px;
  margin-left: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.chart-mobile-menu-wrapper .mobile-menu .nav-wrapper .nav-item.active {
  color: #c23631;
}
.chart-mobile-menu-wrapper .mobile-menu .nav-wrapper .nav-item.active:after {
  background-image: url(/static-20251224051041/media/arrow-up.3c5f04c2ec786ff8d151.svg);
  transform: translateY(calc(-50% + 1px));
}
.chart-mobile-menu-wrapper .mobile-menu .nav-wrapper .nav-item a {
  padding: 0 9px;
}
.chart-mobile-menu-wrapper .mobile-menu .nav-wrapper .nav-item .sub-menu {
  background-color: #fff;
  border: 1px solid #1010100f;
  border-radius: 5px;
  display: none;
  flex-direction: column;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 20px;
}
.chart-mobile-menu-wrapper .mobile-menu .nav-wrapper .nav-item .sub-menu.show {
  display: flex;
}
.chart-mobile-menu-wrapper .mobile-menu .nav-wrapper .nav-item .sub-menu-item {
  background-color: #ffffffe6;
  border-radius: 5px !important;
  color: #101010;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
}
.chart-mobile-menu-wrapper
  .mobile-menu
  .nav-wrapper
  .nav-item
  .sub-menu-item.active {
  color: #c23631;
}
.chart-mobile-menu-wrapper .sub-menu-item {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.chart-mobile-menu-wrapper .sub-menu-item.active,
.chart-mobile-menu-wrapper .sub-menu-item:hover {
  background: linear-gradient(0deg, #f6f7fb, #f6f7fb), #c2c9d1;
  border-radius: 10px;
  color: #c23631;
  font-weight: 600;
}
.chart-mobile-menu-wrapper .ant-dropdown-menu-item:hover,
.chart-mobile-menu-wrapper .ant-dropdown-menu-submenu-title:hover {
  background-color: #fff !important;
}
.chart-mobile-menu-wrapper .list-filter.ant-dropdown-menu {
  border-radius: 10px;
  padding: 8px 0;
}
.chart-mobile-menu-wrapper
  .list-filter.ant-dropdown-menu
  .ant-dropdown-menu-item {
  background-color: #fff;
  padding: 0 8px;
  text-align: center;
}
.chart-mobile-menu-wrapper
  .list-filter.ant-dropdown-menu
  .ant-dropdown-menu-item
  .ant-dropdown-menu-title-content:hover {
  background: #0000;
}
@media screen and (max-width: 768px) {
  .chart-mobile-menu-wrapper .nav-link {
    padding: 0;
  }
  .chart-mobile-menu-wrapper .nav-wrapper .favorite-menu-link {
    color: #101010;
    flex-grow: 1;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 400;
    margin-right: 16px;
  }
  .chart-mobile-menu-wrapper .nav-wrapper .favorite-menu-link:active {
    color: #c23631;
  }
  .chart-default-skeleton-wrap
    .page-skeleton-statistical-charts
    .chart-default-card,
  .chart-revenue-skeleton-wrap
    .page-skeleton-statistical-charts
    .chart-default-card {
    padding: 20px 15px 15px !important;
  }
  .favorite-skeleton-wrap .page-skeleton-thumb-charts {
    padding-left: 0;
  }
}
.char-content-container {
  height: auto;
  overflow: visible;
}
.char-content-container .container {
  padding-right: 0;
}
.char-content-container .row-char {
  display: inline-flex;
  margin: 20px 0 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.char-content-container .row-char .container-chart {
  padding-right: 0;
}
.char-content-container
  .row-char
  .container-chart
  .col-md-6-chart:nth-of-type(odd) {
  padding-left: 0;
  padding-right: 0;
}
.char-content-container .menu-content-container {
  display: inline-flex;
  flex: 1 1;
  padding-left: 5px;
  padding-right: 0;
  width: 1140px;
}
.char-content-container .chart_table_new th {
  white-space: pre-wrap;
}
.char-content-container .price_chart_table,
.char-content-container main {
  margin-bottom: 0;
}
.char-content-container .chart-default-skeleton-wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 0 20px 20px;
}
.char-content-container .chart-revenue-skeleton-wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 1px 20px 20px;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .char-content-container .menu-content-container {
    width: 860px;
  }
}
@media (min-width: 768px) {
  .char-content-container {
    margin-top: -16px;
  }
}
