a#action-single {
  all: inherit;
  width: fit-content;
  cursor: pointer;
  display: flex;
  box-sizing: border-box;
  padding: 18px 15px 3px 15px;
  color: #fff;
  line-height: 20px;
  align-items: flex-start;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  flex-direction: row-reverse;
  background-color: transparent;
  background-image: linear-gradient(200deg, #434345 33%, var( --e-global-color-text ) 100%);
  border-radius: 14px 14px 14px 14px;
  box-shadow: 0px 10px 21px -11px rgb(42 32 24 / 37%);
  width: 100%;
  text-align: center;
  justify-content: center;
}

a#action-single svg {
  margin-left: 10px;
  width: 19px;
}


/* comments */

ol.comment-list {
  margin-bottom: 50px !important;
}
h2#reply-title {
  font-size: 19px;
  font-weight: 700;
}
p.logged-in-as {
  display: none;
}
article#div-comment-2 {
  border: 0 !important;
}
#comments .comment .comment-body,
#comments .pingback .comment-body {
  border: 0 !important;
}
.comment {
  background: #f0f2f5;
  margin-bottom: 15px;
  padding: 0px 25px 0px 25px;
  border-radius: 13px;
}
body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar {
  margin-right: 24px;
  border-radius: 12px;
}
span.says {
  display: none;
}
.comment-metadata {
  background: white;
  padding: 9px 10px 6px 10px;
  border-radius: 7px;
  margin: -6px;
}
.comment-content {
  font-size: 16px;
  line-height: 25px;
  margin-top: 8px;
}
a.comment-reply-link {
  background: #a1a6ad;
  color: #fff !important;
  padding: 7px 11px;
  margin-top: 8px !important;
  display: block;
  width: fit-content;
  border-radius: 7px;
}
a.comment-reply-link {
  background: #a1a6ad;
  color: #fff !important;
  padding: 7px 11px;
  margin-top: 8px !important;
  display: block;
  width: fit-content;
  border-radius: 7px;
  position: absolute;
  top: 74px;
  right: 22px;
}
#comments ol.comment-list .children:before {
  font-size: 29px;
  opacity: 0.2;
}
b.fn {
  font-weight: 300 !important;
}
b.fn {
  font-weight: 300 !important;
}
a#cancel-comment-reply-link {
  position: absolute;
  left: 32px;
  color: #fb4e4e;
  font-size: 13px;
  background: #ff00000f;
  padding: 8px 15px;
  border-radius: 10px;
}
div#respond {
  margin-top: 23px;
  padding-bottom: 11px;
}

@media screen and (max-width: 767px) {
  .comment {
    padding: 0;
  }
  body.rtl #comments .comment .comment-body,
  body.rtl #comments .pingback .comment-body {
    padding: 17px;
  }
  body.rtl #comments .comment .avatar,
  body.rtl #comments .pingback .avatar {
    margin: 0;
  }
  b.fn {
    padding: 11px;
  }
  .comment-metadata {
    height: 26px;
  }
  a.comment-reply-link {
    top: 40px;
    right: 82%;
  }
}
.ch_podcast_action_box.not_Permission {
  opacity: 0.6;
  cursor: not-allowed;
}
.ch_href_podcast {
  cursor: not-allowed;
}
div#podcast_not_ex {
  color: #424242;
  background: #f3f3f3;
  padding: 15px;
  border-right: 3px solid #5c5c5c;
  margin-top: 17px;
}
.karma-by-kadar__simple-player.karma-by-kadar__simple-player--cyan.karma-by-kadar__simple-player--rtl {
  margin-bottom: 22px;
  margin-top: 34px;
}
.karma-by-kadar__simple-player.karma-by-kadar__simple-player--cyan.karma-by-kadar__simple-player--rtl *:not(i) {
  font-family: 'Dana';
  user-select: none;
}