#Comment.RtlDir header h4 {
  position: relative;
}
#Comment.RtlDir header h4::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background: #f7b538;
  bottom: 0;
}
#Comment.RtlDir main {
  position: relative;
}
#Comment.RtlDir main form.Input input, #Comment.RtlDir main form.Input textarea {
  display: block;
  width: 100%;
  padding: 0.45rem 1rem;
  background-color: #EDE6E6;
  border: 0 !important;
  outline: 0 !important;
}
#Comment.RtlDir main form.Input input::-webkit-input-placeholder, #Comment.RtlDir main form.Input textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  font-size: 13px;
}
#Comment.RtlDir main form.Input input::-moz-placeholder, #Comment.RtlDir main form.Input textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  font-size: 13px;
}
#Comment.RtlDir main form.Input input:-ms-input-placeholder, #Comment.RtlDir main form.Input textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  font-size: 13px;
}
#Comment.RtlDir main form.Input input:-moz-placeholder, #Comment.RtlDir main form.Input textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  font-size: 13px;
}
#Comment.RtlDir main form.Input textarea {
  border-radius: 1rem;
}
#Comment.RtlDir main form.Input input {
  border-radius: 2rem;
}
#Comment.RtlDir main form.Input button {
  text-decoration: none;
  background-color: #6F1517;
  color: #FFFFFF;
  transition: 0.2s;
  white-space: nowrap;
  font-size: 90%;
  outline: none;
  border: none;
}
#Comment.RtlDir main form.Input button:hover {
  background-color: #f7b538;
  color: #6F1517;
}
#Comment.RtlDir main > section article.Comment {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  height: 100%;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
}
#Comment.RtlDir main > section article.Comment header .ProfileImg {
  position: relative;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(0deg, #E4E4E4, rgba(0, 0, 0, 0));
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #Comment.RtlDir main > section article.Comment header .ProfileImg {
    width: 40px;
    height: 40px;
  }
}
#Comment.RtlDir main > section article.Comment header .ProfileImg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
#Comment.RtlDir main > section article.Comment header .ProfileImg > img[src=""] {
  display: none;
}
#Comment.RtlDir main > section article.Comment header .ProfileImg > svg {
  position: absolute;
  width: 85%;
  bottom: 0;
  fill: #C6C6C6;
  z-index: -1;
}
#Comment.RtlDir main > section article.Comment header .ProfileName {
  margin-right: 0.5rem;
}
#Comment.RtlDir main > section article.Comment header .ProfileName h6 span {
  font-size: 13px;
  color: #6F1517;
  margin-right: 0.2rem;
}
#Comment.RtlDir main > section article.Comment header .ProfileName > span {
  font-size: 13px;
  color: #C6C6C6;
}
#Comment.RtlDir main > section article.Comment header button {
  color: #6F1517;
  transition: 0.2s;
  margin-right: auto;
  margin-left: 0.5rem;
  font-size: 1.5rem;
}
#Comment.RtlDir main > section article.Comment header button:hover {
  color: #f7b538;
}
#Comment.RtlDir main > section article.Comment main {
  padding-right: calc(50px + 0.5rem);
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  flex: 1;
  overflow: auto;
}
#Comment.RtlDir main > section article.Comment main span {
  text-align: justify;
}
#Comment.RtlDir main > section .swiper {
  margin: -12px -12px -12px 0;
  padding: 12px 12px 12px 4rem;
  height: 450px;
}
#Comment.RtlDir main > section .swiper .swiper-button-prev,
#Comment.RtlDir main > section .swiper .swiper-button-next {
  display: flex;
  width: 50px;
  height: 50px;
  left: 0;
  right: auto;
  top: auto;
  border: 3px solid #6F1517;
  border-radius: 5rem;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.2s;
}
#Comment.RtlDir main > section .swiper .swiper-button-prev::after,
#Comment.RtlDir main > section .swiper .swiper-button-next::after {
  color: #6F1517;
  font-size: 1.5rem;
  transition: 0.2s;
}
#Comment.RtlDir main > section .swiper .swiper-button-prev:hover,
#Comment.RtlDir main > section .swiper .swiper-button-next:hover {
  border-color: #f7b538;
}
#Comment.RtlDir main > section .swiper .swiper-button-prev:hover::after,
#Comment.RtlDir main > section .swiper .swiper-button-next:hover::after {
  color: #f7b538;
}
#Comment.RtlDir main > section .swiper .swiper-button-prev {
  bottom: 0;
}
#Comment.RtlDir main > section .swiper .swiper-button-prev::after {
  content: "\f175";
  font-family: "Font Awesome 6 Regular";
}
#Comment.RtlDir main > section .swiper .swiper-button-next {
  bottom: 66px;
}
#Comment.RtlDir main > section .swiper .swiper-button-next::after {
  content: "\f176";
  font-family: "Font Awesome 6 Regular";
}
#Comment.LtrDir header h4 {
  position: relative;
}
#Comment.LtrDir header h4::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background: #f7b538;
  bottom: 0;
}
#Comment.LtrDir main {
  position: relative;
}
#Comment.LtrDir main form.Input input, #Comment.LtrDir main form.Input textarea {
  display: block;
  width: 100%;
  padding: 0.45rem 1rem;
  background-color: #EDE6E6;
  border: 0 !important;
  outline: 0 !important;
}
#Comment.LtrDir main form.Input input::-webkit-input-placeholder, #Comment.LtrDir main form.Input textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  font-size: 13px;
}
#Comment.LtrDir main form.Input input::-moz-placeholder, #Comment.LtrDir main form.Input textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  font-size: 13px;
}
#Comment.LtrDir main form.Input input:-ms-input-placeholder, #Comment.LtrDir main form.Input textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  font-size: 13px;
}
#Comment.LtrDir main form.Input input:-moz-placeholder, #Comment.LtrDir main form.Input textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  font-size: 13px;
}
#Comment.LtrDir main form.Input textarea {
  border-radius: 1rem;
}
#Comment.LtrDir main form.Input input {
  border-radius: 2rem;
}
#Comment.LtrDir main form.Input button {
  text-decoration: none;
  background-color: #6F1517;
  color: #FFFFFF;
  transition: 0.2s;
  white-space: nowrap;
  font-size: 90%;
  outline: none;
  border: none;
}
#Comment.LtrDir main form.Input button:hover {
  background-color: #f7b538;
  color: #6F1517;
}
#Comment.LtrDir main > section article.Comment {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
}
#Comment.LtrDir main > section article.Comment header .ProfileImg {
  position: relative;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(0deg, #E4E4E4, rgba(0, 0, 0, 0));
  overflow: hidden;
}
#Comment.LtrDir main > section article.Comment header .ProfileImg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
#Comment.LtrDir main > section article.Comment header .ProfileImg > img[src=""] {
  display: none;
}
#Comment.LtrDir main > section article.Comment header .ProfileImg > svg {
  position: absolute;
  width: 85%;
  bottom: 0;
  fill: #C6C6C6;
  z-index: -1;
}
#Comment.LtrDir main > section article.Comment header .ProfileName {
  margin-left: 0.5rem;
}
#Comment.LtrDir main > section article.Comment header .ProfileName h6 span {
  font-size: 13px;
  color: #6F1517;
  margin-left: 0.2rem;
}
#Comment.LtrDir main > section article.Comment header .ProfileName > span {
  font-size: 13px;
  color: #C6C6C6;
}
#Comment.LtrDir main > section article.Comment header button {
  color: #6F1517;
  transition: 0.2s;
  margin-left: auto;
  margin-right: 0.5rem;
  font-size: 1.5rem;
}
#Comment.LtrDir main > section article.Comment header button:hover {
  color: #f7b538;
}
#Comment.LtrDir main > section article.Comment main {
  padding-left: calc(50px + 0.5rem);
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  flex: 1;
  overflow: auto;
}
#Comment.LtrDir main > section article.Comment main span {
  text-align: justify;
}
#Comment.LtrDir main > section .swiper {
  margin: -12px 0 -12px -12px;
  padding: 12px 4rem 12px 12px;
  height: 450px;
}
#Comment.LtrDir main > section .swiper .swiper-button-prev,
#Comment.LtrDir main > section .swiper .swiper-button-next {
  display: flex;
  width: 50px;
  height: 50px;
  right: 0;
  left: auto;
  top: auto;
  border: 3px solid #6F1517;
  border-radius: 5rem;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.2s;
}
#Comment.LtrDir main > section .swiper .swiper-button-prev::after,
#Comment.LtrDir main > section .swiper .swiper-button-next::after {
  color: #6F1517;
  font-size: 1.5rem;
  transition: 0.2s;
}
#Comment.LtrDir main > section .swiper .swiper-button-prev:hover,
#Comment.LtrDir main > section .swiper .swiper-button-next:hover {
  border-color: #f7b538;
}
#Comment.LtrDir main > section .swiper .swiper-button-prev:hover::after,
#Comment.LtrDir main > section .swiper .swiper-button-next:hover::after {
  color: #f7b538;
}
#Comment.LtrDir main > section .swiper .swiper-button-prev {
  bottom: 0;
}
#Comment.LtrDir main > section .swiper .swiper-button-prev::after {
  content: "\f175";
  font-family: "Font Awesome 6 Regular";
}
#Comment.LtrDir main > section .swiper .swiper-button-next {
  bottom: 66px;
}
#Comment.LtrDir main > section .swiper .swiper-button-next::after {
  content: "\f176";
  font-family: "Font Awesome 6 Regular";
}

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