html {
  height: -webkit-fill-available
}


body {
  flex-direction: column;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-family: "Sakkal Kitab";
  line-height: 1.5;
  letter-spacing: normal;
  background-color: #fafafa;
  overflow-y: scroll;
  direction: rtl;
  text-align: justify;
  font-size: x-large;

  display: flex;
  margin: 0 auto;
  max-width: 36em;

  hyphens: auto;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
}

h1,
h2,
h3,
h4,
h5 {
  color: burlywood;
}

#site-menu ul li a,
a {
  color: #1565c0;
  text-decoration: none
}

a:visited {
  color: #6a1b9a
}

a:hover {
  text-decoration: underline
}

body,
h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited {
  color: rgba(0 0 0/87%)
}


code,
pre {
  background-color: #e0e0e0;
  font-family: "Roboto Mono", monospace
}

pre {
  overflow-x: auto;
  border-radius: 5px;
  padding: 10px
}

code {
  border-radius: 2.5px
}

var {
  color: #ba1a1a
}

#site-menu ul {
  flex-wrap: nowrap;
  overflow-x: auto
}

#site-menu {
  background-color: #212121;
  white-space: nowrap
}

#site-menu ul li {
  list-style-type: none;
  display: flex
}

#site-menu ul li:hover {
  background-color: #424242
}

#site-menu ul li a {
  color: #fff;
  display: flex;
  padding: 1em;
  align-items: center
}

#site-menu ul li a:visited {
  color: #fff
}

#site-menu ul li[aria-current] a {
  color: #64b5f6
}

#site-menu img {
  height: 1.8rem;
  width: 1.8rem;
  filter: invert(100);
  vertical-align: middle;
  margin-right: .5rem
}

#site-menu ul li[aria-current] img {
  filter: invert(60%) sepia(24%) saturate(997%) hue-rotate(168deg) brightness(107%) contrast(93%)
}

main {
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  max-width: 832px;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  overflow-wrap: normal
}

button,
input,
select,
textarea {
  font-family: inherit
}

.button,
.button:visited,
button {
  color: #fff;
  background-color: #0053a3;
  border-radius: 20px;
  border: 0;
  height: 40px;
  padding: .5rem 1.5rem
}

.button:hover,
button:hover {
  background-color: #1863ad;
  cursor: pointer
}

.button:focus,
button:focus {
  background-color: #2f73b4;
  box-shadow: 0 2px 4px -1px rgba(0 0 0/20%), 0 4px 5px 0 rgba(0 0 0/14%), 0 1px 10px 0 rgba(0 0 0/12%)
}

button:disabled {
  background-color: rgb(26 27 30/12%);
  color: rgb(26 27 30/38%);
  cursor: not-allowed
}

.button,
.button:active,
.button:hover,
.button:visited {
  text-decoration: none;
  padding-top: .75rem;
  padding-bottom: .75rem;
  line-height: 2.5rem
}

footer img {
  width: 60px;
  height: auto
}

.break p,
.coin-address,
footer {
  text-align: center
}

.coin-address,
footer,
footer img {
  margin-left: auto;
  margin-right: auto
}

footer {
  margin-top: auto;
  padding: 1em;
  max-width: 100vw;
  overflow-wrap: break-word
}

footer a,
footer a:visited {
  color: #616161
}

#social {
  line-height: 2;
  margin-top: 2em;
  padding: 0;
  list-style-type: none
}

#social li {
  display: inline-block;
  padding: 0 .5em
}

#beta-channel ul,
#stable-channel ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.error-text {
  color: #b00020
}

table {
  border-collapse: collapse;
  width: 100%
}

td {
  border: 1px solid #ddd;
  padding: .5rem
}

main.normalize {
  max-width: 100%;
  margin: 0;
  padding: 0
}

.content {
  max-width: 832px;
  margin: auto;
  padding: 3.5rem 1rem
}

.hero {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between
}

.hero h1 {
  margin: 0;
  line-height: 1
}

.device-img {
  margin: 0 0 0 2rem;
  position: relative
}

.phone-logo-img {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.surface {
  background-color: #e6e6e6;
  width: 100%
}

.start {
  margin-top: 0
}

.end {
  margin-bottom: 0
}

.break p {
  line-height: 1rem;
  margin: 0
}

@media (max-width: 600px) {
  body {
    font-size: 0.9em;
    padding: 12px;
  }

  @media (prefers-color-scheme:dark) {
    body {
      background: #121212
    }

    a {
      color: #90caf9
    }

    a:visited {
      color: #ce93d8
    }

    body,
    h1 a,
    h1 a:visited,
    h2 a,
    h2 a:visited,
    h3 a,
    h3 a:visited,
    h4 a,
    h4 a:visited,
    h5 a,
    h5 a:visited,
    h6 a,
    h6 a:visited {
      color: #e6e6e6
    }

    .button,
    .button:visited,
    button {
      color: #000;
      background-color: #95c4ff
    }

    .button:hover,
    button:hover {
      background-color: #89b4ea
    }

    .button:focus,
    button:focus {
      background-color: #7ca3d4
    }

    button:disabled {
      background-color: rgb(227 226 230/12%);
      color: rgb(227 226 230/38%)
    }

    code,
    pre {
      background-color: #424242
    }

    footer a,
    footer a:visited {
      color: #9f9f9f
    }

    footer img {
      filter: invert(87%)
    }

    .error-text {
      color: #cf6679
    }

    td {
      border-color: #222
    }

    .phone-img {
      filter: brightness(.87)
    }

    .phone-logo-img {
      filter: invert(87%)
    }

    .surface {
      background-color: #212121
    }

    var {
      color: #ffb4ab
    }
  }

  @font-face {
    font-family: "Sakkal Kitab";
    src: url(fonts/SakkalKitab-Medium.woff);
    font-weight: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Bustan";
    src: url(fonts/Bustan_OT.woff);
    font-weight: normal;
    font-display: swap;
  }
}