@import url(https://fonts.googleapis.com/css?family=Gothic+A1:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&amp;display=swap);

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(static/annex/material-icons-v6.7.0/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/static/annex/material-icons-v6.7.0/MaterialIcons-Regular.woff2) format('woff2'),
    url(/static/annex/material-icons-v6.7.0/MaterialIcons-Regular.woff) format('woff'),
    url(/static/annex/material-icons-v6.7.0/MaterialIcons-Regular.ttf) format('truetype');
}

* {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

body {
  font: 12px/18px Arial, sans-serif;
  height: 100%;
  overflow: hidden;
  background: #F9F9F9;
}

body a {
  /* text-decoration: underline; */
  text-decoration: none;
  color: #334D6E;
}

a:hover {
  text-decoration: underline;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

.header {
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
  box-shadow: none !important;
  height: 86px;
}

header.header>.container {
  padding: 4px 25px;
  max-width: 1400px;
}

header.header .header-content {
  height: auto;
  border: none;
  margin-bottom: 0;
}

.header .menu {
  margin: 0 43px;
}

.header .header-divider {
  display: none;
}

.common-header {
  background-color: #fff;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12) !important;
}

main {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding-top: 86px;
  height: 100%;
}

.nowrap {
  white-space: nowrap;
}

.z-scrollbar::-webkit-scrollbar {
  width: 10px;
}

.z-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px
}

.z-scrollbar::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
  transition: all ease 0.3s;
  border: 1px solid #f1f1f1;
}

.z-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.z-text {
  font: 14px/160% "Open Sans", sans-serif;
}

.z-text a {
  text-decoration: underline;
  color: #7b9ce6;
}

.z-text a:hover {
  text-decoration: none;
}

.z-text h1 {
  font: bold 30px/41px "Open Sans", sans-serif;
  margin-bottom: 32px;
}

.z-text h2 {
  font: bold 28px/36px "Open Sans", sans-serif;
  margin-bottom: 24px;
}

.z-text h3 {
  font: bold 20px/28px "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.z-text p {
  margin-bottom: 16px;
}

.z-text p+h1,
.z-text p+h2,
.z-text p+h3,
.z-text pre+h1,
.z-text pre+h2,
.z-text pre+h3,
.z-text ol+h1,
.z-text ol+h2,
.z-text ol+h3,
.z-text ul+h1,
.z-text ul+h2,
.z-text ul+h3 {
  margin-top: 48px;
}

.z-text ul+p,
.z-text ol+p {
  margin-top: 22px;
}

.z-text li {
  margin-bottom: 16px;
  padding-left: 10px;
}

.z-text img {
  display: inline-block;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 13px;
  max-width: 100%;
}

.z-text li img {
  margin-bottom: 24px;
}

.z-text pre {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 8px 16px;
  background: #f5f5f5;
  margin: 0 0 36px;
  overflow: auto;
}

.z-text ol,
.z-text ul {
  padding-left: 44px;
}

.overflow--auto {
  overflow: auto;
}

.v-btn {
  border-radius: 6px !important;
  text-transform: initial !important;
  font-weight: normal !important;
  margin-top: 0;
  margin-bottom: 0;
}

.relative {
  position: relative;
}

.main-content {
  padding: 35px 73px 133px;
  height: 100%;
  flex-grow: 1;
  max-width: calc(100vw - 269px);
}

.left-sidebar--search {
  margin-bottom: 30px;
}

.main-search.v-text-field.v-text-field--solo .v-input__control {
  min-height: 40px;
}

.main-search.v-text-field .v-input__slot {
  border-radius: 6px;
}

.main-search input[type="text"] {
  font-family: 'Open Sans';
  font-size: 13px;
}

.main-search i {
  font-size: 21px;
}

.left-sidebar .z-scrollbar {
  padding: 31px 25px 60px;
  /* max-height: calc(100vh - 94px); */
  overflow: auto;
  /* position: fixed; */
  width: 269px;
}

.search-results h1 {
  font: bold 30px/41px 'Open Sans';
  margin-bottom: 49px;
  color: rgba(38, 38, 38, 1);
}

.search-results-item--title {
  font: 16px/22px 'Open Sans';
  display: inline-block;
  margin-bottom: 4px;
  color: rgba(52, 116, 224, 1);
}

.search-results .z-breadcrumbs {
  font: 14px/19px 'Open Sans';
  margin-bottom: 6px;
  color: rgba(133, 159, 56, 1);
}

.search-results .z-breadcrumbs a {
  color: rgba(133, 159, 56, 1);
}

.search-results-item--snippet {
  font: 14px/22px 'Open Sans';
}

.search-results-item {
  margin-bottom: 32px;
}

.help-children h1 {
  font: bold 30px/41px 'Open Sans';
  margin-bottom: 49px;
  color: rgba(38, 38, 38, 1);
}


.left-sidebar {
  max-width: 269px;
  min-width: 269px;
  position: relative;
  box-shadow: 6px 0px 18px rgba(0, 0, 0, 0.06);
  background: #fff;
  height: 100%;
}

.left-sidebar:before {
  content: '';
  background: #fff;
  position: absolute;
  height: 100%;
  width: 2000px;
  right: 100%;
}

.aside-menu .z-icon {
  width: 100%;
  max-width: 16px;
  margin-right: 11px;
}

.z-icon.accent {
  filter: invert(72%) sepia(24%) saturate(5818%) hue-rotate(193deg) brightness(98%) contrast(84%);
  background: transparent !important;
}

.z-icon.warning {
  filter: invert(70%) sepia(34%) saturate(4956%) hue-rotate(3deg) brightness(99%) contrast(91%);
  background: transparent !important;
}

.z-icon.error {
  filter: invert(32%) sepia(81%) saturate(1525%) hue-rotate(4deg) brightness(97%) contrast(103%);
  background: transparent !important;
}

.z-icon.success {
  filter: invert(55%) sepia(72%) saturate(413%) hue-rotate(40deg) brightness(96%) contrast(92%);
  background: transparent !important;
}

.z-icon.grey {
  filter: invert(100%) sepia(42%) saturate(2994%) hue-rotate(176deg) brightness(99%) contrast(77%);
  background: transparent !important;
}

.aside-menu-item {
  padding: 8px 11px;
  min-height: 40px;
  text-decoration: none;
  font-family: 'Open Sans';
  font-size: 13px;
  border-radius: 4px;
  color: #334D6E;
  cursor: default;
  position: relative;
}

.aside-menu-item span {
  max-width: 146px;
}

a.aside-menu-item {
  cursor: pointer;
}

.aside-menu-item:hover {
  color: #7b9ce6;
  text-decoration: none;
}

.aside-menu-item--active {
  background: #eff3fc;
}

.aside-menu-children {
  padding-left: 26px;
}

.aside-menu-item--iconless {
  padding-left: 30px;
}

.aside-menu-item--iconless:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #7b9ce6;
  left: 12px;
  top: 17px;
}

.aside-menu-item--iconless:hover:before,
.aside-menu-item--active.aside-menu-item--iconless:before {
  background: #7b9ce6;
}

.z-scrollbar {
  scrollbar-width: thin;
}

.z-scrollbar::-webkit-scrollbar {
  width: 6px;
}

.z-scrollbar::-webkit-scrollbar-track {
  background: #F4F4F4;
  border-radius: 5px
}

.z-scrollbar::-webkit-scrollbar-thumb {
  background: #334D6E;
  border-radius: 5px;
  transition: all ease 0.3s;
  border: 1px solid #f1f1f1;
}

.z-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #334D6E;
}

.z-breadcrumbs {
  font: 12px/16px 'Open Sans';
  margin-bottom: 36px;
}

.z-breadcrumbs span {
  color: #BDC3CD;
}

.mobile-logo {
  text-align: center;
  display: none;
}

.left-sidebar .menu-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0;
}

.left-sidebar .signup-link {
  color: #334D6E !important;
  border-color: #334D6E !important;
  border: 1px solid #334D6E;
  width: 100%;
  margin: 0 !important;
}

.left-sidebar .menu li {
  margin-bottom: 20px;
  width: 100%;
}

.left-sidebar .signin-link {
  width: 100%;
  border: 1px solid #A1C644 !important;
  box-shadow: none !important;
  margin: 0 !important;
  background: #A1C644;
}

.left-sidebar .auth,
.left-sidebar .menu-btn {
  display: none;
}

.left-sidebar--opened .left-sidebar .auth,
.left-sidebar--opened .left-sidebar .menu-btn {
  display: block;
}

.left-sidebar--opened .left-sidebar .auth {
  padding-top: 40px;
}

.aside-menu-item--has-video:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #819DE0;
  z-index: 1;
  top: 8px;
  left: 15px;
  box-shadow: 0px 4px 4px rgba(129, 157, 224, 0.44);
}

.aside-menu-item--has-video:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid white;
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 11px;
}

.left-sidebar--opened .left-sidebar {
  flex: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: 100%;
  z-index: 40;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: auto;
}

.left-sidebar--opened .z-scrollbar {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: initial;
  padding-top: 4px;
}

.left-sidebar--opened .mobile-logo {
  margin-bottom: 20px;
}

html.left-sidebar--opened {
  overflow: hidden;
}

.blog-pagination {
  text-align: center;
}

.blog-pagination-item {
  display: inline-block;
  border: none;
  text-decoration: none;
  padding: 7px 12px;
  margin: 0 2px;
  color: #616668 !important;
}

.blog-pagination-item-active {
  box-shadow: 0px 2px 9px -1px rgba(137, 191, 0, 0.7);
  border-radius: 3px;
  color: #fff !important;
  background: -moz-linear-gradient(left, #9ccf1b 0%, #7ba520 100%);
  background: -webkit-linear-gradient(left, #9ccf1b 0%, #7ba520 100%);
  background: linear-gradient(to right, #9ccf1b 0%, #7ba520 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ccf1b', endColorstr='#7ba520', GradientType=1);
}

.blog-pagination-item:hover {
  text-decoration: underline;
}

.blog-pagination span {
  margin: 0 4px;
}

.search-results-empty--title {
  font-size: 20px;
  margin-bottom: 34px;
  line-height: 30px;
}

.search-results-empty--text {
  font-size: 14px;
}


.footer .container {
  max-width: 1400px !important;
  padding-left: 65px;
  padding-right: 65px;
}

alert,
.alert {
  border: 1px solid rgb(230 229 229);
  border-radius: 6px;
  padding: 12px 16px 16px;
  margin: 28px 0px 48px;
  display: block;
  background: #fff;
}

alert strong,
.alert strong,
alert b,
.alert b {
  color: #db5200;
}

alert *:last-child,
.alert *:last-child {
  margin-bottom: 0;
}

code {
  box-shadow: none !important;
  color: inherit !important;
}

code {
  background-color: #efefef;
  box-shadow: none;
  color: inherit;
}

@media (max-width: 1400px) {
  .main-content {
    padding-left: 65px;
  }
}

@media (max-width: 960px) {
  .header .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  main {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .left-sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    flex: 0;
  }

  .left-sidebar {
    display: none;
  }

  .mobile-logo {
    display: block;
  }

  .main-content {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }

  .aside-menu-item span {
    max-width: 100%;
  }
}