html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

details,
main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

* {
  box-sizing: border-box
}

img {
  max-width: 100%
}

body,
button,
input {
  font-family: 'sahel', sans-serif, tahoma
}

body {
  line-height: 1.8;
  font-size: 10pt;
  /* background-color: #e8eaee; */
  direction: rtl;
  color: #292a2f
}

a {
  text-decoration: none;
  /* color: inherit */
}

a:hover {
  color: #4c6fff !important
}

svg {
  display: block;
  width: 24px;
  height: 24px
}

.blackthemeRow {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 10px auto 0 auto;
  padding: 10px 10px 0 10px;
}

.blackthemeContent {
  width: 100%;
  margin-left: 10px;
}

.blackthemeSidebar {
  min-width: 300px
}

.blackthemeHeader {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 360px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background-color: #f1f4f8
}

.blackthemePadding {
  margin: 20px 20px 20px 20px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 15px 15px #d8dadf;
  border: 1px solid lightgray;
}

header {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  text-align: center
}

header h1 {
  margin: 0;
  padding: 0;
  font-size: 4em
}

header h2 {
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 1.2em;
  font-weight: 400
}

.header2 {
  background-color: #f1f3f7;
  padding: 20px;
  margin-top: 0px;
  font-weight: 700;
  border: 1px solid lightgray;
}

.blackthemePostBox {
  margin-bottom: 0px
}

.blackthemePostBoxTitle {
  font-size: 1.4em
}

.blackthemePostInfo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5px;
  color: #708696
}

.blackthemePostInfoRight {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap
}

.blackthemePostImage img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: 5px;
  display: block
}

.blackthemePostDetail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 8.5pt
}

.blackthemeAuthor {
  font-weight: 700
}

.blackthemePostBoxTitle {
  padding: 0;
  margin: 0 0 5px 0
}

.blackthemePostText img {
  height: auto;
}

.blackthemePostText {
  padding: 20px;
  background-color: #f1f3f7;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px
}

.blackthemePostTag {
  display: flex;
  flex-direction: row;
  font-size: 8.5pt;
  flex-wrap: wrap
}

.blackthemePostTag a {
  background-color: #f1f4f8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  display: block;
  color: #708696
}

.blackthemeComment {
  text-align: left;
  color: #8195a2;
  font-weight: 700
}

.blackthemePagination {
  background-color: #f1f3f7;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 40px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px
}

.blackthemePagination a {
  display: flex;
  flex-direction: row;
  align-items: center
}

.blackthemePrevoius {
  float: right
}

.blackthemePrevoius svg {
  margin-left: 5px
}

.blackthemeNext svg {
  margin-right: 5px
}

.blackthemeNext {
  float: left
}

.blackthemeClear {
  clear: both
}

.blackthemeCode {
  text-align: center
}

.blackthemeSideBox {
  padding: 20px 20px 30px 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(to bottom, #fff, #f4f6f9);
  background-color: #f4f6f9;
  margin-bottom: 10px;
  border: 1px solid lightgray;
}

.blackthemeSideBox h6 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  background-color: #f1f3f7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 14px;
  margin: 0 0 7px 0;
  padding: 0
}

.blackthemeSideBox h6 svg {
  margin-left: 10px;
  background-color: #4c6fff;
  color: #fff;
  height: 40px;
  width: 40px;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px
}

.blackthemeMainBox {
  padding: 20px 20px 30px 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(to bottom, #fff, #f4f6f9);
  background-color: #f4f6f9;
  margin-bottom: 10px;
  border: 1px solid lightgray;
}

.blackthemeMainBox h2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  background-color: #f1f3f7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 20px;
  margin: 0 0 10px 0;
  padding: 0
}

.blackthemeMainBox h2 svg {
  margin-left: 10px;
  background-color: #4c6fff;
  color: #fff;
  height: 40px;
  width: 40px;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px
}

.blackthemeSideBox ul {
  list-style-type: disclosure-closed;
  padding: 0;
  margin: 0 22px 0 0;
}

.blackthemePostList h2 {
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.blackthemePostList a {
  display: block;
  margin-bottom: 10px
}

.blackthemePostList a:last-of-type {
  margin-bottom: 0
}

footer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none
}

@media screen and (max-width:992px) {
  .blackthemeRow {
    flex-direction: column;
    margin: 0 auto
  }

  .blackthemeContent {
    margin-bottom: 0px;
    margin-left: 0;
    padding-top: 5px;
  }

  .blackthemeSidebar {
    min-width: 100%;
  }

  .blackthemeSideBox {
    margin-bottom: 10px;
  }
}

@media screen and (max-width:576px) {
  body {
    font-size: 9pt
  }

  .blackthemeContent {
    padding: 2px 0px 0px 0px;
  }

  .blackthemeRow {
    padding: 10px 10px 0px 10px;
  }

  .blackthemeSideBox {
    padding: 10px 10px 10px 10px;
  }

  .blackthemePadding {
    margin: 20px 5px 10px 5px;
    padding: 20px 0;
    background-color: transparent;
  }

  .blackthemeHeader {
    height: 200px
  }
}

@media screen and (max-width:350px) {
  .blackthemeHeader {
    height: 150px
  }
}

.blackthemePostList span {
  color: #8195a2;
}

th, td{
  border:1px solid black;
  padding: 0 10px;
}