/*!
 * Explorer for gChain (https://gchain.jp/)
 * Copyright 2021-2022 Gyas K.K.
 */
body,html{height:100%}

.wrapper{height:auto!important;height:100%;margin:0 auto -99px;min-height:100%;background-color:#f8f9fa!important}

#push{height:99px}

.hd-doc-search__category{display:block;color:#377dff}
.ui-autocomplete-input.form-control:not(:last-child){border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}

tspan{text-decoration:none;text-shadow:none!important}

.u-label-inline{display:inline!important}
.wordwrap{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}

a.address-tag{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}

.card, .card-header:first-child  {
  border-radius: 0;
  box-shadow: none;
}

.hash-tag {
  max-width: 171px;
  display: inline-block;
  vertical-align: bottom;
}
.hash-tag--xs {
  max-width: 125px;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


@media (max-width:576px){
  .d-sm-block {
    display: block;
  }
}
