body {
  background-color: #EDF0F5;
}
.flex-break {
  display: none;
}
@media screen and (max-width: 1280px) {
  .flex-break {
    display: block;
    width: 100%;
  }
}
.btn {
  border-radius: 5px;
}
a.btn {
  padding-top: 5px;
}
.btn-primary {
  background-color: #2D5CB9 !important;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #254C9A !important;
}
.btn-primary:disabled {
  background-color: #888888 !important;
}
.btn-primary:active {
  background-color: #254C9A !important;
  border: 1px solid #fff !important;
  box-shadow: 0 0 0 1px #254C9A !important;
}
.btn-secondary {
  color: #000 !important;
  background-color: transparent !important;
  border: 1px solid #000 !important;
}
.btn-secondary:hover {
  color: #000 !important;
  background-color: transparent !important;
  border: 1px solid #2D5CB9 !important;
}
.btn-secondary:disabled {
  color: #888888 !important;
  background-color: transparent !important;
  border: 1px solid #888888 !important;
}
.btn-secondary:active {
  color: #2D5CB9 !important;
  background-color: #DBE0EB !important;
  border: 1px solid #2D5CB9 !important;
}
.btn-success {
  color: #fff;
  background-color: #279c6c;
}
.btn-danger {
  color: #fff;
  background-color: #D43A2E;
}
.modal-content {
  border-radius: 5px;
  background: #fff;
}
.veforum_pagination {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination {
  justify-content: center;
  margin-bottom: 0;
}
.page-item:not(:first-child):not(:last-child) {
  margin: 0 5px;
  border: 1px solid #000;
  border-radius: 5px;
}
.page-item:not(:first-child) .page-link, .page-item:not(:last-child) .page-link {
  padding: 0 1rem !important;
  border-radius: 5px;
  background-color: transparent;
  border: none;
}
.page-item:first-child, .page-item:last-child {
  border: none;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
  border: none;
  border-radius: 5px;
  background-color: transparent;
  scale: 2;
}
.pagination .page-item.active {
  background-color: #DBE0EB;
  border-color: #2D5CB9;
}
.pagination .page-item.active .page-link {
  color: #2D5CB9;
}
.page-item:first-child .page-link:focus, .page-item:last-child .page-link:focus {
  box-shadow: none;
}
input:not(:disabled), select:not(:disabled), option:not(:disabled), textarea:not(:disabled) {
  cursor: pointer;
}
#veforum {
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.veforum_mobile_block {
  display: none;
}
.veforum_mobile_inline_block {
  display: none;
}
@media screen and (max-width: 992px) {
  .veforum_mobile_none {
    display: none;
  }
  .veforum_mobile_block {
    display: block;
  }
  .veforum_mobile_inline_block {
    display: inline-block;
  }
}
#veforum_main_navigation {
  height: 60px;
  width: 100%;
  z-index: 100;
}
#veforum_main_navigation #veforum_logo {
  position: absolute;
  top: 10px;
  left: 10px;
}
#veforum_main_navigation #veforum_forum_name {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
#veforum_main_navigation #veforum_category_name {
  position: absolute;
  top: 20px;
  right: 50%;
}
#veforum_category_description {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
#veforum_main_navigation .veforum_navigation_buttons {
  position: absolute;
  display: flex;
  top: 10px;
  right: 220px;
}
@media screen and (max-width: 1300px) {
  #veforum_main_navigation .veforum_navigation_buttons {
    display: none;
  }
}
.veforum_login_button {
  position: absolute;
  top: 15px;
  right: 15px;
}
#veforum_main_navigation_buttons > * {
  margin: 5px;
}
#veforum_logout {
  margin: 5px;
}
/*#veforum_moderator_main_navigation > a {
    margin: 5px;
}

#veforum_moderator_main_navigation {
    position: relative;
    display: inline-block;
}*/
.veforum_wrapper {
  margin: 50px;
}
.veforum_wrapper_no_top {
  margin: 0 50px 50px 50px;
}
.veforum_wrapper_x {
  margin-right: 50px;
  margin-left: 50px;
}
@media screen and (max-width: 992px) {
  .veforum_wrapper {
    margin: 25px;
  }
  .veforum_wrapper_x {
    margin-right: 25px;
    margin-left: 25px;
  }
  .veforum_wrapper_no_top {
    margin: 0 25px 25px 25px;
  }
}
.veforum_item_container_options {
  display: flex;
  justify-content: start;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.veforum_menu {
  position: fixed;
  left: 0;
  margin-left: -10px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 1px 1px 1px 11px;
  z-index: 10;
}
.veforum_extended {
  display: none;
}
.veforum_minimized {
  display: inline-block;
}
.veforum_extend_menu .veforum_extended {
  display: inline-block;
}
.veforum_extend_menu .veforum_minimized {
  display: none;
}
.veforum_sidebar_button {
  height: 2.2rem;
  width: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.veforum_extend_menu .veforum_sidebar_button {
  height: initial;
  width: initial;
  height: 2.2rem;
  width: 12rem;
}
.veforum_extend_menu .veforum_sidebar_button span {
  padding: 0 5px;
}
.veforum_menu_1 {
  z-index: 25;
  top: 110px;
}
.veforum_menu_2 {
  z-index: 20;
  top: 160px;
}
.veforum_menu_3 {
  z-index: 15;
  top: 210px;
}
.veforum_menu_4 {
  z-index: 10;
  top: 260px;
}
.veforum_menu_label {
  font-style: italic;
  opacity: 0.5;
}
.veforum_dropdown_button {
  border-color: black;
}
.veforum_thread_columns {
  display: flex;
}
.veforum_thread_column_1 {
  width: calc(100% - 200px);
}
.veforum_thread_column_2 {
  width: 200px;
}
@media screen and (max-width: 1200px) {
  .veforum_thread_column_1 {
    width: 100%;
  }
  .veforum_thread_column_2 {
    display: none;
  }
}
.veforum_thread_options, .veforum_post_options {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .veforum_thread_options, .veforum_post_options {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
.veforum_thread_info, .veforum_post_info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .veforum_thread_info, .veforum_post_info {
    flex-direction: column;
    align-items: start;
  }
}
.veforum_info_item {
  width: 70px;
}
.veforum_timeline {
  height: 600px;
  position: fixed;
  right: 20px;
  top: 80px;
  width: 200px;
  color: #595959;
}
.veforum_timeline_line {
  position: relative;
  height: 400px;
  width: calc(100% - 10px);
  margin-left: 10px;
  border-left: 1px solid #000;
}
.veforum_timeline_item_container {
  position: relative;
  left: -5px;
  height: 15px;
  width: 100%;
  font-size: 12px;
}
.veforum_timeline_item {
  position: absolute;
  height: 100%;
  width: 100%;
}
.veforum_timeline_point {
  position: relative;
  top: 0;
  left: 0;
  height: 8px;
  width: 8px;
  background-color: #000;
  border-radius: 8px;
  cursor: pointer;
}
.veforum_timeline_date {
  position: relative;
  top: -15px;
  left: 20px;
}
.veforum_timeline_item_container.veforum_timeline_item_small {
  font-size: 12px;
}
.veforum_timeline_item_container.veforum_timeline_item_small .veforum_timeline_date {
  top: -23px;
}
.veforum_timeline_item.active .veforum_timeline_relative_position {
  color: #2D5C89;
}
.veforum_timeline_item.active .veforum_timeline_point {
  background-color: #2D5C89;
  scale: 1.5;
}
.veforum_timeline_relative_position {
  position: relative;
  top: -15px;
  left: 20px;
}
.veforum_thread_container {
  padding: 2.5rem;
}
.veforum_thread_container .veforum_thread_preview_title {
  color: #000;
}
.veforum_thread_container:hover .veforum_thread_preview_title {
  color: #2D5CB9;
}
.veforum_thread_container:active {
  background-color: #DBE0EB;
}
.veforum_thread_container:active .veforum_thread_preview_title {
  color: #2D5CB9;
}
@media screen and (max-width: 992px) {
  .veforum_thread_container {
    padding: 1.5rem;
  }
}
* > .veforum_thread_container:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.veforum_thread_container a {
  width: 100%;
}
.veforum_thread_options .dropdown-toggle, .veforum_post_options .dropdown-toggle {
  border-radius: 2.5rem;
  color: #000;
}
.veforum_thread_options .dropdown-toggle:hover, .veforum_post_options .dropdown-toggle:hover {
  background-color: #DBE0EB;
}
.veforum_thread_options .dropdown-toggle:active, .veforum_post_options .dropdown-toggle:active {
  background-color: #DBE0EB;
  color: #2D5CB9;
}
.veforum_share_button {
  color: #000 !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 2.5rem;
  padding: 0 5px;
  box-shadow: none !important;
}
.veforum_share_button:hover {
  color: #000 !important;
  background-color: #DBE0EB !important;
  border: none !important;
  box-shadow: none !important;
}
.veforum_share_button:active {
  color: #2D5CB9 !important;
  background-color: #DBE0EB !important;
  border: none !important;
  box-shadow: none !important;
}
.veforum_profile_wrapper {
  margin: 2.5rem;
  display: flex;
  justify-content: space-between;
}
.veforum_profile_column_1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
.veforum_profile_column_2 {
  width: calc(100% - 250px);
}
.veforum_profile_column_2_header {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .veforum_profile_wrapper {
    display: block;
  }
  .veforum_profile_column_1, .veforum_profile_column_2 {
    width: 100%;
  }
  .veforum_profile_column_2_header {
    display: block;
    width: 100%;
  }
}
.veforum_profile_main_image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding-top: 0.25rem;
  background: #eee;
  border: 2px solid #39F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  color: #333;
  overflow: hidden;
}
.veforum_profile_main_name {
  font-weight: 500;
  font-size: 28px;
  margin-top: 2rem;
}
.veforum_profile_main_email {
  font-weight: 400;
  font-size: 12px;
}
.veforum_profile_item_label {
  font-weight: 400;
  font-size: 12px;
  color: #888888;
}
.veforum_profile_item_value {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.veforum_profile_small_image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 5px;
  background: #eee;
  border: 2px solid #39F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #333;
  overflow: hidden;
}
#veforum_profile_settings label {
  font-weight: 400;
  font-size: 14px;
}
#veforum_report_reason_select {
  padding: 5px 0 5px 5px;
  border-radius: 5px;
}
.veforum_moderator {
  opacity: 0.35;
}
.veforum_thread_content_preview {
  position: relative;
  height: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.veforum_thread_follow_button {
  padding-top: 10px !important;
  padding-bottom: 10px;
  scale: 0.75;
  margin-top: -6px;
}
.veforum_show {
  display: block;
}
#veforum_breadcrump_navigation {
  display: flex;
  justify-content: start;
  margin-left: 50px;
}
@media (max-width: 992px) {
  #veforum_breadcrump_navigation {
    margin-left: 25px;
  }
}
#veforum_breadcrumps {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#veforum_breadcrumps * {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}
.veforum_breadcrumps_place_holder {
  display: none;
}
@media (max-width: 992px) {
  #veforum_breadcrumps:has(> *:nth-child(8)) > *:nth-child(n+4):not(:nth-last-child(-n+4)) {
    display: none;
  }
  #veforum_breadcrumps:has(> *:nth-child(8)) .veforum_breadcrumps_place_holder {
    display: inline-block;
  }
}
@media (max-width: 1200px) {
  #veforum_breadcrumps:has(> *:nth-child(10)) > *:nth-child(n+4):not(:nth-last-child(-n+6)) {
    display: none;
  }
  #veforum_breadcrumps:has(> *:nth-child(10)) .veforum_breadcrumps_place_holder {
    display: inline-block;
  }
}
@media (max-width: 1400px) {
  #veforum_breadcrumps:has(> *:nth-child(12)) > *:nth-child(n+4):not(:nth-last-child(-n+8)) {
    display: none;
  }
  #veforum_breadcrumps:has(> *:nth-child(12)) .veforum_breadcrumps_place_holder {
    display: inline-block;
  }
}
#veforum_breadcrump_navigation_box {
  width: 100%;
  height: 200px;
  background-color: #2D5CB9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#veforum_breadcrumps_headline {
  font-weight: 400;
  font-size: 32px;
}
#veforum_breadcrump_navigation .veforum_breadcrumps_arrow {
  color: #888888;
}
#veforum_breadcrump_navigation_box .veforum_breadcrumps_arrow {
  color: #fff;
  padding-right: 5px;
  padding-left: 5px;
  scale: 0.8;
}
#veforum_breadcrump_navigation .breadcrump-category {
  color: #000;
  padding: 0 5px;
  text-decoration: underline;
}
#veforum_breadcrump_navigation .breadcrump-thread {
  color: #888888;
  padding: 0 5px;
  text-decoration: underline;
}
#veforum_breadcrump_navigation_box .breadcrump-category, #veforum_breadcrump_navigation_box .breadcrump-thread {
  color: #fff;
  padding: 0 5px;
}
.veforum_navigation_buttons {
  display: flex;
  flex-direction: column;
}
.veforum_navigation_buttons > * {
  margin: 5px;
}
.veforum_categries_container_wrapper {
  display: flex;
  justify-content: center;
}
.veforum_categries_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1244px;
  overflow: hidden;
}
.veforum_category_container {
  background-color: rgba(255, 255, 255, 0.4);
  width: 300px;
  height: 150px;
}
.veforum_category_card_name {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  height: 30px;
}
.veforum_category_card_description {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  height: 60px;
  color: #888888;
}
.veforum_category_card_info {
  display: flex;
  justify-content: space-between;
  color: #595959;
}
@media screen and (max-width: 1300px) {
  .veforum_categries_container {
    width: 622px;
  }
}
@media screen and (max-width: 922px) {
  .veforum_categries_container {
    width: 422px;
    justify-content: center;
  }
  .veforum_category_card_name {
    font-weight: 600;
    font-size: 16px;
  }
  .veforum_category_card_description, .veforum_category_card_info_label {
    display: none;
  }
  .veforum_category_container {
    width: 200px;
    height: 100px;
  }
  .veforum_category_card_info {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .veforum_categries_container {
    width: 322px;
  }
  .veforum_category_card_name {
    font-weight: 600;
    font-size: 12px;
  }
  .veforum_category_container {
    width: 150px;
    height: 75px;
  }
  .veforum_category_card_info {
    margin-top: 0px;
  }
}
.veforum_category_filter_and_follow_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.veforum_category_follow_menu {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 992px) {
  .veforum_category_follow_menu {
    justify-content: center;
    width: 100%;
  }
}
.veforum_show_more_categories_button {
  border: none;
  font-weight: 400;
  font-size: 14px;
}
.veforum_show_more_categories_button span {
  padding: 5px 0 0 10px;
}
.veforum_show_more_categories_button .veforum_more_categories_opened {
  display: none;
}
.veforum_show_more_categories_button.opened .veforum_more_categories_opened {
  display: inline-block;
}
.veforum_show_more_categories_button .veforum_more_categories_closed {
  display: inline-block;
}
.veforum_show_more_categories_button.opened .veforum_more_categories_closed {
  display: none;
}
.veforum_input_textarea {
  width: 100%;
  padding: 10px;
  height: 280px;
}
.veforum_authors {
  margin-top: 10px;
  margin-bottom: 10px;
}
.veforum_scoring {
  margin-top: 10px;
  margin-bottom: 10px;
}
.veforum_thread_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem;
  border-bottom: 1px solid #ccc;
}
.veforum_thread_header_label {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}
.thread_header_info * {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #888888;
}
.veforum_thumbs_down_button, .veforum_thumbs_up_button {
  border: none;
  background-color: transparent;
}
.veforum_thumbs_down_button:hover, .veforum_thumbs_up_button:hover {
  border-radius: 2.5rem;
  background-color: #DBE0EB;
}
.veforum_grey {
  color: #888888;
}
.veforum_thread_sidebar_options {
  position: fixed;
  right: 50px;
  top: 580px;
  display: flex;
  gap: 5px;
}
#veforum_search_result_container .modal-header {
  padding: 10px 0;
}
.veforum_search_result_search {
  display: flex;
  width: 100%;
  gap: 0.5em;
}
.veforum_search_result_search input {
  width: auto;
  flex: 1 1 0%;
  min-width: 0;
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
  background-color: transparent;
  cursor: text;
}
.veforum_search_result_search input:focus {
  box-shadow: none;
}
.veforum_search_result_search_button {
  border: none;
  background-color: transparent;
}
.veforum_search_result_item {
  padding: 10px;
  width: 100%;
}
.veforum_search_result_item:hover {
  background-color: #EDF0F5;
}
.veforum_search_result_item a {
  color: #000;
  display: flex;
  justify-content: space-between;
}
.veforum_search_result_item:hover a {
  color: #2D5CB9;
}
.veforum_search_result_thread {
  width: 100%;
  display: flex;
}
.veforum_search_result_thread_name {
  width: 74%;
  padding-right: 5px;
}
.veforum_search_result_thread_views {
  width: 16%;
}
.veforum_search_result_thread_posts {
  width: 16%;
}
.veforum_search_result_thread_arrow {
  width: 4%;
}
.veforum_my_thread_submissions, .veforum_my_post_submissions {
  margin-top: 20px;
  margin-bottom: 20px;
}
.veforum_new_submission {
  padding: 2.5rem;
}
#veforum_matcher {
  margin: 100px;
}
.veforum_target_container_options {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.veforum_message {
  display: inline-block;
  overflow: hidden;
  height: 0px;
  width: 100%;
  position: relative;
  animation-duration: 5s;
  animation-name: veforum_hide_message;
}
.veforum_message div {
  border: #000 1px solid;
  color: #000;
  padding: 10px 20px;
  position: absolute;
  left: 100%;
  top: 0;
  width: 120%;
  animation-duration: 5s;
  animation-name: veforum_show_message;
}
.veforum_success div {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}
.veforum_thread_posts > *:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.veforum_thread_section, .veforum_post {
  padding: 2.5rem;
  border-bottom: 1px solid #ccc;
}
#veforum_sub_threads a {
  width: 100%;
}
@keyframes veforum_show_message {
  0% {
    left: 100%;
  }
  25% {
    left: 0%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes veforum_hide_message {
  0% {
    height: 60px;
  }
  50% {
    height: 60px;
  }
  100% {
    height: 0px;
  }
}
.veforum_rte {
  border: #000 1px solid;
  padding: 10px;
  width: 100%;
  height: 400px;
}
.veforum_editable_content_container {
  border: #000 1px solid;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.veforum_editable_content_options, .veforum_text_options {
  display: flex;
  justify-content: center;
}
.veforum_editable_content_options button, .veforum_text_options button {
  margin: 10px;
}
.veforum_status_new {
  color: #fff;
  background-color: #279c6c;
}
.veforum_status_used {
  color: #fff;
  background-color: #2f7bf6;
}
.veforum_status_ignored {
  color: #fff;
  background-color: #d43a2e;
}
.veforum_tabs {
  padding: 10px;
  margin: 10px;
}
.veforum_table {
  width: 100%;
}
.veforum_table th {
  width: 300px;
}
.veforum_table th.large {
  width: 600px;
}
.veforum_dropdown {
  position: relative;
  display: inline-block;
}
.veforum_dropdown_content {
  display: none;
  position: absolute;
  z-index: 100;
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px 5px 5px 5px;
  background-color: #ccc;
  top: -1px;
}
.veforum_dropdown_content_1 {
  z-index: 21;
}
.veforum_dropdown_content_2 {
  z-index: 16;
}
.veforum_dropdown_content_3 {
  z-index: 11;
}
.veforum_dropdown_content > a {
  display: flex;
  margin-top: 5px;
  white-space: nowrap;
  justify-content: left;
  align-items: center;
}
.veforum_dropdown_content > a > i {
  padding-right: 10px;
  padding-bottom: 5px;
  height: 24px;
  width: 24px;
}
.veforum_dropdown_content > a > svg {
  padding-right: 10px;
}
.veforum_dropdown:hover > .veforum_dropdown_content {
  display: block;
}
input[type=checkbox].form-control {
  width: 40px;
  margin: 0;
}
.veforum_search {
  height: 100%;
}
.veforum_category_search, .veforum_user_search {
  margin-top: -65px;
}
.veforum_search_input_container {
  display: flex;
  justify-content: center;
}
.veforum_search_input {
  border-radius: 10px;
  background-color: #fff;
  padding: 5px;
}
.veforum_search_input input {
  width: 600px;
  height: 40px;
  padding-left: 5px;
  padding-right: 5px;
  border: none;
}
@media screen and (max-width: 850px) {
  .veforum_search_input_container {
    flex-direction: column;
  }
  .veforum_search_input button, .veforum_search_input input {
    width: 100%;
  }
}
#veforum_cookie_banner {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #eee;
  padding: 1rem;
  text-align: center;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .veforum_cookie_banner_mobile_block {
    display: block;
  }
}
.veforum_message_textarea {
  width: 400px;
  height: 200px;
  resize: none;
  padding: 5px 10px;
  border-radius: 5px;
}
.veforum_favourite_icon {
  scale: 1.2;
}
.veforum_checkbox_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.veforum_checkbox_wrapper > label {
  padding-top: 5px;
}
.veforum_ai_answer {
  resize: none;
  height: 200px;
  width: 100%;
  padding: 5px 10px;
}
.veforum_ai_inform {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 30px 30px 15px 30px;
  width: 100%;
  background-color: #0F1A35;
}
.veforum_ai_inform * {
  color: white;
}
.veforum_ai_inform_headline {
  font-weight: 600;
  font-size: 18px;
}
.veforum_ai_inform_text {
  font-weight: 400;
  font-size: 14px;
}
.veforum_ai_inform_wrapper {
  padding: 10px;
  width: 100%;
  border: 1px solid #000;
  border-radius: 0.25rem;
  height: fit-content;
}
.veforum_ai_inform_button {
  background-color: transparent !important;
  border: 2px solid #fff !important;
  border-radius: 5px;
}
.veforum_ai_inform_button:hover {
  background-color: transparent !important;
  border: 2px solid #28509f !important;
}
.veforum_ai_inform_target {
  padding-top: 10px;
}
.veforum_ai_inform_target:empty {
  display: none;
}
.veforum_button_highlight_news, .veforum_button_highlight_news_small {
  position: relative;
}
.veforum_button_highlight_news::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
  background-color: #2F7BF6;
  border-radius: 50%;
}
.veforum_button_highlight_news_small::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 5px;
  width: 10px;
  height: 10px;
  background-color: #2F7BF6;
  border-radius: 50%;
}
.veforum_content_pending {
  display: inline-block;
  background-color: #C44F97;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 0 5px;
  font-size: 12px;
}
.veforum_content_denied {
  display: inline-block;
  background-color: #D43A2E;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 0 5px;
  font-size: 12px;
}
.veforum_content_new {
  display: inline-block;
  background-color: #279C6C;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 0 5px;
  font-size: 12px;
}
.veforum_content_featured {
  display: inline-block;
  background-color: #2F7BF6;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 0 5px;
  font-size: 12px;
}
.veforum_content_published {
  display: inline-block;
  background-color: #7A68D6;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 0 5px;
  font-size: 12px;
}
.veforum_content_answered {
  display: inline-block;
  background-color: #A1510A;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 0 5px;
  font-size: 12px;
}
.veforum_content_closed {
  display: inline-block;
  background-color: #4C6B8A;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 0 5px;
  font-size: 12px;
}
.veforum_category_card_container {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #2F7BF6;
  border-radius: 5px;
}
.veforum_category_card_container .veforum_category_card_name {
  color: #000;
}
.veforum_category_card_container:hover {
  border: 1px solid #2D5CB9;
}
.veforum_category_card_container:hover .veforum_category_card_name {
  color: #2D5CB9;
}
.veforum_category_card_container:active {
  border: 1px solid #2D5CB9;
  background-color: #DBE0EB;
}
.veforum_category_card_container:active .veforum_category_card_name {
  color: #2D5CB9;
}
.veforum_advanced_options {
  display: flex;
  flex-direction: column;
  padding: -5px 0;
  width: fit-content;
}
.veforum_advanced_options * {
  width: 200px;
  margin: 5px 0;
}
.veforum_thread_submission, .veforum_post_submission {
  color: #888888;
}
.veforum_thread_submission_headline, .veforum_post_submission_headline {
  color: #000;
}
#veforum_thread_submission_title {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: text;
}
#veforum_thread_submission_text, #veforum_post_submission_text {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: text;
  height: 200px;
}
.veforum_thread_submission_hint_title, .veforum_post_submission_hint_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
}
.veforum_submission_footer {
  padding: 1rem 3rem;
  border-top: 1px solid #000;
  margin-top: 1rem;
}
/*.veforum_thread_submission_hints, .veforum_post_submission_hints {
    border-top: 1px solid #DBE0EB;
    margin-top: 5px;
    padding-top: 5px;
}*/
#veforum_ask_placeholder, #veforum_answer_placeholder {
  position: fixed;
  right: -100%;
  top: 0;
  width: 40%;
  height: 100%;
  opacity: 0;
  background: #EDF0F5;
  z-index: 1000;
  transition: right 0.5s ease-in-out, opacity 0.3s ease-in-out;
  overflow-y: auto;
}
#veforum_ask_placeholder[data-open="true"], #veforum_answer_placeholder[data-open="true"] {
  right: 0;
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  #veforum_ask_placeholder, #veforum_answer_placeholder {
    width: 60%;
  }
}
@media screen and (max-width: 992px) {
  #veforum_ask_placeholder, #veforum_answer_placeholder {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  #veforum_ask_placeholder, #veforum_answer_placeholder {
    width: 100%;
  }
}
.c1x1_freddy_bot_informer_loading_animation {
  height: 12px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.veforum_linking * {
  display: inline-block;
}
.veforum_share {
  display: flex;
}
#veforum_share_url {
  display: flex;
  align-items: center;
  margin-right: 10px;
  word-break: break-all;
}
.veforum_show_line_breaks, .veforum_show_line_breaks * {
  white-space: pre-line;
}
.veforum_navigation_profile_image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-top: 0.2rem;
  background: #eee;
  border: 2px solid #39F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #333;
  overflow: hidden;
}
.veforum_navigation_notifications_icon, .veforum_navigation_search_icon {
  padding-right: 1rem;
}
.veforum_navigation_notifications_label {
  display: none;
}
@media screen and (max-width: 992px) {
  .veforum_navigation_profile_image {
    display: none;
  }
  .veforum_navigation_notifications_icon, .veforum_navigation_search_icon {
    display: none;
  }
  .veforum_navigation_notifications_label {
    display: block;
    margin: 0;
    color: #000;
    padding-top: 7px;
  }
}
#veforum_login_formular {
  max-width: 300px;
}
.veforum_thread_preview_title {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.veforum_thread_content_preview {
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}
.veforum_thread_preview_info {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
}
.veforum_thread_profile, .veforum_post_profile {
  display: flex;
  align-items: center;
}
.veforum_thread_preview_profile_image, .veforum_thread_profile_image, .veforum_post_profile_image {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding-top: 0.1rem;
  margin-left: 5px;
  margin-right: 5px;
  background: #2F7BF6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  margin-top: -5px;
}
.veforum_ai_post .veforum_thread_preview_profile_image {
  padding: 0;
  background: linear-gradient(to top left, #15B8F9, #7F3AD8);
}
.veforum_thread_preview_author_and_time_info {
  display: flex;
  align-items: center;
  color: #000;
}
.veforum_thread_preview_by {
  padding-left: 5px;
}
.veforum_thread_preview_countables_info {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 992px) {
  .veforum_thread_preview_info {
    flex-direction: column-reverse;
  }
  .veforum_thread_preview_author_and_time_info {
    flex-direction: column;
    align-items: start;
    margin-top: 20px;
  }
  .veforum_thread_preview_countables_info {
    margin-top: 20px;
  }
  .veforum_thread_preview_by {
    padding-left: 0;
  }
}
.veforum_thread_action_steps {
  padding: 2.5rem;
}
.veforum_list_thread_submission_title, .veforum_favourite_title {
  font-weight: 700;
  font-size: 16px;
}
.veforum_list_thread_submission_text, .veforum_list_post_submission_text, .veforum_favourite_text {
  font-weight: 400;
  font-size: 14px;
}
#veforum_footer {
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.veforum_ai_post {
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid transparent;
  background: linear-gradient(to top left, #ECFEFF, #F5F3FF) padding-box, linear-gradient(to top left, #15B8F9, #7F3AD8) border-box;
}
.c1x1-panel {
  border-radius: 10px;
}
.c1x1-panel-body {
  padding: 0;
}
.veforum_item_container {
  padding: 2.5rem;
}
.veforum_item_container .card {
  border: none;
}
.veforum_standard_button {
  padding: 0 1.5rem;
  height: 2.2rem;
}
.veforum_filter_button {
  padding: 0 0.5rem;
  height: 2.2rem;
}
@media screen and (max-width: 992px) {
  .veforum_filter_options_wrapper {
    margin-bottom: 20px;
  }
}
.veforum_stealth_button {
  background-color: transparent !important;
  color: #000 !important;
  border: none !important;
  padding: 0;
}
.veforum_stealth_button:hover {
  background-color: #EDF0F5 !important;
  color: #000 !important;
  border: none !important;
}
.veforum_stealth_button:disabled {
  background-color: transparent !important;
  color: #888888 !important;
  border: none !important;
}
.veforum_stealth_button:active {
  background-color: #EDF0F5 !important;
  color: #254C9A !important;
  border: none !important;
  box-shadow: none !important;
}
div .veforum_item_container:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 992px) {
  #veforum_main_navigation .dropdown-menu {
    border-radius: 0;
    border-top: 1px solid #000;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding-left: 20px;
    box-shadow: none;
    background-color: transparent;
  }
  .navbar-toggler {
    border: none;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
}
.dropdown .dropdown-toggle {
  border: none;
  background-color: transparent;
  color: #000;
}
.dropdown .dropdown-toggle:after {
  display: none;
}
.dropdown .dropdown-menu {
  border-radius: 5px;
  box-shadow: var(--bs-box-shadow);
  background-color: #fff;
  padding: 5px;
}
.dropdown .dropdown-menu a, .dropdown .dropdown-menu button {
  width: 100%;
  text-align: left;
  color: #000;
}
.dropdown .dropdown-menu a:active, .dropdown .dropdown-menu button:active {
  width: 100%;
  text-align: left;
  color: #2D5CB9;
}
.dropdown .dropdown-menu a:not(:first-child), .dropdown .dropdown-menu button:not(:first-child) {
  margin-top: 5px;
}
.dropdown .dropdown-menu a:hover, .dropdown .dropdown-menu button:hover {
  background-color: #DBE0EB;
}
