:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;

  --bs-primary: #f9b82b;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #000;

  --bs-font-sans-serif: "Source Sans Pro", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );

  --body-color: #000;
  --text-light: #b9babc;
}
body {
  font-family: var(--bs-font-sans-serif);
  font-weight: 400;
  color: var(--body-color);
  line-height: 1.6;
}

a:focus,
button:focus {
  outline: none !important;
}
h2 {
  font-size: 40px;
  font-weight: 600;
}
/* For login form added on 08/06/2021 */

.form-style .form-control {
  border: 0;
  height: 50px;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
}
.form-style input:focus {
  border-bottom: 1px solid #f9b82b;
  box-shadow: none;
  outline: 0;
  background-color: #fff;
}
.form-style .btn {
  height: 50px;
}

.login-box {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.login-left {
  background: url(https://dev3.webdevonline.net/demo/ansysbbpress-new/wp-content/themes/ansysbbpressforum/assets/images/login.jpg)
    center;
  background-size: cover;
}
.text-primary {
  color: #f9b82b !important;
}

/************/

.sidebar {
  min-width: 80px;
  max-width: 80px;
  background: #fff;
  box-shadow: 0 5px 25px 0 rgb(0 0 0 / 12%), 0 5px 18px 0 rgb(0 0 0 / 12%);
  z-index: 2;
}
.sidebar.active {
  min-width: 260px;
  max-width: 260px;
}
.sidebar.active .logo-lg,
.sidebar .logo-sm {
  display: none;
}
.sidebar .logo-lg,
.sidebar.active .logo-sm {
  display: inline-block;
}
.content {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
}
.sidebar-nav {
  margin: 12px 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav li a {
  padding: 12px 17px;
  color: var(--text-light);
  display: block;
  text-decoration: none;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:focus {
  color: var(--bs-primary);
  text-decoration: none;
}
.sidebar-nav li a .fas {
  margin: 0 10px;
}
.sidebar-nav li.active a {
  color: #fff;
  background: var(--bs-primary);
}
.sidebar-bottom h5 {
  font-size: 1.125rem;
  text-transform: capitalize;
  color: #fff;
  padding: 0 25px;
  border-top: 1px solid #363b4c;
  padding-top: 30px;
  margin-bottom: 15px;
}
.sidebar p {
  font-size: 0.875rem;
}
.sidebar .sidebar-nav li a {
  padding: 25px 5px;
  text-align: center;
}
.sidebar.active .sidebar-nav li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sidebar.active .sidebar-nav li a {
  padding: 10px 10px;
  text-align: left;
}
.sidebar .sidebar-nav li a .fas {
  font-size: 32px;
}
.sidebar.active .sidebar-nav li a .fas {
  font-size: 18px;
}
.sidebar.active .sidebar-nav li a span.nav-text {
  display: inline-block;
}
.sidebar .sidebar-nav li a span.nav-text {
  display: none;
}
.sidebar.active .sidebar-nav li a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar.active .logo {
  padding: 15px 0;
}
.sidebar.active .sidebar-nav {
  margin: 18px 0;
}
.sidebar.active .sidebar-bottom {
  display: none;
}
.top-header {
  background: var(--bs-dark);
  padding: 12px;
}
.top-header .form-control {
  border-radius: 0.25rem;
  background: #fff;
  height: calc(38px + 2px);
}
.btn-menu {
  background: none;
  border: none;
  outline: none !important;
  cursor: pointer;
  color: var(--text-light);
  font-size: 36px;
  margin-left: 19px;
  margin-top: 13px;
}
.btn-menu:hover,
.btn-menu:focus {
  color: var(--bs-primary);
}
.user-header {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}
.user-header img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.header-ul {
  margin: 0 0 0 0px;
  padding: 0 0 0 2px;
  list-style: none;
}
.header-ul li {
  display: inline-block;
  padding: 0 0px;
}
.header-ul li a {
  color:#fff;
  font-size: 16px;
  line-height: 1.2;
  padding: 5px 8px;
}
.header-ul li a:hover,
.header-ul li a:focus {
  color: var(--bs-primary);
}
.media {
  display: flex;
  font-size: 1rem;
  width: 100%;
  min-width: 100%;
  padding: 8px 0;
  color: var(--body-color);
}
.comments-header .dropdown-divider,
.notification-header .dropdown-divider {
  margin: 0px;
}
.media p {
  margin: 0 0 3px 0;
}
.comments-author {
  width: 50px;
  height: 50px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
}
.comments-author img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dropdown-item-title {
  font-size: 1.125rem;
  margin: 0 0 5px 0;
  font-weight: 600;
}
.comments-header,
.notification-header {
  min-width: 300px;
  max-width: 300px;
  padding: 0px;
}
.dropdown-footer {
  text-align: center;
  padding: 12px;
  font-size: 1rem !important;
  color: var(--body-color) !important;
}
.text-muted {
  color: var(--text-light) !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #e9ecef !important;
}
.dropdown-header {
  text-align: center;
}
.notification-header .dropdown-item {
  color: var(--body-color) !important;
  font-size: 1.125rem;
  padding-top: 12px;
  padding-bottom: 12px;
}
.dropdown-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.icon-box-pic {
  height: 150px;
  width: 150px;
  background: #fff;
  margin: 0 auto 15px auto;
  box-shadow: 0 2px 8px 0 rgb(50 50 50 / 50%);
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.icon-box-pic img {
  max-width: 80px;
  max-height: 80px;
}
.gray-section {
  padding: 35px 25px;
  background: #f2f2f2;
}
.icon-box h5,
.icon-list-ul h5 {
  font-weight: 600;
  font-size: 22px;
}
.add-chanel {
  width: 140px;
  height: 140px;
  font-size: 40px;
  text-decoration: none;
  color: #fff;
  border: 10px solid #f8f8f8;
  background: #e8e8e7;
  display: flex;
  border-radius: 50%;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}
.add-chanel:hover,
.add-chanel:focus {
  background: #000;
  color: #fff;
}
.white-section {
  padding: 35px 25px;
  background: #fff;
}
.form-control {
  min-height: 42px;
  font-size: 1.125rem;
}
.btn-primary {
  background-color: #f9b82b;
  border-color: #f9b82b;
}
.btn-primary:hover {
  background-color: #db9a0f;
  border-color: #db9a0f;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  background-color: #db9a0f;
  border-color: #db9a0f;
  box-shadow: 0 0 0 0.25rem rgba(219, 154, 15, 0.5);
}
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #db9a0f;
  border-color: #db9a0f;
}
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(219, 154, 15, 0.5);
}
.btn-primary:disabled,
.btn-primary.disabled {
  background-color: #db9a0f;
  border-color: #db9a0f;
}
.top-search-bar {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
  min-width: 850px;
  padding-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
.language-right {
  margin-left: 30px;
  min-width: 120px;
}
.icon-list-ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.icon-list-ul li {
  width: 25%;
  padding: 10px 15px;
  text-align: center;
  position: relative;
}
.accordion-button {
  font-size: 20px;
  font-weight: 600;
}
.accordion-item {
  background: #ededed;
  border: none;
}
.accordion-button {
  background: #ededed;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px 0 rgb(50 50 50 / 30%);
}
.inner-banner {
  background: url(../images/inner-banner.jpg) center right no-repeat #000;
  background-size: auto 100%;
  padding: 70px 15px 30px 15px;
  color: #fff;
  border-top: 1px solid #373737;
}
.inner-banner h2 {
  color: #fff;
}
.top-header {
  box-shadow: 0 2px 8px 0 rgb(255 255 255 / 30%);
}
.btn-list-box {
  display: flex;
  margin-right: 30px;
}
.btn-list-box a {
  color: var(--body-color);
  font-size: 26px;
  margin: 0 8px;
}
.btn-list-box a:hover,
.btn-list-box a:focus,
.btn-list-box a.active {
  color: var(--bs-primary);
}

/*.masonry {
  column-count: 4;
  column-count: 3;
  column-gap: 16px;
}
.masonry-list-view {
  column-count: 1;
}
.masonry .item {
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}*/
.fluid-box {
  background: #fff;
  box-shadow: 0 2px 8px 0 rgb(50 50 50 / 30%);
}
.fluid-box-header {
  padding: 12px;
}
.fluid-box-bottom {
  border-top: 1px solid #ddd;
  padding: 12px;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
}
.fluid-author-avathar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
  object-fit: cover;
}
.fluid-author-avathar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fluid-author {
  display: flex;
  align-items: center;
  color: #c8c8c8;
}
.fluid-author strong {
  color: var(--body-color);
  display: block;
}
.fluid-box-bottom-ul {
  margin: 0 -10px;
  padding: 0;
  font-size: 12px;
  list-style: none;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.fluid-box-bottom-ul li {
  display: inline-flex;
  text-align: center;
  padding: 0 10px;
}
.fluid-box-bottom-ul li a i {
  display: block;
  font-size: 17px;
  margin-bottom: 2px;
}
.fluid-box-bottom-ul li a {
  color: #c8c8c8;
  text-decoration: none;
}
.fluid-box-bottom-ul li:last-child a i {
  font-size: 26px;
}
.fluid-box-bottom-ul li:last-child a {
  color: #919191;
}
.fluid-box-bottom-ul li a:hover,
.fluid-box-bottom-ul li a:focus,
.fluid-box-bottom-ul li a.active {
  color: var(--bs-primary);
}
.comment-fluid {
  font-size: 20px;
  color: #a0a0a0;
}
.card-ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.card-ul li {
  width: 25%;
  padding: 15px 15px;
}
.card-ul-box {
  height: 150px;
  width: 150px;
  background-color: #ffbc1e;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 rgb(50 50 50 / 50%);
  margin: 0 auto 15px auto;
  padding-top: 32px;
  font-weight: 400;
  position: relative;
}
.detail {
  visibility: hidden;
  width: 200px;
  background-color: #f2f2f2;
  text-align: center;
  padding: 15px 0 5px 0;
  font-size: 14px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  z-index: 1;
  top: 30px;
  left: -25px;
  /* Position the tooltip */
  position: absolute;
}
.detail h4 {
  margin-top: 10px;
  font-weight: 600;
}
.card-ul-box:hover .detail {
  visibility: visible;
}
.card-ul-box:hover img.plus {
  opacity: 1;
  transition: all 0.1s ease-in-out;
}
.card-ul-box:hover {
  transition: all 0.1s ease-in-out;
}
.title {
  position: relative;
  text-align: center;
  padding-top: 8px;
  line-height: 1.3;
}
.card-ul-box-cat-icon img {
  max-width: 70px;
  max-height: 70px;
  min-height: 70px;
  max-height: 70px;
}
.card-ul-box {
  text-align: center;
}
.card-ul-box-cat-icon-bot img {
  max-width: 36px;
  max-height: 36px;
  min-height: 36px;
  max-height: 36px;
}
img.plus {
  background-color: #eee;
  border-radius: 50%;
  opacity: 0;
}
.close-card {
  position: absolute;
  top: -120px;
  right: 20px;
}
.cat-ul .subscription-toggle {
  position: absolute;
  top: -120px;
  right: 20px;
}
.c_name {
  position: relative;
  top: -20px;
  left: -10px;
}
span.comments {
  position: relative;
  top: 5%;
  left: 20%;
  padding: 5px;
}
span.comments img {
  position: relative;
  top: 5%;
}
span.followers {
  position: relative;
  top: 5%;
  right: 20%;
  padding: 5px;
}
span.followers img {
  position: relative;
  top: 5%;
}
.tooltiptext {
  text-align: center;
  line-height: 1.4;
}
.card-ul-box-cat-icon-bot .fluid-box-bottom-ul {
  justify-content: space-between;
}
.card-ul-box-cat-icon-bot .fluid-box-bottom-ul li:last-child a i {
  font-size: 17px;
}
.card-ul-box-cat-icon-bot .fluid-box-bottom-ul li {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cat-ul {
  z-index: 9999;
}
.cat-ul .card-ul-box {
  background: #fff;
  font-size: 15px;
}
.cat-ul .detail {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.cat-ul .card-ul-box-cat-icon img {
  max-width: 80px;
  max-height: 80px;
  min-height: 80px;
  max-height: 80px;
}

.detail a {
  margin-bottom: 15px;
  display: inline-block;
}
.switcher .selected {
  border-radius: 5px;
  overflow: hidden;
}
.switcher .selected a {
  padding: 7px !important;
}
.switcher .option {
  position: absolute !important;
}
body #bbpress-forums ul.bbp-forums,
body #bbpress-forums ul.bbp-lead-topic,
body #bbpress-forums ul.bbp-replies,
body #bbpress-forums ul.bbp-search-results,
body #bbpress-forums ul.bbp-topics {
  font-size: 14px;
}
button.button {
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  color: #000;

  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.375rem 1.5rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}
div.bbp-submit-wrapper {
  float: left !important;
  margin-bottom: 10px;
}
.home-sub-box #subscription-toggle {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: 50px;
}
.icon-list-ul li:hover #subscription-toggle .is-subscribed img.plus {
  opacity: 1;
}

/* dark theme */

body.dark {
  background: #595959;
  color: #e7e8e8;
}
body.dark .content {
  background: #595959;
}
body.dark .top-header {
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 30%);
}
body.dark .bg-white {
  background-color: #000 !important;
}
body.dark .form-style .form-control,
body.dark .form-style .form-control:focus {
  background: none;
  color: #e7e8e8;
}
body.dark .btn-dark {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
body.dark .btn-dark:hover,
body.dark .btn-dark:focus {
  background-color: #f9b82b;
  border-color: #f9b82b;
}
body.dark .white-section {
  background: #595959;
}
body.dark .accordion-item {
  background: #646464;
}
body.dark .cat-ul .card-ul-box {
  background: rgb(63, 63, 63);
  background: -moz-linear-gradient(
    180deg,
    rgba(63, 63, 63, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(63, 63, 63, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(63, 63, 63, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f3f3f",endColorstr="#000000",GradientType=1);
}
body.dark .accordion-button {
  background: #404040;
  color: #fff;
}
body.dark .accordion-button:not(.collapsed)::after {
  filter: grayscale(1) brightness(2);
}
body.dark .accordion-button::after,
body.dark .accordion-button::after {
  filter: grayscale(1) brightness(2);
}
body.dark .detail {
  background: #000;
}
body.dark .form-control {
  color: #fff;
  background-color: #000;
  border: 1px solid #777;
}
body.dark .switcher .selected {
  background: #000 !important;
  border: 1px solid #777 !important;
}
body.dark .switcher .selected a {
  border: none !important;
  color: #e7e8e8 !important;
}
body.dark .switcher .selected a:hover {
  background: #222;
}
body.dark .switcher .option a {
  background: #222 !important;
  color: #e7e8e8 !important;
  border: none !important;
  border-radius: 0px !important;
}
body.dark .switcher .option a:hover,
body.dark .switcher .option a:focus {
  background: #000 !important;
}
body.dark .sidebar {
  background: #404040;
}
body.dark .sidebar-nav li a {
  color: #bdbdbd;
}
body.dark .sidebar-nav li.active a,
body.dark .sidebar-nav li.active a:hover,
body.dark .sidebar-nav li.active a:focus {
  color: #fff;
}
body.dark .sidebar-nav li a:hover,
body.dark .sidebar-nav li a:focus {
  color: var(--bs-primary);
}
body.dark .gray-section {
  background: #404040;
}
body.dark .icon-box-pic {
  background: rgb(63, 63, 63);
  background: -moz-linear-gradient(
    180deg,
    rgba(63, 63, 63, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(63, 63, 63, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(63, 63, 63, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f3f3f",endColorstr="#000000",GradientType=1);
}
body.dark .icon-box a {
  color: #e7e8e8 !important;
}
body.dark .add-chanel {
  border: 10px solid #7f7f7f;
  background: #7f7f7f;
}
body.dark .add-chanel:hover,
body.dark .add-chanel:focus {
  background: #000;
}
body.dark .icon-list-ul li a {
  color: #e7e8e8 !important;
}
body.dark div.bbp-template-notice.info {
  border: #404041 1px solid;
  background-color: #404041;
}
body.dark div.bbp-template-notice,
div.indicator-hint {
  color: #e7e8e8;
}
body.dark div.bbp-template-notice a {
  color: #fff;
}
body.dark #bbpress-forums li.bbp-header {
  background: #404041;
}
body.dark #bbpress-forums div.odd,
body.dark #bbpress-forums ul.odd {
  background-color: #595959;
}
body.dark #bbpress-forums div.bbp-forum-header,
body.dark #bbpress-forums div.bbp-reply-header,
body.dark #bbpress-forums div.bbp-topic-header {
  background-color: #4e4e4e;
}
body.dark #bbpress-forums li.bbp-footer,
body.dark #bbpress-forums li.bbp-header {
  background: #4e4e4e;
  border-top: 1px solid #7b7b7b;
}
body.dark #bbpress-forums ul.bbp-forums,
body.dark #bbpress-forums ul.bbp-lead-topic,
body.dark #bbpress-forums ul.bbp-replies,
body.dark #bbpress-forums ul.bbp-search-results,
body.dark #bbpress-forums ul.bbp-topics {
  border: 1px solid #7b7b7b;
}
body.dark div.bbp-forum-header,
body.dark div.bbp-reply-header,
body.dark div.bbp-topic-header {
  border-top: 1px solid #7b7b7b;
}
body.dark span.bbp-admin-links a {
  color: #fff;
}
body.dark .bbp-forum-header a.bbp-forum-permalink,
body.dark .bbp-reply-header a.bbp-reply-permalink,
body.dark .bbp-topic-header a.bbp-topic-permalink {
  color: #fff;
}
body.dark #bbpress-forums fieldset.bbp-form {
  border: 1px solid #7b7b7b;
}
body.dark div.bbp-template-notice,
body.dark div.indicator-hint {
  background-color: #404040;
  border-color: #7b7b7b;
}
body.dark a {
  color: var(--bs-primary);
}
body.dark .header-ul li a {
  color: #fff;
}
body.dark #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  background: #4e4e4e;
}
body.dark .quicktags-toolbar {
  border-bottom: 1px solid #7b7b7b;
  background: #404040;
}
body.dark #bbpress-forums div.bbp-the-content-wrapper input[type="button"] {
  font-size: 12px;
  color: #fff;
}
body.dark .wp-editor-container {
  clear: both;
  border: 1px solid #7b7b7b;
}
body.dark .dropdown-menu {
  background-color: #6f6f6f;
}
body.dark .dropdown-item {
  color: #fff;
}
body.dark .dropdown-item:focus,
body.dark .dropdown-item:hover {
  background-color: #474646 !important;
}
body.dark .media {
  color: #fff;
}
body.dark .dropdown-footer {
  color: #fff !important;
}
body.dark .notification-header .dropdown-item {
  color: #fff !important;
}
body.dark #bbpress-forums li.bbp-body ul.forum,
body.dark #bbpress-forums li.bbp-body ul.topic {
  border-top: 1px solid #7b7b7b;
}
body.dark #bbpress-forums div.even,
body.dark #bbpress-forums ul.even {
  background-color: #4e4e4e;
}
body.dark #bbpress-forums .bbp-pagination-links a:hover,
body.dark #bbpress-forums .bbp-pagination-links span.current,
body.dark #bbpress-forums .bbp-topic-pagination a:hover {
  color: #000;
}
body.dark #bbpress-forums fieldset.bbp-form input[type="text"],
body.dark #bbpress-forums fieldset.bbp-form select {
  border: 1px solid #7b7b7b;
  background: #404040;
  color: #fff;
}
body.dark #bbpress-forums fieldset.bbp-form select,
body.dark #bbpress-forums fieldset.bbp-form textarea {
  border: 1px solid #7b7b7b;
  background: #404040;
  color: #fff;
}
body.dark .bbp-login-form .bbp-email input,
body.dark .bbp-login-form .bbp-password input,
body.dark .bbp-login-form .bbp-username input {
  border: 1px solid #7b7b7b;
  background: #404040;
  color: #fff;
}
body.dark .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* light theme */

body.light {
  background: #f2f2f2;
}
body.light .content {
  background: #f2f2f2;
}
body.light .gray-section {
  background: #d9d9d9;
}
body.light .icon-box-pic {
  background: rgb(244, 243, 243);
  background: -moz-linear-gradient(
    180deg,
    rgba(244, 243, 243, 1) 0%,
    rgba(233, 232, 231, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(244, 243, 243, 1) 0%,
    rgba(233, 232, 231, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(244, 243, 243, 1) 0%,
    rgba(233, 232, 231, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f3f3",endColorstr="#e9e8e7",GradientType=1);
}
body.light .add-chanel {
  background: #d2d2d2;
}
body.light .add-chanel:hover,
body.light .add-chanel:focus {
  background: #000;
}
body.light .icon-box-pic img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

#key-error {
  position: absolute;
  margin-top: 40px;
  color: red;
  font-weight: normal;
  width: 100%;
  text-align: center;
}
.discussion-tab {
  display: flex;
  justify-content: space-between;
}
.discussion-tab-left {
  width: 30%;
  min-width: 30%;
}
.discussion-tab-right {
  width: 69%;
  min-width: 69%;
}
.discussion-tab-left-box {
  display: flex;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgb(50 50 50 / 30%);
  font-size: 11px;
  line-height: 1.3;
  padding: 8px 0;
}
.discussion-tab-left-box .fluid-author {
  display: block;
  width: 80px;
  min-width: 80px;
  text-align: center;
}
.discussion-tab-left-box .fluid-author-avathar {
  margin: 0 auto;
}
.discussion-tab-left-box-content {
  font-size: 16px;
}
.fluid-box-bottom-ul li a i {
  display: inline-block;
}
.discussion-tab-left-box .fluid-box-bottom-ul li:last-child a i {
  font-size: 17px;
}
.discussion-tab-left-box .fluid-box-bottom-ul {
  justify-content: space-between;
  padding-right: 12px;
}
.discussion-tab-left-box p {
  margin-bottom: 10px;
}
.tab-content,
.tab-content > .tab-pane,
.tab-content .discussion-tab-left-box {
  height: 100%;
}
.discussion-tab .nav .active .discussion-tab-left-box {
  background: var(--bs-primary);
}
.discussion-tab .nav .active .discussion-tab-left-box .fluid-author {
  color: #000;
}
.discussion-tab
  .nav
  .active
  .discussion-tab-left-box
  .fluid-box-bottom-ul
  li
  a:hover,
.discussion-tab
  .nav
  .active
  .discussion-tab-left-box
  .fluid-box-bottom-ul
  li
  a:focus,
.discussion-tab
  .nav
  .active
  .discussion-tab-left-box
  .fluid-box-bottom-ul
  li
  a.active {
  color: #000;
}
.discussion-tab
  .nav
  .active
  .discussion-tab-left-box
  .fluid-box-bottom-ul
  li
  a {
  color: #fff;
}
.dropdown-menu {
  z-index: 9;
}

/*shibu*/

#id-10 {
  color: #3565;
  font-size: 35px;
}

/*saneesh test*/

.test-san {
  text-align: center;
}
.saneesh{
    text-decoration: none;
    color: red;
    font-size: 40px;
}
