/*Mixins and variables*/
/*Base*/
/*Reset the box-sizing*/
*,
  *:before,
  *:after {
    box-sizing: border-box;
  }
	@font-face {
  font-family: 'CircularXXWeb-Regular';	
  src: url('/hc/theming_assets/01J93E7XF6NGTMJHEP8KRX7230') format('woff2'),	
       url('$assets-circularxxweb-regular-woff') format('woff'),	
       url('$assets-circularxxweb-regular-ttf') format('truetype');	
}
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}
/*Body reset*/
body {
  font-family: CircularXXWeb-Regular, sans-serif;
/*   font-size: 14px; */
  line-height: 140%;
  color: rgba(30, 30, 30, 1);
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

#navbar-container {
  z-index: 5;
}

.lt-toc--link.is-active {
  background: rgba(6, 166, 183, 1) !important;
}

p {
  color: rgba(30, 30, 30, 1);
}
.title-block {
  margin-bottom: calc(10px * 4);
  display: flex;
  justify-content: space-between;
}
.title-block p {
    color: rgba(6, 166, 183, 1);
  }
/*Reset fonts for relevant elements*/
input,
button,
select,
textarea {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

input:not([type="submit"]) {
  width: 100%;
  padding: 0 calc(10px * 1.5);
  border: 1px solid #eceff1;
  border-radius: 5px;
}
textarea {
  width: 100%;
  padding: 0 calc(10px * 1.5);
  border: 1px solid #eceff1;
  border-radius: 5px;
}
input[type="radio"] {
  display: inline-block;
  width: auto;
  margin-right: calc(10px * 2);
}
input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: calc(10px * 2);
}
textarea {
  height: 120px;
  padding: calc(10px * 1.5);
}
select {
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
}
.nesty-input {
  height: 36px;
  line-height: 36px;
  border: 1px solid #eceff1;
  border-radius: 5px;
}
/*inks*/
a {
  color: rgba(6, 166, 183, 1);
  text-decoration: none;
}
a:hover,
  a:focus {
    color: #04636d;
    text-decoration: none;
  }
a.disabled {
    color: #D9DFED;
    cursor: default;
  }
a,
[type="submit"] {
  transition: all 0.2s ease-in;
}
figure {
  margin: 0;
  width: 100% !important;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: calc(10px * 1.5) 0;
  border: 0;
  border-top: 1px solid #D9DFED;
}
/*Remove the gap between audio, canvas, iframes,*/
/*images, videos and the bottom of their containers: */
/*https://github.com/h5bp/html5-boilerplate/issues/440*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
iframe {
  display: block;
  margin-bottom: calc(10px * 3);
}
/*Headings*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 {
  margin: 0 0 calc(10px * 1.5);
}
h2 {
  margin: 0 0 calc(10px * 1.5);
}
h3 {
  margin: 0 0 calc(10px * 1.5);
}
h4 {
  margin: 0 0 calc(10px * 1.5);
}
h5 {
  margin: 0 0 calc(10px * 1.5);
}
.h1 {
  margin: 0 0 calc(10px * 1.5);
}
.h2 {
  margin: 0 0 calc(10px * 1.5);
}
.h3 {
  margin: 0 0 calc(10px * 1.5);
}
.h4 {
  margin: 0 0 calc(10px * 1.5);
  margin-top: 16px;
  margin-bottom: 0px;
}
.h5 {
  margin: 0 0 calc(10px * 1.5);
}
p {
  margin: 0 0 calc(10px * 1.5);
}
ul {
  margin: 0 0 calc(10px * 1.5);
}
ol {
  margin: 0 0 calc(10px * 1.5);
}
b,
strong {
  font-weight: 600;
}

span.wysiwyg-color-black {
    color: #1e1e1e !important;
}

.wysiwyg-font-size-medium {
    font-size: 16px !important;
}

img {
    box-shadow: 0px 0px 0px #e3e3e3;
    margin-top: 10px;
    margin-bottom: 10px;
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
  line-height: 1;
}
/*Abbreviations and acronyms*/
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted rgba(6, 166, 183, 1);
}
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted rgba(6, 166, 183, 1);
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.is-hidden,
.hidden {
  display: none !important;
}
.is-overflow {
  overflow: hidden;
}
/*Components*/
.container {
  padding: 0 calc(10px * 2);
  margin: 0 auto;
}
@media (max-width: 768px) {
.container {
    padding: 0 calc(10px * 1.5)
}
  }
@media (min-width: 1201px) {
.container {
    width: 1360px
}
  }
.wrapper {
  position: relative;
  margin: auto;
  overflow-x: hidden;
}
.wrapper .container {
    display: flex;
  }
.sidebar,
.topbar__col--logo {
  width: 265px;
}
.main-wrapper {
  width: 100%;
}
.main-wrapper,
.topbar__col--nav {
  display: flex;
  /* width: 67.5%; */
  justify-content: flex-start;
}
@media (max-width: 1024px) {
.main-wrapper,
.topbar__col--nav {
    width: 100%
}
  }

/* // Changes made here by Sagar Kumar Shrivastava on 14/04/21 */
/* // removed (topbar-nav) from below  */
.main-wrapper__inner, .topbar-nav {
  width: 100%;
  max-width: 1000px;
}
@media (max-width: 1024px) {
.main-wrapper__inner,
.topbar-nav {
    max-width: unset
}
  }
.sidebar__inner {
  width: 240px;
}
.main-wrapper__inner {
  display: flex;
  min-height: 105vh;
  padding: calc(10px * 3) 0 0 calc(10px * 10);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 1200px) {
.main-wrapper__inner {
    padding-left: calc(10px * 5)
}
  }
@media (max-width: 1024px) {
.main-wrapper__inner {
    width: 100%;
    min-height: calc(100vh - 167px);
    padding-left: 0
}
  }
.article-column-toc {
  display: none;
}
.toc-enabled .article-row {
    display: flex;
    flex-wrap: wrap;
  }
.toc-enabled .article-column-body {
    width: 100%;
  }
@media (min-width: 768px) {
.toc-enabled .article-column-body {
      width: 77%;
      padding-right: 15px
  }
    }
.toc-enabled .article-column-toc {
    display: block;
    width: 100%;
  }
.toc-enabled .article-column-toc .toc-container {	
  border: 1px solid #eceff1;	
  border-radius: 5px;	
  padding: 1em 0em 0px 1em;	
}
@media (min-width: 768px) {
.toc-enabled .article-column-toc {
      width: 22%;
      padding-left: 15px
  }
    }
@media (min-width: 1025px) {
.toc-enabled .main-wrapper__inner {
      padding-left: calc(10px * 3)
  }
    }
/*Default button*/
.btn--default {
  display: inline-flex;
/*   padding: calc(10px * 1.2) calc(10px * 1.8); */
  padding: 10px;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(6, 166, 183, 1);
  white-space: nowrap;
/*   border: calc(1px * 2) solid #eceff1; */
  border: 1px solid #eceff1;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.login {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 14px;
  line-height: 1.2;
  color: rgba(6, 166, 183, 1);
  white-space: nowrap;
  border: calc(1px * 2) solid #eceff1;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.section-subscribe [role="button"] {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 14px;
  line-height: 1.2;
  color: rgba(6, 166, 183, 1);
  white-space: nowrap;
  border: calc(1px * 2) solid #eceff1;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.article-subscribe {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 14px;
  line-height: 1.2;
  color: rgba(6, 166, 183, 1);
  white-space: nowrap;
  border: calc(1px * 2) solid #eceff1;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.article-unsubscribe {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 14px;
  line-height: 1.2;
  color: rgba(6, 166, 183, 1);
  white-space: nowrap;
  border: calc(1px * 2) solid #eceff1;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.post-subscribe {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 14px;
  line-height: 1.2;
  color: rgba(6, 166, 183, 1);
  white-space: nowrap;
  border: calc(1px * 2) solid #eceff1;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.post-unsubscribe {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 14px;
  line-height: 1.2;
  color: rgba(6, 166, 183, 1);
  white-space: nowrap;
  border: calc(1px * 2) solid #eceff1;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.btn--default:after, .login:after, .section-subscribe [role="button"]:after, .article-subscribe:after, .article-unsubscribe:after, .post-subscribe:after, .post-unsubscribe:after {
    color: rgba(6, 166, 183, 1);
    vertical-align: baseline;
    transition: color 0.2s ease-in;
  }
.btn--default:hover {
    color: #ffffff;
    background-color: rgba(6, 166, 183, 1);
    border-color: rgba(6, 166, 183, 1);
  }
.login:hover {
    color: #ffffff;
    background-color: rgba(6, 166, 183, 1);
    border-color: rgba(6, 166, 183, 1);
  }
.section-subscribe [role="button"]:hover {
    color: #ffffff;
    background-color: rgba(6, 166, 183, 1);
    border-color: rgba(6, 166, 183, 1);
  }
.article-subscribe:hover {
    color: #ffffff;
    background-color: rgba(6, 166, 183, 1);
    border-color: rgba(6, 166, 183, 1);
  }
.article-unsubscribe:hover {
    color: #ffffff;
    background-color: rgba(6, 166, 183, 1);
    border-color: rgba(6, 166, 183, 1);
  }
.post-subscribe:hover {
    color: #ffffff;
    background-color: rgba(6, 166, 183, 1);
    border-color: rgba(6, 166, 183, 1);
  }
.post-unsubscribe:hover {
    color: #ffffff;
    background-color: rgba(6, 166, 183, 1);
    border-color: rgba(6, 166, 183, 1);
  }
.btn--default:hover:after {
      color: #ffffff;
    }
.login:hover:after {
      color: #ffffff;
    }
.section-subscribe [role="button"]:hover:after {
      color: #ffffff;
    }
.article-subscribe:hover:after {
      color: #ffffff;
    }
.article-unsubscribe:hover:after {
      color: #ffffff;
    }
.post-subscribe:hover:after {
      color: #ffffff;
    }
.post-unsubscribe:hover:after {
      color: #ffffff;
    }
/*Filled button*/
.btn--dark {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  white-space: nowrap;
  background-color: rgba(6, 166, 183, 1);
  border: calc(1px * 2) solid transparent;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.btn--primary {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  white-space: nowrap;
  background-color: rgba(6, 166, 183, 1);
  border: calc(1px * 2) solid transparent;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
[type="submit"] {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  white-space: nowrap;
  background-color: rgba(6, 166, 183, 1);
  border: calc(1px * 2) solid transparent;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.request-table-organization__col--button a {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  white-space: nowrap;
  background-color: rgba(6, 166, 183, 1);
  border: calc(1px * 2) solid transparent;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.topic-subscribe .dropdown-toggle {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  white-space: nowrap;
  background-color: rgba(6, 166, 183, 1);
  border: calc(1px * 2) solid transparent;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.profile-header__options a {
  display: inline-flex;
  padding: calc(10px * 1.2) calc(10px * 1.8);
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  white-space: nowrap;
  background-color: rgba(6, 166, 183, 1);
  border: calc(1px * 2) solid transparent;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  align-items: center;
  justify-content: center;
}
.btn--dark:after, .btn--primary:after, [type="submit"]:after, .request-table-organization__col--button a:after, .topic-subscribe .dropdown-toggle:after, .profile-header__options a:after {
    vertical-align: baseline;
    transition: color 0.2s ease-in;
  }
.btn--dark:hover {
    color: #ffffff;
    background-color: #04636d;
    border-color: #04636d;
  }
.btn--primary:hover {
    color: #ffffff;
    background-color: #04636d;
    border-color: #04636d;
  }
[type="submit"]:hover {
    color: #ffffff;
    background-color: #04636d;
    border-color: #04636d;
  }
.request-table-organization__col--button a:hover {
    color: #ffffff;
    background-color: #04636d;
    border-color: #04636d;
  }
.topic-subscribe .dropdown-toggle:hover {
    color: #ffffff;
    background-color: #04636d;
    border-color: #04636d;
  }
.profile-header__options a:hover {
    color: #ffffff;
    background-color: #04636d;
    border-color: #04636d;
  }
.btn--small {
  padding: calc(10px / 2) calc(10px * 1.8);
}
[type="submit"] {
  padding: calc(10px / 2) calc(10px * 1.8);
}
.topic-subscribe .dropdown-toggle {
  padding: calc(10px / 2) calc(10px * 1.8);
}
.profile-header__options a {
  padding: calc(10px / 2) calc(10px * 1.8);
}
.login:after {
    display: inline-block;
    margin-left: 10px;
/*     font-family: "Font Awesome 5 Free"; */
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    content: "\f007";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.section-subscribe [role="button"],
.article-subscribe,
.article-unsubscribe,
.post-subscribe,
.post-unsubscribe {
  flex-shrink: 0;
}
.section-subscribe [role="button"]:after {
    display: inline-block;
    margin-left: 10px;
/*     font-family: "Font Awesome 5 Free"; */
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    content: "\f007";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.article-subscribe:after {
    display: inline-block;
    margin-left: 10px;
/*     font-family: "Font Awesome 5 Free"; */
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    content: "\f007";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.article-unsubscribe:after {
    display: inline-block;
    margin-left: 10px;
/*     font-family: "Font Awesome 5 Free"; */
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    content: "\f007";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.post-subscribe:after {
    display: inline-block;
    margin-left: 10px;
/*     font-family: "Font Awesome 5 Free"; */
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    content: "\f007";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.post-unsubscribe:after {
    display: inline-block;
    margin-left: 10px;
/*     font-family: "Font Awesome 5 Free"; */
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    content: "\f007";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
@media (max-width: 1024px) {
.section-subscribe [role="button"],
.article-subscribe,
.article-unsubscribe,
.post-subscribe,
.post-unsubscribe {
    position: relative;
    width: 42px;
    height: 42px;
    padding: 0;
    text-indent: -9999px
}

    .section-subscribe [role="button"]:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      margin-left: 0;
      font-size: calc(14px * 1.375);
      text-indent: 0;
      align-items: center;
      justify-content: center;
    }

    .article-subscribe:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      margin-left: 0;
      font-size: calc(14px * 1.375);
      text-indent: 0;
      align-items: center;
      justify-content: center;
    }

    .article-unsubscribe:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      margin-left: 0;
      font-size: calc(14px * 1.375);
      text-indent: 0;
      align-items: center;
      justify-content: center;
    }

    .post-subscribe:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      margin-left: 0;
      font-size: calc(14px * 1.375);
      text-indent: 0;
      align-items: center;
      justify-content: center;
    }

    .post-unsubscribe:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      margin-left: 0;
      font-size: calc(14px * 1.375);
      text-indent: 0;
      align-items: center;
      justify-content: center;
    }
  }
.breadcrumbs {
  display: flex;
  padding: 0;
  margin-bottom: calc(10px * 3);
  list-style-type: none;
  flex-wrap: wrap;
}
.breadcrumbs li {
  font-size: 14px;
}
.post-page .breadcrumbs,
  .topic-page .breadcrumbs {
    display: flex;
  }
.breadcrumbs li:after {
      display: inline-block;
      padding: 0 10px;
      color: rgba(6, 166, 183, 1);
      content: ">";
    }
.breadcrumbs li:last-child:after {
      display: none;
    }
.breadcrumbs a {
    color: rgba(6, 166, 183, 1);
  }
.breadcrumbs a:hover {
      color: rgba(6, 166, 183, 1);
    }
.breadcrumbs--search-results {
  display: flex;
  margin-bottom: 10px;
}
.topbar {
  position: relative;
  z-index: 3;
  background-color: #ffffff;
  border-bottom: 1px solid #eceff1;
}
.topbar__inner {
  display: flex;
  height: 75px;
  padding-top: calc(10px * 2);
  padding-bottom: calc(10px * 2);
  align-items: center;
  justify-content: space-between;
}
.topbar__col {
  display: flex;
}
.topbar__col--logo {
  justify-content: flex-start;
}
@media (min-width: 769px) {
.topbar__col--logo {
    flex-shrink: 0
}
  }
.topbar__col--logo a {
    display: flex;
    max-width: 300px;
    justify-content: flex;
    align-items: center;
  }
.topbar__col--logo img {
    max-height: 50px !important;
    max-width: 75%;
/*     margin-left: 30px; */
  }
.topbar__col--logo .help-center-name {
    margin-left: 10px;
    font-size: calc(14px * 1.25);
    color: #37474f;
    text-transform: uppercase;
    flex-shrink: 0;
  }
@media (max-width: 768px) {
.topbar__col--logo .help-center-name {
      display: none
  }
    }
.topbar__col--nav {
  padding-left: 10px;
  align-items: center;
}
/* // Changes made here by Sagar Kumar Shrivastava on 14/04/21
// width */

.topbar-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
.topbar-nav {
    justify-content: flex-end
}
  }
.topbar__controls {
  display: flex;
  align-items: center;
}
.topbar__controls .language-selector {
    margin-left: 10px;
  }
.topbar__controls .login {
    margin-left: 10px;
  }
.sidebar {
  position: relative;
  display: flex;
  border-right: 1px solid #eceff1;
  justify-content: flex-end;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
.sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    max-width: 414px;
    transition: transform 0.2s ease-in;
    transform: translateX(-100%)
}

    .sidebar.is-active {
      transform: translateX(0);
    }
  }
.sidebar:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    content: "";
    background-color: #fbfcfd;
  }
.sidebar__wrapper {
  display: flex;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.sidebar__wrapper.is-fixed {
    position: fixed;
    top: 0;
    transform: translateX(-100%);
  }
@media (max-width: 1024px) {
.sidebar__wrapper {
    height: calc(100vh - 170px)
}
  }
.sidebar__inner {
/*   padding: calc(10px * 4) calc(10px * 1.5) 0 0; */
  padding: 15px calc(10px * 1.5) 0 0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
.sidebar__inner {
    width: 100%;
    padding: calc(10px * 3) calc(10px * 3) 0;
}
  }
.sidebar__top-nav {
  margin-bottom: calc(10px * 2.5);
}
.sidebar__top-nav li {
    margin-bottom: calc(10px * 1);
  }
.sidebar__link {
  display: flex;
  color: rgba(6, 166, 183, 1);
  align-items: center;
}
/* // Changes made here by Sagar Kumar Shrivastava on 14/04/21
// margin-right -- to-- margin-left */

.sidebar__link:before {
    display: flex;
    width: 26px;
    height: 26px;
    margin-right: calc(10px * 2);
/*     font-family: "Font Awesome 5 Free"; */
    font-family: inherit;
    font-weight: 900;
    text-align: center;
    content: "";
    background-color: #ffffff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
.sidebar__link--home:before {
    content: "\f015";
  }
.sidebar__link--community:before {
    content: "\f0c0";
  }
.sidebar__link--request:before {
    content: "\f093";
  }
.sidebar__link--docs:before {
    content: "\f15c";
  }
.sidebar__content-block {
  margin-bottom: calc(10px * 1.5);
}
.sidebar-toggle {
  background-color: #fbfcfd;
  border-bottom: 1px solid #eceff1;
  box-shadow: 2px 2px 30px rgba(#eceff1, 0.75);
}
@media (min-width: 1025px) {
.sidebar-toggle {
    display: none
}
  }
.sidebar-toggle .container {
    display: flex;
    height: 70px;
    align-items: center;
  }
.sidebar-toggle__link {
  display: flex;
  color: inherit !important;
  align-items: center;
}
.sidebar-toggle__text--menu {
  display: inline-block;
}
.is-active .sidebar-toggle__text--menu {
    display: none;
  }
.sidebar-toggle__text--close {
  display: none;
}
.is-active .sidebar-toggle__text--close {
    display: inline-block;
  }
.sidebar-toggle__burger {
  display: inline-block;
  width: 20px;
  margin-right: calc(10px * 1.5);
}
.search-close {
  display: inline-block;
  width: 20px;
  margin-right: calc(10px * 1.5);
}
.sidebar-toggle__burger span, .search-close span {
    position: relative;
    width: 70% !important;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
.sidebar-toggle__burger span {
      display: block;
      width: 100%;
      height: 3px;
      background-color: #37474f;
      border-radius: 2px;
      transition-duration: 0.3s;
      transition-property: background-color, transform;
    }
.sidebar-toggle__burger span:before {
      display: block;
      width: 100%;
      height: 3px;
      background-color: #37474f;
      border-radius: 2px;
      transition-duration: 0.3s;
      transition-property: background-color, transform;
    }
.sidebar-toggle__burger span:after {
      display: block;
      width: 100%;
      height: 3px;
      background-color: #37474f;
      border-radius: 2px;
      transition-duration: 0.3s;
      transition-property: background-color, transform;
    }
.search-close span {
      display: block;
      width: 100%;
      height: 3px;
      background-color: #37474f;
      border-radius: 2px;
      transition-duration: 0.3s;
      transition-property: background-color, transform;
    }
.search-close span:before {
      display: block;
      width: 100%;
      height: 3px;
      background-color: #37474f;
      border-radius: 2px;
      transition-duration: 0.3s;
      transition-property: background-color, transform;
    }
.search-close span:after {
      display: block;
      width: 100%;
      height: 3px;
      background-color: #37474f;
      border-radius: 2px;
      transition-duration: 0.3s;
      transition-property: background-color, transform;
    }
.sidebar-toggle__burger span:before,
    .sidebar-toggle__burger span:after,
    .search-close span:before,
    .search-close span:after {
      position: absolute;
      width: 130%;
      content: "";
    }
.sidebar-toggle__burger span:before, .search-close span:before {
      top: -8px;
    }
.sidebar-toggle__burger span:after, .search-close span:after {
      top: 8px;
    }
.is-active .sidebar-toggle__burger span, .is-active .search-close span {
      background-color: transparent;
    }
.is-active .sidebar-toggle__burger span:before, .is-active .search-close span:before {
        transform: translateY(8px) rotate(45deg);
      }
.is-active .sidebar-toggle__burger span:after, .is-active .search-close span:after {
        transform: translateY(-8px) rotate(-45deg);
      }
.sidenav ul,
.sidenav details[open] > ul {
  padding: 0;
  margin: 0 0 calc(10px * 2);
  list-style-type: none;
}
.sidenav li {
    margin-bottom: 10px;
    margin-top: 16px;
  }
.sidenav a,
  .sidenav span {
    display: block;
    line-height: 1.2;
    cursor: pointer;
  }
.sidenav a:hover, .sidenav span:hover {
      color: #3a9281;
    }
.sidenav__article {
  padding-left: 7px;
}
.sidenav__article.is-active a,
.sidenav details[open] li.is-active a {
  padding-left: 10px;
  color: #06a6b7;
  border-left: 4px solid rgba(6, 166, 183, 1);
}
.sidenav__category-name,
.sidenav details summary {
  margin-bottom: calc(10px * 1);
/*   font-size: calc(14px * 1.1); */
  font-size: 16px;
  color: rgba(6, 166, 183, 1);
}
.sidenav__category-name:hover,
.sidenav details summary {
    color: rgba(30, 30, 30, 1);
}

.sidenav__section-name {
  margin-bottom: calc(10px * 1);
/*   font-size: 14px; */
  font-size: 15px;
  cursor: pointer;
}
.sidenav__section-name:hover {
/*     color: rgba(6, 166, 183, 1); */
  }
.sidenav__article-name,
.sidenav details li a {
/*   font-size: calc(14px * 0.95); */
  color: rgba(30, 30, 30, 1);
  font-size: 14px;
}
/* .sidenav__articles-list .sidenav__section {
    padding-left: 15px;
  } */
.sidenav__articles-list .sidenav__section-name {
    text-transform: none;
  }
.sidenav__section .sidenav__articles-list {
  display: none;
}
/* .sidenav__category .sidenav__sections-list {
  display: none;
} */
.search {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 500px;
  height: calc(10px * 5);
  margin-right: 20px;
  overflow: hidden;
  border: calc(1px * 1) solid #06a6b7;
  border-radius: 50px;
  align-items: center;
}
.search:before {
    position: absolute;
    top: 50%;
    left: 18px;
    display: inline-block;
    width: 22px;
    height: 22px;
/*     font-family: "Font Awesome 5 Free"; */
  	font-family: inherit;
    font-size: calc(14px * 1.375);
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    color: #37474f;
    content: "\f002";
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.search [type="search"] {
    width: 100%;
    padding: 10px calc(10px * 1.2) 10px
      calc(10px * 5);
    border: 0;
  }
.search [type="submit"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: calc(10px * 5);
    padding: 0;
    text-indent: -9999px;
    background-color: transparent;
    border: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
.search-open {
  display: none;
  width: calc(10px * 4);
  height: calc(10px * 4);
  margin-right: calc(10px * 1.2);
}
@media (max-width: 768px) {
.search-open {
    margin-right: 0
}
  }
.search-open:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free" !important;
    font-size: calc(14px * 1.375);
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    color: rgba(6, 166, 183, 1);
    content: "\f002";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.search-close {
  display: none;
  width: calc(10px * 2);
  height: calc(10px * 2);
  align-items: center;
}
.search-close span {
    background-color: transparent;
  }
.search-close span:before {
      transform: translateY(8px) rotate(45deg);
    }
.search-close span:after {
      transform: translateY(-8px) rotate(-45deg);
    }
@media (max-width: 1024px) {
  .search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: auto;
    max-width: unset;
    height: auto;
    padding-left: calc(10px * 5);
    margin: 0 calc(10px * 3);
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    transition: transform 0.2s ease-in;
    transform: translateY(-100%);
  }

    .search.is-active {
      transform: translateY(0);
    }

    .search:before {
      left: 0;
      color: rgba(6, 166, 183, 1);
    }

    .search [type="search"] {
      width: 100%;
      padding: 10px 0;
      margin-right: calc(10px * 2.5);
      border: 0;
      border-bottom: 2px solid #eceff1;
      border-radius: 0;
    }

  .search-open,
  .search-close {
    display: flex;
    margin-right: 0;
    align-items: center;
    justify-content: center;
  }

  .search-open {
    margin-right: calc(10px / 2);
  }
}
@media (max-width: 768px) {
  .search {
    margin: 0 calc(10px * 1.5);
  }
}
.home-categories {
  margin-bottom: calc(10px * 3);
}
.home-categories ul {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
  }
.home-categories__item {
  width: calc(50% - 30px);
  margin: 0 calc(10px * 1.5) calc(10px * 3);
}
@media (max-width: 1024px) {
.home-categories__item {
    width: 100%
}
  }
.home-categories__link {
  display: flex;
  height: 150px;
  padding: calc(10px * 2.5);
  background-color: #ffffff;
  border: 1px solid #eceff1;
  border-radius: 5px;
  align-items: flex-start;
}
@media (max-width: 1200px) {
.home-categories__link {
    padding: calc(10px * 2.4) calc(10px * 1.4)
}
  }
@media (max-width: 1024px) {
.home-categories__link {
    height: auto;
    text-align: center;
    flex-direction: column;
    align-items: center
}
  }
.home-categories__link:hover .home-categories__title {
      color: rgba(6, 166, 183, 1);
    }
.home-categories__icon {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
}
@media (min-width: 1025px) {
.home-categories__icon {
    margin-right: 10px
}
  }
@media (min-width: 1201px) {
.home-categories__icon {
    margin-right: calc(10px * 2)
}
  }
.home-categories__icon--115000864409 {
  background-image: url("$assets-115000864409-svg");
}
.home-categories__icon--115000864429 {
  background-image: url("$assets-115000864429-svg");
}
.home-categories__icon--115000865505 {
  background-image: url("$assets-115000865505-svg");
}
.home-categories__icon--115000865525 {
  background-image: url("$assets-115000865525-svg");
}
.home-categories__content {
  transition: color 0.2s ease-in;
}
.home-categories__content p {
    margin-bottom: 0;
  }
.home-categories__title {
  color: rgba(6, 166, 183, 1);
  transition: color 0.2s ease-in;
}
@media (max-width: 1024px) {
.home-categories__title {
    margin-bottom: 10px
}
  }
.submit-ticket {
  padding: calc(10px * 4) calc(10px * 1.5);
/*   margin-bottom: calc(10px * 4); */
  margin: calc(10px * 4);
  text-align: center;
  border: 1px solid #eceff1;
  border-radius: 5px;
}
.submit-ticket p {
    margin-bottom: calc(10px * 2.5);
    color: rgba(6, 166, 183, 1);
  }
.tabs {
/*   margin-bottom: calc(10px * 2); */
  margin-top: 16px;
  background: #ffffff;
  border: 1px solid #D9DFED;
  border-radius: 8px;
  transition: .4s ease
}
.home-tabs {
  padding: 32px 32px 12px;
}
.home-tabs .tabs-menu .tabs-link {
  font-size: 20px;
  color: #003390;
  padding: 0px;
  font-weight: 600;
}
.tabs .callout-image .material-symbols-outlined, .accordion__item-content .callout-image .material-symbols-outlined {
  left: 0px;
}
.home-tabs .tab {
  border: none;
}
.tabs .tab {
  padding: 30px;
}
.tabs .tab .table {
  margin-top: 0px;
}
.tab {
  display: block;
/*   padding: calc(10px * 3);
  margin-top: -1px; */
  border-top: 1px solid #DBDBDB;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tab .hljs-ln {
  width: 100%;
}
.tab p:last-child {
    margin-bottom: 0;
  }
.home-tabs .tab {
/*     padding-top: calc(10px * 4); */
    padding-top: 23px;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }
.home-tabs .tabs-link {
/*     padding: calc(10px * 1.5) calc(10px * 2); */
    text-align: left;
  }
.tabs-menu, .tabs-menu-new {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;width: 100% !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
.tabs-menu-new {
  background: #ffffff;
  border: 1px solid #DBDBDB;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.02);
  border-radius: 4px 4px 0px 0px;
}
.tabs-menu .tabs-link, .tabs-menu-new .tabs-link {
/*   width: 105px !important; */
  width: auto !important;
  display: block;
  padding: 10px 9px;
  font-size: 14px;
  color: #8E8E8E;
  text-align: center;
  cursor: pointer;
  border-color: transparent;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: transparent;
  margin-right: 12px;
}
.tabs-menu .tabs-link.is-active, .tabs-menu-new .tabs-link.is-active {
  border-color: transparent;
  border-bottom-color: #06A6B7;
  border-bottom-width: 2px;
  border-radius: 8px 0 0 0;
}
.tabs .tabs-menu ~ .tab, .tabs--colored-1 .tabs-menu ~ .tab, .tabs--colored-1 .tabs-menu-new ~ .tab {
  background: #F9F9FA;
  border-radius: 0 0 8px 8px;
}
.hljs-ln {
    width: 100%;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
  box-shadow: none;
}
.hljs-ln td {
  border: none;
}
pre {
  margin: 0;
  margin-top: 10px;
  white-space: break-spaces;
}
/* pre code.html {
  white-space: break-spaces;
} */
pre code {
  display: block;
  white-space: break-spaces;
  overflow-x: auto;
/*   background: transparent !important; */
  padding: 0 !important;
}
.tabs table.hljs-ln {
  margin-top: 0;
}
@media (max-width: 768px) {
.tabs-menu {
    border: 1px solid #eceff1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}
  }
.tabs-link {
  width: 105px !important;
  display: block;
/*   padding: 10px calc(10px * 3); */
/*   font-size: calc(14px * 1.25); */
  font-size: 16px;
/*   color: rgba(6, 166, 183, 1); */
  color: #8e8e8e;
  text-align: center;
  cursor: pointer;
/*   border-color: transparent; */
  border-color: #E4E2E2;
  border-bottom-color: #DBDBDB;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #ffffff;
  margin-right: 12px;
}
.tabs-link.is-active {
/*     background-color: #ffffff; */
    background-color: transparent;
  }
.tabs-link .fa {
    position: relative;
    top: -1px;
    display: inline-flex;
    width: 26px;
    height: 26px;
    margin-right: 10px;
/*     font-size: calc(14px * 0.75); */
    font-size: 14px;
    color: #D9DFED;
    text-align: center;
    background-color: #fbfcfd;
    border: 1px solid #eceff1;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
@media (max-width: 768px) {
.tabs-link {
    width: 100% !important;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #eceff1;
    border-radius: 0
}

    .tabs-link:last-child {
      border-bottom: 0;
    }
  }
.tabs-link.is-active {
/*   color: #37474f; */
  color: #06A6B7;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
/*   border-color: #eceff1; */
}
.tabs-link.is-active .fa {
    color: #fff;
    background-color: #06a6b7;
    border-color: #fff;
    box-shadow: 0 1px 8px rgba(#8d6e63, 0.12);
  }
.tabs-link.is-active:hover {
    cursor: default;
  }
@media (min-width: 769px) {
.tabs-link.is-active {
    border-bottom-color: transparent
}
  }
.tabs--colored-1 .is-active {
/*     background-color: #fbfcfd; */
    background-color: #ffffff;
  }
.tabs--colored-1 .tab {
/*     background-color: #fbfcfd; */
    background-color: #ffffff;
  	font-size: 14px;
  }
.tabs .tab p {
  margin-top: 0 !important;
}
.tabs--colored-2 .is-active {
    color: #ffffff;
    background-color: rgba(6, 166, 183, 1);
  }
.tabs--colored-2 .is-active:hover {
    color: #ffffff;
    background-color: rgba(6, 166, 183, 1);
  }
.tabs--colored-2 .tabs-link {
    border: 0;
  }
.tabs--colored-2 .tab {
    margin-top: 0;
    background-color: #fbfcfd;
  }
.home-tabs .tabs-link {
  border-style: none;
  border-width: 0;
}
th {
  text-align: center;
  border: 1px solid #D9DFED;
}
td {
  border: 1px solid #D9DFED;
  padding: 10px;
  width: 25%;
}
table {
  border-collapse: collapse;
  border-radius: 4px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #D9DFED;
  font-size: 14px;
  table-layout: fixed;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}
.article__body .callout table > thead tr th, .article__body .callout table tbody tr:first-child td {
  background: transparent;
  border: none;
  text-align: inherit;
}
.article__body table.table-with-image {	
  box-shadow: none;	
}	
.article__body table.table-with-image tbody tr td {	
  background: #ffffff !important;	
  border: none !important;	
  text-align: left !important;	
  font-weight: 500 !important;	
  padding: 0px 12px 0px !important;	
}	
.article__body table.table-with-image tbody tr td ul {	
  padding-left: 16px;	
}
.article__body > table > thead tr th,
.article__body .callout table.table--color-header > thead tr th, 
figure > table.table--color-header > thead tr th,
.article__body > table:not(:has(thead)) tbody tr:first-child td {
	background: #E7F1FC;
	border: 1px solid #E3E3E3;
	border-radius: 4px 4px 0px 0px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  font-feature-settings: 'ss08' on, 'liga' off;
  line-height: 140%;
  height: 61px !important;
  text-align: center !important;
}
.article__body .callout table.table--color-header tr td {
  border: 1px solid #D9DFED !important;
}
figure.wysiwyg-table>table {
  border: none;
}
figure.wysiwyg-table>table td, figure.wysiwyg-table>table th {
  padding: 1em;
}
.article__body > table thead + tbody tr:first-child td {
	background: none;
  text-align: left;
  font-weight: 500;
}
/* table thead tr {
  background: #E7F1FC;
	border: 1px solid #E3E3E3;
	border-radius: 4px 4px 0px 0px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  font-feature-settings: 'ss08' on, 'liga' off;
  line-height: 140%;
  height: 61px !important;
  text-align: center;
} */
table thead tr td:first-child {
  border-top-left-radius: 4px;
}
table thead tr td:last-child {
  border-top-right-radius: 4px;
}
.table {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 16px;
/*   margin-bottom: calc(10px * 3); */
}
.table th {
    padding: 10px;
    vertical-align: top;
  }
table tbody tr td {
    padding: 16px;
    vertical-align: top;
}
.article table tbody tr td, .article table tbody tr td p, table tbody tr td p span {
  font-size: 16px;
}
.table td {
    border: 1px solid #D9DFED;
  }
.table thead th {
    vertical-align: middle;
  }
.table tbody + tbody {
    border-top: 1px solid #D9DFED;
  }
.table .table {
    background-color: #ffffff;
  }
/* .table--color-header th {
    color: #ffffff;
    background-color: rgba(6, 166, 183, 1);
  } */
.table--color-header th, .table thead th, .table thead td {
    color: #333333;
    background-color: #e7f1fc;
  }
/* .table--striped tbody tr:nth-child(odd) {
    background-color: #eceff1;
  } */
.table--hover tbody tr:hover {
    background-color: #eceff1;
  }
/* .table--bordered {
  border: 1px solid #D9DFED;
} */
.table--bordered td {
    border-left: 1px solid #D9DFED;
  }
.table--bordered th {
    border-left: 1px solid #D9DFED;
  }
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media (max-width: 768px) {
.table-responsive {
    width: 100%;
    overflow-y: hidden;
    border: 1px solid #D9DFED;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .table-responsive > .table {
      margin-bottom: 0;
    }
          .table-responsive > .table > thead > tr > th,
          .table-responsive > .table > thead > tr > td,
          .table-responsive > .table > tbody > tr > th,
          .table-responsive > .table > tbody > tr > td,
          .table-responsive > .table > tfoot > tr > th,
          .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap;
          }
  }
.note {
  padding-left: calc(10px * 2);
  margin-top: calc(10px * 3);
  margin-bottom: calc(10px * 3);
  color: #383838;
  border-left: 4px solid #cfd8dc;
}
.note p:last-child {
    margin-bottom: 0;
  }
.note--info {
  border-color: #23a4e2;
}
.note--warning {
  border-color: #ffd550;
}
.note--success {
  border-color: #5cb85c;
}
.note--danger {
  border-color: #d9534f;
}
.callout {
  padding: calc(10px * 2.5) calc(10px * 3);
/*   margin: calc(10px * 3) 0; */
  background-color: #ebf9fc;
/*   border-left: 5px solid #D9DFED; */
}
.callout td {
  width: 5%;
}
.callout p {
/*     margin-top: scut-em(10); */
    color: #445a64;
  }
.callout p:last-child {
      margin-bottom: 0;
    }
.callout a {
    color: rgba(6, 166, 183, 1);
    text-decoration: none;
  }
.callout a:hover {
      text-decoration: underline;
    }
.callout--default {
  color: rgba(6, 166, 183, 1);
  border: 1px solid rgba(6, 166, 183, 1);
}
.callout--transparent {
  background: transparent;
  border: 0;
  box-shadow: 0 0 10px #fff;
}
.callout--success {
  color: rgba(30, 30, 30, 1);
  background-color: #eaf6ea;
  border-color: #5cb85c;
}
/* .callout--success .callout__title {
    color: #5cb85c;
  } */
.callout--info {
  color: rgba(30, 30, 30, 1);
  background-color: #e9f6fc;
  border-color: #23a4e2;
}
/* .callout--info .callout__title {
    color: #23a4e2;
  } */
.callout--warning {
  color: rgba(30, 30, 30, 1);
  background-color: #fff8e4;
  border-color: #ffd550;
}
/* .callout--warning .callout__title {
    color: #ffd550;
  } */
.callout--danger {
  color: rgba(30, 30, 30, 1);
/*   background-color: #fbebea; */
  background-color: #ffebeb;
/*   border-color: #d9534f; */
  border: 2px solid #ffaaa4;
}
/* .callout--danger .callout__title {
    color: #d9534f;
  } */
.callout--primary {
  color: rgba(30, 30, 30, 1);
  background-color: #baf6fd;
  border-color: rgba(6, 166, 183, 1);
}
/* .callout--primary .callout__title {
    color: rgba(6, 166, 183, 1);
  } */
/* .callout--dashed {
  border: 1px dashed rgba(30, 30, 30, 1);
}
.callout--bug {
  border: 1px dashed rgba(30, 30, 30, 1);
}
.callout--feature {
  border: 1px dashed rgba(30, 30, 30, 1);
}
.callout--enhancement {
  border: 1px dashed rgba(30, 30, 30, 1);
} */
.accordion {
    padding-top: 0;
    height: 100% !important;
    /* margin-bottom: calc(10px * 2); */
    overflow: hidden;
    border: 1px solid rgba(217, 223, 237, 0.5);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.accordion .material-symbols-outlined {
  display: content;
  font-size: 32px;
  color: #06A6B7;
  position: absolute;
  left: 11px;
  transition: transform 0.2s;
  transform: rotate(0deg);
}
.accordion .accordion__item-title--active .material-symbols-outlined {
      transition: transform 0.2s;
      transform: rotate(-90deg);
    }
.accordion__item-title {
  position: relative;
  padding: calc(10px * 1.5) calc(10px * 2)
    calc(10px * 1.5) calc(10px * 5);
/*   font-size: calc(14px * 1.25); */
  font-size: 16px;
  cursor: pointer;
}
.accordion__item-title:not(.accordion__item-title--active) {
    border-bottom: 1px solid rgba(217, 223, 237, 0.5);
  }
.accordion__item-title:before {
    position: absolute;
    content: "";
  }
.accordion__item-title p {
  margin: 0;
  }
.article .accordion__item-title .material-symbols-outlined {
  margin-top: 2px;
}
.accordion__item-content {
  display: none;
/*   padding: calc(10px * 2); */
  padding: 20px 50px;
  border-bottom: 1px solid #cfd8dc;
}
.accordion__item-content p:last-child {
    margin-bottom: 0;
  }
.accordion__item:last-child .accordion__item-title {
  border-bottom: none;
}
/* .accordion--default .accordion__item-title:before {
    top: 50%;
    left: 22px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-bottom: calc(1px * 2) solid rgba(6, 166, 183, 1);
    border-left: calc(1px * 2) solid rgba(6, 166, 183, 1);
    transition: transform 0.2s;
    transform: rotate(-45deg);
  } */
.accordion--default .accordion__item-title--active {
    background-color: #f5f6f7;
  }
/* .accordion--default .accordion__item-title--active:before {
      transition: transform 0.2s;
      transform: rotate(135deg);
    } */
.accordion--colored .accordion__item-title {
    transition: background-color 0.2s;
  }
.accordion--colored .accordion__item-title:before {
      top: 50%;
      background-color: #cfd6db;
    }
.accordion--colored .accordion__item-title:after {
      top: 50%;
      background-color: #cfd6db;
    }
.accordion--colored .accordion__item-title:before {
      left: 20px;
      width: 10px;
      height: 2px;
      margin-top: -1px;
    }
.accordion--colored .accordion__item-title:after {
      position: absolute;
      left: 24px;
      width: 2px;
      height: 10px;
      margin-top: -5px;
      content: "";
    }
.accordion--colored .accordion__item-title--active {
      color: #ffffff;
      background-color: rgba(6, 166, 183, 1);
      transition: background-color 0.2s;
    }
.accordion--colored .accordion__item-title--active:before {
        background-color: #ffffff;
      }
.accordion--colored .accordion__item-title--active:after {
        display: none;
      }
.recent-activity-header {
  display: none;
}
.recent-activity-item-parent {
  display: block;
  margin-bottom: calc(10px * 2);
  font-size: calc(14px * 0.75);
  line-height: 1.2;
  color: rgba(6, 166, 183, 1);
  text-transform: uppercase;
}
.recent-activity-item-comment span:before {
      display: inline-block;
      margin-right: calc(10px / 2);
/*       font-family: "Font Awesome 5 Free"; */
  font-family: inherit;
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      content: "\f075";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
.tab-articles__list,
.recent-activity-list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}
.tab-articles__item:hover {
  text-decoration-line: underline;
}
.tab-articles__item {
  width: 50%;
  padding: 0 calc(10px * 2) calc(10px * 2) 0;
}
.recent-activity-item {
  width: 50%;
  padding: 0 calc(10px * 2) calc(10px * 2) 0;
}
@media (max-width: 768px) {
.tab-articles__item,
.recent-activity-item {
    width: 100%;
    padding-right: 0
}
  }
.tab-articles__title {
  display: block;
  margin-bottom: calc(10px / 2);
  font-size: calc(14px * 1.125);
  line-height: 22px;
  font-weight: 600;
}
.recent-activity-item-link {
  display: block;
  margin-bottom: calc(10px / 2);
  font-size: calc(14px * 1.125);
  line-height: 1.2;
}
.tab-articles__discr {
  font-size: 15px;
}
.recent-activity-item-meta {
  font-size: 15px;
  color: rgba(6, 166, 183, 1);
}
.recent-activity-no-activities {
  font-size: 15px;
  color: rgba(6, 166, 183, 1);
}
.page-header {
  margin-bottom: calc(10px * 3);
}
.page-header__headline {
  display: flex;
  justify-content: space-between;
}
.page-header__headline span {
    color: rgba(6, 166, 183, 1);
  }
.page-header__headline .section-subscribe {
    margin-left: 10px;
    flex-shrink: 0;
  }
.page-header__description {
  margin-bottom: 0;
  line-height: 1.2;
  color: #000000;
}
.section-tree {
  display: flex;
  flex-wrap: wrap;
}
.section-tree__column {
  width: 50%;
  padding-right: calc(10px * 2);
  margin-bottom: calc(10px * 2);
}
@media (max-width: 768px) {
.section-tree__column {
    width: 100%
}
  }
.section__title {
  font-size: calc(14px * 1.375);
}
.section__title-link {
  color: rgb(1 167 183);
}
.article-list {
  margin-bottom: 0;
  padding-left: 1em;
  border-left: 1px solid #01a7b74f;
}
.article-list-item {
  margin-bottom: calc(10px * 0.8);
  font-size: calc(14px * 1.125);
}
.article-list-item--is-promoted span {
  width: 15px;
  height: 15px;
  margin-top: -2px;
  margin-right: calc(10px / 2);
  font-size: calc(14px * 0.6);
  line-height: 15px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(30, 30, 30, 1);
  border-color: #ffb74d;
  border-radius: 50%;
  box-shadow: 0 1px 8px #e4dbd8;
  flex-shrink: 0;
}
.article {
  padding: 30px;
  margin-bottom: calc(10px * 3);
  border: 1px solid #eceff1;
  border-radius: 7px;
}
.article p {
  font-size: 16px;
}
.article p, a, li, td {
  overflow-wrap: break-word;
}
[data-article-loading] .article {
    margin-bottom: calc(10px * 6);
  }
.article-header {
/*   margin-bottom: calc(10px * 2.2); */
  border-bottom: 1px solid #eceff1;
}
.article-header h1 {
  font-weight: bold;
}
.article-header--small .article-title {
    margin-bottom: 10px;
    font-size: calc(14px * 1.625);
  }
.article-title {
  margin-bottom: calc(10px * 2.5);
  font-weight: 600;
  font-size: 30px !important;
}
@media (max-width: 420px) {
.article-title {
    font-size: calc(14px * 1.625)
}
  }
.article-title span {
    color: rgba(6, 166, 183, 1);
  }
.article-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.article-subscribe {
  margin-left: 10px;
}
.article__attachments {
  display: none;
  margin-bottom: calc(10px * 2);
}
.article-vote {
  padding: 10px;
/*   padding: calc(10px * 3); */
/*   margin-bottom: calc(10px * 3); */
  text-align: center;
  border: 1px solid #eceff1;
  border-radius: 5px;
  position: fixed;	
  bottom: 3.5em;	
  width: 247px;
}
.article-vote-question {
  display: block;
  margin-bottom: calc(10px * 1.5);
/*   font-size: calc(14px * 1.25); */
  font-size: 14px;
}
.article-vote-controls {
  display: flex;
  margin-bottom: calc(10px * 2);
  justify-content: center;
}
.article-vote-controls__item {
  width: 100px;
  margin: 0 calc(10px * 1.5);
/*   font-family: CircularXXWeb-Regular, Arial, sans-serif !important; */
}
.article-vote-controls__item:before {
    margin-right: 10px;
/*     font-family: "Font Awesome 5 Free" !important; */
    font-family: inherit !important;
    font-size: calc(14px * 1.375);
    font-weight: 900;
    color: rgba(6, 166, 183, 1);
    transition: color 0.2s ease-in;
  }
.article-vote-controls__item:hover:before {
    color: #ffffff !important;
  }
.article-vote-controls__item--up.article-vote-controls__item--voted:before {
  color: #5cb85c;
}
.article-vote-controls__item--down.article-vote-controls__item--voted:before {
  color: #d9534f;
}
.article-vote-count {
  font-size: calc(14px * 0.875);
  color: rgba(6, 166, 183, 1);
}
.article-more-questions {
  margin-bottom: calc(10px * 2);
}
.article-nav {
  margin: calc(10px * 3) 0 calc(10px * 8);
}
[data-article-loading] .article-nav {
    display: none;
  }
.article-nav__inner:before,
  .article-nav__inner:after {
    display: table;
    content: "";
  }
.article-nav__inner:after {
    clear: both;
  }
.article-nav__element {
  display: flex;
  align-items: center;
}
.article-nav__element--prev {
  float: left;
}
.article-nav__element--next {
  float: right;
}
.prev-next-btn {
  position: relative;
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.prev-next-btn:before {
    display: inline-block;
    margin-top: 1px;
/*     font-family: "Font Awesome 5 Free"; */
  font-family: inherit;
    font-size: calc(calc(14px * 1.25));
    font-style: normal;
    font-weight: 900;
    line-height: 12px;
    text-align: center;
    text-indent: 0;
    transition: transform 0.2s ease-in;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
@media (max-width: 768px) {
.prev-next-btn {
    width: 40px;
    height: 40px;
    color: transparent !important;
    border: 2px solid rgba(6, 166, 183, 1);
    border-radius: 50%
}

    .prev-next-btn:before {
      position: absolute;
      top: 12px;
      right: 0;
      bottom: 0;
      left: 0;
      color: rgba(6, 166, 183, 1) !important;
    }
  }
.prev-next-btn--prev {
  margin-right: 10px;
}
.prev-next-btn--prev:hover:before {
    transform: translateX(-5px);
  }
.prev-next-btn--prev:before {
    margin-right: calc(10px / 2);
    content: "\f177";
  }
.prev-next-btn--next {
  margin-left: 10px;
  flex-direction: row-reverse;
}
.prev-next-btn--next:hover:before {
    transform: translateX(5px);
  }
.prev-next-btn--next:before {
    margin-left: calc(10px / 2);
    content: "\f178";
  }
.article-nav__title {
  color: rgba(6, 166, 183, 1);
}
@media (max-width: 768px) {
.article-nav__title {
    display: none
}
  }
.article-loader {
  display: none !important;
  margin: calc(10px * 3) auto;
  color: rgba(6, 166, 183, 1);
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
[data-article-loading] .article-loader {
    display: block !important;
  }
[data-article-loading] .article-footer {
  display: none !important;
}
/* .article__body {
  font-size: 16px;
} */
.article__body h1 {
    margin-top: calc(8px * 3) !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}
.article__body h2 {
/*     margin-top: calc(10px * 3); */
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    font-size: 22px;
/*     font-size: calc(14px * 1.625); */
  }
.article__body h3 {
  margin-top: 16px !important;
    margin-bottom: 0 !important;
}
.article__body p {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}
.article__body .wysiwyg-font-size-x-large {
    margin-top: calc(10px * 3);
    font-size: calc(14px * 1.625);
  }
.article__body h3 {
    font-size: calc(14px * 1.375);
  }
.article__body .wysiwyg-font-size-large {
    font-size: calc(14px * 1.375);
  }
.article__body h4 {
    font-size: calc(14px * 1.25);
  }
.article__body .wysiwyg-font-size-medium {
    font-size: calc(14px * 1.25);
  }
.article__body h5 {
    font-size: calc(14px * 1.125);
  }
.article__body h6 {
    font-size: calc(14px * 1.125);
  }
.article__body .wysiwyg-font-size-small {
    font-size: calc(14px * 0.75);
  }
.article__body > ul, .article__body > ol,
.article__body > ol ul:not(:has(ul)),
.article__body > ol ol:not(:has(ol)) {
    padding-left: calc(10px * 4.5);
    margin-bottom: 0;
}
/* .article__body ul, .article__body ol { */
/*     padding-left: calc(10px * 2); */
/*     padding-left: calc(10px * 1.5); */
/*   	margin-bottom: 0; */
/*   } */
/* .article__body ol {
    padding-left: calc(10px * 2);
  } */
.article__body .tabs > ol {
    padding-left: calc(27px * 2);
  }
ul, ol {
	list-style-position: inside;
}
.article__body ul ul {
      margin-top: 10px;
  }
.article__body ul ol {
  margin-top: 10px;
  padding: 0 0.5em;
}
.article__body ol > ul {
      margin-top: 10px;
  padding: 0;
    }
.article__body ul > ol {
      margin-top: 10px;
  padding: 0;
    }
.article__body ol ol {
  margin-top: 10px;
  padding-left: 0;
}
/* .article__body ul li {
      margin-bottom: 10px;
    } */
.article__body li {
      margin-bottom: 0px;
      margin-top: 10px;
    }
/*Global text styles*/
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-primary {
  background-color: #5cebfa;
}
.text-info {
  background-color: #23a4e2;
}
.text-warning {
  background-color: #ffd550;
}
.text-danger {
  background-color: #d9534f;
}
.text-success {
  background-color: #5cb85c;
}
/*Content elements*/
blockquote {
  padding: calc(10px * 1.5) calc(10px * 2);
  margin: 0 0 calc(10px * 2);
  font-style: inherit;
  background-color: rgb(220,220,220,0.2);
  border-left: 5px solid #D9DFED;
}
blockquote.is-colored {
    border-color: #ffb74d;
  }
/*Description Lists*/
dl {
  margin-top: 0;
  margin-bottom: calc(10px * 1.5);
  font-size: 14px;
}
dt {
  margin-bottom: 10px;
  line-height: 1.2;
}
dd {
  margin-bottom: 10px;
  line-height: 1.2;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal:before,
  .dl-horizontal:after {
    display: table;
    content: "";
  }
.dl-horizontal:after {
    clear: both;
  }
.dl-horizontal dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
@media (min-width: 769px) {
.dl-horizontal dt {
      float: left;
      width: 30%;
      padding-right: calc(10px * 1.5);
      clear: both
  }
    }
@media (min-width: 769px) {
.dl-horizontal dd {
      float: right;
      width: 70%
  }
    }
/*Colored list*/
ol.list-colored {
  padding: 0;
  list-style-type: none;
  counter-reset: list;
}
ol.list-colored li {
    position: relative;
    padding-left: calc(10px * 3.5);
    list-style: none;
    counter-increment: list;
  }
ol.list-colored li:before {
      position: absolute;
      top: 1px;
      left: 0;
      width: 25px;
      height: 25px;
      font-size: calc(14px * 0.875);
      line-height: 25px;
      color: #ffffff;
      text-align: center;
      content: counter(list);
      background-color: rgba(6, 166, 183, 1);
      border-radius: 50%;
    }
ul.list-bullet {
  padding: 0;
}
ul.list-bullet li {
    position: relative;
    padding-left: calc(10px * 3);
    list-style: none;
  }
ul.list-bullet li:before {
      position: absolute;
      top: 4px;
      left: 0;
      display: inline-block;
/*       font-family: "Font Awesome 5 Free"; */
  font-family: inherit;
      font-style: normal;
      font-weight: 900;
      line-height: 1;
      color: rgba(6, 166, 183, 1);
      content: "\f00c";
      background-color: transparent;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
.image-with-border {
  padding: 10px;
  border: 1px solid #eceff1;
  border-radius: 5px;
}
.image-with-background, .article__body img {
  padding: 10px;
  border-radius: 5px;
  background: #eaeef5;
  box-shadow: 0 0 3px 1px #e7e8e992;
}
.image-with-shadow {
  display: block;
  box-shadow: 0 4px 15px 2px rgba(6, 166, 183, 1);
}
.image-overlay {
  position: relative;
}
.image-overlay:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
  }
.image-with-video-icon {
  position: relative;
  display: block;
}
.image-with-video-icon img {
    display: block;
    width: 100%;
  }
.image-with-video-icon:after {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 1.875em 3.125em;
    border-right-width: 0;
    border-left-color: #ffffff;
    transition: transform 0.2s;
    transform: translate(50%, -50%);
  }
.image-with-video-icon:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #515151;
  }
.image-with-video-icon:hover:after {
    transform: translate(50%, -50%) scale(1.1);
  }
.entry-info {
  display: flex;
}
.entry-info__avatar {
  flex-shrink: 0;
}
.entry-info__content .author {
    display: block;
    margin-bottom: calc(10px / 4);
    font-weight: 400;
  }
.entry-info__content .meta {
    font-size: calc(14px * 0.875);
  }
.my-activities-menu:not(.my-activities-menu--sub) {
  padding-bottom: calc(10px * 1.5);
  margin-bottom: 10px;
  border-bottom: 1px solid #eceff1;
}
.my-activities-menu:not(.my-activities-menu--sub) .my-activities-menu__item {
    padding: calc(10px / 1.5) calc(10px * 2)
      calc(10px / 1.2);
    border: 1px solid rgba(6, 166, 183, 1);
  }
@media (max-width: 420px) {
.my-activities-menu:not(.my-activities-menu--sub) .my-activities-menu__item {
      padding: calc(10px / 2) 10px;
      border: 0
  }
    }
.my-activities-menu:not(.my-activities-menu--sub) .my-activities-menu__item:not(:first-child) {
      border-left: 0;
    }
.my-activities-menu:not(.my-activities-menu--sub) .is-active {
    color: #ffffff;
    background-color: rgba(6, 166, 183, 1);
  }
.my-activities-menu--sub {
  margin-bottom: calc(10px * 3);
}
.my-activities-menu--sub .my-activities-menu__item:not(:last-child):after {
      display: inline-block;
      width: 4px;
      height: 4px;
      margin: 0 10px;
      vertical-align: middle;
      content: "";
      background-color: rgba(6, 166, 183, 1);
      border-radius: 50%;
    }
.my-activities-menu--sub .is-active {
    font-weight: 600;
  }
.my-activities-menu__items {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.my-activities-items {
  margin-top: calc(10px * 3);
  margin-bottom: calc(10px * 5);
  /**color: rgba(6, 166, 183, 1);**/
  color: #1E1E1E;
}
.my-activities-items .requests-link:hover {
      color: rgba(6, 166, 183, 1);
    }
.my-activities-items .requests-sort-symbol {
    margin-left: calc(10px * 2);
  }
@media (min-width: 769px) {
.my-activities-items {
    display: table;
    width: 100%
}

    .my-activities-items .my-activities-item__icon {
      display: none;
    }
  }
.my-activities-items__head {
  display: none;
  color: rgba(6, 166, 183, 1);
  color: rgba(6, 166, 183, 1);
}
.my-activities-items__head .my-activities-items__col {
    padding: calc(10px * 1.5) 0;
    font-size: calc(14px * 0.875);
  }
@media (min-width: 769px) {
.my-activities-items__head {
    display: table-header-group;
    font-weight: 800;
    text-transform: uppercase
}
  }
@media (min-width: 769px) {
.my-activities-items__body {
    display: table-row-group
}
  }
@media (min-width: 769px) {
.my-activities-items__row {
    display: table-row
}
  }
@media (max-width: 768px) {
.my-activities-items__row {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #D9DFED
}
  }
.my-activities-items__col {
  line-height: 1.2;
}
@media (min-width: 769px) {
.my-activities-items__col {
    display: table-cell;
    padding: calc(10px * 1.2) 0;
    border-bottom: 1px solid #D9DFED
}

    .my-activities-items__col + .my-activities-items__col {
      padding-left: calc(10px * 1.5);
    }
  }
@media (max-width: 768px) {
.my-activities-items__request-id {
    display: inline
}
  }
@media (min-width: 769px) {
.my-activities-items__request-id {
    display: none
}
  }
.my-activities-item__title {
  color: rgba(6, 166, 183, 1);
}
.my-activities-item__title:hover {
    color: rgba(6, 166, 183, 1);
  }
@media (max-width: 768px) {
  .my-activities-item__title {
    display: block;
    margin-bottom: calc(10px * 2);
    font-size: calc(10px * 2);
  }

  .my-activities-item__meta {
    display: inline-block;
  }

    .my-activities-item__meta:after {
      margin: 0 calc(10px / 2);
      content: "\2022";
    }

    .my-activities-item__meta:last-of-type:after {
      display: none;
    }
}
.request-table-filters {
  padding: calc(10px * 1.2) 10px;
  margin: calc(10px * 2) 0 calc(10px * 3);
  background-color: #eceff1;
}
.request-table-filters input[type="search"] {
    box-sizing: border-box;
  }
@media (min-width: 769px) {
.request-table-filters {
    display: flex;
    padding: 10px 10px 0;
    justify-content: space-between
}
  }
.request-table-filters a {
    display: block;
  }
.request-table-filters .requests-search {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    line-height: 36px;
    border: 1px solid rgba(6, 166, 183, 1);
  }
.request-table-filters .request-filter-label {
    display: block;
    padding-bottom: calc(10px * 0.7);
    font-size: calc(14px * 0.875);
    text-transform: uppercase;
  }
.request-table-filters .request-filter {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    line-height: 36px;
    background-color: #ffffff;
    border: 1px solid rgba(6, 166, 183, 1);
    border-radius: 0;
  }
.request-table-filters .request-filter-select {
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
  }
.request-table-filters .request-filter-select select {
      position: relative;
      z-index: 1;
      cursor: pointer;
      background-color: transparent;
      border-radius: 5px;
    }
.request-table-filters .request-filter-select:after {
      position: absolute;
      top: 25%;
      right: 10px;
      line-height: 14px;
      color: #999;
      content: "\25BE";
    }
.request-table-filters__item {
  margin-bottom: calc(10px * 1.5);
}
@media (min-width: 769px) {
.request-table-filters__item {
    display: flex;
    width: 32%;
    flex-direction: column;
    justify-content: flex-end
}
  }
@media (max-width: 768px) {
    .request-table-filters__item:last-child {
      margin-bottom: 0;
    }
  }
.request-table-organization {
  display: flex;
}
.request-table-organization__col--main {
  width: 100%;
}
.request-table-organization__col--button a {
  height: 36px;
  padding: 0 10px;
  margin-left: 10px;
  line-height: 32px;
}
.request-id {
  display: inline-block;
  padding: 2px calc(10px / 2);
  margin-bottom: calc(10px / 2);
  font-size: calc(14px * 0.875);
  color: #ffffff;
  background-color: rgba(6, 166, 183, 1);
}
.request-page .comment {
    padding-bottom: calc(10px / 2);
  }
.request-page .comment__inner {
    min-height: auto;
    padding-right: 0;
  }
.request-details {
  padding: calc(10px * 2);
  border: 1px solid #eceff1;
}
.request-details p:last-of-type {
    margin-bottom: 0;
  }
@media (max-width: 420px) {
    .request-details dt {
      margin-bottom: 0;
    }
  }
/*Comment List*/
.comments__header {
  padding-bottom: calc(10px * 2);
  margin-bottom: calc(10px * 2);
  border-bottom: 1px solid #eceff1;
}
.comment {
  padding-bottom: calc(10px * 2);
  margin-bottom: calc(10px * 2);
  border-bottom: 1px solid #eceff1;
}
.comment-sorter {
  display: flex;
  justify-content: space-between;
}
.comment__inner {
  position: relative;
  min-height: 110px;
  padding-right: calc(10px * 4);
}
.comment__header {
  margin-bottom: calc(10px * 2);
}
.comment__official-heading {
  display: inline-block;
  padding: 0 calc(10px / 2);
  margin-bottom: calc(10px / 2);
  font-size: calc(14px * 0.875);
  line-height: 1.5;
  color: #ffffff;
  background-color: #08d3e8;
}
.comment__body {
  margin-bottom: 10px;
}
.comments__list {
  margin-bottom: calc(10px * 3);
}
/*Vote*/
.comment__voting-and-actions {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.vote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.vote-sum {
  line-height: 2;
}
.vote-control,
.comment__actions {
  display: flex;
  width: 30px;
  height: 30px;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.comment__actions .dropdown-toggle:after {
    margin-left: 0;
    content: "\f013";
  }
/*Comment form*/
.comments__callout {
  margin: calc(10px * 2) 0;
  font-size: 14px;
}
.comment-form {
  position: relative;
  padding-left: 60px;
  margin: calc(10px * 3) 0;
}
@media (max-width: 768px) {
.comment-form {
    padding-left: 0
}
  }
.comment-form__controls {
  margin-bottom: calc(10px * 2);
}
.comment-form__avatar {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
.comment-form__avatar {
    display: none
}
  }
.comment-form__body {
  margin-bottom: calc(10px * 2);
}
.comment-form__mark-as-solved {
  padding: calc(10px * 1.5) 0;
}
.meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.meta__item {
  display: flex;
  font-size: calc(14px * 0.875);
  color: rgba(6, 166, 183, 1);
  align-items: center;
}
.meta__item:after {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 10px;
    content: "";
    background-color: #D9DFED;
    border-radius: 50%;
  }
.meta__item:last-of-type:after {
    display: none;
  }
.search-results-count {
  margin-bottom: calc(10px * 3);
}
@media (max-width: 768px) {
.search-results-count {
    font-size: calc(14px * 1.375)
}
  }
.search-results {
  display: flex;
  margin-right: -10px;
  margin-bottom: calc(10px * 3);
  flex-wrap: wrap;
}
.search-results__column {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 768px) {
.search-results__column {
    width: 100%
}
  }
.search-result {
  padding: calc(10px * 2);
  margin-bottom: calc(10px * 2);
  border: 1px solid #eceff1;
  border-radius: 5px;
}
.search-result-votes {
  padding: calc(10px / 3);
  margin-left: calc(10px / 2);
  font-size: calc(14px * 0.875);
  color: rgba(6, 166, 183, 1);
  border: 1px solid #eceff1;
  border-radius: 3px;
}
.searchbox ul {
    padding-left: 0;
    margin: 10px 0 calc(10px * 2);
    list-style: none;
  }
.searchbox li {
    margin-bottom: calc(10px / 2);
  }
.error-page {
  padding: calc(10px * 5) 0 calc(10px * 7);
  text-align: center;
}
.error-page h2 {
    margin-bottom: calc(10px / 2);
    font-size: calc(14px * 2);
  }
.error-page p {
    margin: 0 0 10px;
    color: rgba(6, 166, 183, 1);
  }
.error-page a {
    color: rgba(6, 166, 183, 1);
  }
.error-page a:hover {
      text-decoration: none;
    }
.error-page__title {
  margin-bottom: calc(10px / 2);
  font-size: 80px;
  font-weight: 800;
  color: rgba(6, 166, 183, 1);
  letter-spacing: 4px;
}
.error-page__link {
  display: block;
  margin-top: calc(10px * 3);
}
.error-page__link:hover {
    color: rgba(30, 30, 30, 1);
  }
.error-page__link:before {
    display: inline-block;
    padding-right: 2px;
    content: "<";
    transition: transform 0.2s ease-in;
  }
.error-page__link:hover:before {
    transform: translateX(-3px);
  }
.pagination {
  margin: calc(10px * 2) 0 10px;
}
.pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: center;
    align-items: center;
  }
.pagination li {
    margin: 0 10px 10px;
    line-height: 1;
  }
.pagination .pagination-current {
    display: flex;
    width: 30px;
    height: 30px;
    color: #ffffff;
    background-color: rgba(6, 166, 183, 1);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
.pagination .pagination-current span {
      margin-right: 1px;
    }
.pagination a {
    color: rgba(6, 166, 183, 1);
  }
.pagination a:hover {
      color: rgba(30, 30, 30, 1);
    }
.footer {
  display: flex;
  width: calc(100% - 250px);
  padding: calc(10px * 2) 0;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
.footer {
    text-align: center;
    flex-direction: column-reverse;
    justify-content: center;
    align-self: center;
	}
  .feedback-container div {	
    justify-content: center;	
  }	
  .feedback-container div button {	
    width: 100%;	
  }
}
.footer a {
    color: rgba(6, 166, 183, 1);
  }
.footer a:hover {
      color: rgba(30, 30, 30, 1);
    }
.footer-menu {
  margin-bottom: 10px;
}
.footer-menu ul {
    display: flex;
    margin: 0;
    line-height: 1.2;
    text-align: center;
  }
.footer-menu li {
    padding: 0 calc(10px * 1.8);
  }
.footer-socials {
  display: flex;
  margin: 0 1em;
}
.footer-socials li {
    padding: 0 0 0 calc(10px * 1.5);
  }
@media (max-width: 768px) {
.footer-socials li {
      padding: 0 calc(10px * 1.5)
  }
    }
.footer-socials a {
    font-size: calc(14px * 1.25);
  }
.copyright {
  display: flex;
  margin-bottom: 10px;
  flex-shrink: 0;
}
.copyright__logo {
  height: calc(10px * 4);
  margin-right: 10px;
}
.copyright__content span {
    display: block;
  }
.copyright__content a {
    color: inherit;
  }
.copyright__content a:hover {
      color: rgba(6, 166, 183, 1);
    }
.copyright__info {
  margin-bottom: calc(10px / 3);
  font-size: calc(14px * 0.875);
  white-space: nowrap;
}
.copyright__copy {
  font-size: calc(14px * 0.75);
}
.dropdown-toggle:after {
    display: inline-block;
    margin-left: calc(10px / 2);
/*     font-family: "Font Awesome 5 Free"; */
  font-family: inherit;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    color: inherit;
    vertical-align: baseline;
    content: "\f107";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.dropdown-menu {
  min-width: 170px;
  padding: 0;
  margin-top: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .callout td {
    width: 11%;
  }
.dropdown-menu {
    margin-top: 0
}
  }
.dropdown-menu [role="menuitem"] {
    position: relative;
    padding: 10px calc(10px * 1.5);
    font-size: calc(14px * 0.875);
    color: #37474f;
    text-decoration: none;
    white-space: normal;
  }
.dropdown-menu [role="menuitem"]:hover {
      color: #37474f;
      background-color: #eceff1;
    }
.dropdown-menu [role="menuitem"][aria-selected="true"]:after {
    position: absolute;
    top: 11px;
    right: 12px;
    display: inline-block;
    margin-left: 10px !important;
/*     font-family: "Font Awesome 5 Free"; */
  font-family: inherit;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    content: "\f00c";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
@media (max-width: 768px) {
#user {
    display: block;
    padding: calc(10px / 2) 0
}
      #user #user-dropdown:after,
      #user #user-dropdown:before {
        display: none !important;
      }
  }
#user .dropdown-toggle:hover {
    color: rgba(6, 166, 183, 1);
  }
#user #user-dropdown {
    margin-top: 10px;
  }
@media (max-width: 768px) {
#user #user-name {
      display: none
  }
    }
.user-info .btn.with-image {
    display: flex;
    padding: 0;
    background-color: transparent;
    align-items: center;
  }
.user-info .btn.with-image span {
      padding-left: calc(10px / 2);
      vertical-align: middle;
    }
.user-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.avatar {
  position: relative;
  margin-right: calc(10px * 1.2);
}
.avatar--agent:before {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    margin-right: -4px;
    margin-bottom: -4px;
/*     font-family: "Font Awesome 5 Free"; */
  font-family: inherit;
    font-size: calc(14px * 0.75);
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    color: rgba(6, 166, 183, 1);
    content: "\f19d";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.language-selector {
  margin-bottom: calc(10px * 2);
}
@media (max-width: 768px) {
#topbar .dropdown-menu {
    position: static;
    background-color: transparent;
    border: none;
    box-shadow: none
}

    #topbar .dropdown-menu [role="menuitem"] {
      padding: calc(10px / 2) 0 !important;
    }

      #topbar .dropdown-menu [role="menuitem"]:hover {
        background-color: transparent;
      }
  }
.share {
  display: flex;
  padding-left: 0;
  margin: 0;
  white-space: nowrap;
  list-style: none;
  flex-wrap: wrap;
}
.share li {
  position: relative;
  display: inline-block;
  margin-right: calc(10px * 0.8);
  margin-bottom: calc(10px / 2);
  vertical-align: top;
}
.share a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  background-color: #eceff1;
  border-radius: 50%;
  touch-action: manipulation;
}
.share a:hover {
    background-color: #cfd6db;
  }
.share a:before {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.share-facebook {
  color: #3d5b95;
}
.share-facebook:before {
    content: "\f09a";
  }
.share-twitter {
  color: #24aadd;
}
.share-twitter:before {
    content: "\f099";
  }
.share-linkedin {
  color: #0976b4;
}
.share-linkedin:before {
    content: "\f0e1";
  }
.share-googleplus {
  color: #d23e30;
}
.share-googleplus:before {
    content: "\f0d5";
  }
.profile-header {
  padding: calc(10px * 1.5) 0;
  text-align: center;
}
.profile-header__name {
  margin-bottom: calc(10px * 1.5);
  font-size: calc(14px * 2);
  line-height: 1;
}
.profile-header__avatar {
  margin-bottom: 10px;
  text-align: center;
}
.profile-header__avatar .avatar {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-right: 0;
  }
.profile-header__avatar img {
    width: 100%;
    height: 100%;
  }
.profile-header__description {
  color: rgba(6, 166, 183, 1);
}
.profile-header__private-badge {
  display: inline-block;
  margin-bottom: calc(10px * 1.5);
  background-color: rgba(6, 166, 183, 1);
}
.profile-stats {
  margin: 0 0 calc(10px * 0.7);
  justify-content: center;
}
.profile-stats__value {
  padding-left: calc(10px / 2);
}
.profile-header__options {
  margin-top: calc(10px * 1.5);
}
.profile-nav {
  margin: calc(10px * 1.5) 0 calc(10px * 2.5);
  text-align: center;
}
.profile-nav__items {
  display: inline-flex;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.profile-nav__item {
  padding: 8px 12px;
  font-size: calc(14px * 0.875);
  line-height: 1.3;
  border: 1px solid rgba(6, 166, 183, 1);
  border-right: 0;
}
.profile-nav__item:last-of-type {
    border-right: 1px solid rgba(6, 166, 183, 1);
  }
@media (max-width: 768px) {
  .article-vote {	
    position: inherit;	
    width: auto;	
  }	
  .toc-enabled .article-column-toc .toc-container {	
    border: none;	
    padding: none;	
  }
.profile-nav__item {
    padding: calc(10px * 0.6) 10px;
    border: 0 !important
}
  }
.profile-nav__item.is-active {
    color: #ffffff;
    background-color: rgba(6, 166, 183, 1);
  }
.profile-nav__item a {
    color: rgba(6, 166, 183, 1);
  }
.profile-section {
  margin-top: calc(10px * 5);
}
.profile-section__header {
  margin-bottom: calc(10px * 3);
}
.profile-section__title {
  font-size: calc(14px * 2);
}
.profile-section-sorter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-activity-list {
  margin: 0 0 calc(10px * 5);
}
.profile-activity {
  padding-bottom: calc(10px / 2);
  margin-bottom: calc(10px * 2);
  border-bottom: 1px solid #eceff1;
}
.profile-activity__header {
  margin-bottom: 10px;
}
.profile-contribution .meta {
    margin-top: calc(10px * 1.5);
  }
.profile-contribution .meta .comment-link:hover {
      color: rgba(6, 166, 183, 1);
    }
.profile-contribution__title {
  margin-bottom: 0;
  font-size: calc(14px * 1.625);
  color: rgba(6, 166, 183, 1);
}
.profile-contribution__title a {
    text-decoration: none;
  }
.profile-contribution__title a:hover {
      color: rgba(30, 30, 30, 1);
    }
.profile-contribution__breadcrumbs {
  display: flex;
  padding: 10px 0;
  margin-bottom: 0;
}
.status-label {
  padding: 2px calc(10px / 2);
  font-size: calc(14px * 0.875);
  color: #ffffff;
}
.status-label--pending {
  background-color: #ffd550;
}
.status-label--with-ticket {
  background-color: rgba(6, 166, 183, 1);
}
.status-label--with-ticket:hover {
    color: #ffffff;
  }
.status-label--with-ticket:focus {
    color: #ffffff;
  }
.status-label--with-ticket:active {
    color: #ffffff;
  }
.status-label--solved,
.status-label--closed {
  background-color: #5cb85c;
}
.status-label--new,
.status-label--open {
  background-color: #d9534f;
}
.status-label--answered {
  background-color: #ffd550;
}
.status-label--official {
  background-color: rgba(6, 166, 183, 1);
}
.status-label--completed,
.status-label--answered {
  background-color: #5cb85c;
}
.status-label--planned {
  background-color: #8d6e63;
}
.status-label--not-planned {
  color: rgba(30, 30, 30, 1);
  background-color: #eceff1;
}
.scroll-to-top.fa {
  position: fixed;
  right: calc(10px * 2);
/*   bottom: -calc(10px * 5); */
  bottom: 10px;
  z-index: 3;
  display: flex;
/*   width: calc(10px * 5);
  height: calc(10px * 5); */
  width: calc(10px * 4);
  height: calc(10px * 4);
  font-size: calc(14px * 2);
/*   color: rgba(6, 166, 183, 1); */
  color: #fff !important;
  text-decoration: none;
/*   border: 1px solid rgba(6, 166, 183, 1); */
  border-radius: 5px;
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  align-items: center;
  justify-content: center;
}
.scroll-to-top.fa:focus,
  .scroll-to-top.fa:active {
    outline: 0;
  }
.scroll-to-top.fa.is-active {
/*     bottom: calc(10px * 6); */
    bottom: calc(10px * 0.3);
    background: #07a6b7;
  }
@media (max-width: 1024px) {
.scroll-to-top.fa {
    display: none
}
  }
/*Embeds responsive*/
.embed,
.embed-responsive {
  position: relative;
  z-index: 1;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  overflow: hidden;
}
.embed img, .embed-responsive img {
    width: 100%;
  }
.embed iframe,
  .embed embed,
  .embed object,
  .embed video,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
.embed:focus, .embed-responsive:focus {
    outline: none !important;
  }
/*Modifier class for 16:9 aspect ratio*/
.embed-responsive--16by9 {
  padding-bottom: 56.25%;
}
/*Modifier class for 4:3 aspect ratio*/
.embed-responsive--4by3 {
  padding-bottom: 75%;
}
/*Community*/
.community-nav {
  display: flex;
  margin-bottom: calc(10px * 3);
  justify-content: space-between;
}
.community-nav__items {
  display: flex;
  margin: 0;
}
.community-nav__item {
  margin-right: 10px;
  font-size: calc(14px * 1.125);
}
.topic-list {
  display: flex;
  margin: 0 - (10px) calc(10px * 3);
  flex-wrap: wrap;
}
.topic-list-item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: calc(10px * 2);
}
@media (max-width: 768px) {
.topic-list-item {
    width: 100%
}
  }
.topic-list-item__title a {
  color: rgba(30, 30, 30, 1);
}
.topic-list-item__title a:hover {
    color: rgba(6, 166, 183, 1);
  }
.topic-list-item__box {
  padding: calc(10px * 2);
  border: 1px solid #eceff1;
  border-radius: 5px;
}
.topic-header {
  display: flex;
  margin-bottom: calc(10px * 3);
  border-bottom: 1px solid #eceff1;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topic-header__title {
  margin-bottom: 10px;
  font-size: calc(14px * 2);
}
.topic-header__title span {
    color: rgba(6, 166, 183, 1);
  }
.topic-header__button {
  margin-bottom: 10px;
}
.topic-description {
  width: 100%;
  margin-bottom: 10px;
  color: rgba(6, 166, 183, 1);
}
.topic-controls {
  display: flex;
  margin-bottom: calc(10px * 3);
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.topic-filters__item {
  display: inline-block;
  margin-bottom: 10px;
}
.topic-controls__subscribe {
  display: flex;
  align-items: center;
}
.topic-controls__subscribe .meta {
    padding-right: 10px;
  }
.post-list {
  margin-bottom: calc(10px * 5);
}
.post-list-item {
  padding-bottom: calc(10px * 1.5);
  margin-bottom: calc(10px * 3);
  border-bottom: 1px solid #eceff1;
}
@media (min-width: 769px) {
.post-list-item {
    display: flex;
    justify-content: space-between
}
  }
.post-list-item a {
    text-decoration: none;
  }
.post-list-item__title {
  margin-bottom: calc(10px / 2);
  font-size: calc(14px * 1.375);
  color: rgba(6, 166, 183, 1);
}
.post-list-item__title a:hover {
    color: rgba(30, 30, 30, 1);
  }
.post-list-item__col--side {
  flex-shrink: 0;
}
.post-info {
  display: inline-flex;
  color: rgba(6, 166, 183, 1);
}
@media (min-width: 769px) {
.post-info {
    display: inline-block;
    min-width: 90px;
    padding: 6px 2px;
    margin-right: 0;
    margin-left: calc(10px / 3);
    line-height: 1.35;
    text-align: center;
    border: calc(1px * 2) solid #eceff1
}

    .post-info:after {
      display: none;
    }

    .post-info .post-info__count {
      display: block;
      font-size: 14px;
      color: rgba(30, 30, 30, 1);
    }
  }
.post__text {
  margin-bottom: calc(10px * 3);
}
.post-callout {
  padding: 10px;
}
.post-callout__title {
  margin-bottom: calc(10px * 1.5);
  font-size: calc(14px * 1.625);
}
.post__header {
  position: relative;
  padding-bottom: calc(10px * 1.5);
  margin-bottom: calc(10px * 1.5);
  border-bottom: 1px solid #eceff1;
}
.post__title {
  margin-bottom: calc(10px * 2.5);
}
@media (max-width: 420px) {
.post__title {
    font-size: calc(14px * 1.625)
}
  }
.post-status {
  display: inline-block;
  padding: 0 calc(10px / 2);
  font-size: calc(14px * 0.75);
  line-height: 1.5;
}
.post-status--answered {
  color: #ffffff;
  background-color: #5cb85c;
}
.post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.post-subscribe {
  margin-left: 10px;
}
.post-new {
  display: flex;
  padding: calc(10px * 1.5) 0;
  margin: calc(10px * 3) 0;
  border-top: 1px solid #eceff1;
  border-bottom: 1px solid #eceff1;
  justify-content: space-between;
  align-content: flex-start;
}
.post-new__title {
  margin-bottom: 0;
}
.post-new__button {
  margin-left: 10px;
  flex-shrink: 0;
}
.post__voting-and-actions,
.comment__voting-and-actions {
  position: absolute;
  top: 0;
  right: 0;
}
.post__voting-and-actions .vote--post,
  .post__voting-and-actions .vote--comment,
  .comment__voting-and-actions .vote--post,
  .comment__voting-and-actions .vote--comment {
    display: flex;
    margin: 0;
    flex-direction: column;
  }
.post__voting-and-actions .vote-control,
  .post__voting-and-actions .dropdown-toggle,
  .comment__voting-and-actions .vote-control,
  .comment__voting-and-actions .dropdown-toggle {
    width: 24px;
    min-width: 0;
    height: 24px;
    padding: 0;
    line-height: 24px;
    text-align: center;
    border: none;
  }
.post__voting-and-actions .vote-control--up, .comment__voting-and-actions .vote-control--up {
    line-height: 20px;
  }
.post__voting-and-actions .vote-sum, .comment__voting-and-actions .vote-sum {
    text-align: center;
  }
.post__voting-and-actions .dropdown-toggle {
    position: relative;
    margin-top: 10px;
    color: rgba(6, 166, 183, 1);
    text-indent: -9999px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 0.2s;
  }
.comment__voting-and-actions .dropdown-toggle {
    position: relative;
    margin-top: 10px;
    color: rgba(6, 166, 183, 1);
    text-indent: -9999px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 0.2s;
  }
.post__voting-and-actions .dropdown-toggle:after, .comment__voting-and-actions .dropdown-toggle:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin-left: 0;
      line-height: 24px;
      text-align: center;
      text-indent: 0;
      content: "\f013";
    }
.post__voting-and-actions .dropdown-toggle:hover {
      color: #ffffff;
      background-color: rgba(6, 166, 183, 1);
    }
.comment__voting-and-actions .dropdown-toggle:hover {
      color: #ffffff;
      background-color: rgba(6, 166, 183, 1);
    }
.post__header .post__voting-and-actions {
  position: static;
  display: flex;
  margin-top: 10px;
  justify-content: flex-end;
  align-items: center;
}
.post__header .post__voting-and-actions .vote--post {
    flex-direction: row;
  }
.post__header .post__voting-and-actions .vote-sum {
    margin: 0 calc(10px / 2);
  }
.post__header .post__voting-and-actions .vote-control,
  .post__header .post__voting-and-actions .dropdown-toggle {
    width: 28px;
    height: 28px;
  }
.post__header .post__voting-and-actions .post__actions {
    margin-left: calc(10px / 2);
  }
.post__header .post__voting-and-actions .post__actions .dropdown-toggle {
      display: block;
      margin-top: 0;
    }
.post__header .post__voting-and-actions .post__actions .dropdown-toggle:after {
        line-height: 28px;
      }
.post-share {
  margin-bottom: calc(10px * 3);
}
.new-community-post-page,
.new-request-page {
  max-width: 600px;
}
@media (max-width: 1024px) {
.new-community-post-page,
.new-request-page {
    margin: auto
}
  }
.new_community_post,
.new-request-form {
  margin-bottom: 0;
}
.new_community_post .form-field {
    margin-bottom: calc(10px * 2);
  }
.new-request-form .form-field {
    margin-bottom: calc(10px * 2);
  }
.new_community_post .form-field p {
      margin-top: calc(10px / 2);
      color: rgba(6, 166, 183, 1);
    }
.new-request-form .form-field p {
      margin-top: calc(10px / 2);
      color: rgba(6, 166, 183, 1);
    }
.new_community_post .form-field input,
    .new_community_post .form-field textarea,
    .new-request-form .form-field input,
    .new-request-form .form-field textarea {
      width: 100%;
      height: 36px;
    }
.new_community_post .form-field input, .new-request-form .form-field input {
      line-height: 36px;
    }
.new_community_post .form-field textarea, .new-request-form .form-field textarea {
      min-height: 200px;
    }
.new_community_post .form-field .upload-dropzone {
      position: relative;
      border-color: #eceff1;
      border-radius: 5px;
    }
.new-request-form .form-field .upload-dropzone {
      position: relative;
      border-color: #eceff1;
      border-radius: 5px;
    }
.new_community_post .form-field .upload-dropzone input[type="file"], .new-request-form .form-field .upload-dropzone input[type="file"] {
        position: relative;
        z-index: 1;
        height: 80px;
        font-size: 14px;
        opacity: 0;
      }
.new_community_post .form-field .upload-dropzone span, .new-request-form .form-field .upload-dropzone span {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        font-size: 14px;
        align-items: center;
        justify-content: center;
      }
.new_community_post .form-field .upload-dropzone span a {
          padding: 0 calc(10px / 2);
          font-size: inherit;
          color: rgba(6, 166, 183, 1);
        }
.new-request-form .form-field .upload-dropzone span a {
          padding: 0 calc(10px / 2);
          font-size: inherit;
          color: rgba(6, 166, 183, 1);
        }
.new_community_post label {
    display: inline-block;
    margin-bottom: calc(10px / 2);
    font-size: calc(14px * 1.125);
  }
.new-request-form label {
    display: inline-block;
    margin-bottom: calc(10px / 2);
    font-size: calc(14px * 1.125);
  }
#hc-wysiwyg {
  border-color: #eceff1;
  border-radius: 5px;
}



/* 
overwrite CSS 
By Sagar Kumar Shrivastava
On 14/04/2021 */

.topbar {
  position: fixed !important;
  left: 0;
  right: 0;
}

.sidebar {
  margin-top: 4.5rem !important;
}
.sidebar__wrapper {
  position: fixed !important;
}
.sidenav__category .sidenav__sections-list{
/*   transition: transform 300ms ease 0s; display: none; */
}
.sidenav__section-name,
.sidenav details[open] > ul {
  padding-left: 1rem !important;
}
.sidenav__article a,
.sidenav details li a {
  margin-left: 1.5rem !important;
}
.sidenav details[open] ul li a {
  margin-left: 0;
}

.sidenav__category.is-active .sidenav__category-name, .sidenav__category.active .sidenav__category-name {
  color: rgba(6, 166, 183, 1) !important;
  font-weight: bold !important;
}
.sidenav__section.is-active > .sidenav__section-name,
.sidenav__section.active > .sidenav__section-name,
.sidenav details[open] > summary {
  color: rgba(6, 166, 183, 1) !important;
  font-weight: bold !important;
}
.sidenav__article.is-active a,
.sidenav details[open] li.is-active a {
  color: rgba(6, 166, 183, 1) !important;
  border-left: 4px solid rgba(6, 166, 183, 1) !important;
  font-weight: bold !important;
}
.main-wrapper__inner {
  margin-top: 5rem !important;
}
.toc-enabled .main-wrapper__inner {
  width: 100% !important;
}

.lt-toc--container {
  position: fixed !important;
  top: 116px !important;
/*   width: 211px !important; */
  width: auto !important;
}
.lt-toc--link.is-active {
  background: #00237c !important;
}

.sidebar-toggle__link {
  margin-top: 150px !important;
/*   z-index: 99999 !important; */
  z-index: 2 !important;
}

.sidebar__content-block {
  padding-bottom: 5rem;
}



@media (max-width: 1024px) {
  .sidebar__inner {
      padding: calc(10px * 3) calc(20px * 3) 0;
  }
}
@media (max-width: 1024px) {
  .sidebar__wrapper {
      left: -10px !important;
  }
}

// overwrite CSS 
// By Sagar Kumar Shrivastava
// On 14/04/2021

.topbar-nav {
  width: auto !important;
  justify-content: flex-end !important;
}
.search {
  max-width: 400px !important;
  border-radius: 4px !important;
  border: none !important;
}
.search [type="search"] {
  color: #1e1e1e !important;
  border: 1px solid #d9dfdd !important;
  border-radius: 4px !important;
}
.search [type="search"]:focus { 
  border: 1px solid #06a6b7 !important;
}
.search.is-active {
  border-bottom: 1px solid #d9dfdd !important;
  max-width: 500px !important;
}
.search.is-active [type="search"] {
  color: #1e1e1e !important;
  border: none !important;
  border-radius: 4px !important;
}
.search.is-active [type="search"]:focus { 
  border: none !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6b7c93 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6b7c93 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6b7c93 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6b7c93 !important;
}
.search:before {
  color: #a1b3d3 !important;
}
.search-open:before {
  color: #a1b3d3 !important;
}
.fa, .fas {
    color: #a1b3d3 !important;
}

.top_header .sidebar__link:before {
  color: #a1b3d3 !important;
}
.top_header .sidebar__link {
  color: #6b7c93 !important;
}
.top_header {
  width: 50% !important;
  justify-content: flex-end;
  display: flex !important;
  padding: 1rem 2rem 0;
}
.side_header {
  display: none !important;
}
.side_header .sidebar__link:before {
  background: transparent !important;
}
.side_header .sidebar__link {
  padding: 5px 0 !important;
  color: #fff !important;
}
.top_header ul {
  display: flex;
}
.side_header .sidebar__link:before {
  margin-left: 0 !important;
}
.main-wrapper, .topbar__col--nav {
  justify-content: flex-end !important;
}

.topbar {
  position: fixed !important;
  left: 0;
  right: 0;
}
.sidebar {
  margin-top: 4.5rem !important;
}
.sidebar__wrapper {
  position: relative !important;
}

@media (max-width: 1024px) {
  .sidebar__wrapper {
    left: 0 !important;
    right: 0 !important;
  }
  .top_header {
    display: none !important;
  }
  .side_header {
    display: block !important;
  }
}
.sidenav__category .sidenav__sections-list{
  transition: transform 300ms ease 0s; display: none;
}
.sidenav__section-name {
  padding-left: 1rem !important;
  color: #000000 !important;
}
.sidenav__article a,
.sidenav details li a {
  margin-left: 1.5rem !important;
  color: #1e1e1e !important;
}
.sidenav__article.is-active a,
.sidenav details[open] li.is-active a {
  color: #1e1e1e;
  border-left: 4px solid #00237c;
  font-weight: bold !important;
}
.main-wrapper__inner {
  margin-top: 5rem !important;
}
.toc-enabled .main-wrapper__inner {
  width: 100% !important;
}

.lt-toc--container {
  position: fixed !important;
  top: 162px !important;
/*   width: 211px !important; */
}
.lt-toc--link.is-active {
  background: #00237c !important;
}

.sidebar-toggle__link {
  margin-top: 150px !important;
/*   z-index: 99999 !important; */
  z-index: 2 !important;
}
.sidenav__category-name,
.sidenav__section,
.sidenav details summary {
  position: relative !important;
  cursor: pointer;
}

/* overwrite CSS 
// By Ashish Jat
// On 10/08/2021 */

/* .call-out-content::before {
  background-image: url("/hc/theming_assets/01J93E7XN583AXYAGME495TRTQ");
} */

.sidenav__article.is-active a,
.sidenav details[open] li.is-active a {
  border-left: none !important;
  padding: 0;
  border-bottom: 2px solid;
  display: inline-block;
  text-decoration: none;
}


.sidenav__section-name {
  font-size: 16px !important;
}
/* .sidenav__category-name, .sidenav__section-name {
  font-size: 14px !important;
} */
.sidenav__category.is-active .sidenav__category-name {
  color: rgba(6, 166, 183, 1) !important;
  font-weight: bold !important;
}

.sidenav__section.is-active > .sidenav__section-name {
  color: rgba(6, 166, 183, 1) !important;
  font-weight: bold !important;
}

.sidenav__category-name:before,
.sidenav__section-name:before,
.sidenav details summary:before {
    display: inline-block !important;
    position: absolute;
    right: 0;
    top: 0;  
}

.sidenav__category-name:hover.sidenav__category-name:before,
.sidenav__section-name:hover.sidenav__section-name:before,
.sidenav__category.is-active > .sidenav__category-name:before,
.sidenav__section.is-active > .sidenav__section-name:before, 
.sidenav__category.active > .sidenav__category-name:before,
.sidenav__section.active > .sidenav__section-name:before,
.sidenav details summary:hover:before,
.sidenav details[open] > summary:before { 
  content: '+';
}

.sidenav__category.is-active > .sidenav__category-name:before,
.sidenav__section.is-active > .sidenav__section-name:before,
.sidenav details[open] > summary:hover:before,
.sidenav details[open] > summary:before {
  content: '-';
}

.sidenav__category.is-active ul,
.sidenav__section.is-active ul {
  border-left: 1px solid lightgray;
}
.sidenav__section.is-active ul,
.sidenav__section.is-active a {
  margin-left: 1rem !important;
}
.sidenav__section.is-active .sidenav__article {
  padding-left: 0;
}
.sidenav__category,
.sidenav__categories-list > li {
  margin-bottom: 20px !important;
  border-bottom: 0.5px solid #A1B3D3;
}

.sidenav__category-name{
  color: #1E1E1E 
}
.sidenav__section-name{
  color: #1E1E1E !important;
}

.hljs {
  font-size: 14px;
  background: transparent !important;
}

.lt-toc--item {
  margin-bottom:0 !important;
}
.lt-toc--link {
  padding: 4px 10px !important;
}
  
.lt-toc--item-h2 {
  padding-left: 10px;
}

/* call out code start */

/* .callout {
  padding: 0;
  border: 1px solid;
  border-left: 5px solid;
  border-color: #6B7C93;
} */
.callout {
  padding: 0;
  margin-top: 16px;
  border: 2px solid #A2DEFC;
  border-radius: 8px;
}
.tab .callout {
  margin: 16px;
}

/* .callout-image {
  padding: 0 10px !important;
  background: white;
  vertical-align: middle !important;
} */
.article table tbody tr td.callout-image {
  height: auto !important;
  width: 5% !important;
/*   padding: 20px 10px !important; */
  padding: 1em;
  border-radius: 6px;
  vertical-align: initial !important;
  position: relative;
}
}
.callout-image span {
  display: content;
}
.article__body .callout-image .material-symbols-outlined {
  margin-top: 0;
}
.callout-image .fas {
  color: #6B7C93 !important;
  width: 40px;
  text-align: center;
  font-size: 30px;
  display: inline-block;
}
.callout-content {
/*   padding: 20px;
  width: 100%;
  background: #EEEEEE; */
  /*   padding: 20px 10px; */
  padding: 1em;
  padding-left: 0;
  width: auto !important;
  text-align: left;
  /* background: #EEEEEE; */
  background: transparent;
}

.article__body .callout-content p {
  margin-top: 10px !important;
}
.article__body .callout-content .callout__title, .article__body .callout-content p:first-child {
  margin-top: 0 !important;
}
.article__body .callout-content ul,  .article__body .callout-content ol {
  margin-top: 10px;
  margin-bottom: 0;
/*   margin-left: 21px; */
/*   padding: 1px calc(6px * 2); */
/*   padding-left: 0; */
}
.article__body .callout-content > ul, .article__body .callout-content > ol {
  padding-left: 0;
}
.article__body .callout-content li {
  margin-bottom: 0px;
  margin-top: 8px;
  padding-left: 1em;
}

.callout .callout-content .callout__title {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.callout-content p, li {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.callout .callout-content ul li p {
  font-weight: 500;
  display: inline;
}

/* .callout__title {
  font-weight: 600;
} */

.article .material-symbols-outlined {
	font-size: 24px;
  margin-top: 24px;
}

/* callout danger styling  */

.callout--danger {
/*   border-color: #D63327; */
  background: #FFEBEB;
  border: 2px solid #FFAAA4;
}
.callout--danger .material-symbols-outlined {
  color: #D63327;
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
.callout--danger .callout-image .fas{
  color: #D63327 !important;
}

/* .callout--danger .callout-content {
  background: #FCF5F5;
} */

/* callout info styling  */
.callout--info {
  border-color: #5FD3FC;
  border: 2px solid #A2DEFC;
  background: #EBF9FC;
}
.callout--info .material-symbols-outlined {
  color: #92CEFF;
}

.callout--info .callout-image .fas{
  color: #5FD3FC !important;
}

.callout--info .callout-content {
/*   background: #F5FBFC; */
  background: transparent;
  width: auto !important;
  text-align: left;
}

/* callout warning styling  */
.callout--warning {
/*   border-color: #F8CF60; */
  border: 2px solid #F8CF60;
  border-radius: 8px;
  background: #FFF2BB !important;
}
.callout--warning .material-symbols-outlined {
  color: #FCA74A;
}

.callout--warning .callout-image .fas{
/*   color: #F8CF60 !important; */
  color: #FCA74A !important;
}

.callout--warning .callout-content, .callout--warning .callout-image {
  border-radius: 5px !important;
  text-align: left !important;
  border: none !important;
  background: #FFF2BB !important;
}

/* callout success styling  */
.callout--success {
/*   border-color: #41D684; */
  border: 2px solid #7CE5A6;
  background: #E6F7ED;
}
.callout--success .material-symbols-outlined {
  color: #00A844;
}

.callout--success .callout-image .fas{
  color: #41D684 !important;
}
/* callout prerequisites styling  */
.callout--pre {
  border: 2px solid #F8CF60;
  background: #FFF5EB;
}
.callout--pre .material-symbols-outlined {
  color: #FCA74A;
}

/* callout bug fixes styling  */
.callout--bug {
  border: 2px solid #92CEFF;
  background: #E7F1FC;
}
.callout--bug .material-symbols-outlined {
  color: #71B2FF;
}

/* callout feature styling  */
.callout--feature {
  border: 2px solid #7CE5A6;
  background: #E6F7ED;
}
.callout--feature .material-symbols-outlined {
  color: #41D684;
}

/* callout enhancement styling  */
.callout--enhancement {
  border: 2px solid #AEEADE;
  background: #DEFFFB;
}
.callout--enhancement .material-symbols-outlined {
  color: #3ABFB8;
}

/* .callout--success .callout-content {
  background: #D7F7E1;
} */
.callout table {
  box-shadow: none;
/*   width: auto !important; */
  margin: 0;
}
.callout table tr {
  background: none;
}
.callout table, .callout table tr, .callout table td {
  border: none
}

/* .callout--success .callout-content {
  background: #D7F7E1;
} */

@media (min-width: 768px) {
  .toc-enabled .article-column-body { 
    width: calc(100% - 250px);
  }
  .article-column-toc {
    width: 260px !important;
    position: fixed;
    right: 30px;
    display: flex !important;
    justify-content: flex-end;
    flex-direction: column;
  }
  .article-column-toc .lt-toc--container{
  	position: static !important;
    margin-bottom: 1em;
  }
  
  .lt-toc--list {
/*     max-height: 70vh !important; */
    max-height: calc(100vh - 490px) !important;
    padding-right: 10px;
    padding-bottom: 40px;
  }
  /*  Add scrollbar to TOC  */
   .sidebar__wrapper::-webkit-scrollbar, .lt-toc--list::-webkit-scrollbar {	
    width: 6px;	
    border-radius: 3px;	
  }	
  .sidebar__wrapper::-webkit-scrollbar-thumb, .lt-toc--list::-webkit-scrollbar-thumb {	
    background-color: #bbbbbe;	
    border-radius: 7px;	
  }	
  .sidebar__wrapper::-webkit-scrollbar-track, .lt-toc--list::-webkit-scrollbar-track {	
    background-color: #f0f2f8;
    border-radius: 7px;	
  }
  
/*    .tabs-menu .tabs-link{
    width: auto !important;
  }
  
  .tabs .tab {
    padding: 10px;
  } */
  
  .tabs .tab pre {
    margin: 0;
  }
}
/* Change TOC hieght for different devices */	
@media (min-height: 600px) {
  .lt-toc--list {		
    height: 100% !important;		
  }
}

@media only screen and (max-width: 1024px) {
  .sub-header {
  	display:none;
  }
  .sidebar {
    width: 100%;
    background: #F0F2F8;
  }
  .sidebar:before, .sidebar__wrapper {
    width: 100%;
  }
  #feedbackModal,
  #usecaseModal,
  #suggestPartnerModal {
    width: 100%;
  }
}


@media only screen and (min-width: 1025px) { 
  .home-categories__title{
    font-weight: 400;
  }
.sub-header {
/*     border-right: 30px solid #E4E8F0;
    border-left: 30px solid #F0F2F8; */
    border-top: 1px solid #E4E8F0;
    z-index: 2;
    height: 51px;
    display: flex;
    padding: 0 20px;
   background: #00237C;
}
  
  .home-categories__link{
    border-radius: 10px;
  }  
  
.sub-header-container{
  width: 100%;
  display:flex;
  justify-content: space-between;
}

.sub-header-nav {
  padding: 0;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
 
  
.sub-header .topbar-nav {
  justify-content: flex-end;
}  
  
.topbar-nav .search {
  display:none;
} 
.sub-header .search {
  display: flex;
  align-items: center;
  height: 36px;
  width: 300px;
  border: 1px solid #D9DFED;
  box-sizing: border-box;
  border-radius: 4px;
}  

 
.sub-header-list {
  margin:0;
  padding-left: 0;
  list-style: none;
  display:flex;
}

.sub-header li {
   padding: 0 15px;
  width: max-content;
}

.sub-header-list .sidebar__link {
	 color: white !important;
}
.sub-header-list .sidebar__link:hover {
  color:rgba(6, 166, 183, 1) !important
}
.sub-header .sidebar__link:before {
    content: none;
 }
  
  .sidebar__link.is-active  {
/*     color: rgba(6, 166, 183, 1) !important; */
    border-bottom: 2px solid;
  }

.wrapper .container {
   width: 100%;
/*    background: #E4E8F0; */
   padding: 0;
}

.container .sidebar {
  margin-top: 0 !important;
  padding-top: 7rem;
  width: 240px;
  padding-left: 20px;
  justify-content: flex-start;
  position:fixed;
  overflow: auto;
  height: 100vh;
  background: #F0F2F8;
  border-right: 1px solid #eceff1;
}
 
  .sidebar__wrapper{
    width: 100%;
    padding-right: 10px;
  } 

  .container .sidebar::before {
    background: initial;
  }

.sidebar__inner, .main-wrapper  {
  width: 100%;
}

.sidenav__article a:hover,
.sidenav details li a:hover {
/*   text-decoration:underline; */
  color: rgba(6, 166, 183, 1) !important;
}

.sidenav__section .sidenav__section-name:hover {
  color: rgba(6, 166, 183, 1) !important;
}
.main-wrapper.full {	
  padding-left: 40px;	
} 
.main-wrapper {
  padding-left: 240px;
}
.main-wrapper:has(.use-case) {	
  padding-left: 0;	
}
.main-wrapper__inner {
  margin-top: 7rem !important;
  padding: 40px 40px !important;
  max-width: 100%;
}
.main-wrapper__inner:has(.use-case) {	
	padding: 0 !important;	
}	

.user-info .btn.with-image {
  justify-content: flex-end;
}

.topbar__inner {
  height: 60px;
  padding: 0 30px;
  width: 100%;
}
.sidebar__top-nav{
  display:none;
} 
  
.sub-header .search [type="search"] { 
   padding: 0 45px 0 10px;
   height: 30px;
 }  
 .sub-header .search [type="submit"] { 
   display:none;
  }  
  
.sub-header .search:before {
  color: #06A6B7;
  font-size: 12px;
  left: unset;
  top: 24px;
  right: 0;
  margin: 0;
} 
.sub-header .search-close {
  display: block;
  top: 10px;
  position: absolute;
  right: 20px;
  margin:0;
} 

.sub-header .search-close span:after {
  height: 1px;
  width: 80%;
}  
.sub-header .search-close span:before {
  height: 1px;
  width: 80%;
} 
   
}
/* h1 {
  color: #061872; !important;
  font-size: 24px; !important;
  font-weight: 600; !important;
}
h2 {
  color: #333333; !important;
  font-size: 22px; !important;
  font-weight: 600; !important;
}
h3 {
  color: #003390; !important;
  font-size: 20px; !important;
  font-weight: 600; !important;
}
h4 {
  color: #545454; !important;
  font-size: 18px; !important;
  font-weight: 600; !important;
} */
h1 {
  color: #333333;
  font-size: 26px !important;
  letter-spacing: 0px;
  line-height: 140% !important;
  font-weight: 500;
}
h2 {
  color: #333333;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 140% !important;
  font-weight: 500;
}
h3 {
  color: #333333 !important;
  font-size: 18px !important;
  letter-spacing: 0px;
  line-height: 140% !important;
  font-weight: 600 !important;
}
h4 {
  color: #333333;
/*   color: #545454 !important; */
  font-size: 18px !important;
  letter-spacing: 0px;
  line-height: 140% !important;
  font-weight: 500 !important;
}
/* h6
{
  font-size: 26px; !important;
  color: #000000; !important;
  font-weight: 600; !important;
} */
.mt32 {
  margin-top: 32px;
}
h5 {
  color: #333333 !important;
  font-size: 16px !important;
  letter-spacing: 0px;
  line-height: 140% !important;
  font-weight: 500 !important;
}
h6 {
  font-size: 14px !important;
  color: #333333 !important;
  letter-spacing: 0px;
  line-height: 140% !important;
  font-weight: 500 !important;
}
code {	
  background-color: #eee;	
  white-space: break-spaces;	
}
/* callout beta styling  */

.callout--beta {
  color: rgba(30, 30, 30, 1);
  background-color: #E7F1FC;
  border: 2px solid #92CEFF;
  position: relative;
}

.callout--beta .callout-content {
  background: #E7F1FC;
}

.callout--beta .callout-image::before {
content:'';
background: url('$assets-vector-svg'); /*url of image*/
height: 100%; /*height of image*/
width: 100%;  /*width of image*/
  background-repeat: no-repeat;
    position: absolute;
  top: 23px;
}
/*drop-down*/

/* overwrite CSS 
// By sriram.sai
// On 01/02/2022 */

/* high light selcted item in sidenav */
/* .sidenav__section .sidenav__section-name {
  color: #333333 !important;
}

.sidenav__section.is-active > .sidenav__section-name {
    color: rgba(6, 166, 183, 1) !important;
    font-weight: bold !important;
}

.sidenav__section > .sidenav__section-name::before {
  transform: rotate(45deg) !important;
}

.sidenav__section.is-active > .sidenav__section-name::before {
  transform: rotate(-136deg) !important;
} */
/* table responsiveness  */
table.sortable-table {
  table-layout: fixed;
}

table.sortable-table th {
  vertical-align: middle;
}
/* table sort-icons */
table.sortable-table th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: "\21C5" 
}

@media only screen and (max-width: 556px){
  table.sortable-table thead th {
    word-break: break-word;
  }
  	
}
/* developer-guide and custom page version dropdown */
.developer-doc-drop-down-header,
.artcile-version-drop-down-header {
  position: relative;
}

.artcile-version-drop-down-header {
  display: inline-block;
  margin-left: 10px;
  background: #FFFFFF;
  border: 1px solid #06A6B7;
  box-sizing: border-box;
  border-radius: 4px;
  width: 260px;
    height: 32px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #1E1E1E;
  vertical-align: middle;
}

.developer-doc-drop-down-header .developer-doc-drop-down-content,
.artcile-version-drop-down-header .artcile-version-drop-down-content{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.artcile-version-drop-down-header .artcile-version-drop-down-header-search{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10px;
}

.artcile-version-drop-down-header .artcile-version-drop-down-content {
  background: #FFFFFF;
  width: 100%;
  box-shadow: 0px -1px 4px rgba(179, 179, 179, 0.2), 1px 4px 9px rgba(201, 201, 201, 0.35);
  border-radius: 4px 4px 10px 10px;
  padding: 0;
}

.artcile-version-drop-down-header .artcile-version-drop-down-content .artcile-version-drop-down-content-each {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #1E1E1E;
  height: 24px;
}

.artcile-version-drop-down-header .artcile-version-drop-down-content .artcile-version-drop-down-content-each a {
  color: #333333;
  padding-left: 15px;
  display: block;
}
.artcile-version-drop-down-header .artcile-version-drop-down-content .artcile-version-drop-down-content-each:hover {
	background: #EEEEEE;
}

.developer-doc-drop-down-header .developer-doc-drop-down-content a {
  color: #1E1E1E;
}

.developer-doc-drop-down-header .developer-doc-drop-down-content .link:hover {
  color: rgba(6, 166, 183, 1);
  cursor: pointer;
}
.developer-doc-drop-down-header:hover .developer-doc-drop-down-content, 
.artcile-version-drop-down-header:hover .artcile-version-drop-down-content{
  display: block;
}
/* table search bar */
.table-search-header-custom-1 {
  /*	border-top: 1px solid #E4E8F0; */
    z-index: 2;
    height: 51px;
    display: flex;
    padding: 0 20px;
    background: #0000;
    align-items: center;
  	justify-content: flex-end;
}

.table-search-header-custom-1 input {
  max-width: 300px;
  height: 30px;
  padding: 0 45px 0 10px;
}
table.sortable th::after, th.sorttable_sorted::after, th.sorttable_sorted_reverse::after {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
}
th.sorttable_sorted::after {
  content: '\2191';
  background-size: contain;
}
th.sorttable_sorted_reverse::after {
  content: '\2193';
  background-size: cover;
}
#sorttable_sortfwdind, #sorttable_sortrevind { display: none; }

/* .section-list {

  list-style-type: none;

  padding-left: 18px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  text-align: left;

}

 

.section-list-item {

  -webkit-box-flex: 1;

  -ms-flex: 1 0 420px;

  flex: 1 0 420px;

  padding: 5px 0;

  max-width: 100%;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

} */

/* .article-list-item:before {   

     font-family: 'Font Awesome 5 Free';
    content: '\f068';

    margin:5px 5px 0 -10px;

    color: #e8710a;

}

.section-list-item:before {   

     font-family: 'Font Awesome 5 Free';
    content: '\f067';

    margin:5px 5px 0 -10px; 

    color: #e8710a;
 */
}
/* overwrite CSS 
// By roopa for version number and code inline
// On 10/03/2022 */

/* code {
  background-color: #eee;
} */
/* callout bug styling  */
/* .callout--bug {
  border-color: #FFAAA4;
}

.callout--bug .callout-image .fas{
  color: #FFAAA4 !important;
}

.callout--bug .callout-content {
  background: #FFAAA4;
} */
/* callout feature styling  */
/* .callout--feature {
  border-color: #EBF9FC;
}

.callout--feature .callout-image .fas{
  color: #0EABDB !important;
}

.callout--feature .callout-content {
  background: #EBF9FC;
} */
/* callout enhancement styling  */
/* .callout--enhancement {
  border-color: #FE6C55;
}

.callout--enhancement .callout-image .fas{
  color: #FE6C55 !important;
}

.callout--enhancement .callout-content {
  background: #FE6C55;
} */


/* Toggles functionality styling */
.tabs .code-block-features {
  flex-grow: 1;
  justify-content: flex-end;
}
.code-block-features {
  flex-grow: 1;
  justify-content: flex-end;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 0 0.5em;
}
.light-dark, .copy-code {
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 0 0.5em;
}
.light-dark label {
  font-size: 12px;
  color: #A1B3D3;
  padding: 0 0.5em;
  cursor: pointer;
}
.checkbox {
  opacity: 0;
  position: absolute;
  width: 11%;
  margin-right: 0;
}

.checkbox-label {
  width: 32px;
  height: 16px;
  background: #F9FAFD;
	border: 1px solid #A1B3D3;
	border-radius: 28px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checkbox-label .ball {
  background-color: #A1B3D3;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 1.5px;
  top: 1.5px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}
.checkbox:checked + .checkbox-label {
  background: #06A6B7;
  transition: transform 0.2s linear;
  border: 1px solid #06A6B7;
}
.checkbox:checked + .checkbox-label .ball {
  transform: translateX(15px);
  background-color: #ffffff;
}
.tabs:has(pre code) .tab {
  padding: 0;
}
.tabs:has(pre code) .tab pre code {
  padding: 2.5rem !important;
}
.tabs:has(.checkbox:checked) .dark {
  color: #06A6B7;
}
.tabs:has(.checkbox:checked) .tabs-menu {
  background: #262627;
  border-radius: 8px 8px 0 0;
}
.tabs--colored-1:has(.checkbox:checked)  .is-active {
  background-color: transparent;
}
.tabs:has(.checkbox:checked) .tab {
  border-top: none;
  background: #333333;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
.tabs:has(.checkbox:checked) .hljs {
  background: #333333;
  border-radius: 8px;
}

.tabs:has(.checkbox:checked) .tab .hljs {
      color: #c9d1d9;
      background: #0d1117;
  }
.tabs:has(.checkbox:checked) .tab .hljs-doctag,
  .hljs-keyword,
  .hljs-meta .hljs-keyword,
  .hljs-template-tag,
  .hljs-template-variable,
  .hljs-type,
  .hljs-variable.language_ {
      color: #ff7b72;
  }
.tabs:has(.checkbox:checked) .tab .hljs-title {
      color: #d2a8ff;
  }
.tabs:has(.checkbox:checked) .tab .hljs-attr,
  .hljs-attribute,
  .hljs-literal,
  .hljs-meta,
  .hljs-number,
  .hljs-operator,
  .hljs-selector-attr,
  .hljs-selector-class,
  .hljs-selector-id,
  .hljs-variable {
      color: #79c0ff;
  }
.tabs:has(.checkbox:checked) .tab .hljs-meta .hljs-string,
  .hljs-regexp,
  .hljs-string {
      color: #a5d6ff;
  }
.tabs:has(.checkbox:checked) .tab .hljs-built_in,
  .hljs-symbol {
      color: #ffa657;
  }
.tabs:has(.checkbox:checked) .tab .hljs-code,
  .hljs-comment,
  .hljs-formula {
      color: #8b949e;
  }
.tabs:has(.checkbox:checked) .tab .hljs-name,
  .hljs-quote,
  .hljs-selector-pseudo,
  .hljs-selector-tag {
      color: #7ee787;
  }
.tabs:has(.checkbox:checked) .tab .hljs-subst {
      color: #c9d1d9;
  }
.tabs:has(.checkbox:checked) .tab .hljs-section {
      color: #1f6feb;
      font-weight: 700;
  }
.tabs:has(.checkbox:checked) .tab .hljs-bullet {
      color: #f2cc60;
  }
.tabs:has(.checkbox:checked) .tab .hljs-emphasis {
      color: #c9d1d9;
      font-style: italic;
  }
.tabs:has(.checkbox:checked) .tab .hljs-strong {
      color: #c9d1d9;
      font-weight: 700;
  }
.tabs:has(.checkbox:checked) .tab .hljs-addition {
      color: #aff5b4;
      background-color: #033a16;
  }
.tabs:has(.checkbox:checked) .tab .hljs-deletion {
      color: #ffdcd7;
      background-color: #67060c;
  }
.tabs .hljs-ln td.hljs-ln-numbers {
  color: #b3b3b3;
}
.copy-code {
  border-left: 1px solid #D9DFED;
  position: relative;
}

.article .copy-code {
  color: #A1B3D3;
  cursor: pointer;
}

.article .copy-code:hover {
  color: #06A6B7;
}
.article .copy-code .material-symbols-outlined {
    color: #A1B3D3;
    font-size: 16px;
    margin-top: 0;
    position: initial;
}

.copy-code span {
  font-size: 14px;
}

.tabs {
  position: relative;
}

.code-block-features dialog {
    width: 155px;
    height: 43px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E6F7ED;
    border-radius: 4px 0px 0px 4px;
  	border: none;
  	position: absolute;
  	right: -688px;
  	top: 72px;
    visibility: hidden;
}

.article .code-block-features dialog span:first-child {
  	font-size: 20px;
  	font-weight: 600;
  	padding-right: 0.3em;
}

.article .code-block-features dialog span {
    font-size: 14px;
    color: #00A844;
    margin-top: 0;
    font-weight: 450;
    line-height: 20px;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
.code-block-features dialog.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  animation: fadein 0.5s, fadeout 0.5s 4s;
}

/* Animations to fade the snackbar in and out */

@keyframes fadein {
  from {right: -677px; opacity: 0;}
  to {right: -688px; opacity: 1;}
}


@keyframes fadeout {
  from {right: -677px; opacity: 1;}
  to {right: -688px; opacity: 0;}
}

/* copy code button style */
.hljs-copy-button {
  position: absolute;
  top: 7px;
  right: 0;
  border: none;
  background: transparent;
}


.hljs .hljs-ln td.hljs-ln-numbers {
  width: 2%;
}
.nohighlight .hljs-ln td.hljs-ln-numbers {
  width: 3%;
}
/* Feedback */
.feedback-container > * {
  font-size: 14px !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  justify-content: flex-start;
}
.feedback-container input[type="checkbox"] {
  margin-right: calc(10px * 1);
}
.feedback-container input[type="email"] {
  padding: 0.5em 1em;
  margin: 0.5em 0 0;
}
.feedback-container ul {
  list-style: none;
  padding: 0;
  gap: 0.3em;
  margin: 0;
}
.feedback-container ul p {
  color: #575757;
  margin: 0;
}
.feedback-container ul p::after,
 .feedback-container label .comments::after,
 .feedback-container label .email::after {
  content: ' *';
  color: red;
}
.feedback-container div {
  flex-direction: row;
  justify-content: end;
  column-gap: 1em;
  margin: 1em 0;
}
.feedback-container {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.feedback-container div button {
  border: 1px solid #eceff1;
	padding: calc(10px * 1) calc(10px * 1.8);
  border-radius: 5px;
  width: 21%;
}
.feedback-container div button#confirmBtn[disabled] {
  cursor: not-allowed;
  background: #92bbc0;
}
.feedback-container div button#confirmBtn {
  background: #0697a6;
  color: #fff;
}
#feedbackModal,
#suggestPartnerModal {
    border: none;
    width: 50%;
    border-radius: 7px;
    padding: 2em;
}
#feedbackModal h3,
#suggestPartnerModal h3 {
  text-align: start;
  font-weight: bold !important;
}
input[type=file] {
  width: 100%;
  color: #6a7b93;
  padding: 5px;
  margin: 0.5em 0 0;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eceff1;
}
input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #efefef;
  padding: 7px 10px;
  color: #212121;
  border-radius: 5px;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #0297a6;
  color: #fff;
}

.feedback-container label {
  width: 100%;
  color: #575757;
  font-size: 14px;
}
.feedback-container textarea {
  margin: 0.5em 0 0;
}
.feedback-container + p.error {
  color: red;
  text-align: left;
  margin: 1em 0;
}
/* Tooltip container */
.screenshot {
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 0.5em;
}
.tooltip {
  background: #efefef;
  width: 21px;
  height: 21px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}
/* Tooltip text */
.screenshot .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: #0697a7;
  color: #fff;
  text-align: center;
  padding: 0.7em;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  left: 2em;
  bottom: 0.5em;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

@media (max-width: 768px) {
  #feedbackModal,
  #suggestPartnerModal {
    width: 100%;
  }
  .feedback-container div {
    justify-content: center;
  }
  .feedback-container div button {
    width: 100%;
  }
  }

.article__body ul li p,
.article__body ol li p,
.article__body ul li h3,
.article__body ol li h3 {
  display: inline;
}
/* pop image */
dialog {
  z-index: 1;
  text-align: center;
  width: 85%;
  /* height: 90%; */
  border: none;
  border-radius: 11px;
  box-shadow: 0px 2px 30px -5px rgb(0 0 0 / 33%);
}

dialog:focus-visible {
  outline: none;
}

dialog div {
  position: relative;
}

dialog div img {
  height: 35px;
  position: absolute;
  right: 7px;
  cursor: pointer;
  z-index: 1;
}

dialog .popup-image {
  block-size: auto;
  object-fit: contain;
  width: calc(100vw - 100px);
  height: calc(100vh - 100px);
  margin: 0;
}

dialog.popup div > img {
  filter: contrast(0.5);
}

dialog::backdrop {
  backdrop-filter: blur(3px);
}

/* Suggest Partner modal style */
#suggestPartnerModal .partner-head {
  display: flex;
  justify-content: space-between;
  background: #00237C;
  padding: 0.8em 1em 0.8em 1.3em;
}
#suggestPartnerModal .partner-head .cross {
  cursor: pointer;
}
#suggestPartnerModal .partner-head h3 {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: bold !important;
  margin: 0;
}
#suggestPartnerModal .partner-container {
  display: flex;
  flex-direction: column;
  row-gap: 2em;
  padding: 2em;
  text-align: left;
  background: #fff;
}
#suggestPartnerModal .partner-footer
{
  display: flex;
  justify-content: end;
  column-gap: 1em;
  height: 40px;
}
#suggestPartnerModal button,
.suggestPartnerBtn {
  border: 1px solid #eceff1;
  border-radius: 5px;
  width: 21%;
}
.suggestPartnerBtn {
  color: #70c8d2;
  background: none;
  border: 1px solid #70c8d2;
  height: 36px;
}
.suggestPartnerBtn:hover {
  color: white;
  background: #70c8d2;
}
#suggestPartnerModal .cancel {
  border: none;
  cursor: pointer;
}
#suggestPartnerModal #submit {
  background: #06A6B7;
  color: #fff;
}
#suggestPartnerModal #submit[disabled] {
  cursor: not-allowed;
  background: #92bbc0;
  border: none;
}
#suggestPartnerModal {
  padding: 0;
}
#suggestPartnerModal input {
  height: 2.3em;
  background: #fff;
  color: black;
}
#suggestPartnerModal textarea,
#suggestPartnerModal label {
  color: #000;
}
.article__body .callout-content .callout__title + p {
  display: inline-block;
}
.article__body p,
.article__body li:has(img),
.article__body li span:has(img),
.article__body table td:has(img),
.article__body ol:not(:has(ol)) li,
.article__body ul:not(:has(ul)) li {
  position: relative;
}
.article__body ul li,
.article__body ol li {
  position: relative;
}
/* .article__body p:has(img)::after,
.article__body li:has(> img)::after,
.article__body table td:has(> img)::after,
.article__body ol:not(:has(ol)) li:has(> img)::after,
.article__body ol:not(:has(ul)) li:has(> img)::after,
.article__body ul:not(:has(ul)) li:has(> img)::after,
.article__body ul:not(:has(ol)) li:has(> img)::after,
.article__body ul:not(:has(.image-wrapper)) li:has(> img)::after,
.article__body div.image-wrapper::after {
  content: "⛶";
  position: absolute;
  bottom: 10px;
  right: 30px;
  font-size: 2em;
  opacity: 0;
} */
:is(li):has(.no-after)::after {
  content: none !important;
}
/* .article__body p:has(img):hover::after,
.article__body li:has(img):hover::after,
.article__body li span:has(img):hover::after,
.article__body table td:has(img):hover::after,
.article__body ol:not(:has(ol)) li:has(img):hover::after,
.article__body ul:not(:has(ul)) li:has(img):hover::after,
.article__body div.image-wrapper:hover::after {
  opacity: 1;
  cursor: pointer;
} */

.article__body p img,
.article__body li img,
.article__body table td img,
.article__body div.image-wrapper img {
  position: relative;
}

.article__body p:has(> img)::after,
.article__body li:has(> img)::after,
.article__body table td:has(> img)::after,
.article__body div.image-wrapper::after {
  content: "⛶";
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: calc(var(--img-width, 200px) - 40px);
  font-size: 2em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 1;
}

.article__body p:has(> img):hover::after,
.article__body li:has(> img):hover::after,
.article__body table td:has(> img):hover::after,
.article__body div.image-wrapper:hover::after {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}
.article__body .link {
  display: none;
}

.article__body h1:hover .link,
.article__body h2:hover .link
{
  display: inline;
  padding-left: 0.5em;
  cursor: pointer;
}

.article__body h1:hover > span.material-symbols-outlined,
.article__body h2:hover > span.material-symbols-outlined {
  display: inline-block;
}

dialog {
  z-index: 1;
  text-align: center;
	border: none;
	border-radius: 11px;
  box-shadow: 0px 0px 25px -11px rgba(0,0,0.1);
}
dialog:focus-visible {
	outline: none;
}
dialog.notification-bar {
  height: 50px;
  width: 200px;
  overflow: hidden;
  position: fixed;
  margin: 0;
  background: #00237c;
  border-radius: 5px;
  box-shadow: 0px 1px 50px 0px rgb(210 222 224);
}

dialog.notification-bar p {
  color: #fff;
}
dialog.notification-bar::backdrop {
  opacity: 1;
  backdrop-filter: blur(0);
}

/* next previou css */
.next-pre-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.next-pre-container div:first-child p {
  text-align: end;
}
.next-pre-container p {
    margin: 0;
    color: #7C7C7C;
    font-size: 12px;
}
.next-pre-container a {
  color: #7C7C7C;
  font-weight: bold;
}
.next-pre-container  div:has(a[href=""]) p {
  display: none;
}
.next-pre-container .pre:hover {
  color: #06A6B7
}
.next-pre-container .next:hover {
  color: #06A6B7
}


[data-tooltip] {
  position: relative;
  cursor: pointer;
}
span[data-tooltip]:hover::after {
  display: block;
}

span[data-tooltip]::after {
  display: none;
  font-family: 'CircularXXWeb-Regular';
  position: absolute;
  opacity: 0.8;
  content: attr(data-tooltip);
  left: -70px;
  top: calc(100% + 20px);
  border-radius: 3px;
  color: white;
  background-color: #00237c;
  z-index: 10;
  font-size: 10px;
  padding: 5px 10px;
  width: max-content;
  transform: translateY(-20px);
  transition: all 150ms cubic-bezier(.25, .8, .25, 1);
}

:is(div):has(h1 > span.material-symbols-outlined),
:is(div):has(h2 > span.material-symbols-outlined) {
  overflow: visible !important;
}

.article-page h1 span.material-symbols-outlined,
.article-page h2 span.material-symbols-outlined {
  display: none;
  margin-top: 0;
  padding-left: .7em;
  vertical-align: middle;
  color: #00237c;
  white-space: normal;
  word-break: break-word;
  align-items: center;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

/* MoEngage Status Indicator Styles */

.moengage-status-link {
  /* Positions it before the search bar */
/*   margin-right: 16px;  */

  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  /* This color should match your "English (US)" link */
  color: #6b7c93; 
  font-weight: 500;
  margin-right: 10px;
}

.moengage-status-link:hover {
  text-decoration: underline;
  color: #06a6b7;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #888; /* Default/loading color */
  flex-shrink: 0; 

  animation: pulse-green 2s infinite;
  animation-play-state: paused; /* Paused by default */
}

/* --- Status Colors --- */

/* "All Systems Operational" */
.moengage-status-link.status-none .status-dot {
  background-color: #2ecc71; /* Green */
  animation-play-state: running; /* Start the pulse animation */
}

/* "Partial Outage" etc. */
.moengage-status-link.status-minor .status-dot {
  background-color: #f1c40f; /* Yellow */
}

/* "Major Outage" */
.moengage-status-link.status-major .status-dot,
.moengage-status-link.status-critical .status-dot {
  background-color: #e74c3c; /* Red */
}

.moengage-status-link.status-unavailable .status-dot {
  background-color: #95a5a6; /* Grey for error */
}

/* Pulsing animation for the green dot */
@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.4);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(46, 204, 113, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(46, 204, 113, 0);
  }
}


/* ChatGPT-style animated text color */
.animated-text {
    background: linear-gradient(
        90deg,
        #ffffff 0%,
        #e0e0e0 25%,
        #a0a0a0 50%,
        #e0e0e0 75%,
        #ffffff 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmerText 2s linear infinite;
}

@keyframes shimmerText {
    0% {
        background-position: 200% center;
    }
    100% {
        background-position: -200% center;
    }
}

.tabs .tab:has(> .tabs) {
  padding: 16px !important;
}