.best-answer {
  background: #f1fdf3;
  padding: 30px 40px 30px 30px;
  margin-top: 10px;
  border-radius: 6px;
}


.forum-post-top {
  display: flex;
}


a {
  color: #28B463;
  text-decoration: none;
}

a:hover {
  color: #ffc732;
  text-decoration: none;
}

.forum-post-top .author-avatar img {
  border-radius: 50%;
  margin-right: 15px;
}
img {
  vertical-align: middle;
  border-style: none;
}


.forum-post-top .forum-post-author .author-name {
  font-size: 16px;
  font-weight: 500;
  color: #1d2746;
}


.forum-post-top .forum-post-author .forum-author-meta {
  display: flex;
}


.forum-post-top .forum-post-author .forum-author-meta .author-badge:first-child {
  margin-right: 20px;
}


.forum-post-top .forum-post-author .forum-author-meta .author-badge svg {
  margin-top: -5px;
  margin-right: 5px;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}

.forum-post-top .forum-post-author .forum-author-meta span, .forum-post-top .forum-post-author .forum-author-meta a {
  color: #838793;
  font-size: 14px;
}

.forum-post-top .forum-post-author .forum-author-meta .author-badge i {
  margin-right: 5px;
  color: #838793;
}


.icon_calendar::before {
  content: "\e023";
}

.best-answer .best-ans-content {
  margin-top: 30px;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}


.q-title {
  display: flex;
}

.best-answer .best-ans-content .question-icon {
  margin-top: 10px;
}
.question-icon {
  font-size: 50px;
  color: #1d2746;
  margin-right: 15px;
  font-weight: 600;
}

.q-title .badge {
  line-height: 1.4;
  margin-top: 5px;
}
.badge {
  font-size: 12px;
  background: #8152e0;
  padding: 2px 5px 0;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
  display: inline-block;
  line-height: 1.45;
  border-bottom: 1px solid #6030c0;
  vertical-align: middle;
  font-weight: 500;
  height: 22px;
}


.forum-post-content .forum-post-btm {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e8ecee;
  padding-bottom: 20px;
  padding-top: 30px;
}

.forum-post-content .forum-post-btm .taxonomy {
  font-size: 14px;
}

.icon_tags_alt::before {
  content: "\e018";
}

.forum-post-content .forum-post-btm .taxonomy a {
  color: #838793;
 
}

.forum-post-content .forum-post-btm .taxonomy a + a {
  padding-right: 2px;
}

.forum-post-content .forum-post-btm .taxonomy a + a {
  padding-right: 2px;
}



.forum-post-content .forum-post-btm .taxonomy i, .forum-post-content .forum-post-btm .taxonomy img {
  margin-right: 10px;
}

.action-button-container.action-btns {
  justify-content: flex-start;
  margin-top: 30px;
}

.action-button-container {
  display: flex;
  justify-content: flex-end;
}


.action-button-container.action-btns .action_btn {
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  font-weight: 400;
}
.action-button-container .reply-btn {
  margin-right: 10px;
}
.action-button-container .ask-btn {
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 28px;
  margin-top: 2px;
}
.action_btn {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  box-shadow: 0 20px 30px 0 rgba(12, 118, 142, 0.24);
  border-radius: 4px;
  background: #10b3d6;
  display: inline-block;
  padding: 14px 28px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.18s ease-in-out;
}

.bb-radius {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.06);
}

.comment-box {
  color: #333;
  display: block;
  line-height: 24px;
  margin-top: 18px;
  position: relative;
  width: 100%;
}

.comment-box .comment-head {
  line-height: normal;
  margin-bottom: 4px;
  margin-right: 190px;
}

.comment-list {
  position: relative;
  margin-bottom: 25px;
}

.comment-image {
  position: absolute;
  left: 0;
  top: 0;
}

.comment-image img {
  max-width: 70px;
}
.rounded-circle {
  border-radius: 50% !important;
}

 .comment-info {
  padding-left: 85px;
}

.comment-info h3 {
  font-size: var(--font-size);
  margin-bottom: 0;
}



.comment-info span {
  color: var(--paragraph-color);
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 13px;
}

 .comment-info p {
  margin-bottom: 0;
  font-size: 13px;
}

 .comment-react {
  padding: 0;
  margin-bottom: 0;
  margin-top: 12px;
}

.comment-react li .like {
  color: var(--main-color);
}

 .comment-react li a {
  color: var(--paragraph-color);
}


 .post-body p {
  margin-bottom: 20px;
  font-size: 14px;
}

 .post-meta-wrap {
  margin-top: 25px;
  padding: 15px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
}

.align-items-center {
  align-items: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.d-flex {
  display: flex !important;
}

  .post-react {
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
  .post-meta-wrap li {
  list-style-type: none;
}


 .fas {
  font-size: 9px;
  color: #ffffff;
  background-color: #d8232a;
  border-radius: 50%; 
  display: inline-flex; 
  justify-content: center; 
  align-items: center;
  width: 20px; 
  height: 20px; 
  text-align: center; 
  line-height: 1; 
}


.card{
  transition:0.5s;
  cursor:pointer;
}
.card-title{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
}
.card-title i{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
  color:#ffa710
}
.card-title i:hover{
  transform: scale(1.25) rotate(100deg); 
  color:#18d4ca;
  
}
.card:hover{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}
.card-text{
  text-size: 13px; 
}

.card::before, .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.card::before {
  transform-origin: left top;
}
.card::after {
  transform-origin: right bottom;
}
.card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
  transform: scale3d(1, 1, 1);
}





















