.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #00004C;
  background-image: url('../images/custom-checkbox-checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #00004C;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #00004C;
}

body {
  color: #333;
  background-color: #f7f7fa;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: -2px;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-right: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  z-index: 1;
  background-image: linear-gradient(to right, #f7f7fa 50%, rgba(247, 247, 250, 0));
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

h3 {
  border-bottom: 3px solid rgba(0, 0, 0, .1);
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  position: static;
}

h4 {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: rgba(51, 51, 51, .6);
  margin-top: 6px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #333;
  font-size: 16px;
  line-height: 23px;
}

a {
  color: #1088FF;
  border-radius: 4px;
  font-size: 15px;
  line-height: 23px;
  text-decoration: none;
}

a:hover {
  background-color: #ECECEF;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #333;
  font-size: 15px;
  line-height: 24px;
}

label {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.button {
  width: 100%;
  color: rgba(0, 0, 0, .8);
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.button:hover {
  background-color: #ECECEF;
  border-right: 4px solid #00004C;
}

.button:active {
  background-color: #dedee0;
  border-right-color: #1088FF;
}

.button.w--current {
  border-right: 4px solid #1088FF;
}

.right-nav-category-labels {
  width: 100%;
  color: rgba(0, 0, 0, .5);
  padding: 10px 15px;
  font-size: 13px;
}

.linksdiv {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.div-block-4 {
  background-color: #00004c;
  padding: 15px;
}

.more-info-blocks {
  background-color: #ECECEF;
  border-bottom: 2px solid rgba(0, 0, 0, .1);
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 13px 40px 13px 20px;
  position: relative;
}

.more-info-blocks.important.stcky {
  z-index: 100;
  background-color: #f5dce0;
  border-bottom-width: 2px;
  border-bottom-color: rgba(0, 0, 0, .1);
  border-left: 4px solid #FF0303;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 20px;
  display: flex;
  position: -webkit-sticky;
  /* position: sticky; */
  /* top: 20px; */
}

.more-info-blocks.highlight {
  background-color: #ECECEF;
  border-bottom-color: rgba(0, 0, 0, .1);
  border-left: 4px solid #00004C;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 14px;
  display: flex;
}

.section-sep {
  height: 1px;
  color: rgba(51, 51, 51, .65);
  text-align: right;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  font-style: italic;
  font-weight: 700;
  line-height: 0;
}

.image-2 {
  position: absolute;
  top: 12px;
  right: 15px;
}

.buttondiv {
  position: relative;
}

.section-container {
  width: 100%;
  padding-top: 5px;
  position: relative;
}

.categories-sep {
  height: 30px;
  padding-top: 0;
}

.api-docs-section {
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.s-wrapper {
  flex-direction: row;
  display: flex;
}

.s-left {
  width: 30%;
  max-width: 340px;
  background-color: #fff;
  position: relative;
}

.s-right {
  width: 60%;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.docker-docs-section {
  padding-left: 0;
  padding-right: 30px;
}

.tabs-menu {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 15px;
  padding-top: 10px;
}

.tab-link {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 700;
  transition: border .2s cubic-bezier(.455, .03, .515, .955);
  top: 1px;
}

.tab-link:hover {
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, .2);
}

.tab-link.w--current {
  background-color: #fff;
  border-bottom-color: #1088FF;
}

.link-in-more-info-block {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  line-height: 23px;
}

.link-in-more-info-block:hover {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
}

.button-in-content-area {
  min-width: 145px;
  color: #fff;
  background-color: #00004C;
  background-image: url('../images/log.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto 24px;
  border-radius: 3px;
  margin-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 36px;
  font-size: 13px;
  font-weight: 700;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button-in-content-area:hover {
  background-color: #1088FF;
  border-bottom-color: #00799e;
}

.hide {
  opacity: 0;
  display: none;
}

.not-sticky {
  position: static;
}

.s-pre {
  width: 100%;
  color: #fff;
  background-color: #00004C;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px;
  font-family: Inconsolata, monospace;
  display: block;
}

.anchor-div-block {
  z-index: -1;
  width: 100px;
  height: 51vh;
  background-color: rgba(229, 68, 68, 0);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.more-info-text {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
}

.more-info-text.important {
  margin-bottom: 10px;
}

._2-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: start;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
  position: relative;
}

._2-columns.hide {
  display: none;
}

._2-columns.disabled {
  opacity: .33;
  filter: sepia();
}

.dropdown-block {
  z-index: 100;
  margin-top: 15px;
  margin-right: 15px;
  position: fixed;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0%;
  display: none;
}

.dropdown-block.newer-versions {
  z-index: 102;
}

.dropdown-block.older-versions {
  z-index: 101;
  /*margin-top: 65px;*/
}

.dropdown-toggle {
  color: #00004C;
  background-color: #fff;
  border: 2px solid #00004C;
  border-radius: 3px;
  padding: 8px 40px 8px 10px;
  font-size: 13px;
  font-weight: 700;
  transition: border-color .2s cubic-bezier(.455, .03, .515, .955), background-color .2s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.dropdown-toggle:hover {
  color: #fff;
  background-color: #1088FF;
  border-color: #1088FF;
}

.dropdown-toggle.newer-versions {
  min-width: 210px;
  color: #fff;
  text-align: left;
  background-color: #00004C;
  background-image: url('../images/rocket_launch_white_24dp.svg');
  background-position: 96% 49%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  border-color: #00004C;
  padding-right: 10px;
}

.dropdown-toggle.newer-versions:hover {
  background-color: #1088FF;
  border-color: #1088FF;
}

.dropdown-toggle.newer-versions.latest-stable {
  background-image: url('../images/verified_white_24dp.svg');
  background-size: auto 20px;
}

.dropdown-toggle.older-versions {
  min-width: 210px;
  color: #00004C;
  border-color: #00004C;
}

.dropdown-toggle.older-versions:hover {
  color: #1088FF;
  background-color: #fff;
  border-color: #1088FF;
}

.dropdown-toggle.older-versions:focus {
  color: #1088FF;
  border-color: #1088FF;
}

.icon {
  margin-right: 10px;
}

.dropdown-list {
  background-color: #00004C;
}

.dropdown-list.w--open {
  width: 100%;
  max-height: 510px;
  min-width: 270px;
  border-radius: 3px;
  margin-top: 6px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  top: 38px;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: auto;
}

.dropdown-link {
  color: #fff;
  border-radius: 2px;
  padding: 6px;
  font-size: 13px;
  font-weight: 900;
}

.dropdown-link:hover {
  background-color: #1088FF;
}

.dropdown-link.w--current {
  color: #fff;
  background-color: #1088FF;
}

.dropdown-link.child {
  padding-left: 14px;
  font-weight: 400;
}

.dropdown-link.child:hover {
  background-color: rgba(0, 160, 209, .35);
}

.dropdown-link.parent {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/verified_white_24dp.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  border-bottom: 2px solid rgba(255, 255, 255, .22);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: 700;
}

.dropdown-4 {
  display: block;
}

.link {
  background-image: url('../images/file_download_black_24dp.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  display: block;
}

.link.hide {
  display: none;
}

.flexbox-content-in-more-info-block {
  width: 100%;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.flexbox-content-in-more-info-block.vertical {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.form-block {
  margin-top: 0;
  margin-bottom: 0;
}

.checkbox {
  width: 21px;
  height: 21px;
  min-height: 21px;
  min-width: 21px;
  background-color: #fff;
  border-width: 2px;
  border-color: #00004C;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.checkbox.w--redirected-checked {
  background-color: #00004C;
  border-width: 2px;
  border-color: #00004C;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  border-width: 2px;
  border-color: #1088FF;
}

.checkbox-field {
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 0;
  display: flex;
}

.allcaps {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.disabled-overlay {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.latest-stable-version-icon-in-title {
  background-image: url('../images/verified_dark_24dp.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 38px;
}

.version-block {
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 25px;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
    line-height: 36px;
  }

  h2 {
    font-size: 20px;
  }

  .button {
    font-size: 13px;
  }

  .more-info-blocks {
    width: auto;
    margin-bottom: 15px;
    padding-right: 20px;
  }

  .more-info-blocks.important {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-right: 20px;
  }

  .more-info-blocks.highlight {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 20px;
  }

  .categories-sep {
    height: 20px;
  }

  .api-docs-section {
    padding-right: 0;
  }

  .s-right {
    width: 70%;
    padding-right: 20px;
  }

  .docker-docs-section {
    padding-right: 0;
  }

  .button-in-content-area {
    min-width: 115px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 6px;
    padding-left: 10px;
  }

  .more-info-text {
    flex: 1;
  }

  .dropdown-block.newer-versions {
    margin-bottom: 15px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .dropdown-4 {
    display: none;
  }

  .flexbox-content-in-more-info-block {
    align-items: flex-start;
  }

  .checkbox {
    margin-left: 0;
  }

  .latest-stable-version-icon-in-title {
    padding-left: 36px;
  }

  .version-block {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 17px;
    line-height: 30px;
  }

  .button {
    color: #1088FF;
    padding-left: 30px;
    padding-right: 30px;
  }

  .right-nav-category-labels {
    padding-left: 30px;
    padding-right: 20px;
  }

  .linksdiv {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .linksdiv.hidden-on-mobile {
    display: none;
  }

  .div-block-4 {
    justify-content: flex-start;
    padding-left: 25px;
    display: flex;
  }

  .more-info-blocks, .more-info-blocks.highlight {
    padding-left: 15px;
  }

  .section-container {
    padding-right: 0;
  }

  .categories-sep {
    height: 20px;
  }

  .api-docs-section {
    padding-right: 0;
  }

  .s-wrapper {
    flex-direction: column;
  }

  .s-left {
    width: 100%;
    max-width: none;
  }

  .s-right {
    width: 100%;
    padding-left: 20px;
  }

  .docker-docs-section {
    padding-right: 0;
  }

  .latest-stable-version-icon-in-title {
    padding-left: 32px;
  }

  .version-block {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 34px;
  }

  p, a, li, label {
    font-size: 13px;
    line-height: 22px;
  }

  .button {
    padding-left: 20px;
    padding-right: 30px;
  }

  .right-nav-category-labels {
    padding-left: 20px;
    padding-right: 15px;
  }

  .linksdiv {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    display: flex;
  }

  .more-info-blocks.important, .more-info-blocks.highlight {
    background-position: 10px 14px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .s-right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link {
    padding-left: 10px;
    font-size: 11px;
  }

  .button-in-content-area {
    margin-top: 10px;
    margin-left: 0;
  }

  .latest-stable-version-icon-in-title {
    padding-left: 30px;
  }
}

.disable_href {
  cursor: not-allowed;
  opacity: 0.5;
  color: currentColor;
  display: inline-block;  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}

#more-info-text-id {
  display: none;
}

#upgrade-acknowledged-div {
  display: none;
}

#error-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    backdrop-filter: blur(10px);
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
}

#error-message {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

#error-message-p {
    font-size: 20px;
    color: #ffffff !important;
    margin-top: 10px;
    text-align: center;
}

#warning-msg-about-latest-build-div {
  display: none;
}

#global-version-div {
    display: none;
}

.failed-to-load-data-link {
    color: #ffffff !important;
    text-decoration: underline !important;
    font-size: 20px;
}

.failed-to-load-data-link:hover {
    background: none !important;
}

.component-hidden {
    display: none;
}

.component-showed {
    display: block;
}