body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 0;
}
.guest .navbar.navbar-default {
  background: transparent;
  box-shadow: none;
  border: none;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px 0;
}
.guest .navbar-default .navbar-brand {
  height: auto;
  padding-left: 30px;
  line-height: 1;
}
.guest .navbar-default .navbar-brand svg {
  width: 200px;
  height: 48px;
}
.guest .navbar-nav > li > .dropdown-menu {
  min-width: 90px;
  border-radius: 8px;
  margin-top: 10px;
  border: none;
}
.guest .navbar-nav > li > .dropdown-menu >li>a {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  border-radius: 6px;
}
.guest .navbar-nav > li > .dropdown-menu > li.active > a {
  background-color: #fdf001;
  color: #000;
}
.guest .navbar-nav > li > .dropdown-menu > li {
  padding: 0 10px;
}
.guest .header-wrapper {
  filter: drop-shadow(0px 6px 30px RGBA(146, 154, 174, 0.17));
  background-color: #FFFFFF;
  border-radius: 28px;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.guest .header-wrapper .navbar-right {
  margin-right: 30px;
}
.guest .navbar-default .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #010101;
  text-shadow: none;
  position: relative;
}
.guest .navbar-default .navbar-nav > li > a:hover, 
.guest .navbar-default .navbar-nav > li > a:active, 
.guest .navbar-default .navbar-nav > li > a:focus, 
.guest .navbar-default .navbar-nav > li.active > a {
  color: #7D32FF;
  background-image: none;
  background-color: transparent;
}
.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-tertiary {
  border: none;
  border-radius: 16px;
  padding: 2px;
  text-shadow: none;
  font-size: 14px;
  font-weight: 600;
  filter: drop-shadow(0 13px 12px RGBA(146, 154, 174, 0.08));
}
.btn.btn-primary.btn-sm {
  border-radius: 10px;
}
.btn-group {
  display: flex;
  gap: 0 7px;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
.btn.btn-primary {
  background: #7D32FF;
}
.btn.btn-secondary {
  color: #FFFFFF;
  background: #060A12;
}
.btn.btn-tertiary {
  color: #FFFFFF;
  background: #FF9909;
}
.btn.btn-primary > span,
.btn.btn-secondary > span,
.btn.btn-tertiary > span {
  display: flex;
  padding-top: 12px;
  border-radius: 14px;
  position: relative;
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 12px;
  align-items: center; 
}
.btn.btn-sm.btn-primary > span, 
.btn.btn-sm.btn-secondary > span, 
.btn.btn-sm.btn-tertiary > span {
  border-radius: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.btn.btn-secondary > span {
  background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.20) 100%);
}
.btn.btn-primary > span,
.btn.btn-tertiary > span {
  background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.37) 100%);
}
.btn.btn-primary.btn-block > span {
  justify-content: center;
  /*justify-content: space-between;*/
}
.btn.btn-primary.btn-block > span svg {
  margin-left: 5px;
  width: 20px;
  height: 20px;
}
.btn-copy svg {
  margin-left: 6px;
}
.main-heading {
  font-size: 48px;
  font-weight: 700;
  color: #010101;
  margin-bottom: 15px;
}
.main-text {
  font-size: 16px;
  color: #555555;
  font-weight: 500;
  margin-bottom: 18px;
}
.primary {
  color: #7D32FF;
}

.star {
  position: absolute;
  width: 2px;
  height: 2px;
  background:white;
  visibility: hidden;
  opacity: 0;
}

#hero {
  position: relative;
  background: linear-gradient(90deg, #551FF8 0%, #1F7EE0 100%);
  padding-top: 170px;
  padding-bottom: 90px;
}
.header-back {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
#hero canvas,
.started-wrapper canvas {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.header-back::before,
.header-back::after {
  content: '';
  width: 100%;
}
.header-back::before {
  height: 100%;
  border-radius: 430px;
  background-color: rgba(255, 255, 255, 0.86);
  display: block;
  filter: blur(421.7px);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.header-back::after {
  background: linear-gradient(0deg, RGB(255, 255, 255) 0%,RGBA(255, 255, 255, 0) 100%);
  height: 200px;
  display: block;
  position: absolute;
  bottom: -1px;
}
.top-heading {
  font-size: 54px;
  font-weight: 900;
  color: #010101;
  margin-top: 0;
  margin-bottom: 15px;
}
.top-paragraph {
  font-size: 16px;
  color: #555;
  font-weight: 400;
  margin-bottom: 18px;
}
.form-group.icon-group {
  display: flex;
  position: relative;
}
.icon-group .form-control {
  background-color: #FFFFFF;
  border: none;
  border-radius: 16px;
  padding-left: 46px;
  height: 48px;
  box-shadow: none;
}
.form-group.icon-group .input-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #FF9909;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.forgot-password {
  font-size: 12px;
  font-weight: 400;
  color: #010101;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 8px;
  border-left: 1px solid #000;
}
.remember-decision {
  display: flex;
  justify-content: space-between;
}
.remember-decision .checkbox, 
.remember-decision .signup-text {
  color: #010101;
  font-size: 12px;
  font-weight: 400;
}
.remember-decision .signup-text a {
  color: #7D32FF;
}
.form-well {
  background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.62) 100%);
  padding: 23px 31px;
  border-radius: 28px;
  max-width: 494px;
  margin: 0 auto 45px;
}
.remember-decision .checkbox label input {
  margin-top: 0;
}
.scroller-wrapper {
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  z-index: 1;
}
.scroller-track {
  display: flex;
  gap: 0 16px;
  width: max-content;
}
.scroller-item {
  background-color: #FFFFFF;
  border-radius: 20px;
  height: 56px;
  min-width: 246px;
  padding: 13px;
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.scroll-icon {
  background-image: url(https://storage.perfectcdn.com/st80r6/hq2dtslzd2nc5ad8.webp);
  margin-right: 5px;
}
.scroll-icon.scroller-icon-1 {
  width: 24px;
  height: 26px;
  background-position: 0px 0;
  background-size: 144px 26px;
}
.scroll-icon.scroller-icon-2 {
  width: 26px;
  height: 24px;
  background-position: -25px 0;
  background-size: 139px 24px;
}
.scroll-icon.scroller-icon-3 {
  width: 25px;
  height: 29px;
  background-position: -52px 0;
  background-size: 137px 29px;
}
.scroll-icon.scroller-icon-4 {
  width: 27px;
  height: 29px;
  background-position: -75px 0;
  background-size: 132px 29px;
}
.scroll-icon.scroller-icon-5 {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background-position: -109px 0;
  background-size: 139px 30px;
}
#manage .col-sm-12 > img {
  width: 100%;
  display: block;
  margin-top: 45px;
}
.trusted-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trusted-pics {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  background-image: url(https://storage.perfectcdn.com/st80r6/5w7ykt1hbpjjmeqw.webp);
  width: 149px;
  height: 47px;
}
.stars {
  font-size: 16px;
  color: #F98334;
}
.trusted-partners {
  font-size: 14px;
  font-weight: 400;
  color: #111924;
}
#affordable {
  padding-bottom: 30px;
  padding-top: 80px;
}
.affordable-box {
  padding: 40px;
  border-radius: 24px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.affordable-box.affordable-color-1 {
  background-color: #F3F9FF;
  background-image: url(https://storage.perfectcdn.com/st80r6/8nbs8w3e3z4mrc8z.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.affordable-heading {
  font-size: 21px;
  font-weight: 600;
  color: #010101;
  margin-bottom: 12px;
}
.affordable-text {
  font-size: 14px;
  color: #555;
  font-weight: 500;
  margin-bottom: 30px;
}
.affordable-box img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.affordable-box.affordable-color-1:after {
  background-color: RGBA(140, 197, 255, 0.54);
}
.affordable-box:after {
  content: '';
  position: absolute;
  width: 273px;
  height: 273px;
  border-radius: 200px;
  filter: blur(233px);
  display: block;
  right: 0;
  bottom: 0;
}
.affordable-box.affordable-color-2:after {
  background-color: #FFC7EE;
}
.affordable-box.affordable-color-2 {
  background-color: #FFF2FB;
  background-image: url(https://storage.perfectcdn.com/st80r6/5jf47yxw47jkrqy0.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.affordable-box.affordable-color-1,.affordable-box.affordable-color-2 {
  min-height: 466px;
}
.affordable-box.affordable-color-3 {
  padding-bottom: 0;
  background-color: #F6F6FF;
  background-image: url(https://storage.perfectcdn.com/st80r6/0d94sfdf645ckz29.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
  display: flex;
}
.affordable-left {
  max-width: 55%;
}
.affordable-right {
  max-width: 45%;
}
.affordable-box.affordable-color-3:after {
  background-color: RGBA(157, 157, 255, 0.76);
}
.affordable-color-3 .affordable-heading {
  margin-top: 60px;
}
#smarter {
  padding-top: 100px;
  background-image: url(https://storage.perfectcdn.com/st80r6/b2uz5a8jnu8nj3ec.svg);
  background-size: cover;
  background-position: center;
}
#smarter .row {
  display: flex;
  align-items: center;
}
#choose {
  padding-top: 30px;
  padding-bottom: 30px;
}
.choose-wrapper {
  background-image: url(https://storage.perfectcdn.com/st80r6/brbxgw5lcemzxs0c.webp);
  background-size: cover;
  padding: 45px 50px 80px;
  border-radius: 24px;
}
.choose-list {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
  display: flex;
  gap: 0 40px;
}
.choose-list li {
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 30px;
  filter: drop-shadow(0 4px 4px RGBA(146, 154, 174, 0.24));
  flex: 1;
}
.choose-heading {
  font-size: 21px;
  font-weight: 600;
  color: #010101;
  margin-bottom: 12px;
}
.choose-text {
  font-size: 14px;
  color: #555;
  font-weight: 500;
  margin-bottom: 0;
}
.choose-icon.choose-icon-1 {
  width: 64px;
  height: 64px;
}
.choose-icon {
  background-image: url(https://storage.perfectcdn.com/st80r6/m70wkqe54uhs7n02.webp);
  background-size: cover;
  height: 67px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.choose-icon.choose-icon-2 {
  width: 71px;
  background-position: -66px 0;
  background-size: 185px 54px;
}
.choose-icon.choose-icon-3 {
  width: 49px;
  height: 67px;
  background-position: -143px 0;
}
.social-icon {
  width: 28px;
  height: 28px;
  border-radius: 50px;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-right: 5px;
  min-width: 28px;
}
.tt,
.ti{
  background-color: #000000;
}
.fb {
  background-color: #1877F2;
}
.dr {
  background-color: #ea4c89;
}
.mc {
  background: linear-gradient(-120deg, #52aad8, #273a4b, #1d2d3b);
}
.md {
  background-color: #000000;
}
.li {
  background-color: #0e76a8;
}
.ig {
  background: linear-gradient(115deg, rgb(249, 206, 52), rgb(238, 42, 123), rgb(98, 40, 215));
}
.gl {
  background-color: #DB4437;
}
.ds {
  background-color: #7289da;
}
.dm {
  background-color: #00aaff;
}
.yt {
  background-color: #FF0000;
}
.vk {
  background-color: #0077FF;
}
.pr {
  background-color: #2BA7C4;
}
.pi {
  background-color: #E60023;
}
.vn {
  background-color: #38a32a;
}
.rd {
  background-color: #FF4500;
}
.vm {
  background-color: #1AB7EA;
}
.tg {
  background-color: #24A1DE;
}
.tk {
  background-color: #000000;
}
.sc {
  background-color: #FFFC00;
  -webkit-text-stroke: 1px #000000;
}
.tm {
  background-color: #021A35;
}
.sl {
  background-color: #ff5500;
}
.tw {
  background-color: #8956FB;
}
.sp {
  background-color: #1ED760;
}
.qr {
  background-color: #a82400;
}
.wb {
  background-color: #00A1F5;
}
.gg {
  background-color: #28B446;
}
.re {
  background: linear-gradient(160deg, #FFD800, #FE9200, #FD5C00);
}
.ot {
  background-color: #7D32FF;
}
.bs {
  background-color: #0F73FF;
}
.ki {
  background-color: #000000;
}
.th {
  background-color: #0a0a0a;
}
.am {
  background-color: #121212;
}
.others-icon {
  font-size: 8px;
  font-weight: 700;
}
#available,
#customer {
  padding-top: 50px;
  padding-bottom: 100px;
  background-image: url(https://storage.perfectcdn.com/st80r6/b2uz5a8jnu8nj3ec.svg);
  background-size: cover;
  background-position: center;
}
.services-list {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  align-self: stretch;
  flex-wrap: wrap;
  justify-content: center;
}
.service-placeholder {
  border-radius: 18px;
  border: 1px solid #F3F3F3;
  background: #FFFFFF;
  min-height: 32px;
  align-items: center;
  flex-direction: column;
  max-width: 274.5px;
  display: flex;
  width: 100%;
  position: relative;
  filter: drop-shadow(0 12px 24px RGBA(146, 154, 174, 0.24));
  gap: 12px;
  box-sizing: border-box;
  position:relative;
}
.service-placeholder:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 10px;
  height: 6px;
  background-size: contain;
  background-image: url(https://storage.perfectcdn.com/0a268b/5znolnb1yb92rqs4.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  pointer-events: none;
  filter: brightness(100) invert(1);
}
.service-placeholder::before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F6F7F9;
  border: 1px solid #F3F3F3;
  border-radius: 50px;
  right: 9px;
}
.service-placeholder.active::before {
  top: 19px;
  transform: translateY(0%);
}
.service-placeholder.active::after {
  top: 31px;
  transform: translateY(0%);
  background-image: url(https://storage.perfectcdn.com/0a268b/bx681gx0q8dnchn9.svg);
}
.service-top {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  width: 100%;
  gap: 0 5px;
  justify-content: flex-start;
  padding: 12px;
  cursor: pointer;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #010101;
}
.service-dropper {
  display: none;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  align-self: stretch;
  align-items: stretch;
  padding: 12px;
  border-top: 1px dashed #010101;
}
.service-placeholder.active .service-dropper{
  display: flex;
}
.service-dropper > a {
  display: flex;
  padding: 2px;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  max-width: 182px;
  width: 100%;
  border-radius: 12px;
  background: #7D32FF;
  flex: 1 1 calc(100% / 7 - 10px);
  text-decoration: none;
  filter: drop-shadow(0 13px 12px RGBA(146, 154, 174, 0.08));
}
.service-dropper > a span {
  display: flex;
  padding-top: 5px;
  border-radius: 10px;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 5px;
  align-items: center;
  background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.37) 100%);
  height: 100%;
  width: 100%;
}
#marketers img {
  width: 100%;
  display: block;
}
.marketers-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
.marketers-box {
  padding: 20px 25px;
  border-radius: 24px;
  display: flex;
  align-items: center;
}
.marketers-icon {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  background-color: #7D32FF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.marketers-icon:before {
  content: '';
  background-image: url(https://storage.perfectcdn.com/st80r6/b3698lh479rugmmh.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 95px 32px;
  width: 32px;
  height: 32px;
  display: block;
}
.marketers-icon.marketers-icon-1:before {
  background-position: 1px 0;
}
.marketers-icon.marketers-icon-2::before {
  background-position: -31px 0;
}
.marketers-icon.marketers-icon-3::before {
  background-position: -63px 0;
}
.marketers-left {
  margin-right: 12px;
}
.marketers-heading {
  font-size: 22px;
  font-weight: 600;
  color: #010101;
}
.marketers-text {
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0s linear 0.5s;
  pointer-events: none;
}
.marketers-box.active {
  background-color: #FAF6FF;
}
.active .marketers-icon {
  background-color: #FF9909;
}
.active .marketers-text {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0s linear 0s;
  pointer-events: auto;
}
#marketers {
  padding-top: 80px;
  padding-bottom: 40px;
}
#marketers .row {
  display: flex;
  align-items: center;
}
#flow {
  padding-top: 80px;
}
.flow-list {
  margin-bottom: 0;
  margin-top: 110px;
  list-style: none;
  display: flex;
  padding: 0;
  gap: 0 30px;
}
.flow-list > li {
  flex: 1;
  padding: 26px;
  border-radius: 24px;
  height: 100%;
}
.flow-list li >img {
  width: 100%;
  display: block;
  transform: scale(1.2);
  margin-bottom: 10px;
}
.flow-list >li:first-child {
  background: linear-gradient(180deg,rgb(253, 253, 255) 0%, rgb(235, 235, 255) 20%);
}
.flow-list>li:nth-child(2) {
  background: linear-gradient(180deg,rgba(253, 255, 253, 1) 0%, rgba(226, 249, 233, 1) 20%);
}
.flow-list>li:nth-child(3) {
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(251, 188, 5, 0.15) 20%);
}
.flow-list>li:last-child {
  background: linear-gradient(180deg,rgba(255, 242, 251, 0.2) 0%, rgb(255, 231, 248) 30%);
}
.flow-heading {
  font-size: 16px;
  font-weight: 600;
  color: #010101;
  margin-bottom: 12px;
}
.flow-text {
  font-size: 14px;
  font-weight: 500;
  color: #555555;
}
.step-box {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 120px;
  height: 42px;
  border-radius: 22px 22px 0 22px;
  border: 2px solid #FFFFFF;
  filter: drop-shadow(0 4px 4px RGBA(133, 145, 179, 0.23));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -90px;
  margin-bottom: 60px;
  margin-left: -27px;
}
.step-box.step-color-1 {
  background-color: #5858FF;
}
.step-box.step-color-2 {
  background-color: #14AC42;
}
.step-box.step-color-3 {
  background-color: #FF9909;
}
.step-box.step-color-4 {
  background-color: #DA53B3;
}
.flow-list > li:nth-child(2),.flow-list > li:last-child {
  margin-top: 25px;
}
.common-wrapper {
  background: linear-gradient(180deg,#E8E8FF 0%, #FFFFFF 100%);
  padding: 70px 100px;
  border-radius: 24px;
  display: flex;
  gap: 0 30px;
}
.common-wrapper> div {
  flex: 1;
}
.common-left .main-heading {
  font-size: 42px;
}
.common-helper {
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 30px 34px;
  background-image: url(https://storage.perfectcdn.com/st80r6/sb5f0in5806ky8f6.webp);
  background-repeat: no-repeat;
  background-position: bottom right;
  overflow: hidden;
}
.common-icon {
  width: 45px;
  height: 45px;
  background-color: #FF9909;
  border-radius: 14px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
}
.common-heading {
  font-size: 22px;
  font-weight: 600;
  color: #010219;
  margin-bottom: 8px;
}
.common-text {
  font-size: 14px;
  font-weight: 500;
  color: #6A6A78;
  max-width: 80%;
  margin-bottom: 30px;
}
.btn-icon > span i {
  margin-left: 30px;
}
#common {
  padding-top: 130px;
}
.common-wrapper .panel-default > .panel-heading {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
}
.common-wrapper .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 20px 28px;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  margin-top: 14px;
}
.common-wrapper .panel {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
.common-wrapper .panel-title a {
  font-size: 16px;
  font-weight: 500;
  height: 57px;
  display: flex;
  text-decoration: none;
  align-items: center;
  padding: 2px;
  position: relative;
  justify-content: space-between;
}
.common-wrapper .panel-title a.collapsed {
  padding: 20px 50px 20px 20px;
  background-color: #FFFFFF;
  color: #010101;
}
.common-wrapper .panel-title a {
  background-color: #7D32FF;
  border: none;
  border-radius: 16px;
  color: #FFFFFF;
}
.common-wrapper .panel-title a span {
  display: flex;
  padding-top: 12px;
  border-radius: 14px;
  position: relative;
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 12px;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.37) 100%);
}
.common-wrapper .panel-title a.collapsed span {
  padding: 0;
  background: none;
  border-radius: 0;
}
.common-wrapper .panel-group .panel + .panel {
  margin-top: 12px;
}
.common-wrapper .panel-title a:after {
  content: "\f061";
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.common-wrapper .panel-title a.collapsed::after {
  content: "\f061";
  color: #000000;
}
.main-heading.extra-miles {
  position: relative;
}
.em-list {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.em-list li {
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  margin: 0;
  line-height: normal;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.08));
  position: absolute;
  display: flex;
  align-items: center;
}
.em-list li:first-child {
  transform: rotateZ(15deg);
  top: -23px;
  right: 202px;
}
.em-list li img {
  margin-right: 4px;
}
.em-list li:nth-child(2) {
  top: 46px;
  transform: rotateZ(10deg);
  left: 170px;
}
.em-list li:last-child {
  bottom: -31px;
  right: 425px;
  transform: rotateZ(-10deg);
}
.customer-box {
  background-color: #fff;
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  filter: drop-shadow(0 16px 10px RGBA(146, 154, 174, 0.1));
  margin: 40px 0;
}
.customer-pic {
  width: 58px;
  height: 58px;
  background-image: url(https://storage.perfectcdn.com/st80r6/p3b28nsxcb8tfzn8.webp);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto 10px;
}
.customer-pic.customer-2 {
  background-position: -58px 0;
}
.customer-pic.customer-3 {
  background-position: -116px 0;
}
.customer-name {
  font-size: 16px;
  font-weight: 600;
  color: #010219;
}
.customer-info {
  font-size: 12px;
  font-weight: 500;
  color: #5D5D5D;
}
.divider {
  background: linear-gradient(90deg,rgba(212, 207, 222, 0) 0%, rgba(212, 207, 222, 1) 50%, rgba(212, 207, 222, 0) 100%);
  width: 270px;
  height: 1px;
  margin: 20px auto;
}
.customer-heading {
  font-size: 24px;
  font-weight: 600;
  color: #010219;
  margin-bottom: 8px;
}
.customer-review {
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  margin-bottom: 12px;
}
.customer-rating {
  width: 94px;
  height: 18px;
  background-image: url(https://storage.perfectcdn.com/st80r6/ywfgrlu022ywzr94.webp);
  margin: auto;
}
.customer-nav {
  display: flex;
  gap: 0 7px;
  margin-top: 15px;
  justify-content: center;
}
.customer-nav button {
  border: none;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: RGBA(125, 50, 255, 0.08);
  font-size: 24px;
  color: #17191F;
}
.customer-nav button:hover, 
.customer-nav button:active, 
.customer-nav button:focus {
  background-color: #7D32FF;
  color: #FFFFFF;
}
.started-wrapper {
  position: relative;
  display: flex;
  background: linear-gradient(270deg,rgba(126, 190, 255, 1) 0%, rgba(112, 65, 255, 1) 100%);
  border-radius: 40px;
  align-items: center;
}
.started-wrapper>div {
  flex: 1;
}
.started-left {
  padding-top: 0;
  padding-left: 85px;
}
.main-heading.text-white {
  color: #ffff;
}
.main-text.text-white {
  color: #fff;
}
.started-right img {
  margin-top: -20px;
  margin-bottom: -22px;
}
#started {
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer-top p {
  font-size: 16px;
  font-weight: 500;
  color: #555555;
}
.footer-logo {
  margin-bottom: 15px;
}
footer {
  background: linear-gradient(270deg,rgb(238, 245, 253) 0%, rgb(244, 240, 255) 100%);
  padding-top: 60px;
  padding-bottom: 50px;
  border-radius: 40px 40px 0 0;
}
footer hr {
  border-color: RGBA(146, 154, 174, 0.85);
}
.footer-widget-title {
  font-size: 24px;
  font-weight: 600;
  color: #010101;
  margin-bottom: 20px;
}
.contact-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 17px 0;
  margin-bottom: 35px;
}
.contact-list >li {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
}
.contact-list > li >i {
  color: #7D32FF;
  margin-right: 5px;
}
.contact-list li>strong {
  color: #010101;
  font-weight: 400;
  margin-right: 5px;
}
.social-list li >a {
  border: none;
  border-radius: 18px;
  padding: 2px;
  text-shadow: none;
  font-size: 18px;
  filter: drop-shadow(0 13px 12px RGBA(146, 154, 174, 0.08));
  background: #7D32FF;
  display: block;
  width: 48px;
  height: 48px;
  color: #fff;
  text-decoration: none;
}
.social-list>li>a>span {
  display: flex;
  border-radius: 16px;
  position: relative;
  padding: 8px;
  align-items: center;
  background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.37) 100%);
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
}
.social-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0 4px;
}
.footer-widget-heading {
  font-size: 18px;
  font-weight: 500;
  color: #010101;
  margin-bottom: 25px;
}
.footer-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  gap: 20px 0;
}
.footer-menu li>a {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  text-decoration: none;
}
.footer-low{
  margin-top:40px;
}
.footer-low-wrapper {
  align-items: center;
  background-color: #fff;
  padding: 8px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  filter: drop-shadow(0 5px 18.1px RGBA(146, 154, 174, 0.21));
}
.footer-low p {
  font-size: 14px;
  font-weight: 400;
  color: #010101;
  margin-bottom: 0;
}
.filter-list {
  list-style: none;
  padding: 0;
  margin: 20px auto 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  justify-content: space-around;
}
.brand-category .filter-icon.social-icon {
  width: 32px;
  height: 32px;
  font-size: 18px;
  margin: 0;
}
.brand-category {
  position: relative;
  cursor: pointer;
  background-color: #FBF7FF;
  border: 1px solid #F2ECF8;
  width: 65px;
  height: 65px;
  border-radius: 16px;
}

/* Tooltip box */
.brand-category::after {
  content: attr(data-tooltip);
  position: absolute;
  top: calc(100% + 8px); /* below button */
  left: 50%;
  transform: translateX(-50%);
  
  background: #fff;
  color: #000;
  padding: 6px 12px;
  font-size: 13px;
  white-space: nowrap;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
  z-index: 10;
}

/* Small arrow */
.brand-category::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 9;
}

/* Show on hover */
.brand-category:hover::after,
.brand-category:hover::before {
  opacity: 1;
  visibility: visible;
}
.brand-category .filter-icon.social-icon svg {
  width: 20px;
  height: 20px;
}
.brand-category .filter-icon.social-icon.bs svg {
  fill: #FFFFFF;
}
.brand-category .filter-icon.social-icon.ki svg {
  fill: #53fc18;
}
.brand-category .filter-icon.social-icon.th svg {
  fill: #FFFFFF;
}
.brand-category .filter-icon.social-icon.am svg {
  fill: #ffa200;
}


/*DASHBOARD STARTS HERE*/

/*DASHBOARD*/
body.daymode {
  background-color: #FBF7FF;
}
.show-more-btn.btn.btn-primary > span {
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 12px;
  justify-content: center;
}
.show-more-btn.btn.btn-primary > span:before {
  border-radius: 12px;
}
.btn.btn-primary.btn-block.show-more-btn {
  border-radius: 14px;
}
.remaining-menus {
  overflow: hidden;
  max-height: 0;
  transition: max-height .35s ease;
}
.remaining-menus.open {
  max-height: 1000px;
}
.app-main {
  position: relative;
}
.app-sidebar-wrap {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 14;
  -moz-transition: .2s ease;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.ar .app-sidebar-wrap {
  left: auto;
  right: 0;
}
.app-main-outer {
  flex: 1;
  flex-direction: column;
  display: flex;
  z-index: 12;
  padding: 0px 20px 0 calc((15px) + 0px);
  -moz-transition: .2s ease;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.app-main-inner {
  min-height: 93vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.app-sidebar {
  width: 0;
  min-width: 0;
  flex: 0 0 0;
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 0;
  border-right: 1px solid RGBA(72, 77, 123, 0.28);
  background-color: #FFFFFF;
  overflow: hidden;
  position: relative;
  transition: all .2s;
  z-index: 11;
}

@media (min-width: 1140px) {
  .app-main-outer {
    padding: 0px 0 0 270px;
  }
  .ar .app-main-outer {
    padding: 0 270px 0 0;
  }
  .app-sidebar {
    width: 270px;
    min-width: 270px;
    flex: 0 0 270px;
  }
}
.app-inner-layout-page {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  flex-grow: 1;
}
.app-brand-wrap {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid RGBA(72, 77, 123, 0.28);
}
.app-brand-wrap .app-logo-brand {
  display: flex;
  font-size: 18px;
  font-weight: 500;
  color: #010219;
  text-decoration: none;
  line-height: 45px;
}
.app-logo-brand img,
.app-logo-brand svg{
  width: 168px;
  height: 43px;
}
.app-hamburger,
.mobile-hamburger {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  gap: 4px 0;
  background-color: transparent;
}
.app-hamburger span,
.mobile-hamburger span {
  height: 2px;
  background-color: #000;
  width: 18px;
}
.app-hamburger span:nth-child(2), .mobile-hamburger span:nth-child(2) {
  width: 14px;
}
.mobile-hamburger span {
  background: #FFFFFF;
}
.app-sidebar-menu-wrap {
  padding: 25px 20px 20px;
  overflow-y: auto;
}
.vertical-nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 6px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.vertical-nav-menu li > a {
  background-color: #FFFFFF;
  display: flex;
  padding: 14px 19px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #484D7B;
  text-decoration: none;
  align-items: center;
  transition: all .3s ease;
  position: relative;
}
.inner-menu-text .badge {
  position: absolute;
  left: 14px;
  top: -10px;
  font-size: 10px;
  font-weight: 500;
  background-color: RGBA(125, 50, 255, 0.59) !important;
  color: #FFF;
  padding-left: 6px;
  padding-right: 6px;
}
.sec_menu_side {
  border: 1px solid #EAE5D6;
  border-radius: 12px;
  margin-top: 10px;
}
.sec_m_s_tit {
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  background-color: #fdf9ec;
  border-radius: 12px 12px 0 0;
}
.sec_menu_side .vertical-nav-menu {
  padding: 0 10px 10px;
}
.nightmode .sec_m_s_tit {
  background-color: #262626;
  color: #FFFFFF;
}
.nightmode .sec_menu_side {
  border-color: #3C3C3C;
}
.ar .inner-menu-text .badge {
  left: auto;
  right: 0;
}
.vertical-nav-menu li > a:hover {
  background-color: #F4F7FF;
  color: #010219;
}
.vertical-nav-menu li.active > a {
  background-color: #7D32FF;
  color: #FFFFFF;
  padding: 2px;
}
.vertical-nav-menu li > a > span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  padding: 0;
  position: relative;
}
.vertical-nav-menu li.active > a > span {
  padding: 12px 17px;
  background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.37) 100%);
}
.vertical-nav-menu li > a .nav-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all .3s ease;
}
.ar .vertical-nav-menu li > a .nav-icon {
  margin-right: 0;
  margin-left: 10px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon {
  margin: 0;
}
.menu-icon,
.sun-icon, .moon-icon,
.util-button i, .setting-button i,
.mode-wrapper .toggle-wrapper {
  display: block;
  background-image: url(https://storage.perfectcdn.com/st80r6/787kh7db7r3n8bck.webp);
  background-repeat: no-repeat;
  transition: all .3s ease;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon {
  display: block;
  background-image: url(https://storage.perfectcdn.com/st80r6/787kh7db7r3n8bck.webp);
  background-repeat: no-repeat;
  transition: all .3s ease;
}
.mode-wrapper .toggle-wrapper {
  background-position: 0 -80px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon {
  width: 24px;
  height: 24px;
  background-size: 422px 72px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-new-order {
  background-position: 0 0;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-mass-order {
  background-position: -25px 0px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-services {
  background-position: -75px 0;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-orders {
  background-position: -49px 0px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-subscriptions {
  background-position: -269px 0;
  width: 22px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-drip-feed {
  background-position: -221px 0;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-refill {
  background-position: -290px 0;
  width: 21px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-add-funds {
  background-position: -312px 0px;
  width: 22px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-tickets {
  background-position: -378px 0px;
  width: 22px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-child-panel {
  background-position: -357px 0;
  width: 20px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-affiliate {
  background-position: -174px 0;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-giveaway {
  background-position: -160px 0;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-api {
  background-position: -334px 0px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-updates {
  background-position: -400px 0px;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-dashboard {
  background-position: -185px 0;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-notifications {
  background-position: -211px 0;
}
.vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-refund {
  background-position: -246px 1px;
  width: 22px;
}
.vertical-nav-menu li > a:hover .nav-icon .navbar-icon {
  background-position-y: -24px;
}
.vertical-nav-menu li.active > a .nav-icon .navbar-icon {
  background-position-y: -49px;
}
.app-header {
  background-color: #FFFFFF;
  border-radius: 0;
  padding: 10px 25px 10px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid RGBA(72, 77, 123, 0.28);
}
.app-header-left {
  display: flex;
  align-items: center;
}
.app-brand-header-wrap {
  display: none;
  align-items: center;
  margin-right: 20px;
  padding-top: 9px;
  border-right: 1px solid #EAE5D6;
  padding-bottom: 9px;
  margin-top: -10px;
  margin-bottom: -10px;
  padding-right: 20px;
}
.ar .app-brand-header-wrap {
  padding-right: 0;
  padding-left: 20px;
  margin-right: 0;
  margin-left: 20px;
  border-right: none;
  border-left: 1px solid #EAE5D6;
}
.nightmode .app-brand-header-wrap {
  border-color: #252525;
}
.app-brand-header-wrap .app-brand {
  margin-right: 20px;
}
.ar .app-brand-header-wrap .app-brand {
  margin-left: 20px;
  margin-right: 0;
}
.app-funds-inquiry-wrap {
  border-radius: 25px;
  width: 100%;
  padding: 15px;
  background-color: #010219;
  display: flex;
  align-items: center;
}
.app-funds-inquiry-left {
  width: 48px;
  height: 48px;
  background-color: #FFF;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.funds-heading {
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 0;
}
.user-funds {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
}
.user-funds svg {
  height: 10px;
  width: 18px;
  line-height: 1px;
  vertical-align: middle;
}
.user-funds svg path {
  fill: #ffffff;
}
.app-funds-inquiry-wrap-outer {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  padding-top: 23px;
}
.app-menu-title {
  font-size: 14px;
  font-weight: 500;
  color: #010219;
  margin-bottom: 13px;
}
.left-stats {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.left-stats li {
  font-size: 16px;
  font-weight: 600;
  color: #7D32FF;
}
.app-header-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0 5px;
}
.mode-button {
  background-color: #FBF7FF;
  height: 44px;
  width: 44px;
  position: relative;
  z-index: 1;
  border: 1px solid #F7F0FF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7D32FF;
  font-size: 18px;
  border-radius: 15px;
}
.sun-icon,.moon-icon {
  width: 24px;
  height: 24px;
}
.sun-icon {
  background-position: -400px 0;
  background-size: 424px 30px;
}
.moon-icon {
  background-position: -381px 0;
  background-size: 425px 30px;
  width: 20px;
  height: 20px;
}
.toggle-wrapper {
  width: 38px;
  border: 1px solid #EAE5D6;
  background-color: #FDF9EC;
  height: 18px;
  border-radius: 16px;
  margin: 0 12px;
  position: relative;
}
.toggle-button {
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
  justify-content: center;
  align-items: center;
}
.mode-wrapper {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.ar .mode-wrapper {
  margin-left: 20px;
  margin-right: 0;
}
.toggle-button i {
  width: 14px;
  height: 14px;
  background-color: #DDD8C7;
  display: block;
  border-radius: 30px;
}
.dm .toggle-button {
  left: -5px;
  right: auto;
}
.nm .toggle-button {
  left: auto;
  right: -5px;
}
.util-button, .setting-button {
  width: 48px;
  height: 48px;
  background-color: #F4F7FF;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.util-button .menu-icon,
.setting-button .menu-icon {
  display: block;
}
.util-button .menu-icon.icon-world {
  /*background-position: -226px 0;
  background-size: 394px 30px;
  width: 20px;
  height: 20px;*/
  background-position: -399px 0;
  background-size: 696px 48px;
  width: 41px;
  height: 33px;
}
.setting-button .menu-icon.icon-setting {
  background-position: -277px 0;
  background-size: 410px 30px;
  width: 22px;
  height: 22px;
}
.menu-user-account {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.balance-box {
  background-color: #FBF7FF;
  height: 44px;
  position: relative;
  z-index: 1;
  border: 1px solid #F7F0FF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #010101;
  font-size: 16px;
  border-radius: 15px;
  padding: 0 22px;
  font-weight: 600;
}
.balance-box i,
.dropdown-toggle.lang-button > i {
  color: #7D32FF;
  margin-right: 5px;
}
.dropdown-toggle.lang-button {
  background-color: #FBF7FF;
  height: 44px;
  position: relative;
  z-index: 1;
  border: 1px solid #F7F0FF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #010101;
  font-size: 16px;
  border-radius: 15px;
  padding: 0 22px;
  font-weight: 600;
}
.menu-user-account:hover,
.menu-user-account:active,
.menu-user-account:focus {
  text-decoration: none;
}
.menu-user-account-profile-pic,
.profile-pic {
  background-color: #FBF7FF;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  border: 1px solid #F7F0FF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7D32FF;
  font-size: 18px;
  border-radius: 15px;
}
.menu-user-account-profile-pic-wrapper {
  width: 44px;
  height: 44px;
}
.ar .menu-user-account-profile-pic-wrapper {
  margin-left: 0;
  margin-right: 10px;
}
.menu-user-account-name {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.menu-user-account-status {
  width: 15px;
  height: 15px;
  background-color: RGBA(7, 171, 32, 0.19);
  border-radius: 10px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-user-account-status i {
  width: 9px;
  height: 9px;
  border-radius: inherit;
  background-color: #07AB20;
}
.menu-user-account-status-wrapper {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}
.menu-user-logout {
  background: #010101;
  border: none;
  border-radius: 15px;
  padding: 2px;
  text-shadow: none;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  height: 44px;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.menu-user-logout span {
  padding: 12px;
  background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.20) 100%);
  display: flex;
  align-items: center;
  border-radius: 12px;
}
.menu-user-logout:hover,
.menu-user-logout:focus,
.menu-user-logout:active {
  text-decoration: none;
  color: #fff;
}
.active .app-sidebar {
  width: 0;
  min-width: 0;
  overflow: hidden;
}
.active .app-main-outer {
  padding: 0;
}
.active .app-brand-header-wrap {
  display: flex;
}
.app-extra-sidebar {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  transition: right 0.3s ease-in-out;
  z-index: 9999;
  overflow-y: auto;
  padding: 20px;
}
.ar .app-extra-sidebar {
  right: auto;
  left: -320px;
}
.app-extra-sidebar.active {
  right: 0;
}
.ar .app-extra-sidebar.active {
  right: auto;
  left: 0;
}
.no-scroll {
  overflow: hidden;
}
.close-siderbar {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  margin-left: auto;
}
.extra-feature-heading {
  display: flex;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 13px;
}
.extra-feature-icon {
  width: 26px;
  height: 26px;
  background-color: #000;
  border-radius: 8px;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ar .extra-feature-icon {
  margin-right: 0;
  margin-left: 5px;
}
.languages-list,.currencies-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.languages-list li > a, .currencies-list li > a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  display: flex;
  padding: 7px 20px;
  background-color: #FDF9EC;
  border: 1px solid #EAE5D6;
  border-radius: 10px;
}
.app-inner-footer {
  padding: 0px 25px;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 25px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.app-inner-footer-content {
  background-color: #000;
  border-radius: 16px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.mid-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 0 10px;
}
.mid-menu li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
}
.mid-menu li a:hover,
.mid-menu li a:focus,
.mid-menu li a:active {
  text-decoration: none;
  color: #ffffff;
}
.copyright {
  color: #ffffff;
  font-weight: 500;
}
.app-inner-footer .logo svg {
  width: 212px;
}
/*Darkmode*/
body.nightmode {
  background-color: #303030;
}
.nightmode .app-logo-brand svg path.change_me {
  fill: #FFFFFF;
}
.nightmode .user-funds svg path {
  fill: #000000;
}
.nightmode .app-header {
  background-color: #141414;
  border-bottom-color: #252525;
}
.nightmode .left-stats li {
  color: #FFFFFF;
}
.nightmode .left-stats li strong {
  color: #fdf007;
}
.nightmode .left-stats li:nth-child(2) {
  border-left-color: #252525;
  border-right-color: #252525;
}
.nightmode .sun-icon, .nightmode .moon-icon {
  filter: invert(1);
}
.nightmode .toggle-wrapper {
  background-color: #141414;
  border-color: #252525;
}
.nightmode .toggle-button {
  background-color: #FDF001;
}
.nightmode .toggle-button i {
  background-color: #0C0C0C;
}
.nightmode .util-button, .nightmode .setting-button {
  background-color: #141414;
  border-color: #252525;
}
.nightmode .util-button .menu-icon.icon-world {
  /*background-position: -246px 0;*/
  background-position: -434px 0;
}
.nightmode .setting-button .menu-icon.icon-setting {
  background-position: -299px 0;
}
.nightmode .menu-user-account-name {
  color: #FFFFFF;
}
.nightmode .menu-user-account-status-wrapper {
  color: #969696;
}
.nightmode .menu-user-account-profile-pic-wrapper {
  border-color: #252525;
}
.nightmode .menu-user-logout {
  background-color: #FDF001;
  color: #000000;
}
.nightmode .menu-user-logout-inner:before {
  background: linear-gradient(0deg,RGBA(255, 255, 255, 0),RGBA(255, 255, 255, 0.48));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  mask-composite: exclude;
}
.nightmode .menu-icon.icon-logout {
  background-position: -327px 0;
}
.nightmode .app-sidebar {
  background-color: #141414;
  border-color: #252525;
}
.nightmode .app-brand-wrap {
  border-bottom-color: #252525;
}
.nightmode .app-hamburger span, 
.nightmode .mobile-hamburger span {
  background-color: #fff;
}
.nightmode .app-menu-title {
  color: #969696;
}
.nightmode .vertical-nav-menu li > a {
  background-color: #141414;
  color: #FFFFFF;
}
.nightmode .vertical-nav-menu li.active > a {
  background-color: #FDF007;
  color: #000000;
}
.nightmode .vertical-nav-menu li > a:hover{
  background-color: #FDF007;
  color: #000000;
}
.nightmode .vertical-nav-menu li > a .nav-icon {
  background-color: #262626;
  border-color: #3C3C3C;
}
.nightmode .vertical-nav-menu li.active > a .nav-icon {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.nightmode .vertical-nav-menu li > a .nav-icon .navbar-icon{
  background-position-y: -15px !important;
}
.nightmode .vertical-nav-menu li.active > a .nav-icon .navbar-icon, 
.nightmode .vertical-nav-menu li > a:hover .nav-icon .navbar-icon {
  background-position-y: 0 !important;
}
.nightmode .vertical-nav-menu li > a:hover .nav-icon {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.nightmode .app-funds-inquiry-wrap {
  background-color: #FDF23E;
}
.nightmode .app-funds-inquiry-wrap-inner:before {
  background: linear-gradient(0deg,RGBA(255, 255, 255, 0),RGB(255, 255, 255));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  mask-composite: exclude;
}
.nightmode .funds-heading,
.nightmode .user-funds {
  color: #000000;
}
.nightmode .left-stats svg path {
  fill: rgba(255, 255, 255, 0.38);
}
.mobile-item {
  display: none;
}
@media(max-width:550px){
  .left-stats,
  .app-header-menu > li:nth-child(4),
  .menu-logout-text,
  .app-brand-header-wrap .app-hamburger,
  .desktop-item.ex0{
    display: none;
  }
  .app-inner-layout-page {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
  .menu-icon.icon-logout {
    margin-right: 0;
  }
  .menu-user-logout-inner {
    min-width: 42px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .app-main-outer {
    padding: 0;
  }
  .app-header {
    padding: 10px 10px 10px 10px;
  }
  .app-brand-header-wrap {
    display: flex;
    margin-right: 0;
    padding-right: 10px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .ar .app-brand-header-wrap {
    padding-left: 10px;
  }
  .app-brand-header-wrap .app-brand {
    margin-right: 0;
  }
  .ar .app-brand-header-wrap .app-brand {
    margin-left: 0;
  }
  .app-logo-brand img, 
  .app-logo-brand svg {
    width: 114px;
  }
  .app-sidebar .app-logo-brand svg, 
  .app-sidebar .app-logo-brand img {
    width: 162px;
  }
  .mobile-item {
    display: inline-flex;
  }
  .dropdown-toggle.menu-user-account {
    padding: 0;
    border: none;
    background-color: transparent;
    margin-left: 0;
  }
  .ar .dropdown-toggle.menu-user-account{
    margin-right: 0;
  }
  .menu-user-account-profile-pic-wrapper {
    margin: 0;
  }
  .ar .menu-user-account-profile-pic-wrapper{
    margin: 0;
  }
  .mode-wrapper {
    margin-right: 0;
  }
  .ar .mode-wrapper {
    margin-left: 0;
  }
  .app-header-menu .app-hamburger {
    background-color: #FD0;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    padding: 2px;
  }
  .app-header-menu .app-hamburger-inner {
    padding: 12px;
    height: 100%;
    background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.36) 100%);
    border-radius: 12px;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    gap: 4px 0;
    align-items: flex-end;
  }
  .app-header-menu .app-hamburger-inner:before {
    background: linear-gradient(0deg,RGBA(255, 255, 255, 0),RGBA(255, 255, 255, 0.48));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    mask-composite: exclude;
  }
  .app-inner-footer{
    padding: 0px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .app-inner-footer-content {
    flex-wrap: wrap;
    padding: 10px 10px;
  }
  .app-inner-footer-content .logo,.app-inner-footer-content .mid-menu {
    flex: 1 1 50%;
  }
  .app-inner-footer-content .copyright {
    flex: 1 1 100%;
    text-align: center;
    font-size: 12px;
  }
  .app-inner-footer-content .logo {
    flex: 1 1 15%;
  }
  .app-inner-footer .logo svg {
    width: 110px;
  }
  .mid-menu {
    justify-content: flex-end;
  }
  .ar .mid-menu {
    justify-content: flex-start;
  }
  .mid-menu li a {
    font-size: 12px;
  }
  .active .app-sidebar {
    width: 270px;
    min-width: 270px;
    flex: 0 0 270px;
  }
  .app-brand-wrap {
    padding: 15px;
  }
  .app-funds-inquiry-wrap-outer {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    padding-top: 10px;
  }
  .app-funds-inquiry-wrap-content {
    padding: 10px;
  }
  .funds-heading {
    font-size: 12px;
    margin-bottom: 0;
  }
  .user-funds {
    font-size: 14px;
  }
  .app-menu-title {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .app-sidebar-menu-wrap {
    padding: 0 15px 20px;
  }
  .profile_img_wrapper {
    width: 52px;
    height: 52px;
    background-color: #000;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    min-width: 52px;
    margin-right: 5px;
  }
  .ar .profile_img_wrapper {
    margin-right: 0;
    margin-left: 5px;
  }
  .profile_img_wrapper::before {
    content: '';
    width: 32px;
    height: 32px;
    background-color: #fdf001;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    filter: blur(15px);
    z-index: 0;
  }
  .profile-pic.m {
    background-position: 2px 4px;
    background-size: 104px 53px;
  }
  .profile-pic.f {
    background-position: -50px 4px;
    background-size: 105px 48px;
  }

  .mobile-item .dropdown-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 5000;
    opacity: 1;
  }
  .profile-dropdown .dropdown-menu {
    min-width: 240px;
    border-color: #dfdfdf;
    border-radius: 10px;
    width: calc(100% - 10px) !important;
    max-width: 400px;
    z-index: 5005;
    float: none !important;
    position: fixed;
    top: initial !important;
    bottom: 10px;
    left: 50%;
    right: initial;
    transform: translateX(-50%);
    max-height: 400px;
    background-color: #fff;
  }
  .profile-dropdown.open .dropdown-menu {
    animation: dropdownOpenMobile .2s ease;
  }
  .profile-dropdown .dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 10px 10px;
  }
  .mobile-item .dropdown-menu > li > a {
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
  .profile-dropdown .dropdown-menu > li > a .dropdown-menu-icon {
    margin-right: 10px;
  }
  .ar .profile-dropdown .dropdown-menu > li > a .dropdown-menu-icon {
    margin-left: 10px;
    margin-right: 0;
  }
  @keyframes dropdownOpenMobile {
    from {
      opacity:0;
      transform:translateY(30px) translateX(-50%)
    }
    to {
      opacity:1;
      transform:translateY(0) translateX(-50%)
    }
  }
  .profile-intro {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #e6e7ec;
  }
  .profile-user-avatar {
    margin-right: 12px;
  }
  .profile-intro img {
    width: 52px;
  }
  .profile-user-info {
    max-width: 150px;
    word-break: break-word;
  }
  .profile-username {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
  }
  .profile-useremail {
    font-size: 12px;
    font-weight: 400;
    color: #605f5f;
  }
  .user-balance-mobile {
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .user-balance-mobile i {
    margin-right: 4px;
    color: #000000;
    background-color: #fdf001;
    padding: 12px;
    border-radius: 40px;
    font-size: 28px;
  }
  .ar .user-balance-mobile i {
    margin-right: 0;
    margin-left: 4px;
  }



}
@media(max-width:400px) {
  .mode-button .sun-icon, 
  .mode-button .moon-icon,
  .mode-button .toggle-button {
    display: none;
  }
  .mode-button.toggle {
    width: 46px;
    height: 46px;
    border: 1px solid #EAE5D6;
    background-color: #FDF9EC;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nightmode .mode-button.toggle {
    background-color: #141414;
    border-color: #252525;
  }
  .mode-wrapper .toggle-wrapper {
    background-size: 424px 30px;
    width: 24px;
    height: 22px;
    border: none;
    background-color: transparent;
    border-radius: 0;
    margin: auto;
  }
  .mode-wrapper .dm .toggle-wrapper {
    background-position: -400px 0;
  }
  .mode-wrapper .nm .toggle-wrapper {
    background-position: -380px 0px;
    background-size: 425px 30px;
    width: 22px;
    height: 20px;
    filter: invert(1) brightness(100%) contrast(100%);
  }
}

.filter-wrapper {
  background-color: #FFF;
  border: 1px solid #D8D5DA;
  border-radius: 24px;
  padding: 20px 35px 30px;
  margin-bottom: 25px;
}
.filter-wrapper .filter-list {
  margin-bottom: 0;
}
.hide-filter {
  background-color: #7D32FF;
  border: none;
  border-radius: 12px;
  height: 34px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 10px;
}
.hide-filter svg {
  margin-right: 5px;
}
.hide-filter svg path {
  fill: #fff;
}
.filter-wrapper h4 {
  font-size: 20px;
  font-weight: 600;
  color: #010101;
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}
.well {
  background-color: #FFF;
  border: 1px solid #D8D5DA;
  box-shadow: none;
  border-radius: 24px;
  padding-left: 30px;
  padding-right: 30px;
}
.well-title {
  font-size: 24px;
  font-weight: 600;
  color: #010101;
  margin-bottom: 20px;
}
.nav.nav-tabs.well-tabs {
  display: flex;
  margin-bottom: 15px;
  background-color: #FBF7FF;
  border: 1px solid #F2ECF8;
  border-radius: 16px;
  overflow: hidden;
  padding: 5px;
}
.nav.nav-tabs.well-tabs:before,.nav.nav-tabs.well-tabs:after {
  display: none;
}
.nav.nav-tabs.well-tabs > li > a {
  font-size: 16px;
  font-weight: 600;
  color: #010101;
  border-radius: 12px;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 8px 15px;
}
.nav.nav-tabs.well-tabs >li.active >a {
  background-color: #7D32FF;
  color: #ffffff;
  padding: 2px;
}
.nav.nav-tabs.well-tabs > li.active > a > span {
  padding: 6px 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.37) 100%);
}
.well .form-control {
  background-color: #F2EDF6;
  border-color: #E7DFF0;
  box-shadow: none;
  border-radius: 12px;
  height: 40px;
}
.well input.form-control {
  height: 42px;
}
.well .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  height: 42px;
}
.well textarea.form-control {
  height: 400px;
}
.well .select2-container--default .select2-selection--single .btn-group-vertical.align-middle.select2-selection__icon {
  width: 28px;
  height: 28px;
  font-size: 14px;
  background-color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F2ECF8;
  border-radius: 6px;
  color: #7D32FF;
}
.form-group .select2-selection.select2-selection--single .select2-selection__rendered > span:not(:has(.select2-selection__icon)) {
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 34px;
  position: relative;
}
.form-group .select2-selection.select2-selection--single .select2-selection__rendered > span:not(:has(.select2-selection__icon))::before,
.form-group#order_link::before {
  content: '';
  width: 28px;
  height: 28px;
  font-size: 14px;
  background-color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F2ECF8;
  border-radius: 6px;
  color: #7D32FF;
  position: absolute;
  left: 0;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}
.form-group .select2-selection.select2-selection--single .select2-selection__rendered > span:not(:has(.select2-selection__icon))::before {
  top: 50%;
  transform: translateY(-50%);
  background-image: url(https://storage.perfectcdn.com/st80r6/s6lfcol7npmltpu6.svg);
}
.form-group#order_link::before {
  background-image: url(https://storage.perfectcdn.com/st80r6/6zchocs03wgbuopr.svg);
  left: 13px;
  top: 33px;
  background-size: 14px 14px;
}
.form-group#order_link .form-control {
  padding-left: 45px;
}
.form-group {
  position: relative;
}
.update-wrapper {
  background-color: #FBF7FF;
  border: 1px solid #F2ECF8;
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 12px 18px 16px;
}
.update-service-id {
  font-size: 14px;
  font-weight: 500;
  color: #5D5D5D;
  margin-bottom: 10px;
}
.update-service-id span {
  color: #010101;
}
.status-badge {
  border: 1px solid;
  border-radius: 6px;
  height: 20px;
  font-size: 10px;
  font-weight: 500;
  display: inline-flex;
  padding: 2px 10px;
}
.status-badge.status-new-service {
  background-color: rgb(255, 255, 255);
  color: #7d32ff;
  border-color: rgba(125, 50, 255, 0.15);
}
.status-badge.status-rate-increased {
  background-color: RGB(255, 255, 255);
  color: #FF3737;
  border-color: RGBA(168, 59, 59, 0.15);
}
.status-badge.status-rate-decreased {
  background-color: rgb(255, 255, 255);
  color: #47A83B;
  border-color: RGBA(71, 168, 59, 0.15);
}
.select2-selection__id.badge.badge-secondary.badge-pill.rounded-pill {
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F2ECF8;
  border-radius: 6px;
  color: #7D32FF;
  background-color: #fff;
}
.well .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  border-radius: 30px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #E7DFF0;
}
.well .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #7D32FF transparent transparent transparent;
}