/**
 * MinervaKB client styles
 */
/**
 * Client common styles
 */
.mkb-container {
  padding: 0 2em;
  margin: 0 auto;
  max-width: 100%; }
  .mkb-container * {
    box-sizing: border-box; }

.mkb-root {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  color: #333;
  font-size: 15px;
  font-weight: 300; }
  .mkb-root * {
    box-sizing: border-box; }
  .mkb-root h1, .mkb-root h2, .mkb-root h3, .mkb-root h4, .mkb-root h5, .mkb-root h6 {
    line-height: 1.8em;
    padding: 0; }
  .mkb-root .fa {
    /*font-family: 'FontAwesome'; TODO: add back, depending on options or global class */
    width: auto;
    height: auto;
    top: auto;
    bottom: auto;
    margin: auto; }

@media screen and (max-width: 767px) {
  .mkb-root .kb-search__input-wrap .kb-search__input,
  .mkb-root .kb-faq .kb-faq__filter input.kb-faq__filter-input,
  .mkb-shortcode-container .kb-search__input-wrap .kb-search__input,
  .mkb-shortcode-container .kb-faq .kb-faq__filter input.kb-faq__filter-input {
    font-size: 16px; } }

.mkb-clearfix:after {
  content: '';
  display: table;
  clear: both; }

body.logged-in .mkb-hide-for-user {
  display: none; }

body:not(.logged-in) .mkb-hide-for-guest {
  display: none; }

.mkb-hidden {
  display: none !important; }

.mkb-scroll-lock {
  overflow: hidden; }

.mkb-shortcode-container {
  font-size: 15px;
  color: #333;
  font-weight: 300;
  clear: both; }

.mkb-section-title {
  text-align: center; }

.mkb-form-input-label {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0.3em 0 0.3em; }

/**
 * TODO: check guestpost form also
 */
.mkb-form {
  position: relative; }
  .mkb-form.state--loading label {
    color: #aaa; }
    .mkb-form.state--loading label.mkb-button {
      color: #dedede; }
  .mkb-form.state--loading textarea {
    background: #f7f7f7; }
  .mkb-form .mkb-form-row {
    margin-bottom: 1.5em; }
  .mkb-form .mkb-field-required-dot {
    margin-left: 0.5em; }
  .mkb-form .mkb-form-radio-option label {
    cursor: pointer; }
  .mkb-form .mkb-form-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    pointer-events: none;
    z-index: 5; }

.mkb-form-messages {
  position: relative;
  margin: .5em auto 1.2em;
  padding: 1em;
  border: 2px solid; }
  .mkb-form-messages:empty {
    display: none; }
  .mkb-form-messages.mkb-form-messages--success {
    border-color: #2ab77b;
    background: #e8f9f2; }
  .mkb-form-messages.mkb-form-messages--error {
    border-color: #d73a49;
    background: #ffedee; }

.mkb-field-multiple-label {
  margin-bottom: 0.3em; }

.mkb-field-description {
  font-size: 0.9em;
  line-height: 1.5em;
  color: #999;
  margin-top: 0.5em; }

.mkb-field-radio-group.layout--inline .mkb-form-radio-option {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
  margin-bottom: 1em; }

.mkb-form-radio-option input[type="radio"] {
  vertical-align: baseline;
  margin-right: 0.2em; }

.mkb-button {
  display: inline-block;
  background: #29abe2;
  color: white;
  font-weight: 600;
  font-size: 1em;
  padding: .5em 1.5em;
  border-radius: 4px;
  border: none;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12); }
  .mkb-widget .mkb-button,
  .widget .mkb-button, .mkb-button:hover, .mkb-button:active, .mkb-button:visited, .mkb-button:focus {
    background: #29abe2;
    color: white; }
  .mkb-button.mkb-button--large {
    font-size: 1.2em;
    padding: .8em 1.8em; }

/**
 * TODO: move to separate entity maybe
 */
.mkb-admin-alert {
  position: relative;
  padding: 1em;
  border-radius: 4px;
  border: 2px solid; }
  .mkb-admin-alert.mkb-admin-alert--info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb; }
  .mkb-admin-alert.mkb-admin-alert--success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb; }
  .mkb-admin-alert.mkb-admin-alert--error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb; }
  .mkb-admin-alert .mkb-admin-alert__icon {
    margin-right: .3em; }

/**
 * Admin bar
 */
.mkb-hide-admin-bar #wpadminbar {
  display: none !important; }

/**
 * Layout
 */
/**
 * Articles loop
 */
.mkb-entry-header {
  z-index: 0; }

.mkb-article-item--simple .mkb-entry-header {
  padding: 1em;
  margin-bottom: 1em;
  background: #f7f7f7; }

.mkb-article-item--simple .mkb-entry-title {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  margin: 0;
  padding: 0; }
  .mkb-article-item--simple .mkb-entry-title a {
    color: #888; }

.mkb-article-item--simple .mkb-article-icon {
  color: #888;
  margin-right: 0.5em; }

.mkb-article-item--detailed .mkb-entry-header {
  padding: 0;
  margin: 0 0 2em 0; }

.mkb-article-item--detailed .mkb-entry-title-wrap {
  margin-bottom: 0.3em; }

.mkb-article-item--detailed .mkb-entry-title {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
  display: inline;
  vertical-align: middle; }

.mkb-article-item--detailed .mkb-article-icon {
  color: #888;
  margin-right: 0.3em; }

.mkb-article-item--detailed .mkb-article-item__meta {
  margin: 0.2em 0;
  text-align: left;
  color: #aaa;
  font-size: 0.9em; }

.mkb-article-item--detailed .mkb-article-item__meta-item {
  display: inline-block;
  margin-right: 0.8em; }

.mkb-article-item--detailed .mkb-article-item__meta-icon {
  margin-right: 0.2em; }

.mkb-article-item--detailed .mkb-article-item__excerpt {
  line-height: 1.3em; }
  .mkb-article-item--detailed .mkb-article-item__excerpt p:last-of-type {
    margin-bottom: 0; }

.mkb-article-item--detailed .mkb-article-item__topic {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  font-size: .8em;
  border-radius: 0.4em; }
  .mkb-article-item--detailed .mkb-article-item__topic a {
    color: inherit;
    padding: .3em .7em; }

.mkb-article-item--detailed .mkb-article-item__tags {
  float: right;
  font-size: 0.9em;
  color: #888; }

.mkb-article-item--detailed .mkb-article-item__footer {
  margin: 2em 0; }

.mkb-article-item--detailed .mkb-article-item__read-more {
  margin-top: 1em;
  display: inline-block; }

.mkb-search-match {
  font-weight: 600;
  color: #000; }

/**
 * Search results filter
 */
section.mkb-search-options {
  margin: 1em 0 2em;
  text-align: left; }

.mkb-search-options ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.mkb-search-options li {
  display: inline-block;
  vertical-align: top; }

.mkb-search-filter {
  padding: 0.5em 1em;
  display: block;
  color: #aaa;
  transition: all 0.1s ease-in;
  border-bottom: 2px solid transparent; }

.mkb-search-filter.mkb-selected,
.mkb-search-filter:hover {
  border-color: #007acc;
  color: #000; }

/**
 * Page header
 */
.page .mkb-page-header,
.mkb-archive .mkb-page-header,
.mkb-search .mkb-page-header {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 3em; }
  .page .mkb-page-header:empty,
  .mkb-archive .mkb-page-header:empty,
  .mkb-search .mkb-page-header:empty {
    margin-bottom: 0; }

.mkb-shortcode-container .mkb-entry-header {
  text-align: left;
  font-size: 1em;
  margin-bottom: 1em; }
  .mkb-shortcode-container .mkb-entry-header a {
    text-decoration: none;
    box-shadow: none;
    border: none;
    outline: none; }

.mkb-taxonomy-description,
.mkb-page-description {
  text-align: center;
  color: #888;
  font-size: 0.9em; }

.mkb-shortcode-container .mkb-taxonomy-description {
  text-align: inherit; }

.kb-topic__description {
  margin: 1em auto;
  padding: 0 1em; }

.mkb-content-main.mkb-content-main--has-sidebar {
  display: inline-block;
  vertical-align: top;
  width: 66%; }

.mkb-sidebar-right .mkb-content-main {
  float: left; }

.mkb-sidebar-left .mkb-content-main {
  float: right; }

.mkb-sidebar {
  width: 30%;
  padding: 0 2em;
  display: inline-block;
  vertical-align: top; }
  .mkb-sidebar-right .mkb-sidebar {
    float: right; }
  .mkb-sidebar-left .mkb-sidebar {
    float: left; }

.mkb-root .mkb-sidebar.mkb-fixed-bottom {
  top: auto;
  bottom: 0; }

.mkb-topic__children + article {
  margin-top: 2em; }

/**
 * Pagination
 */
.mkb-pagination {
  margin: 2em 0; }
  .mkb-pagination ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .mkb-pagination ul li {
      display: inline-block;
      background: #f7f7f7;
      margin: 0 0.5em 0 0; }
      .mkb-pagination ul li.active {
        padding: 0.5em 1em; }
      .mkb-pagination ul li a {
        display: inline-block;
        padding: 0.5em 1em;
        transition: box-shadow 0.1s linear; }
        .mkb-pagination ul li a:hover {
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08); }

/**
 * Client search styles
 */
.kb-header {
  position: relative;
  margin-bottom: 2em;
  padding: 3em 2em;
  text-align: center; }
  .mkb-content-main--article .kb-header,
  .mkb-content-main--topic .kb-header,
  .mkb-content-main--search .kb-header,
  .mkb-single-theme-before .kb-header {
    padding: 0;
    margin-bottom: 0; }
  .mkb-content-main--search .kb-header {
    margin-bottom: 2em; }
  .kb-header .mkb-widget,
  .widget .kb-header {
    padding: 0;
    margin: 0; }
  .elementor-widget-container .kb-header {
    margin-bottom: 0; }

.kb-search__title {
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 700; }

.kb-search-gradient,
.kb-search-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.kb-search-pattern {
  background-repeat: repeat; }

.kb-search {
  position: relative; }
  .kb-search .kb-search__icon,
  .kb-search .kb-search__clear-icon {
    position: absolute;
    color: #bbb;
    font-size: 1.5em;
    line-height: 1.5em;
    height: 1.5em;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    /*font-weight: 300; TODO: check on FA4 */
    right: 1em; }
    .kb-search__input-wrap--icons-left .kb-search .kb-search__icon, .kb-search__input-wrap--icons-left
    .kb-search .kb-search__clear-icon {
      left: 1em;
      right: auto; }
  .kb-search .kb-search__clear-icon {
    display: none; }
  .kb-search .kb-search__icon {
    display: block; }
  .kb-search .kb-search__results ul {
    list-style-type: none;
    margin: 0; }

.kb-search__input-wrap--icons-left .kb-search__icon,
.kb-search__input-wrap--icons-left .kb-search__clear-icon {
  left: 1em;
  right: auto; }

.kb-search__input-wrap--has-content .kb-search__clear-icon {
  display: block; }

.kb-search__input-wrap--has-content .kb-search__icon {
  display: none; }

.kb-search__input-wrap {
  display: inline-block;
  position: relative;
  margin: 1em auto 0.3em;
  max-width: 100%;
  background: #fff;
  transition: background 150ms ease-in-out; }
  .kb-search__input-wrap.kb-search__input-wrap--request {
    background: #fafafa; }

.mkb-widget .kb-search__form .kb-search__input-wrap,
.widget .kb-search__form .kb-search__input-wrap {
  margin: 0; }

.kb-search__input {
  -webkit-appearance: none;
  /* fixes ios input styles */ }
  .kb-search__input-wrap--icons-left .kb-search__input {
    padding-left: 3.2em; }
  .kb-search__input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bbb; }
  .kb-search__input::-moz-placeholder {
    /* Firefox 19+ */
    color: #bbb; }
  .kb-search__input:-ms-input-placeholder {
    /* IE 10+ */
    color: #bbb; }
  .kb-search__input:-moz-placeholder {
    /* Firefox 18- */
    color: #bbb; }
  .kb-search__input:focus {
    outline: none; }

.kb-search__input-wrap .kb-search__input:focus {
  outline: none; }

/**
 * Search results
 */
.kb-search__results-summary {
  position: absolute;
  z-index: 2;
  right: 4em;
  top: 50%;
  margin-top: -0.8em;
  display: block;
  font-size: 0.9em;
  color: #bbbbbb; }
  .kb-search__input-wrap.kb-search__input-wrap--no-results .kb-search__results-summary,
  .kb-search__input-wrap.kb-search__input-wrap--has-results .kb-search__results-summary {
    display: block; }
  .kb-search__input-wrap--icons-left .kb-search__results-summary {
    right: 1.5em; }
  .kb-search__results-summary .kb-search-request-indicator {
    display: none;
    font-size: 1.5em;
    vertical-align: top; }
    .kb-search__input-wrap.kb-search__input-wrap--no-results .kb-search__results-summary .kb-search-request-indicator,
    .kb-search__input-wrap.kb-search__input-wrap--has-results .kb-search__results-summary .kb-search-request-indicator {
      margin-right: 0.25em; }
    .kb-search__input-wrap--request .kb-search__results-summary .kb-search-request-indicator {
      display: inline-block; }
  .kb-search__results-summary .kb-summary-text-holder {
    display: none; }
    .kb-search__input-wrap.kb-search__input-wrap--no-results .kb-search__results-summary .kb-summary-text-holder,
    .kb-search__input-wrap.kb-search__input-wrap--has-results .kb-search__results-summary .kb-summary-text-holder {
      display: inline-block; }

.kb-search__results {
  display: none;
  position: absolute;
  top: 100%;
  left: 2em;
  right: 2em;
  margin-top: -2px;
  max-height: 28em;
  overflow: auto;
  text-align: left;
  background: #fff;
  z-index: 10;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2); }
  .mkb-widget .kb-search__results,
  .widget .kb-search__results {
    left: 0.8em;
    right: 0.8em; }
  .kb-search__input-wrap.kb-search__input-wrap--has-results .kb-search__results {
    display: block; }
  .kb-search__results ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
    .kb-search__results ul li {
      line-height: 1.7em;
      margin: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
      .kb-search__results ul li a {
        display: table;
        table-layout: fixed;
        width: 100%;
        color: #888;
        padding: 0.5em 1em;
        transition: all 150ms ease-in-out;
        outline: none;
        box-shadow: none;
        text-decoration: none;
        border: none; }
        .mkb-widget .kb-search__results ul li a,
        .widget .kb-search__results ul li a {
          display: block; }
        .kb-search__results ul li a:hover, .kb-search__results ul li a:focus, .kb-search__results ul li a:active {
          outline: none;
          color: #333;
          background: #f8f8f8;
          box-shadow: none;
          text-decoration: none;
          border: none; }

.kb-search__result-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  max-width: calc(100% - 8em);
  line-height: 1.8em; }
  .kb-search__input-wrap--multiline-results .kb-search__result-title {
    white-space: normal;
    line-height: 1.3em; }
  .mkb-widget .kb-search__result-title,
  .widget .kb-search__result-title {
    max-width: 100%; }

.kb-search__results-info {
  padding: 0.5em 1.2em;
  color: #aaa;
  font-size: 0.8em;
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  background: #fafafa; }
  .kb-search__results-info strong {
    color: #777;
    border-bottom: 1px dotted #aaa; }

.kb-search__result-topic {
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
  float: right;
  width: 8em; }

.kb-search__result-topic-label {
  display: inline-block;
  padding-right: 0.5em;
  font-size: .8em;
  color: #aaa; }

.kb-search__result-topic-name {
  color: #fff;
  background: #4a90e2;
  font-size: .8em;
  line-height: .9em;
  padding: .5em .7em .4em;
  display: inline-block;
  vertical-align: middle;
  border-radius: .4em; }

/* flex layout */
@supports (display: flex) {
  .kb-search__result-header {
    display: flex;
    white-space: nowrap;
    align-items: center;
    width: 100%; }
  .kb-search__result-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: none;
    max-width: none; }
    .kb-search__input-wrap--multiline-results .kb-search__result-title {
      white-space: normal; }
    .kb-search__input-wrap--with-excerpt .kb-search__result-title {
      font-weight: 600;
      color: #222529; }
  .kb-search__result-topic {
    text-align: right;
    flex-grow: 1;
    float: none;
    width: auto; } }

.kb-search__tip {
  font-size: 0.9em;
  margin-top: 0.3em;
  color: #aaa; }

.kb-search__result-excerpt {
  padding: 0 1em .5em 0;
  display: block;
  line-height: 1.3em;
  color: #777;
  font-size: 0.9em;
  margin-top: 0.5em; }

/**
 * Search groups
 */
.kb-search__results-group {
  padding: 0.2em 1.2em;
  display: flex;
  justify-content: space-between;
  background: #f7f7f7;
  font-size: 0.85em;
  color: #888; }

/**
 * Search themes
 */
.editor-block-list__block .kb-search .kb-search__input-wrap .kb-search__input {
  font-size: 15px;
  /* overrides any theme defaults */
  font-weight: 400;
  padding: 0 2em;
  margin: 0;
  position: relative;
  z-index: 1;
  outline: none;
  max-width: 100%;
  width: 100%; }

.kb-search__input-wrap {
  max-width: 100%; }
  .kb-search__input-wrap .kb-search__input {
    font-size: 15px;
    /* overrides any theme defaults */
    font-weight: 400;
    padding: 0 2em;
    margin: 0;
    position: relative;
    z-index: 1;
    outline: none;
    max-width: 100%;
    width: 100%;
    background: #fff; }
    .kb-search__input-wrap .kb-search__input:disabled {
      color: #aaa;
      opacity: 1;
      background: #f7f7f7; }
  .kb-search__input-wrap.mkb-search-theme__minerva {
    border-radius: 35px; }
    .kb-search__input-wrap.mkb-search-theme__minerva.kb-search__input-wrap--icons-left .kb-search__input {
      padding-left: 3.2em; }
    .kb-search__input-wrap.mkb-search-theme__minerva .kb-search__input {
      height: 70px;
      border-radius: 35px;
      border: 1px solid rgba(0, 0, 0, 0.08);
      box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.12);
      transition: color 150ms ease-in-out; }
  .kb-search__input-wrap.mkb-search-theme__clean {
    border-radius: 6px;
    margin-bottom: 2em; }
    .kb-search__input-wrap.mkb-search-theme__clean.kb-search__input-wrap--icons-left .kb-search__input {
      padding-left: 3.2em; }
    .kb-search__input-wrap.mkb-search-theme__clean .kb-search__input {
      height: 60px;
      border-radius: 6px;
      border: 1px solid rgba(0, 0, 0, 0.08);
      box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3); }
  .kb-search__input-wrap.mkb-search-theme__mini {
    border-radius: 0; }
    .kb-search__input-wrap.mkb-search-theme__mini .kb-search__input {
      padding: 0 1em;
      height: 45px;
      border-radius: 0;
      border: 1px solid rgba(0, 0, 0, 0.08);
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
    .kb-search__input-wrap.mkb-search-theme__mini .kb-search__icon,
    .kb-search__input-wrap.mkb-search-theme__mini .kb-search__clear-icon {
      font-size: 1.3em;
      right: 0.7em; }
    .kb-search__input-wrap.mkb-search-theme__mini.kb-search__input-wrap--icons-left .kb-search__input {
      padding-left: 2.6em; }
    .kb-search__input-wrap.mkb-search-theme__mini.kb-search__input-wrap--icons-left .kb-search__icon,
    .kb-search__input-wrap.mkb-search-theme__mini.kb-search__input-wrap--icons-left .kb-search__clear-icon {
      left: 0.7em;
      right: auto; }
  .kb-search__input-wrap.mkb-search-theme__bold {
    border-radius: 32px;
    border: 12px solid #fff;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.22); }
    .kb-search__input-wrap.mkb-search-theme__bold.kb-search__input-wrap--icons-left .kb-search__input {
      padding-left: 3.2em; }
    .kb-search__input-wrap.mkb-search-theme__bold .kb-search__input {
      height: 68px;
      border-radius: 22px;
      border: none;
      box-shadow: inset 1px 1px 20px rgba(0, 0, 0, 0.12); }
  .kb-search__input-wrap.mkb-search-theme__invisible {
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: transparent !important; }
    .kb-search__input-wrap.mkb-search-theme__invisible.kb-search__input-wrap--icons-left .kb-search__input {
      padding-left: 3.2em; }
    .kb-search__input-wrap.mkb-search-theme__invisible .kb-search__input {
      height: 58px;
      border-radius: 0;
      border: none;
      border-bottom: 2px solid rgba(0, 0, 0, 0.3);
      background: rgba(255, 255, 255, 0);
      transition: background 150ms ease-in-out; }
      .kb-search__input-wrap.mkb-search-theme__invisible .kb-search__input:focus {
        background: rgba(255, 255, 255, 0.1); }
  .kb-search__input-wrap.mkb-search-theme__thick {
    border-radius: 8px;
    border: 22px solid #fff;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.22);
    margin-bottom: 2em; }
    .kb-search__input-wrap.mkb-search-theme__thick.kb-search__input-wrap--icons-left .kb-search__input {
      padding-left: 3.2em; }
    .kb-search__input-wrap.mkb-search-theme__thick .kb-search__input {
      height: 68px;
      border-radius: 8px;
      border: none;
      box-shadow: inset 1px 1px 20px rgba(0, 0, 0, 0.12); }
    .kb-search__input-wrap.mkb-search-theme__thick:after {
      display: block;
      content: '';
      width: 40px;
      height: 40px;
      position: absolute;
      bottom: -42px;
      background: inherit;
      left: 0;
      right: 0;
      margin: auto;
      transform: rotate(45deg);
      z-index: 0; }
  .kb-search__input-wrap.mkb-search-theme__3d {
    border-radius: 32px;
    border: 32px solid #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.36);
    margin-bottom: 2em; }
    .kb-search__input-wrap.mkb-search-theme__3d.kb-search__input-wrap--icons-left .kb-search__input {
      padding-left: 3.2em; }
    .kb-search__input-wrap.mkb-search-theme__3d .kb-search__input {
      height: 68px;
      border-radius: 22px;
      border: none;
      box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.18); }

/**
 * Topics
 */
.mkb-home-topics .kb-topic a {
  text-decoration: none;
  box-shadow: none;
  border: none; }

.kb-topic {
  display: inline-block;
  vertical-align: top;
  padding: 1em; }
  @media (min-width: 481px) {
    .kb-topic:first-child {
      padding-left: 0; }
    .kb-topic:last-child {
      padding-right: 0; } }
  .kb-topic a {
    color: #888;
    text-decoration: none;
    box-shadow: none; }
  .kb-topic .kb-topic__inner {
    background: #fff;
    padding: 1.5em 1.3em; }
    .kb-topic .kb-topic__inner .kb-topic__title {
      font-weight: 600;
      padding: 0;
      margin-top: 0;
      margin-bottom: 1em;
      font-size: 1.5em;
      line-height: 1.3em; }
  .kb-topic .kb-topic__box-header {
    z-index: 0; }
    .kb-topic .kb-topic__box-header .kb-topic__title {
      margin-bottom: 0; }
  .kb-topic.kb-topic--box-view .kb-topic__inner {
    border: 1px solid rgba(0, 0, 0, 0.12);
    transition: all 0.12s ease-in; }
    .kb-topic.kb-topic--box-view .kb-topic__inner:hover {
      background: #f8f8f8;
      border-color: #f8f8f8;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15); }
  .kb-topic .kb-topic__child-topics {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #888;
    margin-top: -1em;
    margin-bottom: -0.3em;
    font-size: 1.1em; }
    .kb-topic .kb-topic__child-topics li {
      list-style-type: none;
      position: relative;
      padding-left: 1.3em; }
    .kb-topic .kb-topic__child-topics .kb-topic__child-icon {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 1em; }
  .kb-topic .kb-topic__articles {
    margin-top: 1em; }
  .kb-topic .kb-topic__box-icon {
    font-size: 2.5em;
    margin-bottom: 0.5em; }
  .kb-topic .kb-topic__icon-image {
    font-size: 1em;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  .mkb-columns-2 .kb-topic {
    width: 49%; }
  .mkb-columns-3 .kb-topic {
    width: 32.5%; }
  .mkb-columns-4 .kb-topic {
    width: 24%; }
  .kb-topic .kb-topic__box-count {
    color: #aaa;
    font-size: 0.9em; }
  .kb-topic .kb-topic__show-all {
    margin-top: 0;
    display: inline-block;
    color: #bbb; }
  .kb-topic .kb-topic__articles li {
    position: relative;
    margin: 0 0 0.3em;
    line-height: 1.7em; }
    .kb-topic .kb-topic__articles li a {
      display: inline-block;
      vertical-align: top; }
    .kb-topic .kb-topic__articles li .kb-topic__list-article-icon {
      position: absolute;
      left: 0;
      top: 0;
      height: 1em; }
    .kb-topic .kb-topic__articles li .kb-topic__list-article-title {
      line-height: 1.3em;
      vertical-align: top;
      display: inline-block; }
    .kb-topic .kb-topic__articles li .kb-topic__list-article-views,
    .kb-topic .kb-topic__articles li .kb-topic__list-article-likes {
      vertical-align: top;
      display: inline-block;
      line-height: 1.8em;
      font-size: 0.8em;
      margin-left: 0.4em;
      color: #999; }
      .kb-topic .kb-topic__articles li .kb-topic__list-article-views .kb-topic__list-article-meta-icon,
      .kb-topic .kb-topic__articles li .kb-topic__list-article-likes .kb-topic__list-article-meta-icon {
        margin-right: 0.2em;
        font-size: 1.1em; }

/* flex layout */
@supports (display: flex) {
  .mkb-home-topics .mkb-row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap; }
  .mkb-home-topics .kb-topic {
    flex: 1; }
  .mkb-home-topics .kb-topic-gap {
    flex: 1;
    padding: 1em;
    /* for firefox */ } }

.kb-topic__articles.kb-topic__articles--with-icons li .kb-topic__list-article-title {
  padding-left: 1.3em; }

.mkb-columns {
  font-size: 0;
  /* inline-block fix */ }
  .mkb-columns > * {
    font-size: 15px; }

.kb-topic--box-view {
  text-align: center; }

.kb-topic__count {
  color: #fff;
  background: #4a90e2;
  font-size: .6em;
  line-height: .8em;
  padding: .3em .5em;
  display: inline-block;
  vertical-align: middle;
  border-radius: .3em;
  margin-left: .5em; }

.kb-topic .kb-topic__articles ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

/**
 * Multi-column topics
 */
@media (min-width: 769px) {
  .article-list-layout-2col .mkb-article-item--simple,
  .article-list-layout-3col .mkb-article-item--simple {
    display: inline-block; }
    .article-list-layout-2col .mkb-article-item--simple .mkb-entry-title,
    .article-list-layout-3col .mkb-article-item--simple .mkb-entry-title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .article-list-layout-2col .mkb-article-item--simple {
    width: 49%;
    margin-right: 2%; }
    .article-list-layout-2col .mkb-article-item--simple:nth-child(2n) {
      margin-right: 0; }
  .article-list-layout-3col .mkb-article-item--simple {
    width: 32.3%;
    margin-right: 1.5%; }
    .article-list-layout-3col .mkb-article-item--simple:nth-child(3n) {
      margin-right: 0; } }

@media (min-width: 481px) {
  .kb-topic-gap:first-child {
    padding-left: 0; }
  .kb-topic-gap:last-child {
    padding-right: 0; } }

/**
 * Client breadcrumbs
 */
.mkb-breadcrumbs {
  position: relative;
  font-size: 0.9em;
  margin: 1.5em 0;
  background-size: cover;
  background-position: center center; }

.mkb-breadcrumbs__gradient,
.mkb-breadcrumbs__pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mkb-breadcrumbs__pattern {
  background-repeat: repeat; }

.mkb-breadcrumbs__label {
  position: relative;
  margin-right: 0.2em;
  display: inline-block;
  vertical-align: top;
  z-index: 1; }
  .widget .mkb-breadcrumbs__label,
  .mkb-widget .mkb-breadcrumbs__label {
    display: block; }

.mkb-breadcrumbs__list {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .mkb-widget .mkb-breadcrumbs__list,
  .widget .mkb-breadcrumbs__list {
    margin: 0; }
  .mkb-breadcrumbs__list li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 1.7em; }
    .mkb-breadcrumbs__list li a {
      box-shadow: none;
      text-decoration: none; }

.mkb-breadcrumbs-icon.fa,
.mkb-breadcrumbs-icon.fas,
.mkb-breadcrumbs-icon.fab,
.mkb-breadcrumbs-icon.far {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0.3em; }

/**
 * Article
 */
.mkb-article-header,
.mkb-article-extra {
  margin: 1em 0;
  color: #888;
  font-size: 0.9em; }

.mkb-article-header {
  position: relative; }
  .mkb-article-header:after {
    content: '';
    display: table;
    clear: both; }

.mkb-article-header__estimate {
  float: left; }

.mkb-article-header__print {
  float: right; }
  .mkb-article-header__print .mkb-article-print-icon {
    color: #aaa;
    font-size: 1.5em;
    vertical-align: middle; }
    .mkb-article-header__print .mkb-article-print-icon:hover {
      color: #555; }

.mkb-entry-header .mkb-entry-title:before {
  content: none; }

.mkb-article-extra__custom-html {
  margin: 1em 0; }

.mkb-article-extra__like,
.mkb-article-extra__dislike {
  display: inline-block;
  vertical-align: middle;
  padding: 0.2em 1em;
  border: 1px solid;
  border-radius: 1.2em;
  margin: 0.5em 0.5em 0.5em 0;
  outline: none !important;
  box-shadow: none;
  text-decoration: none; }
  .mkb-article-extra__rating-likes-block .mkb-article-extra__like, .mkb-article-extra__rating-likes-block
  .mkb-article-extra__dislike {
    box-shadow: none;
    text-decoration: none; }
  .mkb-article-extra__like.mkb-disabled,
  .mkb-article-extra__dislike.mkb-disabled {
    color: #888;
    border-color: #888;
    cursor: default; }
    .mkb-article-extra__like.mkb-disabled:hover, .mkb-article-extra__like.mkb-disabled:focus, .mkb-article-extra__like.mkb-disabled:active, .mkb-article-extra__like.mkb-disabled:visited,
    .mkb-article-extra__dislike.mkb-disabled:hover,
    .mkb-article-extra__dislike.mkb-disabled:focus,
    .mkb-article-extra__dislike.mkb-disabled:active,
    .mkb-article-extra__dislike.mkb-disabled:visited {
      color: #888;
      border-color: #888;
      cursor: default; }

.mkb-article-extra__message,
.mkb-article-extra__feedback-sent-message {
  padding: 1em;
  margin: 1em 0;
  border: 2px solid;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  font-size: 1.1em; }

.mkb-article-extra__rating-total {
  display: inline-block;
  vertical-align: middle; }

.mkb-article-extra__tags,
.mkb-article-item__tags {
  margin-bottom: 1em; }
  .mkb-article-extra__tags i.fa,
  .mkb-article-extra__tags i.fas,
  .mkb-article-extra__tags i.fab,
  .mkb-article-extra__tags i.far,
  .mkb-article-item__tags i.fa,
  .mkb-article-item__tags i.fas,
  .mkb-article-item__tags i.fab,
  .mkb-article-item__tags i.far {
    font-size: 1.5em;
    line-height: 1.3em;
    vertical-align: middle;
    margin-right: 0.2em; }
  .mkb-article-extra__tags a,
  .mkb-article-extra__tags span.mkb-tag-nolink,
  .mkb-article-item__tags a,
  .mkb-article-item__tags span.mkb-tag-nolink {
    display: inline-block;
    padding: 0.1em 0.5em;
    border: 1px solid;
    border-radius: 3px;
    margin-right: 0.3em;
    color: inherit; }
    .mkb-article-extra__tags a:first-of-type,
    .mkb-article-extra__tags span.mkb-tag-nolink:first-of-type,
    .mkb-article-item__tags a:first-of-type,
    .mkb-article-item__tags span.mkb-tag-nolink:first-of-type {
      margin-left: 0.3em; }

.mkb-single-content img {
  max-width: 100%;
  height: auto; }

.mkb-single-content embed,
.mkb-single-content iframe,
.mkb-single-content object,
.mkb-single-content video {
  max-width: 100%; }

.mkb-article-text ul {
  list-style-type: disc;
  margin: 0 0 1.75em 1.25em; }

.mkb-article-text ol {
  list-style-type: decimal;
  margin: 0 0 1.75em 1.25em; }

/**
 * Related articles
 */
.mkb-related-articles .mkb-related-articles__list {
  list-style-type: none;
  margin: 0.5em 0 2em;
  padding: 0; }
  .mkb-related-articles .mkb-related-articles__list a {
    text-decoration: none;
    box-shadow: none; }

.mkb-article-extra__navigation-wrap {
  margin-bottom: 1em; }
  .mkb-article-extra__navigation-wrap h3 {
    margin-bottom: 0.5em; }

.mkb-article-extra__navigation {
  display: flex;
  justify-content: space-between; }

.mkb-article-extra__navigation-item {
  display: inline-block;
  border: 1px solid #aaa;
  padding: .3em 1em;
  border-radius: 6px;
  margin-right: 1em; }
  .mkb-article-extra__navigation-item:empty {
    display: none; }

#fancybox-wrap {
  box-sizing: border-box; }
  #fancybox-wrap * {
    box-sizing: border-box; }

#fancybox-content {
  max-width: 100%;
  max-height: 100%; }

#fancybox-title {
  max-width: calc(100% - 20px); }

/**
 * Article pagination
 */
.mkb-page-links {
  margin-bottom: 2em; }
  .mkb-page-links .mkb-page-links__title {
    margin-right: 0.5em; }
  .mkb-page-links .mkb-page-link {
    display: inline-block;
    margin: 0 0.2em 0 0;
    padding: 0.5em 1em; }
  .mkb-page-links a {
    display: inline-block;
    margin: 0 0.2em 0 0;
    background: #f7f7f7;
    transition: box-shadow 0.1s linear; }
    .mkb-page-links a .mkb-page-link {
      margin: 0; }
    .mkb-page-links a:hover {
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08); }

/**
 * Versions
 */
.mkb-article-versions {
  margin: 0.5em 0 0;
  color: #aaa; }

.mkb-article-version,
.mkb-article-versions a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 0.5em;
  background: #00a0d2;
  font-size: 0.7em;
  color: white;
  font-weight: 600;
  padding: 0.12em 0.6em;
  border-radius: 0.38em;
  text-decoration: none;
  box-shadow: none; }
  .mkb-article-version:hover, .mkb-article-version:active, .mkb-article-version:focus, .mkb-article-version:visited,
  .mkb-article-versions a:hover,
  .mkb-article-versions a:active,
  .mkb-article-versions a:focus,
  .mkb-article-versions a:visited {
    background: #00a0d2;
    color: white;
    text-decoration: none;
    box-shadow: none; }

.mkb-meta-label {
  color: #aaa; }

.mkb-article-author {
  margin-bottom: 0.7em; }

.mkb-add-base-html .mkb-article-text strong {
  font-weight: 600; }

.mkb-add-base-html .mkb-article-text em {
  font-style: italic; }

.mkb-add-base-html .mkb-article-text ul, .mkb-add-base-html .mkb-article-text ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0; }

.mkb-add-base-html .mkb-article-text ul {
  list-style: disc; }

.mkb-add-base-html .mkb-article-text ol {
  list-style-type: decimal; }

.mkb-add-base-html .mkb-article-text li {
  display: list-item; }

/**
 * Multiple votes
 */
.mkb-alreated-rated-article-message {
  text-align: center;
  font-size: 1.1em;
  padding: 1em;
  margin: 1em 0;
  background: #f7f7f7;
  color: #888;
  border: 2px solid #eee;
  border-radius: 6px; }

/**
 * Feedback
 */
.mkb-article-extra__feedback-form-title,
.mkb-article-extra__feedback-form-email-title {
  margin-bottom: 0.5em;
  font-weight: 600; }

.mkb-article-extra__feedback-form-email {
  margin-bottom: 0.5em; }

.mkb-article-extra__feedback-form .mkb-article-extra__feedback-form-message-area,
.mkb-article-extra__feedback-form .mkb-article-extra__feedback-form-email {
  padding: 1em 1.3em;
  font-size: inherit;
  font-family: inherit;
  border-radius: 6px;
  width: 100%;
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0; }

.mkb-article-extra__feedback-form-submit a {
  color: #fff;
  display: inline-block;
  padding: 0.6em 1em;
  margin: 1em 0;
  border-radius: 6px;
  opacity: 1;
  transition: opacity 0.1s ease-in;
  text-decoration: none; }
  .mkb-article-extra__feedback-form-submit a[disabled] {
    opacity: 0.5;
    cursor: default; }

.mkb-article-extra__feedback-form--no-content .mkb-article-extra__feedback-form-submit a {
  opacity: 0.5;
  cursor: default; }

.mkb-article-extra__feedback-info {
  padding: 0.5em 0 0;
  font-size: 1em;
  font-style: italic; }

.mkb-attachments {
  margin-bottom: 2em;
  font-size: 1.112em; }
  .mkb-attachments .mkb-attachment-icon {
    font-size: 1.2em; }
  .mkb-attachments .mkb-attachment-icon-ext {
    font-size: 1em;
    font-weight: 400;
    margin-left: 0.3em;
    margin-right: -0.28em;
    vertical-align: middle;
    color: #888; }
    .mkb-fa5 .mkb-attachments .mkb-attachment-icon-ext {
      font-weight: 900; }
  .mkb-attachments .mkb-attachment-item {
    margin-bottom: 0.2em; }
  .mkb-attachments h3 {
    margin-bottom: 0.5em; }

.mkb-attachments__title {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  color: #000; }

.mkb-attachment-label {
  margin-left: 0.2em;
  color: #565758;
  transition: all 0.1s ease-in; }
  .mkb-attachment-label:hover {
    color: #000;
    border-bottom: 1px dotted #888; }

.mkb-attachment-size {
  color: #aaa;
  margin-left: 0.2em;
  vertical-align: middle; }

/**
 * Content shortcodes
 */
.mkb-shortcode-container {
  display: block; }
  .mkb-shortcode-container.mkb-shortcode-container--inline {
    display: inline; }

.mkb-tip,
.mkb-info,
.mkb-warning,
.mkb-related-content {
  position: relative;
  margin: 2em auto;
  padding: 1em;
  border: 2px solid; }
  .elementor-widget-container .mkb-tip, .elementor-widget-container
  .mkb-info, .elementor-widget-container
  .mkb-warning, .elementor-widget-container
  .mkb-related-content {
    margin: 0; }

.mkb-related-content {
  margin: 2em 0;
  max-width: 380px; }
  .mkb-related-content a,
  .mkb-related-content a:hover,
  .mkb-related-content a:visited,
  .mkb-related-content a:focus {
    text-decoration: none;
    box-shadow: none;
    border: none; }

.mkb-related-content-title {
  font-weight: 600;
  margin-bottom: 0.6em; }

.mkb-related-content .mkb-related-content-list {
  margin: 0;
  padding: 0 0 0 1.5em; }
  .mkb-add-base-html .mkb-related-content .mkb-related-content-list {
    margin: 0;
    padding: 0 0 0 1.5em; }
  .mkb-related-content .mkb-related-content-list li {
    line-height: 1.5em;
    margin-bottom: 0.3em; }

.mkb-tip__icon,
.mkb-info__icon,
.mkb-warning__icon {
  position: absolute;
  left: 0.2em;
  top: 0;
  bottom: 0;
  width: 2em;
  height: 1em;
  text-align: center;
  font-size: 2em;
  line-height: 1em;
  vertical-align: middle;
  margin: auto !important; }

.mkb-tip__content,
.mkb-info__content,
.mkb-warning__content {
  text-align: left;
  position: relative;
  display: block;
  line-height: 1.5em;
  top: 0;
  margin-left: 4em; }

.mkb-code {
  margin: 2em 0;
  border: 2px solid;
  border-color: #d1cdc4; }

.mkb-code-title {
  background: #f1ede4;
  color: #637c84;
  padding: 0.1em 1em;
  font-weight: 500;
  font-size: 0.9em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

code.mkb-code-src {
  color: #637c84;
  background: #f8f5ec;
  display: block;
  line-height: 1.1em;
  padding: 1em; }

/**
 * Widgets
 */
.mkb-widget.widget {
  padding: 1.2em 2em;
  margin: 0 0 2em; }

.elementor-widget .kb-header {
  padding: 0; }

.mkb-widget.widget,
.elementor-widget-wp-widget-kb_recent_articles_widget.elementor-widget,
.elementor-widget-wp-widget-kb_recent_topics_widget.elementor-widget {
  border: none; }
  .mkb-widget.widget .mkb-widget-title,
  .elementor-widget-wp-widget-kb_recent_articles_widget.elementor-widget .mkb-widget-title,
  .elementor-widget-wp-widget-kb_recent_topics_widget.elementor-widget .mkb-widget-title {
    margin: 0 0 0.8em; }
  .mkb-widget.widget ul,
  .elementor-widget-wp-widget-kb_recent_articles_widget.elementor-widget ul,
  .elementor-widget-wp-widget-kb_recent_topics_widget.elementor-widget ul {
    list-style-type: none;
    margin: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0; }
    .mkb-widget.widget ul li,
    .elementor-widget-wp-widget-kb_recent_articles_widget.elementor-widget ul li,
    .elementor-widget-wp-widget-kb_recent_topics_widget.elementor-widget ul li {
      position: relative;
      margin: 0;
      border: none;
      padding-top: 0;
      padding-bottom: 0;
      line-height: 1.7em; }
    .mkb-widget.widget ul a,
    .elementor-widget-wp-widget-kb_recent_articles_widget.elementor-widget ul a,
    .elementor-widget-wp-widget-kb_recent_topics_widget.elementor-widget ul a {
      display: inline-block;
      vertical-align: top;
      outline: none;
      line-height: 1.5em; }

.mkb-widget-global,
.elementor-widget {
  /**
   * Common
   */
  /**
   * Content tree
   */
  /**
   * Search
   */
  /**
   * ToC
   */ }
  .mkb-widget-global .mkb-empty-sidebar-message a,
  .elementor-widget .mkb-empty-sidebar-message a {
    color: #0073aa; }
  .mkb-widget-global .mkb-widget-topics__list-icon,
  .mkb-widget-global .mkb-widget-articles__list-icon,
  .mkb-widget-global .mkb-widget-content-tree__article-icon,
  .elementor-widget .mkb-widget-topics__list-icon,
  .elementor-widget .mkb-widget-articles__list-icon,
  .elementor-widget .mkb-widget-content-tree__article-icon {
    position: absolute;
    left: 0;
    top: 0.2em;
    height: 1em;
    width: 1em;
    text-align: center; }
  .mkb-widget-global.mkb_recent_articles_widget ul, .mkb-widget-global.mkb_recent_topics_widget ul, .mkb-widget-global.elementor-widget-wp-widget-kb_recent_articles_widget ul, .mkb-widget-global.elementor-widget-wp-widget-kb_recent_topics_widget ul,
  .elementor-widget.mkb_recent_articles_widget ul,
  .elementor-widget.mkb_recent_topics_widget ul,
  .elementor-widget.elementor-widget-wp-widget-kb_recent_articles_widget ul,
  .elementor-widget.elementor-widget-wp-widget-kb_recent_topics_widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .mkb-widget-global.mkb_recent_articles_widget ul li, .mkb-widget-global.mkb_recent_topics_widget ul li, .mkb-widget-global.elementor-widget-wp-widget-kb_recent_articles_widget ul li, .mkb-widget-global.elementor-widget-wp-widget-kb_recent_topics_widget ul li,
    .elementor-widget.mkb_recent_articles_widget ul li,
    .elementor-widget.mkb_recent_topics_widget ul li,
    .elementor-widget.elementor-widget-wp-widget-kb_recent_articles_widget ul li,
    .elementor-widget.elementor-widget-wp-widget-kb_recent_topics_widget ul li {
      list-style-type: none;
      position: relative;
      padding-left: 1.5em; }
      .mkb-widget-global.mkb_recent_articles_widget ul li a, .mkb-widget-global.mkb_recent_topics_widget ul li a, .mkb-widget-global.elementor-widget-wp-widget-kb_recent_articles_widget ul li a, .mkb-widget-global.elementor-widget-wp-widget-kb_recent_topics_widget ul li a,
      .elementor-widget.mkb_recent_articles_widget ul li a,
      .elementor-widget.mkb_recent_topics_widget ul li a,
      .elementor-widget.elementor-widget-wp-widget-kb_recent_articles_widget ul li a,
      .elementor-widget.elementor-widget-wp-widget-kb_recent_topics_widget ul li a {
        display: inline-block;
        vertical-align: top;
        outline: none;
        line-height: 1.5em; }
  .mkb-widget-global.mkb_content_tree_widget ul, .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget ul,
  .elementor-widget.mkb_content_tree_widget ul,
  .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget ul {
    padding: 0;
    font-size: 1em;
    list-style-type: none;
    margin: 0; }
    .mkb-widget-global.mkb_content_tree_widget ul ul, .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget ul ul,
    .elementor-widget.mkb_content_tree_widget ul ul,
    .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget ul ul {
      overflow: hidden;
      max-height: 0;
      padding-left: 1em; }
    .mkb-widget-global.mkb_content_tree_widget ul li, .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget ul li,
    .elementor-widget.mkb_content_tree_widget ul li,
    .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget ul li {
      padding-left: 0;
      line-height: 1.5em;
      margin: 0;
      list-style-type: none; }
      .mkb-widget-global.mkb_content_tree_widget ul li.mkb-widget-content-tree__article:last-child, .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget ul li.mkb-widget-content-tree__article:last-child,
      .elementor-widget.mkb_content_tree_widget ul li.mkb-widget-content-tree__article:last-child,
      .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget ul li.mkb-widget-content-tree__article:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      .mkb-widget-global.mkb_content_tree_widget ul li.mkb-widget-content-tree__article a, .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget ul li.mkb-widget-content-tree__article a,
      .elementor-widget.mkb_content_tree_widget ul li.mkb-widget-content-tree__article a,
      .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget ul li.mkb-widget-content-tree__article a {
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        display: block;
        position: relative;
        padding-left: 0; }
      .mkb-widget-global.mkb_content_tree_widget ul li.mkb-widget-content-tree__article.mkb-widget-content-tree__article--active, .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget ul li.mkb-widget-content-tree__article.mkb-widget-content-tree__article--active,
      .elementor-widget.mkb_content_tree_widget ul li.mkb-widget-content-tree__article.mkb-widget-content-tree__article--active,
      .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget ul li.mkb-widget-content-tree__article.mkb-widget-content-tree__article--active {
        font-weight: 700;
        color: #333; }
    .mkb-widget-global.mkb_content_tree_widget ul .topic-open > .mkb-widget-content-tree__topic-name > .mkb-widget-content-tree__list-icon, .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget ul .topic-open > .mkb-widget-content-tree__topic-name > .mkb-widget-content-tree__list-icon,
    .elementor-widget.mkb_content_tree_widget ul .topic-open > .mkb-widget-content-tree__topic-name > .mkb-widget-content-tree__list-icon,
    .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget ul .topic-open > .mkb-widget-content-tree__topic-name > .mkb-widget-content-tree__list-icon {
      display: none; }
    .mkb-widget-global.mkb_content_tree_widget ul .topic-open > .mkb-widget-content-tree__topic-name > .mkb-widget-content-tree__list-icon-open, .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget ul .topic-open > .mkb-widget-content-tree__topic-name > .mkb-widget-content-tree__list-icon-open,
    .elementor-widget.mkb_content_tree_widget ul .topic-open > .mkb-widget-content-tree__topic-name > .mkb-widget-content-tree__list-icon-open,
    .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget ul .topic-open > .mkb-widget-content-tree__topic-name > .mkb-widget-content-tree__list-icon-open {
      display: inline-block; }
  .mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__topic-name, .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-name,
  .elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__topic-name,
  .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-name {
    text-decoration: none;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    display: block;
    padding-top: 0.2em;
    padding-bottom: 0.2em; }
  .mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__list-icon,
  .mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__list-icon-open, .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__list-icon,
  .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__list-icon-open,
  .elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__list-icon,
  .elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__list-icon-open,
  .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__list-icon,
  .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__list-icon-open {
    margin-right: 0.3em;
    transition: all 0.12s ease-in; }
  .mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__list-icon-open, .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__list-icon-open,
  .elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__list-icon-open,
  .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__list-icon-open {
    display: none; }
  .mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__topic-count, .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count,
  .elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__topic-count,
  .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count {
    font-size: .8em;
    line-height: 0.9em;
    padding: .3em .5em .3em;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    margin-right: .5em;
    background: #567585;
    color: #fff;
    margin-left: 0.3em;
    background: #ddd;
    color: inherit; }
    .mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:hover, .mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:focus, .mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:visited, .mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:active, .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:hover, .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:focus, .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:visited, .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:active,
    .elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:hover,
    .elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:focus,
    .elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:visited,
    .elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:active,
    .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:hover,
    .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:focus,
    .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:visited,
    .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:active {
      color: #fff; }
    .mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:hover, .mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:focus, .mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:active, .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:hover, .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:focus, .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:active,
    .elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:hover,
    .elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:focus,
    .elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__topic-count:active,
    .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:hover,
    .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:focus,
    .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__topic-count:active {
      color: inherit; }
  .mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__article-title, .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__article-title,
  .elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__article-title,
  .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__article-title {
    position: relative;
    display: inline-block;
    padding-left: 1.7em;
    transition: all 100ms linear; }
    .mkb-widget-content-tree__article--active .mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__article-title, .mkb-widget-content-tree__article--active .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__article-title, .mkb-widget-content-tree__article--active
    .elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__article-title, .mkb-widget-content-tree__article--active
    .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__article-title {
      margin-right: 1.2em;
      text-decoration: underline; }
      .mkb-widget-content-tree__article--active .mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__article-title:after, .mkb-widget-content-tree__article--active .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__article-title:after, .mkb-widget-content-tree__article--active
      .elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__article-title:after, .mkb-widget-content-tree__article--active
      .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__article-title:after {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: limegreen;
        position: absolute;
        right: -1.3em;
        top: 1px;
        bottom: 0;
        margin: auto 0.2em; }
    .mkb-widget-global.mkb_content_tree_widget .mkb-widget-content-tree__article-title:hover, .mkb-widget-global.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__article-title:hover,
    .elementor-widget.mkb_content_tree_widget .mkb-widget-content-tree__article-title:hover,
    .elementor-widget.elementor-widget-wp-widget-kb_content_tree_widget .mkb-widget-content-tree__article-title:hover {
      color: #333; }
  .mkb-widget-global.mkb_search_widget .kb-header,
  .elementor-widget.mkb_search_widget .kb-header {
    padding: 0; }
  .mkb-widget-global.mkb_table_of_contents_widget:empty,
  .elementor-widget.mkb_table_of_contents_widget:empty {
    display: none; }

.mkb_account_widget a:not(.mkb-button) {
  border-bottom: 1px dashed; }

/**
 * Table fo contents
 */
.mkb-anchors-list {
  background: #f7f7f7;
  padding: 1em 1em 1.2em 1.5em;
  margin: 1em 1em 1em 0;
  display: inline-block;
  width: 20em;
  max-width: 100%; }
  .mkb-widget .mkb-anchors-list {
    background: inherit;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0; }
  .widget .mkb-anchors-list {
    max-width: 100%;
    width: 100%; }
  .elementor-widget .mkb-anchors-list {
    max-width: 100%;
    width: 100%;
    background: inherit;
    padding: 0 0 0 0.8em;
    margin: 0; }

.mkb-anchors-list__title {
  margin: 0.3em 0 0.7em;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.5em; }

body:not(.mkb-toc-active) .mkb-toc-title {
  display: none; }

body.elementor-editor-active .mkb-toc-title {
  display: block; }

ul.mkb-anchors-list__container {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.mkb-anchors-list__container ul {
    list-style-type: none;
    padding: 0 0 0 0.7em;
    margin: 0; }
  ul.mkb-anchors-list__container li {
    margin: 0;
    line-height: 1.7em; }
    ul.mkb-anchors-list__container li .mkb-anchors-list__item-link {
      position: relative;
      box-shadow: none;
      border: none; }
      ul.mkb-anchors-list__container li .mkb-anchors-list__item-link.active:before {
        content: '';
        position: absolute;
        width: calc(100% + 20px);
        top: -2px;
        height: calc(100% + 4px);
        left: -10px;
        border-radius: 4px;
        z-index: 0;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.18); }
    ul.mkb-anchors-list__container li .mkb-anchors-list__item-link-label {
      position: relative; }

.mkb-anchor {
  margin: 1em 0;
  position: relative; }
  .mkb-anchor .mkb-anchor__title {
    display: inline-block;
    margin: 0; }
  .mkb-anchor.mkb-back-to-top-under .mkb-anchor__title {
    display: block; }

.mkb-back-to-top {
  font-size: 0.9em;
  line-height: 2.3em;
  vertical-align: middle;
  outline: none !important;
  box-shadow: none; }
  .mkb-anchor .mkb-back-to-top {
    box-shadow: none; }
  .mkb-back-to-top-inline .mkb-back-to-top {
    margin: auto !important;
    position: absolute;
    right: 0;
    height: 1em;
    line-height: 1em;
    top: 0;
    bottom: 0; }
  .mkb-back-to-top-under .mkb-back-to-top {
    display: inline-block;
    clear: both; }
  .mkb-back-to-top .mkb-back-to-top-icon {
    margin-left: 0.3em; }

/**
 * Restricted content
 */
.mkb-article-restricted-excerpt {
  position: relative; }
  .mkb-article-restricted-excerpt--overlayed:after {
    content: '';
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    max-height: 15em;
    min-height: 10em; }

/**
 * Restricted content message box
 */
.mkb-restricted-message {
  position: relative;
  margin: 3em 0 1em;
  padding: 2em 1em;
  background: #fcf8e3;
  border: 2px solid #faebcc;
  color: #333333; }
  .mkb-restricted-message .mkb-restricted-message__icon {
    position: absolute;
    left: 0.2em;
    top: 0;
    bottom: 0;
    width: 2em;
    height: 1em;
    text-align: center;
    font-size: 2em;
    line-height: 1em;
    vertical-align: middle;
    margin: auto;
    color: #8a6d3b; }
  .mkb-restricted-message .mkb-restricted-message__content {
    text-align: left;
    position: relative;
    display: block;
    line-height: 1.5em;
    top: 0;
    margin-left: 4em; }

/**
 * Login form
 */
.mkb-restricted-login.mkb-restricted-login--custom form[name="loginform"] {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  margin-bottom: 2em;
  padding: 2em; }
  .mkb-restricted-login.mkb-restricted-login--custom form[name="loginform"] label {
    margin: 0 0 0.1em;
    display: block; }
  .mkb-restricted-login.mkb-restricted-login--custom form[name="loginform"] input[type="submit"],
  .mkb-restricted-login.mkb-restricted-login--custom form[name="loginform"] .mkb-register-link a {
    width: 100%;
    display: inline-block;
    text-align: center;
    border: 0;
    text-transform: none;
    border-radius: 6px;
    font-weight: 600;
    font-family: inherit;
    line-height: 1.5em;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    padding: 0.7em 1em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22); }
  .mkb-restricted-login.mkb-restricted-login--custom form[name="loginform"] input[type="text"],
  .mkb-restricted-login.mkb-restricted-login--custom form[name="loginform"] input[type="password"] {
    border: none;
    height: 3.8em;
    width: 100%;
    border-radius: 6px;
    font-size: 1.1em;
    padding: 1em 1.5em;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.12); }
  .mkb-restricted-login.mkb-restricted-login--custom form[name="loginform"] p {
    margin-bottom: 1em; }
    .mkb-restricted-login.mkb-restricted-login--custom form[name="loginform"] p.login-submit {
      margin: 0; }
  .mkb-restricted-login.mkb-restricted-login--custom form[name="loginform"] .mkb-login-or {
    color: #bbb;
    text-transform: uppercase;
    margin: 1em 0;
    text-align: center; }

/**
 * FAQ
 */
.mkb-faq-item-hidden,
.mkb-faq-section-hidden {
  display: none; }

.kb-faq {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
  .kb-faq .kb-faq__filter-form {
    position: relative;
    padding: 0;
    margin: 0;
    background: transparent; }
  .kb-faq .kb-faq__count {
    font-size: .6em;
    line-height: .8em;
    padding: .3em .5em;
    display: inline-block;
    vertical-align: middle;
    border-radius: .3em;
    margin-left: .5em; }
  .kb-faq .kb-faq__filter {
    width: 16em;
    max-width: 100%;
    position: relative;
    float: left; }
    .kb-faq .kb-faq__filter input.kb-faq__filter-input {
      background: transparent;
      box-shadow: none;
      border: none;
      width: 100%;
      padding: 0.8em 1.3em;
      height: 50px;
      font-size: 1em; }
    .kb-faq .kb-faq__filter.kb-faq__filter--minerva-theme input.kb-faq__filter-input {
      height: 50px;
      border-radius: 25px;
      border: 1px solid rgba(0, 0, 0, 0.08);
      box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.12); }
    .kb-faq .kb-faq__filter.kb-faq__filter--invisible-theme input.kb-faq__filter-input {
      border-bottom: 2px solid #aaa; }
    .kb-faq .kb-faq__filter .kb-faq__filter-clear,
    .kb-faq .kb-faq__filter .kb-faq__filter-icon {
      color: #888;
      text-decoration: none;
      outline: none;
      position: absolute;
      top: 0;
      right: 14px;
      font-size: 22px;
      bottom: 0;
      margin: auto;
      height: 22px;
      line-height: 1em;
      box-shadow: none; }
    .kb-faq .kb-faq__filter .kb-faq__filter-icon {
      display: none; }
    .kb-faq .kb-faq__filter--empty .kb-faq__filter-clear {
      display: none; }
    .kb-faq .kb-faq__filter--empty .kb-faq__filter-icon {
      display: block; }
  .kb-faq .kb-faq__toggle-all {
    float: right; }
    .kb-faq .kb-faq__toggle-all .kb-faq__toggle-all-link {
      display: inline-block;
      color: inherit;
      outline: none;
      height: 2.5em;
      line-height: 2.5em;
      font-size: 1.3em;
      border-radius: 2.5em;
      padding: 0 0.85em;
      border: 1px solid rgba(0, 0, 0, 0.12);
      box-shadow: none;
      text-decoration: none;
      transition: all 0.15s ease-in; }
      .kb-faq .kb-faq__toggle-all .kb-faq__toggle-all-link--open .kb-faq__toggle-all-label {
        display: none; }
      .kb-faq .kb-faq__toggle-all .kb-faq__toggle-all-link--open .kb-faq__toggle-all-label-open {
        display: inline; }
    .kb-faq .kb-faq__toggle-all .kb-faq__toggle-all-icon {
      margin-right: 0.3em;
      text-decoration: none;
      outline: none;
      font-size: 22px;
      top: 0.06em;
      height: 22px;
      position: relative;
      line-height: 1em; }
    .kb-faq .kb-faq__toggle-all .kb-faq__toggle-all-label-open {
      display: none; }
  .kb-faq .kb-faq__category-title {
    font-weight: 600;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    font-size: 1.5em;
    line-height: 1.3em; }
  .kb-faq .kb-faq__questions ul.kb-faq__questions-list {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .kb-faq .kb-faq__questions ul.kb-faq__questions-list li.kb-faq__questions-list-item {
      position: relative;
      padding: 0;
      margin: 0 0 0.3em; }
      .kb-faq .kb-faq__questions ul.kb-faq__questions-list li.kb-faq__questions-list-item a {
        text-decoration: none; }
    .kb-faq .kb-faq__questions ul.kb-faq__questions-list--with-shadow li.kb-faq__questions-list-item {
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12); }
  .kb-faq .kb-faq__questions .kb-faq__question-toggle-icon,
  .kb-faq .kb-faq__questions .kb-faq__question-toggle-icon-open {
    position: absolute;
    left: 0.6em;
    top: 0;
    bottom: 0;
    height: 1em;
    margin: auto; }
  .kb-faq .kb-faq__questions .kb-faq__questions-list-item--change .kb-faq__question-toggle-icon-open {
    display: none; }
  .kb-faq .kb-faq__questions .kb-faq__questions-list-item--change.kb-faq__questions-list-item--open .kb-faq__question-toggle-icon-open {
    display: inline-block; }
  .kb-faq .kb-faq__questions .kb-faq__questions-list-item--change.kb-faq__questions-list-item--open .kb-faq__question-toggle-icon {
    display: none; }
  .kb-faq .kb-faq__questions .kb-faq__questions-list-item--rotate .kb-faq__question-toggle-icon {
    transition: transform 0.15s ease-in; }
  .kb-faq .kb-faq__questions .kb-faq__questions-list-item--rotate.kb-faq__questions-list-item--open .kb-faq__question-toggle-icon {
    transform: rotate(90deg); }
  .kb-faq .kb-faq__questions .kb-faq__question-title {
    position: relative;
    padding: 0.1em 0.6em 0.1em 2em;
    display: block;
    font-size: 1.5em;
    line-height: 1.7em;
    transition: all 0.15s ease-in; }
  .kb-faq .kb-faq__questions .kb-faq__answer {
    overflow: hidden; }
    .kb-faq .kb-faq__questions .kb-faq__answer .kb-faq__answer-content {
      padding: 1em; }
    .kb-faq .kb-faq__questions .kb-faq__answer p:last-child {
      margin-bottom: 0; }
  .kb-faq .kb-faq__questions .kb-faq__questions-list-item:not(.kb-faq__questions-list-item--open) .kb-faq__answer {
    max-height: 0; }
  .kb-faq .kb-faq__no-results {
    text-align: center;
    padding: 1em;
    font-size: 1.2em; }

@media (max-width: 640px) {
  .kb-faq .mkb-section-title h3 {
    font-size: 2em !important; }
  .kb-faq .kb-faq__filter,
  .kb-faq .kb-faq__toggle-all {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 1em;
    text-align: right; }
  .kb-faq .kb-faq__questions .kb-faq__question-title {
    font-size: 1.2em;
    line-height: 1.2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .kb-faq .kb-faq__questions ul.kb-faq__questions-list li.kb-faq__questions-list-item {
    margin-bottom: 0.8em; } }

#mkb-client-editor {
  min-height: 18em; }
  #mkb-client-editor a {
    box-shadow: none; }
  #mkb-client-editor.ql-bubble {
    border: 1px solid rgba(0, 0, 0, 0.12); }

.mkb-client-submission__heading {
  font-size: 1.6em;
  font-weight: 600;
  margin: 0.3em 0 0.2em; }

.mkb-client-submission__subheading {
  color: #aaa;
  margin-bottom: 1.5em; }

.mkb-client-submission-send {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  padding: 0.6em 1em;
  margin: 1em 0;
  border-radius: 6px;
  opacity: 1;
  transition: opacity 0.1s ease-in; }
  .mkb-client-submission-send[disabled], .mkb-client-submission-send.mkb-disabled {
    opacity: 0.5;
    cursor: default; }

.mkb-client-submission {
  padding: 2em;
  margin: 1em auto;
  max-width: 50em;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.12); }
  .mkb-client-submission .mkb-real-human-answer {
    display: inline-block;
    vertical-align: middle;
    width: 5em;
    margin-left: 0.5em; }
  .elementor-widget-container .mkb-client-submission {
    margin: 0 auto; }

.mkb-floating-helper-wrap {
  font-size: 15px;
  position: fixed;
  z-index: 9999;
  bottom: 2em;
  width: 0;
  height: 0;
  overflow: visible; }
  .mkb-floating-helper-wrap.helper-position-btm_right {
    right: 2em; }
  .mkb-floating-helper-wrap.helper-position-btm_left {
    left: 2em; }

.mkb-floating-helper-btn {
  position: absolute;
  width: 120px;
  height: 120px;
  bottom: 0;
  right: 0;
  display: inline-block;
  text-align: center;
  background: cornflowerblue;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: -1px -1px 38px rgba(0, 0, 0, 0.22);
  transform: scale(0.6) translateY(300%) translateX(0.5em) rotate(-90deg);
  transition: transform 0.3s ease-in; }
  .helper-position-btm_left .mkb-floating-helper-btn {
    left: 0;
    right: auto;
    transform: scale(0.6) translateY(300%) translateX(-0.5em) rotate(90deg); }
  .mkb-floating-helper-wrap--open .mkb-floating-helper-btn {
    display: none; }
  .mkb-floating-helper-wrap--ready .mkb-floating-helper-btn,
  .mkb-floating-helper-wrap--ready.helper-position-btm_left .mkb-floating-helper-btn {
    transform: scale(1) translateY(0) translateX(0) rotate(0); }
  .mkb-floating-helper-btn .mkb-floating-helper-btn-icon {
    font-size: 60px;
    height: 60px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.mkb-floating-helper-content {
  position: absolute;
  min-height: 0;
  bottom: 0;
  right: 0;
  background: #4a90e2;
  color: #fff;
  border-radius: 6px 6px 0 0;
  padding: 1em 0 0;
  width: 36em;
  max-width: calc(100vw - 4rem);
  transform: translateY(300%);
  transition: transform 0.2s ease-in;
  box-shadow: -1px -1px 38px rgba(0, 0, 0, 0.22); }
  .helper-position-btm_left .mkb-floating-helper-content {
    left: 0;
    right: auto; }
  .mkb-floating-helper-wrap--open .mkb-floating-helper-content {
    transform: translateY(0); }
  .mkb-floating-helper-content .kb-header {
    margin-bottom: 0;
    padding: 0; }
    .mkb-floating-helper-content .kb-header .kb-search__form {
      max-height: calc(43px + 20em); }
    .mkb-floating-helper-content .kb-header .kb-search__input-wrap {
      height: 45px;
      overflow: visible;
      margin: 0; }
      .mkb-floating-helper-content .kb-header .kb-search__input-wrap .kb-search__input {
        box-shadow: none;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.12);
        border-width: 0 0 1px 0; }
      .mkb-floating-helper-content .kb-header .kb-search__input-wrap.kb-search__input-wrap--has-results {
        height: auto; }
        .mkb-floating-helper-content .kb-header .kb-search__input-wrap.kb-search__input-wrap--has-results .kb-search__results-summary {
          top: 45px;
          transform: translateY(-100%); }
        .mkb-floating-helper-content .kb-header .kb-search__input-wrap.kb-search__input-wrap--has-results .kb-search__icon,
        .mkb-floating-helper-content .kb-header .kb-search__input-wrap.kb-search__input-wrap--has-results .kb-search__clear-icon {
          top: 8px;
          bottom: auto; }
    .mkb-floating-helper-content .kb-header .kb-search__results {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
      max-height: 20em;
      box-shadow: none;
      border: none; }
      .mkb-floating-helper-content .kb-header .kb-search__results ul {
        border-left: none; }
        .mkb-floating-helper-content .kb-header .kb-search__results ul li:first-child {
          border-top: none; }
    .mkb-floating-helper-content .kb-header .kb-search__tip {
      display: none; }
  .mkb-floating-helper-content .mkb-floating-helper-label {
    margin: 0 0 .8em;
    padding: 0 1em; }
  .mkb-floating-helper-content .mkb-floating-helper-close {
    position: absolute;
    right: .7em;
    top: .7em;
    cursor: pointer;
    font-size: 1.4em;
    width: 1.2em;
    text-align: center;
    line-height: 1.2em; }

.mkb-glossary-term {
  position: relative;
  border-bottom: 2px dotted #505050;
  background: rgba(106, 219, 255, 0.47);
  color: #000;
  cursor: help; }
  .mkb-desktop .mkb-glossary-term {
    white-space: nowrap; }
  .mkb-glossary-term .mkb-glossary-term {
    background: transparent !important;
    color: inherit !important;
    border-bottom: none !important; }
    .mkb-glossary-term .mkb-glossary-term .mkb-glossary-tooltip {
      display: none; }

.mkb-glossary-tooltip {
  position: absolute;
  top: 2.3em;
  left: 50%;
  transform: translateX(-50%) translateY(3px);
  z-index: 999;
  width: 20em;
  background: #fff;
  box-shadow: 0 7px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.1s ease-out;
  white-space: normal; }
  .mkb-mobile .mkb-glossary-tooltip {
    position: fixed;
    top: 1em;
    left: 1em;
    bottom: 1em;
    transform: none;
    width: calc(100% - 2em);
    overflow: hidden;
    z-index: 99999;
    box-shadow: 0 0 4em rgba(0, 0, 0, 0.9); }
  .mkb-glossary-tooltip.state--animated {
    transform: translateX(-50%) translateY(0); }
    .mkb-mobile .mkb-glossary-tooltip.state--animated {
      transform: none; }
  .mkb-glossary-tooltip.mkb-glossary-tooltip--left {
    left: 0;
    transform: none; }
    .mkb-glossary-tooltip.mkb-glossary-tooltip--left:before {
      right: auto;
      left: 1em; }
  .mkb-glossary-tooltip.mkb-glossary-tooltip--right {
    right: 0;
    left: auto;
    transform: none; }
    .mkb-glossary-tooltip.mkb-glossary-tooltip--right:before {
      left: auto;
      right: 1em; }
  .mkb-glossary-tooltip:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: inherit;
    left: 0;
    right: 0;
    top: -10px;
    margin: 0 auto;
    transform: rotate(45deg);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.18); }
    .mkb-mobile .mkb-glossary-tooltip:before {
      display: none; }
  .mkb-glossary-tooltip:after {
    content: '';
    background: transparent;
    width: 100%;
    height: 20px;
    top: -20px;
    position: absolute; }
    .mkb-mobile .mkb-glossary-tooltip:after {
      display: none; }
  .mkb-glossary-tooltip .mkb-glossary-tooltip-close {
    position: absolute;
    top: 0.5em;
    right: 1em;
    z-index: 3;
    color: #888; }
    .mkb-glossary-tooltip .mkb-glossary-tooltip-close i.fa,
    .mkb-glossary-tooltip .mkb-glossary-tooltip-close i.fas,
    .mkb-glossary-tooltip .mkb-glossary-tooltip-close i.fab,
    .mkb-glossary-tooltip .mkb-glossary-tooltip-close i.far {
      color: #888; }
  .mkb-glossary-tooltip .mkb-glossary-tooltip-inner {
    background: inherit;
    padding: 1.5em 1.5em;
    font-size: 14px;
    color: #555;
    position: relative;
    z-index: 2;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4em; }
    .mkb-mobile .mkb-glossary-tooltip .mkb-glossary-tooltip-inner {
      max-height: 100%;
      overflow: auto; }
    .mkb-glossary-tooltip .mkb-glossary-tooltip-inner .mkb-glossary-tooltip__featured {
      margin-bottom: 1em; }
    .mkb-glossary-tooltip .mkb-glossary-tooltip-inner .mkb-glossary-tooltip__title {
      color: #000;
      font-size: 1.3em;
      font-weight: 700;
      margin-bottom: .5em; }
    .mkb-glossary-tooltip .mkb-glossary-tooltip-inner .mkb-glossary-tooltip__content {
      text-align: left; }
      .mkb-glossary-tooltip .mkb-glossary-tooltip-inner .mkb-glossary-tooltip__content strong {
        font-weight: 700;
        color: #000; }
    .mkb-glossary-tooltip .mkb-glossary-tooltip-inner p {
      line-height: inherit;
      margin-bottom: .5em; }
      .mkb-glossary-tooltip .mkb-glossary-tooltip-inner p:last-child {
        margin-bottom: 0; }
  .mkb-glossary-tooltip .mkb-glossary-loader {
    text-align: center;
    margin: .5em auto; }

/**
 * Glossary List
 */
.mkb-glossary-list-toc {
  list-style-type: none;
  margin: 0;
  padding: 0;
  outline: none;
  background: #f5f5f5;
  margin-bottom: 2em; }
  .mkb-glossary-list-toc li {
    display: inline-block;
    vertical-align: middle; }
    .mkb-glossary-list-toc li a {
      text-decoration: none;
      display: block;
      font-size: 1.35em;
      line-height: 1em;
      border: none;
      box-shadow: none;
      outline: none;
      padding: 0.3em 0.5em;
      transition: all 0.1s ease-in; }
      .mkb-glossary-list-toc li a:hover {
        background: #e9e9e9; }

.mkb-glossary-letter-group {
  position: relative;
  padding-left: 5em;
  margin-bottom: 2em;
  padding-top: 2rem;
  border-top: 2px solid rgba(0, 0, 0, 0.12); }
  .mkb-glossary-letter-group h2 {
    position: absolute;
    top: 2rem;
    left: 0;
    line-height: 1;
    font-size: 3em;
    outline: none; }
  .mkb-glossary-letter-group .mkb-glossary-term-entry {
    margin-bottom: 2em; }
    .mkb-glossary-letter-group .mkb-glossary-term-entry h3 {
      font-size: 1.1em;
      font-weight: 700;
      margin-bottom: 0.4em; }
    .mkb-glossary-letter-group .mkb-glossary-term-entry p {
      margin-bottom: .7em;
      line-height: 1.4em;
      color: #555; }

@media (max-width: 480px) {
  .mkb-glossary-letter-group {
    padding-left: 0;
    padding-top: 5em; }
    .mkb-glossary-letter-group h2 {
      top: 0.5em;
      left: 0;
      font-size: 2em; } }

/**
 * Ticket template
 */
.mkb-ticket-status,
.mkb-ticket-type,
.mkb-ticket-priority,
.mkb-ticket-department,
.mkb-ticket-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 0.5em;
  background: #00a0d2;
  font-size: 12px;
  color: white;
  line-height: 1.7em;
  font-weight: 600;
  padding: 0.12em 0.6em;
  border-radius: 0.38em;
  text-decoration: none;
  box-shadow: none; }
  .mkb-ticket-status:empty,
  .mkb-ticket-type:empty,
  .mkb-ticket-priority:empty,
  .mkb-ticket-department:empty,
  .mkb-ticket-label:empty {
    display: none; }

.mkb-ticket-status-badge,
.mkb-ticket-type-badge,
.mkb-unread-replies-count-badge {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  vertical-align: middle;
  font-size: 11px;
  color: white;
  line-height: 1.7em;
  font-weight: 600;
  padding: 0.12em 0.6em;
  border-radius: 0.38em;
  text-decoration: none;
  box-shadow: none; }

.mkb-ticket-status.mkb-ticket-status--open {
  background: #2cbe4e;
  color: #fff; }

.mkb-ticket-status.mkb-ticket-status--closed {
  background: #d73a49;
  color: #fff; }

.mkb-ticket-status.mkb-ticket-status--in-progress {
  background: #00a0d2;
  color: #fff; }

.mkb-ticket-status.mkb-ticket-status--on-hold {
  background: #ca4a1f;
  color: #fff; }

.mkb-ticket-type.mkb-ticket-type--bug {
  background: firebrick; }

.mkb-ticket-type.mkb-ticket-type--question {
  background: #00a0d2; }

.mkb-ticket-type.mkb-ticket-type--feature-request {
  background: palevioletred; }

.mkb-ticket-priority.mkb-ticket-priority--medium {
  background: orange; }

.mkb-unread-replies-count-badge {
  background: limegreen;
  color: #fff; }

.mkb-create-ticket-link-section {
  margin: 2em 0; }

.mkb-ticket-reply-content {
  min-height: 20em; }

/**
 * Forms
 */
.mkb-create-ticket-form,
.mkb-reply-to-ticket-form,
.mkb-reopen-ticket-form,
.mkb-provide-ticket-credentials-form,
.mkb-create-support-account-form,
.mkb-support-account-login-form {
  max-width: 100%; }
  .mkb-create-ticket-form .mkb-editor-container,
  .mkb-reply-to-ticket-form .mkb-editor-container,
  .mkb-reopen-ticket-form .mkb-editor-container,
  .mkb-provide-ticket-credentials-form .mkb-editor-container,
  .mkb-create-support-account-form .mkb-editor-container,
  .mkb-support-account-login-form .mkb-editor-container {
    display: block; }
  .mkb-create-ticket-form .ql-editor,
  .mkb-reply-to-ticket-form .ql-editor,
  .mkb-reopen-ticket-form .ql-editor,
  .mkb-provide-ticket-credentials-form .ql-editor,
  .mkb-create-support-account-form .ql-editor,
  .mkb-support-account-login-form .ql-editor {
    min-height: 15em; }
    .mkb-mobile .mkb-create-ticket-form .ql-editor, .mkb-mobile
    .mkb-reply-to-ticket-form .ql-editor, .mkb-mobile
    .mkb-reopen-ticket-form .ql-editor, .mkb-mobile
    .mkb-provide-ticket-credentials-form .ql-editor, .mkb-mobile
    .mkb-create-support-account-form .ql-editor, .mkb-mobile
    .mkb-support-account-login-form .ql-editor {
      font-size: 16px; }
  .mkb-create-ticket-form .ql-editor.ql-blank::before,
  .mkb-reply-to-ticket-form .ql-editor.ql-blank::before,
  .mkb-reopen-ticket-form .ql-editor.ql-blank::before,
  .mkb-provide-ticket-credentials-form .ql-editor.ql-blank::before,
  .mkb-create-support-account-form .ql-editor.ql-blank::before,
  .mkb-support-account-login-form .ql-editor.ql-blank::before {
    color: rgba(0, 0, 0, 0.4); }
  .mkb-create-ticket-form .ql-container,
  .mkb-reply-to-ticket-form .ql-container,
  .mkb-reopen-ticket-form .ql-container,
  .mkb-provide-ticket-credentials-form .ql-container,
  .mkb-create-support-account-form .ql-container,
  .mkb-support-account-login-form .ql-container {
    font-size: 1em;
    font-family: inherit; }
    .mkb-create-ticket-form .ql-container.ql-disabled,
    .mkb-reply-to-ticket-form .ql-container.ql-disabled,
    .mkb-reopen-ticket-form .ql-container.ql-disabled,
    .mkb-provide-ticket-credentials-form .ql-container.ql-disabled,
    .mkb-create-support-account-form .ql-container.ql-disabled,
    .mkb-support-account-login-form .ql-container.ql-disabled {
      background: #f7f7f7; }
  .mkb-create-ticket-form p,
  .mkb-reply-to-ticket-form p,
  .mkb-reopen-ticket-form p,
  .mkb-provide-ticket-credentials-form p,
  .mkb-create-support-account-form p,
  .mkb-support-account-login-form p {
    margin-bottom: 1em; }
  .mkb-create-ticket-form label,
  .mkb-reply-to-ticket-form label,
  .mkb-reopen-ticket-form label,
  .mkb-provide-ticket-credentials-form label,
  .mkb-create-support-account-form label,
  .mkb-support-account-login-form label {
    display: block;
    margin-bottom: 0.3em; }
  .mkb-create-ticket-form input[type="checkbox"] + label,
  .mkb-reply-to-ticket-form input[type="checkbox"] + label,
  .mkb-reopen-ticket-form input[type="checkbox"] + label,
  .mkb-provide-ticket-credentials-form input[type="checkbox"] + label,
  .mkb-create-support-account-form input[type="checkbox"] + label,
  .mkb-support-account-login-form input[type="checkbox"] + label {
    display: inline;
    vertical-align: middle;
    margin-bottom: 0; }
  .mkb-create-ticket-form input[type="text"],
  .mkb-create-ticket-form input[type="password"],
  .mkb-create-ticket-form input[type="email"],
  .mkb-create-ticket-form textarea,
  .mkb-reply-to-ticket-form input[type="text"],
  .mkb-reply-to-ticket-form input[type="password"],
  .mkb-reply-to-ticket-form input[type="email"],
  .mkb-reply-to-ticket-form textarea,
  .mkb-reopen-ticket-form input[type="text"],
  .mkb-reopen-ticket-form input[type="password"],
  .mkb-reopen-ticket-form input[type="email"],
  .mkb-reopen-ticket-form textarea,
  .mkb-provide-ticket-credentials-form input[type="text"],
  .mkb-provide-ticket-credentials-form input[type="password"],
  .mkb-provide-ticket-credentials-form input[type="email"],
  .mkb-provide-ticket-credentials-form textarea,
  .mkb-create-support-account-form input[type="text"],
  .mkb-create-support-account-form input[type="password"],
  .mkb-create-support-account-form input[type="email"],
  .mkb-create-support-account-form textarea,
  .mkb-support-account-login-form input[type="text"],
  .mkb-support-account-login-form input[type="password"],
  .mkb-support-account-login-form input[type="email"],
  .mkb-support-account-login-form textarea {
    width: 100%;
    font-size: 1em;
    padding: 0.5em 0.8em;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 0;
    box-shadow: none !important; }
    .mkb-mobile .mkb-create-ticket-form input[type="text"], .mkb-mobile
    .mkb-create-ticket-form input[type="password"], .mkb-mobile
    .mkb-create-ticket-form input[type="email"], .mkb-mobile
    .mkb-create-ticket-form textarea, .mkb-mobile
    .mkb-reply-to-ticket-form input[type="text"], .mkb-mobile
    .mkb-reply-to-ticket-form input[type="password"], .mkb-mobile
    .mkb-reply-to-ticket-form input[type="email"], .mkb-mobile
    .mkb-reply-to-ticket-form textarea, .mkb-mobile
    .mkb-reopen-ticket-form input[type="text"], .mkb-mobile
    .mkb-reopen-ticket-form input[type="password"], .mkb-mobile
    .mkb-reopen-ticket-form input[type="email"], .mkb-mobile
    .mkb-reopen-ticket-form textarea, .mkb-mobile
    .mkb-provide-ticket-credentials-form input[type="text"], .mkb-mobile
    .mkb-provide-ticket-credentials-form input[type="password"], .mkb-mobile
    .mkb-provide-ticket-credentials-form input[type="email"], .mkb-mobile
    .mkb-provide-ticket-credentials-form textarea, .mkb-mobile
    .mkb-create-support-account-form input[type="text"], .mkb-mobile
    .mkb-create-support-account-form input[type="password"], .mkb-mobile
    .mkb-create-support-account-form input[type="email"], .mkb-mobile
    .mkb-create-support-account-form textarea, .mkb-mobile
    .mkb-support-account-login-form input[type="text"], .mkb-mobile
    .mkb-support-account-login-form input[type="password"], .mkb-mobile
    .mkb-support-account-login-form input[type="email"], .mkb-mobile
    .mkb-support-account-login-form textarea {
      -webkit-appearance: none;
      font-size: 16px; }
  .mkb-create-ticket-form input[type="text"],
  .mkb-create-ticket-form input[type="password"],
  .mkb-create-ticket-form input[type="email"],
  .mkb-reply-to-ticket-form input[type="text"],
  .mkb-reply-to-ticket-form input[type="password"],
  .mkb-reply-to-ticket-form input[type="email"],
  .mkb-reopen-ticket-form input[type="text"],
  .mkb-reopen-ticket-form input[type="password"],
  .mkb-reopen-ticket-form input[type="email"],
  .mkb-provide-ticket-credentials-form input[type="text"],
  .mkb-provide-ticket-credentials-form input[type="password"],
  .mkb-provide-ticket-credentials-form input[type="email"],
  .mkb-create-support-account-form input[type="text"],
  .mkb-create-support-account-form input[type="password"],
  .mkb-create-support-account-form input[type="email"],
  .mkb-support-account-login-form input[type="text"],
  .mkb-support-account-login-form input[type="password"],
  .mkb-support-account-login-form input[type="email"] {
    height: 2.8em; }
  .mkb-create-ticket-form select,
  .mkb-reply-to-ticket-form select,
  .mkb-reopen-ticket-form select,
  .mkb-provide-ticket-credentials-form select,
  .mkb-create-support-account-form select,
  .mkb-support-account-login-form select {
    font-size: 1.2em; }
  .mkb-create-ticket-form .mkb-button,
  .mkb-create-ticket-form input[type="submit"],
  .mkb-create-ticket-form input[type="submit"]:hover,
  .mkb-reply-to-ticket-form .mkb-button,
  .mkb-reply-to-ticket-form input[type="submit"],
  .mkb-reply-to-ticket-form input[type="submit"]:hover,
  .mkb-reopen-ticket-form .mkb-button,
  .mkb-reopen-ticket-form input[type="submit"],
  .mkb-reopen-ticket-form input[type="submit"]:hover,
  .mkb-provide-ticket-credentials-form .mkb-button,
  .mkb-provide-ticket-credentials-form input[type="submit"],
  .mkb-provide-ticket-credentials-form input[type="submit"]:hover,
  .mkb-create-support-account-form .mkb-button,
  .mkb-create-support-account-form input[type="submit"],
  .mkb-create-support-account-form input[type="submit"]:hover,
  .mkb-support-account-login-form .mkb-button,
  .mkb-support-account-login-form input[type="submit"],
  .mkb-support-account-login-form input[type="submit"]:hover {
    background: #29abe2;
    color: white;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1;
    font-family: inherit;
    padding: .7em 1.6em;
    border-radius: 4px;
    border: 2px solid #29abe2;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    -webkit-appearance: none; }
  .mkb-create-ticket-form .mkb-button--small,
  .mkb-reply-to-ticket-form .mkb-button--small,
  .mkb-reopen-ticket-form .mkb-button--small,
  .mkb-provide-ticket-credentials-form .mkb-button--small,
  .mkb-create-support-account-form .mkb-button--small,
  .mkb-support-account-login-form .mkb-button--small {
    font-size: 1em;
    padding: .6em 1.2em; }
  .mkb-create-ticket-form .mkb-button--secondary,
  .mkb-reply-to-ticket-form .mkb-button--secondary,
  .mkb-reopen-ticket-form .mkb-button--secondary,
  .mkb-provide-ticket-credentials-form .mkb-button--secondary,
  .mkb-create-support-account-form .mkb-button--secondary,
  .mkb-support-account-login-form .mkb-button--secondary {
    background: transparent;
    color: #29abe2; }
  .mkb-create-ticket-form .mkb-ticket-attach-files-button,
  .mkb-reply-to-ticket-form .mkb-ticket-attach-files-button,
  .mkb-reopen-ticket-form .mkb-ticket-attach-files-button,
  .mkb-provide-ticket-credentials-form .mkb-ticket-attach-files-button,
  .mkb-create-support-account-form .mkb-ticket-attach-files-button,
  .mkb-support-account-login-form .mkb-ticket-attach-files-button {
    margin-left: 0.6em; }
  .mkb-create-ticket-form .mkb-button--danger,
  .mkb-reply-to-ticket-form .mkb-button--danger,
  .mkb-reopen-ticket-form .mkb-button--danger,
  .mkb-provide-ticket-credentials-form .mkb-button--danger,
  .mkb-create-support-account-form .mkb-button--danger,
  .mkb-support-account-login-form .mkb-button--danger {
    background: #C85C5E; }

.mkb-login-and-register-form {
  margin-bottom: 3em; }

.mkb-ticket-credentials-container {
  max-width: 32em;
  margin-top: 5em; }

.mkb-provide-ticket-credentials-form textarea {
  padding: 1em 1.2em;
  max-width: 100%;
  vertical-align: top;
  line-height: 1.5em;
  display: none; }

.mkb-provide-ticket-credentials-form input[type="submit"] {
  display: none; }

.mkb-provide-ticket-credentials-form .mkb-credentials-hide {
  display: none; }

.mkb-provide-ticket-credentials-form:not(.state--open) .mkb-form-messages {
  display: none; }

.mkb-provide-ticket-credentials-form.state--open textarea {
  display: block; }

.mkb-provide-ticket-credentials-form.state--open input[type="submit"] {
  display: inline-block; }

.mkb-provide-ticket-credentials-form.state--open .mkb-credentials-hide {
  display: inline-block; }

.mkb-provide-ticket-credentials-form.state--open .mkb-credentials-show {
  display: none; }

.mkb-provide-ticket-credentials-form .mkb-button,
.mkb-provide-ticket-credentials-form input[type="submit"],
.mkb-provide-ticket-credentials-form input[type="submit"]:hover {
  margin-bottom: 0.5em;
  margin-right: 0.35em;
  font-size: 1em;
  padding: .6em 1.2em;
  vertical-align: top; }

.mkb-ticket-credentials-bottom-message {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #888;
  display: none; }
  .mkb-provide-ticket-credentials-form.state--open .mkb-ticket-credentials-bottom-message {
    display: block; }

.mkb-delete-ticket-credentials {
  display: none; }
  .mkb-provide-ticket-credentials-form.state--open .mkb-delete-ticket-credentials {
    display: inline-block; }
  .mkb-mobile .mkb-delete-ticket-credentials {
    margin-left: 0;
    margin-top: 1.5em; }

.mkb-mobile .mkb-provide-ticket-credentials-form.state--open .mkb-delete-ticket-credentials {
  display: inline-block; }

.mkb-ticket-reply-content {
  margin-bottom: 1.5em; }

/**
 * TODO: wrap in parent classes to avoid conflicts
 */
/**
 * Toolbar icons
 */
.mkb-create-ticket-form .ql-preview,
.mkb-create-ticket-form .ql-upload,
.mkb-reply-to-ticket-form .ql-preview,
.mkb-reply-to-ticket-form .ql-upload {
  outline: none;
  margin-right: 0.3em;
  color: inherit; }
  .mkb-create-ticket-form .ql-preview:after,
  .mkb-create-ticket-form .ql-upload:after,
  .mkb-reply-to-ticket-form .ql-preview:after,
  .mkb-reply-to-ticket-form .ql-upload:after {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .mkb-fa5 .mkb-create-ticket-form .ql-preview:after, .mkb-fa5
    .mkb-create-ticket-form .ql-upload:after, .mkb-fa5
    .mkb-reply-to-ticket-form .ql-preview:after, .mkb-fa5
    .mkb-reply-to-ticket-form .ql-upload:after {
      font-family: 'Font Awesome 5 Free'; }
  .mkb-create-ticket-form .ql-preview.state--on,
  .mkb-create-ticket-form .ql-upload.state--on,
  .mkb-reply-to-ticket-form .ql-preview.state--on,
  .mkb-reply-to-ticket-form .ql-upload.state--on {
    background: #f7f7f7 !important;
    color: #06c;
    box-shadow: inset -1px 1px 5px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    border: 1px solid #ccc !important; }

.mkb-create-ticket-form .ql-preview:after,
.mkb-reply-to-ticket-form .ql-preview:after {
  content: "\f06e"; }

.mkb-create-ticket-form .ql-upload:after,
.mkb-reply-to-ticket-form .ql-upload:after {
  content: "\f0ee"; }
  .mkb-fa5 .mkb-create-ticket-form .ql-upload:after, .mkb-fa5
  .mkb-reply-to-ticket-form .ql-upload:after {
    font-weight: 900;
    content: "\f382"; }

.mkb-create-ticket-form .mkb-ticket-content-store,
.mkb-reply-to-ticket-form .mkb-ticket-content-store {
  display: none; }

/**
 * File uploads
 */
.mkb-ticket-attachments-section {
  display: none; }
  .mkb-ticket-attachments-section.state--visible {
    display: block; }

.mkb-attachment-upload-preview-item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0.5em 0.3em;
  max-width: 30%;
  height: 9em;
  background: #f0f0f0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.12); }
  .mkb-attachment-upload-preview-item .mkb-attachment-preview-remove {
    position: absolute;
    display: block;
    text-decoration: none;
    border: none;
    box-shadow: none;
    top: 0;
    right: 0;
    background: #fff;
    color: red;
    font-size: 2em;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.3em; }
  .mkb-attachment-upload-preview-item.type--file {
    width: 12em; }
    .mkb-attachment-upload-preview-item.type--file span {
      display: inline-block;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      color: #333;
      font-weight: 500;
      font-size: 0.9em;
      max-width: 80%;
      word-break: break-word; }
  .mkb-attachment-upload-preview-item.type--image img {
    max-width: 100%;
    height: 100%; }

.mkb-ticket-attachments-drop-errors {
  margin: .5em auto;
  color: #a00; }

.mkb-file-upload-drop-area {
  border: 2px dashed #aaa;
  background: #fff;
  color: #888;
  width: 100%;
  margin: 1.2em 0;
  padding: 2em 1em;
  text-align: center;
  transition: all 0.1s linear; }
  .mkb-file-upload-drop-area.mkb-drop-highlight {
    border: 2px dashed #29abe2;
    background: rgba(41, 171, 226, 0.07); }
  .mkb-file-upload-drop-area .mkb-user-upload-btn {
    display: inline-block;
    cursor: pointer;
    margin-right: 0.5em; }
  .mkb-file-upload-drop-area .mkb-ticket-attachments-clear {
    text-decoration: none;
    color: #a00;
    border-bottom: 1px dashed;
    margin-left: 0.5em;
    line-height: 1em; }
  .mkb-file-upload-drop-area .mkb-ticket-attachments-bg-icon {
    color: #dedede; }

.mkb-file-upload-preview {
  margin-top: 10px; }

.mkb-file-upload-btn {
  display: none !important; }

.mkb-human-readable-time {
  border-bottom: 1px dashed;
  cursor: help; }

/**
 * Form columns
 */
.mkb-form-columns {
  display: flex;
  justify-content: space-between; }
  .mkb-form-columns.mkb-form-columns__2col .mkb-form-column {
    width: 48%; }

@media (max-width: 640px) {
  .mkb-form-columns {
    display: block; }
    .mkb-form-columns.mkb-form-columns__2col .mkb-form-column {
      display: block;
      width: 100%;
      margin-bottom: 1.5em; } }

/**
 * Create ticket response message
 */
.mkb-form-server-response {
  text-align: center;
  padding: 2em; }
  .mkb-form-server-response.status--success {
    border: 2px solid #2ab77b;
    background: #e8f9f2; }
  .mkb-form-server-response .mkb-create-ticket-response__icon {
    margin: .5em auto 1.5em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background: #2ab77b;
    color: #fff;
    font-size: 1.2em;
    line-height: 3em; }
  .mkb-form-server-response .mkb-create-ticket-response__heading {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 0.8em;
    line-height: 1.3em; }
  .mkb-form-server-response .mkb-create-ticket-response__top-message {
    line-height: 1.5em;
    margin-bottom: 1.7em; }
  .mkb-form-server-response .mkb-create-ticket-response__link-wrap a {
    font-size: 1.2em;
    border-bottom: 1px dashed; }
  .mkb-form-server-response .mkb-create-ticket-response__bottom-message {
    /* for future use */ }

/**
 * Ticket content
 */
.mkb-page-title .mkb-ticket-status {
  line-height: 1em;
  vertical-align: middle;
  margin-bottom: 0.4em;
  margin-right: 0.7em;
  font-size: 12.8px;
  padding: 0.4em 0.7em;
  margin-left: 0;
  font-weight: 400;
  border-radius: 3px; }
  .mkb-page-title .mkb-ticket-status i {
    margin-right: 0.2em; }
  .mkb-mobile .mkb-page-title .mkb-ticket-status {
    margin-bottom: 0.3em; }

.mkb-original-message-label {
  display: block;
  color: #000;
  font-weight: 600;
  margin-bottom: 0.7em; }

.mkb-ticket-meta {
  background: #f7f7f7;
  padding: 1em;
  font-size: 0.9em;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-top: none; }

.mkb-content-main--ticket .mkb-page-title {
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: .35em; }
  .mkb-mobile .mkb-content-main--ticket .mkb-page-title {
    font-size: 1.5em; }

.mkb-content-main--ticket h3 {
  margin-bottom: .6em; }

.mkb-ticket-content {
  margin: 0.3em 0 3em; }
  .mkb-ticket-content .mkb-ticket-reply__attachments-container {
    margin-top: 1.2em; }
    .mkb-ticket-content .mkb-ticket-reply__attachments-container:empty {
      margin-top: 0; }
    .mkb-ticket-content .mkb-ticket-reply__attachments-container .mkb-attachments {
      margin-bottom: 0; }

.mkb-ticket-reply__content p {
  margin-top: 0; }

.mkb-ticket-content__text {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 1em 1.5em; }
  .mkb-ticket-content__text em {
    font-style: italic; }
  .mkb-ticket-content__text p {
    margin: 0 0 1em 0; }
    .mkb-ticket-content__text p:empty {
      display: none; }

pre.ql-syntax {
  font-size: 13.5px;
  line-height: 1.3125;
  margin: 0.5em 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.2em;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: rgba(230, 230, 230, 0.28);
  color: #000;
  font-family: monospace;
  border: 1px dashed #aaa; }

.mkb-ticket-reply-form-container {
  margin-top: 3em; }

.mkb-reply-to-ticket-form .mkb-close-ticket-checkbox-label {
  vertical-align: middle;
  margin: 0 0 0 1em;
  display: inline-block;
  cursor: pointer; }
  .mkb-reply-to-ticket-form .mkb-close-ticket-checkbox-label input {
    margin: 0 .4em 0 0; }

.mkb-ticket-top-info {
  margin-bottom: 1em;
  font-size: 0.9em;
  color: #888; }
  .mkb-ticket-top-info em {
    font-weight: normal;
    font-style: normal;
    color: #353535; }

.mkb-ticket-reply__attachments a {
  text-decoration: none;
  box-shadow: none; }

.mkb-ticket-reply__attachments-title {
  margin-bottom: 0.5em;
  font-weight: 600; }
  .mkb-ticket-reply__attachments-title:before {
    content: '------';
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 0.5em;
    font-weight: 300;
    color: #aaa;
    line-height: 1em; }

.mkb-ticket-reply__attachments-container {
  padding-top: 1.5em;
  z-index: 2;
  position: relative; }

.mkb-ticket-reply__attachments.mkb-attachments {
  font-size: .92em;
  margin-bottom: 0; }

/**
 * Ticket Discussion
 */
.mkb-ticket-discussion {
  padding: 1.2em 1.5em 1.5em;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: 3em;
  margin-bottom: 2em; }
  .mkb-ticket-discussion > h3 {
    margin-bottom: .9em;
    margin-top: 0;
    font-size: 1.3em; }

.mkb-ticket-discussion__top-count {
  color: #aaa;
  font-weight: 400; }

.mkb-ticket-reply {
  display: flex;
  border: none;
  margin-bottom: 2.5em;
  padding: 0;
  background: transparent;
  align-items: flex-start; }
  .mkb-ticket-reply em {
    font-style: italic; }
  .mkb-ticket-reply.mkb-ticket-reply--role-client {
    flex-direction: row-reverse; }
    .mkb-ticket-reply.mkb-ticket-reply--role-client .mkb-ticket-reply__author_info {
      padding-right: 0;
      padding-left: 1.2em; }
    .mkb-ticket-reply.mkb-ticket-reply--role-client .mkb-ticket-reply__content:before {
      left: auto;
      right: -.4em; }

.mkb-ticket-reply__author_info {
  padding-right: 1.2em;
  padding-top: .5em;
  text-align: center;
  font-size: 12.8px;
  line-height: 1.2em;
  color: #888;
  width: 9em; }

.mkb-ticket-reply__avatar {
  width: 6em;
  height: 6em;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 auto; }
  .mkb-ticket-reply__avatar img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0; }

.mkb-ticket-reply__name {
  font-weight: 600;
  margin-top: 0.8em;
  margin-bottom: 0.3em;
  font-size: 1.1em;
  color: #323232; }

.mkb-ticket-reply__role {
  font-size: 0.92em; }

.mkb-ticket-reply__author-stats {
  margin-top: 0.3em;
  font-size: 0.92em; }

.mkb-ticket-reply__content {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  padding: 1.2em 1.5em .8em;
  width: calc(100% - 9rem);
  min-height: 6em;
  line-height: 1.5em;
  background: #fafafa;
  background: #fff;
  position: relative;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
  .mkb-ticket-reply__content .mkb-ticket-reply__content-text pre {
    font-size: 13px;
    font-family: Consolas,Monaco,Lucida Console,monospace;
    padding: 0.8em;
    border-radius: 4px;
    background: #f0f0f0;
    color: #323232;
    white-space: pre;
    overflow-x: scroll; }
  .mkb-ticket-reply__content > * {
    position: relative;
    z-index: 2; }
  .mkb-ticket-reply__content:before {
    content: '';
    position: absolute;
    width: .8em;
    height: .8em;
    background: inherit;
    top: 2.5em;
    left: -.4em;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transform: rotateZ(45deg);
    z-index: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
  .mkb-ticket-reply__content:after {
    content: '';
    position: absolute;
    border-radius: 3px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    top: 0;
    left: 0; }
  .mkb-ticket-reply__content p {
    margin-bottom: 1em;
    margin-top: 0;
    z-index: 2;
    position: relative; }

.mkb-ticket-reply__meta {
  color: #888;
  font-size: 0.8em;
  z-index: 2;
  position: relative;
  margin-top: 1.5em; }

@media (max-width: 640px) {
  .mkb-ticket-reply.mkb-ticket-reply--role-agent, .mkb-ticket-reply.mkb-ticket-reply--role-client {
    display: block; }
    .mkb-ticket-reply.mkb-ticket-reply--role-agent .mkb-ticket-reply__author_info, .mkb-ticket-reply.mkb-ticket-reply--role-client .mkb-ticket-reply__author_info {
      display: flex;
      align-content: flex-start;
      width: 100%;
      text-align: left;
      align-items: center;
      margin-bottom: 0.7em;
      margin-left: 0.5em;
      padding: 0; }
      .mkb-ticket-reply.mkb-ticket-reply--role-agent .mkb-ticket-reply__author_info .mkb-ticket-reply__avatar, .mkb-ticket-reply.mkb-ticket-reply--role-client .mkb-ticket-reply__author_info .mkb-ticket-reply__avatar {
        width: 2em;
        height: 2em;
        display: block;
        margin: 0;
        margin-right: 0.5em; }
      .mkb-ticket-reply.mkb-ticket-reply--role-agent .mkb-ticket-reply__author_info .mkb-ticket-reply__name, .mkb-ticket-reply.mkb-ticket-reply--role-client .mkb-ticket-reply__author_info .mkb-ticket-reply__name {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0.5em; }
      .mkb-ticket-reply.mkb-ticket-reply--role-agent .mkb-ticket-reply__author_info .mkb-ticket-reply__role, .mkb-ticket-reply.mkb-ticket-reply--role-client .mkb-ticket-reply__author_info .mkb-ticket-reply__role {
        font-size: inherit;
        margin-right: 0.5em; }
      .mkb-ticket-reply.mkb-ticket-reply--role-agent .mkb-ticket-reply__author_info .mkb-ticket-reply__author-stats, .mkb-ticket-reply.mkb-ticket-reply--role-client .mkb-ticket-reply__author_info .mkb-ticket-reply__author-stats {
        margin-top: 0;
        font-size: inherit; }
    .mkb-ticket-reply.mkb-ticket-reply--role-agent .mkb-ticket-reply__content, .mkb-ticket-reply.mkb-ticket-reply--role-client .mkb-ticket-reply__content {
      width: 100%;
      position: relative; }
      .mkb-ticket-reply.mkb-ticket-reply--role-agent .mkb-ticket-reply__content:before, .mkb-ticket-reply.mkb-ticket-reply--role-client .mkb-ticket-reply__content:before {
        left: .8em;
        right: auto;
        top: -0.4em; } }

/**
 * Tickets list
 */
.mkb-tickets-list {
  margin-bottom: 1em;
  display: table;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12); }

.mkb-tickets-list__row {
  display: table-row; }
  .mkb-tickets-list__row.mkb-tickets-list__row--head {
    background: #f7f7f7;
    color: #000;
    font-weight: 500; }

.mkb-tickets-list__cell {
  display: table-cell;
  padding: 0.2em 0.5em;
  line-height: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12); }
  .mkb-tickets-list__cell:last-child {
    border-right: none; }
  .mkb-tickets-list__cell.cell--ticket {
    width: 15em; }
  .mkb-tickets-list__cell.cell--date {
    width: 8em; }
  .mkb-tickets-list__cell:first-child {
    white-space: nowrap; }
  .mkb-tickets-list__row:last-child .mkb-tickets-list__cell {
    border-bottom: none; }

.mkb-unread-replies-count {
  font-weight: 600;
  color: limegreen; }

.mkb-mobile.mkb-ticket .mkb-root, .mkb-mobile.mkb-create-ticket .mkb-root, .mkb-mobile.mkb-support-account .mkb-root {
  padding-top: 1em;
  padding-bottom: 1em; }

.mkb-ticket-form-admin-area {
  margin: 1.7em 0;
  border: 2px dashed orangered;
  padding: 2em; }
  .mkb-ticket-form-admin-area h3 {
    margin-bottom: 1em; }

.mkb-feature-requests-wrap {
  font-size: 15px;
  font-weight: 300;
  box-sizing: border-box; }
  .mkb-feature-requests-wrap * {
    box-sizing: border-box; }

.mkb-fr-category {
  margin-bottom: 2em; }

.mkb-fr-category__name {
  font-size: 1.7em;
  color: #333;
  font-weight: 600;
  margin-bottom: .5em; }
  .mkb-fr-category__name i {
    color: #ddd;
    margin-right: 0.1em;
    display: none; }

.mkb-feature-request {
  margin-bottom: 1em;
  border: 1px solid rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  padding-left: 7em;
  padding-right: 2em;
  min-height: 7.8em;
  position: relative; }

.mkb-feature-request__title {
  color: #333;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.5em;
  margin-top: 1em; }
  .mkb-feature-request__title i {
    margin-right: 0.1em; }

.mkb-feature-request__description {
  color: #555;
  max-width: 40em;
  margin-bottom: 1em; }
  .mkb-feature-request__description p:last-of-type {
    margin-bottom: 0; }

.mkb-feature-request__actions {
  font-size: 0.9em;
  position: absolute;
  top: 1.2em;
  left: 2em;
  text-align: center; }
  .mkb-feature-request__actions .mkb-vote-for-feature {
    display: block;
    vertical-align: middle;
    border: 2px solid;
    border-radius: 2em;
    width: 2em;
    height: 2em;
    font-size: 2em;
    text-align: center;
    padding: 0.3em 0;
    margin: 0 auto 0.2em;
    outline: none !important;
    box-shadow: none;
    text-decoration: none;
    color: #29abe2;
    line-height: 1.35em;
    transition: all 0.1s ease-in; }
    .mkb-feature-request__actions .mkb-vote-for-feature:hover:not(.state--pending), .mkb-feature-request__actions .mkb-vote-for-feature.state--voted {
      background-color: #29abe2;
      color: #fff; }
    .mkb-feature-request__actions .mkb-vote-for-feature.state--voted {
      cursor: default; }
    .mkb-feature-request__actions .mkb-vote-for-feature.state--pending {
      color: #888;
      cursor: default; }

.mkb-fr-votes-count,
.mkb-fr-votes-count-text {
  color: #888; }

html[dir="rtl"] {
  /* Topics */
  /* Search */
  /* FAQ */
  /* rotate the breadcrumb icon */
  /* Article */
  /* Shortcodes */
  /* Restrict */ }
  html[dir="rtl"] .kb-topic .kb-topic__articles li .kb-topic__list-article-icon {
    right: 0;
    left: auto; }
  html[dir="rtl"] .kb-topic__articles.kb-topic__articles--with-icons li .kb-topic__list-article-title {
    padding-right: 1.3em;
    padding-left: 0; }
  html[dir="rtl"] .kb-search .kb-search__icon,
  html[dir="rtl"] .kb-search .kb-search__clear-icon {
    left: 1em;
    right: auto; }
  html[dir="rtl"] .kb-search__results {
    text-align: right; }
  html[dir="rtl"] .kb-search__results-summary {
    left: 4em;
    right: auto; }
  html[dir="rtl"] .kb-search__result-topic {
    text-align: left; }
  html[dir="rtl"] .kb-search__result-topic-label {
    padding-left: 0.5em;
    padding-right: 1em; }
  html[dir="rtl"] .mkb-widget .kb-search__input-wrap .kb-search__input {
    padding-right: 1em; }
  html[dir="rtl"] .kb-faq .kb-faq__filter .kb-faq__filter-clear,
  html[dir="rtl"] .kb-faq .kb-faq__filter .kb-faq__filter-icon {
    right: auto;
    left: 14px; }
  html[dir="rtl"] .kb-faq .kb-faq__filter {
    float: right; }
  html[dir="rtl"] .kb-faq .kb-faq__toggle-all {
    float: left; }
  html[dir="rtl"] .kb-faq .kb-faq__questions .kb-faq__question-toggle-icon,
  html[dir="rtl"] .kb-faq .kb-faq__questions .kb-faq__question-toggle-icon-open {
    right: 0.6em;
    left: auto; }
  html[dir="rtl"] .kb-faq .kb-faq__questions .kb-faq__question-title {
    padding: 0.1em 2em 0.1em 0.6em; }
  html[dir="rtl"] .mkb-breadcrumbs {
    text-align: right; }
  html[dir="rtl"] .mkb-breadcrumbs-icon.fa,
  html[dir="rtl"] .mkb-breadcrumbs-icon.fas,
  html[dir="rtl"] .mkb-breadcrumbs-icon.fab,
  html[dir="rtl"] .mkb-breadcrumbs-icon.far {
    transform: rotate(180deg); }
  html[dir="rtl"] .mkb-breadcrumbs__label {
    margin-left: 0.2em;
    margin-right: 0; }
  html[dir="rtl"] .mkb-widget.widget .mkb-widget-topics__list-icon,
  html[dir="rtl"] .mkb-widget.widget .mkb-widget-articles__list-icon,
  html[dir="rtl"] .mkb-widget.widget .mkb-widget-content-tree__article-icon {
    left: auto;
    right: 0.2em;
    position: initial;
    margin-left: 5px; }
  html[dir="rtl"] .mkb-widget.widget.mkb_content_tree_widget .mkb-widget-content-tree__list-icon,
  html[dir="rtl"] .mkb-widget.widget.mkb_content_tree_widget .mkb-widget-content-tree__list-icon-open {
    margin-left: 0.3em;
    margin-right: 0; }
  html[dir="rtl"] .mkb-widget.widget.mkb_content_tree_widget ul ul {
    padding-left: 0;
    padding-right: 1em; }
  html[dir="rtl"] .mkb-widget-content-tree__article-title {
    padding-left: 0; }
  html[dir="rtl"] .mkb-widget-content-tree__article--active .mkb-widget-content-tree__article-title:after {
    left: -1.3em;
    right: auto; }
  html[dir="rtl"] .mkb-widget-content-tree__article--active .mkb-widget-content-tree__article-title {
    margin-right: 0.6em; }
  html[dir="rtl"] .mkb-pagination ul li:first-child {
    margin-right: 0; }
  html[dir="rtl"] .mkb-article-item--simple .mkb-article-icon {
    margin-left: 0.5em;
    margin-right: 0; }
  html[dir="rtl"] .mkb-article-item--detailed .mkb-article-item__meta {
    text-align: right; }
  html[dir="rtl"] .mkb-article-item--detailed .mkb-article-item__meta-icon {
    margin-left: 0.2em;
    margin-right: 0; }
  html[dir="rtl"] .mkb-article-header__estimate > span {
    display: inline-block; }
  html[dir="rtl"] .mkb-article-text ul {
    margin: 0 1.25em 1.75em 0; }
  html[dir="rtl"] .mkb-article-extra__stats-pageviews > span {
    display: inline-block; }
  html[dir="rtl"] .mkb-anchors-list {
    padding: 1em 1.5em 1.2em 1em;
    margin: 1em 0 1em 1em; }
  html[dir="rtl"] .mkb-back-to-top-inline .mkb-back-to-top {
    right: auto;
    left: 0; }
  html[dir="rtl"] .mkb-back-to-top .mkb-back-to-top-icon {
    margin-right: 0.3em;
    margin-left: 0; }
  html[dir="rtl"] .mkb-article-extra__like,
  html[dir="rtl"] .mkb-article-extra__dislike {
    margin: 0.5em 0 0.5em 0.5em; }
  html[dir="rtl"] .mkb-tip__icon,
  html[dir="rtl"] .mkb-info__icon,
  html[dir="rtl"] .mkb-warning__icon {
    right: 0.2em;
    left: auto; }
  html[dir="rtl"] .mkb-tip__content, html[dir="rtl"] .mkb-info__content, html[dir="rtl"] .mkb-warning__content {
    text-align: right;
    margin-right: 4em;
    margin-left: 0; }
  html[dir="rtl"] .mkb-restricted-login.mkb-restricted-login--custom form[name="loginform"] {
    text-align: right; }
  html[dir="rtl"] .mkb-restricted-message .mkb-restricted-message__icon {
    right: 0.2em;
    left: auto; }
  html[dir="rtl"] .mkb-restricted-message .mkb-restricted-message__content {
    text-align: right;
    margin-right: 4em;
    margin-left: 0; }
  html[dir="rtl"] .mkb-reply-to-ticket-form .mkb-close-ticket-checkbox-label input {
    margin: 0 0 0 .4em; }
  html[dir="rtl"] .ql-editor.ql-blank::before {
    text-align: right; }
  html[dir="rtl"] .ql-editor {
    text-align: right; }
  html[dir="rtl"] .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    left: 0;
    right: auto; }

/**
 * Devices
 */
@media (max-width: 1024px) {
  .mkb-root .mkb-content-main.mkb-content-main--has-sidebar {
    display: block;
    width: 100%;
    float: none;
    clear: both; }
  .mkb-root .mkb-sidebar {
    width: 100%;
    max-width: 100% !important;
    /* this is to override JS in sticky sidebar */
    padding: 0;
    display: block;
    float: none;
    clear: both;
    margin-top: 3em; }
  ul.mkb-anchors-list__container li {
    margin-bottom: 0.5em;
    margin-top: 1.2em; } }

@media (max-width: 768px) {
  .mkb-sidebar {
    padding: 0; }
    .mkb-sidebar .mkb-widget {
      padding: 1em; }
      .mkb-sidebar .mkb-widget ul li {
        margin-bottom: 1.5em; }
  .kb-search .kb-search__title {
    font-size: 3em !important; }
  .mkb-article-extra__rating-likes-block {
    text-align: center; }
  .mkb-article-extra__rating-title {
    text-align: center; }
  .mkb-article-extra__rating-total {
    display: block;
    text-align: center; }
  .mkb-article-extra__tags {
    text-align: center; }
  .mkb-article-extra__stats {
    text-align: center; }
  .mkb-article-extra__like, .mkb-article-extra__dislike {
    padding: 0.5em 1.5em;
    border-radius: 1.6em;
    margin: 0.5em 1em 0.5em 1em;
    font-size: 1.2em; }
  .mkb-anchors-list {
    width: 100% !important;
    max-width: none;
    font-size: 1.2em; }
  .kb-topic-gap {
    display: none; }
  .mkb-columns-4 .mkb-row {
    display: block; }
  .mkb-columns-4 .kb-topic {
    width: 49%; } }

@media (max-width: 480px) {
  .mkb-columns-2 .mkb-row,
  .mkb-columns-3 .mkb-row,
  .mkb-columns-4 .mkb-row {
    display: block; }
  .mkb-columns-2 .kb-topic,
  .mkb-columns-3 .kb-topic,
  .mkb-columns-4 .kb-topic {
    width: 100%; }
  .mkb-widget-topics__list ul,
  .mkb-widget-articles__list ul {
    padding: 0; }
  .kb-search .kb-search__title {
    font-size: 2em !important; }
  .mkb-container {
    padding: 0 1em; }
  .kb-search__results--with-topics .kb-search__result-title {
    max-width: 100%; }
  .kb-search__result-topic {
    display: none; }
  .kb-search__results {
    left: 1em;
    right: 1em; }
    .kb-search__results ul li a {
      padding: 1em 1em;
      font-size: 1.1em; }
  .kb-topic.kb-topic--box-view .kb-topic__inner {
    border: none; }
  .mkb-root h1, .mkb-root h2, .mkb-root h3, .mkb-root h4, .mkb-root h5, .mkb-root h6 {
    line-height: 1.2em; }
  .mkb-root h6 {
    font-size: 1em; }
  .mkb-root h5 {
    font-size: 1.1em; }
  .mkb-root h4 {
    font-size: 1.2em; }
  .mkb-root h3 {
    font-size: 1.3em; }
  .mkb-root h2 {
    font-size: 1.4em; }
  .mkb-root h1 {
    font-size: 1.5em; } }

.theme-twentytwentyone .ql-toolbar button[type="button"] {
  background: transparent; }

.theme-twentytwentyone .mkb-widget .mkb-button, .theme-twentytwentyone .elementor-widget .mkb-button {
  text-decoration: none; }

.theme-twentytwentyone .mkb-create-ticket-message.ql-container,
.theme-twentytwentyone .mkb-ticket-reply-content.ql-container,
.theme-twentytwentytwo .mkb-create-ticket-message.ql-container,
.theme-twentytwentytwo .mkb-ticket-reply-content.ql-container,
.theme-twentytwentythree .mkb-create-ticket-message.ql-container,
.theme-twentytwentythree .mkb-ticket-reply-content.ql-container {
  max-height: 20em; }

.theme-twentytwentyone .mkb-article-extra__feedback-form-submit a,
.theme-twentytwentytwo .mkb-article-extra__feedback-form-submit a,
.theme-twentytwentythree .mkb-article-extra__feedback-form-submit a {
  text-decoration: none; }

.theme-twentytwentyone .mkb-article-extra__tags a,
.theme-twentytwentytwo .mkb-article-extra__tags a,
.theme-twentytwentythree .mkb-article-extra__tags a {
  text-decoration: none; }

.theme-twentytwentyone .mkb-widget-global.mkb_recent_articles_widget ul li a,
.theme-twentytwentyone .mkb-widget-global.mkb_recent_topics_widget ul li a,
.theme-twentytwentyone .mkb-widget-global.elementor-widget-wp-widget-kb_recent_articles_widget ul li a,
.theme-twentytwentyone .mkb-widget-global.elementor-widget-wp-widget-kb_recent_topics_widget ul li a,
.theme-twentytwentyone .elementor-widget.mkb_recent_articles_widget ul li a,
.theme-twentytwentyone .elementor-widget.mkb_recent_topics_widget ul li a,
.theme-twentytwentyone .elementor-widget.elementor-widget-wp-widget-kb_recent_articles_widget ul li a,
.theme-twentytwentyone .elementor-widget.elementor-widget-wp-widget-kb_recent_topics_widget ul li a,
.theme-twentytwentytwo .mkb-widget-global.mkb_recent_articles_widget ul li a,
.theme-twentytwentytwo .mkb-widget-global.mkb_recent_topics_widget ul li a,
.theme-twentytwentytwo .mkb-widget-global.elementor-widget-wp-widget-kb_recent_articles_widget ul li a,
.theme-twentytwentytwo .mkb-widget-global.elementor-widget-wp-widget-kb_recent_topics_widget ul li a,
.theme-twentytwentytwo .elementor-widget.mkb_recent_articles_widget ul li a,
.theme-twentytwentytwo .elementor-widget.mkb_recent_topics_widget ul li a,
.theme-twentytwentytwo .elementor-widget.elementor-widget-wp-widget-kb_recent_articles_widget ul li a,
.theme-twentytwentytwo .elementor-widget.elementor-widget-wp-widget-kb_recent_topics_widget ul li a,
.theme-twentytwentythree .mkb-widget-global.mkb_recent_articles_widget ul li a,
.theme-twentytwentythree .mkb-widget-global.mkb_recent_topics_widget ul li a,
.theme-twentytwentythree .mkb-widget-global.elementor-widget-wp-widget-kb_recent_articles_widget ul li a,
.theme-twentytwentythree .mkb-widget-global.elementor-widget-wp-widget-kb_recent_topics_widget ul li a,
.theme-twentytwentythree .elementor-widget.mkb_recent_articles_widget ul li a,
.theme-twentytwentythree .elementor-widget.mkb_recent_topics_widget ul li a,
.theme-twentytwentythree .elementor-widget.elementor-widget-wp-widget-kb_recent_articles_widget ul li a,
.theme-twentytwentythree .elementor-widget.elementor-widget-wp-widget-kb_recent_topics_widget ul li a {
  text-decoration: none; }

.theme-twentytwentyone .mkb-article-extra__navigation a,
.theme-twentytwentytwo .mkb-article-extra__navigation a,
.theme-twentytwentythree .mkb-article-extra__navigation a {
  text-decoration: none; }

.theme-twentytwentyone .mkb-article-item.mkb-article-item--simple a,
.theme-twentytwentytwo .mkb-article-item.mkb-article-item--simple a,
.theme-twentytwentythree .mkb-article-item.mkb-article-item--simple a {
  text-decoration: none; }

.theme-twentytwentyone .mkb-pagination ul li a,
.theme-twentytwentytwo .mkb-pagination ul li a,
.theme-twentytwentythree .mkb-pagination ul li a {
  text-decoration: none; }

.theme-twentytwentyone ul.mkb-anchors-list__container li .mkb-anchors-list__item-link,
.theme-twentytwentytwo ul.mkb-anchors-list__container li .mkb-anchors-list__item-link,
.theme-twentytwentythree ul.mkb-anchors-list__container li .mkb-anchors-list__item-link {
  text-decoration: none; }

.theme-twentytwentythree .mkb-ticket-reply-content.ql-container {
  max-height: 20em; }

.theme-twentytwentythree .mkb-article-extra__tags a {
  text-decoration: none; }

.theme-twentytwentythree .mkb-widget-global.mkb_recent_articles_widget ul li a,
.theme-twentytwentythree .mkb-widget-global.mkb_recent_topics_widget ul li a,
.theme-twentytwentythree .mkb-widget-global.elementor-widget-wp-widget-kb_recent_articles_widget ul li a,
.theme-twentytwentythree .mkb-widget-global.elementor-widget-wp-widget-kb_recent_topics_widget ul li a,
.theme-twentytwentythree .elementor-widget.mkb_recent_articles_widget ul li a,
.theme-twentytwentythree .elementor-widget.mkb_recent_topics_widget ul li a,
.theme-twentytwentythree .elementor-widget.elementor-widget-wp-widget-kb_recent_articles_widget ul li a,
.theme-twentytwentythree .elementor-widget.elementor-widget-wp-widget-kb_recent_topics_widget ul li a {
  text-decoration: none; }

.theme-twentytwentythree .mkb-article-extra__navigation a {
  text-decoration: none; }

.theme-twentytwentythree .mkb-article-item.mkb-article-item--simple a {
  text-decoration: none; }

.theme-twentytwentythree .mkb-pagination ul li a {
  text-decoration: none; }

.theme-twentytwentythree ul.mkb-anchors-list__container li .mkb-anchors-list__item-link {
  text-decoration: none; }
