html,
body {
  background-color: transparent !important;
}

body {
  display: none;
  margin: 0;
  padding: 12px 20px 86px 28px !important;
}

ul,
ol {
    padding-left: 1.2em;
}

h1, 
h1 strong {
  font-size: 24px;
  font-weight: Regular;
  margin-top: 32px;
  margin-bottom: 20px;
}

h2,
h2 strong {
  font-size: 18px;
  font-weight: Regular;
  margin-top: 32px;
  margin-bottom: 20px;
}

h3,
h3 strong {
  font-size: 17px;
  font-weight: Regular;
}

h4,
h5,
h6,
p,
li,
a,
th,
td,
span {
  border: none;
  margin: 0 !important;
  font-size: 16px;
  line-height: 150%;
  font-weight: light;
  margin-top: 16px;
  margin-bottom: 16px;
  word-break: break-all;
}

p {
  margin-bottom: 16px !important;
}

strong {
  font-size: 16px;
  font-weight: Bold;
}

a {
  text-decoration: none !important;
}

div[lang] {
  display: none;
}

img {
  display: block !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 24px !important;
  border-radius: 8px !important;
}

hr {
  display: none !important;
}

table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 8px;
  border-style: hidden;
  margin: 24px 1px;
}
table thead {
    background-color: #ebebeb;
}

table tr th:first-child {
  width: 20%;
  white-space: nowrap;
}

.history-link {
  display: block;
  cursor: pointer;
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
  border: 0;
}

/*
 * ------------------------------------- --------------------------------------
*/

body[theme="light"] {
  display: block !important;
  color: #000000 !important;
}

body[theme="light"] h1,
body[theme="light"] h2,
body[theme="light"] h3 {
  color: #000000 !important;
}

body[theme="light"] h4,
body[theme="light"] h5,
body[theme="light"] h6,
body[theme="light"] p,
body[theme="light"] li,
body[theme="light"] th,
body[theme="light"] td,
body[theme="light"] span,
body[theme="light"] strong {
  color: #000000 !important;
}

body[theme="light"] a,
body[theme="light"] a:hover,
body[theme="light"] a:visited,
body[theme="light"] a:-webkit-any-link,
body[theme="light"] a:active {
  color: #1f8fff !important;
}

body[theme="light"] table {
  box-shadow: 0 0 0 2px #3F4146;
}
body[theme="light"] table tr th,
body[theme="light"] table tr td {
  border: 1px solid #3F4146;
}

body[theme="light"]::-webkit-scrollbar-thumb {
  background-color: rgba(18, 27, 46, 0.2);
}


body[theme="dark"] {
  display: block;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 26px;
}

body[theme="dark"] h1,
body[theme="dark"] h2,
body[theme="dark"] h3 {
  color: rgba(255, 255, 255, 0.90) !important;
}

body[theme="dark"] h4,
body[theme="dark"] h5,
body[theme="dark"] h6,
body[theme="dark"] p,
body[theme="dark"] li,
body[theme="dark"] th,
body[theme="dark"] td,
body[theme="dark"] span,
body[theme="dark"] strong {
  color: rgba(255, 255, 255, 0.80) !important;
}

body[theme="dark"] table {
  box-shadow: 0 0 0 2px #3F4146;
}
body[theme="dark"] table tr th,
body[theme="dark"] table tr td {
  border: 2px solid #3F4146;
}

body[theme="dark"]::-webkit-scrollbar-thumb {
  background-color: #44474e;
}