main {
  display: block;
  font-size: 16px;
  color: rgb(69, 69, 69);
}

h1,
h2,
h3,
h4,
h4,
h6 {
  font-family: initial;
  font-size: inherit;
  font-weight: inherit;
}

.how-to-banner-section {
  padding: 100px 10px;
  background-color: #e7f4ff;
  background-image: url(../images/how-to-images/bn2.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.how-to-banner-wrapper {
  padding: 40px 15px 75px;
}

.how-to-banner-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.how-to-banner-title {
  font-size: 2.75em;
  font-family: poppins-medium, Arial, Helvetica, sans-serif;
}

.how-to-banner-desc {
  font-size: 1.1em;
  max-width: 80%;
  display: inline-block;
}

/* How-to Solution Table styles start */
.how-to-solution-table-section {
  background: linear-gradient(360deg, white 70%, #e9f4ff);
}
.how-to-solution-table-section article {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 30px;
  padding-bottom: 60px;
}

.how-to-solution-table-section .table-container {
  box-shadow: 0 1px 4px rgba(13, 43, 64, 0.2);
  border-radius: 6px;
  margin-top: -135px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 70px 65px rgba(0, 0, 0, 0.18), 0 30px 30px rgba(0, 0, 0, 0.14), 0 15px 15px rgba(0, 0, 0, 0.12), 0 10px 8px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.08), 0 2px 2px rgba(0, 0, 0, 0.06) !important;
  background: #132b3e;
  border: 1px solid #30363d;
  color: aliceblue;
  font-size: 0.95em;
  display: flex;
}

.ps-icon-svg::before {
  content: url(../images/how-to-images/icon-powershell.svg);
}

.ps-script {
  font-size: 0.9em !important;
  padding: 5px 8px 0px !important;
  border-radius: 4px;
  background-color: #f3fbff;
  border: 1px solid rgba(0, 0, 0, 0.062745098);
  margin-left: 0;
}
.ps-script .code-header {
  display: flex;
  gap: 6px;
  align-items: center;
  font-family: poppins-regular;
  font-size: 0.9em;
}
.ps-script .code-header img {
  width: 16px;
  height: auto;
}
.ps-script .copy-btn {
  margin-right: 5px;
  font-size: 0.75em;
  text-align: center;
  padding: 0px 4px;
  cursor: pointer;
  color: #a3a8ab;
  border-radius: 2px;
  display: flex;
  gap: 3px;
  transition: all 0.1s ease-in-out;
  margin-left: auto;
}
.ps-script .copy-btn i {
  display: flex;
}
.ps-script .copy-btn:not(.copied):hover {
  color: rgb(230, 230, 230);
}
.ps-script .copy-btn.copied {
  color: #6dbf50;
}
.ps-script .copy-btn.copied i {
  display: none;
}

.how-to-solution-table-section .table-head {
  font-size: 1.15em;
  font-family: poppins-regular, Arial, Helvetica, sans-serif;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: capitalize;
  color: #3fcdff;
  box-shadow: 2px 2px 6px -3px rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, #151d2d, #152239);
  position: sticky;
  top: 78px;
  z-index: 2;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.how-to-solution-table-section .table-head .table-col {
  border-right: none;
}
.how-to-solution-table-section .table-content {
  font-size: 1.05em;
  padding: 25px 40px 20px;
  overflow: hidden;
  height: 100%;
}

.table-head-free-desc {
  font-size: 0.7em;
  font-family: "work-sans-regular";
  letter-spacing: 0.35px;
  color: #e2e2e2;
  text-transform: none;
  position: relative;
  display: inline-block;
}
.table-head-free-desc.new {
  padding: 5px 10px;
  margin-top: 3px;
  background: rgba(24, 242, 255, 0.1803921569);
  background: linear-gradient(92deg, rgba(24, 242, 255, 0.18), #283646);
  color: white;
  border-radius: 3px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.table-mobile {
  display: none;
}

.table-col {
  background: #192639;
  width: 50%;
  flex-shrink: 0;
  border-radius: 5px;
}
.table-col.left .table-head {
  border-right: 1px solid rgba(140, 189, 210, 0.1215686275);
}
.table-col.left .table-content {
  border-right: 1px solid rgba(140, 189, 210, 0.1215686275);
}

.table-head .left {
  border-top-left-radius: 10px;
}
.table-head .right {
  border-top-right-radius: 10px;
}

.table-head-title {
  position: relative;
  width: 100%;
}

.table-content .table-desc-tag {
  line-height: 1.5;
  margin-bottom: 30px;
  border: 1px solid #30363d;
  border-radius: 3px;
  padding: 5px 8px;
  box-shadow: 0px 0px 10px -5px rgba(248, 184, 255, 0.35);
  width: 110%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  margin-left: -5%;
  background: radial-gradient(#102537, #141a27);
  border: 1px solid #2a4560;
}
.table-content .table-desc-tag span.highlight-imp {
  font-family: work-sans-medium, Arial, Helvetica, sans-serif;
  color: #e58bff;
}
.table-content p {
  line-height: 1.5;
}

.per-req-container {
  line-height: 1.5;
  margin-bottom: 45px;
  border-radius: 3px;
  padding: 5px 10px 10px;
  width: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(41, 72, 102, 0.568627451);
  background: #0a1829;
  background: linear-gradient(90deg, #0a1829, transparent);
  position: relative;
}

.per-req-priority-container {
  padding: 2px 10px;
  background: rgba(247, 250, 255, 0.031372549);
  font-family: poppins-regular;
  color: #72ff72;
  border-radius: 2px;
  border: 1px solid transparent;
  font-size: 0.9em;
  cursor: default;
}

.theme-green:not(.inside) .per-req-priority-container:hover {
  border: 1px solid rgba(114, 255, 114, 0.5);
  transition: all 0.15s ease-in-out;
}

.perm-icon-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 100%;
  /* background: #f0f8ff08; */
  font-size: 7.9em;
  overflow: hidden;
  opacity: 0.05;
}
.perm-icon-container i {
  display: flex;
}

.theme-red .per-req-priority-container {
  color: #ffc972;
  background: rgba(253, 255, 114, 0.06);
}
.theme-red .perm-icon-container {
  color: indianred;
}

.theme-green .per-req-priority-container {
  color: #72ff72;
  background: rgba(247, 250, 255, 0.03);
}
.theme-green .perm-icon-container {
  color: greenyellow;
}

.per-req-title {
  font-family: poppins-regular;
  letter-spacing: 0.45px;
  font-size: 0.925em;
  display: inline-block;
  padding: 5px 0px;
  border-radius: 0 15px 15px 15px;
  color: rgba(134, 255, 246, 0.9803921569);
  /*
    &:before {
        content: "";
    //     position: absolute;
    //     width: 8px;
    //     height: calc(100% + 6.5px);
    //     top: -1px;
    //     left: -7px;
    //     padding: 0 0 7px;
    //     border-radius: 5px 0px 0px 5px;
    //     border-left: 1px solid #55cdce4a;
    //     border-top: 1px solid #55cdce4a;
    //     border-bottom: 1px solid #55cdce4a;
    //   //  background: #081820;
    //     background: #022c42;

            background: #214362;
            width: 30px;
            height: 30px;
            border-radius: 0 23px 23px 23px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            display: block;
            position: absolute;
            top: 0px;
            left: -30px;
            z-index: -1;
    }

    &:after {
        content: "";
    //     position: absolute;
    //     width: 7px;
    //     height: 5px;
    //     bottom: -5px;
    //     left: -5px;
    //     border-radius: 5px 0 0 5px;
    //   //  background: #121926;
    //     background: #05100a;
    //     border: 1px solid #55cdce4a;
    //     border-right: 1px solid #2a4560;


        position: absolute;
        width: 35px;
        height: 13px;
        top: 0px;
        left: -15px;
        z-index: -2;
        background: #dfffdc;
    }
  */
}

.per-req-desc-content {
  display: flex;
  gap: 12px;
  align-items: center;
  position: relative;
  margin-top: 0px;
  margin-bottom: 5px;
}
.per-req-desc-content::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 45%;
  height: 1px;
  background: #202a33;
  left: -10px;
}

.per-req-desc {
  font-family: "work-sans-light";
  font-size: 0.85em;
  letter-spacing: 0.3px;
}

.per-req-container.inside {
  margin-bottom: 0;
  width: 50%;
  display: inline-block;
  padding: 0;
  background: linear-gradient(90deg, #0a1829, rgb(17, 48, 66));
  z-index: 1;
}

.perm-priv-cont-card {
  display: flex;
  justify-content: space-around;
  gap: 15px;
}

.inside .per-req-desc {
  padding-left: 10px;
}

.perm-priv-cont-card .per-req-desc-content::before {
  display: none;
}

.list-title {
  margin-bottom: 15px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: poppins-light;
  font-size: 0.9em;
  color: #7bff77;
}

.table-content-card-template {
  padding-bottom: 5px;
}
.table-content-card-template:not(.avoid-mb) {
  margin-bottom: 40px;
}
.table-content-card-template.no-btm-space {
  margin-bottom: 0;
}
.table-content-card-template.no-btm-space .table-card-ref-img {
  margin: 15px 0px 15px;
}
.table-content-card-template:last-child {
  margin-bottom: 0;
}
.table-content-card-template:not(.avoid-ad-mark).droid-template {
  padding: 0px 15px;
  border: 2px solid rgba(72, 163, 165, 0.0901960784);
  border-radius: 5px;
  box-shadow: 0px 0px 10px -5px rgb(15, 27, 48);
  margin-bottom: 15px;
  position: relative;
  background: linear-gradient(328deg, #0a1f31, #1a2a45, #0a1f31);
}
.table-content-card-template:not(.avoid-ad-mark).droid-template .table-card-desc-cont {
  position: relative;
}
.table-content-card-template:not(.avoid-ad-mark).droid-template .table-card-desc-cont:before {
  content: "";
  position: absolute;
  left: 15%;
  bottom: 0px;
  width: 70%;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(42, 110, 174, 0.3803921569), transparent);
}
.table-content-card-template.droid-template.avoid-ad-mark ul {
  padding-left: 0px;
}
.table-content-card-template.droid-template.avoid-ad-mark .table-card-desc-cont {
  margin-top: 0px;
}

.ad-icon-watermark {
  position: absolute;
  font-family: "comforta-regular";
  font-size: 3.75em;
  right: 0px;
  top: 0px;
  color: rgba(0, 236, 255, 0.06);
  padding: 5px 15px;
}

.table-card-title-cont {
  position: relative;
  font-size: 0.95em;
  font-family: poppins-light, Arial, Helvetica, sans-serif;
}
.table-card-title-cont:before {
  content: "";
  background: rgba(143, 152, 162, 0.3490196078);
  width: calc(100% + 30px);
  color: #68a5ff;
  position: absolute;
  height: 1px;
  bottom: 0px;
  left: -30px;
}
.table-card-title-cont .table-card-title {
  background: #0f1522;
  padding: 5px 10px;
  border-radius: 8px 8px 0 0;
  color: #3fcdff;
  margin-left: -20px;
  position: relative;
  font-family: poppins-light, Arial, Helvetica, sans-serif;
  border: 1px solid rgba(143, 152, 162, 0.3490196078);
  letter-spacing: 0.3px;
  display: inline-block;
}
.table-card-title-cont .soln-option-sub {
  font-size: 0.65em;
  position: absolute;
  top: 25%;
  right: 10px;
  padding: 3px 8px;
  border: 1px solid rgba(255, 76, 76, 0.6);
  border-radius: 4px;
  color: #ffd3d3;
  font-family: "work-sans-medium";
  background: rgba(255, 0, 0, 0.0588235294);
  letter-spacing: 0.4px;
}

.table-card-title {
  line-height: 1.5;
  font-family: poppins-medium, Arial, Helvetica, sans-serif;
  font-size: 1.05em;
  color: #0085ff;
}
span.ns-opt-label {
  padding: 1px 8px;
  font-size: 0.675em;
  font-family: "work-sans-regular";
  color: white;
  position: absolute;
  top: -15px;
  left: -6px;
  background: #1d6283;
  border-radius: 3px 5px 5px 0px;
  box-shadow: 1px 1px 3px #020202;
}
span.ns-opt-label::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -4px;
  background: #000000;
  width: 6px;
  height: 5px;
  border-radius: 0 0 0 5px;
  border: 1px solid #2c6182;
}

.mlm10 ~ li:not(.mlm10) {
  padding-left: 10px;
}

.table-card-desc-cont {
  padding: 5px 0 2px;
  font-family: "work-sans-light";
  margin-top: 20px;
}
.table-card-desc-cont ul {
  padding-left: 35px;
}
.table-card-desc-cont ul li {
  position: relative;
  font-size: 0.95em;
  line-height: 1.5;
  color: #ffffff;
  vertical-align: middle;
  list-style: none;
}
.table-card-desc-cont ul li:not(.avoid-mb) {
  margin-bottom: 25px;
}
.table-card-desc-cont ul li.steps:not(.ps-script)::before {
  content: url("/images/how-to-images/go-to-next.svg");
  position: absolute;
  width: 17px;
  left: -30px;
  top: 4px;
  opacity: 0.8;
}
.table-card-desc-cont ul li.check-list::before {
  content: url("/images/how-to-images/checkmark.svg");
  position: absolute;
  width: 25px;
  left: -30px;
}
.table-card-desc-cont ul li b {
  font-weight: unset;
  font-family: "work-sans-semibold";
}

.no-list-indent .table-card-desc-cont ul {
  padding-left: 0px;
}

.link-container {
  font-size: 0.85em;
  text-align: center;
  margin-top: 5px;
}
.link-container a {
  color: #7af5ff;
  border-bottom: 1px solid rgba(140, 243, 254, 0.2901960784);
  padding: 0px 2px;
}
.link-container a:hover {
  border-color: transparent;
}

.apply-border {
  border: 1px solid #dadada;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.table-card-ref-img {
  display: flex;
  margin: 1rem 0;
  overflow: hidden;
  border-radius: 5px;
}
.table-card-ref-img:not(.no-border) {
  border: 1px solid #dadada;
}
.table-card-ref-img.ver-compact {
  margin-top: 10px;
  margin-bottom: 10px;
}
.table-card-ref-img img {
  width: 100%;
  border-radius: 5px;
  cursor: zoom-in;
  transition: all 0.2s ease-in-out;
}
.table-card-ref-img img:hover {
  scale: 1.0125;
  opacity: 0.9;
  transition: all 0.2s ease-in-out;
}

.table-card-hlt-desc {
  font-size: 0.95em;
  padding: 8px 16px;
  border-radius: 5px;
  font-family: poppins-regular;
  color: #3fcdff;
  background: repeating-linear-gradient(31deg, rgba(29, 43, 65, 0.5803921569), transparent 100px);
  background: linear-gradient(2deg, rgba(31, 47, 73, 0.5803921569), transparent 100px);
  background: linear-gradient(2deg, rgba(16, 29, 49, 0.5803921569), #0f254b 100px);
  border-left: 2px solid;
  box-shadow: 0px 0px 1px #bdbdbd;
}

.is-it-container {
  padding: 15px;
  border: 1px solid rgba(91, 251, 255, 0.2196078431);
  margin: 45px 0px 20px;
  box-shadow: 0px 0px 10px -5px rgba(248, 184, 255, 0.3);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(114deg, #0c172b, #082842);
}
.is-it-container .quote-card-title {
  margin: 0;
}
.is-it-container .quote-icon {
  position: absolute;
  font-size: 6.5em;
  opacity: 0.1;
  z-index: 0;
  color: rgba(72, 235, 255, 0.5411764706);
  top: -10px;
  left: -5px;
}

.live-demo-container {
  font-size: 0.85em;
  text-align: center;
  padding-top: 12px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid #1b4052;
  align-items: baseline;
  flex-wrap: wrap;
}

.table-card-quotes {
  margin: 15px 0;
  font-size: 0.95em;
  position: relative;
}

.how-to-important-tips-section {
  background: #0e1116;
}
.how-to-important-tips-section article {
  padding: 20px 20px 35px;
}

.imp-tips-title {
  color: #00ac99;
  position: relative;
}
.imp-tips-title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #00ac99;
  width: 80px;
  height: 3px;
}

.how-to-important-tips-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 20px 0;
}

.tips-content-card {
  min-width: 350px;
  max-width: 370px;
  text-align: left;
  padding: 25px;
  font-size: 0.95em;
  line-height: 1.65;
  border-radius: 25px 0px 25px;
  position: relative;
  background: linear-gradient(45deg, #131e2b, transparent);
  color: aliceblue;
}
.tips-content-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tips-content-card::before {
  top: 0;
  left: 0;
  box-shadow: -1px -1px 10px rgba(60, 196, 175, 0.4196078431);
  border-radius: 25px 0px 25px;
}
.tips-content-card .hlt-text {
  color: #22e1c4;
}

.hlt-text {
  font-family: "work-sans-medium";
  color: #7e2ac2;
}

.hlt-like-teams {
  padding: 2px 5px 3px;
  border-radius: 3px;
  font-size: 0.95em;
  font-family: "work-sans-regular";
  border: 1px solid #6f4591;
  border-left: 3px solid #6f4591;
  background-color: rgba(111, 69, 145, 0.0941176471);
}

.how-to-article-section {
  padding: 35px 15px 40px;
  background-color: #f8fcff;
}

.how-to-article-main-title {
  padding-left: 16px;
  padding-top: 8px;
  display: block;
  border-left: 3px solid #6053c2;
}

span.cmn-service {
  display: block;
  font-size: 0.4em;
  padding: 4px 8px;
  border: 1.5px solid #6053c2;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  color: #594bce;
  /* background: #594bce; */
  /* color: white; */
  font-family: poppins-medium;
  border-radius: 3px;
}

.how-to-header {
  padding: 0.8rem 0px 1rem;
  margin-bottom: 25px;
}

.how-to-article-content-card {
  padding-left: 25px;
  padding: 0px 20px 20px;
  margin: 10px auto;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(94, 94, 94, 0.15);
  box-shadow: 0 0 10px rgba(124, 124, 124, 0.2);
  border: 1px solid rgba(97, 75, 184, 0.25);
}
.how-to-article-content-card.qa-ans {
  display: none;
}
.how-to-article-content-card.qa-ans.active {
  display: block;
}

.how-to-article-title {
  font-size: 1.15em;
  font-family: poppins-regular, Arial, Helvetica, sans-serif;
  letter-spacing: 0.25px;
  background: #5e4cb9;
  padding: 6px 18px;
  border-radius: 0px 0px 8px 8px;
  color: aliceblue;
  display: inline-block;
}

.how-to-desc-title {
  line-height: 1.75;
}

.how-to-article-desc {
  padding-left: 20px;
  margin-top: 20px;
}

.how-to-desc-cont {
  padding: 20px 15px;
}
.how-to-desc-cont ul,
.how-to-desc-cont ol {
  padding-left: 25px;
}
.how-to-desc-cont ul li,
.how-to-desc-cont ol li {
  position: relative;
  font-size: 1em;
  line-height: 1.5;
  color: #343434;
  vertical-align: middle;
}
.how-to-desc-cont ul li:not(:last-child),
.how-to-desc-cont ol li:not(:last-child) {
  margin-bottom: 20px;
}
.how-to-desc-cont ul li.steps,
.how-to-desc-cont ol li.steps {
  list-style: none;
}
.how-to-desc-cont ul li.steps::before,
.how-to-desc-cont ol li.steps::before {
  content: url("/images/how-to-images/go-to-next-violet.svg");
  position: absolute;
  width: 20px;
  left: -30px;
  top: 3px;
}
.how-to-desc-cont ul li.check-list,
.how-to-desc-cont ol li.check-list {
  list-style: none;
}
.how-to-desc-cont ul li.check-list::before,
.how-to-desc-cont ol li.check-list::before {
  content: url("/images/how-to-images/checkmark.svg");
  position: absolute;
  width: 25px;
  left: -30px;
}
.how-to-desc-cont.no-list ul {
  padding: 0;
}
.how-to-desc-cont.no-list ul li {
  list-style: none;
}
.how-to-desc-cont.lined-list ul,
.how-to-desc-cont.lined-list ol {
  padding-left: 8px;
}
.how-to-desc-cont.lined-list ul li,
.how-to-desc-cont.lined-list ol li {
  list-style: none;
  padding-left: 12px;
  border-left: 3px solid #614bb8;
}
.how-to-desc-cont.lined-list ul li:not(:last-child),
.how-to-desc-cont.lined-list ol li:not(:last-child) {
  margin-bottom: 25px;
}
.how-to-desc-cont.lined-list ul li span.desc-inline-title,
.how-to-desc-cont.lined-list ol li span.desc-inline-title {
  font-family: poppins-semibold;
  color: #614bb8;
  display: block;
  margin-bottom: 5px;
  font-size: 0.975em;
}

span.desc-inline-title {
  font-family: "work-sans-semibold";
  color: #7e2ac2;
}

.how-to-qoute-desc-cont .how-to-qoute-desc-title {
  letter-spacing: 0.35px;
  color: #6447d1;
  font-family: poppins-medium;
}
.how-to-qoute-desc-cont .how-to-qoute-desc {
  font-size: 1.05em;
  padding: 10px 5px 10px 22px;
  background: linear-gradient(to right, rgba(100, 71, 209, 0.2), transparent);
  border-left: 3px solid #6447d1;
  position: relative;
  font-family: work-sans-medium, Arial, Helvetica, sans-serif;
  line-height: 1.4em;
  margin: 0;
  color: #3b3e40;
}
.how-to-qoute-desc-cont .how-to-qoute-desc i {
  width: 28px;
  height: 28px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: -15px;
  display: inline-block;
  margin: 0;
  transform: rotate(180deg) translateY(50%);
  transform-origin: center;
  padding: 5px;
  border-radius: 50%;
  background: linear-gradient(45deg, #6447d1, #7f61ef);
  font-size: 0.9em;
  color: whitesmoke;
}
.how-to-qoute-desc-cont ul {
  padding-left: 45px;
  list-style: circle;
}

.how-to-content-sub-card .table-card-title {
  font-size: 1.05em;
  background: linear-gradient(45deg, rgba(68, 137, 255, 0.2), transparent);
  border-left: 3px solid #0085ff;
  border-radius: 5px;
  padding: 2px 5px 2px 10px;
}
.how-to-content-sub-card .how-to-desc-cont {
  padding: 20px 15px 20px 30px;
}
.how-to-content-sub-card .how-to-sub-card-main-desc {
  padding-left: 12px;
  border-left: 2px solid rgba(0, 133, 255, 0.6);
  margin: 20px 0;
}

.how-to-article-ad-section {
  background-color: #f4f4ff;
}
.how-to-article-ad-section .how-to-article-content-card {
  max-width: 95%;
  margin-top: 35px;
}
.how-to-article-ad-section .how-to-article-content-card .how-to-article-desc {
  padding: 0;
}

.faq-header {
  position: sticky;
  top: 20px;
  z-index: 2;
}
.faq-header::before, .faq-header::after {
  content: "";
  position: absolute;
  left: -5px;
  width: calc(100% + 10px);
  z-index: -1;
}
.faq-header::before {
  top: 0;
  background: #f8fcff;
  height: calc(100% - 14px);
}
.faq-header::after {
  bottom: -15px;
  height: 30px;
  background: linear-gradient(180deg, #f8fcff, transparent);
}

.question-sub {
  font-family: "poppins-medium";
  padding: 4px 10px;
  margin-top: 10px;
  margin-bottom: -5px;
  color: #6e4df1;
  border-bottom: 1px solid;
  border-top: 1px solid;
}

.how-to-qa-container {
  display: flex;
  width: 100%;
  position: relative;
}

.how-to-ques-container {
  width: 30%;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 285px;
  max-width: 330px;
  margin: 10px 0;
}

.how-to-ans-pane {
  width: 70%;
}

.faq-question {
  font-size: 0.95em;
  line-height: 1.5;
  font-family: "work-sans-medium";
  color: #4e5255;
  padding: 5px 10px;
  border-left: 3px solid transparent;
  background-color: transparent;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.faq-question.active {
  border-left: 3px solid #1a9aff;
  background-color: rgba(69, 152, 253, 0.15);
  transition: all 0.2s ease-in-out;
}

.faq-pagination {
  font-size: 0.9em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: right;
  margin-top: -20px;
  margin-right: 30px;
  padding: 5px 0px;
}
.faq-pagination .faq-nav-icon {
  font-size: 0.8em;
  padding: 5px;
  background: #e4ebff;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}
.faq-pagination .faq-nav-icon:hover {
  background: #d9e3ff;
}
.faq-pagination .active-question-number {
  display: inline-block;
}

.subheader-title {
  font-size: 1.025em;
  font-family: poppins-medium !important;
  background: linear-gradient(45deg, rgba(68, 137, 255, 0.2), transparent);
  border-left: 3px solid #0085ff;
  border-radius: 5px;
  padding: 2px 5px 2px 10px;
  color: #0085ff;
}

.subheader-desc {
  padding-left: 10px;
  border-left: 2px solid #0085ff;
}

.ad-list-title-header {
  width: 95%;
  margin: auto;
}
.ad-list-title-header .ad-list-title {
  font-size: 1.2em;
}

.ad-article-desc-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
  justify-content: center;
  margin-bottom: 20px;
  padding: 10px 0 30px;
}

.ad-article-desc-content {
  width: 45%;
  max-width: 500px;
  display: inline-flex;
  gap: 5px;
}

.ad-list-icon-span {
  display: flex;
  align-items: flex-start;
  min-width: 35px;
  font-size: 2.65em;
  color: #664de3;
}

.ad-article-desc-card {
  display: inline-block;
}

.ad-article-desc-card-title {
  font-size: 1em;
  padding: 2px 10px;
  color: #5e37ba;
  background: linear-gradient(45deg, transparent 0%, rgba(142, 105, 230, 0.14) 20%, transparent 40%);
}

.ad-article-card-desc {
  padding-left: 13px;
  padding-bottom: 10px;
  line-height: 1.45;
  letter-spacing: 0.25px;
  font-size: 0.95em;
}

.step-with-img {
  display: flex;
  gap: 25px;
  align-items: center;
}
.step-with-img .steps-ref-img {
  width: 50%;
  position: relative;
  cursor: zoom-in;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #b5b5b5;
}
.step-with-img .steps-ref-img:hover img {
  scale: 1.035;
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}
.step-with-img .steps-ref-img img {
  transition: all 0.2s ease-in-out;
}
.step-with-img ul {
  width: 50%;
  padding-top: 15px;
}

.expand-view-div {
  font-size: 0.75em;
  position: absolute;
  display: flex;
  align-items: center;
  top: 5px;
  background-color: #ffffff;
  right: 5px;
  border-radius: 3px;
  color: #271b4d;
  padding: 1px 4px;
  border: 1px solid rgb(198, 180, 255);
  text-align: center;
  cursor: pointer;
}
.expand-view-div .expand-icon {
  font-size: 1.25em;
  display: flex;
}
.expand-view-div .expand-text {
  font-size: 0.85em;
  font-family: "work-sans-medium";
  overflow: hidden;
  white-space: nowrap;
  max-width: 0;
  color: #5538aa;
  margin: 0;
  transition: max-width 300ms ease-in-out, margin 300ms ease-in-out;
}

.steps-ref-img:hover .expand-view-div .expand-text {
  max-width: 150px;
  margin-left: 4px;
}

.popup-container {
  display: none;
  position: fixed;
  left: 0;
  top: 4%;
  z-index: 5;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  background-color: rgba(16, 25, 34, 0.9);
}
.popup-container::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/docs-grad-bg.png);
  opacity: 0.2;
  background-position: bottom;
  z-index: 0;
  filter: blur(10px);
}
.popup-container::after {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-image: radial-gradient(18% 28% at 24% 50%, #cefAFFFF 7%, #073AFF00 100%), radial-gradient(18% 28% at 18% 71%, #fffFFF59 6%, #073AFF00 100%), radial-gradient(70% 53% at 36% 76%, #73f2FFFF 0, #073AFF00 100%), radial-gradient(42% 53% at 15% 94%, #fffFFFFF 7%, #073AFF00 100%), radial-gradient(42% 53% at 34% 72%, #fffFFFFF 7%, #073AFF00 100%), radial-gradient(18% 28% at 35% 87%, #fffFFFFF 7%, #073AFF00 100%), radial-gradient(31% 43% at 7% 98%, #fffFFFFF 24%, #073AFF00 100%), radial-gradient(21% 37% at 72% 23%, #d3fF6D9C 24%, #073AFF00 100%), radial-gradient(35% 56% at 91% 74%, #8a4FFFF5 9%, #073AFF00 100%), radial-gradient(74% 86% at 67% 38%, #6dfFAEF5 24%, #073AFF00 100%), linear-gradient(125deg, #4eb5FFFF 1%, #4c00FCFF 100%); */
  z-index: 1;
}
.popup-container #expand-popup {
  padding-top: 60px;
}

.expand-img-container {
  width: 70%;
  padding: 20px;
  top: 20px;
  border-radius: 5px;
  position: relative;
  cursor: zoom-out;
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(153, 157, 163, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.expand-img-container img {
  border-radius: 5px;
  display: block;
}

.close {
  color: #6a6a6a;
  font-size: 1.5em;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: aliceblue;
  width: 30px;
  border-radius: 0% 0 0 25%;
  text-align: center;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.5019607843);
  cursor: pointer;
  border-radius: 0% 20% 0 20%;
}
.close:hover {
  color: #383838;
}

#expand-charts-popup {
  top: 25px;
}
#expand-charts-popup .nicescroll-cursors {
  border: none !important;
}

.expand-charts-gallery-container {
  width: 90%;
  max-width: 1500px;
  max-height: calc(100vh - 150px);
  padding: 20px;
  border-radius: 3px;
  position: relative;
  cursor: auto;
  z-index: 2;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  border: 1px solid rgba(237, 237, 237, 0.1);
  background: rgba(31, 55, 72, 0.84);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.expand-charts-gallery-container .close {
  z-index: 2;
  background: #2e4e6a;
  color: #a0a0a0;
}
.expand-charts-gallery-container .close:hover {
  color: aliceblue;
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
}

.chart-cards-container {
  width: calc(30% - 5px);
  font-size: 0.9em;
  padding: 0 10px;
  border-radius: 5px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background: rgba(46, 73, 110, 0.3);
  overflow-y: scroll;
}

.card-item-title {
  font-size: 1.15em;
  margin-bottom: 8px;
  letter-spacing: 0.45px;
  color: #0f8fff;
  font-family: poppins-medium, Arial, Helvetica, sans-serif;
}
.card-item-title.detailed-content-title {
  margin-bottom: 1.3rem;
  position: relative;
}
.card-item-title.detailed-content-title:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  background: #50ace1;
  height: 3px;
  width: 50px;
  border-radius: 5px;
}

.card-item-desc {
  font-family: "work-sans-regular";
  letter-spacing: 0.4px;
  line-height: 1.6;
  font-size: 0.9em;
  color: #525252;
  font-family: "poppins-regular";
  min-height: 70px;
}

.detailed-desc {
  display: none;
}

.charts-detailed-view-container {
  width: 70%;
  padding: 20px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  box-shadow: inset 0 0 5px rgba(151, 204, 255, 0.8);
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.charts-detailed-view-container .card-item-desc {
  min-height: auto;
  margin-bottom: 20px;
  letter-spacing: 0.25px;
  font-size: 0.975em;
  color: #2e2e2e;
  font-family: "work-sans-regular";
}

.charts-image-container {
  width: 100%;
  text-align: center;
  padding: 1rem;
  background: url(../images/how-to-images/dark-report.png);
  background-size: cover;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.charts-image-container img {
  width: 82%;
  border-radius: 5px;
  box-shadow: 0px 0 5px #2b2828;
  position: relative;
}
.charts-image-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 30, 49, 0.8);
  -webkit-backdrop-filter: blur(2.25px);
          backdrop-filter: blur(2.25px);
}
.charts-image-container:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(42, 110, 174, 0.3803921569), transparent);
}
.charts-image-container .arrow {
  position: absolute;
  top: calc(50% - 15px);
  color: #d8e0e7;
  right: 0;
  padding: 15px 10px;
  background: rgba(56, 100, 130, 0.88);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 5px 0 0 5px;
  cursor: pointer;
}
.charts-image-container .arrow.left {
  left: 0;
  right: unset;
  border-radius: 0 5px 5px 0;
}
.charts-image-container .arrow:hover {
  opacity: 0.8;
}

.charts-content-container {
  min-height: 35%;
  width: 100%;
  padding: 0.75rem;
  padding-top: 1.2rem;
}

.feature-highlights {
  font-size: 1em;
  color: #00aa5b;
  font-family: poppins-medium, Arial, Helvetica, sans-serif;
  margin-bottom: 8px;
}

.feature-label {
  font-size: 0.9em;
  background: #e5f3ff;
  font-family: "work-sans-medium";
  padding: 0.1rem 0.6rem;
  margin-top: 0.35rem;
  margin-right: 0.5rem;
  border-radius: 3px;
  border: 1px solid rgba(0, 255, 255, 0.1411764706);
  display: inline-block;
}

.qc-summary {
  font-size: 0.9em;
  background: rgba(97, 75, 184, 0.15);
  color: #614bb8;
  font-family: poppins-medium;
  float: right;
}

.how-to-article-section.error-res-section {
  background: #0e1116;
  background: #0b121e;
  color: aliceblue;
  padding-bottom: 50px;
}
.how-to-article-section.error-res-section article {
  overflow: hidden;
}

.error-res-section .how-to-article-main-title {
  border-left: none;
}

.how-to-error-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
  padding-bottom: 50px;
}

.error-content-card {
  padding: 15px;
  padding-bottom: 5px;
  width: 85%;
  border-left: 3px solid rgba(220, 220, 220, 0.0901960784);
  background: #1a1f2b;
  background: #1d263b;
  border-radius: 5px;
}

.error-title {
  font-family: poppins-regular;
  margin-bottom: 10px;
  padding: 2px 10px;
  border-left: 3px solid rgba(255, 74, 74, 0.7882352941);
  font-size: 0.95em;
  letter-spacing: 0.3px;
  background: linear-gradient(90deg, rgba(188, 114, 114, 0.1), transparent);
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.error-title > h3 {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.error-title .err-red {
  color: #ff7f7a;
  font-family: poppins-medium;
  font-size: 1.05em;
}

.error-desc {
  font-size: 0.95em;
  line-height: 1.5;
}

.troubleshoot-wrapper {
  padding: 10px 0px;
  font-size: 0.9em;
  margin-top: 10px;
}

.error-troubleshoot-hint {
  margin-bottom: 10px;
  display: inline-block;
  border: 1px solid #2b7622;
  border: 1px solid rgba(78, 197, 64, 0.14);
  background: linear-gradient(45deg, rgba(29, 53, 80, 0.7215686275), #1f2431);
  border-radius: 4px;
  padding: 5px 10px;
}
.error-troubleshoot-hint .hint-title {
  padding: 5px 5px 5px 0px;
  display: inline-block;
  color: #46ff54;
}
.error-troubleshoot-hint .hint-desc {
  display: inline-block;
  padding-bottom: 5px;
  line-height: 1.4;
}

.error-solution-text {
  font-family: Consolas;
  color: #63ff50;
  border-top: 2px solid rgba(255, 255, 255, 0.1019607843);
  padding-top: 10px;
  margin-top: 5px;
  line-height: 1.5;
}

.error-section-footer {
  line-height: 1.6;
  padding-left: 15px;
}
.error-section-footer .desc-inline-title {
  color: #5289cd;
}

.error-note {
  font-size: 0.9em;
  font-family: "work-sans-regular";
  margin-top: -2px;
  margin-bottom: 8px;
}
.error-note .desc-inline-title {
  color: #daac4a;
  font-family: "work-sans-medium";
}

.title-quote-card {
  display: flex;
  align-items: center;
  justify-content: space-around;
  line-height: 1.75;
  padding: 50px 0px;
}
.title-quote-card .title-quote-icon {
  font-size: 10em;
  background: linear-gradient(331deg, transparent 32%, #ded5ff, #b8a4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
}
.title-quote-card .title-quote-title {
  line-height: 1.5;
  font-family: comforta-regular;
  font-size: 2.1em;
  color: #614bb8;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.title-quote-card .title-quote-desc {
  font-size: 1.05em;
  font-family: poppins-regular;
  letter-spacing: 0.3px;
}

.how-to-navigation-wrapper {
  margin: 0 auto;
  width: 100%;
  align-items: center;
  background: #e0efff;
  padding: 15px 0;
  box-shadow: 0 1px 8px -2px rgba(87, 139, 176, 0.5019607843);
}

.how-to-nav-container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.how-to-nav-container .next-how-to-container {
  display: inline-block;
  padding: 10px 15px;
  font-family: poppins-semibold;
  border-radius: 2px;
  color: #1790ff;
  color: #1f6ab5;
  cursor: pointer;
  font-size: 0.8em;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 30%;
  max-width: 400px;
}
.how-to-nav-container .next-how-to-container:hover {
  border-color: transparent;
  transition: all 0.3s ease-in-out;
}
.how-to-nav-container .next-how-to-container:hover .next-nav-arrow {
  transition: width 0.2s ease-in-out, margin-left 0.2s ease-in-out;
  width: 16px;
}
.how-to-nav-container .next-how-to-container:hover.next .next-nav-arrow {
  margin-left: 5px;
}
.how-to-nav-container .next-how-to-container:hover.prev .next-nav-arrow {
  margin-right: 5px;
  transition: width 0.2s ease-in-out, margin-right 0.2s ease-in-out;
}
.how-to-nav-container .next-how-to-container:hover .next-how-to-title {
  text-decoration: underline;
}
.how-to-nav-container .next-how-to-container .nav-icon {
  position: absolute;
  right: -5px;
  top: 0;
  width: 12px;
  height: 100%;
  display: flex;
  align-items: center;
}
.how-to-nav-container .next-how-to-container.next {
  background: linear-gradient(90deg, rgba(28, 58, 82, 0), #d9eeff);
  text-align: right;
}
.how-to-nav-container .next-how-to-container.prev {
  background: linear-gradient(270deg, rgba(28, 58, 82, 0), #d9eeff);
}
.how-to-nav-container .next-how-to-container.prev .next-nav-arrow {
  transform: rotate(180deg);
  float: left;
}
.how-to-nav-container .next-how-to-container.prev .nav-icon {
  left: -5px;
  right: unset;
  transform: rotate(180deg);
}

.pre-title {
  margin-bottom: 3px;
}
.pre-title .next-nav-arrow {
  display: inline-block;
  vertical-align: middle;
  float: right;
  transition: width 0.2s ease-in-out;
  width: 0;
}

.next-how-to-title {
  font-size: 1.1em;
}

.go-to-home-container {
  text-align: center;
}

.all-how-to-guides-home {
  padding: 5px 8px;
  border: 1px solid #3487ff;
  font-family: "work-sans-medium";
  font-size: 0.95em;
  color: #007bff;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.all-how-to-guides-home i {
  display: inline-block;
  vertical-align: middle;
}
.all-how-to-guides-home:hover {
  border-color: transparent;
  background-color: #0085ff;
  color: aliceblue;
  transition: all 0.2s ease-in-out;
}

.how-to-article-section.try-admindroid-section {
  background-color: unset;
  padding: 10px;
  background: url(../images/how-to-images/download-bg.jpg);
  background-size: cover;
  background-position: bottom;
  padding: 40px 20px;
  z-index: -1;
  position: relative;
}
.how-to-article-section.try-admindroid-section article {
  max-width: 1300px;
  box-shadow: 0 0 10px rgba(36, 91, 117, 0.45);
  border-radius: 5px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.6);
}

.dwn-btn-wrap {
  margin-left: 20px;
  min-width: 165px;
}
.dwn-btn-wrap .download-btn {
  padding: 5px 20px;
  font-size: 1.25em;
}

.lhs-nav-wrap-container {
  opacity: 0;
}

.seperator {
  height: 3px;
  background: linear-gradient(45deg, transparent, #c9b8ff, transparent);
  margin-top: 20px;
}

.free-label {
  position: absolute;
  top: 0px;
  left: calc(100% + 5px);
  padding: 2px 5px;
  background-color: #068c2f;
  border-radius: 2px;
  color: #ffffff;
  font-size: 0.7em;
  letter-spacing: 0.75px;
  display: inline-block;
  cursor: pointer;
}
.free-label:hover {
  background: rgba(6, 140, 47, 0.75);
  transition: all 0.15s ease-in-out;
}

.tab-free-label {
  margin-left: 8px;
  padding: 0px 6px;
  border-radius: 3px;
  letter-spacing: 0.75px;
  font-size: 0.85em;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid rgba(114, 255, 114, 0.4);
  transition: all 0.15s ease-in-out;
}

.head-free-label {
  padding: 2px 5px;
  margin-left: 5px;
  background-color: #068c2f;
  border-radius: 2px;
  color: #ffffff;
  font-size: 0.85em;
  letter-spacing: 0.75px;
  display: inline-block;
  cursor: pointer;
  box-shadow: -1px 1px 2px 0px rgba(22, 69, 48, 0.8392156863);
}

.head-free-label-desc {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  line-height: 1.3;
}

.custom-tooltip {
  position: relative;
  display: inline-block;
}

.custom-tooltip::before {
  content: attr(data-tooltip);
  position: absolute;
  color: #fff;
  font-size: 0.95em;
  line-height: 1.4;
  font-family: "work-sans-light";
  padding: 3px 6px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: none;
  z-index: 1;
  left: calc(50% + 5px);
  top: calc(100% + 3px);
  width: 320px;
  background: linear-gradient(92deg, rgba(24, 242, 255, 0.18), #283646), rgba(24, 242, 255, 0.18);
  background-color: #091a29;
  transition: all 0.15s ease-in-out;
}

.custom-tooltip:hover::before {
  display: block;
}

.droid-related-pages-section {
  background: #f0f8ff;
  position: relative;
  overflow: hidden;
}
.droid-related-pages-section article::before, .droid-related-pages-section article::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(324deg, rgba(79, 109, 169, 0.11), transparent);
  z-index: 0;
}
.droid-related-pages-section article::before {
  left: -56px;
  top: -26px;
}
.droid-related-pages-section article::after {
  bottom: -21px;
  right: -55px;
}

.breadcrumb-nav-container {
  font-size: 0.8em;
  font-family: "work-sans-regular";
  color: #000000;
}

.breadcrumb-nav {
  position: relative;
  position: relative;
  border-radius: 2px;
  margin: 0 5px;
  font-size: 1.25em;
  color: #66b8ff;
  color: #00ecff;
  color: #0068c5;
}
.breadcrumb-nav:not(:last-child):after {
  position: absolute;
  top: 0;
}
.breadcrumb-nav:not(:first-child):before {
  position: absolute;
  top: 0px;
  left: -2px;
  height: 0;
  width: 0;
  border: 24px solid transparent;
  border-right-width: 0;
  border-left-width: 5px;
  border-top-width: 10px;
  border-bottom-width: 9px;
  border-left-color: #121926;
  z-index: 0;
  background: #223c4e;
}
.breadcrumb-nav:first-child {
  border-radius: 2px 0 0 2px;
  margin-left: 0;
}
.breadcrumb-nav:last-child {
  border-radius: 0 2px 2px 0;
}

.breadcrumb-nav-container.fr-white-bg {
  font-size: 0.85em;
  font-family: "work-sans-medium";
  color: #007a7a;
  /* color: #0a64ff; */
}
.breadcrumb-nav-container.fr-white-bg .breadcrumb-nav {
  color: #007a7a;
}
.breadcrumb-nav-container.fr-white-bg .breadcrumb-nav::before {
  border-left-color: #f4f4ff !important;
  background: #0c5d87 !important;
}
.breadcrumb-nav-container.fr-white-bg .breadcrumb-nav::after {
  border-left-color: #0c5d87 !important;
}
.breadcrumb-nav-container:not(.hlt-all) .breadcrumb-nav:last-child:before {
  display: none;
}
.breadcrumb-nav-container:not(.hlt-all) .breadcrumb-nav:last-child:hover {
  border: none;
}
.breadcrumb-nav-container span.breadcrumb-nav:last-child {
  margin-right: 0;
}

.ad-article-desc-content:nth-child(6n+1) {
  border-color: #5e37ba;
}
.ad-article-desc-content:nth-child(6n+1) .ad-list-icon-span {
  color: #5e37ba;
}
.ad-article-desc-content:nth-child(6n+1) .ad-article-desc-card-title {
  background: linear-gradient(45deg, transparent 0%, rgba(94, 55, 186, 0.1) 20%, transparent 40%);
  color: #5e37ba;
}

.ad-article-desc-content:nth-child(6n+2) {
  border-color: #ca2ac3;
}
.ad-article-desc-content:nth-child(6n+2) .ad-list-icon-span {
  color: #ca2ac3;
}
.ad-article-desc-content:nth-child(6n+2) .ad-article-desc-card-title {
  background: linear-gradient(45deg, transparent 0%, rgba(202, 42, 195, 0.1) 20%, transparent 40%);
  color: #ca2ac3;
}

.ad-article-desc-content:nth-child(6n+3) {
  border-color: #f3563a;
}
.ad-article-desc-content:nth-child(6n+3) .ad-list-icon-span {
  color: #f3563a;
}
.ad-article-desc-content:nth-child(6n+3) .ad-article-desc-card-title {
  background: linear-gradient(45deg, transparent 0%, rgba(243, 86, 58, 0.1) 20%, transparent 40%);
  color: #f3563a;
}

.ad-article-desc-content:nth-child(6n+4) {
  border-color: #009d79;
}
.ad-article-desc-content:nth-child(6n+4) .ad-list-icon-span {
  color: #009d79;
}
.ad-article-desc-content:nth-child(6n+4) .ad-article-desc-card-title {
  background: linear-gradient(45deg, transparent 0%, rgba(0, 157, 121, 0.1) 20%, transparent 40%);
  color: #009d79;
}

.ad-article-desc-content:nth-child(6n+5) {
  border-color: #2993b0;
}
.ad-article-desc-content:nth-child(6n+5) .ad-list-icon-span {
  color: #2993b0;
}
.ad-article-desc-content:nth-child(6n+5) .ad-article-desc-card-title {
  background: linear-gradient(45deg, transparent 0%, rgba(41, 147, 176, 0.1) 20%, transparent 40%);
  color: #2993b0;
}

.ad-article-desc-content:nth-child(6n) {
  border-color: #1481f5;
}
.ad-article-desc-content:nth-child(6n) .ad-list-icon-span {
  color: #1481f5;
}
.ad-article-desc-content:nth-child(6n) .ad-article-desc-card-title {
  background: linear-gradient(45deg, transparent 0%, rgba(20, 129, 245, 0.1) 20%, transparent 40%);
  color: #1481f5;
}

.list-decimal {
  list-style: decimal;
}

.list-circle {
  list-style: circle;
}

.text-err {
  color: #ee2a2a;
}

.lt-red {
  color: #ff6d6d;
}

.text-gn {
  color: #248913;
}

.text-lm-gn {
  color: #5ade44;
}

.sea-gn {
  color: #37ffa9;
}

.gn-hlt-box {
  color: #4bcd5c;
}

.fs-italic {
  font-style: italic;
}

.ws-m {
  font-family: work-sans-medium;
}

.chart-gallery-container {
  display: flex;
  position: relative;
  cursor: pointer;
  margin-top: 20px;
  align-items: center;
  justify-content: flex-end;
  max-width: 500px;
}
.chart-gallery-container:hover .chart-gallery-content {
  box-shadow: inset 0 0 0px 1px rgba(96, 146, 216, 0.568627451);
  padding-left: 20%;
  background: rgba(4, 27, 48, 0.9803921569);
  text-decoration: underline;
  text-decoration-color: aqua;
}
.chart-gallery-container:hover .arrow-span {
  color: white;
}
.chart-gallery-container:hover .arrow-span::before {
  background: rgba(6, 59, 94, 0.768627451);
}

.chart-thumpnail-item {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  border: 3px solid rgba(0, 154, 255, 0.831372549);
}

.chart-thumpnail-item:nth-child(1) {
  transform: translateX(0px);
  z-index: 0;
}

.chart-gallery-container:hover .chart-thumpnail-item:nth-child(1) {
  transform: translateX(-15px);
}
.chart-thumpnail-item:nth-child(2) {
  transform: translateX(-75px);
  z-index: -1;
}

.chart-gallery-container:hover .chart-thumpnail-item:nth-child(2) {
  transform: translateX(-80px);
}
.chart-thumpnail-item:nth-child(3) {
  transform: translateX(-150px);
  z-index: -2;
}

.chart-gallery-container:hover .chart-thumpnail-item:nth-child(3) {
  transform: translateX(-145px);
}
.chart-thumpnail-item:nth-child(4) {
  transform: translateX(-225px);
  z-index: -3;
}

.chart-gallery-container:hover .chart-thumpnail-item:nth-child(4) {
  transform: translateX(-210px);
}
.chart-thumpnail-item:nth-child(5) {
  transform: translateX(-300px);
  z-index: -4;
}

.chart-gallery-container:hover .chart-thumpnail-item:nth-child(5) {
  transform: translateX(-275px);
}
.chart-thumpnail-item:nth-child(6) {
  transform: translateX(-375px);
  z-index: -5;
}

.chart-gallery-container:hover .chart-thumpnail-item:nth-child(6) {
  transform: translateX(-340px);
}
.chart-thumpnail-item img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: inline-block;
}

.chart-thumpnail-wrapper {
  display: flex;
  z-index: 1;
  position: absolute;
  left: 0;
}

.chart-gallery-content {
  width: 62%;
  background: rgba(0, 44, 82, 0.5607843137);
  height: 100%;
  padding: 20px 12px;
  font-size: 0.85em;
  z-index: 0;
  padding-left: 15%;
  display: flex;
  align-items: center;
  font-family: "poppins-light";
  letter-spacing: 0.3px;
  border-radius: 3px;
  border: 1px solid #2b476e;
  transition: all 0.2s ease-in-out;
}
.chart-gallery-content .arrow-span {
  position: absolute;
  z-index: 4;
  bottom: 0px;
  right: 0px;
  padding: 7px;
}
.chart-gallery-content .arrow-span::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 50% 0 0;
}

.faq-drpdn-icon {
  display: none;
  transform: rotate(90deg);
  vertical-align: middle;
  position: absolute;
  font-size: 0.9em;
  top: 20px;
  right: 2.5%;
  color: #858585;
}

.hide-visibility {
  visibility: hidden;
}

.list-of-images {
  display: flex;
  gap: 15px;
}

@media (max-width: 1250px) {
  .table-card-title-cont .table-card-title {
    margin-left: -5px;
  }
  .table-card-title-cont::before {
    left: -15px;
  }
  .how-to-important-tips-section article {
    text-align: center;
  }
  .how-to-important-tips-section .imp-tips-title {
    display: inline-block;
  }
  .how-to-important-tips-section .imp-tips-title::before {
    left: calc(50% - 40px);
  }
}
@media (max-width: 1024px) {
  .how-to-solution-table-section article {
    text-align: center;
  }
  .how-to-solution-table-section .table-container {
    max-width: 670px;
    display: inline-block;
    text-align: left;
    width: 100%;
    background: unset;
    box-shadow: none !important;
    border: none;
  }
  .how-to-solution-table-section .table-container .table-col {
    width: 100%;
  }
  .how-to-solution-table-section .table-container .table-col.right {
    margin-top: 35px;
  }
  .how-to-solution-table-section .table-container .table-col {
    width: 100%;
  }
  .how-to-solution-table-section .table-container .table-col .table-head {
    border-radius: 5px 5px 0 0;
  }
  .how-to-solution-table-section .table-container .table-col .table-head:before {
    content: "";
    position: absolute;
    bottom: 20%;
    width: 80%;
    height: 2px;
    background: #54c0f4;
    left: 10%;
    animation-name: fadeIn;
    animation-duration: 0.5s;
    background: linear-gradient(45deg, transparent, #0a3554, transparent);
  }
  .how-to-solution-table-section .table-container .table-col .table-head .table-head-free-desc:not(.new) {
    padding-bottom: 15px;
  }
  .how-to-solution-table-section .table-container .table-col .table-head.left {
    border-right: none;
  }
  .how-to-solution-table-section .table-container .table-col .table-head.right {
    display: none;
  }
  .how-to-solution-table-section .table-container .table-content {
    padding-top: 15px;
    flex-direction: column;
  }
  .how-to-solution-table-section .table-container .table-content .table-col {
    width: 100%;
    padding: 10px 30px;
  }
  .how-to-solution-table-section .table-container .table-content .table-col.left {
    display: block;
    position: relative;
    border-right: none;
  }
  .how-to-solution-table-section .table-container .table-content .table-col.right {
    display: none;
  }
  .how-to-solution-table-section .table-mobile {
    display: inline-block;
    margin-top: 35px;
    z-index: 0;
    position: relative;
  }
  .how-to-solution-table-section .table-mobile .table-col {
    display: block !important;
  }
  .faq-pagination {
    margin-top: 0;
  }
  .how-to-content-sub-card .how-to-desc-cont {
    padding: 20px 15px 20px 15px;
  }
  .how-to-sub-card-main-desc {
    margin-top: 15px;
  }
  .step-with-img {
    flex-wrap: wrap;
  }
  .step-with-img ul,
  .step-with-img .steps-ref-img {
    width: 100%;
  }
  .title-quote-card {
    flex-wrap: wrap;
    position: relative;
  }
  .title-quote-card .title-quote-icon {
    position: absolute;
    top: 20px;
    left: -30px;
    z-index: -1;
  }
  .title-quote-card .dwn-btn-wrap {
    margin-top: 20px;
  }
  .expand-charts-gallery-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .expand-charts-gallery-container .chart-cards-container {
    width: 100%;
  }
  .expand-charts-gallery-container .chart-cards-container .faq-drpdn-icon {
    display: block;
  }
  .expand-charts-gallery-container .card-item-desc {
    min-height: unset;
  }
  .expand-charts-gallery-container .card-item-desc:not(.feature-highlights-label) {
    width: calc(100% - 20px);
  }
  .chart-card-item.active:not(.keep-active-hide) .hidden-section {
    display: block;
  }
  .chart-card-item.active:not(.keep-active-hide) .faq-drpdn-icon {
    transform: rotate(270deg);
  }
  .charts-image-container {
    margin: 1rem auto;
    border-radius: 5px;
  }
  .charts-image-container::before {
    background-color: rgba(31, 50, 77, 0.8);
  }
  .charts-image-container::after {
    background: linear-gradient(90deg, transparent, rgba(54, 170, 220, 0.4392156863), transparent);
  }
  .charts-detailed-view-container {
    display: none;
  }
}
@media (max-width: 900px) {
  main {
    font-size: 14.8px;
  }
  .ad-article-desc-content {
    width: 42%;
  }
}
@media (max-width: 768px) {
  .how-to-banner-section {
    padding: 50px 10px;
  }
  .table-head-title {
    position: unset;
  }
  .table-head-title .free-label {
    top: 10px;
    right: 10px;
    left: unset;
  }
  .chart-gallery-container {
    flex-wrap: wrap;
    justify-content: unset;
    gap: 10px;
  }
  .chart-gallery-container .chart-thumpnail-wrapper {
    position: unset;
  }
  .chart-gallery-container .chart-gallery-content {
    padding-left: 20px;
    width: 100%;
    z-index: 0;
  }
  .chart-gallery-container:hover .chart-gallery-content {
    padding-left: 30px;
  }
  .ad-article-desc-content {
    width: 95%;
    min-width: 200px;
  }
  .how-to-qa-container .how-to-ques-container {
    display: none;
  }
  .how-to-qa-container .how-to-ans-pane {
    width: 100%;
  }
  .how-to-qa-container .how-to-article-content-card {
    position: relative;
  }
  .how-to-qa-container .how-to-article-content-card .how-to-article-title {
    max-width: 92%;
    padding-left: 12px;
  }
  .how-to-qa-container .how-to-article-content-card.active .faq-drpdn-icon {
    transform: rotate(270deg);
  }
  .how-to-qa-container .how-to-article-content-card:not(.active) {
    cursor: pointer;
  }
  .how-to-qa-container .how-to-article-content-card:not(.active) .how-to-article-title {
    background: none;
    color: #614bb8;
    font-family: "poppins-medium";
  }
  .how-to-qa-container .how-to-article-content-card:not(.active) .how-to-article-desc {
    display: none;
  }
  .how-to-qa-container .how-to-article-content-card.qa-ans {
    display: block;
    padding: 5px;
  }
  .faq-header {
    position: relative;
    top: 0;
    overflow: hidden;
  }
  .faq-pagination {
    display: none;
  }
  .faq-drpdn-icon {
    display: block;
    transform: rotate(90deg);
    vertical-align: middle;
    position: absolute;
    font-size: 0.9em;
    top: 20px;
    right: 2.5%;
    color: #858585;
  }
  .all-how-to-guides-home {
    font-size: 0.85em;
  }
  .expand-img-container {
    padding: 0.5rem;
  }
}
@media (max-width: 500px) {
  .how-to-banner-title {
    font-size: 2.5em;
    font-family: poppins-regular, Arial, Helvetica, sans-serif;
  }
  .how-to-solution-table-section .table-container .table-content .table-col {
    padding: 10px 20px;
  }
  .table-head {
    align-items: baseline;
  }
  .head-free-label-desc {
    width: calc(100% - 45px);
  }
  .custom-tooltip:hover::before {
    display: none;
  }
  .table-card-ref-img {
    margin: 15px 0px;
  }
  .per-req-title {
    left: 45px;
    max-width: 75%;
  }
  .table-card-title-cont .soln-option-sub {
    top: calc(100% + 3px);
    right: -15px;
  }
  .tips-content-card {
    width: 90%;
    min-width: 250px;
  }
  .ad-article-desc-content {
    padding-left: 12px;
  }
  .ad-list-icon-span {
    font-size: 1.5em;
  }
  .error-content-card {
    width: 90%;
  }
  .next-how-to-title {
    display: none;
  }
  .chart-thumpnail-item {
    width: 90px;
    height: 90px;
  }
  .feature-label {
    font-size: 0.75em;
  }
  .charts-image-container {
    padding: 0.5rem;
  }
  .charts-image-container img {
    width: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
pre[class*=language-],
code[class*=language-] {
  white-space: break-spaces !important;
  text-wrap-mode: wrap !important;
}

.ps-script code[class*=language-],
.ps-script pre[class*=language-] {
  white-space: pre-line !important;
  background: #0d2355;
}

span.command-line {
  font-size: 1em;
  color: #858585;
}

@keyframes alignLeft {
  0% {
    left: 0;
  }
  100% {
    left: calc(16% + 8px);
  }
}
@keyframes alignLeftReverse {
  0% {
    left: 0;
  }
  100% {
    left: calc(16% + 8px);
  }
}
@keyframes widthAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.chart-cards-container::-webkit-scrollbar {
  width: 5px;
}
.chart-cards-container::-webkit-scrollbar-track {
  background: #345176;
}
.chart-cards-container::-webkit-scrollbar-thumb {
  background: #516e89;
}
.chart-cards-container::-webkit-scrollbar-thumb:hover {
  background: #627c99;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --site-width: 1280px;
  --site-width-sec: 1200px;
  --site-width-1100: 1100px;
  scroll-behavior: smooth;
  --top-padding: 80px;
  --top-sticky-padding: 80px;
  --font-work-sans: "Work Sans", work-sans-regular, sans-serif;
  --font-poppins-regular: poppins-regular, sans-serif;
  --font-poppins-medium: poppins-medium, sans-serif;
  --font-poppins-semibold: poppins-semibold, sans-serif;
  scroll-padding-top: calc(105px + var(--top-sticky-padding));
}

body {
  width: 100%;
  min-height: 100vh;
  font-family: "Poppins", poppins-regular, sans-serif;
}

img {
  width: 100%;
}

a.interlinking {
  color: #00a4d7;
  text-decoration: underline;
}

.svg-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
}

.primary-width {
  width: var(--site-width);
  max-width: var(--site-width);
  margin-inline: auto;
}

.secondary-width {
  width: var(--site-width);
  margin-inline: auto;
}

.error-page-main-section {
  width: 100%;
  margin-top: var(--top-padding);
}

.table-card-desc-cont {
  margin-top: 0;
}
.table-card-desc-cont > * {
  margin-top: 0 !important;
}

.cta-btn {
  padding: 10px 1rem;
  color: currentColor;
  border-radius: 8px;
  font-weight: 400;
  font-size: 0.938em;
  line-height: 1;
  cursor: pointer;
  display: block;
  white-space: nowrap;
}

.cta-btn-primary {
  background: linear-gradient(90deg, #7000FF 0%, #DC00AC 100%);
  box-shadow: 0px 1px 8px rgba(171, 47, 214, 0.5), 0px 4px 100px rgba(214, 47, 197, 0.75);
}

.cta-btn-secondary {
  border: 1px solid #a700d5;
  background: rgba(0, 0, 0, 0.2);
}

.table-card-hlt-desc {
  background: transparent;
  border-left: 6px solid #694ebd;
  border-radius: 0 8px 8px 0;
  padding: 1rem 1.5rem;
  padding-left: 1rem;
  background-color: rgba(106, 78, 189, 0.0666666667);
}

.overflow-hidden {
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}

.err-page-hero-section {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  overflow: hidden;
  padding-block: 42px 70px;
}
.err-page-hero-section .err-hero-wrap {
  width: var(--site-width);
  margin-inline: auto;
  z-index: 2;
  position: relative;
  padding: 46px 64px 106px;
  gap: 18px;
  background: linear-gradient(86.81deg, #EDF2F8 0.47%, #E9EFF5 99.72%), #CEE7F0;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
.err-page-hero-section .guide-details {
  max-width: 50rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.err-page-hero-section .featured-img-wrap {
  margin-bottom: -10rem;
  margin-top: 2rem;
  background-color: #fff;
  width: 45rem;
  height: 390px;
  max-height: 390px;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}
.err-page-hero-section .featured-img-wrap .hero-featured-img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.err-page-hero-section .hero-bg-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  width: 425px;
  z-index: -1;
  mix-blend-mode: soft-light;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.err-page-hero-section .hero-label {
  display: flex;
  align-items: center;
  padding: 4px 16px;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  background: rgba(52, 182, 236, 0.1);
  border: 1px solid rgba(9, 72, 107, 0.1);
  border-radius: 32px;
  font-size: 0.875em;
  color: #454545;
  line-height: 1;
  font-family: var(--font-poppins-medium);
}
.err-page-hero-section .how-to-title {
  letter-spacing: -0.5px;
  font-size: 1.85em;
  line-height: 1.5;
  color: #454040;
}
.err-page-hero-section .error-page-subtitle {
  font-size: 1.125em;
  color: #E02525;
}

.options-section .options-sticky-navbar-wrapper {
  position: sticky;
  top: calc(var(--top-sticky-padding) + 35px);
  background-color: #fff;
  z-index: 2;
  height: -moz-fit-content;
  height: fit-content;
  transition: 0.3s ease-in-out;
}
.options-section .options-sticky-navbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-block: 8px 6px;
  padding-top: 12px;
  padding-inline: 8px;
  overflow: auto;
  scrollbar-width: none;
  position: relative;
}
.options-section .solutions-group {
  border-radius: 99px;
  display: flex;
  align-items: baseline;
  padding: 4px;
  position: relative;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
}
.options-section .solutions-group[data-solution] {
  position: relative;
}
.options-section .solutions-group.expand {
  border: 1px solid rgba(211, 141, 205, 0.1098039216);
  background-color: rgba(221, 193, 228, 0.1450980392);
}
.options-section .solutions-group.expand .option-item-placeholder {
  position: absolute;
  background-color: #fff;
  font-size: 10px;
  top: -12px;
  left: 6px;
  transform: translate(0, 0);
  padding: 0px 8px;
  font-weight: 500;
  border: 1px solid rgba(211, 141, 205, 0.2039215686);
}
.options-section .solutions-group.expand .links-group-wrapper {
  opacity: 1;
  visibility: visible;
  animation: enableOverflow 0.8s ease-in-out forwards;
  pointer-events: all;
}
@keyframes enableOverflow {
  100% {
    overflow: visible;
  }
}
.options-section .solutions-group .option-item-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #9c173f;
  font-size: 0.875em;
  border-radius: 8px;
  white-space: nowrap;
  padding: 6px 1rem;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
}
.options-section .solutions-group .links-group-wrapper {
  max-width: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.options-section .solutions-group .links-group {
  display: flex;
  align-items: center;
}
.options-section .option-item {
  padding: 6px 1rem;
  border-radius: 8px 8px 0 0;
  border-radius: 1rem;
  border: 1px solid transparent;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
  color: #9c173f;
  transition: 0.3s ease-in-out;
  position: relative;
}
.options-section .option-item:hover {
  background-color: #f8eaff;
}
.options-section .option-item.item-active .method-progress {
  opacity: 1;
  transform: translateX(0) scaleX(1);
  animation: slide-in 0.3s ease-in-out;
}
@keyframes slide-in {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.options-section .option-item.option-featured {
  position: relative;
}
.options-section .option-item.option-featured::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  background-color: #00d000;
  width: 8px;
  height: 8px;
}
.options-section .method-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  z-index: 2;
  opacity: 0;
  transform: translateX(100%) scaleX(0);
  transform-origin: left;
  transition: 0.3s ease-in-out;
  background-color: #ebc7ff;
}
.options-section .method-progress.rtl {
  transform: translateX(-100%);
}
.options-section .method-progress-level {
  width: 0%;
  height: 100%;
  background-color: #9C1779;
}
.options-section .method-progress,
.options-section .method-progress-level {
  border-radius: 8px;
}

.main-sidebar-wrapper {
  display: flex;
  gap: 2.5rem;
  margin-top: 2rem;
  padding-bottom: 4rem;
}

.main-contents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(0, 0, 0, 0.062745098);
  padding-right: 3rem;
  gap: 1.5rem;
  max-width: calc(100% - 360px);
}

.solution-wrapper {
  display: block;
}

.sidebar {
  width: 320px;
  min-width: 320px;
  max-width: 320px;
  position: sticky;
  top: calc(var(--top-padding) + 108px);
  height: -moz-fit-content;
  height: fit-content;
}

.divider-card {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.062745098);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.062745098);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.divider-card .card-head {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.062745098);
  padding: 0.75rem 1rem;
  color: #494646;
  font-family: var(--font-poppins-medium);
  font-size: 1em;
}
.divider-card .card-head i {
  font-size: 1.1em;
}
.divider-card:has(.card-head.bg-red) {
  border: 1px solid rgba(131, 2, 2, 0.15);
}
.divider-card .color-red {
  color: #C72020;
}
.divider-card .bg-red {
  background-color: rgba(201, 81, 81, 0.0196078431);
  background-color: rgba(201, 81, 81, 0.05);
  border-bottom: 1px solid rgba(131, 2, 2, 0.1);
}
.divider-card .bg-green {
  background-color: rgba(201, 81, 81, 0.0196078431);
}
.divider-card .method-body .card-body-p {
  font-size: 1em;
  font-family: var(--font-work-sans);
  line-height: 1.5;
  color: #5B5B5B;
}
.divider-card .method-body .card-body-list {
  color: #5B5B5B;
}
.divider-card .method-body .card-body-list li {
  font-family: var(--font-work-sans);
}
.divider-card .card-body-contents {
  margin-block: 1rem;
}
.divider-card .card-body-heading.size-large {
  font-size: 1.15em;
  font-family: var(--font-poppins-medium) !important;
}

.image-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.image-wrapper.align-left {
  text-align: left;
}
.image-wrapper.align-right {
  text-align: right;
}
.image-wrapper.align-center {
  text-align: center;
}
.image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}

.error-console {
  background-color: #373434;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1254901961);
  color: #d8d8d8;
  padding: 12px !important;
  border-radius: 8px;
  margin-top: 8px;
  font-family: monospace;
  font-size: 0.875em;
  line-height: 1.45;
  letter-spacing: -0.15px;
}

.card-body-heading {
  margin-block: 2rem 1rem;
  color: #2F2F2F;
  line-height: 1.45;
}
.card-body-heading.size-normal {
  font-size: 0.9em;
}
.card-body-heading.size-large {
  font-size: 1.25em;
  margin-bottom: 12px;
}
.card-body-heading.weight-normal {
  font-family: var(--font-poppins-medium);
}
.card-body-heading.weight-bold {
  font-family: var(--font-poppins-semibold) !important;
}

.requirement-cards {
  width: 100%;
  gap: 1rem;
  margin-block: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.requirement-cards .requirement-card {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  padding: 0.8rem 0.95rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #525252;
}
.requirement-cards .icon {
  font-size: 1.375em;
  color: #3F81CD;
  font-weight: 500;
}
.requirement-cards .card-details .req-key {
  font-size: 0.75em;
}
.requirement-cards .card-details .req-value {
  margin-top: 3px;
}

.method-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.method-item:last-child {
  margin-bottom: 0;
}

.method-header {
  font-size: 1.4em;
  font-family: var(--font-poppins-semibold);
  line-height: 1.5;
  letter-spacing: -0.25px;
}

.interlinking-bg,
a.interlinking-bg,
.highlight-link {
  color: #00a4d7;
}

a.interlinking-bg {
  text-decoration: underline;
}
a.interlinking-bg:hover {
  text-decoration: underline;
}

.highlight-path {
  color: #0068c5;
}

.highlight-orange {
  color: #bb6f1d;
}

.method-body {
  padding-inline: 1.5rem;
}
.method-body .method-body-contents {
  margin-block: 16px;
  color: #4d4d4d;
}
.method-body .card-body-p {
  margin-top: 16px;
  line-height: 1.75;
  margin-block: 0.8rem;
}
.method-body .card-body-list {
  margin-block: 1rem;
  padding-left: 3rem;
  list-style-type: none;
}
.method-body .card-body-list li {
  line-height: 1.65;
  margin-block: 0.8rem;
  position: relative;
}
.method-body .card-body-list li.ps-script {
  margin-block: 4px;
}
.method-body .card-body-list li.ps-script::before {
  content: "";
}
.method-body .card-body-list li:has(.ps-script), .method-body .card-body-list li:has(.table-card-ref-img), .method-body .card-body-list li:has(.error-console) {
  list-style: none;
}
.method-body .card-body-list li:has(.ps-script)::before, .method-body .card-body-list li:has(.table-card-ref-img)::before, .method-body .card-body-list li:has(.error-console)::before {
  content: "";
}
.method-body .card-body-list > .card-body-list:has(.table-card-ref-img) {
  padding-left: 8px;
}

.card-body-image {
  width: 100%;
  text-align: center;
}
.card-body-image img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-body-image.center {
  text-align: center;
}
.card-body-image.left {
  text-align: left;
}
.card-body-image.right {
  text-align: right;
}

.card-body-list.arrow-list li::before, .card-body-list.steps li::before {
  content: url("../images/error-guide-images/list-arrow.svg");
  top: 2.6px;
  left: -2rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
}
.card-body-list.list-decimal li {
  list-style-type: decimal;
}
.card-body-list.bullet-list li {
  list-style-type: disc;
}
.card-body-list.no-style {
  list-style: none;
  padding-left: 2rem;
}
.card-body-list.no-style li {
  list-style: none;
}

.droid-note {
  padding: 1rem 1.2rem;
  position: relative;
  background: linear-gradient(90deg, #F5F5FB 0%, #EFF9F4 100%);
  border-radius: 4px;
  margin-top: 1.5rem;
  color: #6A687B;
  font-size: 0.925em;
}
.droid-note .note-title {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #702DA7;
  font-family: var(--font-poppins-semibold);
}
.droid-note .note-title i {
  font-size: 1em;
}
.droid-note:has(.droid-note-bot) .note-body {
  max-width: calc(100% - 96px);
}
.droid-note .note-body {
  line-height: 1.75;
}
.droid-note .note-body .card-body-list {
  padding-left: 2.5rem;
}
.droid-note .droid-bot {
  width: 6rem;
  height: auto;
  position: absolute;
  top: -1.5rem;
  right: 2rem;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.1254901961));
  transform: rotate(8deg);
}
.droid-note.inline {
  background: none;
  border: none;
  box-shadow: none;
  margin-block: 1rem;
  padding: 8px 12px;
  background-color: #f6f9ff;
}
.droid-note.inline .note-title {
  margin-right: 4px;
  display: inline;
}
.droid-note.inline .note-title i {
  display: none;
}
.droid-note.inline .note-body {
  max-width: 100%;
  display: inline;
  color: #5b564e;
}
.droid-note.inline .note-body p {
  display: inline;
}

.solution-chip {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  color: #636363;
  font-family: var(--font-poppins-regular);
  border-radius: 99px;
  padding: 2px 12px;
  font-size: 0.7em;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  border: 1px solid #adadad;
}

.solution-highlighter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px;
  gap: 8px;
  background: linear-gradient(89.98deg, #15a35c 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 8px;
  color: #fff;
  font-size: 0.938em;
}
.solution-highlighter .solution-highlight-heading {
  display: flex;
  align-items: center;
  gap: 8px;
}
.solution-highlighter .icon {
  font-size: 1.25em;
}
.solution-highlighter .time-chip-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}
.solution-highlighter .time-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75em;
  color: #063306;
  color: #277424;
  padding: 1px 10px 1px 8px;
  border-radius: 16px;
  background-color: white;
}
.solution-highlighter .solution-chip {
  background-color: #71b78c;
  color: white;
  border: none;
  text-transform: none;
  font-size: 0.75em;
}

.primary-solution-heading {
  font-size: 1.4em;
  font-family: var(--font-poppins-semibold) !important;
  color: #2F2F2F;
  display: flex;
  align-items: baseline;
  gap: 8px;
  letter-spacing: -0.35px;
  margin-bottom: 1rem;
}
.primary-solution-heading .icon {
  color: #2d85bb;
}

.solution-item {
  display: block;
  margin-block: 1rem;
}
.solution-item .step-item {
  display: flex;
  padding-left: 1.2rem;
  margin-block: 1.5rem;
}
.solution-item .step-item .method-header {
  font-size: 1.2em;
  margin-top: 2px;
}
.solution-item .method-progress-indicator {
  min-width: 3rem;
  max-width: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: sticky;
  top: 80px;
}
.solution-item .step-count {
  width: 1.8rem;
  height: 1.8rem;
  font-size: 0.85em;
  background-color: #57A738;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.solution-item .step-progress-wrap {
  height: inherit;
  flex-grow: 1;
  background-color: rgba(0, 0, 0, 0.062745098);
  width: 2px;
  border-radius: 4px;
}
.solution-item .step-progress-percent {
  width: 100%;
  height: 0px;
  border-radius: 8px;
  background-color: #71ac5d;
}
.solution-item .method-body {
  padding-left: 4px;
  margin-bottom: 1rem;
}

.troubleshooting-steps {
  margin-top: 2rem;
}
.troubleshooting-steps .solution-chip {
  margin-bottom: 1rem;
}

.droid-banner-container {
  display: block;
}

.droid-banner {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.062745098);
  padding-top: 2rem;
}
.droid-banner .banner-header {
  text-align: center;
}
.droid-banner .banner-header .banner-title {
  font-size: 1.75em;
  font-family: var(--font-poppins-semibold) !important;
  letter-spacing: -0.45px;
  background: linear-gradient(90deg, #3DB150 1.79%, #ACD216 91.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.droid-banner .banner-header .banner-desc {
  font-size: 1em;
  color: #6d6d6d;
  margin-top: 8px;
}
.droid-banner .banner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
  gap: 12px;
  grid-template-rows: repeat(2, max-content);
  grid-template-columns: repeat(24, 1fr);
}
.droid-banner .grid-item {
  border: 1px solid rgba(162, 228, 56, 0.062745098);
  border-radius: 8px;
  padding: 24px;
  background-color: rgba(19, 53, 15, 0.031372549);
  display: flex;
  gap: 16px;
  transition: 0.3s ease-in-out;
}
.droid-banner .grid-item i {
  font-size: 1.375em;
  min-width: 3rem;
  max-width: 3rem;
  min-height: 3rem;
  max-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(229, 243, 224, 0.062745098);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1019607843);
  border-radius: 50%;
  color: #79C339;
}
.droid-banner .grid-item .item-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.droid-banner .grid-item .item-detail h3 {
  font-size: 1em;
  color: #2F4E34;
  font-family: var(--font-poppins-semibold) !important;
}
.droid-banner .grid-item .item-detail p {
  color: #8C8C8C;
  line-height: 1.75;
}
.droid-banner .grid-item:hover {
  background: rgba(19, 53, 15, 0.05);
  border-color: rgba(162, 228, 56, 0.5);
}

.droid-banner-solid {
  width: 100%;
  padding: 3rem;
  display: flex;
  gap: 1rem;
  background-color: #050505;
  margin-top: 1.5rem;
  border-radius: 8px;
  color: #DBDBDB;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(241, 246, 252, 0.1) 0%, rgba(143, 146, 150, 0.1) 100%), #050505;
  border: 1px solid rgba(63, 213, 49, 0.1);
}
.droid-banner-solid .banner-content-lhs {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.4rem;
  width: 65%;
}
.droid-banner-solid .banner-bot-image {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 36%;
}
.droid-banner-solid .bann-title {
  font-size: 1.75em;
  font-family: var(--font-poppins-regular) !important;
}
.droid-banner-solid .bann-desc {
  font-size: 0.94em;
  color: #A2A2A2;
}
.droid-banner-solid .cta-container {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}
.droid-banner-solid .cta-container .cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  gap: 8px;
  border-radius: 8px;
  width: 150px;
  font-size: 0.875em;
  color: #f8f8f8;
  transition: 0.3s ease-in-out;
}
.droid-banner-solid .cta-container .cta-btn.primary {
  background: linear-gradient(90.16deg, #0d8d22 2.17%, #63AF17 97.48%);
  box-shadow: 0px 4px 250px 5px #6ED62F;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 24px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.droid-banner-solid .cta-container .cta-btn.primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90.16deg, rgb(28, 159, 50) 2.17%, #7ac430 97.48%);
  opacity: 0;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.droid-banner-solid .cta-container .cta-btn.primary:hover {
  box-shadow: 0px 4px 250px 10px #6ED62F;
}
.droid-banner-solid .cta-container .cta-btn.primary:hover::after {
  opacity: 1;
}
.droid-banner-solid .cta-container .cta-btn.sec {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  background: rgba(42, 215, 128, 0.07);
  border: 1px solid rgba(45, 196, 55, 0.1);
  border-radius: 8px;
}
.droid-banner-solid .cta-container .cta-btn.sec:hover {
  border: 1px solid rgba(45, 196, 55, 0.4);
  background: rgba(42, 215, 128, 0.1);
}

.still-need-help {
  border: 1px solid rgba(0, 0, 0, 0.062745098);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.062745098);
  padding: 24px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  gap: 1rem;
  margin-top: 1rem;
}
.still-need-help .card-header {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 1.2em;
  font-family: var(--font-poppins-semibold);
  color: #4D4D4D;
}
.still-need-help .card-header i {
  color: #348FC8;
  font-size: 1.5em;
}
.still-need-help .card-body .body-text {
  color: #585858;
  line-height: 1.85;
}
.still-need-help .btn {
  border: 1px solid #5185C9;
  padding: 8px 12px;
  border-radius: 6px;
  margin-top: 1.25rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  color: #5185C9;
  font-size: 0.935em;
  font-family: var(--font-poppins-medium);
  transition: 0.3s ease-in-out;
}
.still-need-help .btn:hover {
  background-color: #5185C9;
  color: #fff !important;
}

.comments-section {
  display: block;
  margin-top: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-inline: 2rem;
}

.guides-list .card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 1rem 1.2rem;
}
.guides-list .guide-item {
  font-size: 0.938em;
  color: #525252;
}
.guides-list .guide-item:last-child {
  padding-bottom: 0;
}
.guides-list .guide-item:hover {
  text-decoration: underline;
}

.droid-sidebar-banner {
  border: 1px solid rgba(78, 81, 77, 0.0823529412);
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.0196078431), 0 2px 16px rgba(0, 0, 0, 0.062745098);
  border-radius: 8px;
  margin-top: 1rem;
  overflow: hidden;
}
.droid-sidebar-banner .banner-info {
  padding-inline: 1.6rem;
  padding-bottom: 1.5rem;
}
.droid-sidebar-banner .banner-info h2 {
  font-size: 1em;
  line-height: 1.6;
  color: #2a4c17;
  font-family: var(--font-poppins-semibold) !important;
}
.droid-sidebar-banner .banner-info p {
  font-size: 0.813em;
  color: #797979;
  line-height: 1.6;
  margin-top: 0.8rem;
}
.droid-sidebar-banner .banner-info .actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.droid-sidebar-banner .banner-info .cta-btn {
  flex: 1;
  align-items: center;
  padding: 10px 16px;
  gap: 8px;
  background: linear-gradient(90.16deg, #16A62D 2.17%, #63AF17 97.48%);
  color: #fff;
  border-radius: 4px;
  font-size: 0.813em;
  text-align: center;
  margin-top: 0.8rem;
}
.droid-sidebar-banner .banner-info .cta-btn.btn-secondary {
  background: rgba(42, 215, 128, 0.1921568627);
  color: #3F8143;
  font-family: var(--font-poppins-medium);
  border: 1px solid rgba(45, 196, 55, 0.062745098);
}

.table-container {
  overflow: hidden;
  border: 1px solid #bebebe;
  border-radius: 16px;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-radius: 8px;
}
table th,
table td {
  border: 1px solid #bebebe;
  padding: 16px;
}
table th:has(.nested-table),
table td:has(.nested-table) {
  padding: 0;
  border: none;
}
table th:first-child,
table td:first-child {
  border-left: none;
}
table th:last-child,
table td:last-child {
  border-right: none;
}
table th:has(.how-to-desc-cont),
table td:has(.how-to-desc-cont) {
  padding: 0;
  padding-left: 8px;
}
table thead th,
table thead td {
  border-top: none;
}
table tr:nth-child(2n) {
  background-color: #f7f7f7;
}
table tr:last-child td,
table tr:last-child th {
  border-bottom: none;
}
table thead {
  background-color: #eff4f8;
}
table.nested-table {
  border: none;
  border-style: hidden;
}
table.no-borders {
  border: none;
}
table.no-borders th,
table.no-borders td {
  padding: 8px 12px;
  border: 1px solid transparent;
}

.line {
  flex: 1;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.1);
}

.how-to-other-guides-section {
  width: 100%;
  padding-block: 1rem 3rem;
}
.how-to-other-guides-section .heading-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
.how-to-other-guides-section .section-heading {
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: -0.25px;
  color: #353535;
}
.how-to-other-guides-section .footer-how-to-categories-wrap {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
.how-to-other-guides-section .footer-how-to-category-item {
  flex-grow: 1;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  gap: 12px;
  border-radius: 16px;
  text-decoration: none;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05), 1px 2px 2px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.03);
}
.how-to-other-guides-section .footer-how-to-category-item .svg-icon {
  width: 3rem;
  height: 3rem;
}
.how-to-other-guides-section .footer-how-to-category-item.azure {
  background-color: rgba(0, 188, 242, 0.1);
  color: #00bcf2;
}
.how-to-other-guides-section .footer-how-to-category-item.exchange {
  background-color: rgba(0, 120, 212, 0.1);
  color: #0078d4;
}
.how-to-other-guides-section .footer-how-to-category-item.sharepoint {
  background-color: rgba(3, 108, 112, 0.1);
  color: #036c70;
}
.how-to-other-guides-section .footer-how-to-category-item.teams {
  background-color: rgba(76, 83, 187, 0.1);
  color: #4c53bb;
}
.how-to-other-guides-section .footer-how-to-next-prev {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}
.how-to-other-guides-section .all-guides-link {
  display: flex;
  gap: 8px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgba(36, 67, 115, 0.9);
  border-radius: 8px;
  padding: 12px 16px;
  color: #fff;
  font-size: 0.938em;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease-in-out;
}
.how-to-other-guides-section .all-guides-link:hover {
  background-color: #13294b;
}
.how-to-other-guides-section .next-prev-post-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.how-to-other-guides-section .next-prev-post {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #edf8fd;
  color: #30467c;
  font-size: 0.938em;
  line-height: 1.55;
  font-weight: 500;
  width: 350px;
  border-radius: 64px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-family: var(--font-poppins-medium);
  transition: 0.3s ease-in-out;
}
.how-to-other-guides-section .next-prev-post:hover {
  background-color: #caeeff;
}
.how-to-other-guides-section .next-post {
  text-align: right;
  padding-left: 24px;
}
.how-to-other-guides-section .prev-post {
  text-align: left;
  padding-right: 24px;
}

.tooltip-title {
  padding: 4px 8px;
  border-radius: 6px;
  position: fixed;
  top: -100%;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.3137254902);
  font-size: 0.813em;
  font-weight: 200;
  background-color: #1a0d25;
  display: none;
  white-space: nowrap;
  z-index: 3;
  color: #ffffff;
}
.tooltip-title::after {
  content: "";
  position: absolute;
  top: 104%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid rgba(255, 255, 255, 0.3137254902);
  border-bottom: 0px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

@media screen and (width < 1400px) {
  :root {
    --site-width: 90% ;
  }
}
@media screen and (width < 1150px) {
  .main-sidebar-wrapper {
    flex-direction: column;
  }
  .main-contents {
    padding-right: 0;
    padding-bottom: 1rem;
    border: none;
    max-width: 100%;
  }
  .sidebar {
    margin-inline: auto;
  }
}
@media screen and (width < 1050px) {
  .err-page-hero-section .err-hero-wrap {
    padding-inline: 2rem;
    padding-top: 2rem;
  }
  .err-page-hero-section .featured-img-wrap {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 4px;
  }
  .err-page-hero-section .hero-featured-img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .err-page-hero-section .hero-bg-img {
    width: 30%;
    z-index: -1;
  }
}
@media screen and (width < 800px) {
  .droid-banner .banner-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width < 850px) {
  .droid-banner-solid .banner-content-lhs {
    width: 95%;
  }
  .droid-note .droid-bot {
    position: static;
    float: right;
  }
  .droid-note .note-title {
    display: inline;
  }
  .droid-note .note-body {
    display: inline;
  }
}
@media screen and (width < 750px) {
  .solution-highlighter {
    flex-direction: column;
    gap: 0.8rem;
    padding: 0;
    align-items: start;
    background: none;
  }
  .solution-highlighter .solution-highlight-heading {
    background: linear-gradient(89.98deg, #15a35c 0%, rgba(255, 255, 255, 0) 100%);
    padding: 6px 8px;
    border-radius: 8px;
    width: 100%;
  }
  .solution-highlighter .time-chip-wrap {
    font-size: 1.15em;
  }
}
@media screen and (width < 700px) {
  :root {
    --top-padding: 50px;
    --top-sticky-padding: 50px;
  }
  .err-page-hero-section {
    padding-top: 62px;
  }
  .requirement-cards {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .divider-card .card-body-list,
  .method-body .card-body-list,
  .droid-note .note-body .card-body-list {
    padding-left: 2rem;
  }
  .card-body-list {
    padding-left: 2rem;
  }
  .droid-banner .banner-grid {
    grid-template-columns: 1fr;
  }
  .droid-banner .grid-item {
    flex-direction: column;
    gap: 8px;
    padding: 1rem;
  }
  .droid-banner-solid {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    padding-top: 1rem;
    gap: 0;
  }
  .droid-banner-solid .banner-bot-image {
    position: static;
    transform: none;
    max-width: 20rem;
    width: 20rem;
  }
  .droid-banner-solid .banner-content-lhs {
    align-items: center;
    gap: 12px;
  }
}
@media screen and (width < 600px) {
  .err-page-hero-section {
    padding-bottom: 82px;
  }
  .err-page-hero-section .err-hero-wrap {
    padding-inline: 1.5rem;
    padding-top: 1rem;
  }
  .err-page-hero-section .featured-img-wrap {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 4px;
    margin-top: 1.5rem;
  }
  .err-page-hero-section .hero-featured-img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .err-page-hero-section .hero-bg-img {
    width: 30%;
    z-index: -1;
  }
  .err-page-hero-section .how-to-title {
    font-size: 1.45em;
  }
  .err-page-hero-section .error-page-subtitle {
    font-size: 1em;
  }
  .main-contents {
    gap: 1rem;
  }
  .divider-card .card-body {
    padding: 1rem;
  }
  .divider-card.no-border .card-body {
    padding-inline: 0.5rem;
  }
  .method-body {
    padding-inline: 0.5rem;
  }
  .droid-banner-solid {
    padding: 0 1rem 2rem;
  }
  .droid-banner-solid .bann-title {
    font-size: 1.5em;
  }
}
@media screen and (width < 450px) {
  .droid-banner-solid {
    padding: 1rem 1rem 1rem;
  }
  .droid-banner-solid .bann-title {
    font-size: 1.25em;
  }
  .droid-banner-solid .banner-bot-image {
    width: 15rem;
  }
  .droid-banner-solid .cta-container {
    width: 100%;
  }
  .droid-banner-solid .cta-container .cta-btn {
    width: -moz-fit-content;
    width: fit-content;
    flex-grow: 1;
  }
}/*# sourceMappingURL=error-guide-style.css.map */