.support-topic-search-banner .bc_banner {
  background-color: #004862;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  position: relative;
}
.support-topic-search-banner .bc_form_search {
  margin-bottom: 50px;
  margin-top: -31px;
  position: relative;
}
.support-topic-search-banner .bravo_form .form-content {
  padding-left: 0px;
  padding-top: 10px;
}
.support-topic-search-banner .bravo_form .form-content .form-control {
  border: none;
}
.support-topic-search-banner .bravo_form .form-content .form-control:focus {
  box-shadow: none;
}

.topic-category-list a:hover {
  text-decoration: none;
}
.topic-category-list .cat-name a {
  color: var(--whitesmoke);
}
.topic-category-list .topic-item a {
  color: var(--whitesmoke);
}
.topic-category-list .category-item {
  border: 1px solid var(--borderColor);
  border-radius: 3px;
}

.topic-lists-wrap .topic-name {
  color: #1d2746;
}
.topic-lists-wrap .topic-meta {
  color: #838793;
}

.text-838793 {
  color: #838793;
}

.widget_category .title h4 {
  font-size: 16px;
  color: #004862;
  font-weight: 500;
  display: inline-block;
  z-index: 9;
  padding-right: 25px;
  margin: 0;
  padding-bottom: 20px;
}
.widget_category ul {
  padding: 0;
  margin: 0;
}
.widget_category ul li {
  margin-bottom: 20px;
  list-style: none;
}
.widget_category ul li span {
  height: 6px;
  width: 6px;
  display: inline-block;
  position: relative;
  top: -1px;
  border-radius: 50%;
  margin-right: 15px;
  background: #00b4b3;
}
.widget_category ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #004862;
}

.topic-sidebars a:hover {
  text-decoration: none;
}
.topic-sidebars .widget .widget-title {
  position: relative;
}
.topic-sidebars .widget .widget-title h4, .topic-sidebars .widget .widget-title h3 {
  font-size: 20px;
  color: #004862;
  font-weight: 500;
  background-color: #fff;
  display: inline-block;
  z-index: 9;
  padding-right: 25px;
  padding-bottom: 20px;
  margin: 0;
  position: relative;
}
.topic-sidebars .widget .widget-title:after {
  content: "";
  height: 1px;
  background: #D7DCE3;
  display: block;
  position: absolute;
  top: 9px;
  width: 100%;
  margin-top: 0px;
}
.topic-sidebars .list-topics .topic {
  color: #004862;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.topic-sidebars .list-topics .topic a {
  color: #004862;
}

.topic-content img, .comment-content img {
  max-width: 100%;
  height: auto;
}

.reply-post-author .author-name {
  color: #004862;
}
.reply-post-author .author-name:hover {
  text-decoration: none;
}

.reply-author-meta {
  color: #838793;
}

.ticket-card-action {
  border: 1px solid #D7DCE3;
  border-top: 5px solid #00b4b3;
  border-radius: 0 0 4px 4px;
  background: #FFF;
}
.ticket-card-action .card-header {
  background: #F9F9F9;
  padding: 20px;
  border-bottom: solid 1px #d7dce3;
  color: #1a2b4e;
  text-transform: uppercase;
  font-weight: 500;
}
.ticket-card-action .card-body {
  padding: 20px;
}
.ticket-card-action .card-footer {
  border-top: 1px solid #D7DCE3;
  padding: 20px;
  background: white;
}
.ticket-card-action .card-footer .btn {
  font-size: 16px;
  padding: 12px 25px;
}
