.page-header {
  height: 215px;
  padding-bottom: 0; }

.banner-block__col-left {
  position: relative; }

.banner-block__col-right {
  position: relative;
  align-self: flex-start; }

.banner-block__content p {
  line-height: 24px;
  margin-bottom: 16px; }

.loyalty-points-stats {
  margin-bottom: 80px; }

.gdpr-block {
  color: white;
  background: rgba(30, 115, 190, 0.85) none repeat scroll 0% 0%;
  display: none;
  width: 85%;
  bottom: 0px;
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
  position: fixed;
  padding: 8px 21px;
  margin: 0;
  border-radius: 5px;
  z-index: 10000;
  text-align: center;
  transition: 0.3s ease-in-out; }
  .gdpr-block.visible {
    display: block;
    transition: 0.3s ease-in-out; }
  .gdpr-block__cook-details {
    text-decoration: none;
    border-bottom: 1.2px dashed #fff; }
    .gdpr-block__cook-details:hover {
      text-decoration: none; }
  .gdpr-block__details {
    display: block;
    line-height: 1.3em;
    opacity: 0;
    max-height: 0;
    transition: 0.3s ease-in-out; }
    .gdpr-block__details.visible {
      opacity: 1 !important;
      max-height: 200px !important;
      transition: 0.3s ease-in-out; }
    .gdpr-block__details.hidden {
      opacity: 0 !important;
      max-height: 0px !important;
      transition: 0.3s ease-in-out; }
  .gdpr-block__cook-btn {
    background: #e3e3e3;
    border: 1px solid #bbb;
    border-radius: 5px;
    box-shadow: inset 0 0 1px 1px #f6f6f6;
    color: #333;
    font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
    line-height: normal;
    line-height: normal;
    line-height: 1;
    padding: 5px 0;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 100px;
    margin-left: 20px;
    margin-top: 3px; }

.inCircle-tools__tooltip {
  display: none; }

.inCircle-tools__element.md {
  overflow: hidden; }

.inCircle-tools__element:hover {
  cursor: pointer; }

.tooltip-container {
  position: absolute;
  top: 0;
  left: unset;
  color: #fff;
  background: #000;
  padding: 6px 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  white-space: nowrap;
  z-index: 9999;
  left: 1054px;
  opacity: 0; }
  .tooltip-container.animate {
    transition: 0.3s ease-in-out opacity;
    opacity: 1; }

.google-sign-form-notice {
  display: none;
  border-radius: 10px;
  padding: 20px 30px;
  background: #22b6ed;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px; }
  .google-sign-form-notice p {
    line-height: 1.3em; }

.token-holder {
  word-break: break-all; }

/** links wrapper **/
.links-wrapper {
  display: flex; }

.gbit-kit__button-white {
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  padding: 15px 22px;
  font-size: 15px;
  line-height: 19px;
  display: initial;
  position: relative;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  color: #333333;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  border-radius: 5px; }
  .gbit-kit__button-white:before {
    content: "";
    position: absolute;
    border: 3px solid transparent;
    border-radius: 5px;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-sizing: unset; }
  .gbit-kit__button-white > img {
    padding: 0 5px; }
  .gbit-kit__button-white:hover {
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    box-shadow: 0px 4px 15px 1px rgba(186, 186, 186, 0.6);
    border-radius: 5px;
    text-decoration: none; }
  .gbit-kit__button-white:active {
    position: relative;
    border: 3px solid rgba(227, 227, 227, 0.5);
    border-radius: 5px; }
    .gbit-kit__button-white:active:before {
      content: "";
      position: absolute;
      border: 1px solid #E3E3E3;
      border-radius: 5px;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }

/** My account **/
.gbits-loading {
  display: inline-block;
  width: 32px;
  height: 15px; }

.gbits-loading:after {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  margin: 2px 10px 0;
  border-radius: 50%;
  border: 2px solid #fff;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#navlinks {
  list-style: none; }

.my-account__item-inner {
  display: flex;
  align-items: center; }
  .my-account__item-inner .my-account__nav-link {
    color: #666;
    padding-left: 0px !important; }

.navbar-button__my-account {
  list-style: none; }
  .navbar-button__my-account.hidden {
    opacity: 0;
    z-index: -10; }

.my-account__img {
  max-width: 100%;
  border-radius: 50%;
  position: relative; }
  .my-account__img-wrapper {
    width: 40px;
    height: 40px;
    margin-right: 15px; }

/** Logout btn **/
.sign-out-link {
  text-align: center;
  color: #666; }
  .sign-out-link__span {
    cursor: pointer; }
    .sign-out-link__span:hover {
      text-decoration: underline; }

@media screen and (max-width: 48em) {
  .tooltip-container {
    display: none; }
  .navbar-button__my-account.hidden {
    opacity: 0;
    z-index: -10;
    display: none; }
  .navbar-nav {
    width: 100%; }
  .navbar .nav-item {
    text-align: center; }
  /* my account */
  .my-account__img {
    top: 0; }
    .my-account__img-wrapper {
      margin-right: 0; }
  .transaction-history__tbody {
    overflow: hidden; }
  .transaction-thead__row .transaction-thead__col:nth-child(3n),
  .transaction-tbody__col[data-transaction-field=from] {
    display: none; }
  .account-data__transaction-history .transaction-tbody__details {
    padding: 20px;
    width: 97vw;
    margin: 10px 0 20px; }
  .my-account__item-inner {
    justify-content: center; }
  .my-account__img-wrapper {
    margin-right: 20px; }
  .my-account__nav-menu {
    text-align: left; } }

/** My account page **/
.transaction-tbody__details-btn .arrow-icon {
  display: block;
  position: relative;
  width: 20px;
  height: 20px; }
  .transaction-tbody__details-btn .arrow-icon::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 40%;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(-45deg);
    top: 7px;
    left: 10px;
    transition: ease-in-out .2s; }

.transaction-tbody__details-btn.expanded .arrow-icon::before {
  top: 10px;
  left: 13px;
  transform: rotate(-135deg);
  transition: ease-in-out .2s; }

@media screen and (min-width: 1024px) {
  .account-data__table {
    width: 370px;
    margin-bottom: 50px; } }

@media screen and (max-width: 1023px) {
  .account-data__table {
    width: 100%;
    margin-bottom: 30px; } }

.account-data__table-row {
  height: 48px;
  border-bottom: 1px solid #E3E3E3; }

.account-data__label-col {
  font-family: inherit;
  font-weight: 700;
  width: 100px;
  font-size: 18px; }

.account-data__data-col {
  word-break: break-word; }

.account-data__status.active {
  color: green; }

.account-data__transaction-history, .account-data__referral-history {
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.account-data__transaction-section, .account-data__referral-section {
  margin-bottom: 40px; }

.transaction-thead__row,
.referral-thead__row {
  height: 50px;
  background: #FAFAFA;
  border-bottom: 1px solid #E3E3E3;
  box-sizing: border-box;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.transaction-thead__col,
.referral-thead__col {
  padding: 7px 0; }

.transaction-history__tbody .transaction-tbody__row:last-child,
.referral-history__tbody .referral-tbody__row:last-child {
  border: none; }

.transaction-tbody__row,
.referral-tbody__row {
  border-bottom: 1px solid #E3E3E3;
  height: 49px;
  top: 0px;
  position: relative;
  z-index: 10; }
  .transaction-tbody__row .arrow-icon,
  .transaction-tbody__row .transaction-tbody__col,
  .referral-tbody__row .arrow-icon,
  .referral-tbody__row .transaction-tbody__col {
    position: relative;
    top: 4px; }

.transaction-tbody .transaction-tbody__row-history,
.referral-tbody .transaction-tbody__row-history {
  cursor: pointer; }

.transaction-tbody__col,
.referral-tbody__col {
  padding: 0; }
  @media screen and (min-width: 1140px) {
    .transaction-tbody__col[data-transaction-field="numb"],
    .referral-tbody__col[data-transaction-field="numb"] {
      width: 70px; }
    .transaction-tbody__col[data-transaction-field="date"],
    .referral-tbody__col[data-transaction-field="date"] {
      width: 147px; }
    .transaction-tbody__col[data-transaction-field="direction"],
    .referral-tbody__col[data-transaction-field="direction"] {
      width: 147px; } }
.transaction-tbody__direction-outgoing,
.referral-tbody__direction-outgoing {
  color: #FF3158; }

.transaction-tbody__direction-incoming,
.referral-tbody__direction-incoming {
  color: #1E858B; }

.transaction-tbody__details,
.referral-tbody__details {
  padding: 25px 15px;
  width: 942px;
  margin-left: -10px;
  background: #FAFAFA; }
  .transaction-tbody__details label,
  .referral-tbody__details label {
    margin-bottom: 0; }
  .transaction-tbody__details-group,
  .referral-tbody__details-group {
    margin-bottom: 7px; }

.transaction-history__thead,
.referral-history__thead {
  width: 100%;
  display: inline-table; }

.transaction-tbody__row > .transaction-tbody__col,
.referral-tbody__row > .referral-tbody__col {
  vertical-align: top;
  padding: 7px 0 0; }

.transaction-tbody__col[data-transaction-field="details"],
.referral-thead__col[data-referral-field="numb"],
.referral-tbody__col[data-referral-field="numb"] {
  width: 29px;
  padding-left: 10px;
  top: 0px;
  bottom: 0;
  display: block; }

.referral-thead__col[data-referral-field="numb"] {
  padding-top: 15px; }

.referral-thead__col[data-referral-field="numb"],
.referral-tbody__col[data-referral-field="numb"] {
  padding-left: 25px;
  width: 35px; }

.transaction-history__tbody,
.referral-history__tbody {
  width: 100%;
  display: inline-table; }

.transaction-tbody__details {
  margin-top: 10px;
  width: 942px; }
  .transaction-tbody__details-btn {
    background: none;
    border: none; }
  .transaction-tbody__details-label {
    display: flex;
    font-weight: 600;
    font-size: 1.05em; }
  .transaction-tbody__details-value {
    margin-left: 5px;
    margin-bottom: 0;
    line-height: inherit;
    font-weight: 400; }

@media screen and (min-width: 48em) {
  .colored-icon-box .icon-box {
    min-height: 90%; } }

@media screen and (min-width: 1140px) {
  .gbits-table {
    overflow: hidden; } }

.gbits-table.gbits-table--binary .gtable-tbody__row {
  padding: 0; }

.gbits-table.gbits-table--binary .gtable-thead__col {
  font-weight: bold;
  flex-basis: 20%;
  border-right: 1px solid #E3E3E3;
  padding: 12px 25px;
  background-color: #fafafa; }

.gbits-table.gbits-table--binary .gtable-tbody__col {
  flex-basis: 80%;
  padding: 12px 25px; }
  .gbits-table.gbits-table--binary .gtable-tbody__col a {
    color: #22B6ED; }

.gbits-table .gtable-thead__row {
  padding: 10px 25px; }
  .gbits-table .gtable-thead__row .gtable-thead__col {
    position: relative; }
    .gbits-table .gtable-thead__row .gtable-thead__col:after {
      content: "";
      position: absolute;
      border-bottom: 1px solid #E3E3E3;
      width: 100%;
      left: -25px;
      bottom: -10px; }

.gbits-table .gtable-tbody__row {
  padding: 10px 25px; }
  .gbits-table .gtable-tbody__row:not(:last-child) .gtable-tbody__col:after {
    border-bottom: 1px solid #E3E3E3;
    position: absolute;
    content: "";
    position: absolute;
    width: calc(100% + 0px);
    left: 0px;
    bottom: 1px; }

@media screen and (max-width: 440px) {
  .page-title {
    padding: 0 20px;
    line-height: 1.2em; }
  .breadcrumb-item {
    line-height: 1.3em; }
  .breadcrumb-item::after {
    display: inline-block;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"; }
  .breadcrumb-item:last-child::before,
  .breadcrumb-item:last-child::after {
    display: none; }
  ol.breadcrumb {
    padding: 0 30px !important;
    font-weight: 300 !important; }
  .explorer-page.section-padding {
    padding: 0; }
  .explorer-gbits .page-header {
    padding-bottom: 30px;
    height: auto; }
  .gbits-table.gbits-table--binary .gbits-table__tbody .gtable-tbody__row {
    padding: 0 10px;
    border-bottom: 1px solid #E3E3E3; }
  .gbits-table.gbits-table--binary .gbits-table__tbody .gtable-tbody__row:not(:last-child) .gtable-tbody__col::after {
    display: none; }
  .gbits-table .gbits-table__tbody .gtable-thead__row {
    padding: 10px 15px; }
    .gbits-table .gbits-table__tbody .gtable-thead__row .gtable-thead__col {
      position: relative; }
      .gbits-table .gbits-table__tbody .gtable-thead__row .gtable-thead__col:after {
        border-bottom: 1px solid #E3E3E3;
        position: absolute;
        content: "";
        position: absolute;
        width: calc(100% + 10px);
        left: -10px;
        bottom: -10px; }
  .gbits-table .gbits-table__tbody .gtable-tbody__row {
    padding: 10px 15px; }
    .gbits-table .gbits-table__tbody .gtable-tbody__row:not(:last-child) .gtable-tbody__col:after {
      border-bottom: 1px solid #E3E3E3;
      position: absolute;
      content: "";
      position: absolute;
      width: calc(100% + 10px);
      left: -10px;
      bottom: -10px; }
    .gbits-table .gbits-table__tbody .gtable-tbody__row.gtable-tbody__mobile-helper {
      position: absolute;
      border-bottom: 0;
      border: none; }
      .gbits-table .gbits-table__tbody .gtable-tbody__row.gtable-tbody__mobile-helper td {
        background: #333;
        z-index: 100;
        color: #fff;
        padding: 0 5px;
        width: auto;
        position: absolute; }
        .gbits-table .gbits-table__tbody .gtable-tbody__row.gtable-tbody__mobile-helper td:after {
          border-bottom: none !important; }
    .gbits-table .gbits-table__tbody .gtable-tbody__row .gtable-tbody__col {
      font-size: 12px;
      position: relative; }
      .gbits-table .gbits-table__tbody .gtable-tbody__row .gtable-tbody__col span.short-id {
        display: initial;
        color: #22B6ED; }
      .gbits-table .gbits-table__tbody .gtable-tbody__row .gtable-tbody__col span.long-id {
        display: none; }
  .gtable-explorer__tbody {
    display: block;
    overflow-x: scroll; }
  .gtable-thead__col, .gtable-tbody__col {
    flex-basis: 36% !important;
    min-width: 36% !important; }
  .gtable-thead__col[data-explorer-field="txn-fee"],
  .gtable-tbody__col[data-explorer-field="txn-fee"] {
    flex-basis: 25% !important;
    min-width: 25% !important; }
  .gbits-table.gbits-table--binary .gtable-thead__col {
    flex-basis: 39%;
    font-size: 12px;
    padding: 13px 14px 12px 10px; }
  .gbits-table.gbits-table--binary .gtable-tbody__col {
    flex-basis: 80%;
    padding: 13px 15px 12px 13px;
    font-size: 12px; }
  .explorer-page .gtable-pagination {
    font-size: 12px; }
  .explorer-page .gtable-pagination__anchor {
    margin: 0 2px;
    padding: 5px 10px;
    height: 22px;
    margin: 0 1%;
    padding: 2% 5%;
    height: 27px; } }
  @media screen and (max-width: 440px) and (max-width: 320px) {
    .explorer-page .gtable-pagination__anchor {
      padding: 2% 3%; } }
@media screen and (max-width: 440px) {
  .explorer-page .gtable-pagination__status {
    margin: 0 2px;
    padding: 8px 10px;
    height: 27px;
    text-align: center; } }

.gbits-table__tbody {
  flex-wrap: wrap;
  border: 1px solid #E3E3E3;
  border-radius: 5px; }
  .gbits-table__tbody span.short-id {
    display: initial;
    color: #22B6ED; }
  .gbits-table__tbody span.long-id {
    display: none;
    color: #22B6ED; }

.gbits-table__tbody,
.gtable-thead__row,
.gtable-tbody__row {
  display: flex;
  width: 100%; }

.gtable-thead__row {
  padding: 15px 22px;
  background-color: #FAFAFA; }

.gtable-tbody__row {
  padding: 12px 25px; }

.gtable-thead__col,
.gtable-tbody__col {
  flex-basis: calc(100%/7.4);
  min-width: calc(100%/7.4); }

.gtable-thead__col[data-explorer-field='to'] {
  padding-left: 10px; }

.gtable-thead__col[data-explorer-field='amount'] {
  padding-left: 20px; }

.gtable-tbody__col {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #333; }
  .gtable-tbody__col[data-explorer-field='to'] {
    padding-left: 10px; }
  .gtable-tbody__col[data-explorer-field='amount'] {
    padding-left: 20px; }

.gtable-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.02em;
  font-size: 15px; }
  .gtable-pagination__anchor {
    height: 20px;
    display: block;
    background: #fafafa;
    cursor: pointer;
    margin: 0 5px;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 20px;
    height: 38px;
    line-height: 1;
    transition: ease .3s; }
    .gtable-pagination__anchor:hover, .gtable-pagination__anchor:active, .gtable-pagination__anchor:focus {
      background-color: #22B6ED;
      color: #fff; }
  .gtable-pagination__status {
    margin: 0 5px;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 20px;
    height: 38px;
    line-height: 1; }
