.support-page {
  height: 100%;
}
.support-page .header-bar {
  border-bottom: 1px solid rgba(31, 115, 255, 0.1019607843);
}
.support-page .support-left-menu ul {
  padding: 0;
}
.support-page .support-left-menu ul li {
  min-height: 50px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.support-page .support-left-menu ul li.active {
  background-color: rgba(31, 115, 255, 0.1019607843);
  color: #1F73FF;
}

#mobileSupport ul {
  padding: 0;
}
#mobileSupport ul li {
  min-height: 50px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
#mobileSupport ul li.active {
  background-color: rgba(31, 115, 255, 0.1019607843);
  color: #1F73FF;
}

.support-page-content {
  position: relative;
}
.support-page-content .support-left {
  width: 300px;
  padding: 0 10px;
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 100px;
  height: calc(100% - 100px);
  border-right: 1px solid rgba(31, 115, 255, 0.1019607843);
  display: none;
}
.support-page-content .support-right {
  height: 100%;
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.support-page-content .support-right .support-container {
  width: auto;
}
.support-page-content .support-right h2 {
  margin-bottom: 44px;
}
.support-page-content .support-right h3 {
  margin-bottom: 20px;
}
.support-page-content .support-right .full-image {
  width: 100%;
}
.support-page-content .support-right ol {
  padding-left: 0;
}
.support-page-content .support-right ol li {
  line-height: 1.8;
}
.support-page-content .support-right ol.order-number li {
  list-style-type: decimal;
  list-style-position: inside;
}
.support-page-content .support-right ul.order-disc li {
  list-style-type: disc;
  list-style-position: outside;
}
.support-page-content .support-right ul.order-none li {
  list-style-type: none;
  list-style-position: outside;
}

@media (min-width: 992px) {
  .support-page .support-page-content .support-left {
    display: block;
  }
  .support-page .support-page-content .support-right {
    padding-left: 300px;
  }
  .support-page .support-page-content .support-right .support-container {
    width: 80%;
  }
}

/*# sourceMappingURL=support.css.map */
