* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 17px;
  line-height: 1.18em;
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans", sans-serif;
  color: #a8a8a8;
  letter-spacing: 0 !important;
  background-color: #000000;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

body::-webkit-scrollbar {
  height: 0.45em;
}

body::-webkit-scrollbar-track {
  background-color: #181818;
}

body::-webkit-scrollbar-thumb {
  background-color: #252525;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

a {
  text-decoration: none;
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #ffffff;
}

img {
  max-width: 100%;
  display: inline-block !important;
  vertical-align: middle;
  border: 0;
  outline: none;
}

p {
  margin: 0px 0px 15px 0px;
}

p a {
  text-decoration: underline;
  text-underline-offset: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  line-height: 1.3em;
  font-weight: normal;
  font-family: "IBM Plex Sans", sans-serif;
  /*letter-spacing: 0.1em;*/
}

h3 {
  font-size: 19px;
}

table {
  empty-cells: show;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 15px;
}

thead {
  text-align: left;
  vertical-align: bottom;
}

table th,
table td {
  padding: 0.5em 1em;
  font-weight: 500;
}

table th {
  font-size: 12px;
  text-transform: uppercase;
  color: #7f7f7f;
}

table td {
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
}

table td,
table th {
  border-left: 0;
  border-width: 0;
  margin: 0;
  overflow: visible;
  padding: 0.5em 1em;
}

ul {
  margin: 0px;
  padding: 0px 0 15px 15px;
}

ol {
  margin: 0px;
  padding: 0px 0 15px 13px;
}

li {
  margin: 0px;
  padding: 0;
  list-style-type: disc;
  list-style-position: outside;
  margin-top: 10px;
}

ol li {
  list-style: decimal;
}

input:focus {
  outline: none;
}

section {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.container {
  width: 1885px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

input {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}

select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
  border: 0px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  max-width: 100%;
  padding: 0px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: 300;
  background-color: #0e0e0e;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: inherit;
  color: #fff;
}

input[type="submit"],
.btn {
  height: auto;
  padding: 9px 23px;
  background-color: #d9d9d9;
  color: #000000;
  font-size: 13px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  cursor: pointer;
  border: 0px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "IBM Plex Sans", sans-serif;
}

input[type="submit"]:hover,
.btn:hover {
  background-color: #ffffff;
}

.btn span {
  display: inline-flex;
  line-height: normal;
  vertical-align: middle;
  padding-left: 3px;
}

.btn span img {
  width: 8px;
  height: 5px;
}

.ghost-btn {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
}

.ghost-btn:hover {
  background-color: #ffffff;
  color: #000000;
}

.tr-btn {
  background-color: transparent;
  border: 0px;
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}

textarea {
  border-radius: 10px;
  font-size: 17px;
  height: 200px;
  line-height: normal;
  padding: 15px;
  width: 100%;
  max-width: 100%;
  resize: none;
  margin: 0 0 20px;
  background-color: #1c1c1c;
  font-family: "IBM Plex Sans", sans-serif;
  color: #fff;
}

::-webkit-input-placeholder {
  font-size: 14px;
  opacity: 1;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
}

::-moz-placeholder {
  font-size: 14px;
  opacity: 1;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
}

:-ms-input-placeholder {
  color: #c6c6c5;
  font-size: 14px;
  opacity: 1;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
}

:-moz-placeholder {
  font-size: 14px;
  text-transform: capitalize;
  opacity: 1;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
}

.aet_txt {
  padding: 0 !important;
  font-size: 15px;
}

.aet_txt:before {
  display: none !important;
}

.aet_txt:after {
  display: none !important;
}

.btn-link-arrow {
  font-size: 13px;
  font-weight: 500;
  font-size: 13px;
  list-style-type: none;
  display: inline-block;
  padding: 0 16px 0 0;
  position: relative;
  font-family: "IBM Plex Sans", sans-serif;
  letter-spacing: 0.1em;
}

.btn-link-arrow:after {
  position: absolute;
  content: "\25B6";
  right: 0;
  top: 3px;
  cursor: pointer;
  font-size: 10px;
  line-height: normal;
  color: inherit;
  transition: all 0.5s;
}

.btn-link-arrow:hover {
  color: #ffffff;
}

.btn-link-arrow:hover:after {
  color: #ffffff;
}

.white-txt {
  color: #ffffff;
}

.gray-txt {
  color: #a8a8a8;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.below-header-spacer {
  height: 70px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.inner_container {
  width: 1043px;
  max-width: 100%;
}

.font-15 {
  font-size: 15px;
}

.font-30 {
  font-size: 30px;
}

.font-16 {
  font-size: 16px;
}

.remove-top-padding {
  padding-top: 0px !important;
}

.remove-bottom-padding {
  padding-bottom: 0px !important;
}

.dataTables_scrollBody {
  scrollbar-width: thin;
  scrollbar-color: #181818 #252525;
}

.dataTables_scrollBody::-webkit-scrollbar {
  height: 0.45em;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
  background-color: #181818;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background-color: #252525;
}

.apexcharts-pan-icon.apexcharts-selected svg {
  stroke: #0ccdb7 !important;
}

.apexcharts-pan-icon svg {
  fill: #181818 !important;
}

.on-off-toggle {
  width: 56px;
  height: 32px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.on-off-toggle__slider {
  width: 67px;
  height: 32px;
  display: block;
  border-radius: 34px;
  background-color: #181818;
  transition: all 0.4s;
  cursor: pointer;
}

.on-off-toggle__slider:before {
  content: "";
  display: block;
  background-color: #212121;
  bottom: 0px;
  height: 32px;
  left: 0px;
  position: absolute;
  transition: 0.4s;
  width: 32px;
  z-index: 1;
  border-radius: 100%;
}

.on-off-toggle__slider:after {
  display: block;
  line-height: 31px;
  font-size: 13px;
  font-weight: 400;
  content: "off";
  color: #a8a8a8;
  padding-left: 39px;
  transition: all 0.4s;
}

.on-off-toggle__input {
  position: absolute;
  opacity: 0;
}

.on-off-toggle__input:checked + .on-off-toggle__slider {
  background-color: #000;
}

.on-off-toggle__input:checked + .on-off-toggle__slider:before {
  transform: translateX(34px);
  background-color: #06c2b0;
}

.on-off-toggle__input:checked + .on-off-toggle__slider:after {
  content: "on";
  color: #ffffff;
  padding-left: 12px;
}

.toggle_btn_block .on-off-toggle {
  margin-right: 20px;
  margin-bottom: 10px;
}

.toggle_btn_block > span {
  font-size: 13px;
}

.stake_val {
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3em;
}

.verify-text {
  background-color: #7aff97;
  color: #000000;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0 5px;
  font-weight: 500;
}

.apexcharts-toolbar {
  z-index: 1 !important;
  top: -24px !important;
}

.blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 2;
  background-color: rgba(18, 18, 18, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.active-overlay .blur-overlay {
  opacity: 1;
  visibility: visible;
}

.apexcharts-toolbar {
  z-index: 1 !important;
  top: -24px !important;
}

.blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 2;
  background-color: rgba(18, 18, 18, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.active-overlay .blur-overlay {
  opacity: 1;
  visibility: visible;
}

.site-header {
  width: 100%;
  padding: 24px 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(18, 18, 18, 0.86);
}

.site-header:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: -1;
  opacity: 0.86;
  background-color: transparent;
}

.site-header-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.site-header-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.logo a {
  display: inline-flex;
}

.logo a img {
  width: 83px;
  height: 19px;
}

.site-menu {
  width: auto;
  padding-left: 46px;
}

.site-menu nav {
  width: auto;
}

.site-menu nav ul {
  padding: 0;
  margin: 0;
}

.site-menu nav ul li {
  padding: 0 24px 0 0;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0.1em;
}

.site-menu nav ul li:last-child {
  padding-right: 0;
}

.site-menu nav ul li a {
  display: inline-block;
}

.site-menu nav ul li a:hover {
  color: #ffffff;
}

.site-menu nav ul li.current-menu-item a {
  color: #ffffff;
}

.site-menu .menu-site-pop {
  display: none;
}

.hamburger-block {
  display: none;
}

.mobile-logo {
  display: none;
}

.site-header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.site-header-right label {
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-right: 8px;
}

.site-header-right .btn {
  margin-left: 16px;
}

.site-header-right .btn.bitapai-btn {
  padding: 6px 10px;
  background-color: #444;
}

.site-header-right .btn.bitapai-btn img {
  height: 30px;
}

.menu-dropdown {
  position: relative;
}

.menu-dropdown .menu {
  position: absolute;
  right: 0;
  top: 100%;
  padding: 5px 0 0;
  width: 200px;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.menu-dropdown .menu li {
  list-style-type: none;
  font-size: 13px;
  margin: 0;
  padding-right: 16px;
  padding-top: 10px;
  text-transform: uppercase;
}

.menu-dropdown .menu li a:hover {
  color: #ffffff;
}

.menu-dropdown .menu li .sub-menu {
  padding: 1px 0 2px 0;
  display: none;
}

.menu-dropdown .menu li .sub-menu li {
  padding-right: 0;
  color: #ffffff;
}

.menu-dropdown .menu .menu-item-has-children {
  position: relative;
}

.menu-dropdown .menu .menu-item-has-children:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px;
  padding: 19px 8px;
  cursor: pointer;
  background-image: url("../images/right_angle_w.svg");
}

.menu-dropdown:hover .menu {
  opacity: 1;
  visibility: visible;
}

.menu-dropdown .menu .menu-item-has-children.caret-down:after {
  transform: rotate(90deg);
}

.stats_metagraph_block {
  width: 100%;
  padding: 53px 0px;
}

.staking_data_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.staking_data_block_sub {
  display: flex;
  flex-wrap: wrap;
}

.staking_aetron_block {
  width: auto;
  padding: 0 27px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.aet_icon {
  width: 54px;
  height: 54px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.staking_aetron_block .aet_icon {
  margin-right: 16px;
}

.staking_data_label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tag {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
  background-color: #292929;
  padding: 5px;
  border-radius: 4px;
  color: #ffffff;
}

.staking_data_label .tag {
  margin-left: 7px;
}

.info_icon {
  position: relative;
  display: flex;
}

.info_icon > img {
  width: 14px;
  height: 14px;
}

.staking_data_label .info_icon {
  margin-left: 9px;
}

.info_pop {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 400px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-color: rgba(18, 18, 18, 0.86);
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 9;
}

.info_pop .info_img_icon {
  width: 13px;
}

.info_pop .info_img_icon {
  width: 14px;
  height: 14px;
}

.info_pop_content {
  width: calc(100% - 14px);
  padding-left: 10px;
  color: #d9d9d9;
}

.info_pop_content p {
  margin: 0px;
}

.info_icon:hover .info_pop {
  opacity: 1;
  visibility: visible;
}

.staking_data_price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.staking_data_box {
  padding: 0 35px 0 0;
}

.staking_data_box label {
  font-size: 13px;
  color: #a8a8a8;
  letter-spacing: 0.01em;
  display: flex;
}

.staking_data_box label .info_icon {
  margin: 5px 0 0 3px;
}

.staking_data_box .stake_val {
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 6px;
  line-height: 1.3em;
}

.staking_data_box .stake_val .up,
.staking_data_box .stake_val .down {
  font-size: 14px;
}

.staking_data_box .font-30 {
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  line-height: 1.3em;
}

.staking_data_price .up,
.staking_data_price .down {
  font-size: 15px;
  font-weight: 600;
  padding-left: 8px;
}

.stack_metagraph_block {
  width: 100%;
  padding: 63px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.metagraph_block {
  width: calc(100% - 247px);
  padding-right: 22px;
}

.trading_view {
  height: 0;
  overflow: hidden;
}

.for_trading .trading_view {
  height: auto;
}

.for_trading .metagraph_view {
  height: 0;
  overflow: hidden;
}

.stack_data_progress_block {
  width: 247px;
  padding: 18px 0px 0 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.stack_data_progress_block .aestats_tabs {
  padding: 0 0 20px;
}

.stack_data_progress_block .aestats_tabs ul li {
  padding: 0 20px 0 0;
}

.stack_data_progress_block .aestats_tabs ul li a {
  font-size: 14px;
}

.stack_progress_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 28px 0;
}

.stack_progress_box label {
  width: 100%;
  display: inline-block;
  color: #a8a8a8;
  font-size: 13px;
  margin: 0 0 1px 0;
}

.progrss_data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.progrss_data .progress_val {
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.progrss_data .progress_val span {
  color: #a8a8a8;
}

.progress_bar {
  display: flex;
  flex-wrap: wrap;
}

.progress_bar span {
  width: 4px;
  height: 18px;
  border-radius: 18px;
  display: inline-flex;
  background-color: #343131;
  margin: 0 0 0 4px;
  position: relative;
  overflow: hidden;
}

.progress_bar span:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #339eff;
  opacity: 0;
  visibility: visible;
  transition: all 0.4s;
}

.progress-10 span:nth-child(1),
.progress-20 span:nth-child(-n + 2),
.progress-30 span:nth-child(-n + 3),
.progress-40 span:nth-child(-n + 4),
.progress-50 span:nth-child(-n + 5),
.progress-60 span:nth-child(-n + 6),
.progress-70 span:nth-child(-n + 7),
.progress-80 span:nth-child(-n + 8),
.progress-90 span:nth-child(-n + 9),
.progress-100 span:nth-child(-n + 10) {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(20, 222, 194, 0.75);
  -moz-box-shadow: 0px 0px 7px 0px rgba(20, 222, 194, 0.75);
  box-shadow: 0px 0px 7px 0px rgba(20, 222, 194, 0.75);
}

.progress-10 span:nth-child(1):before,
.progress-20 span:nth-child(-n + 2):before,
.progress-30 span:nth-child(-n + 3):before,
.progress-40 span:nth-child(-n + 4):before,
.progress-50 span:nth-child(-n + 5):before,
.progress-60 span:nth-child(-n + 6):before,
.progress-70 span:nth-child(-n + 7):before,
.progress-80 span:nth-child(-n + 8):before,
.progress-90 span:nth-child(-n + 9):before,
.progress-100 span:nth-child(-n + 10):before {
  opacity: 1;
  visibility: visible;
}

.data_table_section {
  width: 100%;
  padding: 25px 0px;
}

.aestats_tabs {
  width: 100%;
  padding: 0 0 45px;
}

.aestats_tabs ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.aestats_tabs ul li {
  position: relative;
  padding: 0 31px 0 0;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.aestats_tabs ul li a {
  display: inline-block;
  padding: 0 0 5px;
  position: relative;
  color: #9c9c9c;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.aestats_tabs ul li a:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 4px;
  background-color: #339eff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: inline-block;
  bottom: 0;
  left: 0;
}

.aestats_tabs ul li a.active {
  color: #ffffff;
}

.aestats_tabs ul li a.active:after,
.aestats_tabs ul li:hover a:after {
  width: 9px;
}

.tab-box {
  width: 100%;
  height: 0;
  overflow: hidden;
}

.tab-box.active-tab-box {
  height: auto;
}

.sec-title {
  width: 100%;
  margin: 0 0 40px;
}

.sec-title h2 {
  margin: 0;
  font-size: 19px;
  color: #ffffff;
}

.sec-title p {
  font-size: 13px;
}

.current_position {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

.current_position_box {
  padding: 0 32px 15px 0;
}

.current_position_box p {
  color: #a8a8a8;
  font-size: 13px;
  margin: 0 0 5px;
}

.current_position_box .stake_val {
  margin: 0;
}

.graph-block {
  width: 100%;
  margin: 0 0 50px;
}

.content-block {
  width: 63%;
  font-size: 15px;
  margin: 0 0 65px;
}

.data-table {
  width: 100%;
  margin-bottom: 60px;
}

.dataTables_length label {
  display: flex;
  align-items: center;
  color: #a8a8a8;
  font-size: 15px;
}

.dataTables_wrapper .dataTables_length label select {
  border-color: #a8a8a8;
  color: #ffffff;
  padding: 0 4px;
  line-height: normal;
  height: 30px;
  margin: 0 5px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background-image: url("down_angle_w.svg");
  background-repeat: no-repeat;
  background-position: 88% center;
  width: 48px;
  font-size: 15px;
}

.dataTables_length label select option {
  background-color: #1c1c1c;
  color: #ffffff;
}

.dataTables_wrapper .dataTables_filter input[type="search"] {
  width: 230px;
  border: 0px;
  background-color: #1c1c1c;
  padding: 0 5px 0 41px;
  background-position: 18px center;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #ffffff;
  background-image: url("../images/search.svg");
}

.dataTables_wrapper table.dataTable {
  border: 0px;
  padding: 20px 0 13px;
}

.dataTables_wrapper .dataTables_scrollBody table.dataTable {
  padding-top: 0px;
}

.dataTables_wrapper table.dataTable th {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}

.dataTables_wrapper table.dataTable th:first-child {
  padding-left: 20px;
}

.dataTables_wrapper table.dataTable td:first-child {
  padding-left: 20px;
}

.dataTables_wrapper table.dataTable td {
  font-weight: 400;
  padding: 9px 10px;
}

.dataTables_wrapper table.dataTable .uid {
  color: #ffffff;
  position: relative;
}
/* .dataTables_wrapper table.dataTable .uid:after {content:'';width:8px;height:9px;background-repeat:no-repeat;background-size:contain;background-position:center;display:inline-block;margin-left:5px;background-image:url('../images/right_angle.svg');} */
.dataTables_wrapper table.dataTable tr.odd {
  background-color: rgba(28, 28, 28, 0.9);
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0px 0px 8px 0px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0px 0px 8px 0px rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

.dataTables_wrapper table.dataTable tr.even td {
  padding-top: 13px;
  padding-bottom: 13px;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after {
  display: none;
}

table.dataTable thead > tr > th.sorting span {
  display: inline-block;
  position: relative;
  padding-right: 23px;
  font-weight: 500;
  white-space: nowrap;
}

table.dataTable thead > tr > th.sorting span::before,
table.dataTable thead > tr > th.sorting span::after {
  content: "";
  position: absolute;
  display: block;
  font-size: 0.8em;
  line-height: 9px;
}

table.dataTable thead > tr > th.sorting span::before {
  content: "\25B2";
  content: "\25B2"/"";
}

table.dataTable thead > tr > th.sorting span::after {
  content: "\25BC";
  content: "\25BC"/"";
}

table.dataTable thead > tr > th.sorting {
  padding-right: 0px;
  font-weight: 500;
}

table.dataTable thead > tr > th.sorting span::before,
table.dataTable thead > tr > th.sorting span::after {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  color: #7f7f7f;
  opacity: 1;
}

table.dataTable thead > tr > th.sorting span:before {
  right: 3px;
}

table.dataTable thead > tr > th.sorting span:after {
  right: 10px;
}

th.sorting.sorting_desc,
th.sorting.sorting_asc,
table.dataTable thead > tr > th.sorting.sorting_desc span:after,
table.dataTable thead > tr > th.sorting.sorting_asc span:before {
  color: #ffffff;
}

.dataTables_wrapper .dataTables_info {
  font-size: 15px;
  color: #a8a8a8;
}

.dataTables_wrapper .dataTables_paginate {
  padding-top: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #a8a8a8;
  padding: 0 3px;
  font-size: 15px;
  border: 0;
  margin: 0;
  background: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none !important;
  color: #ffffff !important;
  border: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0px;
}

.show_entry {
  display: flex;
  flex-wrap: wrap;
}

.show_entry a {
  font-size: 15px;
  color: #7f7f7f;
  display: inline-block;
  font-weight: 600;
  margin: 0 0 0 16px;
}

.show_entry a.active {
  color: #ffffff;
}

.success {
  color: #7aff97;
}

.warning {
  color: #ff7a7a;
}

footer.site-footer {
  width: 100%;
  text-align: center;
  font-size: 13px;
  padding: 45px 0 20px;
  position: relative;
}

footer.site-footer a {
  color: #a8a8a8;
  text-decoration: underline;
  text-underline-offset: 5px;
}

footer.site-footer a:hover {
  color: #ffffff;
}

.site-footer-inner {
  max-width: 80%;
  text-align: right;
  float: right;
}

.site-footer-inner-left {
  position: absolute;
}

.site-footer-inner-left img {
  width: 180px;
  position: relative;
  top: 40px;
}

footer.site-footer h2 {
  color: #ffffff;
  font-size: 14px;
  margin: 0 0 20px;
  word-wrap: break-word;
}

.site-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.popup-container {
  width: 100%;
  height: 100%;
}

.popup-container.align-middle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.stack_info_popup {
  width: 795px;
  max-width: 92%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  z-index: 1;
  padding: 32px;
  font-size: 15px;
  position: relative;
}

.popup_content {
  color: #d9d9d9;
}

.popup_content h2 {
  font-size: 20px;
  margin: 0 0 22px;
  color: #ffffff;
}

.popup_content p {
  margin: 0px 0px 25px 0px;
}

.popup_content a {
  color: #d9d9d9;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.popup_content a:hover {
  color: #ffffff;
}

.stack_info_btn {
  width: 100%;
  padding: 10px 0 0;
}

.stack_info_btn ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.stack_info_btn ul li {
  font-size: 13px;
  font-weight: 500;
  font-size: 13px;
  list-style-type: none;
  display: inline-block;
  padding: 0 18px 0 0;
  margin: 0 0 0 25px;
  position: relative;
  text-align: right;
}

.stack_info_btn ul li:after {
  position: absolute;
  content: "\25B6";
  right: 0;
  top: 5px;
  cursor: pointer;
  font-size: 10px;
  line-height: normal;
  color: inherit;
  transition: all 0.5s;
}

.stack_info_btn ul li:hover a {
  color: #ffffff;
}

.stack_info_btn ul li:hover:after {
  color: #ffffff;
}

.pop-close-icon {
  position: absolute;
  top: 36px;
  right: 35px;
}

.staking_data_section {
  width: 100%;
}

.calc_section {
  width: 100%;
  padding: 80px 0;
}

.calc_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.calc_box {
  width: 368px;
  max-width: 100%;
  background-color: #0e0e0e;
  padding: 24px;
  border-radius: 4px;
}

.calc_box .form-group {
  margin: 0 0 8px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.calc_box .form-group input[type="text"] {
  height: 48px;
  background-color: #212121;
  color: #ffffff;
  padding-right: 30px;
}

.prefix {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 500;
}

.gfield_radio input[type="radio"],
.gfield_checkbox input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.gfield_checkbox label,
.gfield_radio label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
}

.gfield_checkbox label:before,
.gfield_radio label:before {
  content: "";
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 2px;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  top: -1px;
}

.gfield_radio input[type="radio"]:checked + label,
.gfield_checkbox input[type="checkbox"]:checked + label {
  color: #ffffff;
}

.gfield_radio input[type="radio"]:checked + label:before,
.gfield_checkbox input[type="checkbox"]:checked + label:before {
  background-color: #ffffff;
  border-color: #ffffff;
}

.form-group-check input[type="radio"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group-check label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
}

.form-group-check label:before {
  content: "";
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 2px;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  top: -1px;
}

.form-group-check input[type="radio"]:checked + label {
  color: #ffffff;
}

.form-group-check input[type="radio"]:checked + label:before {
  background-color: #ffffff;
  border-color: #ffffff;
}

.form-group-check {
  margin: 12px 24px 12px 0;
}

.form-group .btn,
.form-group input[type="submit"] {
  width: 100%;
  padding: 17px;
  margin: 10px 0 0;
}

.calc_result {
  width: 300px;
  padding-left: 50px;
}

.calc_result_box {
  width: 100%;
  padding-bottom: 20px;
}

.calc_result_box:last-child {
  padding-bottom: 0px;
}

.calc_result_box label {
  font-size: 13px;
  color: #a8a8a8;
  display: block;
}

.calc_result_box span {
  display: block;
}

.calc_result_box .blue-color {
  font-weight: 500;
  color: #339eff;
}

.calc_result_box .white-color {
  color: #ffffff;
}

.how_stake_info_section {
  width: 100%;
  padding: 70px 0 80px;
}

.how_stake_info_block {
  width: 100%;
  font-size: 15px;
  padding-bottom: 30px;
  color: #bbbbbb;
}

.how_stake_info_block h5 {
  font-size: 17px;
  text-transform: uppercase;
}

.highlight-text {
  padding: 2px 8px;
  background-color: #e5e3e3;
  color: #000;
  display: inline-block;
  font-family: "IBM Plex Sans", sans-serif;
}

.content-section {
  width: 100%;
}

.content-section h1,
.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5,
.content-section h6 {
  color: #ffffff;
}

.validator-list-section {
  width: 100%;
  padding: 46px 0 70px;
}

.filter {
  margin: 0 0 70px;
}

.filter select {
  width: auto;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  font-size: 13px;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 25px;
  background-image: url("down_angle_w.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  line-height: 38px;
}

.custom-dropdown select {
  display: none;
}

.dropdown-select {
  width: auto;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  font-size: 13px;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 25px;
  line-height: 38px;
  display: inline-block;
  padding: 0 35px 0 15px;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  min-width: 156px;
  text-align: left;
}

.dropdown-select.open {
  border-radius: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 0px;
}

.dropdown-select:after {
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  -webkit-transform: origin(50% 20%);
  transform: origin(50% 20%);
  transition: all 0.125s ease-in-out;
  content: "";
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 13px;
  top: 50%;
}

.dropdown-select.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.dropdown-select.open .list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

.dropdown-select.open .option {
  cursor: pointer;
}

.dropdown-select .list {
  box-sizing: border-box;
  transition: all 0.15s, opacity 0.1s linear;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #000000;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  z-index: 2;
  max-height: 250px;
  overflow: auto;
  border: 1px solid #ffffff;
  width: calc(100% + 2px);
  right: -1px;
  left: auto;
  padding: 0;
  margin: 0 0 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 0px;
  text-align: left;
}

.dropdown-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.dropdown-select .list ul {
  padding: 0;
}

.dropdown-select .option {
  cursor: default;
  font-weight: 400;
  outline: none;
  transition: all 0.2s;
  list-style: none;
  margin: 0;
  padding: 0 15px;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
  color: #ffffff;
}

.dropdown-select .option.selected {
  color: #ffffff;
}

.filter select option {
  background-color: #0e0e0e;
}

.validator-list-block {
  width: 100%;
}

.validator-list-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.validator-list-image {
  width: 240px;
  min-height: 120px;
  background-color: #0e0e0e;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.validator-list-right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.validator-list-left {
  width: 100%;
}

.validator-list-image img {
  width: 100%;
}

.validator-list-content {
  width: calc(100% - 240px);
  padding-left: 25px;
  margin: 6px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.validator-list-content h5 {
  display: inline-block;
  font-size: 17px;
  margin: 0 0 12px;
  color: #e5e3e3;
}

.validator-list-title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.validator-list-title .highlight-text {
  padding: 4px 8px;
  font-size: 17px;
  font-weight: 500;
  margin-left: 5px;
  line-height: 13px;
}

.validator-list-title .social {
  padding: 0;
  margin: 0 0 0 10px;
}

.validator-list-title .social li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.validator-list-title .verify-text {
  margin-left: 10px;
}

.validator-list-title.for-mobile {
  margin-bottom: 15px;
}

.validator-list-title.for-mobile .verify-text,
.validator-list-title.for-mobile .social {
  display: none;
}

.validator-list-title.for-mobile h5 {
  font-size: 19px;
  color: #ffffff;
}

.copy-code {
  width: auto;
  background-color: #1f1f1f;
  color: #ffffff;
  font-size: 13px;
  padding: 3px 7px 2px;
  display: inline-block;
  word-break: break-word;
  line-height: 1.3em;
  position: relative;
}

.copy-icon {
  display: inline-flex;
  padding: 2px;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.copy-icon img {
  width: 12px;
}

.validator-list-content .staking_data_block {
  margin: 8px 0 0;
}

.validator-content {
  margin: 15px 0 0;
  font-size: 13px;
}

.validator-list-right .stack_info_btn ul {
  flex-direction: column;
}

.validator-list-right .stack_info_btn ul li {
  padding-bottom: 5px;
}

.validator-info-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.validator-info-right {
  padding: 10px 0 0 0;
}

.validator-info-section .validator-list-box {
  border: 0;
}

.hotkey_block {
  display: flex;
  align-items: center;
  padding: 0 0 10px;
}

.hotkey_block label {
  color: #a8a8a8;
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 14px;
}

.hotkey_block .copy-code {
  margin-right: 10px;
}

.validator-info-section .validator-content {
  margin: 5px 0 0;
}

.validator-info-section .validator-list-image {
  width: 360px;
}

.validator-info-section .validator-list-content {
  width: calc(100% - 360px);
}

.info-icon {
  display: inline-flex;
  vertical-align: middle;
}

.links-section {
  width: 100%;
  padding: 50px 0px;
}

.links-block .highlight-text {
  font-weight: 500;
  margin-top: 7px;
}

.links-box {
  width: 100%;
  font-size: 15px;
  padding: 28px 0 0;
}

.links-box p {
  margin: 0;
}

.link-col {
  margin: 0 0 60px;
}

.hide_key {
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

span.copy-tooltip {
  position: absolute;
  top: -20px;
  right: -12px;
  font-size: 11px;
  padding: 0 3px;
  background-color: #ffffff;
  border-radius: 4px;
  color: #000000;
}

.dt-button {
  color: #999 !important;
  text-transform: uppercase;
  border: 1px solid #666 !important;
}

.dt-button:hover {
  color: #fff;
  border: 1px solid #fff;
}

.gallery-thumb {
  margin-bottom: 5px;
}

/* New Header Design */
.new-site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: #000;
}

.header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 8px 0;
}

.ht-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.ht-left ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.ht-left ul li {
  margin: 0;
  list-style-type: none;
  color: #ffffff;
  font-size: 13px;
  padding-right: 24px;
}

.ht-left ul li:last-child {
  padding-right: 0;
}

.ht-left ul li label {
  color: #a8a8a8;
  margin-right: 8px;
}

.ht-left ul li .up {
  margin-left: 8px;
}

.ht-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ht-right .menu-dropdown .menu {
  transition: all 0.5s;
  background: #222222;
  padding: 5px 15px 15px 15px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}

.ht-search {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.ht-search input[type="text"] {
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  width: 600px;
  padding: 0px 50px 0px 16px;
  color: #a8a8a8;
}

.ht-search input[type="submit"] {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(search.svg) no-repeat center center;
  background-size: 20px;
  padding: 0;
  width: 40px;
  height: 40px;
}

.ht-btns {
  display: flex;
}

.ht-btns .btn {
  background: rgba(255, 255, 255, 0.04);
  color: #8a8a8a;
  margin-left: 8px;
  padding: 6px 12px;
  text-transform: none;
  white-space: nowrap;
}

.ht-btns .btn:hover {
  background-color: #000;
}

.ht-btns .btn img {
  height: 28px;
}

.ht-btns .btn > img {
  min-width: 79px;
}

.header-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-bottom .ht-search,
.header-bottom .ht-btns {
  display: none;
}

.logo {
  display: flex;
  padding: 15px 0;
}

.menuBtn {
  display: none;
  position: relative;
  width: 14px;
  height: 14px;
}

.menuBtn span {
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ffffff;
  transition: all 0.3s;
}

.menuBtn span:nth-child(1) {
  bottom: auto;
}

.menuBtn span:nth-child(3) {
  top: auto;
}

.hb-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  .fade-in-out {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: none; /* Hide the element by default */
  }

  .fade-in-out.active {
    opacity: 1;
    display: block; /* Show the element when active class is applied */
  }
}

.main-menu nav > ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.main-menu nav > ul > li {
  margin: 0 0 -10px 0;
  list-style-type: none;
  padding: 0 25px 10px 25px;
  position: relative;
}

.main-menu nav > ul > .menu-item-has-children:after {
  content: "";
  background: url(down_angle_gray.svg) no-repeat center center;
  width: 10px;
  height: 5px;
  display: inline-block;
  margin: 0 0 2px 5px;
  transition: all 0.5s;
}

.main-menu nav > ul > li .menuItem-glow:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 20.62%,
      rgba(255, 255, 255, 0.48) 51.44%,
      rgba(255, 255, 255, 0) 78.86%,
      rgba(255, 153, 0, 0) 100%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      49.3% 30.98% at 49.3% 97.22%,
      rgba(255, 255, 255, 0.069) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  transform: scale3d(1.5, 1, 1);
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.main-menu nav > ul > li:hover .menuItem-glow:before {
  opacity: 1;
  visibility: visible;
}

.main-menu nav > ul > li.current-menu-item .menuItem-glow:before {
  background: linear-gradient(
      90deg,
      rgba(255, 153, 0, 0) 0%,
      rgba(255, 153, 0, 0) 20.62%,
      #339eff 51.44%,
      rgba(255, 153, 0, 0) 78.86%,
      rgba(255, 153, 0, 0) 100%
    ),
    radial-gradient(
      49.3% 30.98% at 49.3% 97.22%,
      rgba(255, 153, 0, 0.1564) 0%,
      rgba(255, 153, 0, 0) 100%
    );
  opacity: 1;
  visibility: visible;
}

.main-menu nav > ul > li:hover .menuItem-glow:after {
  bottom: -50px;
}

.main-menu nav > ul > li > a {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #8a8a8a;
  padding: 16px 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.main-menu nav > ul > li.current-menu-item > a {
  color: #ffffff;
}

span.menuItem-glow {
  overflow: hidden;
  height: 50px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.main-menu nav > ul > li .menuItem-glow:after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  width: 91px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px -6px 11px rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  transition: 0.4s all;
}

.main-menu nav > ul > li.current-menu-item .menuItem-glow:after {
  bottom: -50px;
  box-shadow: 0px -6px 11px rgba(255, 255, 255, 0.3);
}

.main-menu nav > ul > li.current-menu-item .menuItem-glow,
.main-menu nav > ul > li:hover .menuItem-glow {
  opacity: 1;
  visibility: visible;
}

.main-menu nav .subMenu {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0e0e0e;
  border-radius: 6px;
  padding: 16px 8px;
  width: 281px;
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(13px);
  clip-path: circle(0);
  transition: all 0.5s;
}

.main-menu nav .subMenu li {
  margin: 0;
  list-style-type: none;
}

.main-menu nav .menu-item-has-children:hover .subMenu {
  clip-path: none;
  transform: translateY(0);
}

.main-menu nav .subMenu li a {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #8a8a8a;
  display: inline-block;
  padding: 4px 15px;
  width: 100%;
  border-radius: 4px;
}

.main-menu nav .subMenu li a:hover {
  background: rgba(255, 255, 255, 0.03);
  color: rgba(221, 221, 221, 1);
}

/* Mega Menu */
.main-menu nav .megaMenu {
  right: auto;
  left: -225px;
  width: 100%;
  min-width: 960px;
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
}

.main-menu nav .megaMenu > li > ul {
  padding: 0;
}

.main-menu nav .megaMenu > li {
  width: 100%;
  padding-right: 32px;
}

.main-menu nav .megaMenu > li > ul .mi-title {
  padding-bottom: 8px;
}

.main-menu nav .megaMenu > li > ul .mi-title a {
  font-weight: 600;
  color: #fff;
  pointer-events: none;
}

.main-menu nav .megaMenu > li > ul li a {
  color: #8a8a8a;
}

.main-menu nav .megaMenu > li > ul li a:hover {
  color: #ffffff;
}

.main-menu nav .megaMenu > li:last-child {
  padding: 0;
}

.menu-col-box {
  padding: 24px;
  background: #1e1e1e;
  border-radius: 8px;
}

.menu-col-box label {
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: normal;
  padding: 0 0 8px;
}

.menu-col-box p {
  color: #cdcbcb;
  font-size: 15px;
  line-height: 1.4em;
}
/* //Mega Menu */

/* //New Header Design */

/* New Footer Design */
.footer-cover {
  padding: 32px 24px;
  margin-bottom: 120px;
  background: rgb(20, 20, 20);

  background: linear-gradient(
    90deg,
    rgb(8 8 8) 0%,
    rgb(12 12 12) 47%,
    rgb(13 13 13) 100%
  );
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 15px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #cdcbcb;
}

.footer-top {
  padding: 19px 0 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-top > * {
  width: 50%;
}

.logo-tegline {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0 0 22px;
}

.logo-tegline img {
  width: 15px;
  margin-right: 9px;
}

.ft-left p {
  width: 388px;
  max-width: 100%;
  letter-spacing: 0.025em;
}

.f-tensor-img {
  max-width: 170px;
  padding: 32px 0 0 14px;
}

.ft-right {
  padding: 4px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

.f-col {
  width: 33%;
  padding: 0 39px;
}

.f-col:last-child {
  padding-right: 0;
}

.f-col h5 {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 26px 0;
}

.f-col ul {
  padding: 0;
}

.f-col ul li {
  list-style-type: none;
  margin: 0 0 21px 0;
  line-height: normal;
}

.f-col ul li a {
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #cdcbcb;
}

.f-col ul li a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(217, 217, 217, 0.09);
  padding: 32px 0 0 0;
  display: flex;
  justify-content: space-between;
}

.footer-bottom p {
  margin: 0;
  font-weight: 500;
  color: rgba(205, 203, 203, 0.65);
  letter-spacing: 0.016em;
}

.footer-bottom p a {
  color: rgba(205, 203, 203, 0.65);
  text-decoration: underline;
}

.footer-bottom p a:hover {
  color: #ffffff;
}
/* //New Footer Design */

@media only screen and (max-width: 1700px) {
  .info_pop {
    left: 0;
    top: 30px;
    width: 350px;
  }
}

@media only screen and (max-width: 1600px) {
  .info_pop {
    width: 240px;
  }

  .ht-search input[type="text"] {
    width: 550px;
  }
}

@media only screen and (max-width: 1439px) {
  .below-header-spacer {
    height: 50px;
  }

  .links-section {
    padding: 0;
  }

  .validator-info-section .validator-list-image {
    width: 270px;
  }

  .validator-info-section .validator-list-content {
    width: calc(100% - 270px);
  }

  .validator-info-left {
    width: 100%;
  }

  .validator-info-right {
    padding: 20px 0 0 0;
  }

  .ht-search input[type="text"] {
    width: 400px;
  }
}

@media only screen and (max-width: 1279px) {
  body {
    font-size: 15px;
  }

  .font-16 {
    font-size: 15px;
  }

  .stats_metagraph_block {
    padding: 30px 0px 50px;
  }

  .site-header {
    padding: 20px 0px;
  }

  .site-header-right label {
    font-size: 14px;
    margin-right: 0px;
  }

  .site-header-right .btn {
    margin-left: 10px;
  }

  input[type="submit"],
  .btn {
    padding: 7px 18px;
  }

  .site-header-right .btn.bitapai-btn {
    padding: 3px 10px;
  }

  .site-menu {
    padding-left: 30px;
  }

  .site-menu nav ul li {
    padding: 0 15px 0 0;
    font-size: 13px;
  }

  .aestats_tabs ul li {
    padding: 0 25px 0 0;
  }

  .staking_aetron_block {
    padding: 0 20px 0 0;
  }

  .staking_data_box {
    padding: 0 26px 10px 0;
  }

  .stack_metagraph_block {
    padding: 30px 0 0;
  }

  .filter {
    margin: 0 0 40px;
  }

  .validator-info-section .validator-list-image {
    width: 220px;
  }

  .validator-info-section .validator-list-content {
    width: calc(100% - 220px);
  }

  .validator-info-left {
    width: 100%;
  }

  .staking_data_block .staking_data_box:last-child {
    padding-right: 0;
  }

  .validator-list-content .staking_data_block .staking_data_box .info_pop {
    left: -115px;
    width: 230px;
    top: 25px;
  }

  .staking_data_box label .info_icon {
    margin: 3px 0 0 3px;
  }

  .stats_metagraph_block .staking_data_block .staking_data_box .info_pop {
    z-index: 2;
  }

  .stats_metagraph_block
    .staking_data_block
    .staking_data_box:last-child
    .info_pop,
  .stats_metagraph_block
    .staking_data_block
    .staking_data_box:nth-last-child(2)
    .info_pop {
    right: 0;
    left: auto;
  }

  .site-footer-inner-left img {
    width: 180px;
    position: relative;
    top: 70px;
  }

  .ht-search input[type="text"] {
    width: 320px;
  }
}

@media only screen and (max-width: 1100px) {
  .ht-search input[type="text"] {
    width: 254px;
  }
}

@media only screen and (max-width: 1023px) {
  .container {
    width: 768px;
  }

  .site-menu {
    padding-left: 20px;
  }

  .site-menu nav ul li {
    padding: 0 15px 0 0;
    font-size: 13px;
  }

  .site-header-right label {
    font-size: 13px;
  }

  input[type="submit"],
  .btn {
    padding: 7px 13px;
    letter-spacing: 0.02em;
    font-weight: 400;
  }

  .staking_aetron_block {
    width: 100%;
    padding: 0 0 24px 0;
  }

  .metagraph_block {
    width: 100%;
    order: 2;
    margin: 40px 0 0;
    padding: 0;
  }

  .stack_data_progress_block {
    width: 100%;
    order: 1;
    border: 0;
    padding: 0px;
  }

  .staking_data_box {
    padding: 0 24px 10px 0;
  }

  .stack_progress_box {
    justify-content: space-between;
    padding: 0 0 15px 0;
    align-items: center;
  }

  .progrss_data .progress_val {
    padding-right: 15px;
  }

  .stack_progress_box label {
    width: auto;
  }

  .progrss_data {
    width: auto;
  }

  .stack_info_popup {
    font-size: 13px;
  }

  .stack_info_btn ul li {
    padding: 0 15px 0 0;
    font-size: 12px;
    margin: 0 0 0 15px;
  }

  .stack_info_btn ul li:after {
    top: 3px;
  }

  .popup_content h2 {
    font-size: 17px;
  }

  .link-col {
    margin: 0 0 50px;
  }

  .links-box {
    padding: 20px 0 0;
  }

  .apexcharts-canvas .apexcharts-element-hidden {
    width: 0;
    height: 0;
  }

  .stack_info_btn {
    width: auto;
    padding: 0;
  }

  .validator-list-right .stack_info_btn ul {
    flex-direction: unset;
  }

  .validator-info-section .validator-list-image {
    width: 100%;
    height: 107px;
  }

  .validator-info-section .validator-list-image img {
    width: auto;
    height: 100%;
  }

  .validator-info-section .validator-list-content {
    width: 100%;
    padding: 10px 0 0;
  }

  .validator-info-section .validator-list-box {
    padding: 0;
    margin: 0px 0 15px;
  }

  .validator-info-right {
    padding: 0 0 40px;
    width: 100%;
  }

  .validator-info-right .btn {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
  }

  .hotkey_block {
    flex-wrap: wrap;
  }

  .hotkey_block label {
    width: 100%;
    font-size: 11px;
    margin: 0 0 5px;
  }

  .hotkey_block .copy-code {
    margin-bottom: 5px;
  }

  .validator-list-title.for-mobile {
    justify-content: space-between;
  }

  .validator-list-title.for-mobile h5 {
    font-size: 15px;
  }

  .validator-list-title.for-mobile .verify-text,
  .validator-list-title.for-mobile .social {
    display: inline-block;
  }

  .validator-list-title_left {
    display: flex;
    align-items: flex-start;
  }

  .dropdown-select {
    width: 100%;
  }

  .site-header-right .btn {
    margin-left: 6px;
  }

  .site-footer-inner {
    display: block;
    text-align: left;
    width: 100%;
  }

  .site-footer-inner-left {
    position: relative;
  }

  .site-footer-inner-left img {
    width: 120px;
    position: relative;
    top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .site-menu {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .content-block {
    font-size: 14px;
    width: 100%;
  }

  .container {
    width: 640px;
    padding: 0 24px;
  }

  .sec-title {
    margin: 0 0 20px;
  }

  .aestats_tabs {
    padding: 0 0 40px;
  }

  .aestats_tabs ul li {
    padding: 0 20px 0 0;
  }

  .hamburger-block {
    display: block;
  }

  .hamburger-icon {
    display: inline-flex;
  }

  .site-header {
    padding: 24px 0px;
  }

  .site-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: #1e1e1e;
    padding: 45px;
  }

  .mobile-logo {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 100px;
  }

  .site-menu-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    height: 100%;
  }

  .site-menu-inner-mobile {
    width: 100%;
  }

  .site-menu nav {
    width: 100%;
    text-align: center;
  }

  .site-menu nav ul li {
    width: 100%;
    padding: 0 0 25px 0;
    font-size: 15px;
  }

  .site-menu .menu-site-pop {
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .site-menu .menu-site-pop .popup_btn {
    color: #ffffff;
    font-weight: 500;
    margin: 20px 0 40px;
  }

  a.close_menu img {
    width: 20px;
  }

  .site-header-right {
    display: none;
  }

  .site-header-left {
    justify-content: space-between;
    width: 100%;
  }

  .staking_data_box {
    width: 33.33%;
    padding: 0 10px 3px 0;
  }

  .staking_aetron_block .staking_data_box {
    width: auto;
  }

  .info_pop {
    left: 20px;
    width: 240px;
  }

  .dataTables_wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .dataTables_wrapper .dataTables_length {
    order: 2;
    padding: 20px 0 0;
  }

  .dataTables_wrapper .dataTables_filter {
    order: 1;
    width: 100%;
  }

  .dataTables_wrapper .dataTables_scroll {
    order: 3;
    overflow: auto;
  }

  .dataTables_wrapper .dataTables_info {
    order: 4;
    width: 100%;
    text-align: right;
  }

  .dataTables_wrapper .dataTables_paginate {
    order: 5;
    width: 100%;
    text-align: right;
  }

  .dataTables_wrapper .dataTables_filter input[type="search"] {
    width: 100%;
  }

  .dataTables_wrapper table.dataTable {
    padding: 0;
  }

  .dataTables_wrapper .dataTables_scroll {
    padding-top: 20px;
  }

  .dataTables_wrapper table.dataTable th {
    padding-bottom: 5px;
  }

  .stack_info_popup {
    padding: 25px;
    background-color: #101010;
  }

  .pop-close-icon {
    top: 25px;
    right: 25px;
  }

  .stack_info_btn ul li {
    margin: 0 0 10px 15px;
  }

  .staking_data_block_sub {
    width: 100%;
    padding-bottom: 18px;
  }

  .staking_data_section
    .staking_data_block
    .staking_data_block_sub
    .staking_data_box {
    width: auto;
    padding-right: 25px;
  }

  .validator-list-image {
    width: 100%;
  }

  .validator-list-content {
    width: 100%;
    padding: 15px 0 0;
  }

  .validator-list-content .staking_data_box {
    width: auto;
    padding: 0 15px 5px 0;
  }

  .filter select {
    width: 100%;
  }

  .validator-list-box {
    padding-bottom: 0px;
    margin-bottom: 20px;
    border-bottom: 0;
  }

  .info_pop .info_img_icon {
    width: 100%;
    margin: 0px 0 10px;
  }

  .info_pop_content {
    width: 100%;
    padding-left: 0;
  }

  .info_pop {
    padding: 10px;
    background-color: rgba(18, 18, 18, 0.95);
  }

  .validator-list-content .staking_data_block .staking_data_box .info_pop {
    padding: 10px;
    width: 190px;
    left: -95px;
  }

  .stack_info_btn ul li:after {
    top: 2px;
  }
}

@media only screen and (max-width: 639px) {
  body {
    font-size: 13px;
    letter-spacing: 0.02em;
  }

  .content-block {
    font-size: 13px;
  }

  .container {
    width: 480px;
    padding: 0 20px;
  }

  .aestats_tabs ul li {
    padding: 0 15px 0 0;
  }

  .sec-title h2,
  .current_position_box h2 {
    font-size: 15px;
  }

  .current_position_box p {
    font-size: 11px;
    margin: 0;
  }

  .below-header-spacer {
    height: 23px;
  }

  .highlight-text {
    padding: 5px 5px 3px;
    line-height: 1em;
  }

  .links-block .highlight-text {
    font-size: 15px;
    margin-top: 16px;
    margin-bottom: 25px;
  }

  .links-box {
    padding: 0 0 15px;
    font-size: 13px;
  }

  .link-col {
    margin: 0;
  }

  .info_pop {
    left: -150px;
    width: 200px;
    top: 30px;
  }

  .staking_data_section .staking_data_block .staking_data_box {
    width: auto;
    padding: 0 25px 5px 0;
  }

  .calc_section {
    padding: 33px 0;
  }

  .calc_box {
    padding: 24px 28px;
  }

  .calc_section .sec-title {
    margin: 0 0 20px;
  }

  .form-group-check {
    margin: 16px 19px 12px 0;
  }

  .form-group .btn,
  .form-group input[type="submit"] {
    margin: 13px 0 0;
  }

  .form-group label:before {
    padding: 8px;
    top: -1px;
  }

  .calc_result {
    width: 100%;
    padding: 20px 0 0 30px;
  }

  .how_stake_info_section {
    padding: 43px 0 60px;
  }

  .how_stake_info_section .sec-title {
    margin: 0 0 32px;
  }

  .how_stake_info_block {
    font-size: 13px;
    line-height: 1.45em;
    padding-bottom: 18px;
  }

  .how_stake_info_block h5 {
    font-size: 15px;
    margin: 0 0 20px;
  }

  .copy-code {
    font-size: 10px;
    line-height: 1.1em;
  }

  .stack_data_progress_block .aestats_tabs ul li a {
    font-size: 11px;
  }

  .stack_info_btn ul li:after {
    top: 1px;
  }

  .dropdown-select {
    font-size: 11px;
  }

  .stats_metagraph_block
    .staking_data_block
    .staking_data_box:nth-last-child(2)
    .info_pop {
    right: -90px;
  }
}

@media only screen and (max-width: 479px) {
  .font-16 {
    font-size: 14px;
  }

  .font-15 {
    font-size: 13px;
  }

  .site-menu nav ul li {
    font-size: 13px;
    padding: 0 0 20px 0;
  }

  a.close_menu img {
    width: 18px;
  }

  .aestats_tabs {
    overflow: auto;
    padding: 0 0 36px;
  }

  .aestats_tabs ul li {
    padding: 0 13px 13px 0;
    font-size: 13px;
  }

  .aestats_tabs ul li:last-child {
    padding-right: 0px;
  }

  .sec-title {
    margin: 0 0 15px;
  }

  .sec-title p {
    font-size: 11px;
  }

  .stats_metagraph_block {
    padding: 20px 0px 30px;
  }

  .staking_data_price .up,
  .staking_data_price .down {
    padding-left: 2px;
  }

  .staking_aetron_block {
    padding: 0 0 18px 0;
  }

  .staking_data_box label {
    font-size: 11px;
  }

  .stack_metagraph_block {
    padding: 16px 0 0;
  }

  .stack_progress_box label {
    font-size: 11px;
  }

  .progrss_data .progress_val {
    font-size: 12px;
    padding-right: 8px;
  }

  .progress_bar span {
    height: 12px;
  }

  .stack_progress_box {
    padding: 0 0 5px 0;
  }

  .dataTables_wrapper .dataTables_length {
    padding: 25px 0 0;
  }

  .dataTables_length label {
    font-size: 13px;
  }

  .show_entry a {
    font-size: 13px;
  }

  .dataTables_wrapper table.dataTable th:first-child,
  .dataTables_wrapper table.dataTable td:first-child {
    padding-left: 15px;
  }

  table th {
    font-size: 10px;
  }

  table td {
    font-size: 11px;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0px;
  }

  table.dataTable thead > tr > th.sorting {
    min-width: 65px;
  }

  .dataTables_wrapper table.dataTable td {
    padding: 9px 10px;
  }

  .dataTables_wrapper .dataTables_info {
    font-size: 11px;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 11px;
  }

  .dataTables_wrapper .dataTables_paginate {
    padding-top: 0;
  }

  footer.site-footer {
    padding: 40px 0 20px;
    font-size: 11px;
  }

  footer.site-footer h2 {
    font-size: 11px;
  }

  .info_pop {
    left: -100px;
    width: 200px;
    font-size: 11px;
    padding: 12px;
  }

  .staking_data_box .stake_val {
    font-size: 14px;
  }

  .staking_data_box .stake_val.font-30 {
    font-size: 28px;
  }

  .btn-link-arrow {
    font-size: 11px;
  }

  .content-section {
    line-height: 1.5em;
  }

  .content-section h3 {
    font-size: 15px;
  }

  .validator-list-image {
    height: 107px;
    min-height: unset;
  }

  .validator-list-image img {
    width: auto;
    height: 84px;
  }

  .filter {
    margin: 0 0 34px;
  }

  .validator-list-content {
    padding: 10px 0 0;
  }

  .validator-list-content h5,
  .validator-list-title .highlight-text {
    font-size: 15px;
  }

  .validator-list-title .highlight-text {
    padding: 3px 8px 2px;
  }

  .validator-list-content h5 {
    margin: 0 0 5px;
  }

  .validator-list-left .staking_data_box .stake_val {
    font-size: 15px;
  }

  .validator-content {
    font-size: 11px;
    margin: 0;
  }

  .validator-list-box {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 365px) {
  .font-16 {
    font-size: 12px;
  }

  .staking_data_box {
    padding: 0 5px 3px 0;
  }

  .staking_data_box {
    font-size: 12px;
  }

  .progrss_data .progress_val {
    font-size: 12px;
  }

  .progress_bar span {
    margin: 0 0 0 3px;
    width: 3px;
  }

  .staking_data_box label {
    font-size: 10px;
  }

  .stack_progress_box label {
    font-size: 9px;
  }

  .progrss_data .progress_val {
    font-size: 11px;
  }

  .info_pop {
    left: -90px;
    width: 180px;
  }

  .staking_data_box {
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  .main-menu .container {
    width: 100%;
    padding: 0;
  }

  .main-menu {
    display: block !important;
  }
}

@media only screen and (max-width: 1439px) {
  .main-menu nav > ul > li {
    padding: 0 20px 10px 20px;
  }

  .ft-left {
    width: 35%;
  }

  .ft-right {
    width: 60%;
  }

  .main-menu nav .megaMenu {
    min-width: 1146px;
  }
}

@media only screen and (max-width: 1279px) {
  .main-menu nav > ul > li {
    padding: 0 13px 10px 13px;
  }

  .main-menu nav > ul > li .menuItem-glow:after {
    width: 70px;
  }

  .ht-left ul li {
    padding-right: 7px;
    font-size: 12px;
  }

  .ht-left ul li label {
    margin-right: 3px;
  }

  .ht-left ul li .up {
    margin-left: 3px;
  }

  .f-col {
    padding: 0 20px;
  }

  .main-menu nav .megaMenu {
    min-width: 916px;
  }

  .main-menu nav .megaMenu > li {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .new-site-header {
    background: #000000;
  }

  .header-top {
    display: none;
  }

  .header-bottom {
    border: 0;
  }

  .menuBtn {
    display: block;
  }

  .main-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    background: #000000;
    height: calc(100vh - 53px);
    display: none;
    overflow: auto;
  }

  .header-bottom .ht-search {
    display: block;
  }

  .header-bottom .ht-btns {
    padding: 20px 0 0 0;
    display: flex;
  }

  .active-menu .menuBtn span:nth-child(1) {
    transform: rotate(45deg);
    bottom: 0;
  }

  .active-menu .menuBtn span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .active-menu .menuBtn span:nth-child(3) {
    transform: rotate(-45deg);
    top: 0;
  }

  .ht-search {
    width: 100%;
  }

  .ht-search input[type="text"] {
    width: 100%;
  }

  .main-menu nav > ul > li {
    padding: 0;
    width: 100%;
    z-index: 2;
  }

  .main-menu nav > ul > .menu-item-has-children:after,
  span.menuItem-glow {
    display: none;
  }

  .main-menu nav > ul > li a .has-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 16px;
    z-index: 9;
    display: flex;
    cursor: pointer;
    top: 11px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
  }

  .main-menu nav > ul > li a .has-btn:after {
    content: "";
    display: inline-block;
    line-height: normal;
    position: relative;
    margin-left: 0;
    top: 0;
    cursor: pointer;
    background: url(down_angle_gray.svg) no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: 14px;
  }

  .main-menu nav > ul > li .open-menu .has-btn {
    transform: rotate(180deg);
  }

  .main-menu nav .subMenu {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
    top: 0;
    width: 100%;
    border: 0;
    margin: 8px 0;
    background: #151515;
    display: none;
    transition: none;
    padding: 12px 0;
  }

  .main-menu nav .open-menu ~ .subMenu {
    display: block;
  }

  .main-menu nav > ul > li > a {
    border-radius: 4px;
    width: 100%;
    padding: 16px 56px 16px 16px;
  }

  .main-menu nav > ul > li:hover > a {
    background: #0e0e0e;
    color: #ffffff;
  }

  .main-menu nav .megaMenu {
    min-width: unset;
    left: 0;
  }

  .main-menu nav .megaMenu > li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .ft-left {
    width: 100%;
  }

  .f-tensor-img {
    display: none;
  }

  .ft-right {
    margin: 0 -20px;
    padding: 20px 0 0;
    width: 100%;
  }

  .ft-left p {
    width: 100%;
  }

  .footer-top {
    padding: 0;
  }

  .footer-bottom {
    flex-wrap: wrap;
    padding: 12px 0 0 0;
  }

  .copyright {
    width: 100%;
    padding-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .f-col {
    width: 50%;
    margin-bottom: 30px;
  }

  .f-col:last-child {
    margin-bottom: 0;
  }

  .footer-cover {
    background: transparent;
    border: 0;
    padding: 0;
    margin-bottom: 60px;
  }

  .f-col ul li {
    margin: 0 0 16px;
  }
}

@media only screen and (max-width: 479px) {
  .ht-btns .btn {
    width: 100%;
    font-weight: 500;
    min-height: 40px;
    font-size: 14px;
    margin: 0 0 8px 0;
  }

  .ht-btns .menu-dropdown {
    width: 100%;
  }
}

.apexcharts-menu-item:hover {
  background: rgba(34, 34, 34, 0.7) !important;
}

.apexcharts-menu.apexcharts-menu-open {
  background: rgba(0, 0, 0, 0.7);
}

.apexcharts-legend.apexcharts-align-right.apx-legend-position-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.apexcharts-datalabel {
  font-size: 12px !important;
}

@media only screen and (max-width: 1023px) {
  .apexcharts-legend.apexcharts-align-right.apx-legend-position-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .apexcharts-legend.apexcharts-align-right.apx-legend-position-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 479px) {
  .apexcharts-legend.apexcharts-align-right.apx-legend-position-top {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
