.forumsContainer {
  max-width: 1400px;
  margin: auto;
  margin-top: 20px;
  min-height: 47vh;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
  margin-bottom: 100px !important;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  line-height: 1.5;
}

.forum-description p {
  margin: 0;
  font-size: 16px;
}

.User_status {
  display: flex;
}

.forum-page-statistics h4,
.forum-page-statistics p {
  margin-left: 15px;
}

ul.m-0.pagination.pagination-sm.justify-content-end li {
  margin-top: 12px;
}

.userProfileContainer {
  margin-top: 7rem;
  padding: 10px 0px;
  padding-bottom: 20px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.356);
}

@media (min-width: 951px) {
  .userProfileContainer {
    margin-top: 0rem;
  }
}

.userProfileSection {
  display: flex;
  margin: 10px auto;
  justify-content: space-between;
  padding: 0 5px;
  font-size: 17px;
  gap: 10px;
  max-width: 1400px;
  align-items: center;
  color: #023d86;
}

.SupportForumsHeading {
  width: 100%;
  display: flex;
  background-color: #ddeaff;
  font-weight: bold;
  color: black;
  padding: 0 0 0 10px;
  font-size: 18px;
  gap: 13px;
}

#forum_pagination {
  margin-bottom: 20px !important;
  justify-content: right !important;
  padding-right: 0px;
  margin-left: 2% !important;
}

#forum_pagination li a {
  font-size: 16px;
  width: 45px;
  text-align: center;
}

.topic_Admin_buttons a {
  font-weight: 600;
  padding: 10px;
}

.topic_Admin_buttons a img {
  margin-bottom: 5px;
  width: 16px !important;
  padding: 1px;
}

.topic_Admin_buttons a:hover {
  color: white;
  opacity: 0.8;
  text-decoration: none;
}

.statistics {
  margin-bottom: 89px;
}

.SupportForumsHeading > div {
  flex-grow: 1;
  padding: 10px 0 0 0;
}

.row {
  gap: 10px;
}

.ForumsDataContainer {
  display: flex;
  justify-content: space-between;
}

.forum-data-table {
  width: 100%;
  height: 100%;
  border-spacing: 0;
}

.breadcrumb_myprofile {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: nowrap;
  flex-direction: row;
}

.forum-data-table td {
  padding: 10px;
}

#unread {
  border-right: 1px solid #d7d7d7;
}

.ForumsDataContainer > div:not(:first-child) {
  font-size: 16px;
  padding: 10px;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #f8f8f8;
}

.ForumsDataContainer > div:last-child {
  display: block;
  padding-left: 13px;
}

.ForumsDataContainer > div > small {
  font-size: 16px;
}

.ForumsDataContainer > div > a {
  font-size: 16px;
}

.align-top {
  vertical-align: middle !important;
}

.ForumsDataContainer > div {
  border: 1px solid #d7d7d7;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  display: flex;
}

.TopicPageForumHeading {
  background-color: #ddeaff;
  font-weight: bold;
  color: black;
  padding: 10px;
  font-size: 19.2px;
  border: 1px solid #d7d7d7;
}

.ForumsTopicHeading {
  display: flex;
  justify-content: space-between;
  border: 1px solid #d7d7d7;
}

.ForumsTopicHeading > div {
  padding: 10px;
  font-size: 19.2px;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}

.ForumTopicBody {
  display: flex;
  justify-content: space-between;
}

.ForumTopicBody > div {
  border: 1px solid #d7d7d7;
  background-color: unset !important;
}

.ForumTopicBody > div:not(:first-child) {
  padding: 10px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 27px;
  font-size: 16px;
}

.ForumTopicBody > div:nth-child(4) {
  padding-top: 14px;
  padding-left: 10px;
}

.topic-data-table {
  width: 100%;
  height: 100%;
  border-spacing: 0;
}

.topic-data-table td {
  padding: 10px;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  vertical-align: middle !important;
  font-size: 16px;

  .topic-created {
    display: none;
  }
}

.forumlist-top-controls {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 10px;
  max-width: 1500px;
  justify-content: space-between;
  /* padding: 0 8rem; */
}

.forumlist-top-controls a {
  border: #007bff 1px solid;
  border-radius: 10px;
  padding: 5px 15px;
  display: flex;
  gap: 5px;
  font-size: 16px;
}

.forumlist-top-controls a:hover {
  text-decoration: none;
}

.Upper_level_topic_detail {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  justify-content: space-between;
}

.Bottom_btns {
  padding-bottom: 15px;
  display: flex;
  align-items: baseline;
  flex-direction: row;
  justify-content: space-between;
}

.ForumsPostContent {
  width: 100%;
  padding-bottom: 0px !important;
  border-spacing: 0;
  padding: 30px 0;
  padding-top: 20px !important;
}

.ForumsPostContent .ForumUserProfile {
  color: #147def;
  text-decoration: none;
}

.ForumPostContent-parent {
  border: 1.5px solid #c2cfdb;
  margin-block: 10px;
  border-radius: 5px;
  padding: 0 15px;
}

.ForumsPostContent td {
  padding: 20px 15px;
  margin-top: 10px;
}

.breadcrumb a {
  color: black;
  font-weight: 700;
  font-size: 19.2px;
}

.breadcrumb {
  margin-bottom: -13px !important;
}

.breadcrumb {
  margin-bottom: 0px !important;
}

.ForumUserProfile {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

.ForumUserProfile:hover {
  text-decoration: underline;
}

.topic-actions-block a,
.topic-actions-block button {
  font-size: 16px;
  padding: 5px;
  margin: 10px 5px;
  color: #007bff;
  background-color: white;
  border: 1px solid #007bff;
  border-radius: 10px;
  color: black;
}

.topic-actions-block a:hover {
  background-color: #007bff23;
  border-color: #007bff23;
  color: black;
  box-shadow: none;
}

.topic-actions-block i {
  width: auto;
}

.ForumsPostContent img {
  display: block;
  margin: 25px auto;
}

.SupportForumsPostHeading {
  background-color: #ebf5ff;
  text-align: left;
  padding: 15px;
  border: 1px solid #a4d0fd;
  display: flex;
  width: 100%;
  align-items: center;
  color: black;
  gap: 22px;
}

.SupportForumsPostHeading-topic {
  display: flex;
  gap: 10px;
}

.SupportForumsPostHeading-topic svg {
  height: 25px;
  width: 18px;
}

.SupportForumsPostHeading-topic img {
  height: 25px;
  width: 18px;
}

.SupportForumsPostHeading-topic h2 b {
  color: #147def;
}

.TopicSubscribeButton {
  border-radius: 20px;
  background-color: #df2d2d;
  padding: 10px;
  border: none;
  color: white;
  min-width: 125px;
}

.contributInDiscussion {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contributInDiscussion p {
  margin: 0;
}

.ForumButtons {
  border: 1px solid #71a3df;
  padding: 5px 10px;
  color: #71a3df;
  background-color: white;
  border-radius: 6px;
  font-size: 17px;
  font-weight: bold;
}

.forumSearchTable {
  padding: 0;
  margin: 5px 0 5px 0;
  color: #333;
  border-collapse: collapse;
  border: solid 1px #d7d7d7;
}

.forumSearchTable .header1 {
  background-color: #ee6943;
  color: #fff;
  font-weight: bold;
  font-size: 11.5pt;
}

.forumSearchTable td {
  padding: 10px;
  border: solid 1px #d7d7d7;
}

.forumSearchTable input,
.forumSearchTable select {
  font-family: verdana, sans-serif;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 9pt;
  color: #3b3b3b;
  padding: 5px;
  background-color: #f5f5f5;
  border: 1px solid #aaa;
}

.postEditButton {
  background-color: #ffc107;
  padding: 5px 10px;
  border-radius: 5px;
  color: black;
}

.postDeleteButton {
  background-color: #c82333;
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
}

.postEditButton:hover {
  color: black !important;
  text-decoration: none;
}

.Main404Flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.Button404 {
  background: rgb(238, 43, 0);
  background: linear-gradient(
    45deg,
    rgba(238, 43, 0, 1) 21%,
    rgba(255, 86, 49, 1) 73%
  );
  padding: 10px 20px;
  border-radius: 39px;
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  border: none;
}

.Preview_btn {
  justify-content: center;
  padding: 5px 30px 5px 30px;
  border: 1px solid #007bff;
  font-weight: 600;
  border-radius: 10px;
  display: flex;
  font-size: 16px;
  color: #007bff;
  background-color: white;
}

.Post_btn {
  justify-content: center;
  padding: 5px 40px 5px 40px;
  border: 1px solid #007bff;
  font-weight: 600;
  border-radius: 5px;
  display: flex;
  font-size: 16px;
  color: white;
  background-color: #007bff;
  right: 0;
}

.Post_btn:hover {
  background-color: #007bff;
  transition: 0.3s;
}

.Preview_btn:hover {
  background-color: rgba(0, 137, 191, 0.048);
  transition: 0.3s;
}

.plug404image {
  width: 100%;
}

.userProfileSection select {
  height: 38px;
  border-radius: 5px;
  width: 230px;
  padding: 5px;
  color: black;
  font-weight: 400;
  opacity: 1 !important;
  cursor: pointer;
  font-size: 14px;
}

.select-option:focus-within {
  background-color: red;
}

.userProfileSection button {
  background-color: transparent;
  padding: 5px 10px;
  color: white;
  border: none;
  border-radius: 0 5px 5px 0;
  margin-right: 0px;
  border-left: 1px solid #095bbf;
}

.userProfileSection button:hover {
  background-color: #095bbf;
  filter: none !important;
}

.userProfileSection button:hover img {
  filter: none !important;
}

.userProfileSection input {
  width: 400px;
  border-radius: 5px 0 0 5px;
  padding: 5px;
  border: 1px solid;
}

.userProfileSection font {
  font-size: 16px;
}

.myprofileheader {
  display: flex;
  max-width: 1100px;
  width: 100%;
  font-weight: bold;
  color: black;
  margin: 30px auto;
  background-color: rgb(235 245 255 / 80%);
  border: 1px solid #a1b1c4;
  border-radius: 10px;
  padding: 10px 0 8px 20px;
}

.myprofileheader > h2 {
  margin-left: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.myprofileheader > svg {
  height: 22px;
  width: 26px;
}

.myprofileheader .massage-svg {
  margin: 1px 0 0 10px;
  height: 18px;
  width: 18px;
}

.divider-line {
  position: absolute;
  position: absolute;
  background-color: black;
  top: 37%;
  left: 44%;
  width: 12%;
  transform: rotate(90deg);
}

.myProfileFlex {
  position: relative;
  padding: 20px;
  display: flex;
  width: 100%;
  align-items: flex-start;
  border-radius: 10px;
  border: 1px solid #095bbf;
  border: 0.4px solid #839fc2;
  border-radius: 20px;
  box-shadow: 0px 0px 5px #95bdeb !important;
}

.myProfileSecond,
.myProfileMain {
  font-size: 18px;
}

.myProfileMain {
  width: 30%;
}

.myProfileSecond {
  width: 70%;
}

.profileMainFlex {
  display: flex;
}

.profileMainFlex > div > div > img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #095bbf;
}

.profileMainFlex label {
  color: #095bbfcc;
  margin-left: 32px;
  margin-bottom: 2px;
}

.user_profile_user_details {
  display: flex;
}

.user_profile_user_details label {
  margin-right: 10px;
}

.profileDetailFlex {
  display: flex;
  flex-direction: column;
}

#myprofile_button {
  font-size: 16px;
  width: 180px;
  text-decoration: none;
  color: #1c70d5;
  padding: 10px 30px;
  margin: auto;
  display: flex;
  align-items: center;
  margin-bottom: 8%;
  border-radius: 23px;
  box-shadow: 0px 0px 3px rgb(63, 14, 14);
  border: 1px solid #1c70d5;
}

#myprofile_button:hover {
  background-color: #085bbf;
  color: white;
  transform: scale(1.04);
  transition: ease-out(0.3s);
}

.profileDetailFlex label i {
  font-size: 12px;
  color: #858585;
}

.profileDetailFlex label {
  color: #00000099;
  width: 16rem;
}

.myPostMainBlock {
  max-width: 1100px;
  border-radius: 20px;
  border: 0.4px solid #839fc2;
  margin-top: 16px;
  margin: auto;
  box-shadow: 0px 0px 5px #95bdeb !important;
  margin: auto;
  margin-bottom: 30px;
  /* width: 97%; */
}

.MyPostTitle {
  padding: 29px;
  padding-bottom: 5px;
  border-radius: 20px 20px 0px 0px;
  font-size: 18px;
}

.MyPostsPost {
  padding: 5px 28px 43px 30px;
  font-size: 18px;
  border-radius: 0px 0px 20px 20px;
  /* word-break: break-all; */
}

.MyPostsPost *:not(b) {
  font-weight: normal;
}

.MyPostHead {
  padding-left: 29px;
  padding-block: 18px;
  background-color: #edf6ff;
  color: #004599;
  font-size: 18px;
  font-weight: 600;
  border-radius: 20px 20px 0 0;
  border-bottom: 1px solid #839fc2;
}

.MyPostsPost b p img {
  width: -webkit-fill-available;
  max-width: 500px;
  padding: 20px;
}

.editProfileButton {
  width: 100%;
  color: white;
  background-color: #085bbf;
  border: 1px solid #085bbf;
  border-radius: 6px;
  margin-top: 24px;
  margin-bottom: 7px;
  padding: 5px;
  font-size: 18px;
}

.editProfileButton:hover {
  color: white;
  transition: 0.1s;
  -webkit-transform: scale(1.04, 1.04);
  -moz-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}

.logoutButton {
  width: 100%;
  color: #085bbf;
  background-color: white;
  border: 1px solid #085bbf;
  border-radius: 6px;
  margin-top: 14px;
  margin-bottom: 7px;
  padding: 5px;
  font-size: 18px;
  margin-left : 2rem;
  outline: none;
}

.logoutButton:hover {
  color: white;
  transition: 0.1s;
  -webkit-transform: scale(1.04, 1.04);
  -moz-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}

#breadcrumb_post_topic {
  top: 148px;
}

#breadcrumb_post_topic nav ol {
  margin-top: 10px !important;
  background-color: transparent !important;
}

#topic-post_new {
  display: flex;
  gap: 20px;
  align-items: baseline;
}

#message-post_new {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-top: 15px;
}

#post_new_btns {
  margin-top: 25px;
  display: flex;
  margin-left: 85px;
  position: absolute;
}

#forum_moderationq_img {
  width: 19px;
  filter: invert(40%) sepia(51%) saturate(5178%) hue-rotate(196deg)
    brightness(96%) contrast(115%);
}

.User_status a {
  font-weight: 600;
  margin-right: 10px;
  word-break: keep-all;
  white-space: nowrap;
  color: #023d86;
}

.user_profile_user_details b {
  color: rgba(0, 0, 0, 0.849);
}

@media (max-width: 400px) {
  .bread-login-mobile {
    width: 90%;
  }

  .Results_sub_container h3 #posted_on {
    display: none;
  }

  .Subject_container p {
    display: none !important;
  }

  .otp-input-fields {
    transform: scale(0.75);
  }

  #formdiv {
    width: 100% !important;
  }

  .myProfileSecond b {
    margin-left: 7px !important;
    margin-bottom: 6px;
  }

  .myProfileSecond {
    padding: 20px;
  }

  #post_reply_content_container {
    padding: 20px 10px 35px 10px;
  }

  /* .edit_post_container {
    padding: 0px !important;
  } */

  #pagination_viewall {
    transform: scale(0.8);
  }

  .topic_Admin_buttons {
    padding-right: 10px !important;
    transform: scale(0.9);
  }

  .topic-actions-block a {
    transform: scale(0.9);
  }

  #reply_topic_detail {
    padding-left: 10px !important;
  }

  .contributInDiscussion {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .editProfileButton {
    width: 100% !important;
  }

  .logoutButton {
    width: 100% !important;
    margin-left : 0rem;
  }


  .profileMainFlex {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
  }

  #user_info_forum_profile label {
    margin-left: 0px;
  }

  #user_info_forum_profile b {
    margin-left: 0px !important;
    font-size: 16px;
  }

  .editProfileButton {
    width: 100% !important;
  }

  .logoutButton {
    width: 100% !important;
    margin-left : 0rem;
  }
}

#forum_moderationq_img {
  filter: invert(40%) sepia(51%) saturate(5178%) hue-rotate(196deg)
    brightness(96%) contrast(115%);
}

#total_pages {
  padding-bottom: 10px;
}

@media (max-width: 690px) {
  .Post_container .Results_content_container {
    padding: 8px 16px 8px 8px !important;
  }

  #result_content,
  .Results_content_container p,
  .Results_content_container pre {
    margin-left: 3px !important;
  }

  .Results_content_container p {
    width: 95% !important;
  }

  #Search_term {
    font-size: 16px;
    text-align: center;
  }

  #result_content,
  .Results_content_container p {
    -webkit-line-clamp: 5 !important;
  }

  .pagination_sub_container {
    flex-direction: column !important;
    align-items: center;
    padding-right: 0px;
    transform: scale(0.8);
  }

  .pagination_container {
    transform: scale(0.8);
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center !important;
    margin-top: -20px;
    margin-bottom: -20px;
    flex-direction: column !important;
  }

  .Results_sub_container {
    padding: 3px 10px !important;
    margin: 0px !important;
  }

  .Results_sub_container a {
    font-size: 16px !important;
  }

  .forumnav li {
    padding: 0px 10px !important;
    margin: 0px !important;
  }

  .forumnav {
    width: 50%;
  }

  #pagination_sub_container {
    transform: scale(0.7) !important;
  }

  .pagination_container h2 {
    margin-bottom: 10px !important;
  }

  .pagination {
    margin-bottom: 0px !important;
  }

  .first_row_edit_form {
    flex-direction: column;
  }

  .fix_label_input {
    width: 100% !important;
  }

  #number_normal,
  #number_normal_second {
    display: none;
  }

  #Edit_profile-buttons {
    justify-content: space-between !important;
  }

  .lower_section_otp {
    flex-direction: column;
  }

  .Save_btn_Edit_profile {
    padding: 4px 30px 5px 30px !important;
  }

  .Cancel_btn_Edit_profile {
    padding: 4px 20px 5px 16px !important;
  }

  .Edit_profile-Supreme_container {
    padding: 8px !important;
  }

  .Edit_profile-Info_div {
    margin-left: 0px !important;
  }

  .Edit_profile_container {
    padding: 16px 15px 16px 15px !important;
  }

  #step_one {
    display: flex;
    flex-direction: column;
    width: 80% !important;
    margin: auto;
  }

  #step_one #mail_send {
    width: 100% !important;
  }

  .otp-input-fields {
    gap: 8px !important;
    padding: 0px 0px 0px 0px !important;
  }

  #otp_input_div,
  #new_email_verification {
    flex-direction: column !important;
    align-items: center !important;
  }

  #moderation_queue,
  .topic-actions-block {
    display: none;
  }

  #searchbar_container {
    align-content: center;
    flex-wrap: wrap;
  }

  .MyPostTitle {
    padding: 12px;
  }

  .MyPostsPost {
    padding: 5px 18px 10px 18px;
  }

  .user_profile_user_details {
    margin-bottom: 0px;
  }

  #post_new_btns {
    left: 0px;
    margin-bottom: 15px;
    transform: scale(0.9);
  }

  .controls #id_subject,
  .controls textarea,
  .controls #id_update_reason {
    width: 100% !important;
  }

  #topic-post_new {
    flex-direction: column;
    gap: 0px;
  }

  #message-post_new {
    flex-direction: column;
    margin-top: 10px;
    gap: 0px;
  }

  .editor-statusbar {
    font-size: 9px;
  }

  #Postreply_btns {
    margin-left: 0px !important;
  }

  #forum_pagination li a {
    font-size: 14px;
    width: 34px;
    text-align: center;
  }

  .view_all_Subject {
    width: 40% !important;
  }

  .view_all_topic_status {
    width: 20% !important;
  }

  .view_all_forum_name {
    width: 20% !important;
  }

  #view_all_forum {
    display: none;
  }

  #topic_name_view_all {
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  #div_id_content {
    width: 100% !important;
  }

  #div_id_subject {
    width: 100% !important;
  }

  .forumlist-top-controls a p {
    display: none;
  }

  .forumlist-top-controls a {
    border-color: rgba(0, 0, 255, 0.815);
    border-radius: 5px !important;
    background-color: whitesmoke;
  }

  #forum_moderationq_img {
    padding: 5px !important;
  }

  .forumlist-top-controls a img {
    width: 32px !important;
    padding: 8px !important;
  }

  .Upper_level_topic_detail {
    display: block;
  }

  .user_profile_user_details label {
    margin-right: 5px;
  }

  #forum_pagination {
    margin-bottom: 20px !important;
    margin-right: 20px !important;
  }

  .user_profile_user_details {
    display: flex;
    flex-wrap: wrap;
  }

  .reply_postdate {
    display: flex;
    flex-direction: column;
  }

  .topic_creation_info {
    margin-top: 0px !important;
  }

  .search_forum {
    width: 100%;
  }

  .search_forum input {
    margin-left: 10px;
    width: 100% !important;
  }

  .search_forum {
    align-items: center;
  }

  #userProfileSection {
    gap: 5px !important;
  }

  .userProfileContainer {
    padding: 1px 0px;
  }

  .userProfileSection select {
    width: 100% !important;
    padding-inline: 15px !important;
    height: 35px !important;
  }

  .topics_forum {
    width: 16%;
  }

  .posts_forum {
    width: 16%;
  }

  .last_post_forum {
    width: 30%;
  }

  .topics_forum p {
    font-size: 13px;
  }

  .Forums_Heading {
    font-size: 13px;
  }

  .forum_names {
    width: 38%;
  }

  .posts_forum p {
    font-size: 13px;
  }

  .last_post_forum p {
    font-size: 13px;
  }

  .forum-description p {
    font-size: 15px;
  }

  .form_div form {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    align-items: center !important;
  }

  .userProfileSection {
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    margin-inline: 10px;
  }

  #breadcrumb_post_topic {
    top: 258px !important;
    font-size: 14px !important;
  }

  #breadcrumb_post_topic b {
    font-size: 14px !important;
  }

  .userProfileSection input {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  #searchbar_container {
    width: -moz-fit-content;
    width: fit-content;
  }

  .userProfileSection select {
    height: 30px;
  }

  .userProfileSection button {
    padding: 3px 10px;
    width: -moz-fit-content;
    width: fit-content;
    padding-block: 5px !important;
    margin-right: 0px;
  }

  .User_status a {
    font-weight: 600;
    margin-right: 0px;
  }

  .dropdown-content {
    transform: scale(0.73);
    margin-top: -56px;
    margin-left: 6px;
  }

  .dropdown-content hr {
    width: 250px !important;
  }

  .support_dropdown-content {
    transform: scale(0.73);
    margin-top: -56px;
    margin-left: 6px;
    left: -202px !important;
    max-width: 403px !important;
  }

  .support_dropdown-content hr {
    width: 250px !important;
  }

  .ForumsTopicHeading > div {
    padding: 5px;
    font-size: 14px;
  }

  #topic_avatar {
    margin-left: 0px !important;
  }

  .ForumsPostContent {
    padding: 14px;
  }

  #topic_icon_forum {
    display: none;
  }

  .forum_replies {
    padding-right: 47px !important;
    text-align: left !important;
  }

  .Button404 {
    font-size: 1.5rem;
  }

  .mod-td-btn {
    flex-direction: column;
  }

  .main-table-forumsContainer > table tbody tr > td {
    padding: 0px;
  }

  .main-table-forumsContainer > table thead th {
    padding-block: 0px;
  }

  .main-table-forumsContainer > table {
    margin-bottom: 100px;
  }

  .form-actions {
    margin-left: 0px !important;
  }

  .post-update-reason {
    margin-left: 0px !important;
  }

  .userProfileSection .form_div {
    flex-direction: column;
  }

  .userProfileSection .form_div .Username_display {
    width: 100%;
    margin-block: 5px;
  }

  .Username_display font {
    font-size: 18px;
    margin-top: 8px;
  }

  #myInput {
    background-image: none !important;
    padding-left: 15px !important;
    height: 35px !important;
    max-width: 100% !important;
  }

  .form_div form {
    flex-direction: column !important;
  }

  .userProfileSection .form_div,
  .form_div form {
    width: 100%;
  }

  .bread-div ol li:first-child:not(:last-child) span {
    display: none;
  }

  .userProfileSection .form_div form * {
    margin-left: 0px !important;
    flex-direction: column;
  }
  .userProfileSection select{
    padding-top: 8px;
  }
  .dropdown-content {
    left: 0 !important;
  }

  .search_forum {
    width: 100% !important;
  }

  .bluecard_container {
    padding: 12px 10px 1px 10px !important;
  }

  .bread-login-mobile {
    margin-inline: 10px !important;
  }

  #myDropdown {
    transform: scale(1);
    max-width: 100%;
    top: 95px;
    width: 100% !important;
  }
}

.ForumsPostContent td {
  padding: 20px 15px;
  margin-top: 10px;
  margin-left: auto;
}

.ForumsPostContent img {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.Topic_detail_content {
  padding-bottom: 0px;
  padding-top: 20px;
  align-content: center;
  width: 80%;
  margin-top: 15px;
  font-size: 18px;
}

.Topic_detail_content img {
  max-width: 70%;
}

.forum-name-link {
  font-size: 18px;
}

.topic_creation_info:not(:last-child) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -24px;
}

.ForumButtons:hover {
  cursor: pointer;
  transform: scale(1.02);
}

#submit_comment_topic_btn {
  border-radius: 17px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 35px;
}

#submit_comment_topic_btn:hover {
  background-color: #054695;
  color: whitesmoke;
  transition: 0.3s ease;
  transform: scale(1.05);
}

#Postreply_btns {
  display: flex;
}

.show-on-mobile-984 {
  display: none !important;
}

@media (max-width: 984px) {
  .sub-main_container {
    flex-direction: column;
    display: flex !important;
    align-items: center;
  }

  .hide-on-mobile-984 {
    display: none !important;
  }

  .show-on-mobile-984 {
    display: flex !important;
  }

  .view_more_post_btn {
    margin-bottom: 100px !important;
  }

  .controls #id_subject,
  .controls #id_update_reason {
    width: 60%;
  }

  #breadcrumb_post_topic nav ol {
    margin-top: 2px !important;
  }

  .myProfileMain {
    padding-bottom: 7px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .myProfileFlex {
    flex-flow: column;
    gap: 3% !important;
  }

  .Topic_detail_content {
    width: 100%;
    margin-left: 0px;
    font-size: 15px;
  }

  .profileDetailFlex {
    flex-flow: column !important;
  }

  .ForumsPostContent tr #user_edit_delete_space {
    width: 42% !important;
  }

  .userProfileSection input {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    margin-bottom: 0px !important;
  }

  #forum_product_options {
    margin-left: 0px !important;
  }

  #forum_product_options {
    margin-left: 0px !important;
  }

  .userProfileSection select {
    height: 30px;
  }

  .userProfileSection button {
    padding: 3px 10px;
    padding-block: 5px !important;
    margin-right: 0px;
  }

  .topic-data-table td,
  .topic-created {
    font-size: 14px;
  }

  .by_user_forum {
    font-size: 12px;
  }

  .form_div form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  #searchbar_container {
    height: 35px !important;
    align-items: baseline !important;
  }

  .ForumsTopicHeading > div {
    padding: 5px;
    font-size: 12px;
  }

  #topic_icon_forum {
    display: none !important;
  }

  #breadcrumb_post_topic {
    top: 175px;
  }

  #breadcrumb_View_all {
    top: 175px !important;
  }

  #userprofilesection {
    align-items: flex-start;
  }

  #userprofilesection button {
    width: -moz-fit-content;
    width: fit-content;
  }

  .dropdown-content {
    /* left: -186px !important; */
    max-width: 48%;
  }

  .ForumsPostContent img {
    width: 90%;
  }

  .view_all_Subject {
    padding-left: 0px !important;
    text-align: center;
  }

  .Main404Flex {
    margin-bottom: 80px;
  }

  .userProfileContainer .userProfileSection {
    margin-inline: 10px;
  }

  .search_forum {
    width: 100%;
  }

  #myInput {
    background-image: none !important;
    padding-left: 15px !important;
    height: 35px !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  #forum_product_options {
    width: 210px;
  }

  .form_div form {
    flex-direction: row;
    align-items: flex-start;
  }

  .userProfileSection .form_div,
  .form_div form {
    align-items: center;
  }

  .search_forum ~ .Username_display font {
    margin-left: 10px;
    font-size: 2rem;
  }

  .userProfileSection font {
    font-size: 2rem;
  }

  .bread-login-mobile {
    margin-inline: 10px !important;
  }

  .userProfileSection select {
    padding-inline: 15px !important;
    height: 35px !important;
  }

  .main-table-forumsContainer {
    margin-bottom: 80px;
  }

  .forumlist-top-controls,
  .main-table-forumsContainer {
    margin-inline: 15px;
  }
}

@media (max-width: 1226px) {
  .divider-line {
    position: absolute;
    background-color: black;
    top: 65%;
    left: 0;
    width: 95%;
    transform: unset;
    display: none;
  }

  #result_content,
  .Results_content_container p {
    padding-left: 7px;
  }

  .pagination li span,
  .pagination li span a,
  #Anchor_pagination_btn {
    padding: 3px 8px;
  }

  .pagination_sub_container {
    align-items: center;
    justify-content: flex-end;
  }

  .Results_content_container {
    padding: 10px 20px 15px 20px !important;
  }

  .page-item .page-link {
    box-sizing: border-box;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .Subject_container {
    width: 100% !important;
  }

  .pagination_container {
    flex-direction: column;
  }

  .pagination {
    justify-content: flex-end;
  }

  .Results_sub_container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start !important;
  }

  .Results_sub_container h3 {
    font-size: 15px !important;
  }

  #result_content {
    margin: 0px;
  }

  .first_row_edit_form {
    width: 100% !important;
  }

  .Edit_profile_maindiv {
    flex-direction: column;
  }

  .Edit_profile_container {
    width: 100% !important;
    border-radius: 10px !important;
  }

  /* #forumPanel_top {
    margin-top: 60px !important;
  } */

  #breadcrum-upperdiv {
    padding-left: 8px !important;
  }

  .editProfileButton {
    width: 276px;
  }
  .logoutButton {
    width: 276px;
  }

  .support_dropdown-content {
    width: 690px !important;
  }

  .statistics {
    margin-bottom: 0px !important;
  }

  #forum_pagination {
    justify-content: end !important;
  }

  .dropdown-content hr {
    width: 320px !important;
  }

  .dropdown-content {
    width: 364px !important;
    left: 1px;
  }

  .support_dropdown-content hr {
    width: 320px !important;
  }

  .support_dropdown-content {
    width: 596px !important;
    left: 1px;
  }

  .support_dropdown-content hr {
    width: 320px !important;
  }

  .support_dropdown-content {
    width: 596px !important;
    left: 1px;
  }

  .search-box {
    min-width: 596px !important;
  }

  .support_dropdown-content {
    width: 676px !important;
  }

  .form_div form {
    display: flex;
  }

  .userProfileSection select {
    width: 310px;
  }

  #forum_product_options {
    margin-left: 0px !important;
  }

  #forum_product_options {
    margin-left: 0px !important;
  }

  #forum_product_options {
    margin-left: 0px !important;
  }

  #unread {
    display: none;
  }

  .myProfileMain,
  .myProfileSecond {
    width: 100% !important;
    margin-top: 13px;
  }

  .profileDetailFlex {
    gap: 2px;
  }

  .profileDetailFlex > div {
    width: 100% !important;
  }

  .MyPostTitle font {
    float: none !important;
    display: block;
  }

  .myinput_search {
    width: 280px !important;
  }

  .Username_display p {
    display: none;
  }

  .Username_display img {
    padding-left: 5px;
    min-width: 8%;
    display: block !important;
  }

  .User_status a {
    font-weight: 600;
    margin-right: 0px;
  }

  .userProfileSection {
    display: flex;
    padding: 0 5px;
    font-size: 17px;
    gap: 10px;
    color: #023d86;
    flex-wrap: nowrap;
  }
}

#breadcrumb_View_all {
  top: 147px;
}

.avatar_img_profile {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.avatar_img_profile img {
  width: 50px;
  margin-bottom: 1px;
  margin-top: 0px;
}

.myinput_search {
  margin-right: 0px;
}

.Username_display font {
  display: flex;
  margin-top: 0px;
  margin-right: 15px;
  white-space: nowrap;
}

.editProfileButton {
  width: 140px;
}
.logoutButton {
  width: 140px;
}

.Username_display p {
  margin: 0px;
  padding: 0px;
  padding-right: 5px;
}

.form_div form {
  display: flex;
}

.Username_display img {
  display: none;
  width: 42px;
  padding: 7px;
  padding-top: 4px;
}

.footer {
  left: 0;
}

font {
  margin-top: 16px;
}

.fa-solid,
.fas {
  font-weight: 900;
  margin-right: 8px;
}

.myProfileSecond b {
  margin-left: 4px;
}

/* Search PopUp */

#myInput {
  box-sizing: border-box;
  background-size: 23px;
  background-position: 4px 6px;
  background-repeat: no-repeat;
  color: black;
  font-size: 14px;
  padding: 5px;
  border: 1px solid transparent;
  width: 508px;
  outline: none !important;
}

#myInput:focus {
  outline: 1px solid #2096a5;
}

#myInput:focus {
  outline: 1px solid #2096a5;
}

.dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.support_dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content hr {
  color: gray;
  height: 1px;
  width: 540px;
  margin: 2px;
  margin-left: 20px !important;
}

.support_dropdown-content hr {
  color: gray;
  height: 1px;
  width: 540px;
  margin: 2px;
  margin-left: 20px !important;
}

.dropdown-content {
  display: none;
  left: 9px;
  position: absolute;
  top: 41px;
  background-color: #ffffff;
  border-radius: 7px;
  width: 593px;
  z-index: 2;
  color: black;
  box-shadow: 0px 0px 5px grey;
  z-index: 3;
}

.pagination_sub_container {
  align-items: center;
  justify-content: flex-end;
}

.pagination_sub_container ul {
  padding-right: 0px;
}

.support_dropdown-content {
  top: 40px;
  position: absolute;
  display: none;
  margin: auto;
  background-color: #ffffff;
  border-radius: 7px;
  width: 681px;
  z-index: 2;
  color: black;
  box-shadow: 0px 0px 5px grey;
}

pre code {
  white-space: initial !important;
}

#history_ul a {
  background-image: url(/static/history.png);
  background-size: 20px;
  background-position: 22px;
  padding-left: 61px;
  background-repeat: no-repeat;
  width: 100%;
  margin: auto;
}

.search_results_list:last-child {
  margin-bottom: 20px;
  border-bottom: none !important;
}

#history_ul_support a {
  background-image: url(/static/history.png);
  background-size: 20px;
  background-position: 22px;
  padding-left: 61px;
  background-repeat: no-repeat;
  width: 100%;
  margin: auto;
}

#history_ul_support a:nth-last-child(-n + 4),
#history_ul_support a:nth-last-child(-n + 4) {
  display: block !important;
}

.list-group a:last-child {
  margin-bottom: 15px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.list-group a:first-child {
  border-top: none !important;
}

#history_ul_support a {
  display: none;
}

.list_group_item {
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
  padding: 10px 0px;
  cursor: pointer;
}

.list_group_item:hover {
  background-color: #f1f1f1d2;
  color: #007bff !important;
}

#history_ul_support {
  display: flex;
  margin-top: 0px;
  margin-left: 0px;
  /* flex-direction: column-reverse; */
}

#show_one:first-child {
  display: block !important;
}

#show_one li {
  display: none;
}

.search_results_header:first-of-type {
  height: 35px;
  background-image: url(/static/search_suggestions.png);
  background-size: 172px;
  background-position-y: 12px;
  background-position-x: 20px;
  padding-left: 45px;
  background-repeat: no-repeat;
}

.search_history_header:first-of-type {
  height: 35px;
  background-image: url(/static/search_history.png);
  background-size: 115px;
  background-position-y: 12px;
  background-position-x: 20px;
  padding-left: 45px;
  background-repeat: no-repeat;
}

.list-group {
  margin-left: 0px !important;
  margin-top: 0px !important;
  padding: 0px 10px !important;
}

.dropdown-content #history {
  background-image: url(/static/history.png);
  background-size: 25px;
  background-position: 23px;
  background-repeat: no-repeat;
}

.dropdown-content #chat {
  border-bottom: 1px solid #80808061;
  background-image: url(/static/chat.png);
  background-size: 23px;
  background-position: 23px;
  background-repeat: no-repeat;
}

.support_dropdown-content #chat {
  border-bottom: 1px solid #80808061;
  background-image: url(/static/chat.png);
  background-size: 23px;
  background-position: 23px;
  background-repeat: no-repeat;
}

.dropdown-content #chat:hover,
.dropdown-content #history:hover,
.dropdown-content #article:hover {
  color: #007bff;
  cursor: pointer;
}

.support_dropdown-content #chat:hover,
.support_dropdown-content #history:hover,
.support_dropdown-content #article:hover {
  color: #007bff;
  cursor: pointer;
}

.dropdown-content #article {
  background-image: url(/static/article.png);
  background-size: 23px;
  background-position: 23px;
  background-repeat: no-repeat;
}

.support_dropdown-content #article {
  background-image: url(/static/article.png);
  background-size: 23px;
  background-position: 23px;
  background-repeat: no-repeat;
}

.dropdown-content a {
  padding-left: 62px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 5px;
  color: black;
  text-decoration: none;
  display: block;
  border-bottom: 1px gray;
  background-size: 25px;
  background-position: 10px;
  background-repeat: no-repeat;
}

.support_dropdown-content a {
  padding-left: 62px;
  text-align: start;
  padding-right: 62px;
  padding-top: 10px;
  padding-bottom: 5px;
  color: black;
  text-decoration: none;
  display: block;
  border-bottom: 1px gray;
  background-size: 25px;
  background-position: 10px;
  background-repeat: no-repeat;
}

.support_dropdown-content a {
  padding-left: 62px;
  text-align: start;
  padding-right: 62px;
  padding-top: 10px;
  padding-bottom: 5px;
  color: black;
  text-decoration: none;
  display: block;
  border-bottom: 1px gray;
  background-size: 25px;
  background-position: 10px;
  background-repeat: no-repeat;
}

.dropdown-content a:hover {
  background-color: #f1f1f1d2;
}

.support_dropdown-content a:hover {
  background-color: #f1f1f1d2;
}

.show {
  display: block;
}

.supportsvgs {
  display: inline-block !important;
}

.view_all_topic_status {
  width: 15%;
  flex-grow: 1;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.view_all_forum_name {
  width: 15%;
  flex-grow: 1;
  text-align: center;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.editor-toolbar {
  color: black;
}

#input-birth-date {
  opacity: 0.5;
}

.Save_btn_Edit_profile {
  font-family: Arial, Helvetica, sans-serif;
  justify-content: center;
  padding: 5px 80px 5px 80px;
  margin-top: 15px !important;
  margin-bottom: 100px !important;
  border: 1px solid #0089bf;
  font-weight: 600;
  border-radius: 5px;
  display: flex;
  font-size: 18px;
  color: white;
  background-color: #0089bf;
}

.Save_btn_Edit_profile:hover {
  background-color: #0089bfce;
  border: 1px solid #0089bfcb;
  color: white;
}

.Cancel_btn_Edit_profile {
  font-family: Arial, Helvetica, sans-serif;
  justify-content: center;
  padding: 5px 80px 5px 80px;
  margin-top: 15px !important;
  margin-bottom: 100px !important;
  border: 1px solid #e75d5df3;
  font-weight: 600;
  border-radius: 5px;
  display: flex;
  font-size: 18px;
  color: #e75d5df3;
  background-color: white;
}

.Cancel_btn_Edit_profile:hover {
  border: 1px solid #e75d5d4b;
  background-color: #e75d5db6;
  color: #fff;
  transition: 0.3s;
}

.Info_for_code p {
  color: #0089bf;
  font-weight: 600;
}

.Info_for_code {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 20px;
}

.Info_for_code b {
  color: #0089bf;
  border: #0089bf 3px solid;
  border-radius: 100%;
  padding-top: 2px;
  font-size: 17px;
}

.Edit_verify_btn {
  border: 1px solid #0089bf;
  background-color: transparent;
  color: #0089bf !important;
  border-radius: 6px;
  padding: 4px 14px;
  font-size: 16px;
  font-weight: 600;
}

.Edit_verify_btn:hover {
  border: 1px solid #0089bf54;
  background-color: #0089bf0c;
  transition: 0.3s;
  text-decoration: none;
}

.first_row_edit_form,
.second_row_edit_form {
  display: flex;
  gap: 25px;
  width: 80%;
  margin-bottom: 20px;
}

.fix_label_input {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.Edit_profile_container {
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #095bbf;
  padding: 30px 20px 30px 20px;
  font-size: 18px;
  border-radius: 20px;
  border: 0.4px solid #839fc2;
  margin-top: 20px;
  box-shadow: 0px 0px 5px #95bdeb !important;
}

.otp-input-fields {
  max-width: 400px;
  width: auto;
  display: flex;
  gap: 10px;
  padding: 10px 10px 10px 10px;
}

.otp-input-fields input {
  height: 40px;
  width: 40px;
  background-color: transparent;
  border-bottom: 0.01em rgba(128, 128, 128, 0.479) solid !important;
  border: none;
  text-align: center;
  outline: none;
  font-size: 24px;

  &::-webkit-outer-spin-button,
  &::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
}

#no_posts_found h3 {
  display: flex;
  font-weight: 600;
  flex-direction: column-reverse;
  align-items: center;
  margin-bottom: 30px;
}

#no_posts_found h3 a {
  margin-top: 20px;
  border-radius: 15px;
  width: 140px;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 16px 5px 16px;
}

.Statistics_container {
  margin-bottom: 100px;
}

#formdiv {
  display: flex;
  justify-content: space-around;
  width: 70%;
}

#searchbar_container {
  display: flex;
  margin-right: 10px;
  justify-content: space-between;
  border: 1px solid #267e9e;
  border-radius: 4px;
  align-items: center;
  height: max-content;
}

.Results_sub_container {
  display: flex;
  border: 1px solid #8cc0ff87;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  background-color: #8cc0ff45;
  padding: 6px 25px;
  align-items: baseline;
  justify-content: space-between;
  border-radius: 4px;
  align-items: center;
  height: max-content;
}

.Results_content_container {
  border: 1px solid rgba(0, 0, 0, 0.423);
  border-radius: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 0px 123px 15px 123px;
  font-size: 18px;
}

.Results_content_container p {
  padding-bottom: 0px;
  /* padding-top: 5px; */
  align-content: center;
  padding-left: 10px;
  width: 90%;
  margin-top: 15px;
  margin-left: 30px;
  font-size: 16px;
}

.Results_content_container pre:nth-of-type(0),
.Results_content_container p:nth-of-type(2) {
  display: none;
}

.Results_content_container a {
  word-break: break-all;
}

.Results_content_container img {
  max-width: 70%;
  display: flex;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.Results_sub_container a {
  display: flex;
  color: rgba(0, 0, 0, 0.696);
  font-size: 18px;
  gap: 30px;
  color: #23538e;
  font-weight: bold;
  margin-bottom: 0px;
  align-items: baseline;
  display: block;
}

.Results_sub_container p {
  font-size: 18px;
  color: #23538e;
  display: flex;
  font-weight: bold;
  margin-right: 45px;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
}

.Subject_container {
  display: flex;
  align-items: flex-start;
  width: 75%;
}

.Results_sub_container a:hover {
  color: #23538e;
}

.Results_sub_container a p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}

.Results_sub_container h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 4px;
}

.input-group-addon {
  background-color: transparent;
  border: none;
  padding-left: 0px;
  padding-right: 10px;
  opacity: 1;
  padding-top: 0px;
  align-self: center;
  padding-bottom: 0px;
}

.pagination li span,
.pagination li span a,
#Anchor_pagination_btn {
  padding: 5px 12px;
}

#formdiv {
  display: flex;
  justify-content: space-around;
  width: 70%;
}

#searchbar_container {
  display: flex;
  margin-right: 10px;
  justify-content: space-between;
  border: 1px solid #267e9e;
  border-radius: 4px;
  align-items: center;
  height: max-content;
}

#formdiv {
  display: flex;
  justify-content: space-around;
  width: 70%;
}

#dropdown_moderation_tool {
  position: absolute;
  top: 91%;
  left: -160px;
  width: 210px;
  z-index: 1;
  float: left;
  padding: 0rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.65rem;
}

#dropdown_moderation_tool a {
  width: max-content;
  border: none;
  width: 205px !important;
  padding-left: 10px;
  margin-left: 0px;
  display: flex;
  justify-content: space-between;
}

#dropdown_moderation_tool a img {
  width: 16px !important;
}

#dropdown_moderation_tool a:hover {
  background-color: #3ebae715;
}

#dropdown_moderation_tool a:focus {
  color: black;
}

.Results_sub_container {
  display: flex;
  border: 1px solid #8cc0ff87;
  background-color: #8cc0ff45;
  padding: 6px 25px;
  align-items: baseline;
  justify-content: space-between;
  border-radius: 6px;
  align-items: center;
}

.Results_content_container {
  border: 1px solid rgba(0, 0, 0, 0.423);
  border-radius: 0px 0px 6px 6px;
  padding: 0px 123px 15px 0px;
  font-size: 18px;
}

.Results_content_container pre {
  margin-left: 31px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.Results_content_container p {
  padding-bottom: 0px;
  /* padding-top: 5px; */
  align-content: center;
  padding-left: 0px;
  width: 90%;
  margin-top: 15px;
  margin-left: 30px;
  font-size: 16px;
}

.Results_content_container a {
  word-break: break-all;
}

.Results_content_container img {
  max-width: 70%;
  display: flex;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.Results_sub_container a {
  display: flex;
  color: rgba(0, 0, 0, 0.696);
  font-size: 18px;
  gap: 30px;
  color: #23538e;
  font-weight: bold;
  margin-bottom: 0px;
  align-items: baseline;
  display: block;
}

.Results_sub_container p {
  font-size: 18px;
  color: #23538e;
  display: flex;
  font-weight: bold;
  margin-right: 15px;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
}

.Subject_container {
  display: flex;
  align-items: flex-start;
  width: 75%;
}

.Results_sub_container a:hover {
  color: #23538e;
}

.Results_sub_container a p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}

.Results_sub_container h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 4px;
}

.post-update-reason {
  display: flex;
  flex-direction: column;
  margin-left: 85px;
  margin-top: 15px;
}

.userProfileSection .form_div {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.checked-product {
  font-weight: bold !important;
  color: #023d86;
}

.bread-login-mobile {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin-inline: auto;
  /* align-items: center; */
}

#id_dropdown_moderation_menu_button:hover {
  box-shadow: none !important;
  background-color: #ffc107c6;
  border-color: #ffc107c6;
}

.bread-login-mobile .breadcrumb {
  margin-top: 0;
}

.lock_topic_btns button:hover,
.lock_topic_btns a:hover {
  box-shadow: none !important;
  opacity: 0.8;
  text-decoration: none;
}

.lock_topic_btns button:hover,
.lock_topic_btns a:hover {
  box-shadow: none !important;
  opacity: 0.8;
  text-decoration: none;
}

.lock_topic_btns button:hover,
.lock_topic_btns a:hover {
  box-shadow: none !important;
  opacity: 0.8;
  text-decoration: none;
}

.bread-div .breadcrumb {
  overflow-x: hidden !important;
  flex-wrap: nowrap;
  white-space: nowrap;
}

#topic_lock_container {
  background-color: #e7eef8;
  color: #095bbf;
  border-bottom: 1px solid #759ac8;
  border-radius: 10px 10px 0 0;
  padding: 20px;
}

#topic_lock_container {
  background-color: #e7eef8;
  color: #095bbf;
  border-bottom: 1px solid #759ac8;
  border-radius: 10px 10px 0 0;
  padding: 20px;
}

.bread-div .breadcrumb-item:last-child {
  overflow-x: hidden;
}

.bread-div .breadcrumb-item {
  text-overflow: ellipsis;
}

.User_status a {
  border: 1px solid #023d86;
  border-radius: 5px;
  padding-inline: 5px;
  height: 35px;
  /* width: 110px; */
  justify-content: center;
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-size: 16px;
}

.add-text {
  color: green;
}

.remove-text {
  color: #004599;
}

#id_update_reason {
  margin-left: 85px;
  width: 92%;
  border-radius: 10px;
}

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

.added {
  color: #095bbf;
  font-weight: bold;
}

.removed {
  color: black;
  font-weight: bold;
}

.text-dec-none {
  text-decoration: none !important;
}

.copy-to-helpdesk-disable {
  cursor: not-allowed;
  pointer-events: none;
}

.post-delete-page {
  margin-top: 30px;
  margin-bottom: 100px;
}

#topic_lock_main_container {
  width: 100%;
  margin: auto;
  border: 1px solid #aa1c1c;
  border-radius: 10px;
  overflow-x: hidden;
  max-width: 1500px;
}

.post-delete-page .post-delete {
  margin: auto;
  border: 1px solid #aa1c1c;
  border-radius: 10px;
  overflow-x: hidden;
  max-width: 1500px;
}

.post-delete-page .card-header {
  background-color: #fceeec;
  color: #f0432b;
  border-bottom: 1px solid #aa1c1c;
  border-radius: 10px 10px 0 0;
  padding: 20px;
}

.post-delete-page .card-title {
  background-color: transparent;
  font-weight: bolder;
  color: #f02b2b;
  font-size: 20px;
}

.post-delete-page .card-body {
  border-radius: 0 0 10px 10px;
  padding: 30px;
  max-width: 1400px;
  font-size: 18px;
  color: #666666;
}

.post-delete-page .warning-message {
  margin-bottom: 20px;
  font-size: 18px;
}

.post-delete-page .btn {
  background-color: #f02b2b;
  color: #fff;
  margin-right: 20px;
  font-size: large;
  border-radius: 10px;
  padding: 5px 16px;
  border: none;
  margin-top: 20px;
}

.post-delete-page .btn-secondary {
  font-size: large;
  border: 1px solid black;
  color: black;
  padding: 5px 16px;
  border-radius: 10px;
  margin-right: 20px;
  background-color: white;

  &:hover {
    color: black;
  }
}

.post-delete-page .btn-secondary:hover {
  color: black;
}

.card-body img {
  max-width: 100% !important;
}

.list-post .card-head img {
  margin-right: 20px;
}

.list-post .card-head a {
  margin-right: 20px;
  color: #004599;
}

#topic_lock_main_container {
  width: 100%;
  margin: auto;
  border: 1px solid #646465;
  border-radius: 10px;
}

#topic_lock_main_container {
  width: 100%;
  margin: auto;
  border: 1px solid #646465;
  border-radius: 10px;
}

#topic_lock_main_container {
  width: 100%;
  margin: auto;
  border: 1px solid #646465;
  border-radius: 10px;
}

.list-post .card-body {
  max-width: 1400px;
  margin-inline: auto;
  font-size: 18px;
  color: #666666;
}

.lock_topic_btns a {
  font-size: large;
  border: 1px solid black;
  color: black;
  border-radius: 10px;
  padding: 5px 16px;
}

.list-post .card-body .text-forum span,
.list-post .card-body .text-topic span {
  min-width: 60px;
  display: inline-block;
  opacity: 0.8;
  font-size: 18px;
  color: #095bbf;
}

.list-post .card-body .post-list-table .text-post {
  min-width: 60px;
  display: inline-block;
  color: #095bbf;
  opacity: 0.8;
}

.list-post .action-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}

.post-approve {
  margin-top: 30px;
  margin-bottom: 100px;
}

.post-approve .main-content {
  margin: auto;
  border: 1px solid #19814e;
  border-radius: 10px;
  overflow-x: hidden;
  max-width: 1500px;
  color: #666666;
}

.post-approve .card-header {
  background-color: #f0ffee;
  color: #095bbf;
  border-bottom: 1px solid #19814e;
  border-radius: 10px 10px 0 0;
  padding: 20px;
}

#id_dropdown_moderation_menu_button {
  background-image: url("/static/support-forum-gavel.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-size: 14px;
  background-position: 5px;
  width: 50px;
  height: 30px;
}

#id_dropdown_moderation_menu_button {
  background-image: url("/static/support-forum-gavel.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-size: 14px;
  background-position: 5px;
  width: 50px;
  height: 30px;
}

#id_dropdown_moderation_menu_button {
  background-image: url("/static/support-forum-gavel.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-size: 14px;
  background-position: 5px;
  width: 50px;
  height: 30px;
}

.post-approve .card-header h2 {
  background-color: #f0ffee;
  font-weight: bolder;
  color: #109d00;
}

.forumlist-top-controls a:hover {
  background-color: #007bff23;
  filter: none !important;
  border-color: #007bff23;
}

.forumlist-top-controls a:hover {
  background-color: #007bff23;
  filter: none !important;
  border-color: #007bff23;
}

.post-approve .card-body {
  border-radius: 0 0 10px 10px;
  padding: 20px;
  max-width: 1400px;
  margin-inline: auto;
}

#post_reply_btn {
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 600;
  color: #007bff;
  background-color: white;
}

#post_reply_btn {
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 600;
  color: #007bff;
  background-color: white;
}

.post-approve .card-body .text-fourm > span,
.post-approve .card-body .text-topic > span {
  min-width: 60px;
  display: inline-block;
  opacity: 0.8;
  font-size: 18px;
}

.post-approve .card-body .text-topic > span {
  min-width: 60px;
  display: inline-block;
  opacity: 0.8;
}

.post-approve .card-body .text-post {
  min-width: 60px;
  display: inline-block;
  color: #095bbf;
  opacity: 0.8;
  margin-bottom: 0px;
}

.post-approve .card-body .text-old-post {
  min-width: 100px;
  display: inline-block;
  color: #095bbf;
  opacity: 0.8;
  margin-bottom: 0px;
}

#post_reply_btn:hover,
.SubscribeToNewsLetterButton:hover {
  background-color: #007bff23;
  box-shadow: none;
  border-color: #007bff23;
}

#post_reply_btn:hover,
.SubscribeToNewsLetterButton:hover {
  background-color: #007bff23;
  box-shadow: none;
  border-color: #007bff23;
}

.post-approve .btn-back {
  font-size: large;
  border: 1px solid black;
  color: black;
  border-radius: 10px;
  padding: 5px 16px;
}

.post-disapprove {
  margin-top: 30px;
  margin-bottom: 100px;
}

.post-disapprove .main-content {
  margin: auto;
  border: 1px solid #aa1c1c;
  border-radius: 10px;
  overflow-x: hidden;
  max-width: 1500px;
}

.post-disapprove .card-header {
  background-color: #fceeec;
  color: #f0432b;
  border-bottom: 1px solid #aa1c1c;
  border-radius: 10px 10px 0 0;
  padding: 20px;
}

.post-disapprove .card-header > h2 {
  background-color: transparent;
  font-weight: bolder;
  color: #f02b2b;
}

.post-disapprove .card-body {
  border-radius: 0 0 10px 10px;
  padding: 20px;
  max-width: 1400px;
  margin-inline: auto;
  font-size: 18px;
  color: #666666;
}

.post-disapprove .card-body .text-forum > span,
.post-disapprove .card-body .text-topic > span {
  min-width: 60px;
  display: inline-block;
  opacity: 0.8;
}

.post-disapprove .text-post {
  min-width: 60px;
  display: inline-block;
  color: #095bbf;
  opacity: 0.8;
}

.post-disapprove .btn-back {
  font-size: large;
  border: 1px solid black;
  color: black;
  padding: 5px 16px;
  border-radius: 10px;
  margin-right: 20px;
}

.post-disapprove .btn-submit {
  background-color: #f02b2b;
  color: #fff;
  margin-right: 20px;
  font-size: large;
  border-radius: 10px;
  padding: 5px 16px;
}

.add-before-userProfile {
  position: static;
  /* top: 40px !important;
    left: -64px !important;
    width: 100% !important; */
  max-width: 100%;
  margin-top: 0px;
  width: 100% !important;
  transform: scale(1);
  margin-left: 0px;
  border-radius: 0px;
  box-shadow: none;
}

.guideline-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #00000099;
  transform: scale(0);
}

.guideline-popup .main-guideline {
  position: relative;
  background-color: white;
  width: min(800px, 80%);
  height: auto;
  max-height: 90%;
  /* padding: 20px; */
  overflow-y: auto;
  border-radius: 10px;
}

.guideline-popup .guideline-head {
  border-bottom: 1px solid #a7cfff;
  font-weight: bold;
  background-color: #d8e9ff;
  padding: 20px;
  /* padding */
  padding-inline: 40px;
}

.guideline-popup .guideline-head h2 {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 0px;
}

.guideline-popup .guideline-body {
  margin-block: 20px;
  padding-inline: 24px;
  padding-left: 30px;
}

.guideline-popup .guideline-body ul {
  list-style-position: inside;
  margin-left: 0px;
}

.guideline-popup .guideline-body li {
  font-size: 16px;
  border-bottom: 1px solid #e1e1e1;
  padding-block: 8px;
}

.guideline-footer {
  display: flex;
  justify-content: end;
  padding-inline: 24px;
  padding-bottom: 24px;
}

.guideline-footer .btn-understand {
  background-color: #095bbf;
  color: white;
  border: 1px solid #095bbf;
  border-radius: 8px;
  padding-inline: 20px;
  font-size: 18px;
  transition: 0.2s;
  padding-block: 5px;
}

.guideline-footer .btn-understand:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.35);
}

@media (min-width: 767px) and (max-width: 1280px) {
  .userProfileSection,
  .forumsContainer,
  .main-table-forumsContainer,
  .bread-login-mobile,
  .forumlist-top-controls {
    margin-inline: 25px;
  }

  #post_reply_btn img {
    width: 20px;
    margin-bottom: 2px;
    filter: brightness(0) saturate(100%) invert(45%) sepia(99%) saturate(4942%)
      hue-rotate(200deg) brightness(102%) contrast(108%);
  }

  #myProfileThird {
    display: none !important;
  }
}

#result_content,
.Results_content_container p {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
}

.Results_content_container img {
  display: none !important;
}

.Results_content_container p:not(:nth-child(2)) {
  display: none !important;
}

.Post_container {
  cursor: pointer;
}

.Post_container:hover .Subject_container {
  text-decoration: underline;
}

.forumnav li {
  font-size: 16px;
  padding-right: 20px;
  padding: 0px 10px;
  margin-left: 14px;
}

.forumnav li a {
  text-decoration: none;
  color: rgb(0 0 0 / 60%);
  font-weight: 600;
}

.forumnav {
  padding: 0px !important;
  list-style-type: none;
  display: flex;
  text-align: left;
  margin: 0px;
  background-color: #007bff23;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 10px !important;
  border-radius: 5px;
  min-width: 200px;
  filter: none !important;
  border-bottom-left-radius: 0px;
  clip-path: polygon(0 0, 93% 0, 100% 53%, 93% 100%, 0 100%);
  padding: 10px 0px;
  border: 1px solid #007bff21;
}

.forumnav:hover {
  background-color: #007bff77;
}

.sub-main_container {
  display: flex;
  justify-content: space-between;
}
