/*  ----------------------------------------------------------------------------
    responsive settings
*/
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
.mx_image_background {
  background-color: #f2f2f2;
}
.td-visibility-hidden {
  visibility: hidden;
}
/*  ----------------------------------------------------------------------------
    from bootstrap
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/*
usage:
.td-block-row {
  .mx-row(td-block-span);
}

@all_span_selector - is the begining of the span selector
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.tdm-outer-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 100vh;
}
.tdm-outer-wrap .td-footer-outer-wrapper {
  width: 100%;
}
.tdm-outer-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
}
.tdm-outer-bg:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #000;
  opacity: 0.2;
}
.tdm-outer-bg:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url('images/members/bg.jpg');
  background-color: #000;
  background-position: center;
  background-size: cover;
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 1.6s ease;
  transition: opacity 1.6s ease;
}
.td-js-loaded .tdm-outer-bg:before {
  opacity: 1;
}
.td-flex-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  font-family: 'Montserrat', serif;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-flex-container {
    padding: 18px;
  }
}
.tdm-paypal-return {
  text-align: center;
  line-height: 22px;
  font-size: 15px;
}
.tdm-paypal-return .tdm-form-wrap {
  padding: 63px 30px 70px;
  max-width: 700px;
}
.tdm-paypal-return .tdm-transaction-image {
  width: 235px;
}
.tdm-paypal-return .tdm-transaction-status {
  font-size: 24px;
  margin-top: 28px;
  margin-bottom: 47px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-paypal-return .tdm-transaction-status {
    font-size: 19px;
  }
}
.tdm-paypal-return .tdm-transaction-desc {
  width: 80%;
  margin: auto;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-paypal-return .tdm-transaction-desc {
    font-size: 12px;
    line-height: 18px;
  }
}
.tdm-paypal-return .tdm-transaction-title {
  margin-bottom: 10px;
}
.tdm-paypal-return .tdm-redirect-download,
.tdm-paypal-return .tdm-redirect-retry {
  margin-top: 27px;
}
.tdm-main-content,
.tdm-main-sidebar {
  font-family: 'Montserrat', serif;
}
.tdm-product-buy .tdm-redirect-member {
  margin-left: 20px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-product-buy .tdm-redirect-member {
    margin: 20px auto 0;
    display: table;
  }
}
.tdm-product-buy .tdm-redirect-retry {
  position: absolute;
  top: 0;
  right: 0;
}
.tdm-section-title {
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 10px;
  font-family: 'Open Sans', serif;
  font-size: 17px;
  font-weight: 600;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-section-title {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
  }
}
.tdm-section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f7f7f7;
}
.tdm-tooltip {
  display: inline-block;
  position: relative;
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
}
.tdm-tooltip:hover .tdm-tooltip-content {
  display: block !important;
}
.tdm-tooltip-sign {
  position: relative;
  font-weight: 600;
  margin-right: 18px;
  padding: 0px 3px;
  margin-left: 5px;
  color: #ccc;
  cursor: pointer;
  border: 1px solid #dadada;
}
.tdm-tooltip-content {
  position: absolute;
  padding: 14px 18px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 36px;
  z-index: 3;
  width: 268px;
  background-color: #fff;
  color: #666;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #e8e8e8;
}
.tdm-tooltip-content:before,
.tdm-tooltip-content:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-width: 6px 8px 6px 0;
  border-style: solid;
  border-color: transparent;
}
.tdm-tooltip-content:after {
  left: -8px;
  border-right-color: #fff;
}
.tdm-tooltip-content:before {
  left: -9px;
  border-right-color: #e8e8e8;
}
.tdm-tooltip-content,
.tdm-tooltip-content li {
  line-height: 21px;
}
.tdm-tooltip-content ul {
  margin: 0;
}
.tdm-md-button {
  position: relative;
  display: inline-block;
  min-width: 156px;
  height: 40px;
  padding: 0 15px;
  background-color: #21bdf0;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(255, 183, 0, 0.5);
  box-shadow: 0px 2px 8px 0px rgba(255, 183, 0, 0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* responsive tablet + phone */
}
@media (max-width: 1140px) {
  .tdm-md-button {
    min-width: 130px;
    height: 36px;
    line-height: 36px;
  }
}
.tdm-md-button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f3bd3b;
}
.tdm-md-button i {
  vertical-align: middle;
  margin-right: 7px;
  font-size: 15px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-md-button i {
    margin-right: 0;
  }
}
.tdm-button-download,
.tdm-redirect-download {
  background-color: #66bb6a;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(54, 201, 61, 0.5);
  box-shadow: 0px 2px 8px 0px rgba(54, 201, 61, 0.5);
}
.tdm-button-download:hover,
.tdm-redirect-download:hover {
  background-color: #59af5d;
}
.tdm-redirect-retry {
  background-color: #ec5d48;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(236, 93, 72, 0.5);
  box-shadow: 0px 2px 8px 0px rgba(236, 93, 72, 0.5);
}
.tdm-redirect-retry:hover {
  background-color: #ce4d3a;
}
.tdm-button-invoice {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.07);
  color: #000;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-button-invoice {
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    min-width: 0 !important;
  }
}
@media (max-width: 767px) {
  .tdm-button-invoice {
    font-family: 'wpion', sans-serif;
    font-size: 12px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding: 0 5px;
    min-width: 0 !important;
    overflow: hidden;
    color: transparent;
    background-color: #21bdf0;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(255, 183, 0, 0.5);
    box-shadow: 0px 2px 8px 0px rgba(255, 183, 0, 0.5);
    float: right;
  }
  .tdm-button-invoice:before {
    content: '\f019';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    line-height: 30px;
    height: 100%;
    width: 100%;
    color: #fff;
  }
}
.tdm-button-invoice:hover {
  background-color: #f2f2f2;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-button-invoice:hover {
    background-color: #000;
  }
}
.tdm-form-wrap {
  position: relative;
  width: 100%;
  max-width: 460px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.06);
}
.tdm-form-header,
.tdm-form-footer {
  text-align: center;
}
.tdm-form-header-steps,
.tdm-form-header-descr,
.tdm-form-content,
.tdm-form-footer {
  padding-left: 40px;
  padding-right: 40px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-form-header-steps,
  .tdm-form-header-descr,
  .tdm-form-content,
  .tdm-form-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .tdm-form-header-steps,
  .tdm-form-header-descr,
  .tdm-form-content,
  .tdm-form-footer {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.tdm-form-header-steps {
  background-color: #222;
  background-image: url('images/members/form-header-pattern.png');
  padding-top: 19px;
  padding-bottom: 18px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-form-header-steps {
    padding-top: 17px;
    padding-bottom: 16px;
  }
}
.tdm-about {
  cursor: pointer;
}
.tdm-step-current {
  color: #21bdf0;
}
.tdm-step-arrow {
  margin: 0 16px;
  vertical-align: middle;
  color: #777;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-step-arrow {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .tdm-step-arrow {
    margin: 0 17px;
  }
}
.tdm-form-header-descr {
  position: relative;
  background-color: #fcfcfc;
  padding-top: 26px;
  padding-bottom: 23px;
  overflow: hidden;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-form-header-descr {
    padding-top: 22px;
    padding-bottom: 19px;
  }
}
.tdm-form-header-descr:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  margin: 0 auto;
  width: 105%;
  height: 105%;
  -webkit-box-shadow: inset 0px 1px 8px 0px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px 1px 8px 0px rgba(0, 0, 0, 0.06);
  pointer-events: none;
}
.tdm-form-header-descr h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}
.td-form-header-subtitle {
  display: block;
  padding-top: 3px;
  font-family: 'Open Sans', serif;
  font-size: 13px;
  line-height: 18px;
  color: #888;
}
.tdm-form-content {
  padding-top: 23px;
  padding-bottom: 17px;
}
.tdm-form-content button {
  width: 100%;
}
.tdm-form-section {
  margin: 0 0 49px 0;
  padding: 0;
  border: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-form-section {
    margin-bottom: 39px;
  }
}
.tdm-form-section:last-child {
  margin-bottom: 0;
}
.tdm-form-notice {
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: 'Open Sans', serif;
  font-size: 13px;
  color: #888;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-form-notice {
    font-size: 12px;
    line-height: 16px;
  }
}
.tdm-field-wrap {
  position: relative;
  margin-bottom: 23px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-field-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tdm-field-wrap {
    margin-bottom: 17px;
  }
}
.tdm-field-wrap:last-child,
.tdm-field-wrap.tdm-submit-button {
  margin-bottom: 0;
}
.tdm-field-wrap input,
.tdm-field-wrap select,
.tdm-field-wrap textarea,
.tdm-field-wrap button {
  margin-top: 5px;
  margin-bottom: 0;
  border-radius: 0;
}
.tdm-field-wrap input:focus,
.tdm-field-wrap select:focus,
.tdm-field-wrap textarea:focus,
.tdm-field-wrap button:focus {
  outline: none;
}
.tdm-field-wrap input,
.tdm-field-wrap textarea,
.tdm-field-wrap select {
  padding-left: 18px;
  padding-right: 18px;
  background-color: #fff;
  font-size: 16px;
  color: #666;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-color: #ededed;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .tdm-field-wrap input,
  .tdm-field-wrap textarea,
  .tdm-field-wrap select {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tdm-field-wrap input:focus,
.tdm-field-wrap textarea:focus,
.tdm-field-wrap select:focus {
  border-color: #cdcdcd;
}
.tdm-field-wrap input:disabled,
.tdm-field-wrap textarea:disabled,
.tdm-field-wrap select:disabled {
  background-color: #fbfbfb;
}
.tdm-field-wrap input:disabled:focus,
.tdm-field-wrap textarea:disabled:focus,
.tdm-field-wrap select:disabled:focus {
  border-color: #ededed;
}
.tdm-field-wrap input,
.tdm-field-wrap select {
  height: 48px;
}
.tdm-field-wrap select,
.tdm-field-wrap input[type=radio] {
  cursor: pointer;
}
.tdm-field-wrap .tdm-check-wrap {
  font-size: 13px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  cursor: pointer;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-field-wrap .tdm-check-wrap {
    font-size: 11px;
  }
}
.tdm-field-wrap input[type=radio],
.tdm-field-wrap input[type=checkbox] {
  display: none;
}
.tdm-field-wrap input[type=radio] + label span.tdm-check,
.tdm-field-wrap input[type=checkbox] + label span.tdm-check {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #ededed;
  cursor: pointer;
  vertical-align: middle;
  top: -2px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-field-wrap input[type=radio] + label span.tdm-check,
  .tdm-field-wrap input[type=checkbox] + label span.tdm-check {
    top: -1px;
  }
}
.tdm-field-wrap input[type=radio] + label span.tdm-check:after,
.tdm-field-wrap input[type=checkbox] + label span.tdm-check:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background-color: #21bdf0;
  display: none;
}
.tdm-field-wrap input[type=radio]:checked + label span.tdm-check:after,
.tdm-field-wrap input[type=checkbox]:checked + label span.tdm-check:after {
  display: block;
}
.tdm-field-wrap input[type=radio] + label span.tdm-check,
.tdm-field-wrap input[type=radio] + label span.tdm-check:after {
  border-radius: 50%;
}
.tdm-field-wrap .tdm-check-title {
  padding-left: 7px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
.tdm-field-wrap .tdm-check-desc {
  display: block;
  padding-left: 28px;
  color: #888;
}
.tdm-field-wrap .tdm-select-wrap {
  position: relative;
}
.tdm-field-wrap .tdm-select-wrap:after {
  content: '\e83d';
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 48px;
  line-height: 46px;
  font-family: 'wpion', sans-serif;
  font-size: 16px;
  text-align: center;
  color: #21bdf0;
  border-left: 1px solid #f6f6f6;
  pointer-events: none;
}
.tdm-field-wrap select {
  width: 100%;
  overflow: hidden;
  padding-right: 58px;
  border-style: solid;
  border-width: 1px;
}
.tdm-field-wrap textarea {
  padding-top: 13px;
  padding-bottom: 13px;
  min-width: 100%;
  max-width: 100%;
  min-height: 168px;
}
.tdm-field-wrap button[type=submit],
.tdm-field-wrap button[type=button] {
  min-width: 248px;
  height: 48px;
  margin-top: 17px;
  padding: 0 16px;
  background-color: #21bdf0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(12, 136, 177, 0.41);
  box-shadow: 0px 2px 8px 0px rgba(12, 136, 177, 0.41);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-field-wrap button[type=submit],
  .tdm-field-wrap button[type=button] {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .tdm-field-wrap button[type=submit],
  .tdm-field-wrap button[type=button] {
    width: 100%;
    margin-top: 12px;
  }
}
.tdm-field-wrap button[type=submit]:hover,
.tdm-field-wrap button[type=button]:hover {
  background-color: #7a64c6;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(122, 100, 198, 0.53);
  box-shadow: 0px 2px 8px 0px rgba(122, 100, 198, 0.53);
}
.tdm-field-wrap.tdm-submit-button-right {
  text-align: right;
  /* phone + portrait tablet */
}
@media (max-width: 767px) {
  .tdm-field-wrap.tdm-submit-button-right {
    text-align: center;
  }
}
.td_private_groups .td_group_title {
  margin-bottom: 10px;
}
.td_private_groups .td_private_group {
  margin-right: 20px;
}
.td_private_groups .td_private_group input {
  vertical-align: middle;
}
.tdm-err,
.tdm-err:focus {
  border-color: #ff7c7c !important;
}
.tdm-err-msg {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 13px;
  color: #ff7c7c;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-err-msg {
    font-size: 11px;
  }
}
.tdm-used-purchase-code {
  position: relative;
}
.tdm-required {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #21bdf0;
}
.tdm-field-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #151515;
}
.tdm-field-label-descr {
  padding-left: 7px;
  font-size: 12px;
  font-weight: 400;
  text-transform: lowercase;
  color: #b2b2b2;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .tdm-field-label-descr {
    font-size: 10px;
    padding-left: 3px;
  }
}
.recover-link {
  float: right;
  display: block;
  color: #888;
}
.recover-link:hover {
  color: #000;
}
.used-key-recover-link:hover {
  color: #000;
}
.tdm-notification {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-notification {
    margin-bottom: 6px;
  }
}
.tdm-notification .tdm-check-title {
  text-transform: none;
  font-weight: 400;
  color: #888;
}
.tdm-field-margin {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  *zoom: 1;
  /* phone + tablet portrait */
}
.tdm-field-margin:before,
.tdm-field-margin:after {
  display: table;
  content: '';
  line-height: 0;
}
.tdm-field-margin:after {
  clear: both;
}
@media (max-width: 1018px) {
  .tdm-field-margin {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.tdm-field-margin .tdm-err-msg {
  left: 15px;
  /* phone + portrait tablet */
}
@media (max-width: 1018px) {
  .tdm-field-margin .tdm-err-msg {
    left: 10px;
  }
}
.tdm-field-float {
  position: relative;
  float: left;
  margin-bottom: 23px;
  padding: 0 15px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-field-float {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .tdm-field-float {
    width: 100%;
    padding: 0 10px;
  }
}
.tdm-fields-col-2 .tdm-field-float {
  /* landscape tablet + desktop */
}
@media (min-width: 768px) {
  .tdm-fields-col-2 .tdm-field-float {
    width: 50%;
  }
}
.tdm-fields-col-3 .tdm-field-float {
  /* landscape tablet + desktop */
}
@media (min-width: 768px) {
  .tdm-fields-col-3 .tdm-field-float {
    width: 33.3333%;
  }
}
.tdm-form-footer {
  padding-bottom: 35px;
  font-family: 'Open Sans', serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #888;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-form-footer {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tdm-form-footer {
    padding-bottom: 27px;
  }
}
.tdm-form-footer a {
  color: #21bdf0;
  margin-left: 2px;
}
.tdm-form-footer a:hover {
  color: #000;
}
.tdm-form-footer .recover-link {
  color: #888;
}
.tdm-members-revover {
  padding-bottom: 23px;
}
.tdm-profile-sidebar {
  padding-top: 40px;
  /* responsive portrait phone */
  /* responsive portrait tablet */
}
@media (max-width: 767px) {
  .tdm-profile-sidebar {
    margin-bottom: 22px;
    padding-top: 16px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-profile-sidebar {
    padding-top: 30px;
  }
}
.tdm-profile-sidebar .td-crumb-container {
  min-height: auto;
  margin-bottom: 24px;
  padding-top: 0;
  font-family: 'Open Sans', serif;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-profile-sidebar .td-crumb-container {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .tdm-profile-sidebar .td-crumb-container {
    margin-bottom: 14px;
  }
}
.tdm-user-info {
  display: table;
  margin: 0 auto 35px;
  font-family: 'Open Sans', serif;
  text-align: center;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-user-info {
    margin-bottom: 16px;
  }
}
.tdm-user-info .tdm-avatar img {
  margin-bottom: 5px;
  border-radius: 50%;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .tdm-user-info .tdm-avatar img {
    width: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-user-info .tdm-avatar img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .tdm-user-info .tdm-avatar img {
    width: 90px;
  }
}
.tdm-user-info .tdm-user-name {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-user-info .tdm-user-name {
    font-size: 16px;
  }
}
.tdm-user-info .tdm-user-role {
  margin-top: -1px;
  font-size: 12px;
  color: #ccc;
  text-transform: capitalize;
}
.tdm-menu {
  font-size: 14px;
  /* responsive portrait phone */
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-menu ul {
    margin: 10px 0;
  }
}
@media (max-width: 320px) {
  .tdm-menu {
    font-size: 12px;
  }
  .tdm-menu ul {
    margin: 6px 0;
  }
}
.tdm-menu li {
  list-style: none;
  margin: 0;
  /* responsive portrait phone */
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-menu li {
    display: inline-block;
    margin: 0 10px;
  }
}
@media (max-width: 320px) {
  .tdm-menu li {
    margin: 0 6px;
  }
}
.tdm-menu li a {
  display: block;
  line-height: 40px;
  color: #222;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-menu li a {
    line-height: 1;
  }
}
.tdm-menu li:hover a,
.tdm-menu .tdm-current a {
  color: #21bdf0;
}
.tdm-menu-title {
  margin: 22px 0 6px;
  font-family: 'Open Sans', serif;
  font-size: 18px;
  font-weight: 600;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-menu-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tdm-menu-title {
    display: none;
  }
}
.tdm-main-content {
  padding-bottom: 50px;
  /* tablet + desktop */
  /* responsive portrait phone */
}
@media (min-width: 768px) {
  .tdm-main-content {
    min-height: 900px !important;
  }
}
@media (max-width: 767px) {
  .tdm-main-content {
    padding-bottom: 30px;
  }
}
.tdm-main-content:before {
  content: '';
  position: absolute;
  left: 19px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #f3f3f3;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-main-content:before {
    left: 11px;
  }
}
@media (max-width: 767px) {
  .tdm-main-content:before {
    display: none;
  }
}
.tdm-conf-msg {
  margin-bottom: 20px;
  padding: 9px 17px 10px;
  font-size: 13px;
  color: #888;
  border: 1px solid #888;
}
.tdm-conf-msg-succ {
  color: #66bb6a;
  border-color: #66bb6a;
}
.tdm-conf-msg-err {
  color: #ff7c7c;
  border-color: #ff7c7c;
}
.tdm-page-title-wrap {
  position: relative;
  margin-bottom: 10px;
  padding: 34px 28px 29px;
  font-family: 'Open Sans', serif;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-page-title-wrap {
    padding: 24px 18px 19px;
  }
}
@media (max-width: 767px) {
  .tdm-page-title-wrap {
    padding: 22px 0;
    text-align: center;
  }
}
.tdm-page-title-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #fcfcfc;
  z-index: -1;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-page-title-wrap:before {
    left: -10px;
  }
}
.tdm-page-title {
  margin: 0;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.tdm-page-subtitle {
  font-size: 13px;
  color: #888;
}
.tdm-page-content {
  padding: 15px 0 0 30px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-page-content {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .tdm-page-content {
    padding-top: 5px;
    padding-left: 0;
  }
}
.tdm-product-no-border .tdm-produc-bg:after {
  display: none;
}
.tdm-page-content .tdm-section-title:after {
  left: -30px;
  width: 100vw;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-page-content .tdm-section-title:after {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .tdm-page-content .tdm-section-title:after {
    left: 0;
    width: 100%;
  }
}
.tdm-page-content p {
  font-family: 'Open Sans', serif;
  font-size: 14px;
}
/*
  Profile page
*/
.td-user-profile {
  font-size: 15px;
  line-height: 28px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-user-profile {
    font-size: 13px;
    line-height: 21px;
  }
}
.td-user-profile .td-user-profile-entry-title {
  margin-right: 10px;
}
.td-user-profile .td-user-profile-entry,
.td-user-profile .tdm-user-badges {
  vertical-align: middle;
  display: inline-block;
  padding: 10px 0;
  line-height: 34px;
  margin-right: 40px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-user-profile .td-user-profile-entry,
  .td-user-profile .tdm-user-badges {
    padding: 2px 0;
    margin-bottom: 0;
    margin-right: 0;
    display: block !important;
  }
}
.td-user-profile .tdm-post-count {
  display: none;
}
.td-user-profile .tdm-user-badges {
  vertical-align: middle;
  display: inline-block;
}
.td-user-profile .tdm-user-badges .td_badge {
  margin: 0 8px 0 0;
  vertical-align: middle;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-user-profile .tdm-user-badges .td_badge {
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }
}
.td-user-profile .bbp-user-section {
  margin-top: 0 !important;
}
.td-user-profile .td-user-profile-title {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin-top: 42px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-user-profile .td-user-profile-title {
    margin-top: 30px;
  }
}
.td-user-profile .tdm-forum-pic {
  display: none;
}
/* product keys */
.td-add-extra-key-visible .td-show-extra-key-form,
.td-add-extra-key-visible .td-keys-wrap {
  display: none;
}
.td-add-extra-key-visible #td-add-extra-key {
  display: block !important;
}
.td-show-extra-key-form {
  padding: 5px 0;
  font-size: 14px;
}
.td-keys-wrap {
  margin-bottom: 10px;
  font-size: 13px;
}
.td-keys-wrap .td-product-key,
.td-keys-wrap .td-extra-key {
  padding: 2px 0;
}
.tdm-registration-key-title {
  margin-top: 28px;
}
.tdm-registration-key-title .tdm-section-title {
  margin-bottom: 10px;
}
.tdm-extra-keys-title {
  margin-top: 38px;
}
.tdm-extra-keys-title .tdm-section-title {
  margin-bottom: 10px;
}
.tdm-add-extra-key-title {
  margin-top: 28px;
}
.tdm-add-extra-key-title a {
  font-size: 13px;
  float: right;
}
.tdm-add-extra-key-button {
  margin-top: 10px;
}
#td-add-extra-key .td-back-button {
  margin-bottom: 14px;
  display: inline-block;
  margin-left: 22px;
  /* responsive portrait phone */
}
#td-add-extra-key .td-back-button a {
  font-size: 14px;
}
@media (max-width: 767px) {
  #td-add-extra-key .td-back-button {
    display: block;
    margin-left: 0;
    text-align: center;
    margin-top: 10px;
  }
}
.tdm-envato-key-input {
  font-size: 14px !important;
}
.td-extra-key {
  position: relative;
}
.td-extra-key .td-remove-extra-key {
  color: black;
  cursor: pointer;
  padding: 2px;
  margin-right: 15px;
  font-size: 14px;
  position: relative;
  top: 0;
}
.td-extra-key .td-remove-extra-key:hover {
  color: #21bdf0;
}
.td-remove-extra-key-loading:before {
  visibility: hidden;
}
.td-remove-extra-key-loading:after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  right: -2px;
  top: -2px;
  background-image: url('images/members/rolling.gif');
  background-position: left top;
}
#td-add-main-key .tdm-field-label,
#td-add-extra-key-form .tdm-field-label {
  padding-right: 100px;
}
.tdm-field-label a {
  position: absolute;
  right: 0;
  font-size: 10px;
}
.tdm-field-label a.recover-link {
  top: 0;
  font-size: 13px;
}
#td-add-main-key .tdm-submit-button,
#td-add-extra-key-form .tdm-submit-button {
  min-width: 100px;
}
.tdm-page-details {
  font-size: 14px;
  margin-bottom: 19px;
}
.tdm-page-details ul {
  margin-top: 0;
}
.tdm-page-details ul li {
  margin-bottom: 5px;
}
.tdm-forum-list-cell .td-badge-showcase-featured,
.tdm-forum-list-cell .td_badge_custom_work {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  display: inline-block;
  margin: 1px 2px;
  position: relative;
  top: 2px;
  left: 3px;
}
.td-warning-comment {
  font-size: 13px;
}
.tdm-documentation-menu {
  font-family: 'Montserrat', serif;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  /* show the current menu */
  /*  ----------------------------------------------------------------------------
    menu section - you need to add on menu element - class .td-menu-section
  */
}
.tdm-documentation-menu li {
  padding-left: 10px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-documentation-menu li {
    padding-left: 0;
  }
}
.tdm-documentation-menu li > a {
  font-weight: 600;
  font-size: 13px;
  padding: 7px 0;
  line-height: 20px;
}
.tdm-documentation-menu li a {
  display: block;
  color: #000;
  padding-right: 20px;
}
.tdm-documentation-menu li a:hover {
  color: #21bdf0 !important;
}
.tdm-documentation-menu > .menu-item-has-children {
  position: relative;
  /* sub menus */
}
.tdm-documentation-menu > .menu-item-has-children:after {
  display: inline-block;
  content: '';
  position: absolute;
  right: 10px;
  top: 12px;
  width: 10px;
  height: 10px;
  background-image: url(images/menu-arrow.png);
  pointer-events: none;
  opacity: 0.4;
}
.tdm-documentation-menu > .menu-item-has-children ul {
  display: none;
}
.tdm-documentation-menu > .menu-item-has-children ul li {
  padding-left: 0;
  padding-right: 0;
  margin: 6px 0;
}
.tdm-documentation-menu > .menu-item-has-children ul a {
  color: #666;
  padding: 2px 15px;
  font-size: 13px;
  font-weight: 400;
}
.tdm-documentation-menu > .menu-item-has-children .current-menu-item a {
  color: #21bdf0;
}
.tdm-documentation-menu .current-menu-parent ul {
  display: block;
}
.tdm-documentation-menu .current-menu-parent:after {
  background-position: 0 10px;
  opacity: 0.8 !important;
}
.tdm-documentation-menu li.td-menu-section {
  font-size: 17px;
  text-align: center;
  background-color: #f9f9f9;
  margin: 20px 0 10px;
}
.tdm-documentation-menu li.td-menu-section a {
  font-weight: 500;
  padding: 8px 0;
  color: #000 !important;
}
.tdm-documentation-menu .td_menu_is_open:after {
  background-position: 0 10px;
  opacity: 0.8 !important;
}
.tdm-documentation-menu .td_menu_is_open > ul {
  display: block !important;
  -webkit-transition: all 400ms  cubic-bezier(.55,0,.1,1);
  transition: all 400ms  cubic-bezier(.55,0,.1,1);
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  position: relative;
}
.tdm-documentation-menu .td_menu_is_open_start_animation > ul {
  display: block !important;
  opacity: 0;
  transform: translate3d(-8px, 0px, 0px);
  -webkit-transform: translate3d(-8px, 0px, 0px);
  -moz-transform: translate3d(-8px, 0px, 0px);
  -ms-transform: translate3d(-8px, 0px, 0px);
  -o-transform: translate3d(-8px, 0px, 0px);
}
/*  ----------------------------------------------------------------------------
  Style for the DOCUMENTATION post template 2 (all the pages from the documentation must use this template)
*/
.post-template-default .td-pb-span3 {
  width: 30%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .post-template-default .td-pb-span3 {
    width: 100%;
  }
}
.post-template-default .td-pb-span9 {
  width: 70%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .post-template-default .td-pb-span9 {
    width: 100%;
  }
}
.post-template-default .td-main-content * {
  color: #313131;
}
.post-template-default .td-main-content .entry-title {
  font-size: 35px;
  margin-bottom: 24px;
}
.post-template-default .td-main-content img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  margin-top: 11px;
}
.post-template-default .td-main-content figure {
  margin-bottom: 14px;
  display: block;
}
.post-template-default .td-main-content figcaption {
  margin-bottom: 0px;
}
.post-template-default .td-main-content .alignright,
.post-template-default .td-main-content .alignleft {
  margin-bottom: 14px !important;
}
.post-template-default .td-main-content h2,
.post-template-default .td-main-content h3,
.post-template-default .td-main-content h4 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: black;
  margin-bottom: 14px;
}
.post-template-default .td-main-content h2 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 2px;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 17px;
}
.post-template-default .td-main-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: black;
}
.post-template-default .td-main-content h4 {
  font-size: 16px;
}
.post-template-default .td-main-content ul {
  margin-top: 14px;
  margin-bottom: 14px;
}
.post-template-default .td-main-content li {
  margin-left: 37px;
}
.post-template-default .td-main-content li ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
.post-template-default .td-main-content p {
  margin-top: 14px;
  margin-bottom: 14px;
}
.post-template-default .td-main-content hr {
  border: 1px solid #f7f7f7;
  margin: 26px 0 26px 0;
}
.post-template-default .td-main-content pre {
  margin-top: 14px;
  margin-bottom: 14px;
}
.post-template-default .td-main-content ol {
  margin-top: 14px;
  margin-bottom: 14px;
}
.post-template-default .td-main-content ol li {
  margin-left: 30px;
  padding-left: 7px;
}
.post-template-default .td-main-content a {
  color: #21a8db;
}
/**
the popup style
 */
.slb_template_tag_item_title,
.slb_group_status,
#slb_viewer_wrap .slb_theme_slb_baseline * {
  font-size: 13px !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 17px;
  color: white;
  font-style: italic;
}
.slb_container {
  border-radius: 0px !important;
  padding-top: 30px !important;
  background-color: transparent !important;
}
.slb_content {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.slb_container {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.slb_data_content {
  position: relative !important;
  top: 5px !important;
}
.slb_template_tag_ui {
  display: none;
}
.slb_loading {
  background-image: url('images/members/loader/animal.gif') !important;
}
/* search labels */
.td-search-label {
  display: inline-block;
  padding: 0px 4px;
  color: white;
  font-size: 11px;
  line-height: 16px;
  width: 78px;
  text-align: center;
  margin-right: 7px;
  opacity: 0.7;
}
.td-search-label-newspaper6 {
  background-color: #21bdf0;
}
.td-search-label-newsmag {
  background-color: #aa34af;
}
.td-search-label-api {
  background-color: #5d80d3;
}
.td-search-label-tutorial {
  background-color: #8955bf;
}
.td-search-label-ionmag {
  background-color: #fbc53b;
}
.td-sidebar-documentation-title {
  display: block;
  font-size: 42px;
  text-align: center;
  background-color: #f9f9f9;
  padding: 26px 20px 23px 20px;
  color: #444444;
  margin-bottom: -40px;
  z-index: 999999;
  position: relative;
  top: -30px;
  text-decoration: none;
  -webkit-box-shadow: 0 12px 17px -14px rgba(0, 0, 0, 0.18);
          box-shadow: 0 12px 17px -14px rgba(0, 0, 0, 0.18);
  /* responsive portrait phone */
}
.td-sidebar-documentation-title:hover {
  color: #444444 !important;
}
.td-sidebar-documentation-title span {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-sidebar-documentation-title {
    font-size: 32px;
  }
  .td-sidebar-documentation-title span {
    margin-top: 3px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .td-sidebar-documentation-title {
    margin-top: 26px;
    font-size: 32px;
  }
  .td-sidebar-documentation-title span {
    margin-top: 3px;
    font-size: 13px;
  }
}
@-moz-document url-prefix() {
  .td-sidebar-documentation-title {
    box-shadow: 0 10px 15px -16px rgba(0, 0, 0, 0.4);
  }
}
/* page-product-buy */
.tdm-required {
  padding-left: 3px;
}
.tdm-vat-number .tdm-field-label {
  display: inline-block;
}
/* member sidebar */
.tdm-submit-success {
  padding: 10px;
  margin: 10px 0;
  text-align: center;
  border: 1px solid #ccc;
  color: lightgreen;
}
/* page-member-billing-details */
.tdm-billing-vat-number .tdm-field-label {
  display: inline-block;
}
.bbpress .tdm-main-content:before {
  display: none;
}
.bbpress a {
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
.bbpress img {
  margin: 0;
}
.bbpress .td-post-content {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .bbpress .td-post-content {
    padding-bottom: 4px;
  }
}
.bbpress pre {
  background-color: #f9f9f9;
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 0;
  white-space: normal;
}
.bbpress code {
  padding: 10px 14px;
  font-size: 90%;
  line-height: 19px;
  color: #2582c7;
  background-color: #f9f9f9;
  display: block;
}
.bbpress .td-keymaster code {
  background-color: #fff;
}
.bbpress .td-article-wrapper .td-post-header {
  margin-bottom: 1px;
}
.bbpress .td-article-wrapper .entry-title {
  font-family: 'Montserrat', serif;
  margin: 0;
  padding-bottom: 0;
  font-size: 26px;
  line-height: 32px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .bbpress .td-article-wrapper .entry-title {
    font-size: 22px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 767px) {
  .bbpress .td-article-wrapper .entry-title {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
.bbpress .td-article-wrapper .entry-title:after {
  display: none;
}
.bbpress .td-article-wrapper .td-module-meta-info,
.bbpress .td-article-wrapper .td-post-sharing,
.bbpress .td-article-wrapper footer {
  display: none;
}
.bbpress .td-article-wrapper a:hover {
  text-decoration: none;
}
.bbpress .td-post-header .td-category {
  display: none;
}
.bbpress .avatar {
  border-radius: 50%;
}
.bbpress #wp-link-wrap {
  font-size: 14px;
}
.bbpress #wp-link-wrap p {
  font-size: 14px;
}
.bbpress #wp-link-wrap #wp-link .link-search-field {
  font-size: 12px;
  line-height: 21px;
  color: #444;
  border: 1px solid #e1e1e1;
  width: 70%;
  height: 32px;
  padding: 0 9px;
}
.bbpress #wp-link-wrap #wp-link li {
  margin-left: 0;
  line-height: 18px;
}
.bbpress #wp-link-wrap #wp-link .query-results {
  top: 237px;
}
.bbpress.single-forum .td-article-wrapper .td-post-header {
  margin: 16px 0;
}
.bbp-user-page .td-post-header {
  display: none;
}
.tdm-profile-header {
  position: relative;
  background-position: center center;
  background-size: cover;
  font-family: 'Open Sans', serif;
  text-align: center;
}
.tdm-profile-header .td-crumb-container {
  min-height: auto;
  margin: -1px 0 0 0;
  padding: 0;
  text-align: left;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-profile-header .td-crumb-container {
    visibility: hidden;
  }
}
.tdm-profile-banner {
  position: relative;
  top: -17px;
  width: 100%;
  height: 160px;
  background-color: #ccc;
  z-index: -1;
  background: url('images/members/my-account-banner.jpg');
  background-size: cover;
  background-position: center;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-profile-banner {
    height: 100px;
  }
}
.tdm-profile-avatar {
  margin: -97px 0 5px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-profile-avatar {
    margin-top: -96px;
  }
}
.tdm-profile-avatar img {
  border-radius: 50%;
  width: 120px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-profile-avatar img {
    width: 90px;
  }
}
.tdm-profile-name a {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-profile-name a {
    font-size: 18px;
  }
}
.tdm-profile-name a:hover {
  text-decoration: none;
  color: #21bdf0;
}
.tdm-profile-name .tdm-edit-link a {
  font-size: 15px;
  font-weight: 400;
  color: #888;
}
.tdm-premium-expire {
  font-size: 12px;
  color: #ccc;
  border-width: 1px 0;
  border-style: dashed;
  border-color: #ededed;
  width: 100%;
  margin-top: 10px;
  display: block;
}
.tdm-premium-expired {
  color: #f00;
  border-color: #f00;
}
.tdm-profile-role {
  margin: -2px 0 14px;
  font-size: 12px;
  color: #ccc;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-profile-role {
    margin-bottom: 10px;
  }
}
.tdm-profile-descr {
  max-width: 656px;
  margin: 0 auto 39px;
  font-size: 14px;
  line-height: 21px;
  color: #b2b2b2;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-profile-descr {
    font-size: 12px;
    line-height: 17px;
    padding: 0 10px;
    margin-bottom: 19px;
  }
}
.tdm-profile-nav {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #ededed;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-profile-nav {
    text-align: center;
    padding-bottom: 14px;
  }
}
.tdm-profile-nav li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  margin: 0 15px;
  font-family: 'Montserrat', serif;
  font-size: 14px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .tdm-profile-nav li {
    font-size: 13px;
    margin: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-profile-nav li {
    font-size: 11px;
    margin: 0 7px;
  }
  .tdm-profile-nav li a {
    line-height: 46px !important;
  }
}
@media (max-width: 767px) {
  .tdm-profile-nav li {
    font-size: 12px;
    margin: 0 7px;
  }
  .tdm-profile-nav li a {
    line-height: 32px !important;
  }
}
.tdm-profile-nav li:first-child {
  margin-left: 0;
}
.tdm-profile-nav li:last-child {
  margin-right: 0;
}
.tdm-profile-nav li:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background-color: #21bdf0;
  /* responsive landscape tablet */
}
@media (min-width: 1140px) {
  .tdm-profile-nav li:after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
.tdm-profile-nav li:hover a,
.tdm-profile-nav li.tdm-current a {
  color: #000;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-profile-nav li:hover a,
  .tdm-profile-nav li.tdm-current a {
    color: #21bdf0;
  }
}
.tdm-profile-nav li:hover:after,
.tdm-profile-nav li.tdm-current:after {
  width: 100%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-profile-nav li:hover:after,
  .tdm-profile-nav li.tdm-current:after {
    display: none;
  }
}
.tdm-profile-nav li a {
  display: block;
  line-height: 56px;
  color: #666;
}
.tdm-profile-nav li a:hover {
  text-decoration: none;
}
.tdm-profile-nav .tdm-count {
  background-color: #fff;
  margin-right: 1px;
  padding: 2px 8px;
  color: #000;
  border: 2px solid #ededed;
  border-radius: 30px;
}
.bbp-user-replies-created .bbp-user-section,
.bbp-user-profile .bbp-user-section {
  margin-top: 42px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .bbp-user-replies-created .bbp-user-section,
  .bbp-user-profile .bbp-user-section {
    margin-top: 22px;
  }
}
.bbp-user-replies-created .tdm-reply-desc,
.tdm-replies-list .tdm-reply-desc {
  padding-top: 5px;
}
.bbp-user-replies-created .tdm-reply-author-thumb,
.tdm-replies-list .tdm-reply-author-thumb {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .bbp-user-replies-created .tdm-reply-author-thumb,
  .tdm-replies-list .tdm-reply-author-thumb {
    font-size: 10px;
  }
}
.bbp-user-replies-created .tdm-reply-author-thumb .avatar,
.tdm-replies-list .tdm-reply-author-thumb .avatar {
  margin-bottom: 8px;
}
.bbp-user-replies-created .tdm-reply-title,
.tdm-replies-list .tdm-reply-title {
  margin-right: 50px;
}
.bbp-user-replies-created .tdm-reply-header,
.tdm-replies-list .tdm-reply-header {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .bbp-user-replies-created .tdm-reply-header,
  .tdm-replies-list .tdm-reply-header {
    line-height: 19px;
  }
}
.bbp-user-replies-created .tdm-reply-controls,
.tdm-replies-list .tdm-reply-controls {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .bbp-user-replies-created .tdm-reply-controls,
  .tdm-replies-list .tdm-reply-controls {
    position: absolute;
    top: 6px;
    right: 0;
  }
}
.td-search-result-type {
  color: #bbb;
  font-weight: 400;
}
.tdm-search-page .tdm-section-title {
  padding-top: 22px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-search-page .tdm-section-title {
    font-size: 12px;
    padding-top: 13px;
    padding-bottom: 6px;
    margin-bottom: 19px;
  }
}
.tdm-search-page .tdm-replies-list .bbp-forum-header .bbp-forum-title h3 {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 22px;
}
.tdm-search-page .tdm-replies-list .forum .bbp-forum-content {
  margin-bottom: 36px;
  display: block;
  font-size: 14px;
}
.tdm-search-page .bbp-author-name {
  color: #000;
}
.tdm-users-found {
  font-size: 14px;
  margin: 16px 0 0;
}
.tdm-users-found span {
  margin-right: 10px;
}
.tdm-users-found a {
  display: inline-block;
  color: #000;
  padding: 0 8px;
  border: 2px solid #ededed;
  border-radius: 30px;
  margin: 0 10px 10px 0;
  font-size: 13px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-users-found a {
    font-size: 11px;
    line-height: 20px;
    margin: 0 6px 6px 0;
  }
}
.tdm-users-found a:hover {
  border-color: #21bdf0;
}
.tdm-users-found .td_custom_work_user {
  border-color: #ED1D36;
  color: #ED1D36;
}
.tdm-forum-list ul {
  margin: 0;
}
.tdm-forum-list li {
  list-style-type: none;
  margin: 0;
}
.tdm-forum-list-item {
  position: relative;
  border-bottom: 1px solid #f7f7f7;
  *zoom: 1;
}
.tdm-forum-list-item:before,
.tdm-forum-list-item:after {
  display: table;
  content: '';
  line-height: 0;
}
.tdm-forum-list-item:after {
  clear: both;
}
.tdm-forum-list-item.sticky .tdm-forum-title,
.tdm-forum-list-item.super-sticky .tdm-forum-title {
  color: #21bdf0;
}
.tdm-forum-list-item.sticky .tdm-forum-title:hover,
.tdm-forum-list-item.super-sticky .tdm-forum-title:hover {
  color: #21bdf0;
}
.tdm-forum-list-cell {
  float: left;
  padding: 0 20px;
  font-size: 11px;
  line-height: 20px !important;
  color: #7f7f7f;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-forum-list-cell {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .tdm-forum-list-cell {
    padding: 0 7px;
    font-size: 10px;
    line-height: 17px !important;
  }
}
.tdm-forum-list-cell a {
  color: #000;
}
.tdm-forum-list-cell a:hover {
  color: #21bdf0;
}
.tdm-forum-main-list .tdm-forum-list-cell {
  width: 11%;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-forum-main-list .tdm-forum-list-cell {
    width: 14%;
  }
}
@media (max-width: 767px) {
  .tdm-forum-main-list .tdm-forum-list-cell {
    width: 19%;
  }
}
.tdm-forum-main-list .tdm-forum-forum-title {
  padding-top: 15px;
  padding-bottom: 7px;
  padding-left: 0;
  width: 50%;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-forum-main-list .tdm-forum-forum-title {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .tdm-forum-main-list .tdm-forum-forum-title {
    padding-top: 13px;
    padding-bottom: 12px;
    width: 43%;
  }
}
.tdm-forum-main-list .tdm-forum-descr {
  margin-bottom: 8px;
  line-height: 16px;
}
.tdm-forum-main-list .tdm-forum-topics,
.tdm-forum-main-list .tdm-forum-replies,
.tdm-forum-main-list .tdm-forum-last-comment,
.tdm-forum-main-list .tdm-forum-time-comment {
  padding-top: 14px;
  padding-bottom: 10px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-forum-main-list .tdm-forum-topics,
  .tdm-forum-main-list .tdm-forum-replies,
  .tdm-forum-main-list .tdm-forum-last-comment,
  .tdm-forum-main-list .tdm-forum-time-comment {
    padding-top: 13px;
    padding-bottom: 12px;
  }
}
.tdm-forum-main-list .tdm-forum-topics,
.tdm-forum-main-list .tdm-forum-replies,
.tdm-forum-main-list .tdm-forum-time-comment {
  text-align: right;
}
.tdm-forum-main-list .tdm-forum-topics {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-forum-main-list .tdm-forum-topics {
    display: none;
  }
}
.tdm-forum-main-list .tdm-forum-last-comment {
  width: 17%;
  padding-right: 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-forum-main-list .tdm-forum-last-comment {
    width: 18%;
  }
}
@media (max-width: 767px) {
  .tdm-forum-main-list .tdm-forum-last-comment {
    width: 19%;
  }
}
.tdm-forum-main-list .tdm-forum-last-comment .tdm-forum-last-author {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-forum-main-list .tdm-forum-last-comment .tdm-forum-last-author {
    display: none;
  }
}
.tdm-forum-main-list .tdm-forum-time-comment {
  padding-right: 0;
}
.tdm-forum-main-list .tdm-forum-pic {
  background-image: url('images/members/default.png');
}
/*header mare*/
.tdm-forum-list-header .tdm-forum-list-cell {
  float: left;
  font-weight: 600;
  color: #1b2e44;
  font-size: 17px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-forum-list-header .tdm-forum-list-cell {
    font-size: 13px;
  }
}
.tdm-forum-list-header .tdm-topic-info {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-forum-list-header .tdm-topic-info {
    padding-top: 21px !important;
  }
}
.tdm-forum-time-comment span,
.tdm-topic-freshness span {
  float: right;
  white-space: nowrap;
}
.tdm-forum-list-header .tdm-forum-forum-title,
.tdm-forum-list-category .tdm-forum-forum-title,
.tdm-forum-list-header .tdm-forum-topics,
.tdm-forum-list-category .tdm-forum-topics,
.tdm-forum-list-header .tdm-forum-replies,
.tdm-forum-list-category .tdm-forum-replies,
.tdm-forum-list-header .tdm-forum-last-comment .tdm-forum-time-comment,
.tdm-forum-list-category .tdm-forum-last-comment .tdm-forum-time-comment {
  padding-bottom: 13px;
}
/*sub header gri*/
.tdm-forum-list-category {
  font-weight: 600;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e5ecf2;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-forum-list-category {
    margin: 0 -10px !important;
    padding: 0 10px;
  }
}
.tdm-forum-list-category .tdm-forum-list-cell {
  margin-bottom: 0 !important;
  color: #1b2e44;
}
.tdm-forum-list-category li span {
  font-size: 15px;
  color: #1b2e44;
}
.tdm-forum-list-category .tdm-forum-forum-title {
  padding-left: 18px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-forum-list-category .tdm-forum-forum-title {
    padding-left: 0;
  }
}
.tdm-forum-list-category .tdm-forum-last-comment {
  width: 28%;
  padding-right: 18px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-forum-list-category .tdm-forum-last-comment {
    width: 38%;
    padding-right: 10px;
  }
}
.tdm-forum-list-category li,
.tdm-forum-title {
  font-size: 15px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-forum-list-category li,
  .tdm-forum-title {
    font-size: 13px;
  }
}
.tdm-forum-list-category li {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-forum-list-category li {
    font-size: 10px;
  }
}
.tdm-forum-title,
.td-forum-category-name {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-forum-title,
  .td-forum-category-name {
    font-size: 11px;
  }
}
.page-template-page-forum .tdm-forum-list-header .tdm-forum-forum-title {
  visibility: hidden;
}
.tdm-forum-pic {
  float: left;
  width: 35px;
  height: 35px;
  margin: -8px 15px 0 0;
  /* responsive portrait phone */
}
.tdm-forum-pic.Magazin {
  background-image: url('images/members/magazin.png');
}
.tdm-forum-pic.Newspaper {
  background-image: url('images/members/newspaper.png');
}
.tdm-forum-pic.News {
  background-image: url('images/members/news.png');
}
.tdm-forum-pic.Newsmag {
  background-image: url('images/members/newsmag.png');
}
.tdm-forum-pic.Beta {
  background-image: url('images/members/beta-big.png');
  background-size: contain;
}
.tdm-forum-pic.WooCommerce {
  background-image: url('images/members/woo icon.png');
}
.tdm-forum-pic.ionMag {
  background-image: url('images/members/ionmag.png');
}
.tdm-forum-pic.composer {
  background-image: url('images/members/td-composer.png');
}
@media (max-width: 767px) {
  .tdm-forum-pic {
    display: none;
  }
}
.bbpress .tdm-last-poster-avatar {
  float: left;
  line-height: 1;
}
.bbpress .tdm-last-poster-avatar img {
  display: block;
  margin: 0 8px 0 0;
  width: 20px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .bbpress .tdm-last-poster-avatar img {
    width: 20px;
    margin-top: -1px;
  }
}
.bbpress .tdm-topic-last-poster-avatar .avatar {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .bbpress .tdm-topic-last-poster-avatar .avatar {
    margin-top: -2px;
  }
}
.tdm-forum-last-author,
.tdm-topic-last-poster-name a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*continut*/
.tdm-forum-list-content .tdm-forum-list-item,
.tdm-forum-list-content .tdm-forum-list-cell {
  margin: 0 !important;
  color: var(--iflow-black);
}
.tdm-forum-list-content .tdm-forum-list-cell {
  font-size: 13px;
  color: var(--iflow-blog-grey);
}
.tdm-forum-list-content .tdm-forum-last-author {
  color: var(--iflow-black);
}
.tdm-forum-list-content .tdm-forum-last-author:hover {
  color: var(--main-iflow-blue);
}
.tdm-forum-topic-list .tdm-topic-last-poster,
.tdm-forum-topic-list .tdm-topic-replies,
.tdm-forum-topic-list .tdm-topic-freshness {
  padding-top: 19px;
  padding-bottom: 15px;
}
.tdm-forum-topic-list .tdm-forum-list-cell {
  width: 13%;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-forum-topic-list .tdm-forum-list-cell {
    width: 14%;
  }
}
@media (max-width: 767px) {
  .tdm-forum-topic-list .tdm-forum-list-cell {
    width: 19%;
  }
}
.tdm-forum-topic-list .tdm-admin-view {
  top: 18px;
}
.tdm-forum-topic-list .tdm-topic-info {
  padding-top: 19px;
  padding-bottom: 12px;
  padding-left: 0;
  width: 60%;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-forum-topic-list .tdm-topic-info {
    width: 56%;
  }
}
@media (max-width: 767px) {
  .tdm-forum-topic-list .tdm-topic-info {
    padding-top: 11px;
    width: 62%;
  }
}
.tdm-forum-topic-list .tdm-topic-last-poster {
  padding-right: 0;
  padding-left: 0;
  /* responsive portrait tablet */
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-forum-topic-list .tdm-topic-last-poster {
    width: 14%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-forum-topic-list .tdm-topic-last-poster {
    width: 16%;
  }
}
.tdm-forum-topic-list .tdm-topic-last-poster-name {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-forum-topic-list .tdm-topic-last-poster-name {
    display: none;
  }
}
.tdm-forum-topic-list .tdm-topic-replies,
.tdm-forum-topic-list .tdm-topic-freshness {
  text-align: right;
  padding-right: 0;
}
.tdm-forum-topic-list .tdm-topic-replies {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-forum-topic-list .tdm-topic-replies {
    display: none;
  }
}
.tdm-admin-view {
  position: absolute;
  width: 120px;
  height: 24px;
  right: 100%;
  background-color: #dcfcff;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Open Sans', serif;
  font-size: 13px;
  text-align: center;
}
.tdm-admin-view.tdm-not-mine-no-solution {
  background-color: #fff0d1;
}
.tdm-admin-view.tdm-mine-no-solution {
  background-color: #ffab9d;
}
.tdm-admin-view .tdm-is-assigned {
  font-family: 'Montserrat', serif;
  line-height: 23px;
  font-size: 11px;
}
.tdm-admin-view .realtime-who-is-online {
  position: absolute;
  right: 100%;
  bottom: 0;
  margin-right: 4px;
  width: 100%;
  height: 100%;
  text-align: right;
}
.tdm-admin-view .avatar {
  display: inline-block;
  margin: 3px 0 0 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.tdm-admin-view img {
  opacity: 1 !important;
}
.tdm-topic-author a {
  color: inherit;
}
#td-ajax-realtime-js {
  position: relative;
  margin-bottom: 8px;
}
#td-ajax-realtime-js .avatar {
  position: absolute;
  border-radius: 50px;
  vertical-align: middle;
  left: 0;
}
#td-ajax-realtime-js .td-realtime-display-name {
  font-size: 11px;
  margin-left: 24px;
  white-space: nowrap;
}
.tdm-realtime-users {
  margin-top: 30px;
  font-family: 'Montserrat', serif;
  font-size: 13px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-realtime-users {
    font-size: 12px;
    line-height: 16px;
  }
}
.tdm-realtime-users .tdm-realtime-users-item {
  clear: both;
}
.tdm-realtime-users .avatar {
  position: relative;
  float: left;
  top: -1px;
  vertical-align: middle;
  margin-right: 10px;
  width: 24px;
  opacity: 1 !important;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-realtime-users .avatar {
    width: 20px;
    top: -2px;
  }
}
.tdm-realtime-users a {
  color: #444;
  display: table;
}
.tdm-realtime-users a:hover {
  color: #21bdf0;
}
.tdm-realtime-users-item {
  margin-bottom: 6px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-realtime-users-item {
    margin-bottom: 14px;
  }
}
.bbp-topic-tags p {
  margin: 0;
  font-family: 'Open Sans', serif;
  font-size: 13px;
  color: #888;
}
.tdm-topic-single-info,
.tdm-reply {
  position: relative;
  margin-bottom: 26px;
  font-family: 'Open Sans', serif;
  *zoom: 1;
  /* responsive portrait phone */
}
.tdm-topic-single-info:before,
.tdm-reply:before,
.tdm-topic-single-info:after,
.tdm-reply:after {
  display: table;
  content: '';
  line-height: 0;
}
.tdm-topic-single-info:after,
.tdm-reply:after {
  clear: both;
}
@media (max-width: 767px) {
  .tdm-topic-single-info,
  .tdm-reply {
    margin-bottom: 20px;
  }
}
.tdm-topic-single-info:before,
.tdm-reply:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f7f7f7;
}
.tdm-topic-single-info {
  margin-top: 16px;
  padding-bottom: 12px;
  font-size: 15px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-topic-single-info {
    font-size: 12px;
  }
}
.tdm-topic-single-info a:hover {
  color: #000;
}
.tdm-topic-posted-in {
  display: inline-block;
  font-weight: 600;
}
.tdm-topic-favorite-subscribe {
  float: right;
  font-size: 13px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-topic-favorite-subscribe {
    font-size: 12px;
  }
}
.tdm-topic-favorite-subscribe a {
  color: #666;
}
.tdm-topic-favorite-subscribe a:hover {
  color: #21bdf0;
}
.tdm-topic-favorite-subscribe .is-favorite a,
.tdm-topic-favorite-subscribe .is-subscribed a {
  color: #21bdf0;
}
.tdm-topic-favorite-subscribe .is-favorite a:hover,
.tdm-topic-favorite-subscribe .is-subscribed a:hover {
  color: #000;
}
.tdm-topic-favorite-subscribe #subscription-toggle {
  color: #ccc;
}
.tdm-topic-favorite-subscribe #subscription-toggle span {
  margin-left: 2px;
}
.tdm-reply {
  padding-bottom: 22px;
  display: table;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-reply {
    padding-bottom: 12px;
  }
}
.tdm-reply:last-child {
  margin-bottom: 0;
}
.tdm-reply-author-thumb {
  float: left;
  width: 100px;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  color: #ccc;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-reply-author-thumb {
    width: 50px;
  }
}
.tdm-reply-author-thumb .tdm-post-count,
.tdm-reply-author-thumb .bbp-author-role {
  margin: 8px 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-reply-author-thumb .tdm-post-count,
  .tdm-reply-author-thumb .bbp-author-role {
    margin: 5px 0;
    font-size: 10px;
  }
}
.tdm-reply-author-thumb .td_badge {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-reply-author-thumb .td_badge {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}
.tdm-reply-desc {
  position: relative;
  padding-left: 20px;
  display: table-cell;
  vertical-align: top;
  width: 100%;
  /* responsive portrait phone */
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-reply-desc {
    padding-left: 15px;
  }
}
.tdm-reply-desc a:hover {
  color: #21bdf0;
}
@media (max-width: 767px) {
  .tdm-reply-desc p,
  .tdm-reply-desc ul,
  .tdm-reply-desc li {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 21px;
  }
}
.tdm-reply-author,
.tdm-reply-links {
  display: inline-block;
}
.tdm-reply-author,
.tdm-reply-title {
  font-family: 'Montserrat', serif;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}
.tdm-reply-author .td_badge_custom_work,
.tdm-reply-title .td_badge_custom_work {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  display: inline-block;
  margin: 1px 2px;
  position: relative;
  top: 2px;
  left: 3px;
}
.tdm-reply-author a:hover,
.tdm-reply-title a:hover {
  color: #000;
}
.tdm-reply-title {
  font-size: 16px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-reply-title {
    font-size: 15px;
    line-height: 19px;
  }
}
.tdm-reply-author {
  font-weight: 600;
  font-size: 15px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-reply-author {
    font-size: 13px;
  }
}
.tdm-reply-author a {
  color: #000;
}
.td-premium-member .tdm-reply-author a {
  color: #21bdf0;
}
.td-badge-premium-user {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover;
  position: relative;
  top: 2px;
  left: 3px;
}
.tdm-user-name .td-badge-premium-user {
  left: 2px;
  top: 2px;
}
.tdm-forum-list-item,
.tdm-forum-list-cell {
  margin: 0 !important;
  color: var(--iflow-black);
}
.tdm-forum-list-item .td-badge-premium-user {
  width: 16px;
  height: 16px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-forum-list-item .td-badge-premium-user {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 767px) {
  .tdm-forum-list-item .td-badge-premium-user {
    width: 12px;
    height: 12px;
    top: 1px;
  }
}
.tdm-reply-controls,
.tdm-reply-date,
.bbp-topic-revision-log-item,
.bbp-reply-revision-log-item,
.tdm-reply-footer {
  font-size: 11px;
  color: #b2b2b2;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-reply-controls,
  .tdm-reply-date,
  .bbp-topic-revision-log-item,
  .bbp-reply-revision-log-item,
  .tdm-reply-footer {
    font-size: 10px;
  }
}
.tdm-reply-controls a,
.tdm-reply-date a,
.bbp-topic-revision-log-item a,
.bbp-reply-revision-log-item a,
.tdm-reply-footer a {
  color: inherit;
}
.tdm-reply-date {
  display: block;
  margin: -6px 0 14px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-reply-date {
    margin-bottom: 10px;
  }
}
.tdm-reply-controls,
.tdm-reply-ip {
  float: right;
}
.bbp-topic-revision-log li,
.bbp-reply-revision-log li {
  list-style-type: none;
  margin: 0;
  font-size: 11px;
  line-height: 18px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .bbp-topic-revision-log li,
  .bbp-reply-revision-log li {
    font-size: 10px;
  }
}
.bbp-topic-revision-log img,
.bbp-reply-revision-log img {
  vertical-align: middle;
}
.bbp-topic-revision-log-item .avatar,
.bbp-reply-revision-log-item .avatar {
  margin: 0 1px 0 3px;
}
.tdm-reply-footer {
  text-transform: uppercase;
}
.bbp-pagination {
  padding: 16px 0 36px;
  font-family: 'Open Sans', serif;
  font-size: 13px;
  color: #666;
  *zoom: 1;
  /* responsive portrait phone */
}
.bbp-pagination:before,
.bbp-pagination:after {
  display: table;
  content: '';
  line-height: 0;
}
.bbp-pagination:after {
  clear: both;
}
@media (max-width: 767px) {
  .bbp-pagination {
    text-align: center;
    padding-bottom: 16px;
    font-size: 12px;
  }
}
.bbp-pagination-count {
  line-height: 30px;
  float: left;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .bbp-pagination-count {
    float: none;
  }
}
.bbp-pagination-links {
  float: right;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .bbp-pagination-links {
    float: none;
    margin-top: 16px;
    margin-bottom: 6px;
  }
}
.bbp-pagination-links a {
  color: inherit;
}
.bbp-pagination-links a:hover {
  color: #21bdf0;
}
.bbp-pagination-links .page-numbers {
  display: inline-block;
  min-width: 30px;
  padding: 0 4px;
  text-align: center;
  line-height: 30px;
}
.bbp-pagination-links .current {
  background-color: #21bdf0;
  color: #fff;
}
.tdm-forum-notice {
  margin-bottom: 30px;
  padding: 16px 20px 15px;
  font-size: 15px;
  border: 1px solid #ddd;
}
.tdm-forum-error {
  margin: 22px 0 40px;
}
.tdm-forum-error li {
  list-style-type: disc;
  margin-left: 21px;
  font-size: 13px;
  line-height: 26px;
}
.bbp-form {
  margin: 0;
  padding: 0;
  border: 0;
}
.bbp-form legend {
  display: block;
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 10px;
  font-family: 'Open Sans', serif;
  font-size: 17px;
  font-weight: 600;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .bbp-form legend {
    margin-bottom: 19px;
  }
}
.bbp-form legend:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #f7f7f7;
}
.bbp-the-content-wrapper {
  border: 1px solid #ededed;
}
.bbp-the-content-wrapper:focus {
  border-color: #cdcdcd;
}
.tdm-forum-list .bbp-template-notice.error,
.bbp-reply-form .bbp-template-notice.error {
  margin-top: 34px;
  margin-bottom: 26px;
  border: 1px dashed #ff7c7c;
  padding: 20px 22px 4px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-forum-list .bbp-template-notice.error,
  .bbp-reply-form .bbp-template-notice.error {
    margin-top: 24px;
    margin-bottom: 16px;
    padding: 14px 14px 4px;
  }
}
.tdm-forum-list .bbp-template-notice.error p,
.bbp-reply-form .bbp-template-notice.error p {
  font-family: 'Montserrat', serif;
  font-size: 13px;
  color: #ff7c7c;
  margin-bottom: 16px;
  line-height: 1;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-forum-list .bbp-template-notice.error p,
  .bbp-reply-form .bbp-template-notice.error p {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
.bbp-template-notice,
.bbp-template-notice .bbp-topic-description {
  font-family: 'Open Sans', serif;
  font-size: 13px;
  line-height: 19px;
  color: #888;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .bbp-template-notice,
  .bbp-template-notice .bbp-topic-description {
    font-size: 12px;
    line-height: 18px;
  }
}
.bbp-template-notice .avatar,
.bbp-template-notice .bbp-topic-description .avatar {
  border-radius: 100px;
  position: relative;
  top: 2px;
  margin: 0 2px;
}
.tdm-reply-content a:hover {
  text-decoration: underline !important;
}
.bbp-topic-merge,
.bbp-topic-split {
  padding-top: 21px;
}
.tdm-forum-search,
.tdm-page-search {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .tdm-forum-search,
  .tdm-page-search {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm-forum-search,
  .tdm-page-search {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .tdm-forum-search,
  .tdm-page-search {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.tdm-forum-search .tdm-field-wrap input[type="text"],
.tdm-page-search .tdm-field-wrap input[type="text"],
.tdm-forum-search .tdm-field-wrap button,
.tdm-page-search .tdm-field-wrap button {
  margin-top: 0;
}
.tdm-forum-search .tdm-field-wrap input[type="text"],
.tdm-page-search .tdm-field-wrap input[type="text"] {
  padding-right: 110px;
  border-color: #f3f3f3;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-forum-search .tdm-field-wrap input[type="text"],
  .tdm-page-search .tdm-field-wrap input[type="text"] {
    padding-left: 12px;
    padding-right: 52px;
  }
}
.tdm-forum-search .tdm-field-wrap input[type="text"]:active,
.tdm-page-search .tdm-field-wrap input[type="text"]:active,
.tdm-forum-search .tdm-field-wrap input[type="text"]:focus,
.tdm-page-search .tdm-field-wrap input[type="text"]:focus {
  border-color: #eaeaea;
}
.tdm-forum-search .tdm-field-wrap button,
.tdm-page-search .tdm-field-wrap button {
  min-width: 0;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  padding: 0 40px;
  width: auto;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-forum-search .tdm-field-wrap button,
  .tdm-page-search .tdm-field-wrap button {
    padding: 0 15px;
  }
}
.tdm-forum-search .tdm-field-wrap button,
.tdm-page-search .tdm-field-wrap button,
.tdm-forum-search .tdm-field-wrap button:hover,
.tdm-page-search .tdm-field-wrap button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tdm-forum-search .tdm-field-wrap button i,
.tdm-page-search .tdm-field-wrap button i {
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
}
.tdm-forum-search-wrap {
  background-color: #f9f9f9;
  margin-bottom: 30px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-forum-search-wrap {
    margin-bottom: 20px;
  }
}
.td-reply-content-inner p:last-child {
  margin-bottom: 0;
}
.tdm-reply-topic .tdm-reply-controls {
  display: none;
}
.bbp-breadcrumb {
  padding-top: 22px;
  color: #c3c3c3;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .bbp-breadcrumb {
    padding-top: 14px;
  }
}
.bbp-breadcrumb p {
  margin-bottom: 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  line-height: 18px;
}
.bbp-breadcrumb a,
.bbp-breadcrumb .bbp-breadcrumb-sep {
  color: #b2b2b2;
}
.bbp-breadcrumb a:hover {
  color: #6a6a6a;
}
.bbp-breadcrumb .bbp-breadcrumb-sep {
  font-size: 16px;
  margin: 0 3px;
}
.tdm-forum-breadcrumb .bbp-breadcrumb {
  padding-top: 16px;
  padding-bottom: 16px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-forum-breadcrumb .bbp-breadcrumb {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.td-keymaster:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -26px;
  left: -20px;
  padding: 0 20px 26px;
  background-color: #4db2ec;
  opacity: 0.06;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: -1;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-keymaster:after {
    top: -20px;
    padding: 0 20px 20px;
  }
}
.td-keymaster a:hover {
  color: #4db2ec;
}
.td-keymaster .tdm-reply-content a,
.td-keymaster .tdm-reply-desc a {
  color: #4db2ec;
}
.td-keymaster .tdm-reply-author a {
  font-weight: 500;
  color: #4db2ec;
}
.tdm-assign-wrap {
  background-color: rgba(240, 248, 255, 0.55);
  margin: 20px 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdm-assign-wrap {
    margin: 20px 0;
    padding: 1px 0;
  }
}
#bbps_support_forum_options,
#bbps_support_forum_move {
  display: inline-block;
  font-size: 11px;
  position: relative;
  margin: 30px 0 30px 20px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  #bbps_support_forum_options,
  #bbps_support_forum_move {
    margin-left: 8px;
  }
}
@media (max-width: 767px) {
  #bbps_support_forum_options,
  #bbps_support_forum_move {
    margin-left: 10px;
    display: block;
  }
}
#bbps_support_forum_options label,
#bbps_support_forum_move label,
#bbps_support_forum_options span,
#bbps_support_forum_move span {
  position: absolute;
  bottom: 100%;
}
#bbps_support_forum_options input,
#bbps_support_forum_move input {
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 10px;
  padding: 8px;
  margin: 0 0 0 -3px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  #bbps_support_forum_options input,
  #bbps_support_forum_move input {
    font-size: 10px;
    padding: 8px;
    margin-left: -3px;
  }
}
#bbps_support_forum_options select,
#bbps_support_forum_move select {
  padding: 5px;
  vertical-align: bottom;
  border-color: #ededed;
  /* responsive portrait tablet */
}
#bbps_support_forum_options select:focus,
#bbps_support_forum_move select:focus {
  outline: none;
}
@media (min-width: 768px) and (max-width: 1018px) {
  #bbps_support_forum_options select,
  #bbps_support_forum_move select {
    padding: 5px 2px;
  }
}
#bbps_support_forum_options .bbps-support-forums-message,
#bbps_support_forum_move .bbps-support-forums-message {
  position: absolute;
  white-space: nowrap;
}
.td-doc {
  margin-bottom: 35px;
  margin-top: 34px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-doc {
    margin-bottom: 0;
  }
}
.td-doc li {
  padding: 0;
  list-style: none;
  margin-left: 0;
}
.td-doc li a {
  font-size: 13px;
  line-height: 18px;
  color: #000;
  vertical-align: middle;
  display: table;
  margin: 10px 0;
  /* responsive portrait tablet + phone */
}
@media (max-width: 1018px) {
  .td-doc li a {
    font-size: 11px;
  }
}
.td-doc li:hover a {
  text-decoration: underline !important;
}
.td-doc .td-doc-results {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin: 0 0 25px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-doc .td-doc-results {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.td-doc .td-doc-results li {
  margin-bottom: 12px;
}
.td-doc .td-doc-results .bbp-template-notice {
  border: none;
  padding: 0;
}
.td-doc .td-search-label-wrap {
  float: left;
  display: inline-block;
}
.td-doc .td-search-label {
  display: inline-block;
  padding: 0px 4px;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  width: 78px;
  text-align: center;
  margin-right: 10px;
  opacity: 0.7;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.td-doc .ionmag-documentation {
  background-color: #21bdf0;
}
.td-doc .td-doc-search-filter {
  border-bottom: 1px solid #ededed;
  margin: 25px 0 15px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-doc .td-doc-search-filter {
    margin-top: 10px;
  }
}
.td-doc .td-doc-search-filter a {
  border: 1px solid transparent;
  border-bottom: 1px solid #ededed;
  display: inline-block;
  padding: 6px 12px;
  font-size: 13px;
  margin: 0px 3px;
  position: relative;
  top: 1px;
  background-color: #fff;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-doc .td-doc-search-filter a {
    margin: 0;
  }
}
.td-doc .td-doc-search-filter .td-doc-f-filter-text {
  margin-right: 20px;
  font-size: 15px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-doc .td-doc-search-filter .td-doc-f-filter-text {
    display: block;
    margin-bottom: 5px;
  }
}
.td-doc .td-doc-search-filter a:hover {
  border: 1px solid #ededed;
  border-bottom: 1px solid white;
}
.td-doc .td-doc-search-filter a.td-doc-f-active {
  border: 1px solid #ededed;
  border-bottom: 1px solid white;
}
.tdm_new_topic_button {
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 6px 20px;
  background-color: #21bdf0;
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(12, 136, 177, 0.41);
  box-shadow: 0px 2px 8px 0px rgba(12, 136, 177, 0.41);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tdm_new_topic_button:hover {
  background-color: #7a64c6;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(122, 100, 198, 0.53);
  box-shadow: 0px 2px 8px 0px rgba(122, 100, 198, 0.53);
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdm_new_topic_button {
    right: 12px;
    top: 8px;
  }
}
@media (max-width: 767px) {
  .tdm_new_topic_button {
    right: 0;
    top: -5px;
    font-size: 12px;
    line-height: 24px;
    padding: 5px 15px;
  }
}
.td-renew_support_main_div {
  padding: 35px 0 35px 0;
  border: 1px solid #f7f4f4;
}
.td-support_expired_h3 {
  text-align: center;
}
.td-support_expired_img {
  opacity: 1!important;
  vertical-align: middle;
  padding-right: 15px;
}
.td-renew_support_btn {
  text-align: center;
  margin: 45px 0 25px 0;
}
.td-renew_support_btn_a {
  font-family: 'Montserrat', sans-serif;
  padding: 14px 25px;
  background-color: #76d852;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(62, 199, 109, 0.4);
  box-shadow: 0 2px 8px 0 rgba(62, 199, 109, 0.4);
}
.td-support_expired_documenation {
  margin-left: auto;
  margin-right: auto;
  display: table;
  color: #21bdf0;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.td-support-expired-notification {
  display: none;
}
.td-supported-until {
  display: none;
  margin-bottom: 20px;
  font-size: 15px;
}
.td-supported-until span {
  font-weight: bold;
  color: #21bdf0;
}
.td-bbp-js-deactivated {
  font-weight: bold;
  font-size: 16px;
  border: 1px solid #f7f4f4;
  text-align: center;
  padding: 35px 0 35px 0;
  color: #21bdf0;
}
.tdm-submit-button-hide {
  display: none;
}
.td-bbp-input-form {
  display: none;
}
.td-js-loaded .td-bbp-input-form {
  display: block;
}
.td_badge {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  display: inline-block;
  margin: 1px 2px;
}
/* protector */
.td_badge_protector {
  background-image: url('images/badges/green-lantern.png');
}
/* explorer */
.td_badge_explorer {
  background-image: url('images/badges/explorer.png');
}
/* code lord */
.code_lord {
  background-image: url('images/badges/css.png');
}
/* alert */
.td_badge_alert {
  background-image: url('images/badges/alert.png');
}
/* beta tester */
.td_badge_beta {
  background-image: url('images/badges/beta.png');
}
/* crowns */
.td_badge_code_1 {
  background-image: url('images/badges/crown-1.png');
}
.td_badge_code_2 {
  background-image: url('images/badges/crown-2.png');
}
.td_badge_code_3 {
  background-image: url('images/badges/crown-3.png');
}
/* admin */
.td_badge_admin {
  background-image: url('images/badges/tagdiv.png');
}
/* VIP */
.td_badge_vip {
  background-image: url('images/badges/vip-1.png');
}
/* PREMIUM USER */
.td-badge-premium-user {
  background-image: url('images/badges/premium_badge.png');
}
/* SHOWCASE FEATURED */
.td-badge-showcase-featured {
  background-image: url('images/badges/showcase_featured.png');
}
/* Custom work client */
.td_badge_custom_work {
  background-image: url('images/badges/custom_work.png');
}
/* members since */
.td_badge_year_1 {
  background-image: url('images/badges/year-1.png');
}
.td_badge_year_2 {
  background-image: url('images/badges/year-2.png');
}
.td_badge_year_3 {
  background-image: url('images/badges/year-3.png');
}
.td_badge_year_4 {
  background-image: url('images/badges/year-4.png');
}
.td_badge_year_5 {
  background-image: url('images/badges/year-5.png');
}
.td_badge_year_6 {
  background-image: url('images/badges/year-6.png');
}
.td_badge_year_7 {
  background-image: url('images/badges/year-7.png');
}
/* posts count */
.td_badge_star_1 {
  background-image: url('images/badges/star-1.png');
}
.td_badge_star_2 {
  background-image: url('images/badges/star-2.png');
}
.td_badge_star_3 {
  background-image: url('images/badges/star-3.png');
}
.td_badge_star_4 {
  background-image: url('images/badges/star-4.png');
}
.td_badge_star_5 {
  background-image: url('images/badges/star-5.png');
}
.td_badge_star_6 {
  background-image: url('images/badges/star-6.png');
}
#bbpress-forums .td-forum-general-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #1b2e44;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 5px 30px -8px #ddd;
          box-shadow: 0 5px 30px -8px #ddd;
}
#bbpress-forums .tdm-categ-name-form {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: #1b2e44;
  font-weight: 700;
  padding: 10px 20px;
  border-style: solid;
  border-width: 0 0 2px;
  border-color: #e5ecf2;
}
#bbpress-forums .td-box-container-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  gap: 20px;
}
#bbpress-forums .td-box-container-title:hover .tdm-forum-subcateg {
  color: #395fc5;
}
#bbpress-forums .td-box-container-title:hover .tdm-forum-description {
  color: #395fc5;
}
#bbpress-forums .td-box-container-title:hover .tdm-forum-topics {
  background-color: #395fc5;
  color: #fff;
}
#bbpress-forums .td-box-container-title .td-subforum-title-desc-c {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1b2e44;
}
#bbpress-forums .td-box-container-title .td-subforum-title-desc-c .tdm-forum-subcateg {
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  font-family: 'Poppins', sans-serif;
}
#bbpress-forums .td-box-container-title .td-subforum-title-desc-c .tdm-forum-description {
  font-size: 12px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#bbpress-forums .tdm-forum-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 28px;
  background-color: #edf1f7;
  font-family: 'Poppins', sans-serif;
  border-radius: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1 !important;
  padding: 10px!important;
  font-weight: 600;
  color: #395fc5;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 13px;
}
#bbpress-forums .tdm-forum-forum-title {
  padding: 0!important;
  width: auto;
}
#bbpress-forums .tdm-forum-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #e5ecf2;
}
#bbpress-forums .tdm-forum-list-item:last-child {
  border-width: 0;
}
#bbpress-forums .tdm-forum-list-item:before,
#bbpress-forums .tdm-forum-list-item:after {
  display: none;
}
#bbpress-forums .tdm-forum-list-item .topic-container-item {
  width: 70%;
  padding: 7px 20px 7px 0;
}
#bbpress-forums .topic-container-item .td-no-result-shown {
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  font-family: 'Poppins', sans-serif;
}
#bbpress-forums .tdm-forum-list-item .tdm-forum-forum-title {
  width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
#bbpress-forums .latest-topic-link-wrapper .latest-topic-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #1b2e44;
}
#bbpress-forums .latest-topic-link-wrapper:hover .latest-topic-info .latest-topic-title {
  color: #395fc5;
}
#bbpress-forums .latest-topic-link-wrapper:hover .latest-topic-info .latest-topic-description {
  color: #395fc5;
}
#bbpress-forums .latest-topic-link-wrapper .latest-topic-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #e5ecf2;
  padding: 0 20px 0 0;
}
#bbpress-forums .latest-topic-link-wrapper .latest-topic-meta .latest-topic-avatar {
  width: 25px;
  height: 25px;
}
#bbpress-forums .latest-topic-link-wrapper .latest-topic-meta .latest-topic-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#bbpress-forums .latest-topic-link-wrapper .latest-topic-meta .latest-topic-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#bbpress-forums .latest-topic-link-wrapper .latest-topic-info .td-topic-info-container-t {
  width: 60%;
}
#bbpress-forums .latest-topic-link-wrapper .latest-topic-info .latest-topic-title {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.2;
}
#bbpress-forums .latest-topic-link-wrapper .latest-topic-info .latest-topic-description {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#bbpress-forums .latest-topic-link-wrapper .latest-topic-info .td-meta-info-container-c {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#bbpress-forums .latest-topic-link-wrapper .latest-topic-info .td-meta-info-container-c .td-timeposting-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  width: 30%;
}
#bbpress-forums .latest-topic-link-wrapper .latest-topic-info .td-meta-info-container-c .latest-topic-meta .latest-topic-author {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
#bbpress-forums .latest-topic-link-wrapper .latest-topic-info .td-meta-info-container-c .td-timeposting-container .td-title-postattime {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
#bbpress-forums .latest-topic-link-wrapper .latest-topic-info .td-actual-time {
  font-size: 11px;
}
#bbpress-forums .tdm-forum-list-item:last-child {
  padding-bottom: 5px;
}
@media all and (max-width: 1200px) {
  #bbpress-forums .latest-topic-link-wrapper .latest-topic-info .td-topic-info-container-t {
    width: 30%;
  }
}
@media all and (max-width: 1080px) {
  #bbpress-forums .tdm-forum-list-item .topic-container-item {
    width: 50%;
  }
  #bbpress-forums .tdm-forum-list-item .tdm-forum-forum-title {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media all and (max-width: 767px) {
  #bbpress-forums .latest-topic-link-wrapper .latest-topic-info .latest-topic-title {
    font-size: 14px;
    line-height: 1.1;
  }
  #bbpress-forums .latest-topic-link-wrapper .latest-topic-info .td-meta-info-container-c .latest-topic-meta .latest-topic-author {
    font-size: 12px;
  }
  #bbpress-forums .td-box-container-title .td-subforum-title-desc-c .tdm-forum-subcateg {
    font-size: 16px;
  }
  #bbpress-forums .td-box-container-title .td-subforum-title-desc-c .tdm-forum-description {
    font-size: 12px;
  }
  #bbpress-forums .latest-topic-link-wrapper .latest-topic-info .latest-topic-description {
    font-size: 12px;
  }
  #bbpress-forums .tdm-categ-name-form {
    font-size: 20px;
    padding: 10px 20px;
  }
  #bbpress-forums .td-box-container-title {
    padding: 10px 20px;
  }
  #bbpress-forums .tdm-forum-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #bbpress-forums .tdm-forum-list-item .topic-container-item {
    width: 100%;
    padding: 0 20px 15px 20px;
  }
  #bbpress-forums .tdm-forum-list-item .tdm-forum-forum-title {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #bbpress-forums .latest-topic-link-wrapper .latest-topic-meta {
    border-width: 0;
    background-color: #edf1f7;
    padding: 8px;
    border-radius: 6px;
    gap: 7px;
    font-size: 14px;
  }
  #bbpress-forums .latest-topic-link-wrapper .latest-topic-info .td-topic-info-container-t {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 20px 0 0;
    width: 70%;
  }
  #bbpress-forums .latest-topic-link-wrapper .latest-topic-info .td-meta-info-container-c .td-timeposting-container {
    display: none;
  }
  #bbpress-forums .latest-topic-link-wrapper .latest-topic-info .td-meta-info-container-c {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
  #bbpress-forums .tdm-forum-list-item .topic-container-item:has(.td-no-result-shown) {
    margin-top: -15px;
  }
  #bbpress-forums .tdm-forum-list-item .topic-container-item .td-no-result-shown {
    font-size: 14px;
  }
}
body.bbpress .td-container,
body.wp-child-theme-Newspaper-child .td-container {
  width: auto!important;
  max-width: 1432px;
  padding: 0 20px 40px;
}
body.bbpress .td-container .entry-title.td-page-title,
body.wp-child-theme-Newspaper-child .td-container .entry-title.td-page-title {
  display: none;
}
body.bbpress .td-container .bbp-breadcrumb,
body.wp-child-theme-Newspaper-child .td-container .bbp-breadcrumb {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #a9a9a9;
}
body.bbpress .td-container .bbp-breadcrumb p a,
body.wp-child-theme-Newspaper-child .td-container .bbp-breadcrumb p a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #a9a9a9;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body.bbpress .td-container .bbp-breadcrumb p a:hover,
body.wp-child-theme-Newspaper-child .td-container .bbp-breadcrumb p a:hover {
  color: #395fc5;
}
body.bbpress .td-container .bbp-template-notice a,
body.wp-child-theme-Newspaper-child .td-container .bbp-template-notice a {
  color: #395fc5;
}
body.bbpress .td-container .bbp-pagination .bbp-pagination-count,
body.wp-child-theme-Newspaper-child .td-container .bbp-pagination .bbp-pagination-count {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #888ea0;
}
body.bbpress .td-container .bbp-pagination,
body.wp-child-theme-Newspaper-child .td-container .bbp-pagination {
  padding: 20px 0;
  margin: 0;
}
body.bbpress .td-container .tdm-forum-error,
body.wp-child-theme-Newspaper-child .td-container .tdm-forum-error {
  padding: 0;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 30px -8px #ddd;
          box-shadow: 0 5px 30px -8px #ddd;
  font-family: 'Poppins', sans-serif;
}
body.bbpress .td-container .tdm-forum-error .tdm-forum-notice,
body.wp-child-theme-Newspaper-child .td-container .tdm-forum-error .tdm-forum-notice {
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #e5ecf2;
  padding: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #1b2e44;
}
body.bbpress .td-container .tdm-forum-error .tdm-forum-notice a,
body.wp-child-theme-Newspaper-child .td-container .tdm-forum-error .tdm-forum-notice a {
  font-weight: 600;
  display: block;
  font-size: 20px;
  color: #395fc5;
}
body.bbpress .td-container .tdm-forum-error .tdm-section-title,
body.wp-child-theme-Newspaper-child .td-container .tdm-forum-error .tdm-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  padding: 0 20px;
  border-width: 0;
  margin-bottom: 10px;
  color: #1b2e44;
}
body.bbpress .td-container .tdm-forum-error .tdm-section-title:after,
body.wp-child-theme-Newspaper-child .td-container .tdm-forum-error .tdm-section-title:after {
  display: none;
}
body.bbpress .td-container .tdm-forum-error ul,
body.wp-child-theme-Newspaper-child .td-container .tdm-forum-error ul {
  padding: 0 20px 20px;
  border-width: 0;
  margin: 0;
  font-size: 14px;
  color: #1b2e44;
}
body.bbpress .td-main-content-wrap {
  background-color: var(--iflow-app-light-bg) !important;
}
#bbpress-forums-iflow {
  margin: 30px 0;
}
#bbpress-forums-iflow .td-forum-header-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#bbpress-forums-iflow .td-forum-header-tile .td-forum-subforum-title {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1b2e44;
}
#bbpress-forums-iflow .td-forum-header-tile .tdm_new_topic_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px 15px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #395fc5;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  height: auto;
  width: auto;
  top: unset;
  right: unset;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#bbpress-forums-iflow .td-forum-header-tile .tdm_new_topic_button:hover {
  background-color: #8dacff;
}
#bbpress-forums-iflow .forum-topic-container {
  background-color: #fff;
  padding: 10px 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 30px -8px #ddd;
          box-shadow: 0 5px 30px -8px #ddd;
  margin-top: 20px;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item:before,
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item:after {
  display: none;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item:last-child {
  border-width: 0;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #e5ecf2;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .leftside-container {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .leftside-container .tdm-topic-info {
  width: auto;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .rightside-container {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .rightside-container .tdm-topic-freshness {
  width: auto;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .rightside-container .tdm-topic-freshness a {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 1.1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .rightside-container .tdm-topic-freshness a:hover {
  color: #395fc5;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .rightside-container .tdm-topic-last-poster {
  padding: 0 10px;
  width: 50%;
  margin-left: 10px!important;
  border-style: solid;
  border-color: #e5ecf2;
  border-width: 0 0 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .rightside-container .tdm-topic-last-poster .tdm-last-poster-avatar a .bbp-author-avatar {
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
            ;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .rightside-container .tdm-topic-last-poster .tdm-topic-last-poster-name {
  float: none;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .rightside-container .tdm-topic-last-poster .tdm-topic-last-poster-name a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #1b2e44;
  line-height: 1.1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .rightside-container .tdm-topic-last-poster .tdm-topic-last-poster-name a:hover {
  color: #395fc5;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .tdm-topic-replies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 28px;
  background-color: #edf1f7;
  font-family: 'Poppins', sans-serif;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1 !important;
  padding: 10px !important;
  font-weight: 600;
  color: #395fc5;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .tdm-admin-view {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  top: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: unset;
  background-color: transparent;
  height: auto;
  margin: 0 10px 0 0;
  width: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .tdm-admin-view .tdm-is-assigned {
  width: 94px;
  height: 34px;
  background-color: #395fc5;
  padding: 10px;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .tdm-admin-view .realtime-who-is-online {
  position: relative;
  right: unset;
  top: unset;
  bottom: unset;
  text-align: center;
  width: auto;
  height: 30px;
  margin: 0 0 0 5px;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .tdm-forum-list-cell {
  padding: 0;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .tdm-forum-list-cell .tdm-forum-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1b2e44;
  line-height: 1.2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .tdm-forum-list-cell .tdm-forum-title:hover {
  color: #395fc5;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .tdm-forum-list-cell .tdm-topic-author {
  line-height: 1.1;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .tdm-forum-list-cell .tdm-topic-author a {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 1.1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .tdm-forum-list-cell .tdm-topic-author a:hover {
  color: #395fc5;
}
@media all and (max-width: 1440px) {
  #bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .rightside-container .tdm-topic-freshness {
    display: none;
  }
  #bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .rightside-container .tdm-topic-last-poster {
    border-width: 0;
    margin-left: 0!important;
    padding: 0 10px 0 0;
  }
}
@media all and (max-width: 1130px) {
  #bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .rightside-container .tdm-topic-last-poster .tdm-topic-last-poster-name {
    display: none;
  }
  #bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .rightside-container {
    width: auto;
  }
  #bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .leftside-container {
    width: auto;
  }
}
@media all and (max-width: 767px) {
  #bbpress-forums-iflow .forum-topic-container .tdm-forum-list-item .tdm-forum-list-cell .tdm-forum-title {
    text-overflow: ellipsis;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
body.bbpress #new-topic-msg,
body.bbpress .bbp-reply-form,
body.bbpress .td-bbp-input-form {
  font-family: 'Poppins', sans-serif;
}
body.bbpress #new-topic-msg .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container,
body.bbpress .bbp-reply-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container,
body.bbpress .td-bbp-input-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container {
  border-width: 0;
  width: 100%;
  border-radius: 10px;
}
body.bbpress #new-topic-msg .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body,
body.bbpress .bbp-reply-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body,
body.bbpress .td-bbp-input-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body {
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 30px -8px #ddd;
          box-shadow: 0 5px 30px -8px #ddd;
}
body.bbpress #new-topic-msg .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-statusbar.mce-last,
body.bbpress .bbp-reply-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-statusbar.mce-last,
body.bbpress .td-bbp-input-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-statusbar.mce-last {
  border-width: 1px 0px 0px;
  border-radius: 0 0 20px 20px;
  border-color: #e5ecf2;
  border-style: solid;
}
body.bbpress #new-topic-msg .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part,
body.bbpress .bbp-reply-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part,
body.bbpress .td-bbp-input-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part {
  border-radius: 10px;
}
body.bbpress #new-topic-msg .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body,
body.bbpress .bbp-reply-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body,
body.bbpress .td-bbp-input-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body {
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.bbpress #new-topic-msg .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body .mce-toolbar-grp,
body.bbpress .bbp-reply-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body .mce-toolbar-grp,
body.bbpress .td-bbp-input-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body .mce-toolbar-grp {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #e5ecf2;
}
body.bbpress #new-topic-msg .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body .mce-toolbar-grp .mce-btn-group div,
body.bbpress .bbp-reply-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body .mce-toolbar-grp .mce-btn-group div,
body.bbpress .td-bbp-input-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body .mce-toolbar-grp .mce-btn-group div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.bbpress #new-topic-msg .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body .mce-toolbar-grp .mce-btn-group div .mce-btn,
body.bbpress .bbp-reply-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body .mce-toolbar-grp .mce-btn-group div .mce-btn,
body.bbpress .td-bbp-input-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body .mce-toolbar-grp .mce-btn-group div .mce-btn {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border-width: 0!important;
}
body.bbpress #new-topic-msg .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body .mce-toolbar-grp .mce-btn-group div .mce-btn button,
body.bbpress .bbp-reply-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body .mce-toolbar-grp .mce-btn-group div .mce-btn button,
body.bbpress .td-bbp-input-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body .mce-toolbar-grp .mce-btn-group div .mce-btn button {
  background-color: #e5ecf2 !important;
  height: auto;
  width: auto;
  padding: 5px!important;
  border-radius: 4px;
  min-width: unset;
  color: #1b2e44 !important;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  outline: 0;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
  margin: 0;
}
body.bbpress #new-topic-msg .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body .mce-toolbar-grp .mce-btn-group div .mce-btn button .mce-ico,
body.bbpress .bbp-reply-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body .mce-toolbar-grp .mce-btn-group div .mce-btn button .mce-ico,
body.bbpress .td-bbp-input-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body .mce-toolbar-grp .mce-btn-group div .mce-btn button .mce-ico {
  color: #1b2e44 !important;
}
body.bbpress #new-topic-msg .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body .mce-toolbar-grp .mce-btn-group div .mce-btn button:hover,
body.bbpress .bbp-reply-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body .mce-toolbar-grp .mce-btn-group div .mce-btn button:hover,
body.bbpress .td-bbp-input-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body .mce-toolbar-grp .mce-btn-group div .mce-btn button:hover {
  background-color: #395fc5 !important;
  color: #fff !important;
  outline: 0;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
body.bbpress #new-topic-msg .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body .mce-toolbar-grp .mce-btn-group div .mce-btn button:hover .mce-ico,
body.bbpress .bbp-reply-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body .mce-toolbar-grp .mce-btn-group div .mce-btn button:hover .mce-ico,
body.bbpress .td-bbp-input-form .bbp-form .bbp-the-content-wrapper .wp-editor-container .mce-container .mce-container-body .mce-top-part .mce-container-body .mce-toolbar-grp .mce-btn-group div .mce-btn button:hover .mce-ico {
  color: #fff !important;
}
body.bbpress #new-topic-msg .bbp-form .bbp-the-content-wrapper .wp-editor-tools,
body.bbpress .bbp-reply-form .bbp-form .bbp-the-content-wrapper .wp-editor-tools,
body.bbpress .td-bbp-input-form .bbp-form .bbp-the-content-wrapper .wp-editor-tools {
  margin-bottom: 10px;
}
body.bbpress #new-topic-msg .bbp-form .bbp-the-content-wrapper .wp-editor-tools .wp-editor-tabs,
body.bbpress .bbp-reply-form .bbp-form .bbp-the-content-wrapper .wp-editor-tools .wp-editor-tabs,
body.bbpress .td-bbp-input-form .bbp-form .bbp-the-content-wrapper .wp-editor-tools .wp-editor-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.bbpress #new-topic-msg .bbp-form .bbp-the-content-wrapper .wp-editor-tools .wp-editor-tabs button,
body.bbpress .bbp-reply-form .bbp-form .bbp-the-content-wrapper .wp-editor-tools .wp-editor-tabs button,
body.bbpress .td-bbp-input-form .bbp-form .bbp-the-content-wrapper .wp-editor-tools .wp-editor-tabs button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px 15px!important;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e5ecf2 !important;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  height: auto;
  width: auto;
  top: unset;
  right: unset;
  font-size: 14px!important;
  line-height: 1.2 !important;
  color: #1b2e44 !important;
  font-weight: 600;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  min-width: auto;
}
body.bbpress #new-topic-msg .bbp-form .bbp-the-content-wrapper .wp-editor-tools .wp-editor-tabs button:hover,
body.bbpress .bbp-reply-form .bbp-form .bbp-the-content-wrapper .wp-editor-tools .wp-editor-tabs button:hover,
body.bbpress .td-bbp-input-form .bbp-form .bbp-the-content-wrapper .wp-editor-tools .wp-editor-tabs button:hover {
  background-color: #395fc5 !important;
  color: #fff !important;
}
body.bbpress #new-topic-msg .bbp-form .tdm-section-title,
body.bbpress .bbp-reply-form .bbp-form .tdm-section-title,
body.bbpress .td-bbp-input-form .bbp-form .tdm-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1b2e44;
  margin-bottom: 10px;
  line-height: 1.2;
}
body.bbpress #new-topic-msg .bbp-form .tdm-submit-button #bbp_topic_submit,
body.bbpress .bbp-reply-form .bbp-form .tdm-submit-button #bbp_topic_submit,
body.bbpress .td-bbp-input-form .bbp-form .tdm-submit-button #bbp_topic_submit,
body.bbpress #new-topic-msg .bbp-form .tdm-submit-button #bbp_reply_submit,
body.bbpress .bbp-reply-form .bbp-form .tdm-submit-button #bbp_reply_submit,
body.bbpress .td-bbp-input-form .bbp-form .tdm-submit-button #bbp_reply_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px 30px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #395fc5;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  height: auto;
  width: auto;
  top: unset;
  right: unset;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  min-width: auto;
}
body.bbpress #new-topic-msg .bbp-form .tdm-submit-button #bbp_topic_submit:hover,
body.bbpress .bbp-reply-form .bbp-form .tdm-submit-button #bbp_topic_submit:hover,
body.bbpress .td-bbp-input-form .bbp-form .tdm-submit-button #bbp_topic_submit:hover,
body.bbpress #new-topic-msg .bbp-form .tdm-submit-button #bbp_reply_submit:hover,
body.bbpress .bbp-reply-form .bbp-form .tdm-submit-button #bbp_reply_submit:hover,
body.bbpress .td-bbp-input-form .bbp-form .tdm-submit-button #bbp_reply_submit:hover {
  background-color: #8dacff;
}
body.bbpress #new-topic-msg .bbp-form .tdm-form-notice,
body.bbpress .bbp-reply-form .bbp-form .tdm-form-notice,
body.bbpress .td-bbp-input-form .bbp-form .tdm-form-notice {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #888ea0;
  margin: 0;
}
body.bbpress #new-topic-msg .bbp-form .tdm-notification,
body.bbpress .bbp-reply-form .bbp-form .tdm-notification,
body.bbpress .td-bbp-input-form .bbp-form .tdm-notification {
  margin: 0!important;
}
body.bbpress #new-topic-msg .bbp-form .tdm-notification input[type=checkbox]:checked + label span.tdm-check,
body.bbpress .bbp-reply-form .bbp-form .tdm-notification input[type=checkbox]:checked + label span.tdm-check,
body.bbpress .td-bbp-input-form .bbp-form .tdm-notification input[type=checkbox]:checked + label span.tdm-check {
  border-color: #395fc5;
}
body.bbpress #new-topic-msg .bbp-form .tdm-notification .tdm-check-wrap,
body.bbpress .bbp-reply-form .bbp-form .tdm-notification .tdm-check-wrap,
body.bbpress .td-bbp-input-form .bbp-form .tdm-notification .tdm-check-wrap {
  font-size: 16px;
  color: #1b2e44;
}
body.bbpress #new-topic-msg .bbp-form .tdm-notification .tdm-check-wrap .tdm-check-title,
body.bbpress .bbp-reply-form .bbp-form .tdm-notification .tdm-check-wrap .tdm-check-title,
body.bbpress .td-bbp-input-form .bbp-form .tdm-notification .tdm-check-wrap .tdm-check-title {
  color: #1b2e44;
}
body.bbpress #new-topic-msg .bbp-form .tdm-notification .tdm-check-wrap .tdm-check,
body.bbpress .bbp-reply-form .bbp-form .tdm-notification .tdm-check-wrap .tdm-check,
body.bbpress .td-bbp-input-form .bbp-form .tdm-notification .tdm-check-wrap .tdm-check {
  border-style: solid;
  border-width: 1px;
  border-color: #e5ecf2;
  border-radius: 4px;
}
body.bbpress #new-topic-msg .bbp-form .tdm-notification .tdm-check-wrap .tdm-check:after,
body.bbpress .bbp-reply-form .bbp-form .tdm-notification .tdm-check-wrap .tdm-check:after,
body.bbpress .td-bbp-input-form .bbp-form .tdm-notification .tdm-check-wrap .tdm-check:after {
  background-color: #395fc5;
  width: 10px;
  height: 10px;
  border-radius: 2px;
}
body.bbpress #new-topic-msg .bbp-form .tdm-field-margin,
body.bbpress .bbp-reply-form .bbp-form .tdm-field-margin,
body.bbpress .td-bbp-input-form .bbp-form .tdm-field-margin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.bbpress #new-topic-msg .bbp-form .tdm-field-margin .tdm-field-float:first-child,
body.bbpress .bbp-reply-form .bbp-form .tdm-field-margin .tdm-field-float:first-child,
body.bbpress .td-bbp-input-form .bbp-form .tdm-field-margin .tdm-field-float:first-child {
  padding: 0 10px 0 0;
}
body.bbpress #new-topic-msg .bbp-form .tdm-field-margin .tdm-field-float:last-child,
body.bbpress .bbp-reply-form .bbp-form .tdm-field-margin .tdm-field-float:last-child,
body.bbpress .td-bbp-input-form .bbp-form .tdm-field-margin .tdm-field-float:last-child {
  padding: 0 0 0 10px;
}
body.bbpress #new-topic-msg .bbp-form .tdm-field-margin .tdm-field-float,
body.bbpress .bbp-reply-form .bbp-form .tdm-field-margin .tdm-field-float,
body.bbpress .td-bbp-input-form .bbp-form .tdm-field-margin .tdm-field-float {
  float: none;
  padding: 0 10px;
}
body.bbpress #new-topic-msg .bbp-form .tdm-field-margin .tdm-field-float .tdm-select-wrap select,
body.bbpress .bbp-reply-form .bbp-form .tdm-field-margin .tdm-field-float .tdm-select-wrap select,
body.bbpress .td-bbp-input-form .bbp-form .tdm-field-margin .tdm-field-float .tdm-select-wrap select {
  border-style: solid;
  border-width: 1px;
  border-color: #e5ecf2;
  border-radius: 6px;
  height: auto;
  padding: 10px;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
body.bbpress #new-topic-msg .bbp-form .tdm-field-wrap,
body.bbpress .bbp-reply-form .bbp-form .tdm-field-wrap,
body.bbpress .td-bbp-input-form .bbp-form .tdm-field-wrap {
  margin: 30px 0 20px;
  border-width: 0;
}
body.bbpress #new-topic-msg .bbp-form .tdm-field-wrap .wp-editor-wrap .wp-editor-container,
body.bbpress .bbp-reply-form .bbp-form .tdm-field-wrap .wp-editor-wrap .wp-editor-container,
body.bbpress .td-bbp-input-form .bbp-form .tdm-field-wrap .wp-editor-wrap .wp-editor-container {
  border-style: solid;
  border-color: #e5ecf2;
  border-width: 0;
  border-radius: 6px;
}
body.bbpress #new-topic-msg .bbp-form .tdm-field-wrap .wp-editor-wrap .wp-editor-container .quicktags-toolbar,
body.bbpress .bbp-reply-form .bbp-form .tdm-field-wrap .wp-editor-wrap .wp-editor-container .quicktags-toolbar,
body.bbpress .td-bbp-input-form .bbp-form .tdm-field-wrap .wp-editor-wrap .wp-editor-container .quicktags-toolbar {
  border-radius: 6px 6px 0 0;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #e5ecf2;
}
body.bbpress #new-topic-msg .bbp-form .tdm-field-wrap .wp-editor-wrap .wp-editor-container .quicktags-toolbar input,
body.bbpress .bbp-reply-form .bbp-form .tdm-field-wrap .wp-editor-wrap .wp-editor-container .quicktags-toolbar input,
body.bbpress .td-bbp-input-form .bbp-form .tdm-field-wrap .wp-editor-wrap .wp-editor-container .quicktags-toolbar input {
  font-size: 14px;
  min-height: unset;
  line-height: 1.2;
}
body.bbpress #new-topic-msg .bbp-form .tdm-field-wrap .wp-editor-wrap .wp-editor-area,
body.bbpress .bbp-reply-form .bbp-form .tdm-field-wrap .wp-editor-wrap .wp-editor-area,
body.bbpress .td-bbp-input-form .bbp-form .tdm-field-wrap .wp-editor-wrap .wp-editor-area {
  border-radius: 0 0 6px 6px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #1b2e44;
  border-width: 1px!important;
  border-style: solid!important;
  border-color: #e5ecf2 !important;
}
body.bbpress #new-topic-msg .bbp-form .tdm-field-wrap .wp-editor-wrap .wp-editor-area:focus,
body.bbpress .bbp-reply-form .bbp-form .tdm-field-wrap .wp-editor-wrap .wp-editor-area:focus,
body.bbpress .td-bbp-input-form .bbp-form .tdm-field-wrap .wp-editor-wrap .wp-editor-area:focus {
  border-color: #395fc5 !important;
}
body.bbpress #new-topic-msg .bbp-form .tdm-field-wrap .tdm-field-label,
body.bbpress .bbp-reply-form .bbp-form .tdm-field-wrap .tdm-field-label,
body.bbpress .td-bbp-input-form .bbp-form .tdm-field-wrap .tdm-field-label {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1b2e44;
  margin-bottom: 10px;
}
body.bbpress #new-topic-msg .bbp-form .tdm-field-wrap input,
body.bbpress .bbp-reply-form .bbp-form .tdm-field-wrap input,
body.bbpress .td-bbp-input-form .bbp-form .tdm-field-wrap input {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #e5ecf2;
  border-radius: 6px;
  height: auto;
  padding: 10px;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #1b2e44;
}
body.bbpress #new-topic-msg .bbp-form .tdm-field-wrap input:focus,
body.bbpress .bbp-reply-form .bbp-form .tdm-field-wrap input:focus,
body.bbpress .td-bbp-input-form .bbp-form .tdm-field-wrap input:focus {
  border-color: #395fc5 !important;
}
.single-forum #bbpress-forums {
  margin-top: 20px;
}
.single-forum #bbpress-forums .tdm-forum-list-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 0;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-shadow: 0 5px 30px -8px #ddd;
          box-shadow: 0 5px 30px -8px #ddd;
}
.single-forum #bbpress-forums .tdm-forum-list-content .forum-header-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 15px;
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: #e5ecf2;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1b2e44;
}
.single-forum #bbpress-forums .tdm-forum-list-content .forum-header-titles .leftside-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-forum #bbpress-forums .tdm-forum-list-content .forum-header-titles .leftside-content .tdm-forum-list-item:last-child .tdm-forum-list-cell,
.single-forum #bbpress-forums .tdm-forum-list-content .forum-header-titles .leftside-content .tdm-forum-list-cell {
  padding-bottom: 0!important;
}
.single-forum #bbpress-forums .tdm-forum-list-content .forum-header-titles .rightside-content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.single-forum #bbpress-forums .tdm-forum-list-content .tdm-forum-list-item {
  padding: 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #e5ecf2;
  gap: 20px;
}
.single-forum #bbpress-forums .tdm-forum-list-content .tdm-forum-list-item .leftside-content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-forum #bbpress-forums .tdm-forum-list-content .tdm-forum-list-item .leftside-content .tdm-forum-forum-title {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 20px 0 0 !important;
}
.single-forum #bbpress-forums .tdm-forum-list-content .tdm-forum-list-item .leftside-content .tdm-forum-forum-title .tdm-forum-title {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.single-forum #bbpress-forums .tdm-forum-list-content .tdm-forum-list-item .leftside-content .tdm-forum-forum-title .tdm-forum-title:hover {
  color: #395fc5;
}
.single-forum #bbpress-forums .tdm-forum-list-content .tdm-forum-list-item .leftside-content .tdm-forum-forum-title .tdm-forum-descr {
  margin-bottom: 0;
  font-size: 12px;
}
.single-forum #bbpress-forums .tdm-forum-list-content .tdm-forum-list-item .rightside-content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.single-forum #bbpress-forums .tdm-forum-list-content .tdm-forum-list-item .rightside-content .tdm-forum-replies {
  width: 60px;
  height: 30px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #395fc5;
  color: #fff;
  border-radius: 6px;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.single-forum #bbpress-forums .tdm-forum-list-content .tdm-forum-list-item .rightside-content .tdm-forum-last-comment {
  width: auto;
  padding: 0 10px 0 0;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #e5ecf2;
}
.single-forum #bbpress-forums .tdm-forum-list-content .tdm-forum-list-item .rightside-content .tdm-forum-last-comment .tdm-forum-last-author {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.single-forum #bbpress-forums .tdm-forum-list-content .tdm-forum-list-item .rightside-content .tdm-forum-time-comment {
  width: 25%;
  padding: 0 10px 0 0;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #1b2e44;
}
.single-forum #bbpress-forums .tdm-forum-list-content .tdm-forum-list-item .rightside-content .tdm-forum-time-comment a {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #1b2e44;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.single-forum #bbpress-forums .tdm-forum-list-content .tdm-forum-list-item .rightside-content .tdm-forum-time-comment a:hover {
  color: #395fc5;
}
.single-forum #bbpress-forums .tdm-forum-list-content .tdm-forum-list-item:last-child {
  border-width: 0;
}
.single-forum #bbpress-forums .tdm-forum-list-content .tdm-forum-list-item:last-child .rightside-content .tdm-forum-list-cell {
  padding: 0 10px 0 0!important;
}
.single-forum #bbpress-forums .tdm-forum-list-content .tdm-forum-list-item:last-child .rightside-content .tdm-forum-last-comment {
  padding: 0 10px!important;
}
.single-forum #bbpress-forums .tdm-forum-list-content .tdm-forum-list-item:last-child .rightside-content .tdm-forum-replies {
  padding: 0 !important;
}
@media all and (max-width: 767px) {
  .single-forum #bbpress-forums .tdm-forum-list-content .forum-header-titles .leftside-content {
    width: 100%;
  }
  .single-forum #bbpress-forums .tdm-forum-list-content .forum-header-titles .rightside-content {
    display: none;
  }
  .single-forum #bbpress-forums .tdm-forum-list-content .tdm-forum-list-item .rightside-content {
    display: none;
  }
  .single-forum #bbpress-forums .tdm-forum-list-content .tdm-forum-list-item .leftside-content {
    width: 100%;
  }
}
body.bbpress #bbpress-forums #bbp-user-body .bbp-user-section {
  margin-top: 0;
  margin-bottom: 0;
}
body.bbpress #bbpress-forums #bbp-user-body .bbp-user-section .td-user-profile-title {
  margin-top: 0;
}
body.bbpress #bbpress-forums .tdm-replies-list {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 30px -8px #ddd;
          box-shadow: 0 5px 30px -8px #ddd;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  margin: 0;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #e5ecf2;
  -webkit-box-sizing: unset;
          box-sizing: unset;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: #e5ecf2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc .tdm-reply-content {
  padding: 10px;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc .tdm-reply-content .tdm-reply-content-inner {
  font-size: 14px;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc .tdm-reply-content .tdm-reply-content-inner .bbp-reply-revision-log {
  font-size: 11px;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc .tdm-reply-content .tdm-reply-content-inner .bbp-reply-revision-log a {
  font-size: 11px;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc .tdm-reply-content .tdm-reply-content-inner .bbp-reply-revision-log .bbp-author-avatar img {
  margin: 0 10px 0 5px;
  width: 20px;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc .tdm-reply-content .tdm-reply-content-inner p {
  margin-bottom: 10px;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc .tdm-reply-content .tdm-reply-content-inner p,
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc .tdm-reply-content .tdm-reply-content-inner li,
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc .tdm-reply-content .tdm-reply-content-inner blockquote,
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc .tdm-reply-content .tdm-reply-content-inner a,
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc .tdm-reply-content .tdm-reply-content-inner span {
  font-size: 14px;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc .tdm-reply-content .tdm-reply-content-inner p:last-child {
  margin-bottom: 0;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc .tdm-reply-footer {
  padding: 0 10px 10px;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc .tdm-reply-footer .tdm-reply-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc .tdm-reply-footer .tdm-reply-links a {
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  color: #395fc5;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  background-color: #e5ecf2;
  padding: 4px 7px 5px;
  border-radius: 3px;
  line-height: 1.2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc .tdm-reply-footer .tdm-reply-links a:hover {
  background-color: #395fc5;
  color: #fff;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc .tdm-reply-footer.footer-not-show {
  display: none;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .reply-author-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 20%;
  padding: 10px;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .reply-author-container .author-container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .reply-author-container .author-container-flex .tdm-reply-author-thumb {
  width: 20px;
  height: 20px;
  float: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .reply-author-container .author-container-flex .tdm-reply-author-thumb img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .reply-author-container .author-container-flex .tdm-reply-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .reply-author-container .author-container-flex .tdm-reply-author .authorname-andid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .reply-author-container .author-container-flex .tdm-reply-author .authorname-andid .td-reply-author-id {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #888ea0;
  line-height: 1.2;
  margin-left: 5px;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .reply-author-container .author-container-flex .tdm-reply-author .authorname-andid a {
  color: #395fc5;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .reply-author-container .author-container-flex .tdm-reply-author .authorname-andid a:hover {
  color: #8dacff;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .reply-author-container .author-container-flex .tdm-reply-author .tdm-reply-header {
  position: relative;
  line-height: 1.1;
  float: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0 0;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .reply-author-container .author-container-flex .tdm-reply-author .tdm-reply-header .tdm-reply-controls {
  position: relative;
  float: unset;
  padding: 0 10px 0 0;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .reply-author-container .author-container-flex .tdm-reply-author .tdm-reply-header .tdm-reply-controls a {
  position: relative;
  color: #395fc5;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .reply-author-container .author-container-flex .tdm-reply-author .tdm-reply-header .tdm-reply-date {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply:after,
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply:before {
  display: none;
}
body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply:last-child {
  border-width: 0;
}
body.bbpress #bbpress-forums .tdm-topic-single-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 0 0 20px;
  margin: 0;
}
body.bbpress #bbpress-forums .tdm-topic-single-info .tdm-topic-favorite-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.bbpress #bbpress-forums .tdm-topic-single-info .tdm-topic-favorite-subscribe #favorite-toggle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px 15px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  height: auto;
  width: auto;
  top: unset;
  right: unset;
  font-size: 14px;
  line-height: 1.2;
  color: #395fc5;
  font-weight: 600;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-color: #395fc5;
}
body.bbpress #bbpress-forums .tdm-topic-single-info .tdm-topic-favorite-subscribe #favorite-toggle a svg {
  width: 15px;
  height: auto;
  fill: #395fc5;
}
body.bbpress #bbpress-forums .tdm-topic-single-info .tdm-topic-favorite-subscribe #favorite-toggle a svg path {
  fill: #395fc5;
}
body.bbpress #bbpress-forums .tdm-topic-single-info .tdm-topic-favorite-subscribe #favorite-toggle .is-favorite a {
  color: #fff;
  border-color: #ff8775;
  background-color: #ff8775;
}
body.bbpress #bbpress-forums .tdm-topic-single-info .tdm-topic-favorite-subscribe #favorite-toggle .is-favorite a svg {
  fill: #fff;
}
body.bbpress #bbpress-forums .tdm-topic-single-info .tdm-topic-favorite-subscribe #favorite-toggle .is-favorite a svg path {
  fill: #fff;
}
body.bbpress #bbpress-forums .tdm-topic-single-info .tdm-topic-favorite-subscribe #favorite-toggle a:hover {
  background-color: #ff8775;
  color: #fff;
  border-color: #ff8775;
}
body.bbpress #bbpress-forums .tdm-topic-single-info .tdm-topic-favorite-subscribe #favorite-toggle a:hover svg {
  fill: #fff;
}
body.bbpress #bbpress-forums .tdm-topic-single-info .tdm-topic-favorite-subscribe #favorite-toggle a:hover svg path {
  fill: #fff;
}
body.bbpress #bbpress-forums .tdm-topic-single-info .tdm-topic-favorite-subscribe #subscription-toggle {
  line-height: 0;
}
body.bbpress #bbpress-forums .tdm-topic-single-info .tdm-topic-favorite-subscribe #subscription-toggle .is-subscribed a {
  background-color: #e0e7ed;
  color: #395fc5;
}
body.bbpress #bbpress-forums .tdm-topic-single-info .tdm-topic-favorite-subscribe #subscription-toggle a:hover {
  background-color: #8dacff;
  color: #fff;
}
body.bbpress #bbpress-forums .tdm-topic-single-info .tdm-topic-favorite-subscribe #subscription-toggle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px 15px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #395fc5;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  height: auto;
  width: auto;
  top: unset;
  right: unset;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-transform: uppercase;
}
body.bbpress #bbpress-forums .tdm-topic-single-info .tdm-topic-favorite-subscribe:before,
body.bbpress #bbpress-forums .tdm-topic-single-info .tdm-topic-favorite-subscribe:after {
  display: none;
}
body.bbpress #bbpress-forums .tdm-topic-single-info .tdm-topic-posted-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1b2e44;
}
body.bbpress #bbpress-forums .tdm-topic-single-info .tdm-topic-posted-in a {
  font-size: 20px;
  font-weight: 700;
  color: #395fc5;
  margin-top: 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body.bbpress #bbpress-forums .tdm-topic-single-info .tdm-topic-posted-in a:hover {
  color: #8dacff;
}
body.bbpress #bbpress-forums .tdm-topic-single-info:before,
body.bbpress #bbpress-forums .tdm-topic-single-info:after {
  display: none;
}
body.bbpress #bbpress-forums .tdm-lead-topic {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 30px -8px #ddd;
          box-shadow: 0 5px 30px -8px #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 30px;
}
body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-leftside {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-style: solid;
  border-width: 0 2px 0 0;
  border-color: #e5ecf2;
}
body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-leftside .tdm-topic-author-avatar {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  /*fallback for older browsers */
}
body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-leftside .tdm-topic-author-avatar a {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-leftside .tdm-topic-author-avatar a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 1 / 1) {
  body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-leftside .tdm-topic-author-avatar a {
    position: relative;
    padding-top: 100%;
  }
  body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-leftside .tdm-topic-author-avatar a img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-leftside .tdm-topic-author-name {
  font-family: 'Poppins', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-leftside .tdm-topic-author-name a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #395fc5;
  text-align: center;
}
body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-leftside .tdm-topic-date {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #888ea0;
}
body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-rightside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-rightside .tdm-topic-title {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1b2e44;
  padding: 20px;
  border-style: solid;
  border-width: 0 0 2px;
  border-color: #e5ecf2;
}
body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-rightside .tdm-topic-content {
  padding: 20px;
  font-size: 14px;
}
body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-rightside .tdm-topic-content p {
  margin-bottom: 10px;
}
body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-rightside .tdm-topic-content p:last-child {
  margin-bottom: 0;
}
body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-rightside .tdm-topic-footer {
  border-style: solid;
  border-width: 2px 0 0;
  border-color: #e5ecf2;
  padding: 10px 20px;
}
body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-rightside .tdm-topic-footer .tdm-reply-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-rightside .tdm-topic-footer .tdm-reply-links a {
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  color: #395fc5;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  background-color: #e5ecf2;
  padding: 5px 10px 7px;
  border-radius: 3px;
  line-height: 1.2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-rightside .tdm-topic-footer .tdm-reply-links a:hover {
  background-color: #395fc5;
  color: #fff;
}
body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-rightside .tdm-topic-footer.footer-not-show {
  display: none;
}
body.bbpress #bbpress-forums .tdm-admin-view {
  position: relative;
  top: unset;
  right: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  background-color: transparent;
  height: auto;
  margin-top: 30px;
}
body.bbpress #bbpress-forums .tdm-admin-view .tdm-is-assigned {
  width: 94px;
  height: 34px;
  background-color: #395fc5;
  padding: 10px;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
}
body.bbpress #bbpress-forums .tdm-admin-view .td-admin-view-realtime {
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}
body.bbpress #bbpress-forums .tdm-admin-view .td-admin-view-realtime #td-ajax-realtime-js {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 5px;
}
body.bbpress #bbpress-forums .tdm-admin-view .td-admin-view-realtime #td-ajax-realtime-js img.td-current-user {
  border-color: #395fc5;
}
body.bbpress #bbpress-forums .tdm-admin-view .td-admin-view-realtime #td-ajax-realtime-js img {
  position: relative;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: #e5ecf2;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: unset;
  height: auto;
  width: 25px;
}
body.bbpress #bbpress-forums .tdm-assign-wrap {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 30px -8px #ddd;
          box-shadow: 0 5px 30px -8px #ddd;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options,
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_move,
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options {
  margin: 0;
  padding: 0;
  width: 33%;
}
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options #bbps-topic-status,
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_move #bbps-topic-move,
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options #bbps-topic-assign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options #bbps-topic-status .select-container,
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_move #bbps-topic-move .select-container,
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options #bbps-topic-assign .select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options #bbps-topic-status label,
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_move #bbps-topic-move label,
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options #bbps-topic-assign label,
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options #bbps-topic-status .label-assign,
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_move #bbps-topic-move .label-assign,
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options #bbps-topic-assign .label-assign {
  position: relative;
  width: 100%;
  bottom: unset;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #1b2e44;
  margin-bottom: 10px;
}
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options #bbps-topic-status select,
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_move #bbps-topic-move select,
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options #bbps-topic-assign select {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 5px 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  border-radius: 6px 0 0 6px;
  border-style: solid;
  border-color: #e5ecf2;
  border-width: 1px 0 1px 1px;
}
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options #bbps-topic-status input,
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_move #bbps-topic-move input,
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options #bbps-topic-assign input {
  margin: 0;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px 15px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #395fc5;
  border-radius: 0 6px 6px 0;
  font-family: 'Poppins', sans-serif;
  height: auto;
  width: auto;
  top: unset;
  right: unset;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options #bbps-topic-status input:hover,
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_move #bbps-topic-move input:hover,
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options #bbps-topic-assign input:hover {
  background-color: #8dacff;
}
body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options .bbps-support-forums-message {
  display: none;
}
@media all and (max-width: 1020px) {
  body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options,
  body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_move,
  body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options #bbps-topic-status select,
  body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_move #bbps-topic-move select,
  body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options #bbps-topic-assign select {
    font-size: 14px;
    width: calc(100% - 90px);
  }
  body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options #bbps-topic-status input,
  body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_move #bbps-topic-move input,
  body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options #bbps-topic-assign input {
    font-size: 14px;
    width: 90px;
  }
}
@media all and (max-width: 767px) {
  body.bbpress #bbpress-forums .tdm-topic-single-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.bbpress #bbpress-forums .tdm-topic-single-info .tdm-topic-favorite-subscribe #subscription-toggle a,
  body.bbpress #bbpress-forums .tdm-topic-single-info .tdm-topic-favorite-subscribe #favorite-toggle a {
    font-size: 12px;
    padding: 5px 6px;
    border-radius: 3px;
  }
  body.bbpress #bbpress-forums .tdm-assign-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options,
  body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_move,
  body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options #bbps-topic-status select,
  body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_move #bbps-topic-move select,
  body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options #bbps-topic-assign select {
    font-size: 12px;
  }
  body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options #bbps-topic-status input,
  body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_move #bbps-topic-move input,
  body.bbpress #bbpress-forums .tdm-assign-wrap #bbps_support_forum_options #bbps-topic-assign input {
    font-size: 12px;
  }
  body.bbpress #bbpress-forums .tdm-lead-topic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-leftside {
    width: 100%;
    border-width: 0 0 2px;
  }
  body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-leftside .tdm-topic-author-avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-leftside .tdm-topic-author-avatar a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 50px;
  }
  body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-rightside .tdm-topic-title {
    font-size: 18px;
  }
  body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-rightside .tdm-topic-footer {
    padding: 20px;
  }
  body.bbpress #bbpress-forums .tdm-lead-topic .forum-topic-rightside .tdm-topic-footer .tdm-reply-links {
    gap: 5px;
  }
  body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply {
    border-width: 0 0 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .reply-author-container {
    width: 100%;
    padding: 10px 10px 0;
  }
  body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .reply-author-container .tdm-reply-author-thumb {
    width: 30px;
  }
  body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .reply-author-container .tdm-reply-header {
    padding: 10px 10px 5px;
  }
  body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .reply-author-container .tdm-reply-header .tdm-reply-controls {
    top: 0;
  }
  body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc {
    border-width: 0;
  }
  body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc .tdm-reply-content {
    padding: 5px 10px 10px;
  }
  body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc .tdm-reply-footer {
    padding: 5px 10px 10px;
    border-width: 0;
  }
  body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc .tdm-reply-footer .tdm-reply-links {
    gap: 5px;
  }
  body.bbpress #bbpress-forums .tdm-replies-list .tdm-reply .tdm-reply-desc .tdm-reply-footer .tdm-reply-links a {
    padding: 2px 3px;
  }
}
body.bbpress #bbpress-forums #bbp-user-wrapper .tdm-profile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-shadow: 0 5px 30px -8px #ddd;
          box-shadow: 0 5px 30px -8px #ddd;
}
body.bbpress #bbpress-forums #bbp-user-wrapper .tdm-profile-header #author-avatar {
  margin: 0 20px 0 0;
  max-width: 100px;
  height: 100px;
}
body.bbpress #bbpress-forums #bbp-user-wrapper .tdm-profile-header #author-avatar img {
  width: 100%;
  height: 100%;
}
body.bbpress #bbpress-forums #bbp-user-wrapper .tdm-profile-header .profile-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.bbpress #bbpress-forums #bbp-user-wrapper .tdm-profile-header .profile-meta .tdm-profile-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.bbpress #bbpress-forums #bbp-user-wrapper .tdm-profile-header .profile-meta .tdm-profile-name a {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1b2e44;
  text-align: left;
  line-height: 1.2;
}
body.bbpress #bbpress-forums #bbp-user-wrapper .tdm-profile-header .profile-meta .tdm-profile-role {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #888ea0;
  margin: 4px 0;
  text-align: left;
}
body.bbpress #bbpress-forums #bbp-user-wrapper .tdm-profile-header .profile-meta #author-description {
  font-family: 'Open Sans', sans-serif;
  max-width: unset;
  color: #888ea0;
  line-height: 1.4;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: left;
}
body.bbpress #bbpress-forums #bbp-user-wrapper .profile-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 0 0;
  overflow: hidden;
}
body.bbpress #bbpress-forums #bbp-user-wrapper .profile-navigation div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px 0 0;
}
body.bbpress #bbpress-forums #bbp-user-wrapper .profile-navigation div a {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #395fc5;
  border-radius: 6px 6px 0 0;
  padding: 7px 12px;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #395fc5;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
}
body.bbpress #bbpress-forums #bbp-user-wrapper .profile-navigation div a:hover {
  background-color: #395fc5;
  color: #fff;
}
body.bbpress #bbpress-forums #bbp-user-wrapper .profile-navigation div.tdm-current {
  position: relative;
}
body.bbpress #bbpress-forums #bbp-user-wrapper .profile-navigation div.tdm-current a {
  background-color: #fff;
  color: #395fc5;
  border-color: #fff;
  position: relative;
  z-index: 2356;
}
body.bbpress #bbpress-forums #bbp-user-wrapper .profile-navigation div.tdm-current:after {
  content: '';
  background-color: #ddd;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 50%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
body.bbpress #bbpress-forums #bbp-user-wrapper #bbp-user-body {
  background-color: #fff;
  border-radius: 0 10px 10px 10px;
  padding: 20px;
  margin: 0;
  -webkit-box-shadow: 0 5px 30px -8px #ddd;
          box-shadow: 0 5px 30px -8px #ddd;
}
body.bbpress #bbpress-forums #bbp-user-body .bbp-user-section {
  margin-bottom: 0;
}
body.bbpress #bbpress-forums #bbp-user-body #bbp-user-replies-created .bbp-user-section .tdm-replies-list {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
body.bbpress #bbpress-forums #bbp-user-body #bbp-user-replies-created .bbp-user-section .tdm-replies-list .reply-author-container {
  padding: 10px 10px 10px 0;
}
body.bbpress #bbpress-forums #bbp-user-body #bbp-user-replies-created .bbp-user-section .tdm-replies-list .tdm-reply-desc {
  border-width: 0;
}
body.bbpress #bbpress-forums #bbp-user-body #bbp-user-replies-created .bbp-user-section .tdm-replies-list .tdm-reply-desc .tdm-reply-content {
  padding: 5px 0 10px;
}
body.bbpress #bbpress-forums #bbp-user-body #bbp-user-replies-created .bbp-user-section .tdm-replies-list .tdm-reply-desc .tdm-reply-header .tdm-reply-title {
  margin: 0;
  padding: 10px 0 0;
}
body.bbpress #bbpress-forums #bbp-user-body #bbp-user-replies-created .bbp-user-section .tdm-replies-list .tdm-reply-desc .tdm-reply-header .tdm-reply-title a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1b2e44;
  line-height: 1.2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .tdm-admin-view {
  margin-top: 0;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item:before,
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item:after {
  display: none;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item:last-child {
  border-width: 0;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #e5ecf2;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .leftside-container {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .leftside-container .tdm-topic-info {
  width: auto;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .rightside-container {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .rightside-container .tdm-topic-freshness {
  width: auto;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .rightside-container .tdm-topic-freshness a {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 1.1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .rightside-container .tdm-topic-freshness a:hover {
  color: #395fc5;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .rightside-container .tdm-topic-last-poster {
  padding: 0 10px;
  width: 50%;
  margin-left: 10px!important;
  border-style: solid;
  border-color: #e5ecf2;
  border-width: 0 0 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .rightside-container .tdm-topic-last-poster .tdm-last-poster-avatar a .bbp-author-avatar {
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
              ;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .rightside-container .tdm-topic-last-poster .tdm-topic-last-poster-name {
  float: none;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .rightside-container .tdm-topic-last-poster .tdm-topic-last-poster-name a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #1b2e44;
  line-height: 1.1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .rightside-container .tdm-topic-last-poster .tdm-topic-last-poster-name a:hover {
  color: #395fc5;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .tdm-topic-replies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 28px;
  background-color: #edf1f7;
  font-family: 'Poppins', sans-serif;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1 !important;
  padding: 10px !important;
  font-weight: 600;
  color: #395fc5;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .tdm-admin-view {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  top: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: unset;
  background-color: transparent;
  height: auto;
  margin: 0 10px 0 0;
  width: auto;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .tdm-admin-view .tdm-is-assigned {
  width: 94px;
  height: 34px;
  background-color: #395fc5;
  padding: 10px;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .tdm-admin-view .realtime-who-is-online {
  position: relative;
  right: unset;
  top: unset;
  bottom: unset;
  text-align: center;
  width: auto;
  height: 30px;
  margin: 0;
  font-size: 11px;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .tdm-forum-list-cell {
  padding: 0;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .tdm-forum-list-cell .tdm-forum-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1b2e44;
  line-height: 1.2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .tdm-forum-list-cell .tdm-forum-title:hover {
  color: #395fc5;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .tdm-forum-list-cell .tdm-topic-author {
  line-height: 1.1;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .tdm-forum-list-cell .tdm-topic-author a {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 1.1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .tdm-forum-list-cell .tdm-topic-author a:hover {
  color: #395fc5;
}
@media all and (max-width: 1440px) {
  body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .rightside-container .tdm-topic-freshness {
    display: none;
  }
  body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .rightside-container .tdm-topic-last-poster {
    border-width: 0;
    margin-left: 0!important;
    padding: 0 10px 0 0;
  }
}
@media all and (max-width: 1130px) {
  body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .rightside-container .tdm-topic-last-poster .tdm-topic-last-poster-name {
    display: none;
  }
  body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .rightside-container {
    width: auto;
  }
  body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .leftside-container {
    width: auto;
  }
}
@media all and (max-width: 767px) {
  body.bbpress #bbpress-forums #bbp-user-body .tdm-forum-list-content .tdm-forum-list-item .tdm-forum-list-cell .tdm-forum-title {
    text-overflow: ellipsis;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
  body.bbpress #bbpress-forums #bbp-user-wrapper .tdm-profile-header #author-avatar {
    height: -webkit-fill-available;
  }
  body.bbpress #bbpress-forums #bbp-user-body #bbp-user-replies-created .bbp-user-section .tdm-replies-list .tdm-reply-desc .tdm-reply-header .tdm-reply-title {
    padding: 0;
  }
}
@media all and (max-width: 1400px) {
  body.bbpress #bbpress-forums #bbp-user-wrapper .tdm-profile-header .profile-meta .tdm-profile-role {
    font-size: 11px;
    margin: 0 0 5px;
  }
  body.bbpress #bbpress-forums #bbp-user-wrapper .tdm-profile-header .profile-meta #author-description {
    font-size: 12px;
  }
  body.bbpress #bbpress-forums #bbp-user-wrapper .tdm-profile-header .profile-meta .tdm-profile-name a {
    font-size: 18px;
  }
  body.bbpress #bbpress-forums #bbp-user-wrapper .profile-navigation {
    width: auto;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    cursor: -webkit-grab;
    cursor: grab;
  }
  body.bbpress #bbpress-forums #bbp-user-wrapper .profile-navigation div a {
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 11px;
  }
  body.bbpress #bbpress-forums #bbp-user-wrapper .profile-navigation::-webkit-scrollbar {
    display: none;
  }
}
body.bbpress .bbp-pagination .bbp-pagination-links .page-numbers.current {
  border-radius: 4px!important;
  border-style: solid!important;
  border-width: 1px!important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px!important;
  font-weight: 500!important;
  -webkit-transition: 0.5s ease !important;
  transition: 0.5s ease !important;
  background-color: #395fc5 !important;
  border-color: #395fc5 !important;
  color: #fff !important;
}
body.bbpress .bbp-pagination .bbp-pagination-links a {
  border-radius: 4px!important;
  border-style: solid!important;
  border-color: #bdc7cf !important;
  border-width: 1px!important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px!important;
  font-weight: 500!important;
  color: #1b2e44 !important;
  background-color: transparent!important;
  -webkit-transition: 0.5s ease !important;
  transition: 0.5s ease !important;
}
body.bbpress .bbp-pagination .bbp-pagination-links a:hover {
  background-color: #395fc5 !important;
  border-color: #395fc5 !important;
  color: #fff !important;
}
.bbpress .bbp-template-notice {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  background-color: #ffff;
  color: #1b2e44;
  padding: 20px;
  -webkit-box-shadow: 0 5px 30px -8px #ddd;
          box-shadow: 0 5px 30px -8px #ddd;
  margin: 20px 0;
}
.bbpress .bbp-template-notice ul {
  padding: 0;
  margin: 0;
}
.bbpress .bbp-login-form {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bbpress .bbp-login-form .bbp-form {
  max-width: 500px;
}
.bbpress .bbp-login-form .bbp-form legend {
  font-family: 'Poppins', sans-serif;
  color: var(--iflow-black);
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  position: static;
  display: block;
  line-height: 1.2;
}
.bbpress .bbp-login-form .bbp-form .bbp-template-notice {
  font-family: 'Poppins', sans-serif;
  color: var(--iflow-blog-grey);
  font-size: 14px;
}
.bbpress .bbp-login-form .bbp-form .bbp-username,
.bbpress .bbp-login-form .bbp-form .bbp-password {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.bbpress .bbp-login-form .bbp-form .bbp-username input,
.bbpress .bbp-login-form .bbp-form .bbp-password input {
  margin-top: 10px;
  border-style: solid;
  background-color: #fff;
  border-width: 1px;
  border-color: #e5ecf2;
  border-radius: 6px;
  height: auto;
  padding: 10px;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #1b2e44;
}
.bbpress .bbp-login-form .bbp-form .bbp-username input:focus,
.bbpress .bbp-login-form .bbp-form .bbp-password input:focus {
  border-color: #395fc5 !important;
}
.bbpress .bbp-login-form .bbp-form .bbp-password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bbpress .bbp-login-form .bbp-form .bbp-password input {
  width: 100%;
  margin-top: 0;
}
.bbpress .bbp-login-form .bbp-form .bbp-password .td-pass-recovery {
  color: #395fc5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.bbpress .bbp-login-form .bbp-form .bbp-password .td-pass-recovery:hover {
  color: #8dacff;
}
.bbpress .bbp-login-form .bbp-form .bbp-remember-me {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.bbpress .bbp-login-form .bbp-form .bbp-remember-me input {
  margin: 0 10px 0 0;
}
.bbpress .bbp-login-form .bbp-form .bbp-email {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.bbpress .bbp-login-form .bbp-form .bbp-email input {
  margin-top: 10px;
  border-style: solid;
  background-color: #fff;
  border-width: 1px;
  border-color: #e5ecf2;
  border-radius: 6px;
  height: auto;
  padding: 10px;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #1b2e44;
}
.bbpress .bbp-login-form .bbp-form .bbp-email input:focus {
  border-color: #395fc5 !important;
}
.bbpress .bbp-login-form .bbp-form .bbp-submit-wrapper button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #395fc5;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  height: auto;
  width: 100%;
  top: unset;
  right: unset;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.bbpress .bbp-login-form .bbp-form .bbp-submit-wrapper button:hover {
  background-color: #8dacff;
}
/* ----------------------------------------------------------------------------
   Edit profile — avatar upload
*/
.bbpress {
  /* hide the raw file input — triggered by the styled label */
}
.bbpress .tdm-avatar-upload .tdm-avatar-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-top: 6px;
}
.bbpress .tdm-avatar-preview img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #e5e5e5;
}
.bbpress .tdm-avatar-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.bbpress .tdm-avatar-controls #td-avatar-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.bbpress .tdm-avatar-choose {
  display: inline-block;
  padding: 7px 16px;
  background-color: #4db2ec;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.bbpress .tdm-avatar-choose:hover {
  background-color: #3a9fd6;
}
.bbpress .tdm-avatar-delete {
  margin-top: 4px;
  font-size: 13px;
  color: #666;
}
.bbpress .tdm-avatar-delete label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  cursor: pointer;
}
.bbpress .tdm-avatar-delete input[type="checkbox"] {
  margin: 0;
}
body.td-edit-profile .td-theme-wrap {
  background-color: var(--iflow-app-light-bg) !important;
}
body.td-edit-profile .td-theme-wrap .td-container .td-crumb-container {
  padding: 40px 10px 10px;
}
body.td-edit-profile .td-theme-wrap .td-container .td-crumb-container .entry-crumbs {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: var(--iflow-content);
}
body.td-edit-profile .td-theme-wrap .td-container .td-crumb-container .entry-crumbs .entry-crumb {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: var(--iflow-content);
}
body.td-edit-profile .td-theme-wrap .td-container .td-crumb-container .entry-crumbs .entry-crumb:hover {
  color: #395fc5;
}
body.td-edit-profile .td-theme-wrap .td-container .td-pb-row {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
body.td-edit-profile .td-theme-wrap .td-container .td-pb-row :before,
body.td-edit-profile .td-theme-wrap .td-container .td-pb-row :after {
  display: none!important;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-profile-sidebar {
  padding: 0;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-profile-sidebar .sidebar-member-container {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-shadow: 0 5px 30px -8px #ddd;
  box-shadow: 0 5px 30px -8px #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-profile-sidebar .sidebar-member-container .tdm-user-info {
  margin: 0;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-profile-sidebar .sidebar-member-container .tdm-user-info .tdm-avatar {
  margin-bottom: 15px;
  width: 100%;
  max-width: 150px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-profile-sidebar .sidebar-member-container .tdm-user-info .tdm-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 1 / 1 ) {
  body.td-edit-profile .td-theme-wrap .td-container .tdm-profile-sidebar .sidebar-member-container .tdm-user-info .tdm-avatar {
    position: relative;
    padding-top: 100%;
  }
  body.td-edit-profile .td-theme-wrap .td-container .tdm-profile-sidebar .sidebar-member-container .tdm-user-info .tdm-avatar img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-profile-sidebar .sidebar-member-container .tdm-user-info .tdm-user-name {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: #1b2e44;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-profile-sidebar .sidebar-member-container .tdm-user-info .tdm-user-role {
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  margin-top: 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #1b2e44;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-profile-sidebar .sidebar-member-container .tdm-user-menu {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-profile-sidebar .sidebar-member-container .tdm-user-menu ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 20px 0 0;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-profile-sidebar .sidebar-member-container .tdm-user-menu ul li {
  list-style: none;
  margin: 0;
  padding: 5px 10px;
  border-radius: 6px;
  background-color: #edf1f7;
  color: #395fc5;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-profile-sidebar .sidebar-member-container .tdm-user-menu ul li a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1b2e44;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding: 10px 15px;
  height: auto;
  line-height: 1.2;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-profile-sidebar .sidebar-member-container .tdm-user-menu ul li a:hover {
  color: #fff;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-profile-sidebar .sidebar-member-container .tdm-user-menu ul li:hover {
  background-color: #395fc5;
  color: #fff;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-profile-sidebar .sidebar-member-container .tdm-user-menu ul li:hover a {
  color: #fff;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-profile-sidebar .sidebar-member-container .tdm-user-menu ul li.tdm-current {
  background-color: #395fc5;
  color: #fff;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-profile-sidebar .sidebar-member-container .tdm-user-menu ul li.tdm-current a {
  color: #fff;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
  -webkit-box-shadow: 0 5px 30px -8px #ddd;
  box-shadow: 0 5px 30px -8px #ddd;
  margin: 0;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content :before {
  display: none;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-title-wrap {
  margin-bottom: 0;
  padding: 30px 30px 25px;
  border-width: 0 0 2px;
  border-color: #e5ecf2;
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-title-wrap .tdm-page-title {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1b2e44;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-title-wrap .tdm-page-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #888ea0;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-content {
  padding: 30px;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-content #tdm-your-profile .tdm-form-section:last-child {
  border-style: solid;
  border-width: 2px 0 0;
  border-color: #e5ecf2;
  padding: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-content #tdm-your-profile .tdm-form-section:last-child .tdm-submit-button-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-content #tdm-your-profile .tdm-form-section:last-child .tdm-submit-button-right button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #395fc5;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  height: auto;
  top: unset;
  right: unset;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-content #tdm-your-profile .tdm-form-section:last-child .tdm-submit-button-right button:hover {
  background-color: #8dacff;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-content .tdm-form-section .tdm-avatar-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-content .tdm-form-section .tdm-avatar-upload .tdm-avatar-row {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-content .tdm-form-section .tdm-avatar-upload .tdm-avatar-row .tdm-avatar-preview {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-content .tdm-form-section .tdm-avatar-upload .tdm-avatar-row .tdm-avatar-preview img {
  border-radius: 50%;
  border-style: solid;
  border-width: 4px;
  border-color: #eff3f7;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-content .tdm-form-section .tdm-avatar-upload .tdm-avatar-row .tdm-avatar-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-content .tdm-form-section .tdm-avatar-upload .tdm-avatar-row .tdm-avatar-controls input {
  font-family: 'Poppins', sans-serif;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-content .tdm-form-section .tdm-avatar-upload .tdm-avatar-row .tdm-avatar-controls .tdm-field-label-descr {
  padding: 0;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-content .tdm-form-section .tdm-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #1b2e44;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-content .tdm-form-section label {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #1b2e44;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-content .tdm-form-section input,
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-content .tdm-form-section textarea,
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-content .tdm-form-section select {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #e5ecf2;
  border-radius: 6px;
  height: auto;
  padding: 10px;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #1b2e44;
  margin-top: 8px;
  width: 100%;
}
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-content .tdm-form-section input:focus,
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-content .tdm-form-section textarea:focus,
body.td-edit-profile .td-theme-wrap .td-container .tdm-main-content .tdm-page-content .tdm-form-section select:focus {
  border-color: #395fc5 !important;
}
@media all and (max-width: 1040px) {
  body.td-edit-profile .td-theme-wrap .td-container .td-pb-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.td-edit-profile .td-theme-wrap .td-container .td-pb-row .tdm-profile-sidebar,
  body.td-edit-profile .td-theme-wrap .td-container .td-pb-row .tdm-main-content {
    width: 100%;
  }
}
#bbpress-forums .single-reply-topic-not-a {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 30px -8px #ddd;
          box-shadow: 0 5px 30px -8px #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}
#bbpress-forums .single-reply-topic-not-a .sidebar-reply-topic-a {
  border-style: solid;
  border-width: 0 2px 0 0;
  border-color: #e5ecf2;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
}
#bbpress-forums .single-reply-topic-not-a .sidebar-reply-topic-a .tdm-reply-author-thumb {
  position: relative;
  padding-top: 100%;
  width: 100%;
  margin-bottom: 15px;
}
#bbpress-forums .single-reply-topic-not-a .sidebar-reply-topic-a .tdm-reply-author-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#bbpress-forums .single-reply-topic-not-a .sidebar-reply-topic-a .bbp-topic-post-date {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #888ea0;
}
#bbpress-forums .single-reply-topic-not-a .sidebar-reply-topic-a .td-reply-author a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #395fc5;
  text-align: center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#bbpress-forums .single-reply-topic-not-a .sidebar-reply-topic-a .td-reply-author a:hover {
  color: #8dacff;
}
#bbpress-forums .single-reply-topic-not-a .tdm-reply-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#bbpress-forums .single-reply-topic-not-a .tdm-reply-desc .td-reply-content {
  padding: 20px;
}
#bbpress-forums .single-reply-topic-not-a .tdm-reply-desc .tdm-reply-links-a .bbp-admin-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
}
#bbpress-forums .single-reply-topic-not-a .tdm-reply-desc .tdm-reply-links-a .bbp-admin-links a {
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  color: #395fc5;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  background-color: #e5ecf2;
  line-height: 1.2;
  padding: 5px 10px 7px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#bbpress-forums .single-reply-topic-not-a .tdm-reply-desc .tdm-reply-links-a .bbp-admin-links a:hover {
  color: #fff;
  background-color: #395fc5;
}
#bbpress-forums .single-reply-topic-not-a .tdm-reply-desc .td-reply-title-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  border-width: 0 0 2px;
  border-color: #e5ecf2;
  width: 100%;
  padding: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1b2e44;
}
#bbpress-forums .single-reply-topic-not-a .tdm-reply-desc .td-reply-title-number a {
  color: #395fc5;
  margin-left: 5px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#bbpress-forums .single-reply-topic-not-a .tdm-reply-desc .td-reply-title-number a:hover {
  color: #8dacff;
}
