#comments {
  width: 100%;
  height: auto;
}

#comments img {
  box-shadow: none !important;
}

#comments .ico-content {
  display: flex;
  height: auto;
}

#comments .ico-header {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 15px 0;
}

#comments .ico-header img {
  width: 40px;
  margin: 15px;
}

#comments .ico-header p {
  margin: 0;
}

#comments .ico-header .totalComment {
}

#comments .ico-header .totalComment .num {
  display: block;

  letter-spacing: 2px;

  margin-right: 10px;
  direction: ltr;
}

#comments .ico-header span.h-line {
  width: 1px;
  height: 40px;
  display: block;
  margin-right: 17px;
}

#comments .ico-main {
  margin: 15px;
  min-height: 259px;
  padding: 0;
}

#comments .ico-main .no-comment {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#comments .ico-comments .ico-main-content {
  display: flex;
  justify-content: start;
  align-items: start;
  margin: 10px;
}

#comments .ico-data {
  font-size: 12px;
}

#comments .ico-name {
  font-size: 14px;
  font-weight: bold;
}

#comments .ico-comments .ico-main-content .ico-msg {
  width: 70%;
  display: flex;
  flex-direction: column;
}

#comments .ico-comments .ico-main-content .ico-labelMsg {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-bottom: 1px solid #ddd;
  padding: 11px 10px 4px;
  border-radius: 0 20px 20px;
}
#comments .ico-comments .ico-main-content .ico-labelMsg .ico-date {
  font-size: 11px;
  background: #432dd7;
  padding: 3px 10px;
  border-radius: 9px;
  color: #fff;
}

#comments .ico-comments .ico-main-content .main-div-data {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
}

#comments .icon-comment {
  width: 24px;
}

#comments .ico-comments .ico-main-content .ico-txt {
  /* margin: 5px 5px 26px 0; */
  padding: 10px 30px;
  line-height: 38px;
  overflow: hidden;
}
.ico-children {
  padding-right: 20px;
}

#comments .ico-comments .ico-main-content .ico-children {
  margin-right: 20px;
  margin-top: 10px;

  position: relative;
}

#comments .ico-comments .ico-main-content .ico-who-answer {
  display: flex;
  justify-content: start;
  align-items: center;
}

#comments .ico-comments .ico-main-content .ico-who {
  display: flex;
  justify-content: start;
  align-items: center;
}

#comments .ico-comments .ico-main-content .ico-who > p {
  padding: 10px 30px;
  line-height: 38px;
  overflow: hidden;
}

#comments .ico-comments .ico-main-content .ico-children .answer {
  position: absolute;
  left: 0;
  top: 16px;
}

#comments .ico-comments .ico-main-content .ico-children .answer img {
  width: 21px;
  transform: rotate(355deg);
  cursor: pointer;
  margin-right: 0;
}

#comments .ico-comments .ico-main-content .ico-children .answer img:hover {
  transform: scale(1.2);
  transition: all 300ms linear;
}

.modal-write-comment {
  height: auto;
}

.modal-write-comment .title {
  display: flex;
  justify-content: start;
  align-items: center;
}

.modal-write-comment .title img {
  width: 38px;
  margin-left: 15px;
}

.modal-write-comment .txt {
  margin-top: 15px;
  position: relative;
}

.modal-write-comment .txt textarea {
  width: 100%;
}

.modal-write-comment .btnSend {
  justify-content: end;
  display: flex;
}

.modal-write-comment .btnSend button {
  width: fit-content;

  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  box-shadow: none !important;
}

.modal-write-comment .btnSend button.ico-done.timer {
  width: 60px;
}

.modal-write-comment button:focus {
  outline: none;
}

.modal-write-comment button:hover {
  transform: scale(0.95);
  transition: all 300ms linear;
}

#comments.no-comment {
  height: auto;
}

#comments .ico-no-comment {
  display: none;
}

#comments.no-comment .ico-no-comment {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#comments.no-comment .ico-no-comment > p {
  margin-top: 23px;
}

html.translated-rtl #comments.no-comment .ico-no-comment > p {
  direction: rtl;
}

#comments .ico-comments:last-child .ico-main-content {
  border-bottom: none;
}

#comments .ico-comments .ico-main-content {
  flex-direction: column;

  margin-bottom: 0;
  border-bottom: none;
}

#comments .ico-comments .ico-children .ico-main-content {
  width: 100%;
}

#comments .ico-main > li > ul .ico-main-content {
  margin: 10px 0;
}

#comments .ico-main .ico-main-content {
  margin: 19px 0 0 0;
}

#comments .ico-main .ico-main-content .ico-childs {
  width: 100%;
}

#comments .ico-comments .ico-main-content .ico-moms {
  display: flex;
  justify-content: start;
  flex-direction: column;
  position: relative;
  width: 100%;
  background: #f6f6f6;
  border-radius: 8px;
}

#comments .ico-comments .ico-main-content .ico-who-answer {
  display: flex;
  justify-content: start;
  align-items: center;
  background: #f6f6f6;
  border-radius: 8px;
}

#comments .ico-main > li {
  background: #fff;
  margin-bottom: 20px;
  padding: 15px 30px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

#comments .ico-main > li:last-child {
  border-bottom: none;
}

#comments .ico-comments .ico-main-content .ico-moms .ico-data {
  width: 22%;
}

#comments .ico-comments .ico-main-content .ico-moms .ico-msg {
  width: 78%;

  position: relative;
}

#comments .ico-main ul.ico-children {
  margin: 0;

  width: 100%;
}

/*first child*/
#comments .ico-main > li > ul {
}

#comments .ico-comments .ico-main-content .ico-childs .ico-data {
  width: 26%;
}

#comments .ico-comments .ico-main-content .ico-childs .ico-who-answer {
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 100%;
  margin-right: 0;

  flex-wrap: wrap;
  position: relative;
}

#comments .ico-comments .ico-main-content .ico-childs .ico-who-answer > p {
  margin-top: 0;
  margin-right: 16px;
  line-height: 31px;
}

#comments .ico-comments .ico-main-content .ico-who {
  display: block;
  width: 100%;
}

#comments .ico-comments .ico-main-content .ico-who .ico-data-childs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  border-bottom: 1px solid #ddd;
  padding: 11px 10px 4px;
  border-radius: 0 20px 20px;
}

#comments .ico-moms .ico-data .ico-labelMsg {
  display: none;
}

#comments .ico-moms .ico-msg .ico-date {
  display: none;
}

.modal-write-comment.noLogin {
  height: auto;
  top: 258px;
  justify-content: center;
  align-items: center;

  text-align: center;
}

.modal-write-comment .btn-login {
  margin-top: 30px;
}

.modal-write-comment .no-login p {
}

.modal-write-comment .btn-login a {
  cursor: pointer;
}

.modal-write-comment .btn-login a:first-child {
  margin-left: 15px;
}

#ico_btnClose_picture {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: 3;
  display: none;
}

.modal-write-comment .ico-upload-img {
  display: flex;
  justify-content: start;
  align-items: center;
}

.modal-write-comment .ico-upload-img .add-img {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: fit-content;
  cursor: pointer;
}

.modal-write-comment .ico-upload-img .add-img input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.modal-write-comment .img-append {
  width: 80%;
  justify-content: space-around;
  align-items: center;
  display: flex;
  margin: 20px auto 15px auto;
}

.modal-write-comment .img-append .ico_image_temprory {
  position: relative;
}

.modal-write-comment .img-append .ico_image_temprory img {
  height: 120px;
  max-width: 150px;
  position: relative;
  border-radius: 5px;
}

.modal-write-comment .img-append .ico_image_temprory span {
  position: absolute;
  width: 25px;
  height: 25px;
  background: red;
  border-radius: 100%;
  right: -15px;
  top: -11px;
  display: flex;
  justify-content: center;
  align-items: center;

  cursor: pointer;
}

.modal-write-comment .img-append .ico_image_temprory span:hover {
  transform: scale(1.2);
  transition: all 300ms ease;
  opacity: 0.9;
}

#ico_modalComment .img_for_upload {
  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 5px;
  margin-left: 15px;
}

.modal-write-comment .alert-file-status p {
  margin-right: 20px;
}

#comments .all-btn-comment {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

#comments .ico-img-pack {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd;
  width: 98%;
  margin: auto;
  padding: 5px;
  gap: 16px;
}

#comments .ico-show-img {
  display: block;
  background: #ff9107;
  width: 23px;
  padding: 1px;
  border-radius: 5px;
}

#comments .ico-picture-attachment {
  border-radius: 8px;
  cursor: pointer;
  width: 30px;
}

#comments .ico-picture-comment {
  z-index: 2000;
  border-radius: 6px;
  max-width: 100%;
  max-height: 100%;
  margin: auto;

  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

#comments .btn-close-img {
  position: fixed;
  top: 28px;
  right: 32px;
  z-index: 2001;
  cursor: pointer;

  display: none;
}

#comments .ico-score {
  display: flex;
  justify-content: end;
  align-items: center;
}

#comments .ico-score > div:hover {
  opacity: 1;
}

#comments .ico-score .like {
  margin-left: 20px;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: row-reverse;
  cursor: pointer;
}

#comments .ico-score .like img {
  margin-right: 9px;
  margin-bottom: 9px;
}

#comments .ico-score .dislike {
  cursor: pointer;
  display: flex;
  justify-content: end;
  align-items: center;
}

#comments .ico-score .dislike img {
  margin-left: 9px;
  margin-top: 2px;
}

#comments .ico-score .dislike p {
  direction: ltr;
  margin: 0;
}

#comments .all-btn-comment .ico-user-block {
  display: flex;
  justify-content: center;
  align-items: center;
}

#comments .btn-comment {
  height: 24px;
  cursor: pointer;
}

#comments .btn-comment a img {
  width: 24px;
}

#comments .answer {
  height: 19px;
  cursor: pointer;
  margin-right: auto;
}

#comments .answer img {
  width: 20px;
}
#comments .answer img:hover {
  transition: all 300ms ease;
  transform: scale(1.1);
}

#comments .ico-moms:hover .answer {
  transition: all 300ms ease;
}

#comments .ico-moms:hover .btn-comment {
  display: block;
  transition: all 300ms ease;
}

#comments .ico-childs:hover .answer {
  display: block;
  transition: all 300ms ease;
}

#comments .ico-childs:hover .btn-comment {
  display: block;
  transition: all 300ms ease;
}

#comments img.icon-comment:hover {
  transform: scale(1.1);
  opacity: 0.9;
  transition: all 300ms ease;
}

#comments .main-div-data {
  display: flex;
}

#comments button,
.modal-write-comment button {
  box-shadow: none;
}

#comments .ico-comments .ico-main-content {
  margin-bottom: auto;
  border-right: 1px solid #ddd;
  padding: 0 10px;
}

.icoderClass {
  box-shadow: none !important;
}

#ico_load_more {
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
}

#ico_load_page {
  display: none;
}

#comments #allComment {
  display: none;
}

#ico_modalComment #ico_emojies {
  position: absolute;
  left: 6px;
  bottom: 15px;
}

#ico_modalComment #ico_close_emoji_list {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}

#ico_emoji_list {
  height: auto
  overflow: hidden;
  z-index: 3;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
  border-radius: 5px;
  gap: 13px;
  justify-content: start;
      height: auto;
    max-height: 100px;
    overflow-y: auto;
}

#ico_modalComment #ico_emoji_list span {
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.emoji_icoder_desktop {
  margin: 0 4px !important;
  width: 20px !important;
}

#ico_modalComment #ico_emoji_list span img.emoji {
  width: 22px !important;
  height: 22px !important;
  cursor: pointer;
}

#ico_modalComment #ico_emoji_list img.emoji:hover {
  width: 26px !important;
  height: 26px !important;
  transition: all 100ms ease;
}

#ico_modalComment #ico_open_emoji {
  width: 32px;
  display: none;
}

#ico_modalComment #ico_close_emoji {
  width: 32px;
  opacity: 0.6;
  cursor: pointer;
}

#ico_modalComment #ico_close_emoji:hover {
  transition: all 300ms linear;
  opacity: 1;
}

#ico_modalComment.openListEmoji #ico_close_emoji_list {
  display: block;
}

#ico_modalComment.openListEmoji #ico_close_emoji {
  display: none;
}

#ico_modalComment #ico_emojies.openList #ico_open_emoji {
  display: block;
}

#comments .ico-comments .ico-main-content .ico-childs .main-div-data-child {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
}

#comments
  .ico-comments
  .ico-main-content
  .ico-childs
  .main-div-data-child
  .ico-date {
  font-size: 11px;
  background: #432dd7;
  padding: 3px 10px;
  border-radius: 9px;
  color: #fff;
}

#comments .ico-content {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

#comments .ico-main {
  min-height: auto;
  margin: 10px 0;
}

#comments .ico-send {
  width: 95%;
  margin-right: 10px;
}
#chat-zone .min-max {
    height: 100px;
    overflow: hidden;
}
#chat-zone img {
    max-width: 500px;
}
#chat-zone img {
    max-width: 500px;
}
#chat-zone pre img {
    cursor: zoom-in;
}

@media screen and (min-width: 1200px) {
  #comments .ico-content {
    justify-content: space-between;
    flex-direction: unset;
    align-items: unset;
  }

  #comments .ico-main {
    margin: 0;
  }

  #comments .ico-send {
    width: 24%;
  }

  #comments .ico-send .ico-section-send {
    margin: auto;
    top: 0;
  }
}

@media screen and (min-width: 840px) {
  #comments .ico-send {
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
 
  #chat-zone img {
    max-width: 100%;
}
  #comments .icon-comment {
    width: 16px;
}


  #comments .ico-comments .ico-main-content .ico-childs .main-div-data-child .ico-date {
    font-size: 8px;
  }
  #comments .ico-name {
    font-size: 10px;
  }
  .ico-children {
    padding-right: 5px;
  }
  #comments .ico-comments .ico-main-content {
    margin: 4px 0 0 0;
  }
  #comments .ico-comments .ico-main-content .ico-txt {
    padding: 7px 10px;
  }
  #comments .ico-main > li {
    padding: 4px;
    margin-bottom: 10px;
  }
  #ico_load_more {
    margin: 20px auto;

    width: 80px;
    height: 42px;
    border-radius: 9px;
  }

  #comments #allComment {
    display: none;
  }

  #comments #yourComment {
    display: block;
  }

  #comments .ico-send .ico-section-send {
    position: relative;
    top: 0;
  }

  #comments .ico-send .description > img {
    width: 35px;
  }

  #comments .ico-send .description > p {
  }

  #comments .ico-header img {
    width: 35px;
  }

  #comments .ico-header p {
  }

  #comments .ico-header span.h-line {
    height: 30px;
  }

  #comments .ico-comments .ico-main-content {
    flex-direction: column;
  }

  #comments .ico-comments .ico-main-content .ico-data {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  #comments .ico-comments .ico-main-content .ico-msg {
    width: 100%;
  }

  #comments .ico-comments .ico-main-content .ico-labelMsg {
    margin-bottom: 32px;
  }

  #comments .ico-comments .ico-main-content .ico-labelMsg img {
    width: 20px;
  }

  #comments .ico-comments .ico-main-content .ico-txt {
    margin-top: 21px;
  }

  #comments .ico-comments .ico-main-content .ico-children {
    margin-right: 10px;
  }

  #comments .ico-comments .ico-main-content .ico-children .ico-who {
  }

  #comments .ico-comments .ico-main-content .ico-children .answer img {
    width: 18px;
  }

  .modal-write-comment {
    top: 45px;
    width: 96%;
    margin-top: 0;
  }

  .modal-write-comment .title img {
    width: 35px;
  }

  .modal-write-comment .btnSend button.ico-cancel {
  }

  .modal-write-comment .btnSend button.ico-done {
  }

  .modal-write-comment .btnSend button.ico-done.timer {
  }

  #comments.no-comment .ico-no-comment p {
  }

  #comments.no-comment .ico-header {
    opacity: 0;
  }

  #comments .ico-comments .ico-main-content .ico-moms {
    flex-direction: column;
  }

  #comments .ico-comments .ico-main-content .ico-moms .ico-data {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  #comments .ico-comments .ico-main-content .ico-moms .ico-msg {
    width: 100%;
  }

  #comments .ico-comments .ico-main-content .ico-labelMsg {
    margin-bottom: 11px;
  }

  #comments .ico-comments .ico-main-content .ico-childs .ico-data {
    display: none;
  }

  #comments .ico-comments .ico-main-content .ico-childs .main-div-data-child {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
  }

  #comments .ico-main > li > ul.ico-children {
  }

  #comments .answer img {
    width: 20px;
  }

  #comments .ico-moms .ico-data .ico-labelMsg {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 0;
  }

  #comments .ico-moms .ico-data .ico-labelMsg > div {
    margin-right: 24px;
  }

  #comments .ico-moms .ico-data .ico-date {
    display: none;
  }

  #comments .ico-moms .ico-msg .ico-date {
    display: block;
  }

  #comments .ico-moms .ico-msg .ico-labelMsg {
    display: none;
  }
}

@media screen and (max-width: 576px) {
 
  #comments .ico-comments .ico-main-content .ico-who > p > a {
    direction: ltr !important;

    height: 31px;
    display: block;
  }

  #comments .ico-comments .ico-main-content .ico-txt a {
    direction: ltr !important;

    height: 31px;
    display: block;
  }

  .modal-write-comment .img-append {
    width: 100%;
  }

  .modal-write-comment .img-append .ico_image_temprory img {
    height: 80px;
    max-width: 120px;
    position: relative;
    border-radius: 5px;
  }

  .modal-write-comment .img-append .ico_image_temprory span {
    width: 20px;
    height: 20px;
  }

  .emoji_icoder_desktop {
    margin: 0 4px !important;
    width: 15px !important;
  }

  #comments #allComment {
    display: block;
  }

  #comments #yourComment {
    display: none;
  }

  #comments.no-comment {
    height: 425px;
  }

  #comments .ico-header img {
    width: 40px;
    margin-left: 7px;
    float: right;
  }

  #comments .ico-header p {
    float: revert;
    width: auto;
  }

  #comments .ico-main {
    margin: 0 6px;
    margin: 10px 0;
  }

  #comments .ico-comments .ico-main-content .ico-data .ico-date {
    display: block;
    margin-top: 13px;
    text-align: center;
    margin-bottom: 12px;
  }

  #comments .ico-comments .ico-main-content .ico-labelMsg img {
    width: 12pt;
    margin-top: 3px;
    margin-left: 6px;
  }

  #comments .ico-comments .ico-main-content .ico-txt {
    line-height: 27px;
    margin-top: 5px;
  }

  #comments .ico-comments .ico-main-content .ico-children {
    margin-right: 5px;
  }

  #comments .ico-comments .ico-main-content .ico-children > .ico-who-answer {
    flex-direction: column;
    align-items: start;
  }

  #comments .ico-comments .ico-main-content .ico-children .ico-who > p {
    margin-right: 8px;
  }

  #comments .ico-send {
    margin: 0;
  }

  #comments .ico-send .ico-section-send {
    height: 276px;
  }

  #comments .ico-send .header-send {
    height: 40px;
    margin-bottom: 17px;
  }

  #comments .ico-send .description > img {
    width: 24px;
    margin-left: 9px;
  }

  #comments .ico-send .txt {
    margin-top: 18px;
  }

  .modal-write-comment {
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 0;

    display: none;
    flex-direction: column;
    justify-content: start;
    transform: translateY(0px);
  }

  .modal-write-comment .title img {
    width: 24px;
    margin-left: 7px;
  }

  .modal-write-comment .inputs {
    flex-direction: column;
  }

  .modal-write-comment .inputs > div {
    width: 100%;
    margin-bottom: 13px;
  }

  .modal-write-comment .inputs .mobile {
    margin-bottom: 0;
  }

  .modal-write-comment .labels {
    flex-wrap: wrap;
  }

  .modal-write-comment .labels .item-label img {
    width: 20px;
  }

  .modal-write-comment .labels .item-label span {
  }

  .modal-write-comment .labels .item-label.tick {
    width: 49%;
    margin-left: 3px;
  }

  .modal-write-comment .labels .item-label.notTick {
    width: 49%;
  }

  .modal-write-comment .labels .item-label.question {
    width: 49%;
    margin-left: 3px;
    margin-top: 5px;
  }

  .modal-write-comment .labels .item-label.noting {
    width: 49%;
    margin-top: 5px;
  }

  .modal-write-comment .txt textarea {
    height: 200px;
  }

  .modal-write-comment .btnSend button {
    letter-spacing: 0;
  }

  #comments.no-comment .ico-no-comment {
    height: 100px;
  }

  #comments.no-comment .ico-no-comment p {
    margin: 0;
  }

  #comments .ico-comments .ico-main-content .ico-moms .ico-data {
  }

  #comments .ico-comments .ico-main-content .ico-moms .ico-msg {
  }

  #comments .ico-comments .ico-main-content .ico-childs .ico-who-answer {
    margin-right: 0;
  }

  #comments .ico-score .like {
    margin-left: 5px;
  }

  #comments .ico-comments .ico-children .ico-main-content {
  }

  #comments .ico-main ul.ico-children {
  }

  #comments .answer img {
    width: 16px;
  }

  #comments .ico-moms .ico-data .ico-labelMsg {
    display: block;
    margin-bottom: 0;
  }

  #comments .ico-moms .ico-msg .ico-labelMsg {
    display: none;
  }

  .modal-write-comment.noLogin {
    width: 93%;
    border-radius: 8px;
  }

  .modal-write-comment .no-login p {
    margin-top: 20px;
  }

  .modal-write-comment .btn-login {
    margin-top: 15px;
  }
  #comments .ico-score .like p {
    margin-bottom: 3px;
  }

  #comments .ico-score .dislike p {
    margin-bottom: 3px;
  }

  #comments .ico-moms .ico-data .ico-labelMsg > div {
    margin-bottom: 5px;
    display: flex;
    justify-content: end;
    align-items: center;
  }

  #comments .ico-moms .ico-msg .ico-date {
    display: none;
  }

  #comments .all-btn-comment .ico-picture-attachment {
    width: 25px;
  }

  #comments .btn-comment a img {
    width: 20px;
  }

  .modal-write-comment .ico-upload-img {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  .modal-write-comment .ico-upload-img .add-img {
    height: 42px;
  }

  .modal-write-comment .ico-upload-img .add-img img {
    width: 20px;
  }

  .modal-write-comment .ico-upload-img .alert-file-status p {
    margin-right: 0px;
    margin-top: 5px;
  }

  .modal-write-comment .ico-upload-img .img-append {
    margin-right: 0;
    margin-top: 5px;
  }

  /*for website chartical*/
  #elementor-popup-modal-79522 {
    display: none !important;
  }

  #comments .ico-send .question-icon {
    width: 248px;
    top: 20px;
  }

  #comments .ico-send .txt > p:first-child {
    margin-bottom: 9px;
  }
}

* {
  font-family: "iransans" !important;
}
pre.dev {
  direction: ltr;
  position: fixed;
  top: 10px;
  background: #202020;
  color: #fff;
  padding: 19px;
  left: 10px;
  font-size: 16px;
  max-width: 500px;
  text-wrap: wrap;
  overflow-y: auto;
  max-height: 98vh;
  z-index: 100;
}

.svg {
  width: 48px;
  height: 48px;
  fill: #1a1a1a;
  padding: 4px;
  background: #ddd;
  border-radius: 5px;
  opacity: 0.9;
  cursor: copy;
  position: relative;
}
.svg:hover {
  opacity: 1;
}
.svg::before {
  content: "Remove";
  position: absolute;
  width: 14px;
  height: 14px;
  background: red;
  top: 0;
  right: 0;
  color: white;
  font-size: 12px;
  padding: 2px;
  border-radius: 3px;
}
strong {
  color: #ff4100;
  font-size: 17px;
  padding: 0 4px;
}
a {
  text-decoration: none;
}

.content-article p {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 37px;
}
.content-article h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 70px;
}
.content-article h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 65px;
}
.content-article h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
}
.content-article ul {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin: 30px 0;
}
.content-article ul li {
  padding: 10px 18px;
  background: #531bba0f;
  border-radius: 5px;
      line-height: 30px;
}
.content-article video {
  width: 100%;
  border-radius: 5px;
  margin: 21px 0;
  max-width: 1200px;
}
.content-article audio {
  width: 100%;
  border-radius: 5px;
  margin: 21px 0;
  max-width: 1200px;
  border: 1px solid #ddd;
  border-radius: 27px;
  overflow: hidden;
}
.content-article img {
  border-radius: 10px;
  width: auto;
  max-width: 1200px;
  height: auto;
  margin: 0;
  border: 1px solid #ddd;
  overflow: hidden;
}
.emoji {
  width: 16px !important;
}
.content-article object {
  width: 100% !important;
  height: 700px !important;
  margin: 20px auto;
  border: 1px solid #8b8b8b;
  border-radius: 8px;
  overflow: hidden !important;
  max-width: 1200px;
}
.content-article a {
  color: blue;
  border-bottom: 1px solid blue;
  font-weight: bold;
  padding: 4px 2px 0px 2px;
  margin: 0 9px;
  transition: all 100ms linear;
}
.content-article a:hover {
  background: blue;
  border-radius: 4px;
  color: #fff;
}

blockquote {
  font-style: italic !important;
  font-weight: bold !important;
  font-size: 30px !important;
  color: #000 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: relative !important;
  margin: 30px 0 !important;
  padding: 33px 32px !important;
}
blockquote * {
  text-align: center !important;
  width: 100%;
}
blockquote::before {
  content: url("../img/qoute-1.png");
  display: block;
  position: absolute;
  top: -13px;
  opacity: 0.5;
  right: -2px;
}
blockquote::after {
  content: url("../img/qoute-1.png");
  position: absolute;
  bottom: -13px;
  opacity: 0.5;
  left: -2px;
  display: block;
  transform: rotate(180deg);
}
figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px 0;
}
figure img {
  border-radius: 4px;
  height: autp;
  width: 100%;
}
.about-us img {
  border-radius: 4px;
  max-height: 400px;
  width: 240px !important;
  border: 5px solid #001fb5;
  padding: 5px;
  border-radius: 8px;
}
.wp-block-file a {
  background: blue;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: normal;
}
@media screen and (max-width: 756px) {
  .about-us img {
    border: 2px solid #001fb5;
  }
  .content-article p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 35px;
  }
  .content-article ul {
    margin: 10px 0;
  }
  strong {
    font-size: 15px;
  }
  .content-article h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 64px;
  }
  .content-article h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
  }
  .content-article h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 55px;
  }
  figure {
    margin: 10px;
  }
   
  .content-article img {
    border-radius: 4px;
    height: auto !important;
    width: 100% ;
    margin: 0;
    border-radius: 5px;
  }
  .emoji {
  width: 14px ;
  }
  .content-article video {
    margin: 0;
    width: 100%;
  }
  .content-article audio {
    width: 100%;
    margin: 20px 0;
    box-shadow: -1px 3px 50px 0px rgb(0 0 0 / 11%);
  }
  .content-article object {
    width: 100% !important;
    margin: 10px 0;
  }
}

/* Login And Register */
#icoder_module_login {
  max-width: 530px;
}

#icoder_module_login form {
  position: relative;
}

#icoder_module_login .ico-submit {
  margin: 15px auto 60px;
  min-width: 100px;
}

#icoder_module_login input::placeholder {
  font-size: 10pt;
}

#icoder_module_login .icf-remember-me {
  flex-direction: row;
  justify-content: end;
  direction: ltr;
  align-items: center;
  gap: 5px;
}

#icoder_module_login [data-tabname="login"] [data-tabname="reset_password"] {
  position: absolute;
  bottom: 5px;
  left: -23px;
  color: blue;
  cursor: pointer;
}

@media screen and (min-width: 840px) {
  #icoder_module_login .ico-submit {
    min-width: 200px;
  }
}

/* component btn start */

.icoder-cmp-btn {
  background: #ffffff !important;
  text-align: center !important;
  padding: 4px 16px !important;
  width: fit-content !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  border: 1px solid #d1d1d1 !important;
  line-height: 30px !important;
  color: #000 !important;
  transition: all 300ms;
}

.icoder-cmp-btn[data-action=""]:hover,
.icoder-cmp-btn[data-action=""].select {
  background: #1100ff !important;
  color: #fff !important;
}

.icoder-cmp-btn[data-action="success"]:hover,
.icoder-cmp-btn[data-action="success"].select {
  background: #05ff7e !important;
  border: 1px solid #04b158 !important;
}

.icoder-cmp-btn[data-action="warning"]:hover,
.icoder-cmp-btn[data-action="warning"].select {
  background: #fff705 !important;
  border: 1px solid #b19504 !important;
}

.icoder-cmp-btn[data-action="danger"]:hover,
.icoder-cmp-btn[data-action="danger"].select {
  background: #ff3434 !important;
  border: 1px solid #ff0000 !important;
  color: #fff !important;
}

.icoder-cmp-btn[data-action="info"]:hover,
.icoder-cmp-btn[data-action="info"].select {
  background: #05daff !important;
  border: 1px solid #04b19b !important;
}

.icoder-cmp-btn[data-action="info"]:hover,
.icoder-cmp-btn[data-action="info"].select {
  background: #05daff !important;
  border: 1px solid #04b19b !important;
}

/* component btn end */
/* component tab start */

.icoder-cmp-tab {
  width: 94%;
  margin: auto;
  direction: rtl;
}

.icoder-cmp-tab .icoder-cmp-tab-menu {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  padding: 10px 30px 20px 30px;
  border-radius: 8px 8px 0 0;
  width: 100%;
  justify-content: space-around;
  border-bottom: 1px solid #ddd;
  overflow-x: auto;
}

.icoder-cmp-tab .icoder-cmp-tab-menu .icoder-cmp-tab-item {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
  transition: all 100ms;
  margin-top: 20px;
  text-wrap: nowrap;
}

.icoder-cmp-tab .icoder-cmp-tab-menu .icoder-cmp-tab-item[data-type="submit"] {
  margin-top: 20px;
  margin-bottom: 10px;
}

.icoder-cmp-tab .icoder-cmp-tab-menu .icoder-cmp-tab-item:hover,
.icoder-cmp-tab .icoder-cmp-tab-menu .icoder-cmp-tab-item.select {
  border-bottom: 2px solid #0066ff;
}

.icoder-cmp-tab .icoder-cmp-tab-page {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;

  padding: 10px 30px;
  border-radius: 0 0 8px 8px;
  width: 100%;
  justify-content: space-around;
  border-bottom: 1px solid #ddd;

  overflow-y: auto;
}

.icoder-cmp-tab .icoder-cmp-tab-page .icoder-cmp-tab-item {
  display: none;
  width: 100%;
  align-items: start;
}

.icoder-cmp-tab .icoder-cmp-tab-page .icoder-cmp-tab-item.select {
  display: flex;
}

.icoder-cmp-tab[data-action="vertical"] {
  flex-direction: row;
  height: 100%;
  justify-content: start;
  align-items: start;
  gap: 10px;
}

.icoder-cmp-tab[data-action="vertical"] .icoder-cmp-tab-menu {
  width: auto;
  flex-direction: column;
  height: 100%;
  align-items: start;
  justify-content: start;
  overflow-y: auto;
  direction: ltr;
  border: 1px solid #494949;
  border-right: unset;
  gap: 20px;
  padding: 10px 20px;
}

.icoder-cmp-tab[data-action="vertical"]
  .icoder-cmp-tab-menu
  .icoder-cmp-tab-item {
  text-wrap: wrap;
  direction: rtl;
  text-align: center;
}

.icoder-cmp-tab[data-action="vertical"] .icoder-cmp-tab-page {
  height: 100%;
  margin: 0;
  border: 1px solid #515151;
  align-items: start;
  background: #f5f7fa;
  overflow-y: auto;
}

/* component tab end */

/* component form start */
.icoder-cmp-form {
  width: calc(100% - 20px);
  display: flex;
  align-items: start;
  direction: rtl;
  gap: 15px;
  justify-content: start;
  flex-direction: column;
  padding: 10px;
}

.icoder-cmp-form .icf-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: start;
  width: 100%;
}

.icoder-cmp-form .icf-row label {
  color: #1a1a1a;
  line-height: 20px;
}

.icoder-cmp-form .icf-row input {
  width: 100%;
  margin: 0 5px;
  border: 1px solid #cccccc;
  background: #fdfdfd;
  height: 30px;
  border-radius: 5px;
  padding: 0 10px;
  text-align: right;
}

.icoder-cmp-form .icf-row textarea {
  width: 100%;
  margin: 0 5px;
  border: 1px solid #cccccc;
  background: #fdfdfd;
  border-radius: 5px;
  text-align: right;
  min-height: 80px;
  padding: 10px;
}

.icoder-cmp-form .icf-row input[type="radio"],
.icoder-cmp-form .icf-row input[type="checkbox"] {
  width: auto;
  height: auto;
  border: none !important;
  outline: none !important;
  min-width: 16px;
  min-height: 16px;
  cursor: pointer;
}

.icoder-cmp-form .icf-row input[type="range"] {
  border: none !important;
  outline: none !important;
  cursor: move;
}

.icoder-cmp-form .icf-row input[type="file"] {
  padding-top: 9px;
}

.icoder-cmp-form .icf-row input[type="color"] {
  width: auto;
  min-width: 100px;
  cursor: pointer;
}

.icoder-cmp-form .icf-row input:focus,
.icoder-cmp-form .icf-row textarea:focus {
  background: #e7f2fe;
  outline: 1px solid rgb(0, 81, 255);
}

.icoder-cmp-form .icf-row[data-action="danger"] input,
.icoder-cmp-form .icf-row[data-action="danger"] textarea {
  outline: 1px solid red;
  background: #fff3f3;
}

.icoder-cmp-form .icf-row[data-action="success"] input,
.icoder-cmp-form .icf-row[data-action="success"] textarea {
  outline: 1px solid #0fbc00;
  background: #f5fff3;
}

.icoder-cmp-form .icf-row[data-action="warning"] input,
.icoder-cmp-form .icf-row[data-action="warning"] textarea {
  outline: 1px solid #ffeb00;
  background: #fffce7;
}

.icoder-cmp-form .icf-row[data-action="select"] input,
.icoder-cmp-form .icf-row[data-action="select"] textarea {
  outline: 1px solid #ffeb00;
  background: #fffce7;
}

@media screen and (min-width: 840px) {
  .icoder-cmp-form .icf-row textarea,
  .icoder-cmp-form .icf-row input {
    width: 60%;
  }
}

/* component form end */
