/* Common */
@media screen and (max-width: 1200px) {
  #header .icon {
    display: block;
    visibility: visible;
  }
  .header-wrapper {
    width: 100%;
  }

  #navBar ul {
    gap: 10px;
  }

  #pagesSubMenu {
    border: none;
    padding: 0 30px;
  }

  #navBar {
    margin-bottom: 20px;
  }
}

/* Mobile */
@media screen and (max-width: 768px) {
  .container-wrapper {
    padding-top: 115px;
  }
  .c {
    padding-top: 120px;
  }
  .homepage__banner-mobile {
    padding-top: 0px;
  }
  #header {
    box-shadow: 0px 0px 0px 1px #ebe5e5;
  }
  .homepage__banner {
    padding: 30px 0;
    height: max-content;
    margin-bottom: 125px;
  }
  .homepage__title {
    margin: 24px 0;
  }
  .homepage__banner-mobile {
    flex-direction: column-reverse;
  }
  .homepage__banner-mobile .div-wrapper {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }
  .homepage__banner-mobile .search-form {
    position: absolute;
    bottom: -78px;
    height: 50px;
    width: 100%;
  }
  .homepage__banner-mobile .homepage__desc {
    margin-top: 0 !important;
  }
  .image_banner {
    width: 100%;
  }
  .homepage__banner-mobile-text {
    text-align: center;
  }
  .homepage__main {
    margin-top: 32px;
  }
  .block_item {
    height: unset;
    min-width: unset !important;
    flex-direction: column;
  }
  .block_item__left {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    flex-direction: row !important;
    margin-bottom: 10px;
  }
  .block_item__center .block_item__top {
    margin-bottom: 10px;
  }
  .block_item__right {
    margin-top: 10px;
    align-items: center;
    flex-direction: row !important;
  }
  .block_item-update,
  .transaction_item-update {
    overflow-x: hidden;
  }
  .transaction_item-update .block_item__right {
    justify-content: flex-end !important;
    gap: 6px;
  }
  .transaction_item-update .block_item__center .block_item__top {
    margin-bottom: 0;
  }
  .transaction_item-update
    .block_item__center
    .block_item__top
    div:first-of-type {
    margin-bottom: 10px;
  }
  .footer__right {
    display: none;
  }
  .footer__left {
    flex: 1;
    justify-content: center;
    text-align: center;
  }
  .footer__left ul {
    justify-content: center;
  }
  .footer__left img {
    width: 100%;
    top: -20px;
    height: 220px;
  }
  .tooltip:hover .talk-bubble {
    visibility: hidden;
  }

  .search-form-custom .search-form-input,
  .search-form-custom .search-form__button {
    height: 36.5px;
  }

  .page-title {
    margin: 0px 0 20px 0;
  }

  .network_chat {
    padding-top: 0;
  }

  .network_status {
    padding-top: 44px;
  }

  /* .network_status, .network_notification_system, .block_inspect, .transaction_detail {
          padding-top: 40px;
        } */

  /* Account detail */
  .account-title {
    flex-direction: column;
    align-items: unset !important;
  }
  .account-title .action {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .table-header-width {
    width: 100%;
  }
  .main-footer {
    justify-content: flex-start;
  }
  .account-tabs .account-tabs__header {
    min-height: 86px;
    height: auto;
  }
  .main-header {
    flex-direction: column;
    align-items: unset !important;
  }
  .column-table {
    padding: 0.5rem !important;
  }
  .account-tabs .account-tabs__header {
    overflow-x: auto;
  }
  .account-tabs .account-tabs__header ul {
    flex-wrap: nowrap;
  }
  .account-tabs .account-tabs__header li {
    /* width: 100%; */
    display: flex;
    justify-content: center;
  }
  .account-tabs .account-tabs__header li a {
    width: max-content;
  }
  .tfst-tabs .account-tabs__header li {
    width: unset;
  }
  .search-form .search-form-input {
    padding-left: 12px !important;
  }
  .search-form-custom .search-form-input {
    padding-left: 12px !important;
  }
  .column-table-mobile {
    display: flex;
    flex-direction: column;
  }
  #chart_div, #piechart1, #piechart2 {
    height: 300px !important;
  }
  .background-chart {
    min-height: 590px !important;
  }
  .network-status {
    flex-direction: column !important;
  }
  .network-piechart {
    width: 100% !important;
  }
  .modal-body {
    padding: 0 8px;
  }
  .column-table-width {
    width: 120px;
  }
  .nft-infor {
    font-size: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #regions_div {
    height: 335px !important;
  }

  .network-status-header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}

/* Tab let */
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-title {
    margin: 50px 0 40px 0;
  }
}
