section.landing .forum-banner-wrapper {
  width: 100%;
  height: 30dvh;
  min-height: 18rem;
  max-height: 20rem;
  max-width: 1920px;
  margin: auto;
  position: absolute;
  z-index: -1;
}
@media screen and (width < 992px) {
  section.landing .forum-banner-wrapper {
    max-width: unset;
  }
}
section.landing .forum-banner {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (width < 576px) {
  section.landing .forum-banner {
    -o-object-position: 35%;
       object-position: 35%;
  }
}
section.landing .forum-banner-div {
  width: 100%;
  min-height: 300px;
  max-width: 1920px;
  margin: auto;
}
section.landing .forum-banner-text {
  height: 15rem;
  width: 100%;
  color: white;
  display: flex;
  font-size: clamp(2.16rem, 1.82rem + 1.68vw, 3.13rem);
  filter: drop-shadow(5px 5px 35px rgba(0, 0, 0, 0.5));
  flex-direction: column;
  justify-content: center;
  max-width: 400px;
}
section.landing .forum-banner-bar {
  background-color: white;
  box-shadow: 0px 8px 10px -2px rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  padding: clamp(0rem, 5vw, 2.5rem) clamp(0rem, 4vw, 4rem);
  color: gray;
}
section.landing .forum-banner-bar-inner {
  display: flex;
  align-items: center;
  gap: var(--space-m);
}
section.landing .forum-banner-bar-inner .OR-text {
  flex: 0 1 7.5%;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
@media screen and (width < 768px) {
  section.landing .forum-banner-bar-inner .OR-text {
    display: none;
  }
}
@media screen and (width < 768px) {
  section.landing .forum-banner-bar-inner {
    flex-wrap: wrap;
    row-gap: 1rem;
  }
}
section.landing .search-wrapper {
  flex: 1 1 100%;
  border: 2px solid #f9ba5d;
  border-radius: 0.25rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
section.landing .search-wrapper input {
  display: unset;
  box-sizing: unset;
  width: unset;
  padding: unset;
  border: unset;
  border-radius: unset;
  background-color: unset;
  box-shadow: unset;
  font-family: unset;
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  color: unset;
  transition: unset;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  height: unset;
  margin: unset;
  border: none;
  outline: none;
  padding: 0 0.75rem;
  flex-grow: 1;
}
section.landing .search-wrapper input:focus {
  border: none;
  outline: none;
}
section.landing .search-wrapper input::-moz-placeholder {
  color: inherit;
}
section.landing .search-wrapper input::placeholder {
  color: inherit;
}
section.landing .search-wrapper .search-btn {
  background-color: #f9ba5d;
  height: 100%;
  aspect-ratio: 1;
  color: white;
  padding: 0 0.75rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--step-2);
  transition: all 0.15s ease-in-out;
}
section.landing .search-wrapper .search-btn:hover {
  background-color: #eeac51;
}
section.landing .ask-a-doctor-button {
  color: white;
  background-color: #eeac51;
  background-color: #ed8b00;
  text-decoration: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  height: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  flex-basis: 40%;
  gap: 0.5rem;
  box-shadow: 0 0 20px 3px rgba(237, 139, 0, 0.75);
  transition: all 0.15s ease-in-out;
}
section.landing .ask-a-doctor-button img {
  height: 100%;
  max-height: 1.5rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(75deg) brightness(102%) contrast(101%);
}
@media screen and (width < 768px) {
  section.landing .ask-a-doctor-button {
    flex-basis: 100%;
  }
}
section.landing .ask-a-doctor-button:hover {
  background-color: #f8a023;
}
section.landing .category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
section.landing .category-item {
  display: flex;
  gap: 0.25rem;
  padding: 0.1rem 0.75rem;
  border-radius: 0.25rem;
  text-decoration: none;
  cursor: pointer;
  --category-text-color: #69afc5;
  --category-bg-color: #f0f7f9;
  color: var(--category-text-color);
  background-color: var(--category-bg-color);
  transition: all 0.15s ease-in-out;
}
section.landing .category-item .cat-count::before {
  content: "(";
}
section.landing .category-item .cat-count::after {
  content: ")";
}
section.landing .category-item:hover {
  transition: all 0.25s ease-in-out;
  box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.25);
}
section.landing .category-item.active {
  transition: all 0.25s ease-in-out;
  box-shadow: inset 0px 0px 8px -3px rgba(0, 0, 0, 0.25);
}
section.landing .forum-main {
  padding: var(--space-l) 0;
}
section.landing .question-list-detailed {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.landing .question-list-detailed .question-item {
  border: 1px solid lightgray;
  padding: var(--space-m);
  border-radius: 0.5rem;
  transition: all 0.25s ease-out;
}
section.landing .question-list-detailed .question-item:hover {
  box-shadow: 0 3px 9px -3px rgba(0, 0, 0, 0.25);
}
section.landing .question-list-detailed .question-item-left {
  text-align: center;
}
section.landing .question-list-detailed .question-item-left .profile-icon {
  background-color: #eeac51;
  width: calc(var(--step-3) * 2.5);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  color: white;
  font-size: var(--step-5);
}
section.landing .question-list-detailed .question-item-left .profile-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
section.landing .question-list-detailed .question-item-left .profile-name {
  font-weight: bold;
  text-align: center;
}
section.landing .question-list-detailed .question-item-left .question-date {
  text-align: center;
}
section.landing .question-list-detailed .question-item-left > * {
  font-size: var(--step--1);
}
section.landing .question-list-detailed .question-item:nth-child(2n) .profile-icon {
  background-color: #d27a79;
}
section.landing .question-list-detailed .question-item:nth-child(3n-1) .profile-icon {
  background-color: #58adc8;
}
section.landing .question-list-detailed .question-item:nth-child(5n-2) .profile-icon {
  background-color: #3d9597;
}
section.landing .question-list-detailed .answered-doctor {
  color: #3fbabd;
}
section.landing .question-list-detailed .readmore-button {
  display: flex;
  align-items: center;
  justify-content: end;
  height: calc(var(--step-1) * 2);
  flex-grow: 1;
  white-space: nowrap;
  margin-left: auto;
  color: #ef9a20;
  text-decoration: none;
  gap: 0.35rem;
  font-weight: bold;
  transition: all 0.17s ease-in-out;
}
section.landing .question-list-detailed .readmore-button::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 3px solid #ef9a20;
  border-right: 3px solid #ef9a20;
  transform: rotate(-45deg);
}
section.landing .question-list-detailed .readmore-button:hover {
  transform: translateX(0.15rem);
}
@media screen and (width >= 768px) {
  section.landing .question-list-detailed .question-item-middle {
    border-right: 1px solid lightgray;
    padding-right: 1.25rem;
  }
  section.landing .question-list-detailed .question-item-right {
    padding-left: 1rem;
  }
}
section.landing .question-list-detailed .category-item {
  font-size: var(--step--1);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.15rem 0.75rem;
}
section.landing .question-list-detailed .category-item .cat-count {
  display: none;
}
section.landing .answered-line {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
section.landing .answered-badge {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #66c8ca;
  border-radius: 0.25rem;
  padding: var(--space-3xs) var(--space-2xs);
  width: -moz-fit-content;
  width: fit-content;
  background-color: #e5f6f6;
  color: #438a8b;
}
section.landing .answered-badge img {
  width: var(--step-3);
}
section.landing h2.forum-header {
  color: #015670;
}
section.landing .question-list-brief {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
section.landing .question-list-brief .readmore-button::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #ed8b00;
}
section.landing .question-item {
  color: inherit;
  text-decoration: inherit;
}
section.landing .question-item .question-title {
  font-size: var(--step-1);
  color: #3f3f3f;
  font-weight: bold;
  margin-bottom: var(--space-3xs);
  text-decoration: none;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
section.landing .question-item .question-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
section.landing .question-item .readmore-button {
  display: flex;
  align-items: center;
  justify-content: end;
  height: calc(var(--step-1) * 2);
  flex-grow: 1;
  white-space: nowrap;
  margin-left: auto;
  color: #ef9a20;
  text-decoration: none;
  gap: 0.35rem;
  font-weight: bold;
  transition: all 0.17s ease-in-out;
}
section.landing .question-item .readmore-button::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 3px solid #ef9a20;
  border-right: 3px solid #ef9a20;
  transform: rotate(-45deg);
}
section.landing .question-item .readmore-button:hover {
  transform: translateX(0.15rem);
}
section.landing .question-detail-desc {
  max-width: 100%;
  overflow: auto;
}
section.landing .category-side {
  gap: 0.75rem;
  row-gap: 0.25rem;
}
section.landing .category-side .category-item {
  background-color: transparent;
  color: inherit;
  padding: 0;
  font-size: var(--step-0);
}
@media screen and (width < 768px) {
  section.landing .category-side .category-item {
    font-size: var(--step-1);
  }
}
section.landing .category-side .category-item:hover {
  box-shadow: none;
  color: rgb(24, 24, 24);
}
section.landing .question-list-pagination {
  display: flex;
  margin: var(--space-m) 0;
  justify-content: center;
  gap: 0.5rem;
}
section.landing .question-list-pagination .pagination-item {
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  color: inherit;
  border-radius: 0.25rem;
}
section.landing .question-list-pagination .pagination-item:hover {
  background-color: #cdeff1;
}
section.landing .question-list-pagination .pagination-item.active {
  background-color: #00a3a8;
  color: white;
}
section.landing .question-list-pagination .pagination-prev {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.landing .question-list-pagination .pagination-prev::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-left: 2px solid gray;
  border-bottom: 2px solid gray;
  display: inline-block;
  transform: translateX(25%) rotate(45deg);
}
section.landing .question-list-pagination .pagination-next {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.landing .question-list-pagination .pagination-next::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid gray;
  border-bottom: 2px solid gray;
  display: inline-block;
  transform: translateX(-25%) rotate(-45deg);
}
section.landing .question-details-left {
  display: flex;
  align-items: center;
  gap: var(--space-2xs);
}
@media screen and (width >= 1400px) {
  section.landing .question-details-left {
    flex-direction: column;
  }
}
section.landing .question-details-left .profile-icon {
  background-color: #eeac51;
  width: calc(var(--step-3) * 2.5);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  color: white;
  font-size: var(--step-5);
}
section.landing .question-details-left .profile-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
section.landing .question-details-left .profile-name {
  font-weight: bold;
  text-align: start;
  color: #03858a;
  display: block;
}
@media screen and (width >= 1400px) {
  section.landing .question-details-left .profile-name {
    text-align: center;
  }
}
section.landing .question-details-left .doctor-position {
  font-size: var(--step--1);
  text-align: start;
}
@media screen and (width >= 1400px) {
  section.landing .question-details-left .doctor-position {
    text-align: center;
  }
}
section.landing .question-details-left .doctor-profile-cta-wrapper {
  flex-direction: column;
  font-size: var(--step--2);
  display: none;
  gap: 0.25rem;
}
@media screen and (width >= 1400px) {
  section.landing .question-details-left .doctor-profile-cta-wrapper {
    display: flex;
  }
}
section.landing .question-details-left .doctor-profile-cta-wrapper a {
  color: white;
  text-decoration: inherit;
  text-align: center;
  border-radius: 0.25rem;
  transition: all 0.12s ease-in-out;
  padding: var(--space-2xs) var(--space-2xs);
}
section.landing .question-details-left .doctor-profile-cta-wrapper a:nth-child(1) {
  background-color: #00a3a8;
}
section.landing .question-details-left .doctor-profile-cta-wrapper a:nth-child(1):hover {
  background-color: #048d92;
}
section.landing .question-details-left .doctor-profile-cta-wrapper a:nth-child(2) {
  background-color: #ed8b00;
}
section.landing .question-details-left .doctor-profile-cta-wrapper a:nth-child(2):hover {
  background-color: #d47d03;
}
section.landing .question-details-left .question-date {
  text-align: start;
}
@media screen and (width >= 1400px) {
  section.landing .question-details-left .question-date {
    text-align: center;
  }
  section.landing .question-details-left .question-date span {
    display: inline-block;
    width: 100%;
  }
}
section.landing .question-details-left > * {
  font-size: var(--step-0);
}
section.landing .doctor-profile-cta-wrapper-bottom {
  display: flex;
  gap: 0.25rem;
}
@media screen and (width < 768px) {
  section.landing .doctor-profile-cta-wrapper-bottom {
    flex-direction: column;
  }
}
section.landing .doctor-profile-cta-wrapper-bottom a {
  flex: 1 0 50%;
  color: white;
  text-decoration: inherit;
  text-align: center;
  border-radius: 0.25rem;
  transition: all 0.12s ease-in-out;
  padding: var(--space-2xs) var(--space-2xs);
}
section.landing .doctor-profile-cta-wrapper-bottom a:nth-child(1) {
  background-color: #00a3a8;
}
section.landing .doctor-profile-cta-wrapper-bottom a:nth-child(1):hover {
  background-color: #048d92;
}
section.landing .doctor-profile-cta-wrapper-bottom a:nth-child(2) {
  background-color: #ed8b00;
}
section.landing .doctor-profile-cta-wrapper-bottom a:nth-child(2):hover {
  background-color: #d47d03;
}
section.landing .login-side {
  position: sticky;
  top: 6rem;
}
section.landing .rejection-wrapper {
  background-color: #e8e8e8;
  padding: var(--space-s) var(--space-m);
  border-radius: 0.5rem;
}

.answered-line.pending .answered-badge {
  color: #b34847;
  background-color: #e4bfbf;
  border-color: #b34847;
}
.answered-line.pending .answered-badge img {
  filter: brightness(0) saturate(100%) invert(34%) sepia(12%) saturate(4660%) hue-rotate(321deg) brightness(96%) contrast(82%);
}
.answered-line.rejected .answered-badge {
  background-color: #9b9b9b;
  color: #d9d9d9;
  border-color: #9b9b9b;
}
.answered-line.rejected .answered-badge img {
  background-color: #d9d9d9;
  padding: 0.25rem;
  border-radius: 50%;
}

section.doctor-answer {
  padding: var(--space-l) 0;
}
section.doctor-answer .question-title {
  color: #00556f;
}
section.doctor-answer .question-desc {
  color: #4b4b4b;
  font-weight: bold;
}
section.doctor-answer .copy-button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border: 1px solid #00a3a8;
  border-radius: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #00a3a8;
  cursor: pointer;
  padding: var(--space-3xs) var(--space-xs);
}
section.doctor-answer .copy-button img {
  width: 1.25rem;
  filter: brightness(0) saturate(100%) invert(51%) sepia(36%) saturate(7218%) hue-rotate(153deg) brightness(95%) contrast(102%);
}
section.doctor-answer .copy-button:hover {
  background-color: #f0f6f7;
}
section.doctor-answer .doctor-answer-field {
  border: 1px solid #3f3f3f;
  border-radius: 0.5rem;
  padding: var(--space-xs);
  min-height: 15rem;
}
section.doctor-answer .doctor-submit-button {
  color: white;
  background-color: #00a3a8;
  text-decoration: inherit;
  padding: var(--space-2xs) var(--space-m);
  border-radius: 0.5rem;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}
section.doctor-answer .doctor-submit-button.btn-disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

.thank-you-submit {
  padding: var(--space-l) 0;
}
.thank-you-submit .thank-you-text-wrapper {
  padding: var(--space-l);
  height: 16rem;
  border: 1px solid #c4c4c4;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 0.5rem;
}
.thank-you-submit .thank-you-submit-cta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 25rem;
  align-items: center;
  margin: auto;
}
.thank-you-submit .thank-you-submit-cta a {
  padding: var(--space-xs) var(--space-m);
  display: block;
  text-align: center;
  width: 100%;
  text-decoration: inherit;
  border-radius: 0.25rem;
}
.thank-you-submit .thank-you-submit-cta a:nth-child(1) {
  color: white;
  background-color: #ed8b00;
}
.thank-you-submit .thank-you-submit-cta a:nth-child(2) {
  color: #ed8b00;
  background-color: white;
  border: 1px solid #ed8b00;
}

.forum-header {
  font-size: var(--step-4);
  font-weight: bold;
  color: #00a3a8;
  max-width: 100%;
  overflow: auto;
}

section.dashboard section.dashboard-profile {
  border: 2px solid #00a3a8;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: var(--space-m) var(--space-l);
}
section.dashboard section.dashboard-profile .profile-icon {
  background-color: #eeac51;
  max-width: 8rem;
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  color: white;
  font-size: clamp(2rem, 3vw, 3.6rem);
}
section.dashboard section.dashboard-profile .profile-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
section.dashboard section.dashboard-profile .profile-name {
  font-weight: bold;
  text-align: start;
  color: #03858a;
  display: block;
  font-size: var(--step-2);
}
@media screen and (width >= 1400px) {
  section.dashboard section.dashboard-profile .profile-name {
    font-size: var(--step-5);
  }
}
section.dashboard section.dashboard-profile .dashboard-buttons {
  display: flex;
  gap: 0.5rem;
}
@media screen and (width >= 1200px) {
  section.dashboard section.dashboard-profile .dashboard-buttons {
    flex-direction: column;
  }
}
section.dashboard section.dashboard-profile .dashboard-buttons a {
  color: white;
  background-color: #ed8b00;
  text-decoration: none;
  padding: var(--space-2xs) var(--space-s);
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
  justify-content: center;
}
section.dashboard section.dashboard-profile .dashboard-buttons a:hover {
  background-color: #f9ba5d;
}
section.dashboard section.dashboard-profile .dashboard-buttons a:nth-child(1) {
  background-color: #00a3a8;
}
section.dashboard section.dashboard-profile .dashboard-buttons a:nth-child(1):hover {
  background-color: #028c91;
}
section.dashboard section.dashboard-profile .dashboard-buttons a:nth-child(2) {
  background-color: white;
  color: #00a3a8;
  outline: 1px solid #00a3a8;
}
section.dashboard section.dashboard-profile .dashboard-buttons a:nth-child(2):hover {
  background-color: #d7e5e6;
}
section.dashboard section.dashboard-profile .dashboard-buttons a:nth-child(2) img {
  filter: brightness(0) saturate(100%) invert(50%) sepia(84%) saturate(3009%) hue-rotate(149deg) brightness(90%) contrast(103%);
}
section.dashboard section.dashboard-profile .dashboard-buttons a img {
  height: 100%;
  max-width: 1.5rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(75deg) brightness(102%) contrast(101%);
  margin-right: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
section.dashboard .dashboard-nav {
  display: flex;
  gap: var(--space-m);
  margin-bottom: 0.25rem;
  padding-bottom: 0.75rem;
  overflow-x: auto;
}
section.dashboard .dashboard-nav .dashboard-nav-item {
  display: flex;
  text-decoration: inherit;
  color: hsla(182, 100%, 33%, 0.5);
  font-size: var(--step-2);
  cursor: pointer;
  white-space: nowrap;
}
section.dashboard .dashboard-nav .dashboard-nav-item:hover {
  color: hsla(182, 100%, 33%, 0.85);
}
section.dashboard .dashboard-nav .dashboard-nav-item.active {
  color: #00a3a8;
  font-weight: bold;
}
section.dashboard .question-item.rejected {
  background-color: #f4f4f4;
}
section.dashboard .question-item.rejected .question-status {
  color: gray;
}

.tabby-content-item {
  pointer-events: none;
  height: 0;
  opacity: 0;
}
.tabby-content-item.active {
  transition: opacity 0.25s ease-in-out;
  display: block;
  opacity: 1;
  height: auto;
  pointer-events: all;
}

.forum-default-button {
  color: white;
  background-color: #ed8b00;
  text-decoration: none;
  padding: var(--space-2xs) var(--space-s);
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: inherit;
}
.forum-default-button:hover {
  background-color: #f9ba5d;
  color: white;
}
@media screen and (width >= 768px) {
  .forum-default-button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.forum-default-button.alt-color {
  background-color: white;
  color: #ed8b00;
  outline: 1px solid #ed8b00;
}
.forum-default-button.alt-color:hover {
  background-color: #fff8ed;
}

.search-suggestion {
  position: absolute;
  top: 125%;
  border-radius: 0.25rem;
  background-color: white;
  width: 100%;
  overflow: hidden;
  transform: translateY(-25%);
  max-height: 10rem;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.search-suggestion:has(a) {
  box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.15);
}
.search-suggestion a {
  padding: var(--space-2xs) var(--space-xs);
  display: inline-block;
  width: 100%;
  color: inherit;
  text-decoration: inherit;
}
.search-suggestion a:hover {
  background-color: rgb(245, 255, 252);
}

*.suggestion-active .search-suggestion {
  transition: all 0.25s cubic-bezier(0, 1.35, 0.5, 1.35);
  opacity: 1;
  transform: translateY(0%);
  pointer-events: all;
}

.forum-nav-inner .search-suggestion {
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
}
@media screen and (width < 992px) {
  .forum-nav-inner .search-suggestion {
    max-height: 35dvh;
  }
}

.forum-nav-inner.show-search *.suggestion-active .search-suggestion {
  opacity: 1;
  transform: translateY(0%);
  pointer-events: all;
}
@media screen and (width < 992px) {
  .forum-nav-inner.show-search *.suggestion-active .search-suggestion {
    transition: opacity 0.15s ease-in-out;
  }
}
.forum-nav-inner.show-search .search-suggestion {
  right: 0.5rem;
  width: 70dvw;
}
@media screen and (width >= 330px) {
  .forum-nav-inner.show-search .search-suggestion {
    width: 80dvw;
  }
}
@media screen and (width >= 992px) {
  .forum-nav-inner.show-search .search-suggestion {
    width: 300px;
  }
}

.max-width-100 {
  max-width: 100%;
}

.question-detail-desc {
  white-space: pre-wrap;
}

.anon-icon {
  padding: 0.55rem;
}
.anon-icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(348deg) brightness(109%) contrast(101%);
}

.admin-panel.export {
  border: 2px solid #00a3a8;
  padding: var(--space-m);
  border-radius: 0.5rem;
}

.admin-item-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-s);
}

@media screen and (width < 1200px) {
  .admin-item-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width < 576px) {
  .admin-item-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.admin-item {
  border: 1px solid #e4e4e4;
  padding: var(--space-m);
  text-align: center;
  overflow: hidden;
  border-radius: 0.5rem;
  color: gray;
  transition: all 0.12s ease;
}

a.admin-item:hover {
  color: #0c8c91;
}

.admin-item-title {
  font-size: var(--step-2);
}

.admin-item-number {
  font-size: calc(var(--step-5) * 1.25);
  font-weight: bold;
}

.admin-item:nth-child(7n+1) .admin-item-number {
  color: #00769c;
}

.admin-item:nth-child(7n+2) .admin-item-number {
  color: #d39e46;
}

.admin-item:nth-child(7n+3) .admin-item-number {
  color: #df730f;
}

.admin-item:nth-child(7n+4) .admin-item-number {
  color: rgb(5, 126, 5);
}

.admin-item:nth-child(7n+5) .admin-item-number {
  color: #dd4e4e;
}

.admin-item:nth-child(7n+6) .admin-item-number {
  color: black;
}

.admin-item:nth-child(7n+7) .admin-item-number {
  color: #03858a;
}

.selectric-wrapper {
  margin-bottom: 0;
}/*# sourceMappingURL=landing.css.map */