@charset "UTF-8";
/* https://material.io/design/color/the-color-system.html */
* {
  margin: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Droid Arabic Naskh", "DejaVu Sans", serif;
  line-height: normal;
  color: #000000;
  overflow-wrap: break-word;
  background-color: rgb(242.25, 242.25, 242.25);
}

header, footer {
  padding: 0 0.5em;
}

main {
  flex: 1;
}

h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

img + em {
  display: block;
  font-size: 14px;
  text-align: center;
}

ul {
  list-style-type: square;
}

ol {
  list-style-type: persify;
  list-style: persian;
}

a {
  text-decoration: none;
  color: rgb(63.75, 63.75, 63.75);
}

a:visited {
  color: #999999;
}

pre {
  direction: ltr;
  border: 1px solid rgb(255, 217.5, 224.0909090909);
  border-radius: 3px;
  overflow-x: auto;
}
pre > code {
  font-size: 15px;
  border: 0;
  padding-left: 0;
}

article table {
  width: 100%;
  border: 1px solid #ccc;
  border-spacing: 0;
  border-collapse: collapse;
}
article table tr {
  border-bottom: 1px solid #ddd;
}
article table td {
  padding: 5px;
}
article table tr:nth-child(even) {
  background-color: rgb(216.75, 216.75, 216.75);
}

form {
  font-size: 0.9rem;
}
form label {
  display: block;
  margin-bottom: 1em;
}
form input, form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: "Droid Arabic Naskh", "DejaVu Sans", serif;
  font-size: small;
  border: 1px solid rgb(255, 192, 203.0727272727);
}
form input:focus, form textarea:focus {
  border-color: #FF5A77;
}
form button[type=submit] {
  font-family: "Droid Arabic Naskh";
}
form textarea {
  height: 10rem;
  resize: vertical;
  padding: 10px;
}
form sup.required {
  color: #FF5A77;
}

blockquote {
  border-right: 5px solid rgb(255, 192, 203.0727272727);
}

@counter-style abjad {
  system: additive;
  range: 1 1000;
  additive-symbols: 1000 "غ", 900 "ظ", 800 "ض", 700 "ذ", 600 "خ", 500 "ث", 400 "ت", 300 "ش", 200 "ر", 100 "ق", 90 "ص", 80 "ف", 70 "ع", 60 "س", 50 "ن", 40 "م", 30 "ل", 20 "ک", 10 "ى", 9 "ط", 8 "ح", 7 "ز", 6 "و", 5 "ﻫ", 4 "د", 3 "ج", 2 "ب", 1 "الف";
}
@counter-style abjad-persian {
  system: additive;
  range: 1 1000;
  additive-symbols: 1000 "غ", 900 "ظ", 800 "ض", 700 "ذ", 600 "خ", 500 "ث", 400 "ت", 300 "ش", 200 "ر", 100 "ق", 90 "ص", 80 "ف", 70 "ع", 60 "س", 50 "ن", 40 "م", 30 "ل", 20 "گ", 10 "ى", 9 "ط", 8 "ح", 7 "ژ", 6 "و", 5 "ﻫ", 4 "د", 3 "چ", 2 "پ", 1 "الف";
  suffix: ". ";
  pad: 3 "-";
}
@counter-style persify {
  system: alphabetic;
  symbols: "۱" "۲" "۳" "۴" "۵" "۶" "۷" "۸" "۹";
  suffix: ". ";
}
#static-comments {
  background-color: rgb(255, 243, 245.1090909091);
  padding: 0.5em;
}

#comments article {
  display: flex;
  font-size: 0.9rem;
}
#comments article p {
  white-space: pre-wrap;
}

.comment-chain .sub-comment {
  margin: 5%;
  padding: 3%;
  font-size: smaller;
}
.comment-chain .sub-comment p {
  margin-bottom: 0;
}
.comment-chain .sub-comment blockquote > p {
  padding: 10px;
}
@media screen and (max-width: 400px) {
  .comment-chain .sub-comment .comment-image-wrapper {
    display: none;
  }
}

.comment-image-wrapper {
  box-sizing: border-box;
  max-width: 55px;
  min-width: 55px;
  margin: 0.5em;
  overflow: hidden;
}

.comment-body-wrapper {
  flex-grow: 1;
  padding: 5px;
}
.comment-body-wrapper p {
  margin: 0;
}

.comment-meta {
  display: flex;
}

.reply {
  margin-right: 30px;
}

#preview {
  font-size: small;
  padding: 10px;
}
#preview p {
  white-space: pre-wrap;
  margin-top: 0;
}

@font-face {
  font-family: "Noqte";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/noqte.woff2) format("woff2");
}
/*
 * Droid Arabic Naskh (Early Access) http://www.google.com/webfonts/earlyaccess
 */
@font-face {
  font-family: "Droid Arabic Naskh";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/DroidNaskh-Regular.woff) format("woff");
}
header, footer {
  background-color: #FF5A77;
  color: #FFFFFF;
}
header a, footer a {
  color: #FFFFFF;
  text-decoration: none;
}
header a:visited, footer a:visited {
  color: #FFFFFF;
}
header nav, footer nav {
  display: inline;
  margin-right: 1em;
}

.content {
  margin-top: 18px;
  margin-bottom: 18px;
}

.highlighter-rouge, pre {
  max-width: 95vw;
  overflow: auto;
}

.fixed-width {
  margin-left: auto;
  margin-right: auto;
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - 30px * 2);
}

.card {
  height: 100%;
  background-color: #FFFFFF;
  border-style: dashed;
  border-color: rgb(255, 192, 203.0727272727);
  padding: 0 0.5em;
  margin: auto 1em;
}

.list-meta li {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media screen and (max-width: 400px) {
  .list-meta li {
    display: grid;
    grid-template-columns: auto;
  }
}

.site-title {
  font-size: 26px;
  letter-spacing: -1px;
}

.meta, .list-meta-col {
  font-size: 14px;
}

@media screen and (max-width: 400px) {
  .list-meta-col {
    display: none;
  }
}

#motto {
  vertical-align: 40%;
}

.image-caption {
  text-align: center;
  margin-top: 10px;
}

.footnotes {
  font-size: small;
  font-family: "Droid Arabic Naskh";
}

.center {
  text-align: center;
}

.button {
  border: none;
  padding: 5px 32px;
  background-color: #FF5A77;
  border-radius: 2px;
  color: #FFFFFF;
  cursor: pointer;
}

@media screen and (max-width: 400px) {
  #motto {
    display: none;
  }
}
.a-pagination {
  font-feature-settings: "liga" 1, "lnum" 1;
  text-align: center;
}
.a-pagination * {
  line-height: 1.3;
  font-weight: 500;
  display: inline-block;
  padding: 0.5em 0.75em;
}
.a-pagination .is-active {
  font-size: x-large;
}

.emoji {
  color: grey;
  filter: grayscale(100%);
}

img#footer-gravatar {
  margin-top: 1em;
  clip-path: circle();
  width: 100px;
}

.social-media-list {
  display: flex;
  justify-content: space-evenly;
  padding: 0;
}
.social-media-list li {
  display: flex;
  flex-direction: column;
}

#build-time {
  font-family: monospace;
  font-size: x-small;
  color: hsl(0, 0%, 140%);
}

@media screen and (max-width: 400px) {
  #footer-gravatar,
  #atom {
    display: none;
  }
  #license {
    font-size: xx-small;
    text-align: center;
  }
}
#footer-extra {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 400px) {
  #footer-extra {
    justify-content: center;
  }
}

.dingbat {
  font-size: 5em;
  color: #FF5A77;
  text-align: center;
}

.message {
  background-color: rgb(255, 243, 245.1090909091);
  color: #000000;
}

.post-title {
  text-align: center;
  font-size: 4em;
}
@media screen and (max-width: 400px) {
  .post-title {
    font-size: 2em;
  }
}
.post-title {
  margin-top: 0.5em;
  line-height: 1.2;
  font-size: 3em;
}

.post-meta {
  font-size: small;
  color: rgb(63.75, 63.75, 63.75);
}

.post-image {
  text-align: center;
}
.post-image img {
  display: inline;
}

.post-content ul, .post-content ol {
  margin-left: 15px;
}
.post-content iframe {
  width: 100%;
}
.post-content figure {
  margin: 0 auto;
  text-align: center;
  max-width: 400px;
}
.post-content blockquote {
  font-family: "Droid Arabic Naskh";
  font-size: large;
  letter-spacing: -1px;
}
.post-content blockquote > p {
  border-right: 4px solid hsl(0, 0%, 130%);
  padding-right: 15px;
}

.pagination {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.pagination--pager.disabled {
  color: hsl(349.4545454545, 100%, 117.6470588235%);
  pointer-events: none;
  cursor: not-allowed;
}

.pagination--pager {
  padding: 1em 2em;
  width: 50%;
  font-weight: bold;
  text-align: center;
  border: 1px solid hsl(349.4545454545, 100%, 117.6470588235%);
  border-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination--pager:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.post-image-float {
  max-width: 50%;
  float: left;
}

.post-content video {
  width: 100%;
}

@media print {
  .site-header, .site-footer,
  #disqus_thread, #static-comments {
    display: none;
  }
  h1 {
    font-size: 18pt;
  }
  h2 {
    font-size: 16pt;
    color: #000;
  }
}
/*
# pygments-css


[Pygments](http://pygments.org), a Python-based code highlighting tool, comes with a set of builtin styles (not css files) for code highlighting. You have to generate a CSS file using the command line.

You can generate these yourself, but this git repository has already generated them for you.


build
-----

These css files were generated using pygmentize on the command line like so::

    pygmentize -S default -f html -a .highlight > default.css

You can remove or change the top-level class by removing or modifying `-a .highlight` in the `makefile`.

To regenerate them all with whichever ``pygments`` version you are using, run

    git clone <this repo>
    cd pygments-css
    make cssfiles

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <http://unlicense.org>
*/
.highlight .hll {
  background-color: #ffffcc;
}

.highlight {
  background: #f8f8f8;
}

.highlight .c {
  color: #408080;
  font-style: italic;
} /* Comment */
.highlight .err {
  border: 1px solid #FF0000;
} /* Error */
.highlight .k {
  color: #008000;
  font-weight: bold;
} /* Keyword */
.highlight .o {
  color: #666666;
} /* Operator */
.highlight .ch {
  color: #408080;
  font-style: italic;
} /* Comment.Hashbang */
.highlight .cm {
  color: #408080;
  font-style: italic;
} /* Comment.Multiline */
.highlight .cp {
  color: #BC7A00;
} /* Comment.Preproc */
.highlight .cpf {
  color: #408080;
  font-style: italic;
} /* Comment.PreprocFile */
.highlight .c1 {
  color: #408080;
  font-style: italic;
} /* Comment.Single */
.highlight .cs {
  color: #408080;
  font-style: italic;
} /* Comment.Special */
.highlight .gd {
  color: #A00000;
} /* Generic.Deleted */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gr {
  color: #FF0000;
} /* Generic.Error */
.highlight .gh {
  color: #000080;
  font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
  color: #00A000;
} /* Generic.Inserted */
.highlight .go {
  color: #888888;
} /* Generic.Output */
.highlight .gp {
  color: #000080;
  font-weight: bold;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #800080;
  font-weight: bold;
} /* Generic.Subheading */
.highlight .gt {
  color: #0044DD;
} /* Generic.Traceback */
.highlight .kc {
  color: #008000;
  font-weight: bold;
} /* Keyword.Constant */
.highlight .kd {
  color: #008000;
  font-weight: bold;
} /* Keyword.Declaration */
.highlight .kn {
  color: #008000;
  font-weight: bold;
} /* Keyword.Namespace */
.highlight .kp {
  color: #008000;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #008000;
  font-weight: bold;
} /* Keyword.Reserved */
.highlight .kt {
  color: #B00040;
} /* Keyword.Type */
.highlight .m {
  color: #666666;
} /* Literal.Number */
.highlight .s {
  color: #BA2121;
} /* Literal.String */
.highlight .na {
  color: #7D9029;
} /* Name.Attribute */
.highlight .nb {
  color: #008000;
} /* Name.Builtin */
.highlight .nc {
  color: #0000FF;
  font-weight: bold;
} /* Name.Class */
.highlight .no {
  color: #880000;
} /* Name.Constant */
.highlight .nd {
  color: #AA22FF;
} /* Name.Decorator */
.highlight .ni {
  color: #999999;
  font-weight: bold;
} /* Name.Entity */
.highlight .ne {
  color: #D2413A;
  font-weight: bold;
} /* Name.Exception */
.highlight .nf {
  color: #0000FF;
} /* Name.Function */
.highlight .nl {
  color: #A0A000;
} /* Name.Label */
.highlight .nn {
  color: #0000FF;
  font-weight: bold;
} /* Name.Namespace */
.highlight .nt {
  color: #008000;
  font-weight: bold;
} /* Name.Tag */
.highlight .nv {
  color: #19177C;
} /* Name.Variable */
.highlight .ow {
  color: #AA22FF;
  font-weight: bold;
} /* Operator.Word */
.highlight .w {
  color: #bbbbbb;
} /* Text.Whitespace */
.highlight .mb {
  color: #666666;
} /* Literal.Number.Bin */
.highlight .mf {
  color: #666666;
} /* Literal.Number.Float */
.highlight .mh {
  color: #666666;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #666666;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #666666;
} /* Literal.Number.Oct */
.highlight .sa {
  color: #BA2121;
} /* Literal.String.Affix */
.highlight .sb {
  color: #BA2121;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #BA2121;
} /* Literal.String.Char */
.highlight .dl {
  color: #BA2121;
} /* Literal.String.Delimiter */
.highlight .sd {
  color: #BA2121;
  font-style: italic;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #BA2121;
} /* Literal.String.Double */
.highlight .se {
  color: #BB6622;
  font-weight: bold;
} /* Literal.String.Escape */
.highlight .sh {
  color: #BA2121;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #BB6688;
  font-weight: bold;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #008000;
} /* Literal.String.Other */
.highlight .sr {
  color: #BB6688;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #BA2121;
} /* Literal.String.Single */
.highlight .ss {
  color: #19177C;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #008000;
} /* Name.Builtin.Pseudo */
.highlight .fm {
  color: #0000FF;
} /* Name.Function.Magic */
.highlight .vc {
  color: #19177C;
} /* Name.Variable.Class */
.highlight .vg {
  color: #19177C;
} /* Name.Variable.Global */
.highlight .vi {
  color: #19177C;
} /* Name.Variable.Instance */
.highlight .vm {
  color: #19177C;
} /* Name.Variable.Magic */
.highlight .il {
  color: #666666;
} /* Literal.Number.Integer.Long */
/*
 * Tag cloud sets. Numbers demonstrate repeat frequency for each tag
 */
.set-1 {
  font-size: 0.7em;
}

.set-2 {
  font-size: 0.8em;
}

.set-3 {
  font-size: 0.9em;
}

.set-4 {
  font-size: 1em;
}

.set-5 {
  font-size: 1.1em;
}

.set-6 {
  font-size: 1.2em;
}

.set-7 {
  font-size: 1.3em;
}

.set-8 {
  font-size: 1.4em;
}

.set-9 {
  font-size: 1.5em;
}

.set-10 {
  font-size: 1.6em;
}

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