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

:root {
  --primary-color: #FA8A00;
}

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

@font-face {
  font-family: "Chakra Petch";
  src: url("font/ChakraPetch-Bold.ttf") format("opentype");
}

@font-face {
  font-family: "Rigid Square";
  src: url("font/rigid-square.woff2") format("woff2");
}

.hide {
  display: none !important;
}

html {
  overflow: auto;
}

body {
  direction: ltr;
  text-align: left;
  font-family: "Inter", sans-serif;
  color: #fff;
  background-color: #181818;
  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: "Chakra Petch", 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: "Chakra Petch", 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: "Chakra Petch", sans-serif; line-height: normal; letter-spacing: normal; font-style: normal; }

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

.font-h4 { font-size: 20px; font-weight: 700; font-family: "Chakra Petch", sans-serif; line-height: normal; letter-spacing: normal; font-style: normal; }

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

.font-h5 { font-size: 16px; font-weight: 700; font-family: "Chakra Petch", 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: "Chakra Petch", 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: "Chakra Petch", 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: #FF9417; border: 1px solid #FF9417; color: #0C0C0F; border-radius: 2px; }

.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;
}

.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: 1200px;
  padding: 0px 24px;
  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;
}

.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;
}

/* 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: #1D2127;
}

/** 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;
}

.navbar-brand img {
  display: block;
  width: 150px;
  height: 50px;
  object-fit: contain;
  object-position: left center;
}

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

.btn-primary:hover {
  background: #292e35;
}
.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 */

.block-page .block-hash, .transaction-page .block-hash {
  margin: 0px 0px 50px 0;
}

.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.png) no-repeat;
}

.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;
}

.block-page, .transaction-page, .asset-page, .addr-page, .mempool-page{
  margin: 50px 0;
}

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

.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: rgba(33, 39, 45, 1);
}

.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;
}

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

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

.text-warning {
  color: #ffc107 !important;
  text-decoration: none;
}

.text-danger {
  color: #DC3544 !important;
}

.text-success {
  color: #28a745 !important;
}

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

.stats-table > div {
  height: 52px;
  border-top: 1px solid #2d2f39;
  /* 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 #2d2f39;
}

.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 {
  margin-top: 84px;
}

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

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

.transaction-box {
  margin-top: 24px;
}

.transaction-box {
  background-color: #15181C;
  padding: 0 24px;
  border-radius: 5px;
}

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

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

.transaction-box > .header {
  height: 88px;
}

.transaction-box > .header {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.transaction-box > .header > * {
  display: table-cell;
  vertical-align: middle;
}

.transaction-box > .header a {
  font-size: 16px;
  font-weight: 600;
}

.float-right {
  float: right;
}

.details-btn {
  width: 140px;
}

.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;
  max-width: 140px;
  width: 100%;
  height: 50px;
  background-color: var(--primary-color);
  color: #0C0C0F;
  display: table;
  table-layout: fixed;
  float: right;
}

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

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

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

.details-btn > div > div:nth-child(2) {
  width: 30px;
}

.details-btn .plus:before, .details-btn .minus:before {
  content: '';
  width: 11px;
  height: 11px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.details-btn .plus:before {
  background-image: url(img/icons/plus.png);
}
.details-btn .minus:before {
  background-image: url(img/icons/minus.png);
}

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

.transaction-box > .ins-and-outs {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.transaction-box > .ins-and-outs > * {
  display: table-cell;
  vertical-align: middle;
}

.transaction-box > .ins-and-outs > div {
  vertical-align: top;
}

.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: #21272D;
  border-radius: 5px;
  border: 1px solid #21272D;
  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 {
  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;
}

.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: #15191e;
  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) {
  padding: 0 12px;
}

.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: #3B4147 !important;
}
.transaction-box > .footer {
  height: 64px;
}

.transaction-box > .footer {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.transaction-box > .footer > * {
  display: table-cell;
  vertical-align: middle;
}

.transaction-box > .footer > div:nth-child(1) > span:nth-child(1) {
  color: #78838e;
  text-transform: uppercase;
  margin-right: 36px;
}

.transaction-box > .footer > div:nth-child(2) {
  width: 74px;
}

.transaction-box > .footer > div:nth-child(3) {
  text-align: right;
  text-transform: uppercase;
  color: rgba(255, 187, 0, 1);
  font-size: 16px;
}

.transaction-box > .footer > div:nth-child(3) > span:nth-child(2) {
  margin-left: 24px;
  text-transform: none;
}

.addr-header-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.addr-header-main {
  box-sizing: border-box;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  min-width: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.addr-header-qr {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 33.333333%;
  justify-content: flex-end;
  max-width: 33.333333%;
  padding-left: 15px;
  padding-right: 15px;
}

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


/* 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%;
}

.footer-logo {
  min-width: 215px;
  margin-right: 15px;
}

.footer-links {
  text-align: center;
  margin-top: -29px;
}

.language-selector, .language-submit {
  color: #FFF;
  background-color: #181818;
  border: 1px solid #22242c;
  border-radius: 4px;
}
.language-selector {
  padding: 3px 0 3px 5px;
}
.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-form {
  width: auto;
}

.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 > * {
  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 {
  background: url(img/icons/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
}

/* 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: 32px;
  height: 33px;
}

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

.ins-and-outs_spacer {
  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(--primary-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: #1C1C1C;
  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;
}
.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;
    height: 150px;
    justify-content: space-evenly;
  }

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

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

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

  .transaction-box .ins-and-outs > *  {
    padding:  20px 0;
  }

  .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;
  }

  /* arrow */
  .transaction-box > .ins-and-outs > div:nth-child(2) {
    padding: 0 !important;
  }

.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: 10px;
}

.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;
  }

  .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) {

  .footer {
    height: auto !important;
  }

  .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;
}
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: #00ccff;
}

.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: #00ccff;
}

.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(--primary-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:hover .network-hover-menu-container,
.nav-item.active:focus-within .network-hover-menu-container,
.nav-item.active.open-network-menu .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: #1C1C1C;
  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:hover::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: #1C1C1C;
  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: #1D2127;
}

.stats-table{
  padding: 30px;
}

.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: 1100px) {
  .nav-container {
    flex-wrap: wrap;
  }

  .main-nav-container {
    flex-basis: 48px;
    order: 1;
    width: 48px;
  }

  .sub-nav {
    order: 2;
    margin-top: 32px;
  }

  .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{
    gap: initial;
    width: 100%;
    padding: 0px;
    justify-content: space-between;
  }

  .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;
  }
}

@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;
    padding-top: auto;
  }
}


/* 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: 90px;
}

@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: "Chakra Petch", 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: "Chakra Petch", sans-serif;
}

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


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

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

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

.new-table-entry {
  background-color: #26221D;
  border: 1px solid #26221D;
}

.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(--primary-color);
}

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

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

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

.block-container {
  margin-top: 40px;
  background-color: #1c1c1c;
  padding: 24px;
  border-radius: 12px;
}

.tooltip {
  position: relative;
  margin-left: 6px;
  cursor: pointer;
}

.tooltip img {
  width: 13px;
}

.tooltip:hover .tooltip-dialogue {
  display: initial;
}

.tooltip-dialogue {
  display: none;
  position: absolute;
  width: max-content;
  max-width: 200px;
  padding: 6px;
  border-radius: 4px;
  background-color: #181818;
  font-size: 11px;
  color: #FAFAFA;
  top: 10px;
  left: 15px;
  text-align: left;
}

.table-header-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border-radius: 4px;
  background-color: #262626;
}

.table-header-icon-container svg {
  width: 23px;
  color: var(--primary-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;
  gap: 16px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #262626;
  border: 1px solid #262626;
  cursor: pointer;
  color: white;
  transition: background-color .3s;
}

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

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

.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;
}

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

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

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

.block-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: #1C1C1C;
  margin-left: auto;
  margin-top: 6px;
}

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

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


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

.transaction-table {
  margin-top: 40px;
  background-color: #1c1c1c;
  padding: 24px;
  border-radius: 12px;
}

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

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

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

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

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

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

.transaction-table-row {
  display: flex;
  background-color: #181818;
  border: 1px solid #181818;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .3s;
}

.blocks-table-card.new-table-entry,
.transaction-table-row.new-table-entry {
  background-color: #26221D;
  border: 1px solid #26221D;
}

.transaction-table-row:hover {
  border: 1px solid var(--primary-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: #00C3FF;
}

.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;
}

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

  .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(--primary-color);
  }

  .mobile-block-icon-container svg {
    width: 14px;
  }
}
