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 10px 5px 10px;
  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: 8px;
  align-items: flex-end;
  font-family: poppins-regular;
}
.ps-script .code-header img {
  width: 25px;
  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;
}

.table-card-ref-img {
  display: flex;
  margin: 30px 0px 30px;
  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.05;
  opacity: 0.8;
  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;
}

.related-guides-list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.9em;
  padding-top: 25px;
}
.related-guides-list .related-item {
  width: 25%;
  background-color: #fff;
  padding: 15px;
  font-size: 1em;
  line-height: 1.6;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(53, 69, 86, 0.1);
  margin: 10px;
  color: #40bfff;
  font-family: "work-sans-medium";
  background: #1f3242;
  min-width: 200px;
}
.related-guides-list .related-item:hover {
  text-decoration: underline;
}

.how-to-ans-pane .table-card-ref-img:not(.no-width) {
  max-width: 50%;
}

.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;
}

.text-tl {
  color: #007a7a;
}

.text-bl {
  color: #0068c5;
}

.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: 1400px;
  --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(70px + var(--top-sticky-padding));
}

body {
  width: 100%;
  min-height: 100vh;
  font-family: "Poppins", poppins-regular, sans-serif;
}

img {
  width: 100%;
}

a.interlinking {
  color: #0068c5;
}

a.interlinking-bg {
  color: #00a4d7;
  text-decoration: underline currentcolor;
}

.svg-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
}

.primary-width {
  width: var(--site-width-sec);
  margin-inline: auto;
}

.secondary-width {
  width: var(--site-width);
  margin-inline: auto;
}

.how-to-guide-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;
}

.how-to-hero-section {
  width: 100%;
  background-color: #e9f4ff;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  overflow: hidden;
  padding-block: 56px 64px;
}
.how-to-hero-section .hero-bg-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.how-to-hero-section article {
  width: var(--site-width);
  margin-inline: auto;
  z-index: 2;
  position: relative;
}
.how-to-hero-section .guide-details {
  width: 50rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.how-to-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);
}
.how-to-hero-section .how-to-title {
  font-family: var(--font-poppins-semibold) !important;
  letter-spacing: -0.75px;
  font-size: 2.25em;
  line-height: 1.5;
  background: linear-gradient(90deg, #4035c1 0%, #3a126d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.how-to-hero-section .how-to-description {
  font-family: var(--font-work-sans);
  font-weight: 400;
  font-size: 1em;
  line-height: 1.75;
  color: #454545;
}

.options-section .options-sticky-navbar-wrapper {
  position: sticky;
  top: calc(var(--top-sticky-padding) + 34px);
  background-color: #fff;
  z-index: 2;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 8px;
  transition: 0.3s ease-in-out;
}
.options-section .options-sticky-navbar {
  display: flex;
  gap: 8px;
  padding-block: 8px 6px;
  padding-inline: 8px;
  overflow: auto;
  scrollbar-width: none;
  position: relative;
}
.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: #9c1779;
  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;
}
.options-section .method-container {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  scroll-padding-top: calc(48px + var(--top-sticky-padding));
}
.options-section .method-heading-container {
  width: 430px;
  min-width: 430px;
}
.options-section .method-heading-sticky {
  position: sticky;
  top: calc(35px + var(--top-sticky-padding) + 48px);
  height: -moz-fit-content;
  height: fit-content;
}
.options-section .featured-method {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
}
.options-section .featured-method .method-detail:not(:first-child) {
  margin-top: 2rem;
}
.options-section .featured-method .method-title {
  font-size: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.options-section .featured-method:has(.admindroid-featured-label) .method-rhs-content {
  padding-top: 2rem;
}
.options-section .featured-method .method-rhs-content .method-title {
  line-height: 1.4;
  background: linear-gradient(90.75deg, #0a689c 0.27%, #4f13ce 99.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}
.options-section .featured-method .method-title span {
  line-height: 1.4;
  background: linear-gradient(90.75deg, #0a689c 0.27%, #4f13ce 99.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}
.options-section .featured-method .permission-from i.icon {
  font-size: 1.7rem;
}
.options-section .permission-wrapper {
  margin-top: 1rem;
  gap: 12px;
  display: flex;
  flex-direction: column;
  padding-left: 0.5rem;
}
.options-section .permission-wrapper .privilege-card {
  display: flex;
  gap: 8px;
  align-items: center;
}
.options-section .permission-wrapper .permission-label {
  font-size: 0.813em;
  font-weight: 500;
  line-height: 1.25;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
}
.options-section .permission-wrapper .permission-label.green {
  color: #216800;
  background-color: rgba(51, 117, 20, 0.1);
}
.options-section .permission-wrapper .permission-label.red {
  color: #a71f00;
  background-color: rgba(174, 43, 15, 0.1);
}
.options-section .method-title {
  font-family: var(--font-poppins-semibold) !important;
  font-size: 1.375em;
  line-height: 1.5;
  color: #464545;
  letter-spacing: -0.25px;
}
.options-section .method-additional-info {
  margin-top: 2rem;
}
.options-section .method-additional-info .permission-status {
  padding: 4px 12px 4px 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85em;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 6px;
  line-height: 1.5;
  font-weight: 500;
}
.options-section .method-additional-info .permission-status.red {
  color: #e22424;
  background-color: rgba(209, 83, 83, 0.1);
  color: #313131;
  background-color: #fef8f0;
  line-height: 1;
  font-weight: 300;
}
.options-section .method-additional-info .permission-status .icon-warning {
  font-size: 1.25em;
  color: #e08c1e;
}
.options-section .method-additional-info .admindroid-status {
  display: flex;
  gap: 8px;
  font-size: 1em;
  font-weight: 500;
  color: #525252;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-family: var(--font-poppins-medium);
}
.options-section .method-additional-info .admindroid-status ~ .permission-from {
  gap: 1rem;
}
.options-section .method-additional-info .admindroid-status .permission-label {
  font-size: 0.875em;
  padding: 2px 8px;
  background-color: rgba(12, 153, 102, 0.1);
  color: #0c9966;
  border-radius: 6px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.options-section .method-additional-info .permission-from {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1.5;
  font-size: 0.938em;
  color: #525252;
  font-weight: 450;
}
.options-section .method-additional-info .privilege-text {
  line-height: 1.8;
}
.options-section .method-additional-info i.icon {
  min-width: 2rem;
  color: #363636;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.2em;
  font-size: 1.3rem;
  color: #222222;
}
.options-section .method-steps-title {
  font-size: 1em;
  font-family: var(--font-poppins-medium);
  color: #071a33;
}
.options-section .method-detail {
  overflow: hidden;
}
.options-section .method-detail .method-title {
  margin-bottom: 0;
}
.options-section .method-detail > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.options-section .method-detail > * {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.options-section .method-detail > ul + .method-output-image-wrap {
  margin-top: 0;
}
.options-section .method-detail ul {
  margin-top: 1rem;
  margin-bottom: 2rem;
  list-style-type: none;
  color: #353535;
}
.options-section .method-detail li {
  list-style: none;
  font-size: 1.031em;
  font-family: var(--font-work-sans);
  line-height: 1.65;
  margin-bottom: 1rem;
  color: currentColor;
}
.options-section .method-detail li.steps:not(.ps-script) {
  margin-left: 2rem;
  position: relative;
}
.options-section .method-detail li.steps:not(.ps-script)::before {
  content: url("/images/how-to-images/list-marker.svg");
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  top: 3.5px;
  left: -32px;
}
.options-section .method-detail li.steps ~ .ps-script {
  margin-left: 2rem;
}
.options-section .method-detail .no-list ul {
  padding: 0;
}
.options-section .method-detail .no-list li:not(.ps-script, .avoid-step-style) {
  list-style: none;
  padding-left: 16px;
  padding-block: 6px;
  border-left: 3px solid rgba(23, 105, 199, 0.726);
  background: linear-gradient(90deg, rgba(232, 245, 255, 0.8), rgba(255, 255, 255, 0) 100%);
}
.options-section .method-detail .no-list .table-card-ref-img {
  margin-block: 12px;
}
.options-section .method-detail p {
  color: #2e2e2e;
  font-size: 1em;
  line-height: 1.65;
  font-weight: 400;
  font-family: var(--font-work-sans);
}
.options-section .admindroid-featured-label {
  background-color: #0c9966;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  font-weight: 300;
  font-size: 0.45em;
  color: #fff;
  border-radius: 8px;
  line-height: 1.65;
  font-family: var(--font-poppins-regular) !important;
  padding: 1px 8px;
  padding-right: 1.4rem;
  letter-spacing: 0.25px;
  white-space: nowrap;
}
.options-section .admindroid-featured-label .icon {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.options-section .powershell-console-wrapper {
  background-color: rgba(235, 243, 242, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 12px;
  margin-block: 1rem;
  font-family: var(--font-work-sans);
}
.options-section .powershell-console-wrapper .powershell-console-display {
  width: 100%;
  background-color: #012456;
  color: #d3d3d3;
  padding: 1rem;
  border-radius: 4px;
  margin-top: 1rem;
  position: relative;
}
.options-section .method-output-image-wrap {
  width: 100%;
  height: auto;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.options-section .method-output-img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  cursor: zoom-in;
}
.options-section .script-download-btn {
  font-size: 0.875em;
  font-weight: 400;
  color: #fff;
  line-height: 1.65;
  font-family: var(--font-work-sans);
  padding: 8px 1rem;
  background-color: #0c5599;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  display: block;
  margin-inline: auto;
  transition: 0.3s ease-in-out;
}
.options-section .script-download-btn:hover {
  background-color: #1b73c5;
}
.options-section .free-report-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px 16px 12px 32px;
  background: linear-gradient(90deg, #4fa918 0%, #369f6d 100%);
  box-shadow: 0px 2px 16px rgba(44, 157, 41, 0.65);
  border-radius: 8px;
  color: #fff;
  gap: 1rem;
  transition: 0.3s ease-in-out;
}
.options-section .free-report-banner .text-icon i {
  margin-right: 5px;
}
.options-section .free-report-banner:hover {
  box-shadow: 0px 2px 8px rgb(33, 196, 28);
  gap: 0.5rem;
}
.options-section .free-report-banner:hover .green-btn-demo {
  box-shadow: 0px 2px 8px rgba(78, 207, 115, 0.63);
  background: rgb(1, 73, 29);
}
.options-section .free-report-banner .green-btn-demo {
  padding: 8px 16px;
  background: rgb(7, 30, 16);
  box-shadow: 0px 2px 8px rgba(78, 207, 114, 0.1);
  border-radius: 8px;
  border: 1px solid #4dcf76;
  color: currentColor;
  text-decoration: none;
  line-height: 1;
  font-size: 0.938em;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
.options-section .demo-link-style-2 {
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #edf4ff;
  text-align: center;
  display: flex;
  gap: 8px;
}
.options-section .demo-link-style-2 .green-btn-demo {
  text-decoration: underline;
  color: #0068c5;
}

.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;
}

.how-to-admindroid-features-section {
  padding: 32px 0px 86px;
  gap: 16px;
  background: radial-gradient(50.59% 25.11% at 50% 0%, rgba(116, 40, 214, 0.165) 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(50% 50% at 50% 50%, #160127 0%, #090410 100%), radial-gradient(50% 50% at 50% 50%, #20003a 0%, #000000 100%);
  background-position: fixed;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.how-to-admindroid-features-section .features-hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
  padding-block: 2rem;
  padding-bottom: 3rem;
  width: 1000px;
  margin-inline: auto;
}
.how-to-admindroid-features-section .how-to-features-section-label {
  background-color: rgba(38, 87, 215, 0.1);
  color: #9595ff;
  padding: 6px 12px;
  font-size: 0.875em;
  letter-spacing: -0.25px;
  font-weight: 400;
  border-radius: 1rem;
}
.how-to-admindroid-features-section .how-to-features-section-title {
  font-family: var(--font-poppins-medium) !important;
  font-size: 2.375em;
  line-height: 1.5;
  letter-spacing: -0.5px;
  background: linear-gradient(90deg, #2275f1 0%, #dc00ac 100%), #282732;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.how-to-admindroid-features-section .how-to-features-section-description {
  font-family: var(--font-work-sans);
  font-weight: 400;
  font-size: 1em;
  line-height: 185%;
  text-align: center;
  color: #d1d1d1;
}
.how-to-admindroid-features-section .how-to-features-section-description a {
  color: #00d1ff;
  text-decoration: underline;
}
.how-to-admindroid-features-section .reporting-options-banner-wrap {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px 8px 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4rem;
  margin-inline: auto;
  flex-direction: column;
  gap: 1.5rem;
  padding: 8px;
  border-radius: 2.2rem;
  padding-block-end: 2.6rem;
  margin-block-end: 2rem;
  position: relative;
  background: rgba(239, 239, 239, 0.05);
  border: 1px solid rgba(130, 22, 163, 0.3568627451);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.how-to-admindroid-features-section .reporting-options-banner-wrap:hover {
  border-color: rgba(130, 22, 163, 0.5960784314);
  box-shadow: 0px 1px 8px rgba(172, 47, 214, 0.075), 0px 4px 32px rgba(214, 47, 197, 0.15);
}
.how-to-admindroid-features-section .reporting-options-banner-wrap:hover .reporting-options-thumb-text {
  outline-color: rgba(130, 22, 163, 0.5960784314);
}
.how-to-admindroid-features-section .reporting-options-banner-wrap:hover .reporting-options-thumb-text i {
  text-decoration: none;
}
.how-to-admindroid-features-section .reporting-options-banner-wrap .reporting-options-thumb-text {
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  bottom: -1.65rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-poppins-regular);
  transition: 0.3s ease-in-out;
  will-change: border-color;
  white-space: nowrap;
  font-size: 0.935em;
  background-color: #1a0f26;
  padding: 4px 1rem;
  padding-right: 4px;
  border-radius: 99px;
  border: 6px solid #0f041a;
  outline: 1px solid rgba(130, 22, 163, 0.4392156863);
}
.how-to-admindroid-features-section .reporting-options-banner-wrap .reporting-options-thumb-text span {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.how-to-admindroid-features-section .reporting-options-banner-wrap .icon {
  min-width: 2rem;
  min-height: 2rem;
  border: 1px solid rgba(245, 245, 245, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
}
.how-to-admindroid-features-section .banner-thumbnails-wrap {
  display: flex;
  display: grid;
  grid-template-columns: repeat(6, 200px);
  position: relative;
  gap: 8px;
  z-index: 1;
}
.how-to-admindroid-features-section .banner-thumbnails-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 80%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.1764705882);
}
.how-to-admindroid-features-section .banner-thumb {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.875em;
  text-align: left;
  line-height: 1.65;
  padding: 4px;
  border-radius: 99px;
  background-color: rgba(255, 255, 255, 0.0196078431);
  background-color: #1b1027;
  border: 1px solid rgba(255, 255, 255, 0.062745098);
  color: rgba(255, 255, 255, 0.8274509804);
  transition: 0.3s ease-in-out;
}
.how-to-admindroid-features-section .banner-thumb:hover {
  background-color: #3f215e;
}
.how-to-admindroid-features-section .banner-thumb:hover .ft-icon {
  color: #a015fc;
}
.how-to-admindroid-features-section .ft-icon {
  border-radius: 50%;
  min-width: 3.5rem;
  min-height: 3.5rem;
  overflow: hidden;
  position: relative;
  background-color: #1F0F2B;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  font-size: 8px;
  font-weight: 200;
  position: relative;
  font-size: 1.5em;
  color: #ab2dff;
  transition: 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.how-to-admindroid-features-section .cta-buttons {
  display: flex;
  gap: 0.5rem;
  color: #fff;
  align-items: center;
  padding-top: 2rem;
  justify-content: center;
}
.how-to-admindroid-features-section .cta-btn {
  padding: 10px 1rem;
  color: currentColor;
  border-radius: 8px;
  font-weight: 400;
  font-size: 0.938em;
  line-height: 1;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.how-to-admindroid-features-section .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);
  position: relative;
  z-index: 1;
}
.how-to-admindroid-features-section .cta-btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #dc00ac 0%, #7000ff 100%);
  opacity: 0;
  z-index: -1;
  border-radius: inherit;
  transition: 0.5s ease-in-out;
}
.how-to-admindroid-features-section .cta-btn-primary:hover::after {
  opacity: 1;
}
.how-to-admindroid-features-section .cta-btn-secondary {
  border: 1px solid #a700d5;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
}
.how-to-admindroid-features-section .cta-btn-secondary:hover {
  box-shadow: 0px 1px 8px rgba(171, 47, 214, 0.5), 0px 4px 32px rgba(214, 47, 197, 0.35);
}
.how-to-admindroid-features-section .how-to-features-grid {
  display: grid;
  gap: 8px;
  grid-template-rows: repeat(3, max-content);
  grid-template-columns: repeat(24, 1fr);
}
.how-to-admindroid-features-section .how-to-feature {
  background-color: rgba(239, 239, 239, 0.05);
  padding: 2rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.how-to-admindroid-features-section .how-to-feature .icon {
  width: 38px;
  height: 38px;
  font-size: 2.4em;
  color: #7c3fff;
  -o-object-fit: contain;
     object-fit: contain;
}
.how-to-admindroid-features-section .how-to-feature .feature-title {
  color: #f1f1f1;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
}
.how-to-admindroid-features-section .how-to-feature .feature-description {
  font-size: 0.925em;
  font-family: var(--font-work-sans);
  color: #bfbfbf;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 12px;
}
.how-to-admindroid-features-section .how-to-features-conclusion {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1em;
  line-height: 1.85;
  color: #c8c8c8;
  font-weight: 350;
  font-family: var(--font-work-sans);
}
.how-to-admindroid-features-section .how-to-features-conclusion .how-to-desc-cont ul li {
  color: #b6b6b6;
}

.how-to-errors-section-wrapper {
  background-color: #e1e9f3;
  padding-block: 3rem;
}
.how-to-errors-section-wrapper .how-to-errors-section {
  width: 1100px;
}
.how-to-errors-section-wrapper .section-heading {
  font-size: 1.75em;
  font-family: var(--font-poppins-semibold) !important;
  letter-spacing: -0.75px;
  line-height: 1.3;
  color: #141414;
}
.how-to-errors-section-wrapper .section-description {
  font-size: 1.125em;
  font-family: var(--font-work-sans);
  line-height: 1.6;
  color: #525252;
  margin-top: 12px;
}
.how-to-errors-section-wrapper .error-solution-accordian-wrapper {
  width: 100%;
  margin-top: 2rem;
}
.how-to-errors-section-wrapper .error-solution-accordian {
  border-radius: 8px;
  margin-bottom: 8px;
  box-shadow: 0px 2px 3px rgba(188, 210, 236, 0.25);
}
.how-to-errors-section-wrapper .error-solution-accordian:last-child {
  margin-bottom: 0;
}
.how-to-errors-section-wrapper .error-solution-accordian .accordian-header {
  background-color: #f3f8fc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 32px 16px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  border-radius: 8px 8px 8px 8px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.how-to-errors-section-wrapper .error-solution-accordian .error-message {
  line-height: 1.65;
  overflow-wrap: anywhere;
  display: flex;
  align-items: center;
  gap: 8px;
}
.how-to-errors-section-wrapper .error-solution-accordian .icon-expand {
  transition: 0.3s ease-in-out;
  transform: rotate(90deg);
}
.how-to-errors-section-wrapper .error-solution-accordian .accordian-body {
  border-radius: 0 0 8px 8px;
  background-color: #eef7ff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  padding: 1rem 2rem 2rem 2rem;
}
.how-to-errors-section-wrapper .error-solution-accordian .accordian-body > *:last-child {
  margin-bottom: 0;
}
.how-to-errors-section-wrapper .error-solution-accordian .accordian-body-wrap {
  max-height: 0px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.how-to-errors-section-wrapper .error-solution-accordian.open .accordian-header {
  border-radius: 8px 8px 0 0;
}
.how-to-errors-section-wrapper .error-solution-accordian.open .icon-expand {
  transform: rotate(-90deg);
}
.how-to-errors-section-wrapper .error-solution-accordian.open .accordian-body-wrap {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.how-to-errors-section-wrapper .error-solution-accordian p {
  color: #3c3c3c;
  font-size: 1em;
  margin-bottom: 1rem;
}
.how-to-errors-section-wrapper .error-solution-accordian .solution-content {
  background-color: #dbeeed;
  padding: 12px 16px;
  line-height: 1.6;
  color: #323435;
  border-radius: 6px;
}
.how-to-errors-section-wrapper .error-solution-accordian .powershell-console-wrapper.console-dark {
  color: #fff;
  font-size: 0.906em;
  font-weight: 350;
  line-height: 1.7;
  background-color: rgba(0, 0, 0, 0.9);
}
.how-to-errors-section-wrapper .error-note {
  padding: 12px;
  margin-top: 8px;
  background-color: #d5f1ff;
  border-radius: 4px;
}
.how-to-errors-section-wrapper .how-to-note {
  font-size: 1em;
  line-height: 1.65;
  font-weight: 400;
  font-family: var(--font-work-sans);
  color: #434343;
  margin-top: 2rem;
}
.how-to-errors-section-wrapper .how-to-note .note-label {
  font-weight: 700;
  color: #21b5d6;
  margin-right: 8px;
}
.how-to-errors-section-wrapper .info-label {
  padding: 2px 8px;
  color: #fff;
  font-size: 0.875em;
  font-weight: 400;
  font-family: var(--font-work-sans);
  line-height: 1.25;
  border-radius: 6px;
  margin-right: 5px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.how-to-errors-section-wrapper .label-error {
  background-color: #b93233;
  white-space: nowrap;
}
.how-to-errors-section-wrapper .label-fix {
  background-color: #2fa75a;
}

.line {
  flex: 1;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.1);
}

.how-to-important-tips {
  padding-block: 3rem;
  width: var(--site-width-1100);
}
.how-to-important-tips .heading-container {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  align-items: center;
}
.how-to-important-tips .section-heading {
  color: #2b35d6;
  font-size: 1.625em;
  font-family: var(--font-poppins-semibold) !important;
  padding-left: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.how-to-important-tips .section-heading .icon {
  font-weight: 600;
}
.how-to-important-tips .tips-container {
  margin-top: 1.6rem;
  width: 100%;
  display: flex;
  gap: 1rem;
}
.how-to-important-tips .tip-item {
  flex-grow: 1;
  border-radius: 8px;
  padding: 2rem;
  background-color: rgba(76, 83, 187, 0.04);
  line-height: 1.75;
  color: #383838;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.droid-feature-banner-wrapper {
  width: 100%;
  padding-top: 3rem;
}
.droid-feature-banner-wrapper .droid-feature-banner {
  width: var(--site-width-1100);
  margin-inline: auto;
  background-color: #0b0e0e;
  border-radius: 1rem;
  padding: 3rem;
}
.droid-feature-banner-wrapper .droid-pr-title {
  font-weight: 400;
  font-size: 2.8em;
  line-height: 1.45;
  text-align: center;
  letter-spacing: -0.25px;
  background: linear-gradient(340deg, #00beff, #00ff49);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.droid-feature-banner-wrapper .droid-pr-sub {
  text-align: center;
  font-size: 1.1em;
  font-weight: 300;
  color: #bebebe;
  line-height: 1.65;
  margin-top: 1rem;
}
.droid-feature-banner-wrapper .droid-pr-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 12px 16px;
  border-radius: 8px;
  align-self: center;
  margin-top: 4rem;
  background: linear-gradient(340deg, #0394f4, #08c43d);
  text-shadow: 2px 2px 28px #000;
  margin-inline: auto;
  font-family: var(--font-poppins-regular);
  color: #fff;
  transition: 0.5s ease-in-out;
  transform: perspective(100px) translateZ(0);
}
.droid-feature-banner-wrapper .droid-pr-cta:hover {
  transform: translateZ(25px);
  box-shadow: 2px 2px 100px rgba(0, 255, 42, 0.3137254902);
}

.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;
}

.nav-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: -1;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}

.prev-next-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  width: 3rem;
  min-height: 3rem;
  height: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #576ea8;
  border-radius: 50%;
  font-size: 1.3em;
}

.how-to-faq-section-wrapper {
  padding-block: 4rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.how-to-faq-section-wrapper .how-to-faq-section {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  background-color: #f1f5ff;
  padding: 2rem;
  border-radius: 1rem;
}
.how-to-faq-section-wrapper .section-heading {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 440px;
  min-width: 440px;
}
.how-to-faq-section-wrapper .section-label {
  display: flex;
  align-items: center;
  padding: 2px 8px;
  padding-right: 12px;
  gap: 8px;
  background: #e1e8ff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.844em;
  font-weight: 500;
  color: #3f3f3f;
}
.how-to-faq-section-wrapper .section-title {
  font-weight: 600 !important;
  font-size: 2em;
  line-height: 150%;
  background: linear-gradient(90deg, #0047ff 0%, #dc00ac 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  align-self: stretch;
  flex-grow: 0;
}
.how-to-faq-section-wrapper .faq-section-title {
  font-weight: 500;
  font-size: 1em;
  line-height: 175%;
  color: #959595;
}
.how-to-faq-section-wrapper .faq-questions-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.how-to-faq-section-wrapper .faq-card-item:last-child .faq-question-card {
  border-bottom: 1px solid transparent;
}
.how-to-faq-section-wrapper .faq-card-item .faq-answer-card {
  display: none;
}
.how-to-faq-section-wrapper .faq-question-card {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.65;
  color: #0f0f0f;
  display: flex;
  justify-content: space-between;
  padding-block: 1.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  gap: 2.5rem;
  align-items: center;
  padding-left: 0.75rem;
}
.how-to-faq-section-wrapper .faq-question-card::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #e8f4ff;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.how-to-faq-section-wrapper .faq-question-card i {
  transition: 0.3s ease-in-out;
}
.how-to-faq-section-wrapper .faq-question-card:hover {
  border-bottom: 1px solid transparent;
}
.how-to-faq-section-wrapper .faq-question-card:hover::before {
  opacity: 1;
}
.how-to-faq-section-wrapper .faq-question-card:hover i {
  transform: translateX(-10px);
}

.all-faq-question-answers {
  width: var(--site-width-1100);
  margin-top: 2rem;
}
.all-faq-question-answers .all-faq-qn-ans-item {
  padding-bottom: 1rem;
}
.all-faq-question-answers .faq-question-item {
  padding-block: 8px 1rem;
  font-weight: 600 !important;
  font-size: 1.05em;
  position: sticky;
  top: calc(var(--top-sticky-padding) + 34px + 40px);
  background-color: #fff;
  z-index: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.062745098);
}
.all-faq-question-answers .faq-answer-item {
  padding: 1rem;
  font-size: 0.965em;
}

.faqcard-popup-container-wrapper {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.631372549);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}
.faqcard-popup-container-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.faqcard-popup-container-wrapper.active .faq-answer-container {
  transform: translateY(0) scale(1);
}
.faqcard-popup-container-wrapper .faq-popup-questions-container {
  width: 23rem;
  max-width: 23rem;
  min-height: 100%;
  padding-top: 2rem;
  padding-left: 1.5rem;
  background-color: #F5F5F5;
  border-radius: 1rem 0 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow-y: auto;
}
.faqcard-popup-container-wrapper .faq-popup-questions-container .faq-card-item {
  padding: 0;
}
.faqcard-popup-container-wrapper .faq-popup-questions-container .faq-question-card {
  padding-block: 0;
  border-color: transparent;
  color: #525252;
  gap: 2rem;
  padding-left: 0;
  padding: 0.8rem;
  font-family: var(--font-poppins-medium);
  font-size: 0.938em;
  line-height: 1.65;
  border-right: 3px solid transparent;
  border-bottom: 0;
}
.faqcard-popup-container-wrapper .faq-popup-questions-container .faq-question-card.active {
  border-bottom: 0;
  border-color: #2477C2;
  color: #2477C2;
  background-color: #fff;
  border-radius: 8px 0 0 8px;
  box-shadow: -1px 0 8px rgba(0, 0, 0, 0.0666666667);
}
.faqcard-popup-container-wrapper .faq-popup-questions-container .faq-question-card:hover {
  border-bottom: 0;
  background-color: transparent;
  color: #366d9c;
  border-color: #366d9c;
}
.faqcard-popup-container-wrapper .faq-popup-questions-container .faq-question-card:hover::before {
  content: none;
}
.faqcard-popup-container-wrapper .faq-answer-container {
  width: var(--site-width);
  height: calc(100dvh - 10rem);
  max-height: calc(100dvh - 12rem);
  display: flex;
  background-color: #FFFFFF;
  border-radius: 1rem;
  margin-top: 6rem;
  transform: translateY(-100%) scale(1.25);
  transition: 0.8s 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.faqcard-popup-container-wrapper .faq-answer-container .prev-next-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.faqcard-popup-container-wrapper .faq-answer-container .prev-next-icon[data-nav=next] {
  right: -1.5rem;
}
.faqcard-popup-container-wrapper .faq-answer-container .prev-next-icon[data-nav=prev] {
  left: -1.5rem;
}
.faqcard-popup-container-wrapper .prev-next-icon {
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.21);
  cursor: pointer;
}
.faqcard-popup-container-wrapper .prev-next-icon:hover {
  background-color: #576ea8;
  color: #fff;
}

.faq-answer-card {
  flex: 1;
  padding: 2rem;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.faq-answer-card .faq-question-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  font-size: 1.25em;
  color: #373737;
  padding-inline-end: 1rem;
  font-family: var(--font-poppins-medium);
}
.faq-answer-card .close-icon {
  min-width: 36px;
  min-height: 36px;
  background-color: rgba(104, 95, 250, 0.1);
  color: #685FFA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  font-style: normal;
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
}
.faq-answer-card .close-icon:hover {
  border-color: #685FFA;
  box-shadow: 2px 2px 8px 2px rgba(27, 18, 167, 0.12);
}
.faq-answer-card .faq-content {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: auto;
  background-color: #f6f3ff;
  padding: 2rem;
  border-radius: 8px;
  color: #2B2B2B;
  line-height: 1.75;
  font-family: var(--font-work-sans);
}
.faq-answer-card .faq-content ul {
  padding-left: 2rem;
  margin-bottom: 8px;
}

.faq-content::-webkit-scrollbar,
.faq-popup-questions-container::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
.faq-content::-webkit-scrollbar-thumb,
.faq-popup-questions-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #dadada;
}

.reporting-options-popup-container-wrapper {
  position: fixed;
  z-index: 4;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7176470588);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.reporting-options-popup-container-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.reporting-options-popup-container-wrapper.active .reporting-options-popup-container {
  transform: translateY(0) scale(1);
}

.reporting-options-popup-container {
  width: 75rem;
  height: 78vh;
  background-color: #fff;
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  margin-top: 5rem;
  transform: translateY(-100%) scale(1.25);
  transition: 0.8s 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.reporting-options-popup-container .reporting-options-lhs {
  width: 25rem;
  min-height: 100%;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.reporting-options-popup-container .chart-card-items {
  padding-top: 2rem;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: auto;
  overflow-y: auto;
}
.reporting-options-popup-container .chart-card-items::-webkit-scrollbar {
  width: 8px;
}
.reporting-options-popup-container .chart-card-items::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1882352941);
}
.reporting-options-popup-container .chart-card-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.reporting-options-popup-container .chart-card-item.active .popup-lhs-menu-item {
  border-right: 3px solid #2477C2;
  color: #2477C2;
  background-color: #fff;
  border-radius: 8px 0 0 8px;
  box-shadow: -1px 0 8px rgba(0, 0, 0, 0.0666666667);
}
.reporting-options-popup-container .chart-item-expand-data {
  display: none;
  padding: 1rem;
  border-radius: 8px;
  margin-top: 8px;
  flex-direction: column;
  gap: 1rem;
  background-color: #fff;
}
.reporting-options-popup-container .chart-item-expand-data .chart-detail-title {
  display: none;
}
.reporting-options-popup-container .droid-cta-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  background-color: #fff;
  text-align: center;
}
.reporting-options-popup-container .droid-cta-container p {
  color: #252424;
  font-size: 0.938em;
}
.reporting-options-popup-container .droid-cta-container p span {
  font-family: var(--font-poppins-medium);
}
.reporting-options-popup-container .cta-wrapper {
  width: 100%;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.reporting-options-popup-container .cta-btn {
  width: 50%;
  padding-block: 12px;
  color: #fff;
  font-weight: 500;
}
.reporting-options-popup-container .cta-btn-primary {
  box-shadow: 0 1px 8px rgba(172, 47, 214, 0.4196078431);
}
.reporting-options-popup-container .cta-btn-secondary {
  background-color: transparent;
  color: #8f03bd;
}
.reporting-options-popup-container .reporting-options-rhs {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  overflow-y: auto;
  position: relative;
  gap: 1.5rem;
  padding: 2rem;
  padding-right: 3rem;
}
.reporting-options-popup-container .reporting-options-rhs::-webkit-scrollbar {
  width: 8px;
}
.reporting-options-popup-container .reporting-options-rhs::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1882352941);
  border-radius: 8px;
}
.reporting-options-popup-container .chart-detail-title {
  font-weight: 600;
  font-size: 1.625em;
  line-height: 1.55;
  background: linear-gradient(90.38deg, #D71E1E -19.47%, #764EEA 112.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.reporting-options-popup-container .chart-detail-image {
  width: 100%;
  height: auto;
  text-align: center;
}
.reporting-options-popup-container .chart-detail-image img {
  border-radius: 8px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
  width: 85%;
  text-align: center;
  cursor: zoom-in;
}
.reporting-options-popup-container .chart-detail-desc,
.reporting-options-popup-container .chart-detail-sec-desc {
  font-size: 0.938em;
  font-weight: 400;
  color: #373737;
  line-height: 1.8;
  font-family: var(--font-work-sans);
}
.reporting-options-popup-container .chart-detail-features-wrap {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.reporting-options-popup-container .chart-detail-quote {
  font-size: 0.938em;
  color: #9A3B9D;
  font-weight: 600;
  margin-top: 0.5rem;
}
.reporting-options-popup-container .chart-detail-feature-label {
  padding: 4px 10px;
  border: 1px solid #5B5FC7;
  color: #5B5FC7;
  border-radius: 6px;
  font-size: 0.8em;
  font-weight: 500;
  white-space: nowrap;
}
.reporting-options-popup-container .close-btn {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #32313C;
  border-radius: 50%;
  position: fixed;
  top: 1rem;
  right: 1.5rem;
  font-family: var(--font-work-sans);
  font-size: 1.2em;
  cursor: pointer;
  padding-bottom: 2.5px;
  z-index: 4;
}

.popup-lhs-menu-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  padding-right: 1.4rem;
  font-size: 0.938em;
  line-height: 1.65;
  color: #525252;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  border-right: 3px solid transparent;
  font-family: var(--font-poppins-medium);
}
.popup-lhs-menu-item:hover {
  border-right-color: rgba(36, 120, 194, 0.6039215686);
  color: #366d9c;
  background-color: rgba(255, 255, 255, 0.4509803922);
}
.popup-lhs-menu-item .title-text {
  display: flex;
  align-items: center;
  gap: 8px;
}
.popup-lhs-menu-item .title-text i {
  font-size: 1.5rem;
}

.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: 13px;
  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 < 1486px) {
  :root {
    --site-width: 90%;
    --site-width-sec: 90%;
    --site-width-1100: 90%;
  }
}
@media screen and (width < 1400px) {
  .reporting-options-popup-container {
    width: 85vw;
    max-height: 90vh;
  }
  .reporting-options-popup-container .reporting-options-lhs {
    width: 22rem;
    font-size: 0.93rem;
  }
  .reporting-options-popup-container .chart-card-items {
    padding-left: 1rem;
  }
  .reporting-options-popup-container .droid-cta-container p {
    font-size: 0.85rem;
  }
  .how-to-admindroid-features-section .banner-thumbnails-wrap {
    grid-template-columns: repeat(3, minmax(150px, 300px));
  }
  .how-to-admindroid-features-section .banner-thumbnails-wrap .reporting-options-thumb-text {
    font-size: 14px;
  }
  .how-to-admindroid-features-section .banner-thumbnails-wrap::before {
    display: none;
  }
  .how-to-admindroid-features-section .banner-thumb {
    white-space: wrap;
    padding-right: 8px;
  }
  .how-to-admindroid-features-section .banner-thumb br {
    display: none;
  }
}
@media screen and (width < 1300px) {
  .how-to-hero-section .hero-bg-img {
    opacity: 0.3;
  }
  .options-section .method-heading-container {
    width: 380px;
    min-width: 380px;
  }
  .how-to-admindroid-features-section .features-hero-section {
    width: 85%;
  }
  .how-to-errors-section-wrapper .how-to-errors-section {
    width: 85%;
  }
  .how-to-faq-section-wrapper .section-heading {
    width: 380px;
    max-width: 380px;
    min-width: unset;
  }
}
@media screen and (width < 1200px) {
  .faqcard-popup-container-wrapper .faq-answer-container {
    width: 90vw;
    height: 80vh;
  }
  .how-to-other-guides-section .next-prev-post {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (width < 1150px) {
  .how-to-admindroid-features-section .features-hero-section {
    padding-bottom: 3rem;
  }
  .how-to-admindroid-features-section .how-to-features-grid {
    grid-template-columns: unset;
    grid-template-rows: unset;
    grid-template-columns: repeat(2, 1fr);
  }
  .how-to-admindroid-features-section .how-to-features-grid .how-to-feature {
    gap: 2rem;
    justify-content: flex-start;
    grid-column: unset;
  }
  .faqcard-popup-container-wrapper .faq-popup-questions-container {
    width: 21rem;
    max-width: 21rem;
  }
}
@media screen and (width < 1050px) {
  .how-to-other-guides-section line {
    display: none;
  }
}
@media screen and (width < 1000px) {
  .how-to-hero-section .guide-details {
    width: 100%;
  }
  .options-section .method-container {
    flex-direction: column;
    gap: 1.5rem;
  }
  .options-section .method-heading-sticky {
    position: static;
    top: unset;
  }
  .options-section .method-heading-container {
    width: 100%;
    min-width: 100%;
  }
  .options-section .method-additional-info {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }
  .options-section .permission-wrapper {
    flex-direction: row;
    gap: 2rem;
    row-gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .reporting-options-popup-container {
    border-radius: 1rem;
    overflow: visible;
  }
  .reporting-options-popup-container .reporting-options-lhs {
    width: 100%;
    overflow: hidden;
    border-radius: 1rem;
  }
  .reporting-options-popup-container .reporting-options-rhs {
    display: none;
  }
  .reporting-options-popup-container .chart-card-items {
    padding-right: 1rem;
  }
  .reporting-options-popup-container .chart-card-item.active .chart-item-expand-data {
    display: flex;
  }
  .reporting-options-popup-container .close-btn {
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    border-top-right-radius: 1rem;
  }
  .reporting-options-popup-container .droid-cta-container {
    padding: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.062745098);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1882352941);
  }
  .faqcard-popup-container-wrapper .faq-answer-container {
    width: 95vw;
    height: calc(100vh - 10rem);
  }
  .faqcard-popup-container-wrapper .faq-answer-container .faq-answer-card {
    padding: 1rem;
    border-radius: 8px;
    gap: 1rem;
  }
  .faqcard-popup-container-wrapper .faq-answer-container .faq-question-info {
    font-size: 1.15em;
  }
}
@media screen and (width < 950px) {
  .how-to-hero-section .hero-bg-img {
    opacity: 0.1;
  }
  .how-to-important-tips .tips-container {
    flex-direction: column;
  }
  .how-to-important-tips .tip-item {
    padding: 1.5rem;
    padding-block: 1rem;
  }
  .how-to-faq-section-wrapper {
    padding-block: 2rem 0;
  }
  .how-to-faq-section-wrapper .how-to-faq-section {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    border-radius: 8px;
  }
  .how-to-faq-section-wrapper .section-heading {
    width: 100%;
    max-width: 100%;
    gap: 14px;
  }
  .how-to-faq-section-wrapper .faq-question-card {
    padding-block: 1rem;
  }
  .how-to-faq-section-wrapper .faq-card-item.active .faq-answer-card {
    display: block;
    padding: 0;
  }
  .how-to-faq-section-wrapper .faq-card-item.active .faq-question-card i {
    transform: rotate(90deg);
  }
  .how-to-faq-section-wrapper .faq-card-item.active .faq-question-info {
    display: none;
  }
  .how-to-faq-section-wrapper .faq-card-item.active .faq-content {
    padding: 1.5rem;
  }
  .how-to-other-guides-section {
    padding-top: 1rem;
  }
  .how-to-other-guides-section .footer-how-to-next-prev {
    flex-direction: column-reverse;
    gap: 0.5rem;
  }
  .how-to-other-guides-section .footer-how-to-categories-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .how-to-other-guides-section .all-guides-link {
    justify-content: center;
    text-align: center;
  }
}
@media screen and (width < 850px) {
  .how-to-admindroid-features-section .how-to-features-section-title {
    font-size: 2em;
  }
  .droid-feature-banner-wrapper .droid-pr-title {
    font-size: 2.5em;
  }
  .droid-feature-banner-wrapper .droid-pr-cta {
    margin-top: 2rem;
  }
}
@media screen and (width < 700px) {
  :root {
    --top-padding: 50px;
    --top-sticky-padding: 49px;
  }
  .how-to-hero-section {
    padding-bottom: 2.5rem;
  }
  .how-to-hero-section .how-to-title {
    font-size: 1.875em;
  }
  .options-section .featured-method {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .options-section .free-report-banner {
    gap: 8px;
    padding: 12px 16px;
  }
  .how-to-admindroid-features-section {
    padding-bottom: 2rem;
  }
  .how-to-admindroid-features-section .reporting-options-banner-wrap {
    margin-top: 2rem;
  }
  .how-to-admindroid-features-section .features-hero-section {
    width: 100%;
  }
  .how-to-admindroid-features-section .how-to-features-grid {
    grid-template-columns: 1fr;
  }
  .how-to-admindroid-features-section .how-to-features-grid .how-to-feature {
    border: 1px solid rgba(255, 255, 255, 0.1215686275);
    padding: 1.5rem;
  }
  .how-to-admindroid-features-section .banner-thumbnails-wrap {
    grid-template-columns: repeat(2, minmax(150px, 250px));
  }
  .how-to-admindroid-features-section .banner-thumb br {
    display: none;
  }
  .how-to-admindroid-features-section .how-to-features-conclusion {
    padding-inline: 0.5rem;
  }
  .how-to-errors-section-wrapper .how-to-errors-section {
    width: 90%;
  }
  .how-to-errors-section-wrapper .section-heading {
    font-size: 1.5em;
  }
  .how-to-errors-section-wrapper .section-description {
    font-size: 1.05em;
  }
  .how-to-errors-section-wrapper .error-solution-accordian .accordian-header {
    gap: 1.5rem;
  }
  .how-to-errors-section-wrapper .error-solution-accordian .accordian-body {
    padding-inline: 1rem;
    padding-bottom: 1rem;
  }
  .how-to-faq-section-wrapper .section-title {
    font-size: 1.65em;
  }
  .all-faq-question-answers .faq-question-item {
    font-size: 1em;
  }
  .droid-feature-banner-wrapper .droid-pr-title {
    font-size: 2em;
  }
  .how-to-other-guides-section .section-heading {
    font-size: 1.35em;
  }
  .how-to-other-guides-section .next-prev-post-container {
    flex-direction: column;
    gap: 8px;
  }
  .how-to-admindroid-features-section .how-to-features-section-title {
    font-size: 1.5em;
  }
}
@media screen and (width < 450px) {
  .how-to-admindroid-features-section .banner-thumbnails-wrap {
    grid-template-columns: repeat(1, minmax(100px, 250px));
  }
  .how-to-admindroid-features-section .reporting-options-banner-wrap {
    padding-top: 1rem;
  }
  .how-to-admindroid-features-section .reporting-options-banner-wrap .reporting-options-thumb-text {
    white-space: wrap;
    width: 100%;
    font-size: 0.9em;
  }
  .how-to-errors-section-wrapper .error-solution-accordian .error-message {
    display: inline-block;
  }
}/*# sourceMappingURL=how-to-guide-style.css.map */