.fixed-sidebar ul {
  padding: 0;
}
.fixed-sidebar li {
  list-style: none;
  display: block;
  width: 100%;
}
.fixed-sidebar li a {
  padding: 12px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #27283c;
  display: block;
}
.fixed-sidebar li a .small {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(39, 40, 60, 0.7);
  display: block;
  margin-bottom: 5px;
}
.fixed-sidebar li a:hover,
.fixed-sidebar li.active a {
  color: #1863dc;
  text-decoration: none;
}
.fixed-sidebar .submenus li a:hover {
  background: #f6f9fe;
  box-shadow: inset 3px 0px 0px #1863dc;
  color: #1863dc;
}
.fixed-sidebar .submenus li a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(39, 40, 60, 0.8);
  padding: 12px 20px;
}
.fixed-sidebar .submenus li a.active {
  color: #1863dc;
  background: #f6f9fe;
}
.fixed-sidebar ul.main-menu > li {
  border-bottom: 1px solid #f3f7fd;
}
.fixed-sidebar ul.main-menu > li:last-child {
  border-bottom: 0;
}
.fixed-sidebar a[aria-expanded="true"],
.fixed-sidebar a[aria-expanded="false"] {
  padding-right: 30px;
  position: relative;
}
.fixed-sidebar a[aria-expanded="true"]:after,
.fixed-sidebar a[aria-expanded="false"]:after {
  content: "";
  position: absolute;
  right: 0;
  top: 47%;
  height: 14px;
  width: 14px;
  background-image: url(../svg/more-icon-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.2s ease;
}
.fixed-sidebar a[aria-expanded="true"]:after {
  transform: rotate(90deg);
}
.fixed-sidebar a[aria-expanded="false"]:after {
  transform: rotate(0deg);
}
.content h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 40px;
  color: #27283c;
}
.content p.chapter {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  color: rgba(39, 40, 60, 0.7);
}
.content p,
.content li,
.content p a {
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
}

.content a:hover,
.content a:focus {
  text-decoration: none;
  transition: all 0.2s ease;
}
.content p,
.content li {
  color: #27283c;
}
.content p.big-text {
  font-size: 20px;
  line-height: 40px;
}
.content a:not(.button) {
  color: #1863dc;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.content .cms-list a {
  text-decoration: none !important;
}
.content p,
.content ul {
  margin-bottom: 35px;
}
.content p:empty {
  margin: 0 !important;
}
.content li {
  margin-bottom: 20px;
}

.content h2 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #27283c;
}
.content h3 {
  margin-top: 60px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 40px;
  color: #27283c;
}
.content h4 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 40px;
  color: #27283c;
}
.content h5 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 40px;
  color: #27283c;
}
.content h6 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  color: #27283c;
}
.content img {
  max-width: 100%;
  height: auto;
  border: 2px solid #e1ebff;
}
.content a img {
  border: 2px solid #e1ebff;
}
.content .wp-block-image {
  margin-top: 40px;
  margin-bottom: 40px;
}
.content figcaption {
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  color: #27283c;
  text-align: center;
  margin-top: 25px;
}
.accordion .card-header {
  padding: 0;
  background: transparent;
  border: none;
}
.accordion .card {
  border: none !important;
  background: transparent !important;
}
.accordion .item-title,
.accordion .card-header .btn {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 43px;
  color: #27283c;
  padding: 20px 60px 20px 40px !important;
  cursor: pointer;
  position: relative;
  background: transparent;
  width: 100%;
  text-align: left;
}
.accordion .card-header .btn:hover,
.accordion .card-header .btn:focus {
  text-decoration: none;
  color: #1863dc;
  transition: all 0.2s ease;
  outline: none;
  box-shadow: none;
  background: transparent;
}
.accordion .item-title:before,
.accordion .card-header .btn:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  right: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../svg/grey-arrow-2.svg);
  background-position: center;
  top: 0;
  transition: all 0.2s ease;
}
.accordion .item-title[aria-expanded="true"]:before,
.accordion .card-header .btn[aria-expanded="true"]:before {
  transform: rotate(90deg);
}
.accordion .item-title[aria-expanded="false"]:before,
.accordion .card-header .btn[aria-expanded="false"]:before {
  transform: rotate(0deg);
}
.accordion .accordion-item,
.accordion .card {
  border-bottom: 1px solid rgba(39, 40, 60, 0.1) !important;
}
.accordion > div:last-child {
  border-bottom: none !important;
}
.accordion {
  margin-bottom: 60px;
  margin-top: 40px;
  border-radius: 10px;
  border: 1px solid rgba(39, 40, 60, 0.1);
}
.accordion .acc-body,
.accordion .card-body {
  padding: 0 40px 40px 40px;
}
.cat-header h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  margin: 0;
  color: #27283c;
}
.cat-header img {
  height: 40px;
  width: auto;
  margin-right: 20px;
}
.faq-accordion .accordion {
  border: none;
  margin: 0;
}
.faq-accordion .card,
.faq-accordion .card-header,
.faq-accordion .card-body {
  border: none;
  background-color: transparent;
}
.faq-accordion .card {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 0;
}
.faq-accordion .card-header {
  padding: 0;
}
.faq-accordion .item-title,
.faq-accordion .card-header button {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  padding: 25px 40px;
  color: #1863dc;
  position: relative;
  width: 100%;
  text-align: left;
  transition: all 0.2s ease;
}
.faq-accordion .item-title:before,
.faq-accordion .card-header button:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 15px;
  left: 0;
  top: 0;
  background-image: url(../svg/plus-icon-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease;
}
.faq-accordion .item-title[aria-expanded="true"]:before,
.faq-accordion .card-header button[aria-expanded="true"]:before {
  transform: rotate(135deg);
}
.faq-accordion .item-title[aria-expanded="false"]:before,
.faq-accordion .card-header button[aria-expanded="false"]:before {
  transform: rotate(0deg);
}
.faq-accordion .card-header button:hover,
.faq-accordion .card-header button:focus {
  text-decoration: underline;
  color: #1863dc;
  transition: all 0.2s ease;
  outline: none;
  box-shadow: none;
}
.faq-accordion .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq-accordion .acc-body,
.faq-accordion .card-body {
  font-size: 15px;
  line-height: 29px;
}
.faq-accordion .acc-body,
.faq-accordion .card-body {
  padding: 0 40px 25px 40px;
}
.faq-accordion .acc-body li,
.faq-accordion .card-body li {
  margin-bottom: 15px;
}
.faq-accordion .acc-body a,
.faq-accordion .card-body a {
  color: #1963dc;
}
.cms-wrapper {
  border: 1px solid rgba(39, 40, 60, 0.1);
  border-radius: 6px;
  padding: 15px;
  min-height: 100%;
}
.content .cms-wrapper img {
  margin: 0 10px 0 0;
  height: 32px;
  width: auto;
  border: none;
}
.cms-wrapper p.post-short-title {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #27283c;
}
.cms-list a:hover {
  text-decoration: none;
}
.cms-list a:hover .cms-wrapper {
  background-color: #f6f9fe;
}
.summary h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 31px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000000;
  padding-bottom: 3px;
  margin-bottom: 20px;
}
.summary ul {
  margin: 0;
  padding: 0;
}
.summary li {
  display: block;
  width: 100%;
}
.summary li a,
.summary li a b,
.summary li strong {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  color: #27283c;
  margin-bottom: 20px;
  padding: 0;
}
.summary li a:hover,
.summary li a.active {
  color: #1863dc;
  text-decoration: none;
}
.content table {
  margin: 40px 0;
}
.content table td p:last-child,
.content table td li:last-child {
  margin-bottom: 0;
}
.content pre.wp-block-code {
  background: #a7a7a736;
  color: #000;
  padding: 20px;
  border-radius: 5px;
  margin: 30px 0;
}
.content #installation-guides {
  margin-top: -350px;
  padding-top: 350px;
}
.content .post-fixtext {
  color: #ffffff;
  background: #27283c;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  padding: 7px 13px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  position: relative;
  top: -4px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .fixed-sidebar {
    position: sticky;
    top: 120px;
    height: calc(100vh - 150px);
    overflow: auto;
  }
}
@media (max-width: 991px) {
  .fixed-sidebar {
    background: #f6f9fe;
    padding: 20px;
    margin: 0 0 30px 0;
    border-radius: 10px;
  }
}
