@import url("font/inconsolata/index.css");

@font-face {
  font-family: Inter;
  src: url("font/Inter-VariableFont_opsz,wght.ttf") format("opentype");
}

@font-face {
  font-family: "Rigid Square";
  src: url("font/RigidSquare/Rigid_Square_Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Rigid Square";
  src: url("font/RigidSquare/Rigid_Square_Thin_Italic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Rigid Square";
  src: url("font/RigidSquare/Rigid_Square_ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Rigid Square";
  src: url("font/RigidSquare/Rigid_Square_ExtraLight_Italic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Rigid Square";
  src: url("font/RigidSquare/Rigid_Square_Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Rigid Square";
  src: url("font/RigidSquare/Rigid_Square_Light_Italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Rigid Square";
  src: url("font/RigidSquare/Rigid_Square_Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Rigid Square";
  src: url("font/RigidSquare/Rigid_Square_Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Rigid Square";
  src: url("font/RigidSquare/Rigid_Square_SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Rigid Square";
  src: url("font/RigidSquare/Rigid_Square_SemiBold_Italic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Rigid Square";
  src: url("font/RigidSquare/Rigid_Square_Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Rigid Square";
  src: url("font/RigidSquare/Rigid_Square_Bold_Italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Rigid Square";
  src: url("font/RigidSquare/Rigid_Square_ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Rigid Square";
  src: url("font/RigidSquare/Rigid_Square_ExtraBold_Italic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
}

.hide {
  display: none !important;
}

html {
  overflow: auto;
}

:root {
  --blockstream-primary-brand-color-rgb: 0, 195, 255;
  --blockstream-primary-brand-color: rgb(var(--blockstream-primary-brand-color-rgb));
  --accent-color-rgb: 250, 138, 0;
  --accent-color: rgb(var(--accent-color-rgb));
  --background-color: #181818;
  --surface-primary-color: #1C1C1C;
  --surface-primary-alt-color: #26221D;
  --surface-secondary-color: #262626;
  --field-border-color: #525252;
  --page-gap: 24px;
  --success-color-rgb: 23, 201, 100;
  --success-color: rgb(var(--success-color-rgb));
  --warning-color-rgb: 226, 186, 27;
  --warning-color: rgb(var(--warning-color-rgb));
  --danger-color-rgb: 219, 59, 62;
  --danger-color: rgb(var(--danger-color-rgb));
  --foreground-link-color: #00C3FF;
  --foreground-muted: #B5BDC2;
  --radius-rounded-xl: 12px;
  --max-border-radius: 9999px;
}

body {
  direction: ltr;
  text-align: left;
  font-family: "Inter", sans-serif;
  color: #fff;
  background-color: var(--background-color);
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
  overflow-x: hidden;
}

body[lang=he] {
  font-family: "Open Sans Hebrew","Helvetica Neue",Helvetica,Arial,sans-serif;
}

input {
  font-family: Inter;
  outline: none;
}

div {
  box-sizing: border-box;
}

h1, h2, h3, p {
  margin: 0px;
}

img {
  vertical-align: middle;
}

ul {
  margin: 0px;
}

.text-white { color: #FFF; }

.text-gray { color: #B5BDC2; }

.text-dark-gray { color: #55585A; }

.font-h1 { font-size: 48px; font-weight: 700; font-family: "Rigid Square", sans-serif; line-height: normal; letter-spacing: normal; font-style: normal; }

@media only screen and (max-width: 475px) {
  .font-h1 {
    font-size: 36px;
  }
}

.font-h2 { font-size: 40px; font-weight: 700; font-family: "Rigid Square", sans-serif; line-height: normal; letter-spacing: normal; font-style: normal; }

@media only screen and (max-width: 475px) {
  .font-h2 {
    font-size: 24px;
  }
}

.font-h3 { font-size: 28px; font-weight: 700; font-family: "Rigid Square", sans-serif; line-height: normal; letter-spacing: normal; font-style: normal; }

@media only screen and (max-width: 475px) {
  .font-h3 {
    font-size: 20px;
  }
}

.font-h5 { font-size: 16px; font-weight: 700; font-family: "Rigid Square", sans-serif; line-height: normal; letter-spacing: normal; font-style: normal; }

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

.font-h6 { font-size: 14px; font-weight: 700; font-family: "Rigid Square", sans-serif; line-height: normal; letter-spacing: normal; font-style: normal; }

.font-p1 { font-size: 18px; font-weight: 400; font-family: "Inter", sans-serif; line-height: 25px; letter-spacing: normal; font-style: normal; }

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

.font-p2 { font-size: 16px; font-weight: 400; font-family: "Inter", sans-serif; line-height: 25px; letter-spacing: normal; font-style: normal; }

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

.font-p3 { font-size: 14px; font-weight: 400; font-family: "Inter", sans-serif; line-height: 25px; letter-spacing: normal; font-style: normal; }

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

.font-p4 { font-size: 14px; font-weight: 600; font-family: "Inter", sans-serif; line-height: 25px; letter-spacing: normal; font-style: normal; }

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

.font-p5 { font-size: 12x; font-weight: 400; font-family: "Inter", sans-serif; line-height: 20px; letter-spacing: normal; font-style: normal; }

@media only screen and (max-width: 475px) {
  .font-p5 {
    font-size: 11px;
  }
}

.font-btn-1 { font-size: 18px; }

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

.font-link-semibold { font-family: "Inter", sans-serif; font-size: 16px; font-style: normal; font-weight: 600; line-height: 28.8px; letter-spacing: normal; }

.font-link-regular { font-family: "Inter", sans-serif; font-size: 16px; font-style: normal; font-weight: 400; line-height: 28.8px; letter-spacing: normal; }

.font-disclaimer-text { color: #B5BDC2; font-family: "Inter", sans-serif; font-size: 14px; font-style: italic; font-weight: 400; line-height: normal; letter-spacing: normal; }

.m-0 { margin: 0; }

.m-1 { margin: 2.5px; }

.m-2 { margin: 5px; }

.m-3 { margin: 10px; }

.m-4 { margin: 15px; }

.m-5 { margin: 30px; }

.m-6 { margin: 60px; }

.m-7 { margin: 100px; }

.m-8 { margin: 150px; }

.m-auto { margin: auto; }

.mx-0 { margin-right: 0; margin-left: 0; }

.mx-1 { margin-right: 2.5px; margin-left: 2.5px; }

.mx-2 { margin-right: 5px; margin-left: 5px; }

.mx-3 { margin-right: 10px; margin-left: 10px; }

.mx-4 { margin-right: 15px; margin-left: 15px; }

.mx-5 { margin-right: 30px; margin-left: 30px; }

.mx-6 { margin-right: 60px; margin-left: 60px; }

.mx-7 { margin-right: 100px; margin-left: 100px; }

.mx-8 { margin-right: 150px; margin-left: 150px; }

.mx-auto { margin-right: auto; margin-left: auto; }

.my-0 { margin-top: 0; margin-bottom: 0; }

.my-1 { margin-top: 2.5px; margin-bottom: 2.5px; }

.my-2 { margin-top: 5px; margin-bottom: 5px; }

.my-3 { margin-top: 10px; margin-bottom: 10px; }

.my-4 { margin-top: 15px; margin-bottom: 15px; }

.my-5 { margin-top: 30px; margin-bottom: 30px; }

.my-6 { margin-top: 60px; margin-bottom: 60px; }

.my-7 { margin-top: 100px; margin-bottom: 100px; }

.my-8 { margin-top: 150px; margin-bottom: 150px; }

.my-auto { margin-top: auto; margin-bottom: auto; }

.mt-0 { margin-top: 0; }

.mt-1 { margin-top: 2.5px; }

.mt-2 { margin-top: 5px; }

.mt-3 { margin-top: 10px; }

.mt-4 { margin-top: 15px; }

.mt-5 { margin-top: 30px; }

.mt-6 { margin-top: 60px; }

.mt-7 { margin-top: 100px; }

.mt-8 { margin-top: 150px; }

.mt-auto { margin-top: auto; }

.mr-0 { margin-right: 0; }

.mr-1 { margin-right: 2.5px; }

.mr-2 { margin-right: 5px; }

.mr-3 { margin-right: 10px; }

.mr-4 { margin-right: 15px; }

.mr-5 { margin-right: 30px; }

.mr-6 { margin-right: 60px; }

.mr-7 { margin-right: 100px; }

.mr-8 { margin-right: 150px; }

.mr-auto { margin-right: auto; }

.mb-0 { margin-bottom: 0; }

.mb-1 { margin-bottom: 2.5px; }

.mb-2 { margin-bottom: 5px; }

.mb-3 { margin-bottom: 10px; }

.mb-4 { margin-bottom: 15px; }

.mb-5 { margin-bottom: 30px; }

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

.mb-7 { margin-bottom: 100px; }

.mb-8 { margin-bottom: 150px; }

.mb-auto { margin-bottom: auto; }

.ml-0 { margin-left: 0; }

.ml-1 { margin-left: 2.5px; }

.ml-2 { margin-left: 5px; }

.ml-3 { margin-left: 10px; }

.ml-4 { margin-left: 15px; }

.ml-5 { margin-left: 30px; }

.ml-6 { margin-left: 60px; }

.ml-7 { margin-left: 100px; }

.ml-8 { margin-left: 150px; }

.ml-auto { margin-left: auto; }

.p-0 { padding: 0; }

.p-1 { padding: 2.5px; }

.p-2 { padding: 5px; }

.p-3 { padding: 10px; }

.p-4 { padding: 15px; }

.p-5 { padding: 30px; }

.p-6 { padding: 60px; }

.p-7 { padding: 100px; }

.px-0 { padding-right: 0; padding-left: 0; }

.px-1 { padding-right: 2.5px; padding-left: 2.5px; }

.px-2 { padding-right: 5px; padding-left: 5px; }

.px-3 { padding-right: 10px; padding-left: 10px; }

.px-4 { padding-right: 15px; padding-left: 15px; }

.px-5 { padding-right: 30px; padding-left: 30px; }

.px-6 { padding-right: 60px; padding-left: 60px; }

.px-7 { padding-right: 100px; padding-left: 100px; }

.py-0 { padding-top: 0; padding-bottom: 0; }

.py-1 { padding-top: 2.5px; padding-bottom: 2.5px; }

.py-2 { padding-top: 5px; padding-bottom: 5px; }

.py-3 { padding-top: 10px; padding-bottom: 10px; }

.py-4 { padding-top: 15px; padding-bottom: 15px; }

.py-5 { padding-top: 30px; padding-bottom: 30px; }

.py-6 { padding-top: 60px; padding-bottom: 60px; }

.py-7 { padding-top: 100px; padding-bottom: 100px; }

.pt-0 { padding-top: 0; }

.pt-1 { padding-top: 2.5px; }

.pt-2 { padding-top: 5px; }

.pt-3 { padding-top: 10px; }

.pt-4 { padding-top: 15px; }

.pt-5 { padding-top: 30px; }

.pt-6 { padding-top: 60px; }

.pt-7 { padding-top: 100px; }

.pr-0 { padding-right: 0; }

.pr-1 { padding-right: 2.5px; }

.pr-2 { padding-right: 5px; }

.pr-3 { padding-right: 10px; }

.pr-4 { padding-right: 15px; }

.pr-5 { padding-right: 30px; }

.pr-6 { padding-right: 60px; }

.pr-7 { padding-right: 100px; }

.pb-0 { padding-bottom: 0; }

.pb-1 { padding-bottom: 2.5px; }

.pb-2 { padding-bottom: 5px; }

.pb-3 { padding-bottom: 10px; }

.pb-4 { padding-bottom: 15px; }

.pb-5 { padding-bottom: 30px; }

.pb-6 { padding-bottom: 60px; }

.pb-7 { padding-bottom: 100px; }

.pl-0 { padding-left: 0; }

.pl-1 { padding-left: 2.5px; }

.pl-2 { padding-left: 5px; }

.pl-3 { padding-left: 10px; }

.pl-4 { padding-left: 15px; }

.pl-5 { padding-left: 30px; }

.pl-6 { padding-left: 60px; }

.pl-7 { padding-left: 100px; }

.g-btn { font-family: "Rigid Square", sans-serif; font-style: normal; font-weight: 700; line-height: 22px; letter-spacing: normal; cursor: pointer; width: 100%; max-width: max-content; padding: 10px 30px; display: inline-block; outline: none; transition: 0.3s ease-out; text-decoration: none; text-align: center; border: none; background: none; font-size: 16px;}

.g-btn:hover, .g-btn:active { box-shadow: 149 157 165/20% 0px 8px 24px; transition: 0.3s ease-out; text-decoration: none; }

.primary-btn {
  background: var(--accent-color);
  border: 1px solid var(--accent-color);
  color: #0C0C0F;
  border-radius: 2px;
}

.landing-page .primary-btn {
  background-color: #FF9417 !important;
  border: 1px solid #FF9417 !important;
}

.primary-btn:link, .primary-btn:visited, .primary-btn:hover, .primary-btn:focus {
  color: #0C0C0F;
}

.primary-btn:hover, .primary-btn:active { transition: 0.2s ease-out; background: #22E1C9; border: 1px solid #22E1C9; color: #0C0C0F; text-decoration: none; }

.secondary-btn { background-color: transparent; border: 1px solid #00c3ff; color: #00c3ff; }

.secondary-btn:hover, .secondary-btn:active { color: #0C0C0F; border: 1px solid #00c3ff; background-color: #00c3ff; }

.tertiary-btn { color: #00c3ff; border-bottom: 2px solid #00c3ff; width: auto; padding: 10px 0 0 0; max-width: max-content; }

.tertiary-btn:hover, .tertiary-btn:active { color: #0C0C0F; border-color: #0C0C0F; }

a, a:link, a:visited, a:hover, a:focus {
  color: #00ccff;
  text-decoration: none;
}

.current-address-link {
  appearance: none;
  background: none;
  border: 0;
  color: #00ccff;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-align: inherit;
}

.table { color: inherit }



/*New Design CSS Flexbox */
/* Main Navigation */

.form-group {
  margin-bottom: 16px;
}

.explorer-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  max-width: 1328px;
  padding: 0px var(--page-gap);
  padding-top: 12px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.explorer-main {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding-bottom: 100px;
  margin-top: var(--page-gap);
}

.nav-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.main-nav-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 200px;
}

.main-nav{
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}

.main-nav li{
  text-decoration: none;
  list-style: none;
}

.main-nav .menu-logo{
  width: 24px;
  height: 24px;
}

.main-nav .network-name {
  white-space: nowrap;
}

/* Menu Toggle Icon -- Toggle Style and Animation*/

.toggle-container{
  position: absolute;
  display: flex;
  /* Padding prevents the menu from closing when moving the mouse toward the popup. */
  padding: 30px;
  padding-right: 0px;
}

.toggle-container .burger-icon {
  position: relative;
  height: 20px;
  width: 18px;
  margin: 0;
  z-index: 5;
}

.toggle-container .burger-icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  display: block;
  background: white;
  transition: .5s;
  border-radius: 20px;
}

.toggle-container .burger-icon span:first-child{
  top: 3px;
}

.toggle-container .burger-icon span:last-child{
  top: 17px;
}

.toggle-container .burger-icon:hover{
  cursor: pointer;
}

.toggle-container .toggle-menu{
  font-size: 14px;
  width: 700px;
  height: 0;
  visibility: hidden;
  position: absolute;
  top: 70px;

  /* offset padding on 'explorer-container'*/
  right: -20px;

  z-index: 10;
  transition: .1s;
  border-radius: 8px;
  box-shadow: 0 20px 40px black;
  background-color: var(--surface-primary-color);
}

/** Loading **/

.loading-container {
  margin-top: 40px;
  display: flex;
  flex: 1;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

.spinner{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  visibility: hidden;
  animation: 0.3s showDelayed;
  animation-fill-mode: forwards;
}

.spinner .ring{
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #00ccff;
  width: 50px;
  height: 50px;
  animation: spin .5s linear infinite;
}

.spinner .small{
  width: 25px;
  height: 25px;
}

.spinner .loading{
  font-size: 16px;
  color: white;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/** New Design Ends **/

.navbar-brand {
  height: 50px;
}

/* buttons */
.btn-primary {
  background-color: var(--surface-primary-color);
  color: #fff;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  line-height: 1.5;
  padding: 12px 16px;
  font-size: 20px;
}

.btn-primary:hover {
  background: var(--surface-primary-alt-color);
}
.btn-xl {
  padding: 1rem 2rem;
  font-size: 1.5rem;
}

/* tables */
table th, table td {
  border-color: #22242c !important;
}

table th {
  border-top: none !important;
  color: #78838e;
  text-transform: uppercase;
}

.block-header-title, .transaction-header-title {
  margin-bottom: .5rem;
}

.block-header-title::before {
  content: "";
  background-image: url("img/block.png");
  background-size: 41px 48px;
  width: 41px;
  height: 48px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -8px;
}

.transaction-header-title::before {
  content: "";
  background-image: url("img/transaction.png");
  background-size: 41px 48px;
  width: 41px;
  height: 48px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -8px;
}

.page-search-bar {
  margin: 5px auto 30px auto;
}



/* HEADER START */

.code-button {
  display: inline-block;
  margin-left: 12px;
  cursor: pointer;
  position: relative;
  vertical-align: text-bottom;
}

.code-button .code-button-btn {
  height: 23px;
  width: 30px;
  background: url(img/icons/copy.svg) no-repeat;
  background-size: contain;
}

.code-button .code-button-btn img {
  width: 30px;
  vertical-align: top;
}

.code-button .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.code-button .code-button-text {
  position: absolute;
  left: -435px;
  top: 44px;
  background-color: #107070;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  width: 870px;
  padding: 40px 60px;
  cursor: default;
  border-radius: 10px;
  z-index: 3 !important;
}

.code-button .code-button-text:before {
  content: '';
  position: absolute;
  display: block;
  top: -5px;
  right: 418px;
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
  background-color: #107070;
}

.code-button .code-button-text:after {
  content: '';
  position: absolute;
  display: block;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
  background: transparent;
}

.code-button .code-button-text:not(.active) {
  display: none;
  z-index: -1;
  opacity: 0;
}

.code-button .code-button-text.active {
  z-index: 1;
  opacity: 1;
}

.code-button .code-button-text h4 {
  margin-bottom: 40px;
  font-size: 20px;
}

.code-button .code-button-text > pre {
  color: #fff;
  margin-bottom: 40px;
  font-size: 16px;
  font-family: Inconsolata;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.code-button .code-button-text .close-button-top {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
  cursor: pointer;
  position: absolute;
  right: 60px;
  height: 45px;
  width: 45px;
}

.code-button .code-button-text .close-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
  cursor: pointer;
  float: right;
  width: 140px !important;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.code-button .code-button-text .close-button {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.code-button .code-button-text .close-button > * {
  display: table-cell;
  vertical-align: middle;
}

.code-button .code-button-text .close-button > div:nth-child(1) {
  text-transform: uppercase;
  text-align: center;
}

.code-button .code-button-text .close-button > div:nth-child(2) {
  width: 30px;
}

.code-button .code-button-text .close-button > div:nth-child(2) img {
  width: 30px;
}

.code-button .code-button-text a, .code-button .code-button-text a:link, .code-button .code-button-text a:visited, .code-button .code-button-text a:hover, .code-button .code-button-text a:focus {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.block-dropdowns {
  display: flex;
  flex-direction: row;
}

.block-dropdowns > div {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
  cursor: pointer;
  height: 40px;
  background-color: #22242c;
  border-radius: 2px;
  border: 1px solid #28948f;
}

.block-dropdowns > div {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.block-dropdowns > div > * {
  display: table-cell;
  vertical-align: middle;
}

.block-dropdowns > div.date-dropdown {
  width: 220px;
}

.block-dropdowns > div.time-dropdown {
  width: 184px;
  margin-left: 12px;
}

.block-dropdowns > div > div:nth-child(1) {
  width: 42px;
  padding-right: 12px;
}

.block-dropdowns > div > div:nth-child(1) > img {
  width: 30px;
}

.block-dropdowns > div > div:nth-child(2) {
  font-size: 14px;
  font-weight: 600;
}

.block-dropdowns > div > div:nth-child(3) {
  width: 42px;
  padding-left: 12px;
}

.block-dropdowns > div > div:nth-child(3) > img {
  width: 30px;
}

.mempool-page {
  margin-top: var(--page-gap);
}

.addr-page,
.asset-page,
.blocks-page,
.block-page,
.home-page,
.txs-page,
.tx-page {
  display: flex;
  flex-direction: column;
  gap: var(--page-gap);
}

.prev-next-blocks-btns {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 50px;
}

.prev-next-blocks-btns > * {
  display: table-cell;
  vertical-align: middle;
}

.prev-next-blocks-btns > div > div:nth-child(1) {
  width: 142px;
}

.block-page .prev-next-blocks-btns > div a, .block-page .prev-next-blocks-btns > div a:link, .block-page .prev-next-blocks-btns > div a:visited, .block-page .prev-next-blocks-btns > div a:hover, .block-page .prev-next-blocks-btns > div a:focus {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  width: 140px;
}

.prev-next-blocks-btns > div a > div:hover {
  background-color: #39434e;
}

.prev-next-blocks-btns > div a > div {
  width: 140px !important;
  height: 40px;
  border-radius: 5px;
  background-color: var(--surface-primary-color);
}

.prev-next-blocks-btns > div a > div {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.prev-next-blocks-btns > div a > div > * {
  display: table-cell;
  vertical-align: middle;
}

.prev-next-blocks-btns > div:nth-child(1) a > div > div:nth-child(1) {
  width: 30px;
}

.prev-next-blocks-btns > div:nth-child(1) a > div > div:nth-child(1) div {
  width: 30px;
  height: 31px;
}

 .prev-next-blocks-btns > div:nth-child(1) a > div > div:nth-child(2) {
  text-align: center;
}

.prev-next-blocks-btns > div:nth-child(2) a > div {
  float: right;
}

.prev-next-blocks-btns > div:nth-child(2) a > div > div:nth-child(1) {
  text-align: center;
}

.prev-next-blocks-btns > div:nth-child(2) a > div > div:nth-child(2) {
  width: 30px;
}

.prev-next-blocks-btns > div:nth-child(2) a > div > div:nth-child(2) div {
  width: 30px;
  height: 31px;
}

/* HEADER END */

.loading-page, .not-found-page {
  margin-top: 100px;
}

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

.error-text-center {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  line-break: anywhere;
  flex-wrap: wrap;
}

.error-text-center h1 {
  font-family: Inter;
  font-weight: 500;
  font-size: 40px;
}

.list-unstyled {
  list-style: none;
}

.text-warning {
  color: var(--warning-color) !important;
  text-decoration: none;
}

.text-danger {
  color: var(--danger-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-info {
  color: #17a2b8 !important;
}

.privacy-analysis-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
}

.privacy-analysis-arrow {
  flex: 0 0 auto;
}

.privacy-analysis-no-issues {
  font-size: 14px;
}

.stats-table > div {
  height: 52px;
  border-top: 1px solid var(--surface-secondary-color);
  /* font-size: 16px; */
}

.stats-table > div {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.stats-table > div > * {
  display: table-cell;
  vertical-align: middle;
}

.stats-table > div:last-child {
  border-bottom: 1px solid var(--surface-secondary-color);
}

.stats-table > div > div:nth-child(1) {
  text-transform: uppercase;
  color: #78838e;
  width: auto;
}

.stats-table > div > div:nth-child(2) {
  text-align: right;
  word-break: break-word;
}

.stats-table ul, .stats-table ul > li:last-child {
  margin-bottom: 0;
}

.jumbotron .stats-table > div:first-child {
  border-top: 0;
}
.jumbotron .stats-table > div:last-child {
  border-bottom: 0;
}

.transactions {
  display: flex;
  flex-direction: column;
  gap: var(--page-gap);
}

.block-page-container > .transactions {
  margin-top: 0;
}

.transactions > h3, .transactions > img {
  display: inline-block;
}

.transactions > img {
  width: 33px;
  height: 33px;
  margin-left: 12px;
  vertical-align: top;
}

.transaction-box {
  display: flex;
  flex-direction: column;
  background-color: var(--surface-primary-color);
  padding: 24px;
  border-radius: 5px;
  gap: 24px;
}

.transaction-box.loading-transaction {
  padding: 12px;
}

.transaction-box.loading-transaction img {
  display: block;
  margin: auto;
  height: 75px;
  width: 75px;
}

.transaction-box-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.float-right {
  float: right;
}

.details-btn {
  width: fit-content;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.details-btn p {
  font-weight: 700;
}

.details-btn > div {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
  cursor: pointer;
  color: #00C3FF;
  display: table;
  table-layout: fixed;
  float: right;
  display: flex;
  gap: 8px;
  font-size: 16px;
}

.details-btn > div:focus {
  outline: none;
}

.details-btn > div > div:nth-child(1) {
  text-align: center;
}

.block-details-btn {
  margin: 20px;
}

.ins-and-outs {
  display: flex;
}

.vins, .vouts {
  flex: 1;
}

.transaction-box > .ins-and-outs > .vins > .vin-loading img, .transaction-box > .ins-and-outs .vouts > .vin-loading img {
  display: block;
  margin: auto;
  height: 46px;
  width: 46px;
}

.transaction-box > .ins-and-outs > .vins > div:not(.vin-loading), .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) {
  background-color: var(--surface-secondary-color);
  border-radius: 5px;
  border: 1px solid var(--surface-secondary-color);
  min-height: 46px;
  line-height: 20px;
  font-size: 14px;
  word-break: break-all;
}

.transaction-box > .ins-and-outs > .vins > div:not(.vin-loading):not(:first-child), .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading):not(:first-child) {
  margin-top: 12px;
}

.transaction-box > .ins-and-outs > .vins > div:not(.vin-loading).active, .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading).active {
  height: auto;
}

.transaction-box > .ins-and-outs > .vins > div:not(.vin-loading).peg-out, .transaction-box > .ins-and-outs > .vins > div:not(.vin-loading).peg-in, .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading).peg-out, .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading).peg-in {
  border-color: #00ccff;
}

.transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) > .vin-header, .transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) .vout-header, .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) > .vin-header, .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) .vout-header {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 12px 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 46px;
}

.transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) > .vin-header > div, .transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) .vout-header > div, .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) > .vin-header > div, .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) .vout-header > div {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  gap: 12px;
  flex: 1;
}

.transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) > .vin-header > div > *:nth-child(1), .transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) .vout-header > div > *:nth-child(1), .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) > .vin-header > div > *:nth-child(1), .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) .vout-header > div > *:nth-child(1) {
  flex: 1;
}

.transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) > .vin-header > div > *:nth-child(2), .transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) .vout-header > div > *:nth-child(2), .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) > .vin-header > div > *:nth-child(2), .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) .vout-header > div > *:nth-child(2) {
  text-align: right;
  min-width: 100px;
  margin-left: 3px;
  word-break: break-all;
  font-weight: 600;
}

.transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) > .vin-body, .transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) .vout-body, .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) > .vin-body, .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) .vout-body {
  word-wrap: break-word;
  background-color: var(--surface-primary-color);
  padding: 30px 24px;
  border-radius: 0 0 5px 5px;
}

.transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) > .vin-body > div, .transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) .vout-body > div, .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) > .vin-body > div, .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) .vout-body > div {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) > .vin-body > div > *, .transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) .vout-body > div > *, .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) > .vin-body > div > *, .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) .vout-body > div > * {
  display: table-cell;
  vertical-align: middle;
}

.transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) > .vin-body > div:not(:last-child), .transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) .vout-body > div:not(:last-child), .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) > .vin-body > div:not(:last-child), .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) .vout-body > div:not(:last-child) {
  margin-bottom: 12px;
}

.transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) > .vin-body > div > div, .transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) .vout-body > div > div, .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) > .vin-body > div > div, .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) .vout-body > div > div {
  vertical-align: text-top;
}

.transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) > .vin-body > div > div:nth-child(1), .transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) .vout-body > div > div:nth-child(1), .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) > .vin-body > div > div:nth-child(1), .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) .vout-body > div > div:nth-child(1) {
  text-transform: uppercase;
  color: #78838e;
  font-weight: 400;
}

.transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) > .vin-body > div > div:nth-child(2), .transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) .vout-body > div > div:nth-child(2), .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) > .vin-body > div > div:nth-child(2), .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) .vout-body > div > div:nth-child(2) {
  line-height: initial;
  font-weight: 400;
}

.transaction-box > .ins-and-outs > div:nth-child(2) > div {
  height: 46px;
}

.transaction-box > .ins-and-outs > div:nth-child(2) > div > .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.transaction-box > .ins-and-outs > div:nth-child(2) > div img {
  vertical-align: middle;
  width: auto;
}

.vin.active, .vout.active {
  background: rgba(255, 255, 255, .1) !important;
}

.transaction-table-footer {
  display: flex;
  margin-top: 24px;
}

.transaction-table-footer-confirmation-text {
  margin-left: auto;
  display: flex;
  width: fit-content;
  font-family: 'Rigid Square';
  font-size: 20px;
  font-weight: 700;
  gap: 24px;
}

.addr-header-qr {
  width: fit-content;
  height: fit-content;
  margin-left: auto;
  border-radius: 12px;
  overflow: hidden;
}

.addr-header-qr.mobile {
  display: none;
}

.address-qr-code {
  width: 168px;
}

.address-table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* START FOOTER */
.explorer-container > .footer {
  width: 100%;
  height: 216px;
  line-height: 1.5;
  margin-top: auto;

  display: flex;
  justify-content: center;
  align-items: center;

  border-top: 1px solid #22242C;
}

.explorer-container > .footer > .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.language {
  margin-top: 12px;
}

.language-form {
  position: relative;
}

.language-selector, .language-submit {
  color: #FFF;
  background-color: var(--background-color);
  border: 1px solid var(--surface-secondary-color);
  border-radius: 8px;
}

.language-selector {
  appearance: none;
  -webkit-appearance: none;
  font-family: "Inter";
  padding: 12px 8px;
  font-size: 14px;
  font-weight: 400;
  background-color: var(--surface-primary-color);
  color: var(--foreground-muted);
  width: 100%;
  cursor: pointer;
}

.language-selector-arrow {
  width: 16.5px;
  height: auto;
  color: var(--foreground-muted);
  position: absolute;
  right: 15px;
  top: 18px;
  pointer-events: none;
}

.language-submit {
  padding: 4px 10px 3px;
  line-height: normal;
}

.footer_container_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.footer_container_content .language{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 30px;
}

.footer_container_content_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer_container_content_copyright {
  color: rgba(169, 177, 182, 1);
  font-size: 14px;
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.footer_container_content_copyright a{
  color: rgba(169, 177, 182, 1);
}

.footer_container_content_row_social-media_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer_container_content_row_social-media_item {
  display: block;
  width: 20px;
}

.footer_container_content_row_social-media_link {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 1px solid #4e4e4e;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}


.footer_container_content_row_onion_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}


.footer_container_content_row_onion_icon {
  background-image: url("img/onion.png");
  background-repeat: no-repeat;
  height: 32px;
  width: 26px;
}

.footer_container_content_row_onion_link {
  display: block;
  font-size: 12px;
  padding: 3px 3px 3px 10px;
  color: #fff !important;
  cursor: pointer;
}

.explorer-container > .footer > .container > *:nth-child(2) {
  text-align: right;
}

.footer_container_content_onion-links {
  border: 1px solid rgba(169, 177, 182, 1);
  border-radius: 4px;
  padding: 2px 20px;
  /* margin: 0 auto; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

img.footer_container_content_onion-links_icon {
  width: auto !important;
  height: 40px !important;
}

.footer_container_content_onion-links_row {
  padding: 5px;
  line-height: 1.5;
  width: 100px;
}

.footer_container_content_onion-links_link {
  color: rgba(0, 195, 255, 1) !important;
}

/* END FOOTER */

.load-more-container {
  margin-top: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.load-more {
  display: flex;
  gap: 10px;
}

.load-more-loading {
  align-items: center;
}

.load-more-loading .loading-container {
  flex: none;
  height: 22px;
  margin-top: 0;
}

.load-more-loading .spinner {
  visibility: visible;
  animation: none;
}

.load-more-loading .spinner .small {
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border-width: 3px;
}


.load-more > * {
  display: table-cell;
  vertical-align: middle;
}

.block-hash span, .stats-table a, .transaction-box .header a {
  word-wrap: break-word;
}


.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.mono {
  font-family: Inconsolata;
  line-height: 1.4 !important;
}

/* preload images. css hack via https://stackoverflow.com/a/14390213/865693 */
body::after{
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
    content: url(img/icons/plus.png) url(img/icons/arrow_right_blu.png) url(img/icons/arrow_left_blu.png) url(img/icons/copy.png)
             url(img/icons/menu-logo.svg) url(img/Loading.gif) url(img/icons/search.png);
}

/* only show loading animation when we're loading for more than 0.5s,
 * so that it doesn't flicker  */

.loading-delay {
  animation: 0.3s showDelayed;
  animation-fill-mode: forwards;
  visibility: hidden;
  display: block;
  margin: 0 auto;
}

.loading-delay img{
  width: 60px;
}
@keyframes showDelayed {
  99% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

/* these should display in left-to-right, even with right-to-left languages */
/* @noflip */
.mono, .amount, .footer_container_content_copyright { direction: ltr }

/* title bar for recent blocks */

.title-bar-container {
  width: 100%;
  max-width: 1000px;
  height: 70px;
  margin: 0 auto;
  padding-left: 27px;
}

.title-bar-recent {
  display: inline-block;
  height: 50px;
  width: auto;
  margin: 0 auto;
  height: 42px;
}

.title-bar-recent h1 {
  font-size: 24px;
  font-weight: bold;
}

.title-bar-recent h1 a {
  color: #a9b1b6;
  margin-right: 25px;
  cursor: pointer;
}

.title-bar-recent h1 .active {
  border-bottom: solid 2px #00c3ff;
  color: #ffffff;
}


/* arrows */

.arrow-prev {
  background: url(img/icons/arrow_left_blu.png);
}

.arrow-next {
  background: url(img/icons/arrow_right_blu.png);
}

.direction-arrow {
  color: var(--foreground-link-color);
}

/* flip arrow on RTL languages */
[dir=rtl] .direction-arrow { transform: rotate(180deg) }

.transaction-box .ins-and-outs .direction-arrow {
  display: block;
  justify-self: center;
  width: 12px;
  height: 22px;
}

.ins-and-outs {
  position: relative !important;
}

.ins-and-outs_spacer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
}

.direction-arrow-container {
  display: flex;
  width: auto;
  position: absolute;
  height: 100% !important;
  flex-direction: column ;
  justify-content: center ;
  align-items: center ;
  margin: 0;
  padding: 0;
}

/* navbar changes */

#navbar-menu {
  position: relative;
}
.navbar-nav {
  margin-left: 32px;
  width: 330px;
  display: flex;
  justify-content: space-between;
  margin-right: auto;
}

#Liquid .nav-link {
  border: 1px solid #22E1C9;
}

#Bitcoin .nav-link {
  border: 1px solid var(--accent-color);
}

#LiquidTestnet .nav-link,
#BitcoinTestnet .nav-link,
#BitcoinTestnet4 .nav-link,
#BitcoinSignet .nav-link,
#BitcoinRegtest .nav-link {
    border: 1px solid #8C8C8C;
}

.nav-link {
  height: 56px;
  color: white;
  border: 1px solid #525252;
  border-radius: 8px;
  display: flex;
  align-items: center;
  background-color: var(--surface-primary-color);
  font-family: "Inter";
  font-size: 16px;
  font-weight: normal;
  padding: 0px 12px;
  gap: 12px;
  min-width: 200px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: left;
}

.nav-link span {
  color: unset;
}

.network-angle-down {
  margin-left: auto;
  fill: white;
}

.nav-toggler {
  position: absolute; /* relatively to #navbar-menu */
  right: 0;
  top: 4px;
}

.nav-bar_moon_icon {
  background-image: url("img/icons/moon_dark.png");
  background-repeat: no-repeat;
  width: 25px;
  height: 27px;
  cursor: pointer;
  display: block;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.vout-body-row > div:first-child,
.vin-body-row > div:first-child {
  word-break: break-word !important;
}

/* input/output counter */
.vouts, .vins {
    counter-reset: txcnt -1;
}
.vout-header-container > span:first-child:before, .vin-header-container > span:first-child:before {
    counter-increment: txcnt;
    content: "#" counter(txcnt);
    padding-right: 5px;
    font-size: 0.9em;
    color: #475562;
    margin-left: -19px;
}

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

.asset-amount-details {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.unblinded .vout-header, .unblinded .vin-header {
  background: #04240d;
}

.contract-json {
  text-align: left !important;
  word-break: break-all !important;
  white-space: pre-wrap;
}

@media (max-width: 767.98px) {
  .small-sm {
    font-size: 80%;
    font-weight: 400;
  }
}

@media only screen and (max-width: 990px) {

  .page-search-bar {
    margin: 5px auto 30px auto;
  }

  .nav-toggler {
    position: initial;
  }

  .nav-bar_moon_icon {
    margin-top: 5px;
  }
}

/* TRANSACTION*/
@media only screen and (max-width: 850px) {
  .transaction-box .header {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly;
  }

  .transaction-box .ins-and-outs {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .transaction-box .ins-and-outs .direction-arrow-container {
    width: 100% !important;
  }

  .transaction-box .ins-and-outs .direction-arrow {
    transform: rotate(90deg);
  }

  .transaction-box > .footer > * {
    display: block;
    width: 100%;
  }

  .transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) > .vin-body > div > div:nth-child(1), .transaction-box > .ins-and-outs > .vins > div:not(.vin-loading) .vout-body > div > div:nth-child(1), .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) > .vin-body > div > div:nth-child(1), .transaction-box > .ins-and-outs .vouts > div:not(.vin-loading) .vout-body > div > div:nth-child(1) {
    text-transform: lowercase;
  }

  .footer_container_content_copyright {
    font-size: 14px;
  }

  .transaction-box .ins-and-outs .direction-arrow {
    display: flex;
    justify-self: center;
  }

  .ins-and-outs {
    position: relative !important;
  }

  .ins-and-outs_spacer {
    height: 20px;
    width: 100%;
  }

  .direction-arrow-container {
    width: 100%;
    height: auto !important;
    margin: 0;
    padding: 0;
  }

}

@media only screen and (max-width: 825px) {

  .explorer-container > .footer {
    height: 330px;
  }

  .explorer-container > .footer > .container {
    flex-direction: column;
  }

  .footer_container_content {
    margin-top: 35px;
    padding-bottom: 50px;
  }



  .footer_container_content_onion-links {
    margin: 15px auto 0 auto;
  }
}

@media only screen and (max-width: 575.98px) {
  .jumbotron-fluid{
    height: auto;
  }
  .addr-header-main,
  .addr-header-qr {
    flex-basis: 100%;
    max-width: 100%;
  }
  .addr-header-qr {
    justify-content: center;
  }
  .address-qr-code {
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 550px) {


  .page-search-bar {
    margin: 5px auto 30px auto;
  }

  .explorer-title-container h1 {
    font-size: 30px;
  }

  .vin-body-row {
    display: flex !important;
    flex-direction: column !important;
    margin: 5px 0;
  }

  .vin-body-row > .mono {
    margin-top: 5px;
  }

  .vout-body-row {
    display: flex !important;
    flex-direction: column !important;
    margin: 5px 0;
  }

  .vout-body-row > .mono {
    margin-top: 5px;
  }

  .vout-header-container {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: flex-start;
  }

  .vout-header-container > * {
    text-align: left !important;
    margin: 0 !important;
    padding: 3px 0;
  }

  .amount {
    justify-content: initial;
  }

  .asset-amount-details {
    align-items: flex-start;
  }

  .vin-header-container {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: flex-start;
  }

  .vin-header-container > * {
    text-align: left !important;
    margin: 0 !important;
    padding: 3px 0;
  }


  .title-bar-recent h1 {
    font-size: 18px;
  }

  .title-bar-recent h1 a {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 450px) {
  .explorer-title-container h1 {
    font-size: 25px;
  }

  .explorer-title-container_logo {
    height: 35px;
    width: auto;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 500px) {
  .explorer-container > .footer {
    height: auto;
  }

  .footer_container_content_row_onion_container {
    margin-top: 10px;
  }

  .footer_container_content_onion-links {
    flex-direction: column;
    margin-top: 25px;
  }

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


/* "Copied!" tooltip for click-to-copy buttons */
.code-button-btn {
  position: relative;
}
.code-button-btn:before,
.code-button-btn:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.code-button-btn:after {
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0,0,0,1);
  border-left: 6px solid transparent;
  content: '';
  height: 0;
    top: 20px;
    left: 20px;
  width: 0;
}
.code-button-btn:before {
  background-color:rgba(0,0,0,1);
  border-radius: 2px;
  color: #fff;
  content: 'Copied!';
  font-size: 11px;
  padding: 6px;
  top: 26px;
  line-height: 1;
  white-space: nowrap;
}


.code-button-btn:before {
  transform: scale3d(.2,.2,1);
  transition: all .2s ease-in-out;
}
.code-button-btn:after {
  transform: translate3d(0,6px,0);
  transition: all .1s ease-in-out;
}

.code-button-btn.show-tooltip:before,
.code-button-btn.show-tooltip:after {
  opacity: 1;
  transform: scale3d(1,1,1);
}
.code-button-btn.tooltip:after {
  transition: all .2s .1s ease-in-out;
}

/* QR scanner */
video.qr-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: none;
}
body.qr-scanning {
  overflow: hidden;
}
body.qr-scanning .footer {
  display: none;
}
body.qr-scanning video.qr-video {
  display: block;
}
.qr-scanner {
  display: none;
}
.qr-scanner .btns {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  bottom: 28px;
  color: #fff;
}
.qr-scanner .indicator {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
}
body.qr-scanning .qr-scanner {
  display: block;
}
@media screen and (max-height: 540px) {
  body.qr-scanning .qr-scanner .indicator {
    display: none;
  }
}
.qr-scanner .indicator:before {
  content: "";
  width: 100%;
  background-color: #ff6347;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -100px;
  box-shadow: 0 0 4px #f00;
  animation: scanning 2s infinite, beam 0.01s infinite;
}
.qr-scanner .indicator .bordertop:before,
.qr-scanner .indicator .bordertop:after,
.qr-scanner .indicator .borderbottom:before,
.qr-scanner .indicator .borderbottom:after {
  content: '';
  position: absolute;
  width: 25%;
  height: 25%;
  border-color: #fff;
  border-width: 2px;
}
.qr-scanner .indicator .bordertop:before {
  border-style: solid none none solid;
  top: 0;
  left: 0;
}
.qr-scanner .indicator .bordertop:after {
  border-style: solid solid none none;
  top: 0;
  right: 0;
}
.qr-scanner .indicator .borderbottom:before {
  border-style: none none solid solid;
  bottom: 0;
  left: 0;
}
.qr-scanner .indicator .borderbottom:after {
  border-style: none solid solid none;
  bottom: 0;
  right: 0;
}
.qr-scanner .buttons-wrap {
  position: absolute;
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
  bottom: 0;
  text-align: center;
}
@media screen and (max-height: 510px) {
  .qr-scanner .buttons-wrap {
    background: transparent !important;
  }
}
@-moz-keyframes beam {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes beam {
  50% {
    opacity: 0;
  }
}
@-o-keyframes beam {
  50% {
    opacity: 0;
  }
}
@keyframes beam {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes scanning {
  50% {
    transform: translateY(200px);
  }
}
@-webkit-keyframes scanning {
  50% {
    transform: translateY(200px);
  }
}
@-o-keyframes scanning {
  50% {
    transform: translateY(200px);
  }
}
@keyframes scanning {
  50% {
    transform: translateY(200px);
  }
}


/* Mempool histogram */
.mempool-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.mempool-section-heading {
  text-align: center;
}

dl.mempool-histogram {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
dl.mempool-histogram .text {
  font-weight: 600;
  display: flex;
  align-items: center;
  height: 40px;
  width: 65px;
  position: absolute;
  left: 0;
  justify-content: flex-end;
  text-align: right;
}
dl.mempool-histogram dd {
  font-size: .8em;
  line-height: 1;
  width: 100%;
  height: 40px;
  padding-left: 65px;
  margin-bottom: 0.25rem;
  box-sizing: border-box;
}
dl.mempool-histogram .label {
  margin-left: 3px;
  font-size: .8em;
  font-weight: normal;
}
dl.mempool-histogram .bar {
  display: block;
  background-color: #3d9970;
  width: 50px;
  margin-bottom: 10px;
  height: 90%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: background-color .3s ease;
  cursor: pointer;
  white-space: nowrap;
  line-height: 36px;
  transition: width 0.5s;
}
dl.mempool-histogram dd:hover .bar, dl.mempool-histogram dd:focus .bar {
  background-color: #aaa;
}
dl.mempool-histogram .bar:before {
  content: '';
  width: 7px;
  display: inline-block;
}
/* Fee estimates */
.fee-estimates {
  box-sizing: border-box;
  flex: 0 0 33.333333%;
  font-size: 0.9em;
  max-width: 33.333333%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.fee-estimates table {
  border-collapse: collapse;
  width: 100%;
}
.fee-estimates th, .fee-estimates td {
  padding: 0.6rem 0.2rem;
}

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

@media only screen and (max-width: 767.98px) {
  dl.mempool-histogram,
  .fee-estimates {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 575.98px) {
  dl.mempool-histogram,
  .fee-estimates {
    flex-basis: 100%;
    max-width: 100%;
  }
}


/****
  * Burger Menu Hover works on Bigscreen only
  * Hover is used for displaying the dropdown menu to support NO-JS
*****/
@media only screen and (min-width: 500px) {
  .toggle-container:hover .toggle-menu,
  .toggle-container.open-menu .toggle-menu{
    height: auto;
    padding: 20px 0;
    visibility: visible;
  }

  .toggle-container:hover .burger-icon span,
  .toggle-container.open-menu .burger-icon span{
    opacity: 0;
    top: 50%;
  }

  .toggle-container:hover .burger-icon span:first-child,
  .toggle-container.open-menu .burger-icon span:first-child {
    opacity: 1;
    transform: rotate(45deg);
  }

  .toggle-container:hover .burger-icon span:last-child,
  .toggle-container.open-menu .burger-icon span:last-child {
    opacity: 1;
    transform: rotate(-45deg);
  }
}

.toggle-menu .toggle-menu-header{
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #4e555d;
  padding: 10px 30px 30px 20px;
}

.toggle-menu h4.menu-title{
  margin-top: 40px;
  margin-bottom: 20px;
  font-size:15px;
  font-weight: bold;
}

.toggle-menu .toggle-menu-header .language{
  margin-left: 50px;
}

.toggle-menu .section1 .wallets-link{
  display: flex;
  margin-bottom: 10px;
}

.toggle-menu .section1 .wallets-link .wallets-logo{
  display: flex;
  margin-top: 4px;
  width: 40%;
}

.toggle-menu .section1 .wallets-link .wallets-logo img{
  height: 28px;
}

.toggle-menu .section1 .wallets-link .wallets-logo a:hover img{
  filter: brightness(0) invert(1);
}

.toggle-menu .section1 .wallets-link .wallets-logo a:nth-child(2){
   border-left: 1px solid #78838e;
   margin-left: 20px;
   height: 30px;
}

.toggle-menu .section1 .wallets-link .wallets-logo .app-logo{
  display: block;
  margin: 0 20px;
  height: 30px;
}

.toggle-menu .section1 .wallets-link .store-icons{
  display: flex;
  flex-flow: wrap;
  width: 60%;
}

.toggle-menu .section1 .wallets-link p{
  margin: 0;
  display: block;
  width: 40%;
  opacity: 0.7;
}

.toggle-menu .section1 .wallets-link .store-icons a{
    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items:center;
    color: #fff;
    border: 1px solid #4e555d;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

.toggle-menu .section1 .wallets-link .store-icons a img{
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.toggle-menu .section1 .wallets-link .store-icons a:hover{
  color: var(--accent-color);
}

.toggle-menu .section1, .toggle-menu .section2{
  padding: 0 40px;
}

.toggle-menu .section2{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.toggle-menu .section2 ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.toggle-menu .section2 li{
  margin-bottom: 15px;
}

.toggle-menu .section2 a{
  color: #c3cdd3;
  opacity: 0.7;
}

.toggle-menu .section2 a:hover{
  color: var(--accent-color);
}

.sub-navbar{
  width: 100%;
  display: flex;
  margin-top: 24px;
}

.sub-nav-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.sub-nav {
  display: flex;
  padding-top: 10px;
  width: fit-content;
  white-space: nowrap;
  gap: 30px;
}

.sub-nav a {
  color: #ffffff;
  padding-bottom: 12px;
}

.sub-nav .active {
  color: #ffffff;
  position: relative;
}

.sub-nav .active:after {
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background: var(--accent-color);
  height:3px;
  border-radius: 10px;
}

.sub-nav a sup.highlight{
  height: 10px;
  width: 10px;
  background: #46beae;
  display: inline-block;
  border-radius: 100%;
}

/****
  * Network selector
*****/

.nav-item {
  cursor: pointer;
}

.nav-item.active.open-network-menu .network-hover-menu-container {
  display: flex;
  position: absolute;
  top: calc(100%);
  z-index: 1;
}

/* Touch browsers can keep :hover active after a tap, so only use hover to open the menu
 * on devices with a precise pointer. Touch interaction is controlled by open-network-menu. */
@media (hover: hover) and (pointer: fine) {
  .nav-item.active:hover .network-hover-menu-container,
  .network-hover-menu-container:hover {
    display: flex;
    position: absolute;
    top: calc(100%);
    z-index: 1;
  }
}

.network-hover-menu-container {
  display: none;
  position: absolute;
  top: calc(100%);
}

.network-hover-menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  min-width: 200px;
  margin-top: 8px;
  background-color: var(--surface-primary-color);
  border-radius: 8px;
  padding: 12px 16px;
}

.network-hover-menu-option-container {
  white-space: nowrap;
}

.network-hover-menu-option-container.active, .network-hover-menu-option-container:hover {
  display: flex;
  margin-left: -5px;
}

.network-hover-menu-option-container.active::before, .network-hover-menu-option-container:hover::before {
  content: '';
  width: 6px;
  height: 100%;
  border-radius: 10px;
}

.network-hover-menu-option-container.bitcoin::before {
  background-color: #FF9417;
}

.network-hover-menu-option-container.liquid::before {
  background-color: #22E1C9;
}

.network-hover-menu-option-container.liquidtestnet::before,
.network-hover-menu-option-container.bitcointestnet::before,
.network-hover-menu-option-container.bitcointestnet4::before,
.network-hover-menu-option-container.bitcoinsignet::before,
.network-hover-menu-option-container.bitcoinregtest::before {
  background-color: #8C8C8C;
}

.network-hover-menu-option {
  color: white;
  display: flex;
  gap: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  transition: .5s all;
  font-size: 16px;
}

.network-hover-menu-option-container.active .network-hover-menu-option,
.network-hover-menu-option-container:hover .network-hover-menu-option {
  margin-left: 8px;
}

.network-hover-menu-option .menu-logo {
  margin-right: 12px;
}

.push-tx-form {
  width: 100%;
}

#rawtx {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  box-sizing: border-box;
  font-size: 1rem;
  font-family: Inter;
  line-height: 1.5;
  border-radius: .25rem;
  border: 1px solid #ced4da;
}

#rawtx:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.rawtx-label {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
  display: block;
}

.rawtx-label h1 {
  font-weight: 500;
  margin-bottom: .5rem;
  font-size: 2.5rem;
  line-height: 1.2;
}

.search {
  width: 100%;
}

.search-bar {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  background-color: var(--surface-primary-color);
  border: 1px solid #525252;
  padding: 12px;
  height: 56px;
  box-sizing: border-box;
}

.search-focus-hotkey {
  font-weight: 400;
  color: #B5BDC2;
  font-size: 16px;
  padding-top: 3px;
}

.search-bar-input {
  width: 100%;
  color: #fff;
  border: none;
  font-size: 16px;
  background-color: inherit;
  padding: 0px;
}

.search-bar-input::placeholder {
  color: #B5BDC2;
}

.qrcode-link img {
  vertical-align: middle;
}

.search-bar-submit {
  align-items: center;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  padding: 0;
}

.search-bar-input::-webkit-search-cancel-button {
    cursor: pointer;
    margin-left: 12px;
}

[placeholder]{
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-bar-input:focus{
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
}

a.back-link{
  display: inline-block;
  margin-bottom: 30px;
}

a.back-link img{
  width: 12px;
  margin-right: 8px;
  margin-bottom: 2px;
}

.stats-table {
  padding: 30px 0;
  border-radius: 8px;
  box-shadow: 0 20px 32px 0 rgba(0, 0, 0, 0.08);
  background-color: var(--surface-primary-color);
}

.stats-table{
  padding: 30px;
}

.transaction-table-view-more-container {
  margin-top: auto;
}

.view-more {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 24px;
  font-family: "Rigid Square";
}

.view-more img {
  margin-left: 11px;
  width: 18px;
}

@media only screen and (max-width: 500px) {
  .toggle-container{
    padding: 30px 0 30px 10px;
  }

  .nav-link,   .sub-nav a {
    font-size: 16px;
  }

  .sub-nav{
    flex-wrap: wrap;
  }
}


/* Landing Page */

.landing-page {
  position: relative;
}

.hero-section {
  margin-bottom: 100px;
  position: relative;
}

.blur-orange {
  background: url(img/ellipse.svg);
  width: 600px;
  height: 1000px;
  position: absolute;
  filter: blur(40px);
  top: -15%;
  left: 25%;
  z-index: -10;
}

.blur-green {
  background: url(img/ellipse-2.svg);
  width: 600px;
  height: 1000px;
  position: absolute;
  filter: blur(40px);
  top: -20%;
  right: 10%;
  z-index: -10;
}

.laser-lines {
  background: url(img/explorer-laser-lines.svg);
  background-size: cover;
  background-position: center;
  width: 1070px;
  height: 815px;
  position: absolute;
  top: -5%;
  left: 20%;
  z-index: -50;
  overflow: visible;
}

@media screen and (max-width: 820px) {
  .blur-green {
    top: -5%;
    left: 10%;
    width: 550px;
    height: 800px;
  }

  .blur-orange {
    filter: blur(70px);
    top: -6%;
    left: -80%;
    width: 550px;
    height: 800px;
  }
  .laser-lines {
    width: 840px;
    height: 609px;
    top: -2%;
    left: -5%;
  }

}

@media screen and (max-width: 475px) {
  .laser-lines {
    width: 608px;
    height: 609px;
    top: -2%;
    left: -5%;
  }
}

.hero-wrapper {
  display: flex;
  margin-top: 75px;
}

@media screen and (max-width: 820px) {
  .hero-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.hero-text {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.hero-image {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 820px) {
  .hero-text, .hero-image {width: 100%;}
}

.hero-image > img {
  max-width: 390px;
  width: 100%;
}

.hero-section h1 {
  margin: 20px 0 32px;
}

.hero-section p {
  margin: 0 0 27px;
}

.logos-section {
  margin-bottom: 100px;
}
.logos-desktop {
  display: none;
}

.logos img {
  height: 40px;
  width: auto;
}

.logos-mobile {
  display: none;
}

.logos-container {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.logos-scroll {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.logos-track {
  display: flex;
  gap: 36px;
  width: max-content;
  transform: translateX(0);
  transition: transform 0.1s linear;
  will-change: transform;
}

.logos img:last-child, .logos-track img:last-child {
  max-width: 180px;
}

.logo-item {
  height: 30px;
  width: auto;
  flex: 0 0 auto;
}

@media screen and (min-width: 1141px) {
  .logos-desktop {
    display: block;
  }
  .logos-mobile {
    display: none;
  }
  .logos {
    display: flex;
    gap: 36px;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 1140px) {
  .logos-desktop {
    display: none;
  }
  .logos-mobile {
    display: block;
  }
}

.badge {
  display: flex;
  padding: 8px 39px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #FF9417;
  max-width: max-content;
  color: #0C0C0F;
  margin: 0 auto;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.info-section {
  margin-bottom: 100px;
}

.info-section h2 {
  margin: 25px auto;
  max-width: 740px;
}

.info-section p {
  max-width: 880px;
  margin: 0 auto 50px;
}

.info-section, .features-section {
  text-align: center;
}

@media only screen and (max-width: 475px) {
  .info-section p {
    margin-bottom: 25px;
  }
}

.info-cards {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media only screen and (max-width: 820px) {
  .info-cards {
    flex-direction: column;
  }
}

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

.info-card h3 {
  /* max-width: 210px; */
  margin: 20px 0 10px;
}

.features-section h2 {
  margin: 25px auto 50px;
  max-width: 740px;
}

.features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.feature p {
  margin-bottom: 1rem;
}

.feature {
  flex: 0 1 calc(33.333% - 20px);
  box-sizing: border-box;
  margin-bottom: 50px;
  text-align: center;
}

@media only screen and (max-width: 820px) {
  .feature {
    flex: 0 1 calc(50% - 20px);
  }
}

@media only screen and (max-width: 475px) {
  .feature {
    flex: 0 1 100%;
    margin-bottom: 25px;
  }
}

.feature img {
  margin-bottom: 20px;
}

.landing-section-background {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0px;
  z-index: 0;
  left: 50%;
  margin-left: -50vw;
}

.cta-section {
  position: relative;
  padding: 80px 0;
}

.cta-section .landing-section-background {
  background: #1E2024;
}

.cta-section .container {
  position: relative;
  z-index: 1;
}

.cta-card {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

@media only screen and (max-width: 820px) {
  .cta-card {
    flex-direction: column-reverse;
  }

  .cta-right img {
    max-width: 100%;
    width: 100%;
  }
}

.cta-card h2 {
  margin: 10px 0;
}

.cta-card p {
  margin-bottom: 36px;
}

.pricing-section {
  position: relative;
  padding: 80px 0;
}

.pricing-section .landing-section-background {
    background: linear-gradient(121deg, #E08920 11.38%, #244652 84.19%);
}

.pricing-section .container {
  position: relative;
  z-index: 1;
}

.pricing-section h2 {
  margin: 25px auto;
}

.pricing {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: stretch;
}

.pricing-section .title {
  text-align: center;
}

@media only screen and (max-width: 1080px) {
  .pricing {
    flex-direction: column;
    align-items: center;
  }
}

.pricing-card {
  border-radius: 16px;
  border: 1px solid rgba(151, 151, 151, 0.70);
  background: #05090A;
  max-width: 380px;
  width: 100%;
  padding: 28px;
  display: flex;
  flex-direction: column;
}

.pricing-card .primary-btn {
  max-width: initial;
  width: initial;
  font-size: 14px;
}

@media only screen and (max-width: 1080px) {
  .pricing-card {
    min-height: auto;
  }
}

.pricing-card-title {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}

.pricing-card img {
  max-width: 46px;
  max-height: 42px;
  width: 100%;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  min-height: 180px;
}

@media only screen and (max-width: 1080px) {
  .pricing-card ul {
    min-height: auto;
  }
}

.pricing-card ul li {
  margin-bottom: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-left: 30px;
  background-image: url('/img/icons/arrow-right-orange.svg');
  background-repeat: no-repeat;
  background-position: left top 4px;
  background-size: 15px 15px;
}

.pricing-card ul li a {
  color: #FF9417;
  text-decoration: underline;
}

.pricing-card ul li a:hover {
  color: #22E1C9;
}

.pricing-term {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.pricing-card-quotas {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 44px;
}

.pricing-card-quotas span {
  margin: 0 3px;
}

.pricing-card p {
  margin: 0;
}

.pricing-card p span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
}

.pricing-card p i {
  color: #FF9417;
  font-weight: 600;
  font-size: 24px;
  font-style: normal;
}

.pricing-card p > a {
  color: #FF9417;
}

.pricing-card p > a:hover {
  color: #22E1C9;
}

@media only screen and (max-width: 1080px) {
  .pricing-card .g-btn {
    margin-top: 16px;
  }
}

.pricing-table {
  margin-top: 15px;
}

.pricing-table-row, .pricing-table-price {
  display: flex;
  align-items: flex-end;
}

.pricing-table-row {
  gap: 17px;
  margin: 4px 0;
}

.pricing-table-price .currency {
  margin-right: 10px;
  font-size: 30px;
  font-style: normal;
  font-weight: 250;
  line-height: 36px;
  font-family: "Rigid Square", sans-serif;
}

.pricing-table-price {
  min-width: 125px;
}

.pricing-table-price .amount {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  font-family: "Rigid Square", sans-serif;
}

.pricing-table-description {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

/******* LATEST BLOCKS TABLE *******/

.blocks-table {
  background-color: var(--surface-primary-color);
  padding: 24px;
  border-radius: 12px;
}

.tooltip {
  display: flex;
  position: relative;
  margin-left: 6px;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.tooltip img {
  width: 13px;
}

.tooltip:hover .tooltip-dialogue,
.tooltip:focus .tooltip-dialogue,
.tooltip.tooltip-open .tooltip-dialogue {
  display: initial;
}

.tooltip:focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--accent-color);
  outline-offset: 3px;
}

.tooltip-dialogue {
  display: none;
  position: absolute;
  width: max-content;
  max-width: 200px;
  padding: 6px;
  border-radius: 4px;
  background-color: var(--surface-secondary-color);
  font-size: 14px;
  color: #FAFAFA;
  top: 10px;
  left: 15px;
  text-align: left;
  white-space: normal;
  overflow-wrap: anywhere;
  z-index: 999;
  border: .5px solid var(--field-border-color);
}

@media only screen and (min-width: 1329px) {
  .tooltip.tooltip-flipped .tooltip-dialogue {
    right: 15px;
    left: auto;
  }
}

@keyframes tooltip-mobile-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.table-header-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border-radius: 4px;
  background-color: var(--surface-secondary-color)
}

.table-header-icon-container svg {
  width: 23px;
  color: var(--accent-color);
}

.block-card-header {
  display: flex;
  gap: 2px;
  flex-direction: column;
  justify-content: center;
  width: 36%;
}

.block-timestamp {
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 0;
  color: #a0a0a0;
  font-size: 10px;
  font-weight: 400;
}

.block-timestamp-icon {
  width: 10px;
  color: #B5BDC2;
}

.block-number {
  margin: 0;
  color: #00c3ff;
  font-family: "Rigid Square", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.blocks-table-card {
  display: flex;
  align-items: center;
  position: relative;
  gap: 16px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: var(--surface-secondary-color);
  border: 1px solid var(--surface-secondary-color);
  cursor: pointer;
  color: white;
  transition: background-color .3s;
}

.blocks-table-card:hover {
  border: 1px solid var(--accent-color);
}

.blocks-table-card:focus-within {
  border: 1px solid var(--accent-color);
}

.blocks-table-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.blocks-table-card .table-copy-button,
.blocks-table-card .tooltip {
  position: relative;
  z-index: 2;
}

.block-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  color: var(--accent-color);
}

.block-table-entry-icon {
  height: 35px;
  width: auto;
}

.mobile-block-icon-container {
  display: none;
}

.block-details {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.block-card-body {
  display: flex;
  margin-top: 9px;
  gap: 12px;
  width: 32%;
}

.block-summary {
  display: flex;
  gap: 8px;
  font-size: 11px;
}

.block-summary p {
  margin: 0;
}

.info-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-right: 1px solid #434445;
  padding-right: 12px;
  justify-content: center;
}

.info-stat:last-child {
  border-right: none;
}

.info-stat-title {
  font-size: 10px;
  color: #B5BDC2;
  text-transform: uppercase;
}

.info-stat-value {
  font-size: 14px;
    font-weight: 600;
}

.block-usage {
  margin-top: auto;
  margin-bottom: 5px;
  width: 32%;
}

.usage-and-tooltip {
  display: flex;
  align-items: center;
}

.usage-number {
  /* Adding a top margin better aligns it with the tooltip icon. */
  margin-top: 2px;
  margin-left: auto;
  font-size: 14px;
}

.usage-bar {
  position: relative;
  width: 162px;
  height: 6px;
  border-radius: 13px;
  background-color: var(--surface-primary-color);
  margin-left: auto;
  margin-top: 6px;
}

.usage-bar-fill {
  height: 100%;
  border-radius: 13px;
  background-color: var(--accent-color);
}

.blocks-table-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  margin-top: 12px;
}


/******* TX TABLE *******/

.latest-transactions-table {
  background-color: var(--surface-primary-color);
  padding: 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.latest-transactions-table-body {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.transaction-table {
  background-color: var(--surface-primary-color);
  padding: 24px;
  border-radius: var(--radius-rounded-xl);
}

.transaction-table-body {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.transaction-table-transaction-id {
  flex: 1;
}

.transaction-table-transaction-id p {
  font-size: 16px;
  width: 110px;
}

.transaction-table-transaction-value {
  flex: 1;
}

.transaction-table-row .transaction-table-transaction-value {
  color: white;
}

.transaction-table-transaction-size {
  flex: .5;
}

.transaction-table-row .transaction-table-transaction-size {
  color: white;
}

.transaction-table-transaction-fee {
  flex: .5;
  text-align: right;
  display: flex;
}

.transaction-table-row {
  display: flex;
  background-color: var(--surface-secondary-color);
  border: 1px solid var(--surface-secondary-color);
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .3s;
  gap: 12px;
}

.transaction-table-field-label {
  display: none;
}

.transaction-table-row .transaction-table-transaction-id .transaction-table-field-value {
  display: flex;
  align-items: center;
  gap: 6px;
}

.transaction-table-row:hover {
  border: 1px solid var(--accent-color);
}

.transaction-table-row .transaction-table-transaction-id {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #00C3FF;
  font-weight: 400;
  text-decoration: none;
}

.transaction-table-row .transaction-table-transaction-id span {
  text-decoration: underline;
}

.transaction-table-row .transaction-table-transaction-fee {
  color: #17C964;
}

.transaction-table-row .transaction-table-transaction-fee.success {
  color: #17C964;
}

.transaction-table-row .transaction-table-transaction-fee.warning {
  color: white;
}

.transaction-table-row .transaction-table-transaction-fee.danger {
  color: #DB3B3E;
}

.block-card-top-header {
  display: flex;
  gap: 6px;
  align-items: center;
}

.latest-block-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(23, 201, 100, 0.2);
  color: rgba(23, 201, 100);
  width: 50px;
  height: 18px;
  font-weight: 400;
  font-size: 11px;
  border-radius: 18px;
}

/******* SHARED TABLE STYLES *******/

.table {
  background-color: var(--surface-primary-color);
  padding: 24px;
  border-radius: var(--radius-rounded-xl);
}

.table-header {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.table-header-title {
  margin-left: 16px;
  color: #B5BDC2;
  font-family: "Rigid Square", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.table-copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  color: #FAFAFA;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
}

.table-copy-button:hover {
  color: var(--accent-color);
}

.table-title-row {
  display: flex;
  margin-top: 12px;
  font-size: 10px;
  padding: 0px 12px;
  gap: 12px;
}

.table-title-row a {
  color: white !important;
}

.latest-transactions-table-title-row {
  color: var(--foreground-muted);
}

.new-table-entry {
  background-color: var(--surface-primary-alt-color);
  border: 1px solid var(--surface-primary-alt-color);
}

.overview {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fee-market {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fee-market-body {
  display: flex;
  gap: var(--page-gap);
}

.fee-market .info-card-container {
  flex: 1;
  width: auto;
  min-width: 0;
}

.fee-market-low .info-card-value {
  color: var(--success-color);
}

.fee-market-high .info-card-value {
  color: var(--danger-color);
}

.info-stats-row {
  display: flex;
  gap: 12px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  height: fit-content;
  box-sizing: initial;
  padding: 2px 8px;
  font-size: 11px;
  border-radius: var(--max-border-radius);
  white-space: nowrap;
}

.status-badge.warning {
  background-color: rgba(var(--warning-color-rgb), .2);
  color: var(--warning-color);
}

.confirmation-status-dot {
  position: relative;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  flex: 0 0 auto;
}

.confirmation-status-dot-front,
.confirmation-status-dot-middle,
.confirmation-status-dot-back {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #E2BA1B;
  transform: translate(-50%, -50%);
}

.confirmation-status-dot-front {
  width: 6px;
  height: 6px;
}

.confirmation-status-dot-middle {
  width: 8px;
  height: 8px;
  opacity: .4;
}

.confirmation-status-dot-back {
  width: 10px;
  height: 10px;
  opacity: .2;
}

.status-badge.success {
  background-color: rgba(var(--success-color-rgb), .2);
  color: var(--success-color);
}

.status-badge.danger {
  background-color: rgba(var(--danger-color-rgb), .2);
  color: var(--danger-color);
}

.status-badge.success .confirmation-status-dot-front,
.status-badge.success .confirmation-status-dot-middle,
.status-badge.success .confirmation-status-dot-back {
  background-color: rgba(var(--success-color-rgb), 1);
}

.eta-label {
  height: fit-content;
  border-radius: 4px;
  box-sizing: initial;
  padding: 2px 8px;
  font-size: 11px;
  background-color: var(--surface-primary-color);
  border-radius: var(--max-border-radius);
  display: flex;
  align-items: center;
  gap: 6px;
}

.eta-label .dot {
  background-color: var(--warning-color);
  width: 6px;
  height: 6px;
  border-radius: var(--max-border-radius);
}

.detail-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-title {
  font-weight: 700;
  font-size: 14px;
  font-family: "Rigid Square";
  color: var(--foreground-muted);
}

.overview-body {
  display: flex;
  gap: var(--page-gap);
}

.overview-body::-webkit-scrollbar {
  display: none;
}

.info-card-container {
  border-radius: 12px;
  background-color: var(--surface-primary-color);
  min-width: 302px;
  width: 302px;
  height: 130px;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.info-card-header {
  display: flex;
  gap: 6px;
  align-items: center;
}

.info-card-title {
  margin: 0px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Rigid Square';
  color: var(--foreground-muted);
}

.info-card-value {
  margin: 0px;
  font-size: 20px;
  font-family: 'Rigid Square';
  font-weight: 700;
  margin-top: 12px;
  line-height: 1;
}

.info-card-footer {
  margin: 0px;
  margin-top: 6px;
  font-size: 10px;
  color: var(--foreground-muted);
  font-weight: 400;
  font-family: "Inter";
  text-transform: uppercase;
}

.mempool-congestion {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}

.mempool-congestion-badge {
  padding: 2px 8px;
  border-radius: 100px;
  font-family: "Inter";
  font-size: 11px;
  width: min-content;
}

.mempool-congestion-bar {
  background-color: var(--surface-secondary-color);
  width: 100%;
  height: 6px;
  border-radius: 100px;
  position: relative;
}

.mempool-congestion-fill {
  background-color: #E2BA1B;
  width: 60%;
  height: 6px;
  border-radius: 100px;
  position: absolute;
  left: 0px;
}

.mempool-congestion-badge.success {
  background-color: rgba(23, 201, 100, .2);
  color: #17C964;
}

.mempool-congestion-fill.success {
  background-color: #17C964;
}

.mempool-congestion-badge.warning {
  background-color: rgba(226, 186, 27, .2);
  color: #E2BA1B;
}

.mempool-congestion-fill.warning {
  background-color: #E2BA1B;
}

.mempool-congestion-badge.danger {
  background-color: rgba(219, 59, 62, .2);
  color: #DB3B3E;
}

.mempool-congestion-fill.danger {
  background-color: #DB3B3E;
}

.mempool-congestion-labels {
  display: flex;
  justify-content: space-between;
  color: var(--foreground-muted);
  font-weight: 400;
  font-size: 10px;
}

.overview-bitcoin-price-chart {
  height: 100%;
  width: 100%;
}

.overview-bitcoin-price-chart canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.info-card-header-value {
  font-size: 10px;
  font-family: 'Inter';
  color: var(--foreground-muted);
  margin-left: auto;
  font-weight: 400;
}

.difficulty-adjustment-panel {
  background-color: var(--surface-primary-color);
  padding: 24px;
  border-radius: 12px;
}

.difficulty-adjustment-stat-divider {
  width: 1px;
  height: 30px;
  background-color: white;
}

.difficulty-adjustment-stats {
  display: flex;
  margin-top: 12px;
  justify-content: space-between;
}

.difficulty-adjustment-stat {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.difficulty-adjustment-stat-title {
  font-size: 10px;
  color: #B5BDC2;
}

.difficulty-adjustment-stat-value {
  font-size: 14px;
}

.difficulty-adjustment-stat-value.success {
  color: #17C964;
}

.difficulty-adjustment-stat-value.danger {
  color: #DB3B3E;
}

.difficulty-adjustment-metrics {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  gap: 24px;
}

.difficulty-adjustment-metric-card {
  flex: 1;
}

.identifier-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.identifier-text {
  font-size: 16px;
  font-weight: 400;
  font-family: Inter;
  cursor: pointer;
}

.detail-grid-row {
  display: flex;
  gap: 12px;
}

.detail-field {
  display: flex;
  align-items: center;
  padding: 12px;
  background-color: var(--surface-secondary-color);
  border-radius: 4px;
  flex: 1;
  gap: 24px;
}

.detail-field-label {
  font-size: 10px;
  color: #B5BDC2;
  text-transform: uppercase;
  white-space: nowrap;
}

.detail-field-content {
  display: flex;
  margin-left: auto;
  text-align: right;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  flex-wrap: wrap;
}

.block-signatures {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.block-signatures-required {
  color: var(--foreground-muted);
  font-size: 10px;
}

.eta-blocks {
  color: #E2BA1B;
  font-size: 14px;
}

.eta-blocks-from-tip {
  font-size: 11px;
  color: var(--foreground-muted);
}

.overview-fees {
  display: flex;
  gap: 8px;
  align-items: center;
}

.transaction-fee-value {
  font-size: 14px;
  font-weight: 600;
}

.transaction-fee-rate {
  color: var(--foreground-muted);
  font-size: 11px;
  font-weight: 400;
}


.block-details-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px;
  background-color: var(--surface-primary-color);
  border-radius: 12px;
}

.block-details-card-header {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  min-height: 20px;
  margin-top: 10px;
}

.block-details-card-details-button,
.pending-block-details-button {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  padding: 4px;
  border: 0;
  color: var(--foreground-link-color);
  background: none;
  font-family: "Rigid Square", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.block-details-card-details-button svg,
.pending-block-details-button svg {
  width: 14px;
  height: 14px;
}

.block-details-card-details-button:focus-visible,
.pending-block-details-button:focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--accent-color);
  outline-offset: 3px;
}

.block-details-card-details-button:disabled {
  color: var(--foreground-muted);
  cursor: default;
}

.block-details-card-grid {
  /* These variables are pulled by the BlockGrid component */
  --block-grid-empty-color: var(--surface-secondary-color);
  --block-grid-filled-color: var(--accent-color);
  position: relative;
  flex: 0 0 auto;
  padding: 10px;
  border: 2px solid rgba(var(--accent-color-rgb), .2);
  border-radius: 4px;
  background-color: var(--surface-primary-color);
  width: fit-content;
}

.block-details-card-grid canvas {
  display: block;
  width: 148px;
  height: 148px;
}

.block-details-card-grid-loading {
  position: absolute;
  display: grid;
  inset: 10px;
  opacity: 0;
  pointer-events: none;
  animation: block-details-card-grid-loading-reveal 0s linear forwards;
  place-items: center;
}

.block-details-card-grid-unavailable {
  position: absolute;
  inset: 10px;
  display: grid;
  place-items: center;
  color: var(--foreground-muted);
  background-color: var(--surface-secondary-color);
  font-size: 12px;
  text-align: center;
}

@keyframes block-details-card-grid-loading-reveal {
  to {
    opacity: 1;
  }
}

.block-details-card-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  padding: 10px 0px;
}

.block-details-card-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 12px;
}

.block-details-card-timestamp {
  margin: 0;
  color: var(--foreground-muted);
  font-size: 14px;
  font-weight: 400;
  font-size: 10px;
}

.block-details-card-summary {
  display: flex;
  gap: 16px;
}

.block-details-card-body {
  min-width: 0;
}

.block-details-card-progress {
  margin-top: auto;
}

.block-details-card-progress-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--foreground-muted);
  font-size: 11px;
}

.block-details-card-progress-title {
  display: flex;
  align-items: center;
}

.block-details-card-progress-header .usage-number {
  color: #fff;
}

.block-details-card-usage-bar {
  position: relative;
  height: 10px;
  border-radius: 13px;
  background-color: var(--surface-secondary-color);
  overflow: hidden;
  margin-top: 6px;
}

.block-details-card-usage-bar-fill {
  height: 100%;
  border-radius: 13px;
  background-image: linear-gradient(
    90deg,
    #22C55E 0%,
    #FA3600 100%
  );
  background-repeat: no-repeat;
}

.expanded-block-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.expanded-block-details > .info-card-container {
  width: 100%;
  min-width: 0;
  height: auto;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 4px;
  background-color: var(--surface-secondary-color);
}

.expanded-block-details .info-card-value {
  overflow-wrap: anywhere;
}

.expanded-block-details .block-detail-panel-full {
  grid-column: 1 / -1;
}

.block-detail-bars {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 18px;
}

.block-detail-signatures-panel .block-signatures {
  align-items: flex-start;
  margin-top: 8px;
}

.transaction-block-details {
  margin-top: 12px;
}

.block-box {
  background-color: var(--surface-primary-color);
  border-radius: var(--radius-rounded-xl);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.block-navigation {
  display: flex;
  align-items: center;
  margin-left: 15px;
  gap: 0;
}

.block-navigation a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
}

.block-navigation-block-number {
  font-size: 28px;
  font-weight: 700;
  font-family: 'Rigid Square';
  color: var(--blockstream-primary-brand-color);
}

.asset-table {
  display: flex;
  align-items: center;
  gap: 16px;
}

.asset-table-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.asset-title {
  font-size: 28px;
  font-weight: 700;
  font-family: 'Rigid Square';
  overflow-wrap: anywhere;
}

.asset-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.asset-icon-container {
  width: 80px;
  height: 80px;
  background-color: var(--surface-secondary-color);
  border-radius: var(--max-border-radius);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--accent-color);
}

.asset-table-details {
  display: flex;
  align-items: center;
  gap: 24px;
}

.asset-table-stats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.asset-table-issuance-link {
  margin-left: auto;
  font-size: 16px;
  font-family: 'Rigid Square';
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.asset-table-issuance-link p {
  margin-top: 2px;
  line-height: 22px;
}

.asset-contract-table {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dashboard-transaction-section {
  display: flex;
  gap: 12px;
}

.dashboard-transaction-section > div {
  flex: 1;
  min-width: 0;
}

.peg-info {
  display: flex;
  flex-direction: column;
  gap: var(--page-gap);
  margin-top: 12px;
}

.peg-info-stale {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(var(--warning-color-rgb), .4);
  border-radius: 4px;
  background-color: rgba(var(--warning-color-rgb), .1);
  color: var(--warning-color);
  font-size: 12px;
}

.peg-info-unavailable {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}

.federation-btc-holdings {
  width: 100%;
}

.assets-vs-liabilities {
  width: 100%;
  height: auto;
}

.assets-vs-liabilities-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 13px;
  gap: 6px;
}

.assets-vs-liabilities-scale {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}

.assets-vs-liabilities-bar {
  width: 100%;
  height: 6px;
  border-radius: 9999px;
  background-color: var(--surface-secondary-color);
}

.assets-vs-liabilities-fill {
  height: 100%;
  background-color: var(--accent-color);
  border-radius: 9999px;
}

.assets-vs-liabilities-ratio {
  font-size: 20px;
  font-weight: 700;
  font-family: "Rigid Square";
}

.peg-transaction-table {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}

.peg-transaction-table-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.asset-page > .transactions {
  margin-top: 0;
}

.peg-transaction-table .info-stats-row {
  display: flex;
  justify-content: space-between;
}

.peg-transaction-table .info-stat {
  flex: 1;
  align-items: center;
}

.peg-transaction-table-transaction-type {
  flex: .75;
  color: white;
}

.peg-transaction-table-transaction-txid,
.peg-transaction-table-transaction-amount {
  flex: 1;
  color: white;
}

.peg-transaction-table-transaction-block {
  flex: .5;
  color: white;
}

.peg-transaction-table-transaction-eta {
  flex: .5;
  color: white;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 4px;
  text-align: right;
}

.peg-transaction-table-pegin-badge {
  font-weight: 400;
}

.peg-transaction-eta-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--surface-primary-color);
  font-size: 11px;
  font-weight: 400;
  padding: 2px 8px;
  border-radius: var(--max-border-radius);
}

.high-value-assets-table {
  padding: 24px;
  border-radius: 12px;
  background-color: var(--surface-primary-color);
}

.high-value-assets-body {
  display: flex;
  justify-content: flex-start;
  justify-content: safe center;
  gap: 32px;
  margin-top: 12px;
}

.high-value-assets-listing {
  display: flex;
  box-sizing: border-box;
  width: 130px;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  padding: 8px 12px;
}

.high-value-assets-listing,
.high-value-assets-listing:link,
.high-value-assets-listing:visited,
.high-value-assets-listing:hover,
.high-value-assets-listing:focus {
  color: inherit;
  text-decoration: none;
}

.high-value-assets-listing:hover,
.high-value-assets-listing:focus {
  background-color: rgba(34, 225, 201, 0.1);
  cursor: pointer;
}

.high-value-assets-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: #22E1C9;
  border-radius: 20px;
}

.high-value-assets-icon img {
  display: block;
  max-width: 50px;
  max-height: 50px;
}

.high-value-assets-listing-name {
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  margin-top: 6px;
}

.high-value-assets-circulating-dollar-amount {
  line-height: 1;
  margin-top: 12px;
  font-size: 28px;
  font-weight: 700;
  font-family: 'Rigid Square';
}

@media only screen and (max-width: 1328px) {
  .asset-table {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    align-items: center;
  }

  .asset-table-body {
    display: contents;
  }

  .asset-icon-container {
    grid-column: 1;
    grid-row: 1;
  }

  .asset-title-row {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    flex-wrap: wrap;
  }

  .asset-table-details {
    grid-column: 1 / -1;
    grid-row: 2;
    align-items: flex-start;
    flex-direction: column;
  }

  .asset-table-issuance-link {
    margin-left: 0;
  }
}

.pending-block-details-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  margin-top: 24px;
  border-radius: 4px;
}

.pending-block-details-card-summary {
  display: flex;
}

.pending-block-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  margin-left: 16px;
}

.pending-block-details-card-header {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 20px;
}

.pending-block-timestamp {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--foreground-muted);
  font-size: 14px;
  font-weight: 400;
}

.pending-block-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 12px;
}

.pending-block-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-right: 24px;
  border-right: 1px solid #434445;
}

.pending-block-stat:last-child {
  padding-right: 0;
  border-right: 0;
}

.pending-block-stat-header,
.pending-block-stat-value {
  margin: 0;
}

.pending-block-stat-header {
  color: var(--foreground-muted);
  font-size: 10px;
}

.pending-block-stat-value {
  font-size: 14px;
}

.pending-block-progress {
  margin-top: 12px;
}

.pending-block-filling {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--foreground-muted);
  font-size: 11px;
}

.pending-block-filling p {
  margin-bottom: 0;
}

.pending-block-filling .usage-number {
  color: #fff;
}

.pending-block-usage-bar {
  position: relative;
  height: 10px;
  margin-top: 6px;
  overflow: hidden;
  border-radius: 13px;
  background-color: var(--surface-secondary-color);
}

.pending-block-usage-bar-fill {
  height: 100%;
  border-radius: 13px;
  background-image: linear-gradient(90deg, #22C55E 0%, #FA3600 100%);
  background-repeat: no-repeat;
}

.expanded-pending-block-details {
  display: flex;
  margin-top: 16px;
}

.expanded-pending-block-grid-container {
  display: flex;
  align-items: center;
  flex: .45;
  flex-direction: column;
  margin-right: 16px;
  overflow-x: auto;
}

.pending-block-container {
  width: 100%;
  --pending-block-grid-size: 559px;
  height: var(--pending-block-grid-size);
  box-sizing: border-box;
  padding: 8px;
  border: 2px solid rgba(var(--accent-color-rgb), .2);
  border-radius: 4px;
}

.pending-block.block-grid {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  background-color: var(--surface-primary-color);
}

.block-grid {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 1;
  place-items: stretch;
}

.block-grid__canvas {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
  border: 1px solid var(--surface-primary-color);
  background: var(--surface-primary-color);
  cursor: default;
}

.block-grid__canvas:focus-visible {
  outline: 2px solid var(--accent-color);
  outline-offset: 2px;
}

.block-grid__summary {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  padding: 0;
  margin: 0;
  opacity: .4;
  transition: opacity .15s ease-in-out;
}

.block-grid__summary[hidden] {
  display: none;
}

.block-grid__summary:hover,
.block-grid__summary:focus {
  opacity: 1;
}

.block-grid__tooltip {
  position: fixed;
  z-index: 20;
  width: min(320px, calc(100vw - 24px));
  box-sizing: border-box;
  padding: 14px 16px;
  border: 0;
  border-radius: 6px;
  color: #FAFAFA;
  background-color: var(--surface-secondary-color);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
}

.block-grid__tooltip[hidden] {
  display: none;
}

.block-grid__tooltip dl {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 10px 20px;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.block-grid__tooltip dt {
  color: var(--foreground-muted);
  text-transform: uppercase;
}

.block-grid__tooltip dd {
  min-width: 0;
  margin: 0;
  color: #FAFAFA;
  text-align: right;
  white-space: nowrap;
}

.block-grid__tooltip a {
  color: var(--foreground-link-color);
}

.pending-block-grid-loading {
  display: grid;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  background-color: var(--surface-secondary-color);
  background-image:
    linear-gradient(to right, var(--surface-primary-color) 1px, transparent 1px),
    linear-gradient(to bottom, var(--surface-primary-color) 1px, transparent 1px);
  background-size: 7px 7px;
  place-items: center;
}

.pending-block-grid-loading-wave {
  display: grid;
  grid-template-columns: repeat(5, 8px);
  gap: 4px;
}

.pending-block-grid-loading-wave span {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background-color: rgb(var(--accent-color-rgb));
  animation: pending-block-grid-wave 1.1s ease-in-out infinite;
}

@keyframes pending-block-grid-wave {
  0%,
  55%,
  100% {
    opacity: .15;
    transform: scale(.65);
  }

  25% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pending-block-grid-loading-wave span {
    opacity: .4;
    transform: none;
    animation: none;
  }

  .pending-block-grid-loading-wave span:nth-child(13) {
    opacity: 1;
  }
}

.pending-block-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 12px;
  justify-content: space-around;
  width: 100%;
}

.pending-block-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pending-block-color-reference {
  width: 12px;
  height: 12px;
  border-radius: 4px;
}

.pending-block-color-reference.success {
  background-color: rgb(var(--success-color-rgb));
}

.pending-block-color-reference.warning {
  background-color: rgb(var(--warning-color-rgb));
}

.pending-block-color-reference.danger {
  background-color: rgb(var(--danger-color-rgb));
}

.pending-block-legend-label {
  margin: 0;
  font-size: 11px;
}

.pending-block-legend-unavailable {
  margin: 12px 0 0;
  color: var(--foreground-muted);
  font-size: 11px;
  text-align: center;
}

.expanded-pending-block-stats {
  display: flex;
  flex: .55;
  flex-direction: column;
  gap: 12px;
}

.expanded-pending-block-row {
  display: flex;
  flex: 1;
  gap: 12px;
}

.expanded-pending-block-row-large {
  flex: 1.3;
}

.expanded-pending-block-row > .info-card-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  height: auto;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 4px;
  background-color: var(--surface-secondary-color);
}

.low-fee .info-card-value {
  color: #22C55E;
}

.high-fee .info-card-value {
  color: #EB4028;
}

.total-fees-collected .info-card-value {
  color: var(--accent-color);
}

.pending-transactions .info-card-value {
  color: #C5A422;
}

.block-transactions .info-card-value {
  width: 100%;
}

.pending-block-transaction-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pending-block-transaction-delta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--foreground-muted);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.pending-block-transaction-delta svg {
  flex: 0 0 auto;
}

.pending-block-mempool-congestion .mempool-congestion-bar {
  background-color: var(--surface-primary-color);
}

.blocks-section-title {
  margin-top: 24px;
  color: var(--foreground-muted);
  font-family: "Rigid Square", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.metric-bar-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.expanded-pending-block-stats .info-card-container > div:last-child {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}

.expanded-pending-block-stats .info-card-container > div:last-child:not(.mempool-congestion) {
  gap: 8px;
}

.metric-bar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.metric-bar-title {
  font-weight: 400;
  font-size: 10px;
  color: var(--foreground-muted);
  text-transform: uppercase;
}

.metric-bar-outline {
  background-color: var(--surface-primary-color);
  width: 100%;
  height: 6px;
  border-radius: 100px;
  position: relative;
}

.metric-bar-fill {
  height: 6px;
  border-radius: 100px;
  position: absolute;
  left: 0px;
}

.usage-bar-fill,
.block-details-card-usage-bar-fill,
.pending-block-usage-bar-fill,
.metric-bar-fill {
  transition: width .5s ease;
}

@media (prefers-reduced-motion: reduce) {
  .usage-bar-fill,
  .block-details-card-usage-bar-fill,
  .pending-block-usage-bar-fill,
  .metric-bar-fill {
    transition: none;
  }
}

.block-weight-weight-bar {
  background-color: rgba(var(--accent-color-rgb), .5);
}

.block-weight-size-bar {
  background-color: #00C3FF;
}

.block-weight-segwit-bar-fill {
  background-color: var(--success-color);
}

.block-weight-legacy-bar-fill {
  background-color: rgba(var(--accent-color-rgb), .5);
}

.metric-bar-header-value {
  margin-left: auto;
  color: #FAFAFA;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (max-width: 1328px) {
  .overview-body {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .pending-block-details-card-summary {
    flex-direction: column;
  }

  .pending-block-details {
    margin-top: 16px;
    margin-left: 0;
  }

  .pending-block-details-card-header {
    flex-wrap: wrap;
  }

  .pending-block-details-button {
    font-size: 14px;
  }

  .expanded-pending-block-row {
    flex-direction: column;
  }

  .pending-block-container {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    max-width: 500px;
  }

  .expanded-pending-block-details {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .expanded-pending-block-grid-container {
    width: 100%;
  }

  .expanded-pending-block-stats {
    flex: none;
    width: 100%;
  }

  .block-details-card-summary {
    flex-wrap: wrap;
  }

  .block-details-card-content {
    flex: 1 1 480px;
    width: auto;
  }

  .block-details-card-progress {
    margin-top: 16px;
  }

  .expanded-block-details {
    grid-template-columns: repeat(
      auto-fit,
      minmax(min(100%, 320px), 1fr)
    );
  }

  .high-value-assets-body {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .explorer-container {
    box-sizing: border-box;
  }

  .nav-container {
    flex-wrap: wrap;
  }

  .main-nav-container {
    flex-basis: 48px;
    order: 1;
    width: 48px;
  }

  .sub-nav {
    order: 2;
    margin-top: 32px;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .sub-navbar {
    margin-top: 32px;
  }

  .toggle-container{
    z-index: 100;
  }

  .toggle-menu .section2 .link-list{
    margin-right: 20px;
  }

  .toggle-menu .section1, .toggle-menu .section2{
    padding: 0 20px;
  }

/****
  * Burger Menu for Mobile
  * A javascript function (toggleIcon) adds a className (open-menu) to toggle the menu
*****/
  .toggle-container .toggle-menu{
    width: 95vw;
    position: absolute;
    top: 0px;
    z-index: 1;
    transition: none;
  }

  .toggle-container.open-menu .toggle-menu{
    visibility: visible;
    height: auto;
    padding: 20px 0;
  }

  .toggle-container.open-menu .burger-icon span{
    opacity: 0;
    top: 50%;
  }

  .toggle-container.open-menu .burger-icon span:first-child {
    opacity: 1;
    transform: rotate(45deg);
  }

  .toggle-container.open-menu .burger-icon span:last-child {
    opacity: 1;
    transform: rotate(-45deg);
  }

  .toggle-container .toggle-menu .toggle-menu-header {
    justify-content: flex-start;
  }

  .toggle-menu .section1 .wallets-link{
    flex-direction: column;
  }

  .toggle-menu .section1 .wallets-link .wallets-logo{
    width: auto;
  }

  .toggle-menu .section1 .wallets-link .store-icons{
    width: 100%;
    margin-top: 30px;
  }

  .navbar-brand{
    margin-right: 0;
  }

  .main-nav li{
    margin-right: 15px;
  }

  .sub-nav-container{
    height: auto;
    flex-direction: column;
    gap: 24px;
    align-items: initial;
  }

  .sub-nav a{
    margin-right: 0;
  }

  .search-bar{
    margin: 0;
    max-width: 100%;
  }

  .assets-table .assets-table-row{
    padding:20px;
  }

  .stats-table{
    padding: 20px;
  }

  .search {
    width: 100%;
    min-width: auto;
  }

  .tooltip-dialogue {
    position: fixed;
    top: auto;
    right: 24px;
    bottom: 24px;
    left: 24px;
    width: auto;
    max-width: none;
    padding: 12px;
    border: 1px solid var(--accent-color);
    animation: tooltip-mobile-enter .2s ease-out;
  }

  .transaction-table .table-title-row {
    display: none;
  }

  .transaction-table-row {
    flex-direction: column;
    gap: 6px;
  }

  .transaction-table-row .transaction-table-field {
    display: flex;
    flex: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: right;
  }

  .transaction-table-field-label {
    display: block;
    color: #B5BDC2;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
  }

  .transaction-table-field-value {
    min-width: 0;
    text-align: right;
    font-size: 14px;
  }

  .transaction-table-transaction-id p {
    font-size: 14px;
  }

  .transaction-table-field-value .table-copy-button {
    display: none;
  }

  .transaction-table-field .status-badge.success {
    font-weight: normal;
  }

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

  .block-card-top-header .table-copy-button,
  .block-card-top-header .latest-block-badge {
    display: none;
  }

  .difficulty-adjustment-stats {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .difficulty-adjustment-stat {
    flex: initial;
    width: 49%;
  }

  .difficulty-adjustment-stat-divider-middle {
    display: none;
  }

  .block-details {
    flex-direction: column;
    gap: 12px;
  }

  .block-card-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: fit-content;
    width: 100%;
  }

  .block-usage {
    width: 100%;
  }

  .usage-bar, .usage-number {
    margin-left: initial;
  }

  .usage-bar {
    width: initial;
  }

  .block-card-body {
    margin-top: 0px;
    width: initial;
  }

  .block-icon-container {
    display: none;
  }

  .mobile-block-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    color: var(--accent-color);
  }

  .mobile-block-icon-container svg {
    width: 16px;
  }

  .identifier-row {
    flex-wrap: wrap;
    line-break: anywhere;
  }

  .detail-grid-row {
    flex-direction: column;
  }

  .info-stats-row {
    flex-wrap: wrap;
  }

  .addr-header-qr.desktop {
    display: none;
  }

  .addr-header-qr.mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1328px) {
  .dashboard-transaction-section {
    flex-direction: column;
  }

  .fee-market-body {
    flex-wrap: wrap;
  }

  .fee-market .info-card-container {
    flex-basis: 260px;
  }
}

@media only screen and (max-width: 1328px) and (prefers-reduced-motion: reduce) {
  .tooltip-dialogue {
    animation: none;
  }
}

/* Keep main content and its sibling footer aligned to the same parent width. */
.explorer-container > .explorer-main,
.explorer-container > .footer {
  width: 100%;
  box-sizing: border-box;
}

.explorer-container > .explorer-main {
  padding-bottom: 0;
}

.explorer-container > .blockstream-footer {
  height: auto;
  color: #fff;
  background: var(--background-color);
  border-top: 0;
  align-items: stretch;
  flex: 0 0 auto;
}

.explorer-container > .blockstream-footer > .blockstream-footer-container {
  width: 100%;
  margin-top: 100px;
  padding-bottom: 80px;
  box-sizing: border-box;
  display: block;
}

.blockstream-footer-content {
  display: flex;
  column-gap: 32px;
  align-items: flex-start;
  width: 100%;
}

.blockstream-footer a,
.blockstream-footer a:link,
.blockstream-footer a:visited {
  color: #f5f2fa;
}

.blockstream-footer a:hover,
.blockstream-footer a:focus-visible  {
  color: var(--accent-color);
}

.blockstream-footer-brand {
  min-width: 0;
}

.blockstream-footer-logo {
  display: block;
  width: 128px;
}

.blockstream-footer-logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(1) brightness(0) invert(1);
}

.blockstream-footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.blockstream-footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #4f4268;
  border-radius: 5px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.blockstream-footer-socials a:hover,
.blockstream-footer-socials a:focus {
  color: #fff;
  background: var(--accent-color);
  border-color: var(--accent-color);
}

.blockstream-footer-socials img {
  display: block;
  width: 17px;
  height: 17px;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1);
}

a.blockstream-footer-contact,
a.blockstream-footer-contact:link,
a.blockstream-footer-contact:visited,
a.blockstream-footer-contact:hover,
a.blockstream-footer-contact:focus {
  display: inline-block;
  margin-top: 12px;
  color: var(--foreground-link-color);
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.blockstream-footer-legal {
  margin-top: var(--page-gap);
  color: #f5f2fa;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}

.blockstream-footer-policies {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blockstream-footer-policies span {
  width: 1px;
  height: 22px;
  background: #f5f2fa;
}

.blockstream-footer-section {
  padding-top: 14px;
}

.blockstream-footer-product-sections {
  display: flex;
  margin-left: auto;
  gap: 44px;
}

.blockstream-footer-section h2 {
  margin: 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.blockstream-footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 32px;
}

.blockstream-footer-links a {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}

.blockstream-footer-product-columns {
  display: flex;
  column-gap: 44px;
  margin-top: 32px;
}

.blockstream-footer-product-columns .blockstream-footer-links {
  min-width: 0;
  margin-top: 0;
}

@media only screen and (max-width: 790px) {
  .blockstream-footer-product-sections {
    flex-wrap: wrap;
    margin-left: auto;
  }
}

@media only screen and (max-width: 1328px) {
  .explorer-container > .blockstream-footer > .blockstream-footer-container {
    margin-top: 0;
    padding-top: 72px;
    padding-bottom: 56px;
  }

  .blockstream-footer-content {
    flex-wrap: wrap;
    column-gap: 32px;
    row-gap: 42px;
  }

  .blockstream-footer-products {
    flex-basis: 100%;
  }

  .blockstream-footer-developers,
  .blockstream-footer-company,
  .blockstream-footer-resources {
    flex: 1 1 calc(50% - 16px);
  }

  .blockstream-footer-product-columns {
    column-gap: 24px;
  }
}
/* BTC21 theme additions for the upstream Esplora v3 interface. */
:root {
  --blockstream-primary-brand-color-rgb: 255, 148, 23;
  --blockstream-primary-brand-color: rgb(var(--blockstream-primary-brand-color-rgb));
  --foreground-link-color: #ff9417;
  --accent-color: #ff9417;
  --surface-primary-alt-color: #26221d;
}

a,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #ff9417;
}

.navbar-brand { height: auto; display: flex; align-items: center; }
.navbar-brand img { height: 56px; width: auto; max-width: 240px; }

.btc21-nav-right { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.btc21-back-link { color: #f7931a !important; font-family: Inter, Arial, sans-serif; font-size: 14px; font-weight: 600; white-space: nowrap; }

.explorer-container > .footer {
  border-top-color: #ff9417;
}

.btc21-footer { border-top-color: #ff9417; }
.btc21-footer-container { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.btc21-footer-policies { white-space: nowrap; }
.btc21-footer a,
.btc21-footer a:visited { color: #ff9417 !important; text-decoration: none !important; }
.btc21-footer a:hover,
.btc21-footer a:focus-visible { color: #ffb049 !important; text-decoration: underline !important; }

.primary-btn,
.search-button,
.pagination .active {
  background-color: #ff9417 !important;
  border-color: #ff9417 !important;
  color: #0c0c0f !important;
}

.primary-btn:hover,
.primary-btn:active,
.search-button:hover,
.search-button:active {
  background-color: #22e1c9 !important;
  border-color: #22e1c9 !important;
}

@media (max-width: 768px) {
  .nav-container { flex-wrap: wrap; gap: 12px; }
  .btc21-nav-right { margin-left: auto; }
  .btc21-back-link { font-size: 12px; }
  .btc21-footer-container { flex-direction: column; align-items: flex-start; }
}
