@font-face {
  font-family: mySansFont;
  src: url(../fonts/iran.ttf);
}

body {
  direction: rtl !important;
  font-family: mySansFont !important;
  background-color: rgb(43, 43, 43) !important;
  scroll-behavior: smooth;
  color:#fff;
}

.tag {
  border-radius: 5px;
  padding: 13px;
  margin-bottom: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.212);

}

.TagItem {
  background-color: red;
  padding: 6px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  margin: 6px;
  font-size: 13px;
}

.entry {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.212);
  border-radius: 10px;
}

.entry-img {
  max-height: 440px;
  border-radius: 10px;
  overflow: hidden;
}

.entry-title {
  color: #eac435;
  font-size: 23px;
  font-weight: bold;
}

.entry-meta {
  float: right;
}

.list-subject-title {
  color: rgb(233, 224, 224);
}

.entry-titlte-second {
  font-size: 23px;
  margin-top: 5px;
  color: #fff
}

.entry .entry-content p {
  line-height: 30px;
  color: rgb(238, 230, 230);
}

.entry .entry-content h3 {
  font-size: 22px;
  margin-top: 10px;
  font-weight: bold;
  color: #fff;
}

.entry .entry-content h4,h5 {
  color: #fff;
}

time {
  color: rgba(189, 189, 189, 0.829);
  font-size: 12px;
}

blockquote {
  overflow: hidden;
  background-color: #e1e0e01c;
  padding: 40px;
  position: relative;
  text-align: center;
  margin: 15px 0;
  border-radius: 5px;
}

.sidebar {
  border-radius: 8px;
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.212);
}

.sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #8e8e8e;
  position: relative;
}

.sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.sidebar .recent-posts img {
  width: 65px;
  height: 65px;
  float: right;
  border-radius: 50%;
  margin-left: 0px;
}

.sidebar .recent-posts h4 {
  font-size: 13px;
}


.sidebar .recent-posts h4 a {
  text-decoration: none;
  color: rgb(238, 230, 230);
  transition: 0.5s;
  line-height: 18px;
}

.sidebar .recent-posts h4 a:hover {
  color: #eac435;
}

.timeRecentPost {
  display: block;
  float: left;
  font-style: italic;
  font-size: 12px;
  color: #aaaaaa;
}

.sidebar .tags {
  margin-bottom: -10px;
}

.sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.sidebar .tags ul li {
  display: inline-block;
}

.sidebar .tags ul a {
  color: #0257ee;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #d7e6ff;
  display: inline-block;
  transition: 0.3s;
}

.sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #4154f1;
  background: #4154f1;
}

.sidebar .tags ul a span {
  padding-left: 5px;
  color: #a5c5fe;
  font-size: 14px;
}

.author {
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.212);
}

.author img {
  width: 90px;
  margin-right: 20px;
}

.author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #012970;
}

.author p {
  font-style: italic;
  color: #b7b7b7;
}

/* Nav On Blog Posts */
.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #222422;
}

.nav a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  transition: 0.4s;
}

.nav a:hover {
  color: #eac435;
}

/* End Of Nav */

/* Start Of Share Part */
.sharePart {
  width: 50px;
  height: 180px;
  border: solid 1px black;
  top: 30%;
  left: 0;
  position: fixed;
  background-attachment: fixed;
  z-index: 1;
  text-align: center;
  background-color: #000;
  border-top-right-radius: 35px;
  border-end-start-radius: 35px;
  transition: 0.3s;
}

.sharePart ul {
  position: absolute;
  left: 0;
  padding: 6px;
}

.sharePart ul li {
  list-style-type: none;
  margin-top: 4px;
}

.sharePart ul li {
  transition: 0.4s;
}

.sharePart ul li:hover {
  transform: translateY(-2px);
}

.sharePart ul li a img {
  width: 36px;
}

/* End Of Share Part */


/* subject lists */
.subjectList {
  padding: 0;
}

.subjectList li {
  margin-top: 5px;
  list-style-type: none;
  transition: 0.5s;
}

.subjectList li a {
  color: rgb(238, 230, 230);
}

/* Comment Part */
.comment-box {
  padding: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.212);
  text-align: center;
  margin-bottom: 10px;
}

.user-comment {
  width: 100%;
  color: #fff;
  padding: 5px;
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.123); */

}

.user-name {
  font-size: 17px;
  font-weight: bold;
}

.user-data-time {
  font-size: 12px;
  margin: 6px;
  direction: ltr;
  color: rgba(189, 189, 189, 0.829);
}

.form-set-comment {
  text-align: right;
  color: #fff;
  font-weight: bold;
}

.form-set-comment label {
  margin-top: 17px;
}

.form-set-comment input {
  transition: 0.6s;
  background-color: #222422;
  border: solid 1px rgb(0, 102, 170);
  color: #fff
}

.form-set-comment textarea {
  transition: 0.6s;
  background-color: #222422;
  border: solid 1px rgb(0, 102, 170);
  color: #fff
}

.form-set-comment select {
  transition: 0.6s;
  background-color: #222422;
  border: solid 1px rgb(0, 102, 170);
  color: #fff
}

.form-set-comment input:focus {
  background-color: rgb(0, 0, 0);
  color: #fff;
}

.form-set-comment textarea:focus {
  background-color: rgb(0, 0, 0);
  color: #fff;
}

.form-set-comment select:focus {
  background-color: rgb(0, 0, 0);
  color: #fff;
}

/* for load */
.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000a9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-wrapper-msg {
  font-weight: bold;
  color: #fff;
}

.loader {
  display: inline-block;
  position: absolute;
  bottom: 54%;
  animation: loader 2s infinite ease;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);

  }

  100% {
    transform: rotate(360deg);
  }
}
