html, body {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Yekan Bakh FaNum" !important;
  direction: rtl;
  font-size: 14px;
  line-height: 30px;
  color: #384955;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

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

button, input, textarea {
  font-family: "Yekan Bakh FaNum" !important;
}

label {
  font-size: 15px;
  padding-right: 8px;
  padding-bottom: 8px;
  font-weight: 600;
  color: #384955;
}
label .required {
  color: red;
}

input, textarea {
  width: 100%;
  border: none;
  border: 1px solid #D8DDE4;
  border-radius: 8px;
  padding: 18px 25px;
  outline: none;
  font-size: 15px;
  box-sizing: border-box;
  transition: all 0.4s;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #C9CDCF;
  font-size: 13px;
  font-weight: 600;
}
input::placeholder, textarea::placeholder {
  color: #C9CDCF;
  font-size: 13px;
  font-weight: 600;
}
input:focus, textarea:focus {
  border: 1px solid grey;
}

input[type=submit] {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  border: none;
  background-color: #3F95B4;
  color: white;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.4s;
}
input[type=submit]:hover {
  background-color: #337992;
}

.entryContentHandler {
  width: 100%;
  margin: auto;
  max-width: 800px;
}

.entry-content p {
  margin: 0;
  margin-bottom: 24px;
  text-align: justify;
  line-height: 26px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}
.entry-content h2 {
  font-size: 30px;
  line-height: 50px;
}
@media (max-width: 480px) {
  .entry-content h2 {
    font-size: 24px;
    line-height: 44px;
  }
}
.entry-content h3 {
  font-size: 28px;
  line-height: 48px;
}
@media (max-width: 480px) {
  .entry-content h3 {
    font-size: 22px;
    line-height: 42px;
  }
}
.entry-content h4 {
  font-size: 26px;
  line-height: 46px;
}
@media (max-width: 480px) {
  .entry-content h4 {
    font-size: 21px;
    line-height: 41px;
  }
}
.entry-content h5 {
  font-size: 24px;
  line-height: 44px;
}
@media (max-width: 480px) {
  .entry-content h5 {
    font-size: 20px;
    line-height: 40px;
  }
}
.entry-content h6 {
  font-size: 22px;
  line-height: 42px;
}
@media (max-width: 480px) {
  .entry-content h6 {
    font-size: 19px;
    line-height: 39px;
  }
}
.entry-content ul, .entry-content ol {
  padding: 0;
}
.entry-content ul li, .entry-content ol li {
  font-weight: 400;
}
@media (max-width: 480px) {
  .entry-content ul li, .entry-content ol li {
    font-size: 13.5px;
  }
}
.entry-content ol li {
  padding-right: 30px;
}
@media (max-width: 480px) {
  .entry-content ol li {
    padding-right: 25px;
  }
}
.entry-content ol li::before {
  width: 25px;
  height: 25px;
  font-size: 14px;
}
@media (max-width: 480px) {
  .entry-content ol li::before {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}
.entry-content figure {
  border-radius: 8px;
  overflow: hidden;
}
.entry-content .wp-block-image:has(.alignleft) {
  float: left;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-top: 24px;
  width: 50%;
}
.entry-content .wp-block-image:has(.alignleft) .alignleft {
  margin: 0;
}
.entry-content .wp-block-image:has(.alignright) {
  float: right;
  margin-left: 24px;
  margin-bottom: 24px;
  margin-top: 24px;
  width: 50%;
}
.entry-content .wp-block-image:has(.alignright) .alignright {
  margin: 0;
}
.entry-content .wp-block-image:has(.aligncenter) {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  margin-top: 40px;
}
.entry-content .wp-block-image:has(.aligncenter) .aligncenter {
  margin: 0;
}
@media (max-width: 768px) {
  .entry-content .wp-block-image {
    width: 100% !important;
    float: unset !important;
    margin: 25px 0 !important;
    display: flex !important;
  }
}
.entry-content blockquote {
  background-color: #F5FCFF;
  margin: 40px 0;
  display: flex;
  max-width: 100%;
  position: relative;
  padding: 30px;
  padding-top: 50px;
  border-radius: 15px;
}
.entry-content blockquote p {
  margin: 0;
  -moz-text-align-last: center;
       text-align-last: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  padding: 0 30px;
}
@media (max-width: 480px) {
  .entry-content blockquote p {
    padding: 0;
    font-size: 14px;
  }
}
.entry-content blockquote::before {
  position: absolute;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDUiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCA0NSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMzEuMTMgMjAuMzJoMTAuMzU4Yy0uMTc3IDEwLjMxMi0yLjIwOSAxMi4wMTMtOC41NDcgMTUuNzY3YTEuNTQgMS41NCAwIDAgMC0uNTMgMi4xMmMuNDQyLjcyOCAxLjM3Ljk3MSAyLjEyLjUzIDcuNDY1LTQuNDE3IDEwLjA3LTcuMTExIDEwLjA3LTE5Ljk2NFY2Ljg3MUE2LjgzIDYuODMgMCAwIDAgMzcuNzc4LjA0N2gtNi42MjVjLTMuODg3IDAtNi44MjQgMi45MzctNi44MjQgNi44MjR2Ni42MjRjLS4wMjIgMy44ODcgMi45MTUgNi44MjQgNi44MDIgNi44MjRtLTIzLjg5IDBoMTAuMzU4Yy0uMTc3IDEwLjMxMi0yLjIwOCAxMi4wMTMtOC41NDYgMTUuNzY3YTEuNTQgMS41NCAwIDAgMC0uNTMgMi4xMiAxLjU0MyAxLjU0MyAwIDAgMCAyLjEyLjUzYzcuNDY0LTQuNDE3IDEwLjA3LTcuMTExIDEwLjA3LTE5Ljk2NFY2Ljg3MWMwLTMuNzc3LTMuMDctNi44MjQtNi44MjQtNi44MjRINy4yNjNDMy4zNTQuMDQ3LjQxNyAyLjk4NC40MTcgNi44N3Y2LjYyNGMwIDMuODg3IDIuOTM3IDYuODI0IDYuODI0IDYuODI0IiBmaWxsPSIjMDBBQkU4Ii8+PC9zdmc+");
  top: -20px;
  left: 20px;
}
.entry-content .questions-script {
  padding: 0;
}
.entry-content .questionsBack {
  background-color: unset;
  background-image: unset;
}
.entry-content .questionsBack .questions-script::before {
  display: none;
}
.entry-content .mainSection {
  padding: 0;
}

.innerArticleHeader {
  margin-bottom: 40px;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1310px) {
  .innerArticleHeader {
    padding: 40px 10px;
  }
}
.innerArticleHeader .innerArticleMain {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
@media (max-width: 992px) {
  .innerArticleHeader .innerArticleMain {
    width: 100%;
  }
}
.innerArticleHeader .innerArticleMain .breadcrumbs span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.innerArticleHeader .innerArticleMain .breadcrumbs span a {
  display: flex;
  align-items: center;
  color: #384955;
}
.innerArticleHeader .innerArticleMain .singlePostTitle {
  font-weight: 800;
  font-size: 40px;
  color: #384955;
  margin: 0;
  line-height: 70px;
  padding: 18px 0;
}
@media (max-width: 992px) {
  .innerArticleHeader .innerArticleMain .singlePostTitle {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .innerArticleHeader .innerArticleMain .singlePostTitle {
    font-size: 25px;
    line-height: 50px;
  }
}
.innerArticleHeader .innerArticleMain .articleMeta {
  display: flex;
  flex-wrap: wrap;
  color: #9CA7B0;
  font-weight: 600;
  font-size: 13px;
  width: 100%;
}
.innerArticleHeader .innerArticleMain .articleMeta a {
  color: #9CA7B0;
}
.innerArticleHeader .innerArticleMain .articleMeta .middle {
  padding: 0 15px;
}
.innerArticleHeader .innerArticleMain .articleMeta .underPartMeta {
  width: 100%;
  border-top: 1px solid #E8EBED;
  padding-top: 5px;
  margin-top: 5px;
}
.innerArticleHeader .innerArticleImg {
  width: 55%;
  height: 400px;
}
@media (max-width: 992px) {
  .innerArticleHeader .innerArticleImg {
    width: 100%;
    margin-top: 30px;
    height: 200px;
  }
}
.innerArticleHeader .innerArticleImg div {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.innerArticleHeader .innerArticleImg div img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.singleMainHeaderParent {
  background-color: #F7F7F7;
}

.wp-block-table {
  overflow-x: auto !important;
  width: 100%;
  border-radius: 0 !important;
  padding-bottom: 5px;
  margin: 40px 0;
}
.wp-block-table .has-fixed-layout tbody tr {
  border-bottom: 1px solid #EBEBEB;
  font-size: 14px;
  color: #384955;
}
.wp-block-table .has-fixed-layout tbody tr:first-of-type {
  background-color: #F7F7F8;
  font-weight: 700;
}
.wp-block-table .has-fixed-layout tbody tr td {
  width: 150px;
  border: none;
  padding: 18px 16px;
  white-space: nowrap;
  color: #384955;
}

.wp-block-table::-webkit-scrollbar {
  height: 8px;
  background-color: #f5f5f5;
  border-radius: 10px !important;
}

.wp-block-table::-webkit-scrollbar-track {
  background-color: #D9D9D9;
  border-radius: 10px !important;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.wp-block-table::-webkit-scrollbar-thumb {
  background-color: #00ABE8;
  border-radius: 10px !important;
  border: 2px solid #D9D9D9;
}

.wp-block-table::-webkit-scrollbar-thumb:hover {
  background-color: #a5a5aa;
}

.wp-block-table::-webkit-scrollbar-thumb:active {
  background-color: #8a8a8f;
}

.wp-block-table {
  scrollbar-width: thin;
  scrollbar-color: #00ABE8 #D9D9D9;
}/*# sourceMappingURL=single.css.map */