/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*! pretty-print-json v1.1.2 ~~ https://pretty-print-json.js.org ~~ MIT License */

.json-key           { color: brown; }
.json-string        { color: olive; }
.json-number        { color: navy; }
.json-boolean       { color: teal; }
.json-null          { color: dimgray; }
.json-mark          { color: black; }
a.json-link         { color: purple; transition: all 400ms; }
a.json-link:visited { color: slategray; }
a.json-link:hover   { color: blueviolet; }
a.json-link:active  { color: slategray; }
.dark-mode .json-key           { color: indianred; }
.dark-mode .json-string        { color: darkkhaki; }
.dark-mode .json-number        { color: deepskyblue; }
.dark-mode .json-boolean       { color: mediumseagreen; }
.dark-mode .json-null          { color: darkorange; }
.dark-mode .json-mark          { color: silver; }
.dark-mode a.json-link         { color: mediumorchid; }
.dark-mode a.json-link:visited { color: slategray; }
.dark-mode a.json-link:hover   { color: violet; }
.dark-mode a.json-link:active  { color: silver; }

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400;
  src: url(26a30a5f1103393aac70.woff2) format("woff2"),
       url(e148c4a1158f8cee8285.woff) format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 500;
  src: url(d0a58d956cf2f4cf078f.woff2) format("woff2"),
       url(eec0ea57721daa33c7a2.woff) format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 600;
  src: url(057b874b3d3abc62926f.woff2) format("woff2"),
       url(3d4ad93af0f27ea11bac.woff) format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 900;
  src: url(768169b1912340d378ac.woff2) format("woff2"),
       url(7bb6234314ccc72c942a.woff) format("woff");
}
.page {
  background-color: #fafafa;
  font-family: 'Inter', sans-serif;
}
.sidebar {
  display: block;
  background-color: #fff;
  box-sizing: border-box;
  padding: 16px;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 8%), 0 10px 16px -4px rgb(0 0 0 / 10%);
}

@media screen and (min-width: 768px) {
  .sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 200px;
    height: 100vh;
    padding: 24px;
  }
}
.sidebar__heading {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  display: flex;
}

@media screen and (min-width: 768px) {
  .sidebar__heading {
    font-size: 28px;
  }
}
.sidebar__heading-label {
  font-size: 12px;
  margin-left: 8px;
  color: #f65052;
  align-self: start;
}

  .sidebar__description {
    display: none;
  }

  @media screen and (min-width: 768px) {
    .sidebar__description {
      font-size: 16px;
      display: block;
    }
  }
  
.content {
  padding: 24px 16px 0;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .content {
    padding: 74px 72px 24px 272px;
  }
}
.loader {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.loader:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #f65052;
  border-color: #f65052 transparent #f65052 transparent;
  animation: theloader 1.2s linear infinite;
}
@keyframes theloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader_size_small {
  width: 16px;
  height: 16px;
}

.loader_size_small::after {
  width: 12px;
  height: 12px;
  border-width: 2px;
}

.button {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 24px;
  transition: all .2s ease-in-out;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 5px;
}
.button_theme_light {
  border: 1px solid #888;
  background-color: #fff;
  color: #222;
}

.button_theme_light:hover {
  box-shadow: 0 8px 8px -2px rgb(0 0 0 / 10%);
  background-color: #f2f2f2;
  transform: translate(0,-2px);
}
.link {
  color: #536dfe;
  transition: opacity ease .5s;
}

.link:hover {
  opacity: .8;
}
.entrance {
  padding-bottom: 20px;
}
.entrance__heading {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 16px;
}
.entrance__form {
  max-width: 100%;
  width: 800px;
}
.entrance__input {
  width: 100%;
  height: 48px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #ebebeb;
  border-radius: 24px;
  background-color: #fff;
  color: #444;
  outline: 0;
  display: block;
  margin-bottom: 12px;
  box-sizing: border-box;
}

.entrance__input:focus {
  border-color: #4b63e6;
}
.entrance__label {
  font-size: .9em;
  margin-bottom: 8px;
  display: block;
  padding-left: 16px;
}
.entrance__hint {
  font-size: .9em;
  margin-bottom: 16px;
  padding-left: 16px;
}
.entrance__button {
  min-width: 208px;
  padding: 12px 16px;
  border-radius: 24px;
  background-color: #ff5252;
  transition: all .2s ease-in-out;
  color: #fff;
  text-align: center;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

.entrance__button:hover {
  box-shadow: 0 8px 8px -2px rgb(0 0 0 / 10%);
  transform: translate(0,-2px);
}

.entrance__button:disabled {
  cursor: not-allowed;
  opacity: .5;
}

.entrance__button:disabled:hover {
  transform: none;
  box-shadow: none;
}

.progress-bar {
  display: none;
}
.progress-bar_visible {
  display: block;
}
.progress-bar__loader {
  margin-right: 8px;
}
.progress-bar__loader_hidden {
  display: none;
}
.filter {
   box-shadow: 0 0 4px 0 rgba(0 0 0 / 8%), 0 8px 8px -4px rgba(0 0 0 / 10%);
   background-color: #fff;
   padding: 24px;
   display: none;
 }
.filter_visible {
  display: block;
}
.filter__heading {
  font-weight: 600;
  margin-top: 0;
}
.filter__list {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.filter__item {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 16px;
}
.filter__section-heading {
  font-weight: normal;
  margin: 0 0 8px;
  font-size: 12px;
}
.filter__section-list {
  list-style-type: none;
  padding-left: 0;
  display: grid;
  row-gap: 4px;
}
.filter__label {
  display: block;
  cursor: pointer;
}
.filter__checkbox {
  margin-right: 4px;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #878787;
  border-radius: 1px;
  position: relative;
  outline: none;
}

.filter__checkbox:checked {
  background-color: #f65052;
  border-color: #f65052;
}
  
.filter__checkbox:hover {
  box-shadow: 0 0 0 3px hsl(0, 0%, 85%);
}


.filter__checkbox::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmZmZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPmljb25fYnlfUG9zaGx5YWtvdjEwPC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjZmZmZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi4wMDAwMDAsIDI2LjAwMDAwMCkiPjxwYXRoIGQ9Ik0xNy45OTk5ODc4LDMyLjQgTDEwLjk5OTk4NzgsMjUuNCBDMTAuMjI2Nzg5MSwyNC42MjY4MDE0IDguOTczMTg2NDQsMjQuNjI2ODAxNCA4LjE5OTk4Nzc5LDI1LjQgTDguMTk5OTg3NzksMjUuNCBDNy40MjY3ODkxNCwyNi4xNzMxOTg2IDcuNDI2Nzg5MTQsMjcuNDI2ODAxNCA4LjE5OTk4Nzc5LDI4LjIgTDE2LjU4NTc3NDIsMzYuNTg1Nzg2NCBDMTcuMzY2ODIyOCwzNy4zNjY4MzUgMTguNjMzMTUyOCwzNy4zNjY4MzUgMTkuNDE0MjAxNCwzNi41ODU3ODY0IEw0MC41OTk5ODc4LDE1LjQgQzQxLjM3MzE4NjQsMTQuNjI2ODAxNCA0MS4zNzMxODY0LDEzLjM3MzE5ODYgNDAuNTk5OTg3OCwxMi42IEw0MC41OTk5ODc4LDEyLjYgQzM5LjgyNjc4OTEsMTEuODI2ODAxNCAzOC41NzMxODY0LDExLjgyNjgwMTQgMzcuNzk5OTg3OCwxMi42IEwxNy45OTk5ODc4LDMyLjQgWiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPg==);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
  }
.filter__buttons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 140px));
  gap: 8px;
  margin-top: 4px;
}
.transactions {
  padding-top: 40px;
  width: 100%;
}
.transactions__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.transaction {
  background-color: #fff;
  padding: 24px 24px 24px 40px;
  display: flex;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 8px 8px -4px rgb(0 0 0 / 10%);
}
.transaction_hidden {
  display: none;
}
.transaction__icon {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  flex-shrink: 0;
}
.transaction__body {
  overflow-x: hidden;
}
.transaction__icon-picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.transaction__heading {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 500;
  word-break: break-word;
}
.transaction__hash {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.2;
}
.transaction__hashlink {
  word-break: break-all;
}
.transaction__time {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}
.transaction__more {  
  min-width: 120px;  
  margin-top: 12px;
}
.transaction__source {
  display: none;
  overflow-x: auto;
  margin: 16px 0 0;
  border: 1px solid #ebebeb;
  padding: 20px;
}
.transaction__source_visible {
  display: block;
}



/*# sourceMappingURL=bundle.css.map*/