.question-container {
  padding: 20px;
  width: 100%;
}
.left-portion.desktop {
  width: 8%;
}
.right-portion.desktop {
  width: 88%;
}
.left-portion.mobile {
  width: 12%;
}
.right-portion.mobile {
  width: 84%;
}
.question-heading {
  line-height: 1.5;
}
.question-default-avtar {

}
.question-detail {
  color: #888;
  margin-bottom: 5px;
}
.question-description p {
  margin: 0px;
  margin-bottom: 10px;
}
.question-description {
}
.tag-container {

}
.tag-container a {
  color: #999;
  padding: 6px 10px;
  font-size: 16px;
  transition: border 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  margin-top: 10px;
  display: flex;
}
.tag-container a:hover {
  border: 1px solid #555;
  transition: border 0.3s ease;
}
.vote-button,
.sort-link {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  background: none;
  border: none;
}
.vote-button:hover, 
.vote-button.active,
.sort-link.active,
.sort-link:hover {
  filter: grayscale(0%);
  transition: filter 0.3s ease;
}
.question-answer-stats {
  padding: 10px 20px;
}
.border-bottom-e3 {
  border-bottom: 1px solid #e1e3e3;
}

.answer-internal, .versionContainer {
  padding: 20px;
}
.horizontal-seperate {
  padding: 0 15px 0 0;
}
.report-container {
  margin-left: 10px;
  color: #999;
  background: none;
  border: none;
}

.answer-title {
  margin-bottom: 5px;
}
.community-badge {
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0px 12px;
}
.doctor-badge {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}
.mother-badge {
  background-color: #fff7e6;
  border: 1px solid #ffd591;
}
.admin-badge {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}
.ai-badge {
  background-color: #ccc;
  border: 1px solid #373534;
}
.answer-content h2 {
  font-size: 18px;
  color: #373534;
  margin-bottom: 10px;
}
.answer-content h3 {
  font-size: 16px;
  color: #373534;
  margin-bottom: 10px;
}
.answer-content p, 
.answer-content img, 
.answer-content, 
.answer-content ul,
.answer-content li {
  color: #666;
  margin-bottom: 10px;
}
.master-answer-link .master-question-heading {
  transition: color 0.3s ease;
}
.master-answer-link:hover .master-question-heading {
  color: #df6c92 !important;
  transition: color 0.3s ease;
}
.filter-embed img {
  filter: opacity(0.1);
}
.filter-embed h4 {
  filter: opacity(0.4);
  font-size: 20px;
}
.filter-embed p {
  filter: opacity(0.3);
  font-size: 18px;
}
.missing-container {
  margin-top: 80px;
}


.tab-container {
  list-style: none;
  padding: 5px;
  margin: auto;
  width: 100%;
  background: #f6f6f6;
}
.tab-internal {
  width: 25%;
}
.tab-internal > a {
  padding: 5px 10px;
  width: 100%;
  font-size: 16px;
  color: #000000;
  text-align: center;
}
.custom-horizonal-seperator {
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  width: 1px;
}
.tab-internal.active > a {
  background: #ffffff;
}

.profile-container {
  width: 100%;
  position: relative;
}

.cover-photo {
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cover-photo.bg-active {
  background-color: #b22e5b;
}
.cover-photo.desktop {
  height: 250px !important;
}
.cover-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-info {
  position: relative;
  margin-top: -65px;
}
.profile-details {
  padding: 20px 10px;
}

.profile-photo {
  width: 100px;
  height: 100px;
  border: 5px solid white;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 20px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bio {
  margin: 10px 0px;
  width: 100%;
  text-align: justify;
}

.question-description > *:last-child {
  margin-bottom: 0 !important;
}

#answers .answer-internal:last-child, .versionContainer:last-child {
  border-bottom: none !important;
}
.brand-button {
  background-color: #b22e5b;
  border: none;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: flex;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.brand-button:hover,
.brand-button:focus {
  background-color: #df6c92;
  transition: background-color 0.3s ease;
  outline: none;
}
.question-stats-container.mobile {
  width: 100%;
}
.question-stats-container.desktop {
  width: 60%;
}
.question-stats-container {
  padding: 10px 20px;
}
.question-stats-container > div {
  width: calc(100%/3);
}
.tag-slider {
  width: 100%;
  overflow: scroll;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.tag-inner {
  display: inline-block !important;
  margin-top: 0px !important;
  white-space: break-spaces;
}

.answer-button {
  background-color: #b22e5b;
  color: #ffffff;
  border: none;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  font-weight: 500;
  height: 44px;
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.answer-button:hover {
  background-color: #df6c92;
}
.answer-button-container-top {
  padding: 20px;
}
.anon-selector {
  width: 30%;
}

trix-toolbar button[data-trix-action="attachFiles"],
trix-toolbar button[data-trix-attribute="heading1"],
trix-toolbar button[data-trix-attribute="href"],
trix-toolbar button[data-trix-attribute="strike"],
trix-toolbar button[data-trix-attribute="quote"],
trix-toolbar button[data-trix-attribute="code"] {
  display: none !important;
}

trix-toolbar {
  margin-bottom: 10px;
}
trix-editor {
  min-height: 10em !important;
}
trix-toolbar .trix-button-group {
  margin-bottom: 0px;
}
trix-toolbar .trix-button--icon {
  height: auto !important;
}
.trix-mobile trix-editor {
  border: none;
}
.trix-desktop trix-editor {
border: none;
}
trix-toolbar span {
  border: none !important;
}
trix-toolbar .trix-button {
  border-bottom: none !important;
}
.trix-mobile trix-toolbar {
  display: none !important;
}

.checkbox-wrapper-30 .checkbox {
  --bg: #fff;
  --brdr: #999999;
  --brdr-actv: #666666;
  --dur: calc((var(--size, 2)/2) * 0.6s);
  display: inline-block;
  width: calc(var(--size, 1) * 22px);
  position: relative;
}

.checkbox-wrapper-30 .checkbox:after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
.checkbox-wrapper-30 .checkbox > * {
  position: absolute;
}
.checkbox-wrapper-30 .checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background-color: var(--bg);
  border-radius: calc(var(--size, 1) * 4px);
  border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
  color: var(--newBrdrClr, var(--brdr));
  outline: none;
  margin: 0;
  padding: 0;
  transition: all calc(var(--dur) / 3) linear;
}
.checkbox-wrapper-30 .checkbox input:hover,
.checkbox-wrapper-30 .checkbox input:checked {
  --newBrdr: calc(var(--size, 1) * 2);
}
.checkbox-wrapper-30 .checkbox input:hover {
  --newBrdrClr: var(--brdr-actv);
}
.checkbox-wrapper-30 .checkbox input:checked {
  --newBrdrClr: var(--brdr-actv);
  transition-delay: calc(var(--dur) /1.3);
}
.checkbox-wrapper-30 .checkbox input:checked + svg {
  --dashArray: 16 93;
  --dashOffset: 109;
}
.checkbox-wrapper-30 svg {
  display: none;
}
.checkbox-wrapper-30 .checkbox svg {
  fill: none;
  left: 0;
  pointer-events: none;
  stroke: var(--stroke, var(--border-active));
  stroke-dasharray: var(--dashArray, 93);
  stroke-dashoffset: var(--dashOffset, 94);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  top: 0;
  transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur);
}
.checkbox-wrapper-30 .checkbox svg,
.checkbox-wrapper-30 .checkbox input {
  display: block;
  height: 100%;
  width: 100%;
}
.color-anon-lable {
  color: #999999;
  transition: color 0.3s ease;
}
.color-anon-lable:hover {
  color: #666666;
  transition: color 0.3s ease;
}

.featured-image.mobile {
  width: 100%;
  height: auto;
}

.default-stats.mobile {
  text-align: center;
}
.default-stats.desktop > .d-stats-inner {
  display: flex;
  align-items: center;
}
.default-stats.mobile > .d-stats-inner {
  width: 50%;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.communityIndexsidebar {
  display: flex;
}

.communityIndexsidebar.mobile {
  width: 25%;
}
.communityIndexsidebar:last-child {
  border-bottom: none;
}
.communityIndexsidebar a {
  transition: color 0.3s ease;
}
.communityIndexsidebar .active {
  color: #ffffff;
  background: #b22e5b;
}
.communityIndexsidebar:hover a {
  color: #b22e5b;
  transition: color 0.3s ease;
}
.communityIndexsidebar:hover .active {
  color: #ffffff;
}

.profile-photo-container {
  position: relative;
}
.question_profilePhoto.user_0 {
  margin-left: 0px !important;
  z-index: 100;
}
.question_profilePhoto.user_1 {
  z-index: 99;
}
.question_profilePhoto.user_2 {
  z-index: 98;
}
  .question_profilePhoto.user_3 {
  z-index: 97;
}
  .question_profilePhoto.user_4 {
  z-index: 96;
}
.sidebar-question:hover > span {
  color: #df6c92;
}
.question_profilePhoto {
  border-radius: 50%;
  position: relative;
  margin-left: -10px;
  padding: 4px;
}
.questionFormcontainer {
  padding: 20px;
}
.questionFormcontainer .left.desktop {
  width: 40%;
}
.questionFormcontainer .left.mobile {
  margin-bottom: 30px;
}
.questionFormcontainer .right.desktop {
  width: 50%;
}
.questionFormcontainer .right {
  width: 100%;
}
.question-input-field {
  padding: 10px;
  font-size: inherit;
}
.input-field.question-trix {
  min-height: 10em;
}
.before-login-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-bottom: 30px !important;
}
.answered-message {
  padding: 20px 20px;
  padding-top: 0px;
  padding-left: 0px;
}

  .premium-banner {
    padding: 20px;
    position: relative;
  }
  .premium_bannerContainer {
    margin: 20px 0px;
    margin-top: 10px;
    width: 100%;
    border: none;
    outline: none;
  }
  .premiumText {
    text-align: center;
  }
  .premium-banner::before {
    content: "PREMIUM";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #C99A00;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
  }
  .premium-button {
    width: 60%;
    background: #1c1c1d;
    padding: 10px 15px;
    font-weight: 500;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
    color: #ffffff;
    margin: auto;
  }

  .premium_bannerContainer:hover .premium-button {
    background: #0d0d0d;
  }
  .trix-content {
    text-align: justify;
  }
  .get-verified {
    padding: 5px 16px;
    border: 1px dashed #e6e6e6;
    border-radius: 25px 25px;
    font-size: 13px;
  }