/*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/01HZP8ZH3SWS3M9RDHA0858WKV') format('woff2'),
       url('/hc/theming_assets/01HZP8ZND5CSE5CGP1C5V17GGZ') format('woff'),
       url('/hc/theming_assets/01HZP8ZMX9XJ5P39RS3KMR32RH') format('truetype');
}
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}
/*Body reset*/
body {
  font-family: 'CircularXXWeb-Regular', sans-serif;
  /* font-size: 14px; */
  /* line-height: 1.6; */
  line-height: 140%;
  color: rgba(30, 30, 30, 1);
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
main[role="main"] {
  position: relative;
}

.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);
}
.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;
}
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); */
  margin-top: 16px;
  margin-bottom: 0px;
}
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);
}
.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;
}
.subsection li a {
  font-weight: bold;
}
.is-hidden,
.hidden {
  display: none !important;
}
.is-overflow {
  overflow: hidden;
}
/*Components*/
.container {
  padding: 0 calc(10px * 2);
  margin: 0 auto;
}
@media (max-width: 768px) {
	.sidebar-toggle .container {
    padding: 0 calc(10px * 1.5);
    height: 235px;
	}
  .topbar__inner {
    flex-wrap: wrap;
    padding-top: 0;
  }
	.layout .topbar__inner button {
    order: 2;
  }
  .topbar__col--nav {
    padding-left: 0;
  }
  .user-avatar {
    width: 30px;
    height: 30px;
  }
  .layout .topbar__inner button {
    font-size: 11px;
  }
}
@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 {
    height: calc(100vh - 425px);
  	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);
  font-size: 14px;
  line-height: 1.2;
  color: rgba(6, 166, 183, 1);
  white-space: nowrap;
  border: calc(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: 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: 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: 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: 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: 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: 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;
}
.post-page .breadcrumbs,
  .topic-page .breadcrumbs {
    display: flex;
  }
.breadcrumbs li {
  font-size: 14px;
}
.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: 115px;
  padding-top: calc(10px * 2);
  padding-bottom: calc(10px * 2);
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .topbar__inner {
    height: auto;
    justify-content: space-between;
    row-gap: 10px;
  }
  .table-search-header-custom-1 input {
    max-width: none;
  }
  .topbar__col--logo {
    width: 170px;
  }
  .layout .topbar__inner button {
    font-size: 11px;
  }
}

.topbar__col {
  display: flex;
}
.topbar__col--logo {
  justify-content: flex-start;
}
@media (min-width: 769px) {
	.topbar__col--logo {
    flex-shrink: 0;
    flex-grow: 1;
	}
}
.topbar__col--logo a {
    display: flex;
    align-items: center;
  }
.topbar__col--logo img {
    max-height: 50px !important;
    max-width: 66%;
/*     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--logo,
  .topbar__col--nav {
    width: 50%;
  }
}
.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) translateY(130px);
  }
}
.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 - 10px)
}
  }
.sidebar__inner {
  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: 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: 110px;
    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 details[open] > ul {
  border-left: 1px solid lightgray;
}
.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 !important;
  border-left: 4px solid rgba(6, 166, 183, 1);
}
.sidenav__category-name,
.sidenav details summary {
  margin-bottom: calc(10px * 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: 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: 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;
      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;
}
.submit-ticket {
  padding: calc(10px * 4) calc(10px * 1.5);
  margin: calc(10px * 4);
  text-align: center;
  border: 1px solid #D9DFED;
  border-radius: 5px;
}
.submit-ticket p {
    margin-bottom: calc(10px * 2.5);
    color: rgba(6, 166, 183, 1);
  }
@media (max-width: 1024px) {
  .home-categories__title {
      margin-bottom: 10px
  }
  .submit-ticket {
    margin: calc(10px * 4) 0;
  }
}
.tabs {
/*   margin-bottom: calc(10px * 2); */
  margin-top: 16px;
  background: #ffffff;
  border: 1px solid #D9DFED;
  border-radius: 8px;
}
.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;
}
.tab {
  display: block;
/*   padding: calc(10px * 3); */
/*   margin-top: -1px; */
  border: 1px solid #DBDBDB;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}
.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;
}
.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: #ffffff;
  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--colored-1 .tabs-menu ~ .tab, .tabs--colored-1 .tabs-menu-new ~ .tab {
  background: #F9F9FA;
}
.hljs-ln {
    width: 100%;
    box-shadow: none;
}
.hljs-ln td {
  border: none;
}
pre {
  margin: 0;
  margin-top: 10px;
}

pre code.hljs:not(pre code.hljs:has(table)) {
  background: #f9f9fa !important;
  color: #545454;
}
/* pre code.html {
  white-space: break-spaces;
} */
pre code.hljs {
  display: inline-block;
  white-space: break-spaces;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .tabs .tab {
    padding: 15px;
  }
}
.tabs-link {
  width: 105px !important;
  display: block;
/*   padding: 10px; */
  font-size: 16px;
  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;
  }
.tabs-link .fa {
    position: relative;
    top: -1px;
    display: inline-flex;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    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: #06A6B7;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}
.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;
  }
.tabs .tab .table {
  width: 100% !important;
  margin-top: 0px;
  table-layout: fixed;
}
@media screen and (min-width: 769px) {
	.tabs-link.is-active {
    border-bottom-color: transparent
	}
	.tabs .tab .table {
  	width: 100% !important;
	}
}
.tabs--colored-1 .is-active {
    background-color: #ffffff;
  }
.tabs--colored-1 .tab {
    background-color: #ffffff;
/*     padding: 35px; */
    font-size: 14px;
  }
/* .tabs .tab {
  padding: 35px;
} */
/* .tabs .tab li {
  margin-top: 10px;
} */
.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% !important;
/*   margin-top: 10px; */
  margin-bottom: 0;
}
.article__body div > h2 {
  scroll-margin-block-start: 1000px;
}
.article__body > table > 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: auto !important;
  text-align: center;
  width: auto !important;
}
.article__body table.table--no-header td {
  font-size: 14px !important;
  font-weight: normal !important;
  text-align: left !important;
	background: #ffffff !important;
}
.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 0px 0px !important;
}
/* .article__body table.table-with-image tbody tr td > ul {
  padding-left: 45px;
} */
.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%;
  margin-top: 16px;
/*   margin-bottom: calc(10px * 3); */
}
.table th {
    padding: 10px;
    vertical-align: top;
  }
table th {
	padding: 10px;
  vertical-align: top;
}
table tbody tr td {
    padding: 16px;
    vertical-align: top;
}
/* .table td > ol, .table td > ul {
  padding-left: 3em;
} */
.article table tbody tr td, .article table tbody tr td p, table tbody tr td p span {
  font-size: 16px;
  margin-top: 0 !important;
}
.table td {
    border: 1px solid #D9DFED;
  }
.table thead th {
    vertical-align: middle;
  }
.table tbody tr td,
.table thead th {
  width: auto !important;
}
.table tbody + tbody {
    border-top: 1px solid #D9DFED;
  }
.table .table {
    background-color: #ffffff;
  }
.table .callout--beta .callout-image {
  width: 35px;
}
.table--color-header th {
    color: #333333;
    background-color: #e7f1fc;
  }

.table--no-color-border {
  box-shadow: none;
}
.table--no-color-border th,
.table--no-color-border td {
  border: none;
}
.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;
  }
}
.table {
  table-layout: auto;
}
.table td {
  width: auto;
}
.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 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: #FFEBEB;
  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);
}
.accordion {
  padding-top: 0;
  margin-top: 16px;
/*   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: 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: 500 !important;
  font-size: 40px !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 {
  margin-bottom: calc(10px * 2);
}
.article-vote {
  padding: calc(10px);
  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-page .fa {
  font-family: "Font Awesome 5 Free" !important;
} */

.article-vote-controls__item {
  width: 100px;
  margin: 0 calc(10px * 1.5);
/*   font-family: CircularXXTT, Arial, sans-serif !important; */
}
.article-vote-controls__item:before {
    margin-right: 10px;
    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: 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: 14px;
} */
.article__body h1 {
    margin-top: calc(8px * 3) !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}
.article__body h1, .article__body h2 {
/*     margin-top: calc(10px * 3) !important; */
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    font-size: 22px;
    font-weight: bold;
/*     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 .tabs > ol {
    padding-left: calc(27px * 2);
}
ul, ol {
	list-style-position: inside;
}
.article__body ul ul {
      margin-top: 10px;
  		padding: 0;
}
.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;
}
.article__body ol ol {
  padding-left: calc(10px * 4.5);
}
/* .article__body ul li {
      margin-bottom: 10px;
    } */
.article__body li {
      margin-bottom: 0;
  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: 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);
}
@media (min-width: 769px) {
.dropdown-toggle {
    min-width: 170px
}
  }
.dropdown-toggle:after {
    display: inline-block;
    margin-left: calc(10px / 2);
    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: 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: 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: inherit;
    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: 0;
  }
.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);
  z-index: 3;
  display: flex;
  width: calc(10px * 4);
  height: calc(10px * 4);
  font-size: calc(14px * 2);
  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 * 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__category .sidenav__category-name:hover,
.sidenav__category.is-active .sidenav__category-name,
.sidenav__category.active .sidenav__category-name,
.sidenav details > summary:hover,
.sidenav details[open] > summary {
  color: rgba(6, 166, 183, 1) !important;
  font-weight: bold !important;
}
.sidenav__section.is-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__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-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: 1rem !important;
  color: #1e1e1e !important;
}
.sidenav details[open] > ul li a {
  margin-left: 0 !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: 8rem !important;
}
.toc-enabled .main-wrapper__inner {
  width: 100% !important;
}

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

.sidebar-toggle__link {
  margin-top: 310px !important;
  z-index: 3 !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/01HZP8ZFHVZVKH9P93XMR334BM");
} */

.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.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 {
/*     border: solid gray !important; */
/*     border: solid rgba(6, 166, 183, 1) !important; */
/*     border-width: 0 1px 1px 0 !important; */
    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__category.is-active .sidenav__articles-list.is-active .sidenav__section.is-active > .sidenav__section-name:before
.sidenav details[open] > summary:hover:before,
.sidenav details[open] > summary:before {
   content: '-'
} */
.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;
}
.sidenav__section.is-active .sidenav__article {
  padding-left: 0;
}
.sidenav__category {
  margin-bottom: 20px !important;
  border-bottom: 0.5px solid #A1B3D3;
}

.sidenav__category-name {
  color: #1E1E1E;
  padding-right: 1em;
}
.sidenav__section-name,
.sidenav__articles-list.is-active .sidenav__section-name {
  color: #1E1E1E !important;
  font-weight: 100 !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: 0px 10px;
  margin-top: 16px;
  border: 2px solid #A2DEFC;
  border-radius: 8px;
}
.tab .callout {
  margin: 16px;
}

.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 10px; */
  padding: 1em;
  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;
/*   padding: 1px calc(6px * 2); */
/*   padding-left: 2em; */
}
.article__body .callout-content > ul, .article__body .callout-content > ol {
  padding-left: 3em;
}
.article__body .callout-content li {
  margin-bottom: 0px;
  margin-top: 8px;
  padding-left: 1em;
}

.callout-content .callout__title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 7px;
}

.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;
  font-size:16px;
  margin-top: 0;
} */

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

/* callout danger styling  */

.callout--danger {
  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: #FFF2BB; */
  border: 2px solid #F8CF60;
  border-radius: 8px;
  background: #FFF2BB !important;
}
.callout--warning .material-symbols-outlined {
  color: #FCA74A;
}

.callout--warning .callout-image .fas{
  /* color: #FFF2BB !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: 16px 9px;
}
.callout > table tr {
  background: none;
}
.callout > table,
.callout > table tr,
.callout > table tr th,
.callout > table td {
  border: none
}

.callout > table tbody table td {
  border: 1px solid #D9DFED;
}

@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: 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;
    margin-top: 0 !important;
  }
  .sidebar:before, .sidebar__wrapper {
    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: #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;
}
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('/hc/theming_assets/01JTN2FB8QPBMQ4NVSJ0AX7WGH'); /*url of image*/
height: 100%; /*height of image*/
width: 100%;  /*width of image*/
background-repeat: no-repeat;
position: absolute;
top: 18px;
}

/* Toggles functionality styling */
.code-block-features {
  flex-grow: 1;
}
.code-block-features, .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.hljs) .tab {
  padding: 0;
}
.tabs:has(pre code.hljs) .tab pre code.hljs {
  padding: 2rem !important;
}
table.table--color-header .tabs:has(pre code.hljs) .tab pre code.hljs {
  padding: 1.5rem !important;
}
.tabs:has(.checkbox:checked) .dark {
  color: #06A6B7;
}

.tabs:has(> .tabs-menu .checkbox:checked) .tabs-menu {
  background: #262627;
  border-radius: 8px 8px 0 0;
}
.tabs--colored-1:has(.checkbox:checked)  .is-active {
  background-color: transparent;
}
/* Only target direct child tabs of the container that has the checked checkbox */
.tabs:has(> .tabs-menu .checkbox:checked) > .tab {
  border-top: none;
  background: #333333;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

/* Explicitly reset any tabs nested within dark tabs */
.tabs > .tab .tab {
  border-top: inherit;
  background: inherit;
  box-shadow: inherit;
}
.tabs:has(.checkbox:checked) .hljs {
  background: #333333;
  border-radius: 8px;
}
.tabs .hljs-ln td.hljs-ln-numbers {
  color: #b3b3b3;
}
.copy-code {
  border-left: 1px solid #D9DFED;
  position: relative;
}

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

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

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

.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%;
}


/* Hide article from section */
[data-sidenav-article-id="209790803"] {
    display: none;
}

[data-sidenav-article-id="360060712472"] {
    display: none;
}

[data-sidenav-article-id="360019795372"] {
    display: none;
}
[data-sidenav-article-id="360050051591"] {
    display: none;
}
[data-sidenav-article-id="16651082488340"] {
    display: none;
}
/*Hide older FC articles from Side Nav*/
/*FC Doc*/
[data-sidenav-article-id="206313855"], [id="206313855"] {
    display: none;
}
/*DND Doc*/
[data-sidenav-article-id="360052780672"], [id="360052780672"] {
    display: none;
}
/*Minimum Delay Doc*/
[data-sidenav-article-id="360052507092"], [id="360052507092"] {
    display: none;
}
/*Push Throttling*/
[data-sidenav-article-id="205604289"], [id="205604289"] {
    display: none;
}
/*Hide new Email Analytics Doc*/
/* [data-sidenav-article-id="16242513761556"], [id="16242513761556"] {
    display: none;
} */
/* [data-sidenav-article-id="16242513761556"], [id="16242513761556"] {
    display: none;
} */
[data-sidenav-article-id="4409212942612"], [id="4409212942612"] {
  display: none;
}
/*Hide Older Campaign Attribution Settings Doc*/
[data-sidenav-article-id="19997146519828"], [id="19997146519828"] {
    display: none;
}
/*Hide User Imports Doc*/
[data-sidenav-article-id="115001740946"], [id="115001740946"] {
    display: none;
}
/*Hide User Imports Sumamry Changes Doc*/
[data-sidenav-article-id="20729252566164"], [id="20729252566164"] {
    display: none;
}
/*Hide PGP Encryption Doc*/
[data-sidenav-article-id="21864536245396"], [id="21864536245396"] {
    display: none;
}
/* Table Search */
.table-search-header-custom-1 {
    /* border-top: 1px solid #E4E8F0; */
    z-index: 2;
    height: 51px;
    display: flex;
    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;
}

.tabs:not(:has(.checkbox:checked)) .hljs {
  background: #fefefe;
  color: #545454;
  border-radius: 8px;
}

/* Custom Page Use Cases Style */
.use-case {
  display: flex;
  width: 100%;
}

.use-case section.cases {
  width: 100%;
  padding: 0 4rem 0em 18rem;
}
.use-case section.cases > div {
  margin-top: 2em;
}
#search {
  display: none;
  width: 300px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #D9DFED;
  border-radius: 4px;
  background: url(/hc/theming_assets/01HZP8ZQD3WE9MAWH76XDV2PWW) no-repeat right;
  background-position-x: 17em;
  position: fixed;
  z-index: 11;
  right: 2.5em;
  background-color: white;
}
.filters .filters-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  font-feature-settings: 'ss08' on, 'liga' off;
  color: #06A6B7;
}
.filters .filters-title span {
  display: none;
}
.filters .filters-title span.show {
  display: block;
  cursor: pointer;
}

.filters .filters-title span.hide {
  display: none;
}
.filters h3 {
  font-style: normal;
  line-height: 20px !important;
  font-feature-settings: 'ss08' on, 'liga' off;
  color: #545454 !important;
  font-size: 16px;
  padding-top: 1rem;
  font-weight: bolder !important;
}
.filters input[type="checkbox"] {
  accent-color: #06A6B7;
}

.filter-head {
  padding: 1em 0 0;
  cursor: pointer;
  position: relative;
}
.filter-head::before {
  content: ' ';
  border: solid #A1B3D3 !important;
  border-width: 0 2px 2px 0 !important;
  display: inline-block !important;
  padding: 3px !important;
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
  position: absolute;
  right: 0;
  top: 21px;
}
.filter-head + div {
  display: none;
}
.filter-head.active::before {
  transform: rotate(-136deg) !important;
}
.filter-head + div.active {
  display: block;
}
.filter-head + div > div{
  padding: 0.5em 0;
}
.filter-head + div input, .filter-head + div label {
  cursor: pointer;
  font-size: 14px;
}
.use-case section.filters {
  width: 240px;
  height: 85%;
  overflow: auto;
  background-color: #F0F2F8;
  padding: 1.5rem;
  position: fixed;
}
.use-case section.cases .use-case-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.use-case section.cases .use-case-head .use-case-head-title h3 {
  font-size: 26px !important;
  line-height: 140% !important;
  color: #003390 !important;
  font-weight: bold !important;
}
.use-case section.cases .use-case-head .use-case-head-title p {
  font-weight: 14px;
  color: #7C7C7C;
}
.use-case section.cases .use-case-head button {
  font-weight: 450;
  font-size: 14px;
  line-height: 140%;
  color: #06A6B7;
  height: 32px;
  border: 1px solid #06A6B7;
  border-radius: 5px;
  background: white;
}
.use-case section.cases .articles-list, 
.use-case section.cases .popular-article-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.popular-article-list__head,
.new-article-list__head,
.article-list__head {
  display: flex;
  justify-content: space-between;
  padding: 0 2em 0 0;
  width: inherit;
}
.popular-see-more, .new-see-more {
  cursor: pointer;
}
.use-case section.cases h2,
.use-case section.cases .article-list__body h1 {
  font-style: normal;
	font-weight: 900;
	font-size: 20px;
	color: #8388A0;
}
.popular-article-list__head h2::before {
  content: url(/hc/theming_assets/01HZP8ZQSAX886PXQMBH99SWSM);
  margin-right: 0.5rem;
}
.article-list__head h2::before {
  content: url(/hc/theming_assets/01HZP8ZRZFYSGDMZ2HSFZ591GD);
  margin-right: 0.5rem;
}
.new-article-list__head h2::before {
  content: url(/hc/theming_assets/01HZP8ZS7B5PW358EMGE5CSE7J);
  margin-right: 0.5rem;
}
.popular-article-list__head p,
.new-article-list__head p,
.new-article-list__head a {
	font-weight: 450;
	font-size: 14px;
	line-height: 20px;
	color: #8E8E8E;
  position: relative;
}

.popular-article-list__body,
.new-article-list__body,
.article-list__body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  height: 376px;
  transition: height 1ms ease-out;
	overflow: hidden;
}
.popular-article-list__head p::before,
.new-article-list__head p::before,
.new-article-list__head a::before {
  content: ' ';
  border: solid #A1B3D3 !important;
  border-width: 0 2px 2px 0 !important;
  display: inline-block !important;
  padding: 3px !important;
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
  position: absolute;
  right: -15px;
  top: 5px;
  transition: all 1s;
  transform-origin: 6px 6px;
}

.popular-article-list.active .popular-article-list__head p::before,
.new-article-list.active .new-article-list__head p::before,
.new-article-list.active .new-article-list__head a::before {
  transform: rotate(225deg) !important;
  -webkit-transform: rotate(225deg) !important;
  transition: all 1s;
}

.new-article-list.active .popular-article-list__body,
.new-article-list.active .new-article-list__body {
  height: 100%;
}
.use-case section.cases .article-list__body {
  height: auto;
}
.use-case section.cases div .article {
  display: flex;
  flex-direction: column;
  max-width: 332px;
  max-height: 352px;
  row-gap: 1em;
  padding: 1em;
  margin: 1rem 0;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  position: relative;
}
.use-case section.cases div .article svg {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: -1;
  border-radius: 8px;
}
.use-case section.cases div .article .labels-top {
  height: 44px;
}
.use-case section.cases div .article .labels-top img {
  filter: saturate(0%) brightness(70%) contrast(1000%);
}
.use-case section.cases div .article .new {
  width: 32px;
  height: 18px;
  background: #06A6B7;
  border-radius: 2px;
  color: #ffffff;
}

.use-case section.cases div .article .title {
  color: #00237C;
  display: block;
  min-height: 101px;
  margin-top: 71px;
  line-height: 121%;
  font-size: 28px;
}
.use-case section.cases div .article .body {
  color: #545454;
  margin-top: 8px;
  font-size: 13px;
}

.use-case section.cases div .article span {
  font-size: 0.7em;
  text-align: center;
  border-radius: 7px;
  color: #7C7C7C;
}
.use-case section.cases div .article div {
  display: flex;
  align-items: center;
  column-gap: 1em;
}
.use-case section.cases div .article .labels {
  display: flex;
  justify-content: start;
  border-top: 1px solid #ECEFF6;
}

.use-case section.cases div .article .labels:not(:has(.label)) {
  border: none;
}
.use-case section.cases div .article .labels .label {
  background: #f1f1f1;
  padding: 0 0.5em;
  margin: 1em 0 0 0;
}
.use-case section.cases div .article .labels .label0 {
  background: #FDF1BD;
}
.use-case section.cases div .article .labels .label1 {
  background: #C4F5D8;
}
.use-case section.cases div .article span.difficulty {
  background-color: #ffffff;
}
.use-case section.cases div .article span.difficulty span:first-child {
  color: #3ABFB8;
}
.use-case section.cases div .article span.difficulty span:last-child {
  margin-right: 1em;
}
.use-case section.cases div .article span.difficulty span {
  color: #F0F2F4;
  padding: 0.4em;
}

/* Related Articles Styles */

.article-related__container {
  display: flex;
  flex-direction: column;
  column-gap: 1em;
  background: #F0F2F4;
  border-radius: 4px;
  padding: 2em;
}
.article-related__container > span {
  font-style: normal;
  font-weight: bolder;
  font-size: 18px;
  line-height: 22px;
  color: #545454;
  margin: 0 1em;
}
.article-related__container .article {
  background: #ffffff;
  margin: 1em;
  padding: 1em 2em;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
}

.article-related__container .article .labels-top {
  display: flex;
  justify-content: start;
  height: 42px;
}
.article-related__container .article .labels-top img {
  margin-right: 0.7em;
}
.article-related__container .article .labels {
  border-top: 1px solid #ECEFF6;
}
.article-related__container .article {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 255px;
  row-gap: 1em;
  padding: 1em;
  margin: 1em;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
}
.article-related__container .article .new {
  width: 32px;
  height: 18px;
  background: #06A6B7;
  border-radius: 2px;
  color: #ffffff;
}
.article-related__container .article .title {
  color: #00237C;
  display: block;
  margin: 0 0 11px;
  height: 44px;
}
.article-related__container .article .body {
  color: #8E8E8E;
  height: 66px
}
.article-related__container .article .labels .label {
    background: #f1f1f1;
    padding: 0.5em 1em;
    margin: 1em 0;
}

.article-related__container .article span {
  font-size: 0.7em;
  padding: 0.7em;
  border-radius: 7px;
  color: #7C7C7C;
}
.article-related__container .article div {
  display: flex;
  column-gap: 1em;
  align-items: center;
}
.article-related__container .article .labels {
  border-top: 1px solid #ECEFF6;
}
.article-related__container .article span.difficulty {
  background-color: #ffffff;
}
.article-related__container .article span.difficulty span:first-child {
  color: #3ABFB8;
}
.article-related__container .article span.difficulty span:last-child {
  margin-right: 1em;
}
.article-related__container .article span.difficulty span {
  color: #F0F2F4;
  padding: 0.4em;
}
.article-related {
  display: flex;
  justify-content: center;
  align-items: center;
}

.article-related__container::-webkit-scrollbar {
  width: 20px;
}


/* 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, #usecaseModal {
    border: none;
    width: 50%;
    border-radius: 7px;
    padding: 2em;
}
#feedbackModal 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 {
    width: 100%;
  }
  .feedback-container div {
    justify-content: center;
  }
  .feedback-container div button {
    width: 100%;
  }
  .hljs .hljs-ln td.hljs-ln-numbers {
    width: 3%;
  }
  .tabs:has(pre code.hljs) .tab pre code.hljs {
    padding: 1rem !important;
  }
  .article__body .callout:not(:has(table)) tbody tr td,
  .article__body > table:not(:has(thead)) tbody tr:first-child td {
    width: auto !important;
  }
  .callout table {
    margin: 0;
  }
  .code-block-features dialog {
    right: 0;
  }
  @keyframes fadein {
    from {right: -1px; opacity: 0;}
    to {right: -3px; opacity: 1;}
  }
  @keyframes fadeout {
    from {right: -1px; opacity: 1;}
    to {right: -3px; opacity: 0;}
  }
}
/* Hide usecase search in mobile */
@media only screen and (max-width: 1024px) {
  body #search {
    display: none !important;
  }
  .use-case section.filters {
    display: none;
  }
  .use-case section.cases {
    margin-left: 0;
    padding: 0;
  }
  #feedbackModal, #usecaseModal {
    width: 100%;
  }
  .use-case section.cases .articles-list,
  .use-case section.cases .popular-article-list,
  .use-case section.cases .article-list__body {
    width: 100%;
  }
  .use-case section.cases div .article svg {
    top: -37px;
  }
  .article-related {
    flex-direction: column;
  }
}

.absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
}
/* Usecase modal style */
#usecaseModal .usecase-head {
  display: flex;
  justify-content: space-between;
  background: #00237C;
  padding: 0.8em 1em 0.8em 1.3em;
}
#usecaseModal .usecase-head .cross {
  cursor: pointer;
}
#usecaseModal .usecase-head h3 {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: bold !important;
  margin: 0;
}
#usecaseModal .usecase-container {
  display: flex;
  flex-direction: column;
  row-gap: 2em;
  padding: 2em;
  text-align: left;
}
#usecaseModal .usecase-footer {
  display: flex;
  justify-content: end;
  column-gap: 1em;
}
#usecaseModal button {
  border: 1px solid #eceff1;
  border-radius: 5px;
  width: 21%;
}
#usecaseModal .cancel {
  border: none;
  cursor: pointer;
}
#usecaseModal #submit{
  background: #06A6B7;
  color: #fff;
}
#usecaseModal #submit[disabled] {
  cursor: not-allowed;
  background: #92bbc0;
  border: none;
}
#usecaseModal {
  padding: 0;
}
#usecaseModal input {
  height: 2.3em;
}
dialog::backdrop {
  backdrop-filter: blur(3px);
}
@media (max-width: 768px) {
  .use-case section.cases {
    width: 100%;
  }
  .use-case section.cases .use-case-head {
    flex-direction: column;
    justify-content: flex-start;
    align-items: revert;
  }
/*   body:has(#preview-bar-container) .sidebar-toggle__link {
    margin-top: 350px !important;
  } */
  body:has(#preview-bar-container) .wrapper .main-wrapper .main-wrapper__inner {
    margin-top: 10rem !important;
  }
  .sidebar-toggle__link {
    margin-top: 0 !important;
  }
/*   .sidebar.is-active {
    transform: translateX(0) translateY(175px);
  } */
}

body:has(#navbar-container) #search,
body:has(#preview-bar-container) #search {
  top: 7.5em;
  display: block;
}
body #search {
  top: 4.45em;
  display: block;
}


/* 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);
}
.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:not(:has(ul)) li {
  overflow-wrap: anywhere;
}
.article__body .table ul li {
  padding-left: 1em;
}

.article__body ol li,
.article__body ul li {
  padding-left: 2em;
}

.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;
}
div.image-wrapper {
  position: relative;
  display: inline-block;
}
/* hide custom feilds */
.request_custom_fields_18897475634196, .request_custom_fields_19320205279380, .request_custom_fields_19320544393364, .request_custom_fields_19319442353684, .request_custom_fields_19320574439060, 
.request_custom_fields_19320692286996, .request_custom_fields_19320643216020{
  display: none;
}

/* next previou css */
.next-pre-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.next-pre-container > div:last-child {
  max-width: 200px;
  text-align: right;
}
.next-pre-container > div:first-child {
  max-width: 200px;
  text-align: left;
}
/* .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
}


.article__body ol ol:not(:has(ol)),
.article__body ul ul:not(:has(ul)),
.article__body > ol ul:not(:has(ul)),
.article__body > ul ol:not(:has(ul)),
.article__body .callout-content > ol,
.article__body .callout-content > ul {
  padding-left: 0;
}
.article__body ol,
.article__body ol ol,
.article__body ol ol ol,
.article__body ul,
.article__body ul ul,
.article__body ul ul ul {
  padding-left: 0;
}

#request_priority + p a {
  font-weight: bold;
}

.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;
}

.article__body h1,
.article__body h2 {
  position: relative;
}

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);
}

[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
}

/* Fixed header button */
.layout .topbar__inner button {
  border: none;
  border-radius: 5px;
  padding: 7px 21px;
  background: #F5FBFC;
  text-align: left;
  font-size: 14px;
}

@media (max-width: 768px) {
  .use-case section.cases div .article svg {
    top: -2px;
  }
  .sidebar-toggle .container {
    height: 50px;
    position: relative;
  }
  .sidebar-toggle__link {
    position: fixed;
    top: 250px;
    padding: 10px 0px 10px 10px;
    border-radius: 5px;
    background: #ebebeb;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .use-case section.cases div .article svg {
    top: -15px;
  }
  .use-case section.cases div .article {
    max-width: 306px;
  }
}

@media print {
    header, footer, aside, form, .article-column-toc {
        display: none !important;
    }
    .toc-enabled .article-column-body {
      width: 100%
    }
}

/* class padded to the image who has height mmore than 30px */
.padded {
  position: relative;
  padding: 10px;
  box-sizing: border-box; /* Ensure padding is included in total width/height */
}

.scrollable-table {
  width: 100%;
  overflow-x: auto;
}

.scrollable-table > table {
  margin: 0 1px;
  width: auto !important;
}

.scrollable-table > table > thead tr th,
.scrollable-table > table:not(:has(thead)) tbody tr:first-child td {
  font-weight: 700;
  background-color: #e7f1fc;
  text-align-last: center;
  align-content: center;
}

p:has(> iframe:only-child) {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

p > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table.jinja-table pre span {
  text-wrap: initial;
}

table.jinja-table .tabs {
  margin-top: 0;
}

.article__body > table.jinja-table:not(:has(thead)) tbody tr:first-child td:first-child {
  width: 35% !important;
}


* Version Toggle Styles */
.version-toggle-container {
  display: inline-block;
  margin: 20px 0;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e1e8ed;
}

.version-toggle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.version-label {
  font-size: 14px;
  font-weight: 500;
  color: #68737d;
  transition: color 0.3s ease;
  min-width: 60px;
  text-align: center;
}

.version-label.active {
  color: #037fff;
  font-weight: 600;
}

.toggle-switch {
  position: relative;
  display: inline-block;
}

.toggle-input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.toggle-label {
  display: block;
  width: 40px;
  height: 20px;
  background-color: #d9dfed;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}

.toggle-input:checked + .toggle-label {
  background-color: #bbceff;
}

.toggle-slider {
  position: absolute;
  top: 3px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-color: #a1b3d3;
  border-radius:350%;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.toggle-input:checked + .toggle-label .toggle-slider {
  transform: translateX(32px);
  background-color: #2e69ff;
  left: -9px;
}
.article-title .version-text {
  color: rgb(30, 30, 30);
  font-size: 16px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .version-toggle-wrapper {
    gap: 10px;
  }
  
  .version-label {
    font-size: 13px;
    min-width: 50px;
  }
  
  .toggle-label {
    width: 50px;
    height: 26px;
  }
  
  .toggle-slider {
    width: 20px;
    height: 20px;
    top: 3px;
  }
  
  .toggle-input:checked + .toggle-label .toggle-slider {
    transform: translateX(24px);
  }
}

/* Hide section under categories from */
[data-sidenav-section-id="38469087434772"],
[data-sidenav-section-id="38469121643796"],
[data-sidenav-section-id="38469120714900"],
[data-sidenav-section-id="38469139664404"],
[data-sidenav-section-id="38469151717012"],
[data-sidenav-section-id="38469163898900"],
[data-sidenav-section-id="38469193969428"],
[data-sidenav-section-id="38469156801556"],
[data-sidenav-section-id="38534581228948"],
[data-sidenav-section-id="39505825199636"] {
  display: none;
}

/* Hide section from categories pages */
.category-page .section-tree__column:has([href*="38469087434772"]),
.category-page .section-tree__column:has([href*="38469121643796"]),
.category-page .section-tree__column:has([href*="38469120714900"]),
.category-page .section-tree__column:has([href*="38469139664404"]),
.category-page .section-tree__column:has([href*="38469151717012"]),
.category-page .section-tree__column:has([href*="38469163898900"]),
.category-page .section-tree__column:has([href*="38469193969428"]),
.category-page .section-tree__column:has([href*="38469156801556"]),
.category-page .section-tree__column:has([href*="38534581228948"]),
.category-page .section-tree__column:has([href*="39505825199636"]) {
  display: none;
}

#authRequest,
#accessToken,
#refreshToken {
  padding: 15px;
}


#authRequest table ul li,
#accessToken table ul li,
#refreshToken table ul li {
  padding-left: 0;
}

h2[id="01JYF99BW23HVF63F7FC4MD348"] + div table tbody tr td:first-child img {
  height: 200px;
  object-fit: contain;
}

img[data-lotus-icon="39219085339156"] {
  width: 30px;
  height: 30px;
}


/* --- Google Vertex AI Search Widget Styles --- */


/* 1. Style the Search Input Bar in the Header
---------------------------------------------------*/
/* This makes your new search input match the theme of your site's original search bar. */

input#searchWidgetTrigger {
  /* Sizing and Alignment */
  width: 500px; /* You can adjust this width if needed */
  height: 36px;
  box-sizing: border-box; /* Important for consistent sizing */
  
  /* Font and Colors */
  font-family: 'CircularXXWeb-Regular', sans-serif;
  font-size: 14px;
  color: #1e1e1e !important;
  
  /* Border and Background */
  border: 1px solid #d9dfdd !important;
  border-radius: 4px !important;
  background-color: #ffffff;
  
  /* Search Icon (embedded as SVG) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23a1b3d3' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 16px 16px;
  
  /* Padding to make room for the icon */
  padding: 5px 15px 5px 40px;
  
  /* Smooth transition for focus effect */
  transition: border-color 0.2s ease-in-out;
}

/* Style for when the user clicks into the search bar */
input#searchWidgetTrigger:focus {
  outline: none;
  border-color: #06a6b7 !important; /* Uses your site's primary accent color */
}

/* Style for the placeholder text */
input#searchWidgetTrigger::placeholder {
  color: #6b7c93 !important;
  opacity: 1; /* Ensures placeholder is not faded */
}


/* 2. Fix the Invisible Close Button & Widget Pop-up
---------------------------------------------------*/
/* This section ensures the widget's close button is always visible and clickable. */

/* The ::part() selector is used to style elements inside a web component like this widget. */
gen-search-widget::part(close-button) {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  cursor: pointer;
  color: #555555 !important; /* A visible dark grey color */
  background: transparent !important;
  border: none !important;
}

/* Make the close button slightly darker on hover for better feedback */
gen-search-widget::part(close-button):hover {
  color: #000000 !important;
}


/* 3. (Optional) Theme the Widget's Internal Colors
---------------------------------------------------*/
/* This section makes the results inside the widget match your brand colors. */

/* Style the title of each search result */
gen-search-widget::part(result-title) {
  color: #00237C !important; /* Your brand's navy blue */
}

gen-search-widget::part(result-title):hover {
  text-decoration: underline !important;
}

/* Style the text snippet of each search result */
gen-search-widget::part(result-snippet) {
  color: #333333 !important; /* Standard dark text color */
}

gen-search-widget::part(backdrop) {
  height: 50px;
}
