body {
  font-family: "Inter", sans-serif;
  padding: 0;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "Lexend", sans-serif;
  font-weight: bold;
}

nav.guestNav {
  background-color: #efefef;
  color: #000;
  font-size: 14px;
  padding: 15px 0;
}
nav.guestNav a.navbar-brand img {
  max-width: 150px;
}
.buttonGrpnav a {
  box-shadow: none;
  color: #a3ceff;
  display: inline-flex;
  outline: none;
  padding: 8px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #1475e1;
  align-self: center;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
}
.buttonGrpnav {
  display: flex;
  gap: 8px;
}
a.loginBtnnav.LoginbtnNav {
  display: none;
}
.buttonGrpnav a.loginBtnnav.demobtnNav {
  background: #fff;
  color: #1475e1;
}
section.secSec {
  padding: 200px 0 60px;
}

section.smm-hero-section {
  padding-top: 50px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
nav.guestNav {
  background: #fff;
}
section.smm-hero-section::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 443px;
  background: linear-gradient(180deg, rgba(1, 9, 13, 0) 29.91%, rgb(255 255 255 / 42%) 73.43%, #ffffff 100%);
}
.containermax {
  max-width: 1016px;
}
.cards-container .feature-card {
  padding: 20px 15px;
  border-radius: 20px;
  border: 1px solid #00000020;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 140px;
  background: #fff;
  z-index: 1;
  box-shadow: 0 24px 40px 0 rgba(0,0,0,.2);
}
.feature-card .head p.name {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -.72px;
}
.feature-card .head p.colored-name {
  color: #0d6efd;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -.64px;
}
.feature-card p.text {
  margin: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -.64px;
  color: #00000099;
}
.panel-mockup {
  position: relative;
}
.panel-mockup img {
  width: 100%;
  max-width: 1100px;
  display: block;
  margin: auto;
  /*mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 65%, rgba(0, 0, 0, 0) 100%);*/
  margin-bottom: 0px;
  transform: perspective(350px) rotateX(7deg) rotateY(0deg) skewX(0deg);
  border-radius: 30px;
  border: 1px solid #00000010;
  box-shadow: 0 24px 40px 0 rgba(0,0,0,.2);
}
.topcont h1.mainhrading {
  text-align: center;
  font-family: 'Inter', sans-serif;
  color: #000;
  line-height: 100%;
  font-weight: 600;
  font-size: 56px;
  letter-spacing: -0.56px;
  word-break: break-word;
}
.topcont small.subheadin {
  text-align: center;
  background: #0098EA;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 16px;
}
/*.topcont a.btn.btn-primary {
display: flex;
padding: 20px 48px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
position: relative;
overflow: hidden;
border-radius: 500px;
border: 1px solid rgba(255, 255, 255, .25);
background: radial-gradient(164.61% 147.32% at -8.18% 100%, #27184b 0, #360937 33.33%, #010e19 66.67%, #27184b 100%);
transition: filter 250ms ease-in-out, color 250ms ease-in-out;
color: #fff;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 110%;
letter-spacing: -.72px;
}
.topcont a.btn.btn-primary.secondBtn {
background: radial-gradient(83.38% 100% at 49.21% 0, #0dcaf0 0, #0d6efd 83.67%);
}*/
.topcont a.btn.btn-primary {
  display: flex;
  padding: 15px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: #fff;
  transition: filter 250ms ease-in-out, color 250ms ease-in-out;
  color: #00000099;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -.72px;
  border: 1px solid #00000020;
}
.topcont a.btn.btn-primary.secondBtn {
  background: #0098EA;
  color: #fff;
  font-weight: 500;
}
.card-1.feature-card .head .colored-name {
  color: #4f46e5;
}
.card-2.feature-card .head .colored-name {
  color: #16a34a;
}
.card-3.feature-card .head .colored-name {
  color: #f97316;
}
.card-4.feature-card .head .colored-name {
  color: #0284c7;
}


@media (min-width: 769px) {
  @media (min-width: 769px) {
    .cards-container .feature-card {
      position: absolute;
      will-change: transform;
    }

    @keyframes flyingCard1 {
      0% { transform: rotate(12deg); }
      to { transform: translate3d(0, -20%, 0) rotate(12deg); }
    }

    .cards-container .feature-card.card-1 {
      animation: flyingCard1 3.5s ease-in-out infinite alternate;
      left: -80px;
      bottom: 420px;
    }

    @keyframes flyingCard2 {
      0% { transform: rotate(-2.964deg); }
      to { transform: translate3d(0, -10%, 0) rotate(-2.964deg); }
    }

    .cards-container .feature-card.card-2 {
      animation: flyingCard2 7s ease-in-out infinite alternate;
      right: -80px;
      bottom: 420px;
    }

    @keyframes flyingCard3 {
      0% { transform: rotate(-8.548deg); }
      to { transform: translate3d(0, 15%, 0) rotate(-8.548deg); }
    }

    .cards-container .feature-card.card-3 {
      animation: flyingCard3 4s ease-in-out infinite alternate;
      left: -110px;
      bottom: 150px;
    }

    @keyframes flyingCard4 {
      0% { transform: rotate(2.104deg); }
      to { transform: translate3d(0, 15%, 0) rotate(2.104deg); }
    }

    .cards-container .feature-card.card-4 {
      animation: flyingCard4 6s ease-in-out infinite alternate;
      right: -110px;
      bottom: 150px;
    }
  }
}
.buttonGrpnav {
  gap: 5px;
}
.buttonGrpnav a {
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #00000020;
  font-size: 14px;
}
a.navbar-brand {
  padding: 0;
}
.buttonGrpnav a.loginBtnnav.demobtnNav {
  background: #fff;
  color: #00000099;
}
a.loginBtnnav.RegisterbtnNav {
  background: #2b95e9;
  color: #fff;
}
.loginHeading {
  margin-bottom: 20px;
}
.loginHeading p {
  text-align: center;
  margin: 0;
}
.loginHeading h3 {
  margin: 0;
  text-align: center;
  color: #000;
}
.form-group {
  margin-bottom: 10px;
}
.form-control {
  border: 1px solid #00000020;
  padding: 10px;
  border-radius: 10px;
}
.form-group.grpTt {
  position: relative;
}
.form-group.grpTt i {
  position: absolute;
  top: 17px;
  left: 15px;
  color: #212529;
}
.form-group.grpTt input {
  width: 100%;
  padding: 0px 15px;
  border: 1px solid #d8dae5;
  box-shadow: rgba(5, 16, 61, 0.08) 0px 1px 2px 0px;
  box-sizing: border-box;
  background: #f4f7fa;
  border-radius: 12px;
  height: 48px;
  color: rgb(3, 6, 26);
  font-size: 14px;
  transition: 0.15s ease-in-out, box-shadow 0.3s, border-color 0.3s;
  filter: none;
  font-weight: 500;
  /*padding-left: 40px;*/
}
.form-group.grpTt {
  margin-bottom: 24px;
}

.form-group.grpTt label {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  white-space: pre-wrap;
  color: rgb(3, 6, 26);
  margin-bottom: 5px;
}
.loginwell {
  /*background: #ffffff;
  border: 1px solid #00000020;*/
  padding: 3px;
  /*border-radius: 16px;*/
  margin-top: 25px;
}
.loginwell button.btn.btn-primary {
  line-height: 24px;
  padding: 10px 0;
  border-radius: 10px;
  border: 1px solid #ffffff00;
}

.loginwell button.btn.btn-primary {
  line-height: 24px;
  padding: 10px 0;
  border-radius: 10px;
  border: 1px solid #ffffff00;
  position: relative;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  color: rgb(255, 255, 255);
  background-color: #2b95e9;
  border: 0px;
  padding: 13px 0px;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  border-radius: 12px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s;
}
.labelPass {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.labelPass a.forgot-password {
  position: static;
  margin-bottom: 5px;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  white-space: pre-wrap;
  cursor: pointer;
  color: rgb(0, 141, 242);
}
@media (max-width: 768px) {
  .topcont h1.mainhrading {
    font-size: 35px;
    letter-spacing: -2px;
  }
  .form-group.grpTt input {
    font-size: 16px;
  }
  .cards-container {
    display: none;
  }
  section.smm-hero-section::after {
    display: none;
  }
}

.googleMainwrap button img {
  width: 25px;
}
.googleMainwrap button {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  background-color: transparent;
  border: 1px solid #00000020;
  padding: 12px 0px;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  border-radius: 12px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s;
  display: flex;
  color: #000;
}
.googleMainwrap {
  position: relative;
  overflow: hidden;
}
.googleMainwrap .googleMainbtn {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.5);
  bottom: 0 !important;
  opacity: 0.01;
  top: 12px;
}
h1.mainhrading i {
  background: #0098EA;
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 100px;
  color: #fff;
}
h1.mainhrading span {
  color: #2b95e9;
}
.onlyText {
  text-align: center;
}
.onlyText h2 {
  letter-spacing: -2px;    
  line-height: 1;
}
section.secSec {
  padding: 50px 0 !important;
}

section.smm-hero-section {
  background: transparent;
}
h1.mainhrading {
  position: relative;
  overflow: hidden;
}
canvas#particleCanvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  --fade: 80px;
  mask-image:
    linear-gradient(to right,
      transparent 0,
      black var(--fade),
      black calc(100% - var(--fade)),
      transparent 100%),
    linear-gradient(to bottom,
      transparent 0,
      black var(--fade),
      black calc(100% - var(--fade)),
      transparent 100%);
  mask-composite: intersect;
}
nav.guestNav {
  position: sticky;
  top: 0;
  z-index: 10;
}

.kicksta-wrapper {
  background: #2b95e9;
  border-radius: 28px;
}

.kicksta-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
}

.kicksta-italic {
  font-style: italic;
  font-weight: 400;
}

.kicksta-desc {
  font-size: 16px;
  max-width: 520px;
  opacity: 0.95;
}

.stat-box {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 16px;
}

.stat-number {
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.stat-text {
  font-size: 14px;
  margin-top: 8px;
  opacity: 0.95;
}

.kicksta-image-wrapper {
  border-radius: 22px;
  overflow: hidden;
}

.kicksta-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.smm-hero-section {
  padding: 0;
}
.loginwell {
  margin-top: 0;
}
.topcont {
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
}
.topcont h1.mainhrading {
  margin: 0;
}
/* Your specific button class */
.buttonGrpnav a.loginBtnnav.demobtnNav {
  position: relative;
  z-index: 1;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
/* The Pulse Effect Logic */
.pulse::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px; /* Match button radius */
  z-index: -1;
  animation: professional-button-pulse 2.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
a.btn.btn-primary.topBtn {
  background: #2b95e9;
  color: #fff;
  width: fit-content;
  margin: auto;
  margin-top: 30px;
  min-width: 200px;
  border-radius: 12px;
  padding: 12px 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  position: relative;
  z-index: 1;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

/* Keyframes using only Box Shadow for a smooth bleed effect */
@keyframes professional-button-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(20, 117, 225, 0.6);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(20, 117, 225, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(20, 117, 225, 0);
  }
}

.kicksta-title {
  line-height: 100%;
  font-weight: 600;
  font-size: 56px;
  letter-spacing: -0.56px;
  word-break: break-word;
  text-transform: lowercase;
}

section.smm-hero-section::after {
  display: none;
}
.topcont h1.mainhrading {
  margin: 0;
  font-weight: 700;
}
span.subhreading i {
  background: #2b95e9;
  height: 25px;
  width: 25px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 12px;
}
span.subhreading {
  background: #cde9ff;
  padding: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-weight: 600;
  border-radius: 50px;
  color: #2b95e9;
  margin-bottom: 10px;
  padding-right: 20px;
  box-shadow: 0px 24px 7px 0px transparent, 0px 16px 6px 0px transparent, 0px 9px 5px 0px rgba(0, 0, 0, .01), 0px 4px 4px 0px rgba(0, 0, 0, .02), 0px 1px 2px 0px rgba(0, 0, 0, .02);
  border: 1px solid #97d1ff;
}

.callout {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto 2.5rem;
  font-size: 15px;
  color: #757575;
  padding: 23px 30px;
  border-radius: 15px;
  border: 1px solid rgba(178, 199, 194, .2);
  gap: 20px;
}
.callout img {
  max-width: 50px;
}
.callout p {
  margin: 0;
}

.step {
  position: relative;
  height: 100%;
  padding: 20px 82px 20px 22px;
  border-radius: 15px;
  counter-increment: steps;
  overflow: hidden;
}
.step-purple {
  background-color: #b981f2;
  color: #ebebff;
}
.step h6 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
}
.step h6 span {
  width: 27px;
  height: 27px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.step-purple.step h6 span {
  color: #b981f2;
}
.step p {
  margin: 0;
}
.step.step-green {
  color: #58886d;
  background-color: rgba(70, 208, 125, .15);
}
.step.step-cyan {
  background-color: #cdf9fe;
  color: #449099;
}

h2.heading-style-ultra {
  font-size: 48px;
  color: #000;
}
.span_rect {
  z-index: 1;
  text-align: right;
  margin-right: .25ch;
  display: inline-block;
  position: relative;
  color: #fff;
}
.span_rect[angle="-1"]::after {
  transform: rotate(-1deg);
}
.span_rect::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: rotate(-2deg);
  background-color: #2b95e9 !important;
}

.sp-cloud_avatar img {
  max-width: 35px;
  border-radius: 50px;
  border: 1px solid #fff;
}
.sp-cloud_avatar-wrap {
  display: flex;
}
.sp-cloud_avatar-wrap .sp-cloud_avatar {
  margin-left: -15px;
}
.sp-cloud_avatar-wrap .sp-cloud_avatar:first-child {
  margin: 0;
}
.sp_cloud {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-align: left;
  line-height: 1.2;
}
a.button.button-large {
  background: #2b95e9;
  padding: 14px 24px;
  display: inline-flex;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 50px;
}
.button-group {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 25px;
  justify-content: center;
}
section.ctaNew {
  background: #2b95e9;
  padding: 45px 0;
  margin-top: 40px;
}
.cta_button-group {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}
.cta_heading h3 {
  text-align: left;
  font-size: 32px;
  margin: 0;
  color: #fff;
  max-width: 600px;
}
.cta {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  justify-content: space-between;
}
a.button.button-large.button-light {
  background: #fff;
  color: #000;
}
span.span_strikethrough {
  position: relative;
}
.span_strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 4px solid #000;
  transform: rotate(-2deg);
}
.text-size-large.max-width-xlarge {
  font-size: 16px;
  max-width: 700px;
}

img.imgStps {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(23%, -44%);
}
.paymentinfoRow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.paymentinfoRow img {
  max-width: 85px;
}
.headingSectionsnew h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: bolder;
  color: #000;
}
.headingSectionsnew h2 span {
  color: #2b95e9;
}
section.paymentSec {
  padding: 50px 0;
}

section.ctaPp {
  position: relative;
  z-index: 2;
}
.cardCTA {
  background: #ffffff;
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  border: 1px solid rgba(178, 199, 194, .2);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.cardCTA img {
  max-width: 60px;
  margin-bottom: 20px;
}
.cardCTA h3 {
  font-weight: 700;
  margin-bottom: 10px;
}
.cardCTA p {
  color: #00000099;
  margin: 0;
  line-height: 1.4;
  font-size: 12px;
  font-weight: 500;
}

footer.footer {
  width: 100%;
  height: 200px;
  background: linear-gradient(45deg, #2b95e9, #2b95e9);
  margin-top: -100px;
  clip-path: polygon(0 35%, 100% 0%, 100% 100%, 0% 100%);
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  z-index: 1;
  margin-bottom: -50px;
  padding: 20px 0;
}

.cta {
  background: #2b95e9;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
}
section.ctaNew {
  background: transparent;
  padding: 0;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .cta {
    flex-wrap: wrap;
    padding: 0;
  }
  section.ctaNew {
    background: #2b95e9;
    padding: 45px 0;
    margin-top: 40px;
  }
  h2.heading-style-ultra {
    font-size: 32px;
    text-align: left;
  }
  .text-size-large.max-width-xlarge {
    font-size: 15px;
    text-align: left;
  }
  .button-group {
    justify-content: left;
  }
  h1.kicksta-title {
    font-size: 32px;
  }
  .kicksta-desc {
    font-size: 14px;
  }
  footer.footer {
    height: 220px;
  }
  /* Select the first 3 .sp-cloud_avatar elements */
  .sp-cloud_avatar-wrap .sp-cloud_avatar:nth-child(-n+2) {
    display: none;
  }
  /* Reset margin for the 4th element (the new first visible item) */
  .sp-cloud_avatar-wrap .sp-cloud_avatar:nth-child(3) {
    margin-left: 0;
  }
  .topcont {
    padding-top: 20px;
  }
  .cta_button-group {
    justify-content: space-between;
    width: 90%;
  }
}

a.button.button-large .googleMainbtn {
  position: absolute;
  transform: scale(1.3);
  opacity: 0.01;
}
a.button.button-large {
  background: #2b95e9;
  padding: 14px 24px;
  display: inline-flex;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 50px;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-weight: 600;
}
.cardCTA p {
  font-size: 14px;
  text-align: left;
}
.cardCTA img {
  position: absolute;
  right: -15px;
  transform: rotate(-10deg);
  max-width: 80px;
  opacity: 0.5;
}
.cardCTA {
  padding: 20px;
  padding-right: 80px;
  position: relative;
  overflow: hidden;
}
section {
  overflow: hidden;
}

nav.navbar.navbar-expand-lg.guestNav {
  padding: 5px 0;
}

.topcont {
  text-align: left;
}
.button-group {
  justify-content: left;
}

@media (min-width: 768px) {
  section.smm-hero-section {
    padding: 20px 0;
  }
  .topcont {
    min-height: 440px;
  }
}

divider:before {
  content: '';
  height: 1px;
  background: #00000020;
  display: block;
  width: 100%;
}
divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px 0;
}
divider:after {
  content: '';
  height: 1px;
  background: #00000020;
  display: block;
  width: 100%;
}

.form-check.form-switch {
  text-align: left;
  margin-top: -10px;
}
.passwordWrap {
  position: relative;
}
.passwordWrap i {
  right: 16px;
  display: block;
  width: fit-content;
  left: auto !important;
  color: #a0a9b1 !important;
}
.form-group.grpTt input#password {
  padding-right: 45px;
}






/* The main Plyr container should be forced into 9:16 */
.plyr {
  width: 100%;
  aspect-ratio: 9 / 16 !important;
  border-radius: 12px;
  overflow: hidden;
  max-height: max-content;
  border: 1px solid #00000020;
}
/* Video wrapper must follow same ratio */
.plyr__video-wrapper {
  width: 100%;
  height: 100%;
  aspect-ratio: 9 / 16 !important;
}
/* Actual <video> and poster must fill the box perfectly */
.plyr video,
.plyr__poster {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center;
}
.vidWrap {
  max-width: 80%;
  margin: auto;
  margin-top: 20px;
}
.plyr__poster {
  background-color: transparent !important;
}
section.secSec {
  padding: 0;
}
footer.footer {
  z-index: -1;
}



ul.nav.nav-pills.ord-pills {
  display: flex;
  position: relative;
  max-width: 100%;
  gap: 8px;
  margin: 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
}
ul.nav.nav-pills.ord-pills li a {
  padding: 6px 13px;
  border-radius: 12px;
  height: 38px;
  border: 1px solid rgba(216, 218, 229, 0.5);
  color: rgb(3, 6, 26) !important;
  font-weight: 600 !important;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
ul.nav.nav-pills.ord-pills li a.active {
  background: rgb(244, 247, 250);
}
form.orderSrc {
  margin-bottom: 24px;
}
form.orderSrc input {
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
  box-shadow: rgba(5, 16, 61, 0.08) 0px 1px 2px 0px !important;
  box-sizing: border-box;
  color: rgb(3, 6, 26);
  font-size: 16px;
  transition: 0.15s ease-in-out, box-shadow 0.3s, border-color 0.3s;
  filter: none;
  width: 100%;
  max-width: 100%;
  background: rgb(255, 255, 255);
  height: 38px !important;
  border-radius: 12px !important;
  border: 1px solid rgb(216, 218, 229) !important;
  font-weight: 500;
}
form.orderSrc button {
  background: #2b95e9;
  color: #fff;
  border-radius: 10px !important;
  margin-left: 5px !important;
  border: 1px solid #2b95e9;
  box-shadow: rgba(5, 16, 61, 0.08) 0px 1px 2px 0px !important;
  font-size: 14px;
}

.noOrd p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  white-space: pre-wrap;
  color: rgb(3, 6, 26);
  margin: 0px;
  font-weight: 600;
}
.noOrd a.btn.btn-ordno {
  position: relative;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  color: rgb(0, 141, 242);
  background-color: transparent;
  border: 1px solid rgb(216, 218, 229);
  padding: 12px 24px;
  width: auto;
  cursor: pointer;
  border-radius: 12px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s;
  margin-top: 32px;
}
.noOrd i {
  background: linear-gradient(#0098ea, #7ec6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  margin-bottom: 16px;
}

.tableWell {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.tableWell thead tr th {
  border: 0;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0px;
  -webkit-box-align: center;
  align-items: center;
  padding: 16px 10px;
  color: rgb(3, 6, 26);
}

.copy-toast {
  position: fixed;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
  background: rgb(244, 247, 250);
  color: #000;
  border: 1px solid rgba(216, 218, 229, 0.5);
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  opacity: 0;
  z-index: 9999;
  transition: all 0.3s ease;
}

.copy-toast.show {
  bottom: 24px;
  opacity: 1;
}


.form-check-input.order-check {
  --bs-form-check-bg-size: 1.4em;
  width: 1.4em;
  height: 1.4em;
  margin: 0;
}

span.order-id {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  white-space: pre-wrap;
  color: rgb(3, 6, 26);
  margin: 0px;
  position: relative;
  cursor: pointer;
  width: fit-content;
  background: transparent;
  padding: 0px 20px 0px 0px;
  border: none;
}
i.copy-single {
  transition: all 0.5s ease;
}
i.copy-single:hover {
  color: #2b95e9;
}
p.orderServdet {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: rgb(3, 6, 26);
  margin: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  cursor: pointer;
  min-width: 200px;
}
p.orderServdet span {
  font-style: normal;
  font-weight: 500;
  white-space: pre-wrap;
  margin: 0px;
  padding: 2px 8px;
  background-color: rgb(244, 247, 250);
  color: rgb(3, 6, 26);
  cursor: pointer;
  border-radius: 1000px;
  font-size: 14px !important;
  line-height: 14px !important;
  margin-right: 5px;
}
a.ordLink {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  white-space: pre-wrap;
  margin: 0px;
  cursor: pointer;
  color: rgb(0, 141, 242);
  text-decoration: none;
}
td {
  padding: 20px 10px !important;
}
.statusFinal p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: rgb(3, 6, 26);
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.statusFinal span {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Pendingbadge { background: #cb7b09; }
.In.progressbadge { background: #0275d8; }
.Completedbadge { background: #5cb85c; }
.Partialbadge { background: #ffc107; }
.Processingbadge { background: #17a2b8; }
.Canceledbadge { background: #d9534f; }
.errbadge { background: #6c757d; }
span.ordBadge {
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 20px;
}
.dateOrds {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: rgb(3, 6, 26);
  margin: 0px;
  white-space: nowrap;
}
span.ordCharges {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  white-space: pre-wrap;
  color: rgb(3, 6, 26);
  margin: 0px;
  text-align: right;
  display: block;
}
td {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: rgb(3, 6, 26);
  margin: 0px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.input-group.srcGrp {
  position: relative;
}
.input-group.srcGrp input::placeholder {
  color: #728a96;
}
.input-group.srcGrp i {
  position: absolute;
  z-index: 10;
  top: 12px;
  left: 12px;
  color: #728a96;
}
.input-group.srcGrp input {
  padding-left: 40px;
}
nav.navbar.usernav a.navbar-brand img {
  max-width: 150px;
}
a.walletFunds {
  display: flex;
  gap: 8px;
  height: 38px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.214em;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  color: rgb(3, 6, 26);
  background-color: transparent;
  border: 1px solid rgb(216, 218, 229);
  padding: 5.5px 16px;
  width: auto;
  cursor: pointer;
  border-radius: 12px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s;
}
a.walletFunds i {
  color: rgb(30, 189, 70);
}
a.walletFunds:hover {
  box-shadow: rgba(0, 56, 110, 0.08) 0px 0px 15px 5px;
  background-color: rgba(244, 247, 250, 0.7);
}
nav.usernav {
  margin-bottom: 20px;
  position: sticky;
  top: 0;
  background: #fff;
}
.sidebar {
  position: fixed;
  background: #fff;
  top: 0;
  left: 40px;
  height: -webkit-fill-available;
  width: 250px;
  z-index: 20;
}
.userwrap {
  margin-left: 250px;
}

@media (min-width: 991.2px) {
  .usernav {
    margin-left: 250px;
  }
  footer.footer {
    margin-left: 250px;
    width: -webkit-fill-available;
  }
}

ul.sideUl li a {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid transparent;
  gap: 12px;
  transition: 250ms ease-in-out;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  color: rgb(3, 6, 26);
  font-weight: 500;
}
ul.sideUl {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px;
  position: relative;
  list-style: none;
}
ul.sideUl li a.active {
  background: rgb(244, 247, 250);
  border-color: rgb(216, 218, 229);
}
ul.sideUl li a:hover {
  border-color: rgb(216, 218, 229);
}
button#copySelectedBtn {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  color: rgb(255, 255, 255);
  background-color: #2b95e9;
  border: 0px;
  padding: 13px 20px;
  cursor: pointer;
  border-radius: 12px;
}
.tableWell {
  min-height: 70vh;
}
.noOrd {
  display: flex;
  min-height: 50vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

ul.sideUl li i {
  height: 25px;
  width: 25px;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
/* 1 — iOS Purple (Wallet / Files vibe) */
ul.sideUl li:nth-child(1) i {
  background: linear-gradient(135deg, #8b5cf6, #6d28d9);
}

/* 2 — iOS Gray */
ul.sideUl li:nth-child(2) i {
  background: linear-gradient(135deg, #9ca3af, #6b7280);
}

/* 3 — iOS Blue-Pink Accent (creative apps) */
ul.sideUl li:nth-child(3) i {
  background: linear-gradient(135deg, #3b82f6, #ec4899);
}

/* 4 — iOS Green (Messages / Contacts) */
ul.sideUl li:nth-child(4) i {
  background: linear-gradient(135deg, #22c55e, #16a34a);
}

/* 5 — Soft iOS Gray */
ul.sideUl li:nth-child(5) i {
  background: linear-gradient(135deg, #e5e7eb, #9ca3af);
  color: #111;
}

/* 6 — iOS Orange (Reminders) */
ul.sideUl li:nth-child(6) i {
  background: linear-gradient(135deg, #fb923c, #ea580c);
}

/* 7 — iOS Slate */
ul.sideUl li:nth-child(7) i {
  background: linear-gradient(135deg, #94a3b8, #64748b);
}

/* 8 — iOS Blue (Safari / App Store) */
ul.sideUl li:nth-child(8) i {
  background: linear-gradient(135deg, #38bdf8, #0284c7);
}

/* 9 — iOS Orange-Red (Health / Alerts) */
ul.sideUl li:nth-child(9) i {
  background: linear-gradient(135deg, #f97316, #dc2626);
}

/* 10 — iOS Indigo */
ul.sideUl li:nth-child(10) i {
  background: linear-gradient(135deg, #6366f1, #4338ca);
}


main.mainWrap {
  max-width: 1600px;
  padding: 0 40px;
  position: relative;
}
a.sidebar-brand {
  padding: 25px 10px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
a.sidebar-brand img {
  max-width: 150px;
}
.userwrap {
  padding: 25px 0;
  min-height: 100vh;
}
footer.userfootr {
  display: none;
}
nav.navbar.usernav {
  display: none;
}
bottombar {
  display: none;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 2;
  bottom: 0;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-top: 1px solid #00000020;
}
.btmbarwrapbtn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 8px;
  color: rgb(114, 138, 150);
  text-decoration: none;
  font-weight: 600;
  font-size: 11px;
}
.btmbarwrapbtn a.btmbarbtn i {
  font-size: 20px;
}
@media (max-width: 991px) {
  .sidebar {
    left: -250px;
  }
  .userwrap {
    margin: 0;
  }
  .userwrap {
    padding: 0;
  }
  main.mainWrap {
    padding: 0;
  }
  nav.navbar.usernav {
    display: block;
  }
  bottombar {
    display: grid;
  }
  .sidebar {
    transition: all 0.5s ease-in-out;
    z-index: 2;
  }
  .sidebar.opened {
    left: 0;
    border-right: 1px solid #00000020;
    width: 100%;
  }
}
nav.navbar.usernav {
  z-index: 100;
}