* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #05051E;
  font-family: "Aeonik Regular";
  position: relative;
  overflow-x: hidden;
  padding: 0;
}
h1,h2,h3,h4,h5,h6,p,span,b,strong,a,button,input,div {
  font-family: "Aeonik Regular";
}
ul{
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.step-navbar {
  border-radius: 21px;
  border: 1px solid #22233B;
  background: #060720;
  padding: 10px;
  width: max-content;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
.step-navbar .navbar-center {
  padding-left: 200px;
}
.step-navbar .navbar-center li a {
  color: #D9D9F2 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: transparent !important;
  position: relative;
}
.step-navbar .navbar-center li.active a {
  color: #fff !important;
}
.step-navbar .navbar-center li.active a::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 17px;
  background: linear-gradient(180deg, rgba(163, 126, 254, 0.00) 0%, #A37EFE 105.88%) !important;
  opacity: 0.32;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  bottom: -13px;
  left: 0;
  right: 0;
  margin: auto;
}
.step-navbar .navbar-center li.active a::after {
  content: '';
  position: absolute;
  width: 51px;
  height: 1px;
  background: #A37EFE;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: auto;
}
.step-navbar .navbar-right li .btn.btn-secondary {
  width: 106px;
  height: 50px;
  border-radius: 14px;
  border: 1px solid #22233B;
  background: #131437;
  color: #D9D9F2;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-navbar .navbar-right li .btn.btn-primary {
  width: 106px;
  height: 50px;
  border-radius: 14px;
  background: linear-gradient(270deg, #FCA745 0%, #FC5D9D 48%, #763EFF 100%);
  box-shadow: 2px -5px 8.1px 0px rgba(255, 255, 255, 0.59) inset;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-sec {
  padding-top: 220px;
  padding-bottom: 80px;
}
#top-sec .row {
  position: relative;
  z-index: 999;
}
.top-sp {
  border-radius: 14px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.50);
  border-left: 0.5px solid #161633;
  border-bottom: 0.5px solid #161633;
  border-right: 0.5px solid #161633;
  background: #0A0A21;
  max-width: 317px;
  padding: 8px;
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.top-sp span {
  width: 33px;
  height: 33px;
  border-radius: 9px;
  background: #161633;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.main-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(180deg, #FFF 0%, #676767 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#top-sec .txt {
  padding-top: 10px;
  padding-bottom: 20px;
}
.txt {
  color: #D9D9F2;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-star {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 21px;
  border: 1px solid #22233B;
  background: #0A0A21;
  padding: 10px;
  position: relative;
}
.top-star::before {
  content: '';
  position: absolute;
  width: 124px;
  height: 8px;
  background: rgba(217, 217, 217, 0.28);
  filter: blur(9.300000190734863px);
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.btn.btn-primary {
  border-radius: 15px;
  background: linear-gradient(270deg, #FCA745 0%, #FC5D9D 48%, #763EFF 100%);
  box-shadow: 2px -5px 8.1px 0px rgba(255, 255, 255, 0.59) inset;
  border: none;
  padding: 13px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.top-star .btn.btn-primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  min-width: 107px;
} 
.st-tops {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.st-tops span {
  font-weight: 700;
}
.step-top-uls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.step-top-uls li h6 {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(180deg, #FFF 0%, #676767 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.step-top-uls li p {
  color: #D9D9F2;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login-wraper {
  border-radius: 21px;
  border: 1px solid #151C35;
  background-color: #060720;
  padding: 30px;
  position: relative;
  background-image: url('https://mypanelcdn.com/aaAbl/q1pHZ40EGmf8dtcU.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 466px;
  margin: auto;
  z-index: 9;
}
.login-svg {
  width: 72px;
  height: 72px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #00031A;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.login-svg::before {
  content: '';
  position: absolute;
  background-image: url('https://mypanelcdn.com/aaAbl/d0JyIiezhYKxTRNr.webp');
  background-repeat: no-repeat;
  width: 376px;
  height: 74px;
  background-size: cover;
  z-index: 999;
  top: 63px;
  left: -39px;
  right: 0;
  filter: drop-shadow\(0px 100px 0 #ffff;
    transform: translateY(-100px);
}
.login-frm-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(180deg, #FFF 0%, #888EA4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.custom-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #888EA4;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
} 
.custom-checkbox input[type="checkbox"] {
  display: none; 
}
.custom-checkbox .checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #22233B;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
  background: #05051E;
}
.custom-checkbox input[type="checkbox"]:checked + .checkbox {
  background-color: #1F2040;
  border-color: #1F2040;
}
.custom-checkbox input[type="checkbox"]:checked + .checkbox::before {
  content: '\2713'; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
}
.custom-checkbox input[type="checkbox"]:checked:hover + .checkbox {
  background: linear-gradient(270deg, #FCA745 0%, #FC5D9D 48%, #763EFF 100%);
}
.login-wraper .control-label {
  color: #888EA4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login-wraper .form-group {
  position: relative;
}
.login-wraper .form-control {
  border-radius: 14px;
  border: 1px solid #18183F;
  background: #0C0C2A;
  padding: 15px;
  height: 50px;
  color: #fff;
  padding-left: 52px;
}
.login-wraper .inpt-icon {
  position: absolute;
  top: 18px;
  transform: translateY(12px);
  left: 7px;
}
.remem-rest {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.remem-rest .checkbox label {
  color: #888EA4;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}
.remem-rest .forgot-password {
  color: #888EA4;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login-wraper .btn.btn-primary {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
}
.or-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 10px;
}
.or-wrapper .or-wrap {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(180deg, #FFF 0%, #888EA4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.or-wrap::before {
  content: '';
  position: absolute;
  background: rgba(34, 34, 51, 0.70);
  width: 164.5px;
  height: 1px;
  left: 35px;
  margin: auto;
  top: 11px;
}
.or-wrap::after {
  content: '';
  position: absolute;
  background: rgba(34, 34, 51, 0.70);
  width: 164.5px;
  height: 1px;
  right: 35px;
  margin: auto;
  top: 11px;
}
.step-pull {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 2px;
}
.step-pull a {
  color: #888EA4;
}
.brd-bottoms {
  padding-top: 50px;
  border-bottom: 1px solid rgba(136, 142, 164, 0.38);
}
#why-sec {
  position: relative;
  padding-bottom: 80px;
}
.title {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(180deg, #FFF 0%, #676767 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.card-wrapper {
  border-radius: 21px;
  border: 1px solid #22233B;
  background: #0C0C2A;
  padding: 30px;
  margin-right: 15px;
}
.card-wrapper .card-body h6 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 20px;
  width: 80%;
}
.card-wrapper .card-body p {
  color: #D9D9F2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.superior-slider-nav button {
  border-radius: 14px;
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 18px;
  margin-left: 5px;
  border: 1px solid #22233B;
  background: #131437;
}
.superior-slider-nav .left-arrow.slick-arrow.slick-disabled {
  border: 1px solid #22233B !important;
  opacity: 0.5;
  background: #131437 !important;
}
.superior-slider-nav .right-arrow.slick-arrow {
  border: 1px solid #22233B !important;
  background: #131437 !important;
}
.superior-slider-nav {
  position: absolute;
  right: 36px;
  bottom: 0;
  top: 45px;
}
#why-sec .slick-track {
  transition: 0.3s all linear;
}
.register-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  border: 1px solid #22233B;
  background: #0C0C2A;
  padding: 15px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.register-box::before {
  content: '';
  position: absolute;
  width: 304px;
  height: 68px;
  border-radius: 304px;
  border: 1px solid #151C35;
  background: rgba(255, 255, 255, 0.48);
  filter: blur(84.94999694824219px);
  left: 50px;
}
.register-box h2 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.register-box .btn.btn-primary {
  width: 172px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
}
#about-sec .row {
  border-radius: 50px;
  border: 1px solid #22233B;
  background: #0C0C2A;
  padding: 69px 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#about-sec .row::before {
  content: '';
  position: absolute;
  background-image: url('https://mypanelcdn.com/aaAbl/iTmXtWzlk62wpY0J.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-position: top right;
}
.abt-txt {
  border-radius: 14px;
  border-top: 0.5px solid #FFF;
  background: #05051E;
  box-shadow: -5px -5px 14.1px 0px rgba(255, 255, 255, 0.25) inset;
  width: 174px;
  height: 47px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#about-sec .txt span {
  color: #fff;
}
#about-sec .txt-one {
  padding-top: 20px;
}
#about-sec .btn.btn-primary {
  width: 172px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
}
#how-sec {
  padding: 80px 0;
  position: relative;
  background-image: url('https://mypanelcdn.com/aaAbl/wdofrGDENqAuXiYU.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#how-sec::before {
  content: '';
  position: absolute;
  background-image: url('https://mypanelcdn.com/aaAbl/Tr2q79wFg0av4nzK.webp');
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 836px;
  left: 0;
  right: 0;
  top: -25%;
  transform: translateY(-280px);
  z-index: -1;
}
#how-sec .abt-txt {
  width: 149px;
}
#how-sec .abt-txt1 {
  width: 306px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  margin-left: auto;
  color: #fff !important;
  text-decoration: none;
}
.row.how-row {
  border-bottom: 1px solid #363759;
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
}
.how-card {
  position: relative;
  transition: 0.3s all linear;
}
.how-card:hover::before {
  content: '';
  position: absolute;
  background-image: url('https://mypanelcdn.com/aaAbl/rbDm2o8gCvQ7nqcF.webp');
  background-repeat: no-repeat;
  width: 253px;
  height: 2px;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
}
.how-card .card-img-top {
  position: relative;
}
.how-num {
  position: relative;
  border: 1px solid #22233B;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  background: #05051E;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-num span {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  border-radius: 30px;
  border: 1px solid #22233B;
  background: #0C0C2A;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
.how-num span::before {
  content: '';
  position: absolute;
  width: 26.441px;
  height: 26.441px;
  flex-shrink: 0;
  border-radius: 26.441px;
  background: #D9D9D9;
  filter: blur(21.200000762939453px);
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
}
.how-num::before {
  content: '';
  position: absolute;
  background-image: url('https://mypanelcdn.com/aaAbl/ogXxK0E8eZCYm7yj.webp');
  background-repeat: no-repeat;
  width: 190px;
  height: 72px;
  top: -36px;
  left: -33px;
  right: 0;
  margin: auto;
}
.how-card h4 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.how-card .txt {
  font-size: 14px;
}
#how-sec .title {
  font-size: 64px;
}
#benefits-yoyo .abt-txt {
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
  width: 213px;
  height: 47px;
}
#benefits-yoyo .title {
  color: #D9D9F2 !important;
  background: transparent;
  background-clip: unset;
  -webkit-text-fill-color: unset;
}
#benefits-yoyo .title span {
  color: #fff;
}
#benefits-yoyo {
  padding: 80px 0;
}
.card-hero-one {
  border-radius: 21px;
  border: 1px solid #22233B;
  background: #0C0C2A;
  padding: 30px;
  margin-left: 15px;
  position: relative;
  overflow: hidden;
  transition: 0.3s all linear; 
}
.card-hero-one:hover {
  background-image: url('https://mypanelcdn.com/aaAbl/YBHn5QI0XKdC4Ofg.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.card-hero-one h4 {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 20px;
  padding-bottom: 12px;
}
.card-hero-one .txt {
  font-size: 14px;
  color: #878787;
}
.benefits-yoyo {
  padding-top: 30px;
}
.superior-slider-nav1 button {
  border-radius: 14px;
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 18px;
  margin-left: 5px;
  border: 1px solid #22233B;
  background: #131437;
}
.superior-slider-nav1 .right-arrow.slick-arrow {
  border: 1px solid #22233B !important;
  background: #131437 !important;
}
.superior-slider-nav .left-arrow.slick-arrow.slick-disabled {
  border: 1px solid #22233B !important;
  opacity: 0.5;
  background: #131437 !important;
}
.superior-slider-nav1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 58px;
}
#our-services .row {
  border-radius: 35px;
  border: 1px solid #22233B;
  background: #0C0C2A;
  padding: 37px;
}
#our-services .row .title {
  font-size: 64px;
}
#our-services .nav-pills {
  width: 90%;
}
#our-services .nav-pills .nav-link {
  border-radius: 16px;
  border: 1px solid #22233B;
  background: #1F2040;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 18px;
  min-width: auto;
  margin-bottom: 10px;
  margin-left: 4px;
}
#our-services .nav-pills .nav-link:nth-child(3) {
  min-width: 157px;
}
#our-services .nav-pills .nav-link:nth-child(4) {
  min-width: 109px;
}
#our-services .nav-pills .nav-link:nth-child(5) {
  min-width: 135px;
}
#our-services .nav-pills .nav-item.active .nav-link {
  background: linear-gradient(270deg, #FCA745 0%, #FC5D9D 48%, #763EFF 100%);
  border: none;
  box-shadow: 2px -5px 8.1px 0px rgba(255, 255, 255, 0.59) inset;
}
.step-social-box {
  border-radius: 25px;
  border: 1px solid #22233B;
  background: #05051E;
  padding: 30px;
}
.step-social-box h2 {
  color: #FFF;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.txtus {
  color: #878787;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
}
.step-social-box ul li {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: #0C0C2A;
  padding: 12px;
  margin-bottom: 10px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 55px;
  display: flex;
  align-items: center;
}
.btn.btn-lets {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  top: 100%;
  transform: translateY(180px);
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
#our-services::before {
  content: '';
  position: absolute;
  background-image: url('https://mypanelcdn.com/aaAbl/Tr2q79wFg0av4nzK.webp');
  background-repeat: no-repeat;
  width: 100%;
  height: 896px;
  left: 0;
  right: 0;
  z-index: -1;
  background-position: bottom center;
}
#faqs-sec .abt-txt {
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
  width: 96px;
  height: 47px;
}
#faqs-sec .panel-title a::before {
  content: "\f0d8";
  font-size: 18px;
  margin-right: 10px;
  transition: transform 0.3s ease;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 22px;
  width: 42px;
  height: 42px;
  background: #151535;
  border: 1px solid #22233B;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#faqs-sec .panel-title a.collapsed::before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#faqs-sec .panel-heading {
  border-radius: 18px;
  border: 1px solid #22233B;
  background: #0C0C2A;
  height: 73px;
  align-items: center;
  display: flex;
  align-items: center;
}
#faqs-sec .panel-title {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  width: 100%;
}
#faqs-sec .panel-title a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  width: 100%;
}
#faqs-sec .panel-default {
  background: transparent;
  border: none;
}
#faqs-sec .panel-body {
  border-radius: 18px;
  border: 1px solid #22233B;
  background: #0C0C2A;
  margin-top: 15px;
  color: #878787;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#faqs-sec {
  padding: 80px 0;
}
.testi-card {
  border-radius: 25px;
  border-top: 1px solid #22233B;
  background: linear-gradient(180deg, #0C0C2A 0%, rgba(12, 12, 42, 0.00) 100%);
  padding: 26px;
  margin-left: 15px;
}
.testi-card .txtus {
  padding-top: 25px;
  padding-bottom: 70px;
}
.testi-card .card-img-top img {
  padding-top: 20px;
}
.card-flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.steper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sb-testi h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
  background: linear-gradient(180deg, #FFF 0%, #999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.sb-testi p {
  color: #84889A;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
  margin: 0;
}
.stepper1 {
  display: flex;
  align-items: center;
  gap: 6px;
}
.stepper1 h6 {
  color: #84889A;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
  margin: 0;
}
#testimonials-sec .abt-txt {
  margin: auto;
  margin-bottom: 20px;
}
.testimonial-wrapper {
  padding-top: 20px;
}
#testimonials-sec {
  padding-bottom: 100px;
}
.step-f .txt {
  color: #878787;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
  padding-top: 26px;
  padding-bottom: 25px;
}
.footer-wrapper .btn.btn-primary {
  width: 263px;
  height: 56px;
  border-radius: 15px;
  background: linear-gradient(270deg, #FCA745 0%, #FC5D9D 48%, #763EFF 100%);
  box-shadow: 2px -5px 8.1px 0px rgba(255, 255, 255, 0.59) inset;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.step-footer-flex {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.ftr-title {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px solid #22233B;
  padding-bottom: 14px;
}
.step-footer-flex li a {
  color: #878787;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: -0.42px;
}
.ftr-menu {
  border-radius: 18px;
  border: 1px solid #22233B;
  background: linear-gradient(180deg, #0C0C2A 0%, rgba(12, 12, 42, 0.00) 100%);
  backdrop-filter: blur(12.75px);
  width: 221px;
  height: 312px;
  padding: 25px;
}
.foot-txt {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  margin: 0;
}
.foot-txt span {
  color: #878787;
}
.row.copy-write {
  border-radius: 18px;
  border: 1px solid #22233B;
  background: #0C0C2A;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
}
.follow-us {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
}
.follow-us li p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  margin: 0;
}
.follow-us li a {
  width: 35px;
  height: 35px;
  border-radius: 11px;
  border: 1px solid #22233B;
  background: #06061F;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-wrapper {
  background-image: url('https://mypanelcdn.com/aaAbl/4mk5H0qMn68Rawhv.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 73px;
  border-top: 1px solid #22233B;
}
.reset-password {
  padding-top: 200px;
  padding-bottom: 100px;
}
.reset-password .txt {
  padding-bottom: 50px;
}
.reset-password .txt {
  padding-bottom: 50px;
  font-size: 14px;
  margin: 0;
}
.guest .well {
  border-radius: 21px;
  border: 1px solid #18183F;
  background: linear-gradient(180deg, #0B1125 0%, #0B1125 100%);
  position: relative;
  z-index: 9;
  padding-bottom: 30px;
  overflow: hidden;
}
.guest .well::before {
  content: '';
  position: absolute;
  background-image: url('https://mypanelcdn.com/aaAbl/n5R8EUA2rNxGIiKT.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.control-label {
  color: #888EA4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-group {
  position: relative;
}
.guest .form-control {
  height: 50px;
  border-radius: 14px;
  border: 1px solid #18183F;
  background: #0C0C2A;
  box-shadow: none;
  color: #fff;
  padding-left: 50px;
}
.inpt-icon {
  position: absolute;
  top: 30px;
  left: 6px;
}
.reset-password .btn.btn-primary {
  width: 100%;
  height: 50px;
}
.forgot-img {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #00031A;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}
.ft-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(180deg, #FFF 0%, #888EA4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  padding-bottom: 20px;
}
.signup-sec {
  padding-top: 20px;
}
.step-signup {
  border-radius: 24px;
  border: 1px solid #22233B;
  background-color: #0C0C2A;
  padding: 30px;
  position: relative;
  overflow: hidden;
  background-image: url('https://mypanelcdn.com/aaAbl/EiPupeYytXZRb4Sz.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.step-signup-img {
  position: relative;
}
.step-signup-img .double-img {
  position: absolute;
  top: 50px;
  left: 20px;
  right: 0;
  margin: auto;
}
.step-signup-bottom svg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.signup-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.signup-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.50);
  background: #0A0A21;
  width: 80%;
  padding: 8px;
  margin: 25px auto;
  gap: 0;
  height: 47px;
}
.signup-flex p {
  margin: auto;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.step-signup .main-title {
  font-size: 36px;
}
.step-signup .txt {
  font-size: 16px;
}
.signup-sec .row {
  display: flex;
}
.step-well {
  height: 100%;
}
.step-well {
  border-radius: 21px;
  border: 1px solid #18183F;
  background: linear-gradient(180deg, #0B1125 0%, #0B1125 100%);
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.step-yoyo-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.signup-txts {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.signup-txts a {
  background: linear-gradient(90deg, #A37EFE 75.2%, #FF88B8 87.97%, #FDBF77 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.step-well {
  height: 100%;
  border-radius: 21px;
  border: 1px solid #18183F;
  background: linear-gradient(180deg, #0B1125 0%, #0B1125 100%);
  padding: 30px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.step-well::before {
  content: '';
  position: absolute;
  width: 426.588px;
  height: 229.734px;
  border-radius: 426.588px;
  border: 1px solid #18183F;
  background: #888EA4;
  filter: blur(95.94999694824219px);
  top: -28%;
  left: 0;
  right: 0;
  margin: auto;
}
.step-well::after {
  content: '';
  position: absolute;
  width: 426.588px;
  height: 229.734px;
  border-radius: 426.588px;
  border: 1px solid #18183F;
  background: #888EA4;
  filter: blur(95.94999694824219px);
  bottom: -28%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.hero-wrapper-signup svg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  z-index: 9999;
  position: relative;
  margin-bottom: 10px;
}
.hero-wrapper-signup .main-title {
  font-size: 40px;
}
.hero-wrapper-signup .txt {
  font-size: 16px;
}
.step-well form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.step-well .form-group .form-control {
  width: 100%;
}
.step-well .inpt-icon {
  top: 40px;
  left: 14px;
}
.step-well .form-group:nth-child(2), .step-well .form-group:nth-child(3) {
  flex: 0 0 35%;
  max-width: 35%;
}
.signup-sec .btn.btn-primary {
  width: 484px;
  height: 50px;
  margin: auto;
}
.step-sign {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
.step-sign .pull-center {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.step-sign .pull-center a {
  background: linear-gradient(90deg, #A37EFE 75.2%, #FF88B8 87.97%, #FDBF77 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.step-signup a {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 5px;
}
.copywrite-bg {
  background-image: url('https://mypanelcdn.com/aaAbl/NmzYaV1rDWhvl6X5.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-top: 50px;
  padding: 15px;
}
.copywrite-bg p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  margin: 0;
}
.copywrite-bg span {
  color: #878787;
}
.step-copywrite {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
}
.step-copywrite li h6 {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  margin: 0;
  padding-right: 5px;
}
.step-copywrite li a {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  border-radius: 11px;
  border: 1px solid #22233B;
  background: #06061F;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.copywrite-bg .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 18px;
  border: 1px solid #22233B;
  background: #0C0C2A;
  padding: 15px;
  width: 70%;
  margin: auto;
}
.step-signup .signup-flex p {
  margin: unset;
  padding-left: 10px;
}
.step-signup .signup-flex {
  width: 65%;
}
#blog-wrapper {
  padding-top: 200px;
  padding-bottom: 80px;
}
#blog-wrapper .signup-flex {
  width: 317px;
}
#blog-wrapper .row.step-blogs {
  border-radius: 35px;
  border: 1px solid #22233B;
  background: #0C0C2A;
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
#blog-wrapper .row.step-blogs::before {
  content: '';
  position: absolute;
  background-image: url('https://mypanelcdn.com/aaAbl/zwERBjxys9KQIcXr.webp');
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-position: right;
}
#blog-wrapper .row.step-blogs h4 {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(180deg, #FFF 0%, #676767 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#blog-wrapper .row.step-blogs div {
  color: #D9D9F2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#blog-wrapper .row.step-blogs .btn.btn-primary {
  margin-top: 30px;
  width: 127px;
  height: 49px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
#blog-wrapper .row.step-blogs .btn-primary-wrap {
  display: flex;
  gap: 5px;
}
.well-steps h4 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.well-steps .txt-hero {
  max-height: 0;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 0;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 10px;
}
.well-steps .btn.btn-primary {
  width: 127px;
  height: 49px;
}
.btn-primary-wrap {
  display: flex;
  gap: 5px;
}
.well-steps {
  border-radius: 15px;
  border: 1px solid #22233B;
  background: #0C0C2A;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background-image: url('https://mypanelcdn.com/aaAbl/6Ivrdg2Hmbcx9Z7Q.webp');
  background-repeat: no-repeat;
  background-position: bottom;
}
.well-steps img {
  border-radius: 10px;
}
#blog-wrapper .row.step-blogs img {
  border-radius: 10px;
}
.blogpost-wrapper {
  padding-top: 200px;
  padding-bottom: 80px;
}
.well-steps-blog {
  background-image: url('https://mypanelcdn.com/aaAbl/zwERBjxys9KQIcXr.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 35px;
  border: 1px solid #22233B;
  background-color: #0C0C2A;
  padding: 30px;
}
.well-steps-blog h1 {
  color: #FFF;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.shorthr {
  display: none;
}
.well-steps-blog img {
  border-radius: 10px;
}
.well-steps-blog h2 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.well-steps-blog ul {
  color: #D9D9F2;
}
.well-steps-blog p {
  color: #D9D9F2;
}
.blogpost-wrapper .btn.btn-primary {
  min-width: 150px;
  margin-top: 10px;
}
.services-sec {
  padding-top: 200px;
  padding-bottom: 50px;
}
.services-sec .signup-flex {
  width: 317px;
}
.step-socials-wrps ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.step-socials-wrps ul li button {
  background: transparent;
  border: none;
  padding: 5px;
}
.services .dropdown button {
  min-width: 205px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  border-top: 0.5px solid #FFF;
  background: #05051E;
  box-shadow: -5px -5px 14.1px 0px rgba(255, 255, 255, 0.25) inset;
}
.services .search {
  width: 100%;
  flex: 1;
  margin-left: 10px;
}
.services .search .input-group {
  border-radius: 20px;
  border: 1px solid #22233B;
  background: #0C0C2A;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.services .search .form-control {
  background: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  padding-left: 15px;
  line-height: normal; 
}
.guest .services .search .input-group .btn-primary {
	height: 40px !important;
}
.order-actions {
	width: 80px;
}
.guest .services .input-part-three {
	position: absolute;
	top: 5px;
	right: 133px;
}
.auth .services .search .form-control {
  height: 40px !important;
}
.services .search .input-group .icon-serach {
  position: absolute;
  color: #727272;
  opacity: 0.3;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.services .input-part-three {
  position: absolute;
  top: 7px;
  right: 137px;
}
.services .search .input-group .btn-primary {
  min-width: 141px;
  height: 45px;
  line-height: 39px;
  color: #fff;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(270deg, #FCA745 0%, #FC5D9D 48%, #763EFF 100%);
  box-shadow: 2px -5px 8.1px 0px rgba(255, 255, 255, 0.59) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9999;
}
.search {
  position: relative;
}
.services .nav {
  margin-bottom: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.services .dropdown button .fa.fa-filter {
  display: none;
}
.step-well-wraps {
  border-radius: 21px;
  border: 1px solid #22233B;
  background: #0C0C2A;
  padding: 15px;
}
.step-well-wraps .table thead tr th {
  background: #05051E;
  padding: 20px;
  border: none;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  vertical-align: middle;
  position: relative;
}
.step-well-wraps .table thead tr th::before {
  content: '';
  position: absolute;
  background: #1F2040;
  width: 1px;
  height: 17px;
  right: 0;
}
.step-well-wraps .table thead tr th:first-child::before {
  display: none;
}
.step-well-wraps .table thead tr th:last-child::before {
  display: none;
}
.step-well-wraps .table tbody tr td {
  border: none;
  background: #05051E;
  padding: 15px;
  vertical-align: middle;
  color: #D9D9F2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.step-well-wraps .table {
  border-collapse: separate;
  border-spacing: 0 15px;
}
.step-well-wraps .table thead tr th:first-child {
  border-radius: 14px 0 0 14px;
}
.step-well-wraps .table thead tr th:last-child {
  border-radius: 0 14px 14px 0;
}
.step-well-wraps .table tbody tr td:first-child {
  border-radius: 14px 0 0 14px;
}
.step-well-wraps .table tbody tr td:last-child {
  border-radius: 0 14px 14px 0;
}
.auth {
  background-image: url('https://mypanelcdn.com/aaAbl/ILyFnP6Rzs45MB7l.webp');
  background-size: auto;
  padding: 15px;
  background-position: top right;
}
.auth::before {
  display: none;
}
.sidebar-wrap {
  position: fixed;
  left: 15px;
  top: 15px;
  height: 100%;
  z-index: 99999;
  border-radius: 21px;
  border: 1px solid #22233B;
  background-color: #0C0C2A;
  padding: 30px;
  width: 271px;
  background-image: url('https://mypanelcdn.com/aaAbl/wlnYXRzpdy27gA9Z.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: auto;
  scrollbar-width: none;
  transition: 0.3s ease-in-out !important;
}
.wrapper.toggle .sidebar-wrap {
  left: -280px;
}
.pinner-wrap .pinner {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: linear-gradient(270deg, #FCA745 0%, #FC5D9D 48%, #763EFF 100%);
  box-shadow: 2px -5px 8.1px 0px rgba(255, 255, 255, 0.59) inset;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
}
.wrapper.toggle .inner-wrap {
  padding-left: 0;
}
.inner-wrap {
  transition: 0.3s ease-in-out !important;
}
.sidebarlogo-wrap {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebarlogo-wrap img {
  width: 150px;
}
.pinner2 {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: linear-gradient(270deg, #FCA745 0%, #FC5D9D 48%, #763EFF 100%);
  box-shadow: 2px -5px 8.1px 0px rgba(255, 255, 255, 0.59) inset;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none !important;	
}
.wrapper .top-bar .pinner {
  display: none;
}
.wrapper.toggle .top-bar .pinner {
  display: flex;
}
.dashboard-menu {
  border-radius: 14px;
  border: 0.5px solid rgba(255, 255, 255, 0.50);
  background-color: #0A0A21;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 7px;
  color: #FFF !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none !important;
  position: relative;
  margin-bottom: 40px;
}
.menu-link:hover .menu-icon {
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: linear-gradient(146deg, #FCA745 8.33%, #FC5D9D 48.63%, #763EFF 89.77%) !important;
}
.menu-link:hover .menu-icon svg path {
  fill: #fff;
}
.menu-icon {
  border-radius: 9px;
  background-color: #161633;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-right: 10px;
}
.dashboard-menu::after {
  content: "\f063";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.menu-title {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #363759;
}
.menu-link {
  border-radius: 13px;
  display: flex;
  align-items: center;
  align-content: center;
  position: relative;
  padding: 6px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
  border: 0.5px solid transparent;
}
.menu-link::after {
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.menu-link:hover {
  border-radius: 13px;
  background: #05051E;
  box-shadow: -5px -5px 14.1px 0px rgba(255, 255, 255, 0.25) inset;
  border: 0.5px solid #FFF;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}
.menu-link .menu-icon {
  border-radius: 10px;
  border: 1px solid #22233B;
  background: #060720;
  width: 34px;
  height: 34px;
  position: relative;
  overflow: hidden;
}
.inner-wrap {
  padding-left: 271px;
}
.row.top-bar {
  border-radius: 21px;
  border: 1px solid #22233B;
  background-color: #0C0C2A;
  padding: 20px;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.row.top-bar .col-sm-6:first-child {
  padding-left: 0;
}
.breads-wrap .breads-txt, 
.breads-wrap {
  color: #D9D9F2;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
.breads-title {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.breads-btm-txt {
  color: #D9D9F2;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 5px;
}
.top-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  padding: 0;
  margin: 0;
}
.top-menu-btn {
  border-radius: 15px;
  border: 1px solid #22233B;
  background-color: #05051E;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-left: 5px;
  position: relative;
}
.top-menu-btn:hover,
.top-menu-btn:active,
.top-menu-btn:focus {
  text-decoration: none;
}
.top-menu-btn i {
  font-size: 22px;
  background: linear-gradient(180deg, #FFF 0%, #888EA4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dark .top-menu-btn i {
  background: linear-gradient(180deg, #7575A2 0%, #BFC2CC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-menu-btn.notification-link i, .dark .top-menu-btn.notification-link i {
  color: #fff;
  background: transparent;
  -webkit-text-fill-color: #fff;
}
.notification-link {
  background: linear-gradient(146deg, #FCA745 8.33%, #FC5D9D 48.63%, #763EFF 89.77%) !important;
  border: none !important;
}
.notification-num {
  position: absolute;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #FF2424;
  right: -3px;
  top: -3px;
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
}
.logout-menu {
  min-width: 116px;
  justify-content: space-between;
  padding: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.flex-fav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.serv-heading {
  border-radius: 14px;
  border: none;
  background: #0A0A21;
  padding: 20px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.step-well-wraps .table tbody tr td .btn.btn-primary {
  min-width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services-sec .modal-content {
  border-radius: 21px;
  border: 1px solid #22233B;
  background: #0C0C2A;
}
.services-sec .modal-header {
  border: 0px;
  padding: 1rem;
  display: flex;
  align-items: center;
}
.services-sec .modal-header .close {
  margin-left: auto;
  color: #fff;
  opacity: 1;
  font-weight: 400;
}
.services-sec .modal-footer {
  border: 0px;
  padding: 0 15px;
}
.services-sec .table td .btn-secondary {
  border-radius: 14px;
  border: 1px solid #22233B;
  background: #131437;
  min-width: unset;
  max-width: 100%;
  width: 100%;
}
#api-sec {
  padding-top: 200px;
  padding-bottom: 80px;
}
#api-sec .signup-flex {
  width: 317px;
}
#api-sec .nav-tabs {
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#api-sec .nav-tabs .nav-item .nav-link {
  width: 256px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 14px;
  border: 0.5px solid #FFF;
  background: #05051E;
  box-shadow: -5px -5px 14.1px 0px rgba(255, 255, 255, 0.25) inset;
  border: none;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#api-sec .step-well-wraps {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background-image: url('https://mypanelcdn.com/aaAbl/6Ivrdg2Hmbcx9Z7Q.webp');
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 30px;
}
#api-sec .step-well-wraps h2 {
  border-radius: 14px;
  border: none;
  background: #0A0A21;
  padding: 20px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 106.445%;
  border-top: 0.5px solid rgba(255, 255, 255, 0.50);
}
#api-sec .step-well-api {
  border-radius: 15px;
  border: 1px solid #22233B;
  background: #05051E;
  padding: 15px;
}
.steps-apis li .hero-api {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.steps-apis li {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: #0C0C2A;
  padding: 20px;
  margin-bottom: 10px;
}
.steps-apis li .hero-api h6 {
  color: #D9D9F2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 106.445%;
  margin: 0;
}
.steps-apis li .hero-api p {
  color: #FFF;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 106.445%;
  margin: 0;
}
.steps-apis li .hero-api .btn.btn-primary {
  width: 133px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
#api-sec pre {
  color: #D9D9F2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  border: none;
}
#api-sec .step-para-api li .flex-aps {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#api-sec .step-para-api {
  border-radius: 15px;
  border: 1px solid #22233B;
  background: #05051E;
  padding: 15px;
}
#api-sec .step-para-api li {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: #0C0C2A;
  padding: 20px;
  margin-bottom: 10px;
}
#api-sec .sp-api-heros h6 {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 106.445%;
  margin: 0;
}
#api-sec .sp-api-heros p {
  color: #FFF;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 106.445%;
  margin: 0;
}
#api-sec .step-para-api li h6 {
  color: #D9D9F2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 106.445%;
  margin: 0;
}
#api-sec .step-para-api li p {
  color: #FFF;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 106.445%;
  margin: 0;
}
#api-sec .step-well-wraps1 {
  margin-top: 30px;
}
#api-sec .Servicelist {
  background-image: url('https://mypanelcdn.com/aaAbl/ZXugrDf7aGx0SBiN.webp');
  width: 18px;
  height: 18px;
}
#api-sec .Addorder {
  background-image: url('https://mypanelcdn.com/aaAbl/6RiAtC0b5socVPZB.webp');
  width: 18px;
  height: 18px;
}
#api-sec .Orderstatus {
  background-image: url('https://mypanelcdn.com/aaAbl/jMrWhDk7ByicxVlP.webp');
  width: 18px;
  height: 18px;
}
#api-sec .Multipleordersstatus {
  background-image: url('https://mypanelcdn.com/aaAbl/E8PnUDh5XrfRsy30.webp');
  width: 18px;
  height: 18px;
}
#api-sec .Userbalance {
  background-image: url('https://mypanelcdn.com/aaAbl/RaJctZTUbLPknN4K.webp');
  width: 18px;
  height: 18px;
}
#api-sec .Refill {
  background-image: url('https://mypanelcdn.com/aaAbl/VnRtBCspTP87FKUz.webp');
  width: 18px;
  height: 18px;
}
#api-sec .Cancel {
  background-image: url('https://mypanelcdn.com/aaAbl/5axTgX3Fdwit90LW.webp');
  width: 18px;
  height: 18px;
}
.auth-bnr-wrap {
  border-radius: 21px;
  border: 1px solid #22233B;
  background: #0C0C2A;
  padding: 20px;
  background-image: url('https://mypanelcdn.com/aaAbl/3ZDmqbu4XEvdT9F2.webp');
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-position: top right;
  min-height: 242px;
  display: flex;
  align-items: center;
  align-content: center;
  background-size: 100%;
}
.auth-bnr-img {
  position: absolute;
  right: -40px;
  top: 0;
}
.sp-cnt {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(180deg, #FFF 0%, #676767 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.auth-bnr-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(180deg, #FFF 0%, #676767 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 10px 0;
}
.strapper-hero{
	margin-bottom: 10px;
}
.auth-bnr-txt {
  color: #D9D9F2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#newordr .auth-bnr-wrap-one .auth-bnr-txt {
  width: 54%;
}
.auth-box-fund {
  border-radius: 16px;
  border: 1px solid #22233B;
  background: #0C0C2A;
  box-shadow: 0px 9px 64.4px 0px rgba(129, 128, 143, 0.15);
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.auth-box-fund::before {
  content: '';
  position: absolute;
  background-image: url('https://mypanelcdn.com/aaAbl/Dx8oGKdQhFrjf6Z0.webp');
  background-repeat: no-repeat;
  width: 305px;
  height: 242px;
  top: -44px;
  right: -50px;
  background-size: 100% auto;
}
.fnds-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  align-items: center;
  padding-top: 10px;
}
.sp-new-ttle {
  color: #D9D9D9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sp-cap-title {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(180deg, #FFF 0%, #676767 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.btn.btn-my {
  border-radius: 10px;
  background: #007EF3;
  box-shadow: 0px 7px 13.2px 0px rgba(0, 126, 243, 0.26);
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  padding: 11px;
  margin-top: 100px;
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.auth-box .btn i {
  transform: rotateZ(-45deg);
}
.btn.btn-view {
  border-radius: 10px;
  background: #FFAD13;
  box-shadow: 0px 7px 13.2px 0px rgba(255, 173, 19, 0.26);
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  padding: 11px;
  margin-top: 100px;
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.img-wrps-new {
  margin-top: -15px;
  width: 42px;
  height: 42px;
  background-color: #05051e;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid transparent;
}
.dark .img-wrps-new {
  background-color: #f2f2f9;
  border-color: rgba(156, 164, 190, 0.30);
}
.img-wrps-new i{
  background: linear-gradient(180deg, #FFF 0%, #888EA4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dark .img-wrps-new i{
	background: linear-gradient(180deg, #7575A2 0%, #BFC2CC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social-news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.social-news::before {
  content: '';
  position: absolute;
  background: rgba(136, 142, 164, 0.38);
  width: 95%;
  height: 1px;
  left: auto;
  top: 35px;
  z-index: -1;
  margin: auto;
  right: 0;
}
.sp-ours {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(180deg, #FFF 0%, #676767 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.social-cate-btn {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 63px;
  height: 29px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #22233B;
  background: #0C0C2A;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.ser-cat-list {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 5px;
}
.ser-cat-list:not(.active) {
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: 0.1s linear;
}
.auth .well {
  border-radius: 21px;
  border: 1px solid #151C35;
  background-color: #060720;
  padding: 20px;
  position: relative;
  background-image: url('https://mypanelcdn.com/aaAbl/q1pHZ40EGmf8dtcU.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.step-newform li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.step-newform li .menu-link {
  background: #05051E;
  border: 0.5px solid #151C35;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  width: 135px;
  height: 38px;
  margin: 0;
}
.step-newform li .menu-link.active {
  border: 0.5px solid #FFF;
  background: #05051E;
  box-shadow: -5px -5px 14.1px 0px rgba(255, 255, 255, 0.25) inset;
}
.step-newform li .menu-link .menu-icon {
  width: 26px;
  height: 26px;
  border-radius: 6px;
}
.step-newform li .menu-link::after {
  font-size: 11px;
}
.step-newform {
  border-radius: 14px;
  border: 1px solid #151C35;
  background: #0B1125;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 5px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background-image: url('https://mypanelcdn.com/aaAbl/YB9hOHdgSaIksDju.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.step-newform li .menu-link.active .menu-icon {
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: linear-gradient(146deg, #FCA745 8.33%, #FC5D9D 48.63%, #763EFF 89.77%) !important;
}
.step-newform li .menu-link.active .menu-icon svg path {
  fill: #fff;
}
.flex-frm-wrps h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(180deg, #FFF 0%, #676767 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 5px auto;
}
.flex-frm-wrps p {
  color: #D9D9F2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.flex-frm-wrps #new-order-search button {
  right: 12px !important;
  left: unset !important;
  color: #fff;
}
.auth .control-label {
  color: #B2BBD3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding-bottom: 5px;
}
.auth .form-control {
  border-radius: 17px;
  border: 1px solid #18183F !important;
  background: #0C0C2A;
  box-shadow: none;
  padding: 25px;
  resize: none;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding-top: 0;
  min-height: 60px;
  padding-bottom: 0;
  padding-left: 15px;
}

.auth .select2-selection.select2-selection--single {
  border-radius: 17px;
  border: 1px solid #18183F !important;
  background: #0C0C2A;
  padding: 25px 5px;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #FFF !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 12px;
  right: 1px;
  width: 20px;
}
.auth .select2-selection.select2-selection--single span {
  color: #fff;
}
.flex-frm-wrps #new-order-search #template-searchbyid {
  padding-left: 12px;
  width: auto;
  min-height: 42px;
  border-radius: 11px;
}
.flex-frm-wrps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(136, 142, 164, 0.38);
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.auth .min-max {
  border-radius: 8px;
  border: 1px solid #18183F;
  background: #0C0C2A;
  width: max-content;
  padding: 5px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.form-control {
  box-shadow: none;
}
.auth .well .btn.btn-primary {
  width: 100%;
  padding: 18px;
}
.servce-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.servce-title .me-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: linear-gradient(146deg, #FCA745 8.33%, #FC5D9D 48.63%, #763EFF 89.77%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.strapper {
  border-radius: 14px;
  border: 1px solid #18183F;
  background: #0C0C2A;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
}
.strap-flexer {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(136, 142, 164, 0.38);
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.strap-flexer .me-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: linear-gradient(146deg, #FCA745 8.33%, #FC5D9D 48.63%, #763EFF 89.77%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.strap-flexer h6 {
  color: #D9D9F2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.strap-flexer p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.strap-serve {
  display: flex;
  align-items: center;
  gap: 8px;
}
.strap-serve li {
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 8px;
  border: 1px solid #18183F;
  background: #0C0C2A;
  width: max-content;
  height: 25px;
  padding: 5px;
  color: #D9D9F2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.strap-serve li span {
  color: #fff;
}
.strap-serve li .me-icon {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 0.5px solid rgba(255, 255, 255, 0.17);
  background: linear-gradient(146deg, #FCA745 8.33%, #FC5D9D 48.63%, #763EFF 89.77%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.strapper2 {
  border-radius: 17px;
  border: 1px solid #18183F;
  background: #0C0C2A;
  padding: 0 15px 15px 15px;
}
.servce-updte {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.strps-flex1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.straps-new-serves {
  border-radius: 13px;
  border: 1px solid #18183F;
  background: #05051E;
  padding: 15px;
  margin-top: 20px;
  background-image: url('https://mypanelcdn.com/aaAbl/zwERBjxys9KQIcXr.webp');
  background-repeat: no-repeat;
  background-size: auto;
}
.meny-ttxs h6 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.meny-ttxs p {
  color: #D9D9F2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.straps-new-serves ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(136, 142, 164, 0.38);
  margin-top: 20px;
}
.straps-new-serves ul li p {
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.s1 {
  display: flex;
  align-items: center;
  gap: 5px;
}
#newordr .well {
  overflow: hidden;
}
.brds {
  border-top: 1px solid rgba(136, 142, 164, 0.38);
  padding-top: 20px;
  margin-top: 25px;
}
.auth .massordr .well {
  margin-top: 20px;
}
.auth .container {
  width: 100%;
}
.auth .services-sec {
  padding-top: 0;
}
.auth .services-sec .auth-bnr-txt {
  width: 40%;
}
.auth .services-sec .auth-bnr-wrap {
  margin-bottom: 20px;
}
.flex-servce {
  display: flex;
  align-items: center;
  gap: 5px;
}
.flex-servce .buy.btn {
  justify-content: center !important;
  height: 42px;
  background: #0c0c2a;
  box-shadow: none !important;
  border: 1px solid #22233B;
}
.flex-servce .buy.btn a {
  color: #fff;
  text-decoration: none;
}
.auth .services-sec #serv-inp {
  border: none !important;
}
.services-sec .step-well-wraps {
  background-image: url('https://mypanelcdn.com/aaAbl/Lv6juykc3pTwtDnf.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#order-sec .social-news::before {
  width: 85%;
  left: 145px;
}
#order-sec .nav-pills li a {
  border-radius: 16px;
  border: 1px solid #22233B;
  background: #1F2040;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  min-width: 105px;
  margin-left: 3px;
  gap: 5px;
}
#order-sec .nav-pills li.active a {
  border-radius: 16px;
  background: linear-gradient(270deg, #FCA745 0%, #FC5D9D 48%, #763EFF 100%);
  box-shadow: 2px -5px 8.1px 0px rgba(255, 255, 255, 0.59) inset;
  border: none;
}
#order-sec .form-control {
  border-radius: 16px;
  border: 1px solid #22233B !important;
  background: #1F2040;
  position: relative;
  padding: 22px;
}
#order-sec .input-group {
  position: relative;
  width: 283px;
}
#order-sec .btn.btn-default {
  background: transparent;
  border: none;
  color: #fff;
  right: 38px;
}
#terms-sec .txt {
  font-size: 14px;
}
#terms-sec .servce-title span {
  font-size: 14px;
}
#terms-sec .step-well-wraps {
  margin-bottom: 20px;
}
.wrapper-txt-box {
  border-radius: 15px;
  border: 1px solid #22233B;
  background: #05051E;
  padding: 15px;
}
.wrapper-txt-box h6 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wrapper-txt-box p {
  color: #D9D9F2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#terms-sec .txt br {
  margin-bottom: 10px !important;
}
#accounts-sec .sp-cap-title {
  font-size: 15px;
}
#accounts-sec .img-wrps-new {
  margin: 0;
}
#accounts-sec  .auth-box {
  padding: 15px;
}
#accounts-sec .btn.btn-my {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid rgba(136, 142, 164, 0.22);
  background: #272746;
  box-shadow: none;
}
#accounts-sec .well {
  margin-top: 20px;
}
#accounts-sec .step-well-wraps {
  margin-top: 20px;
}
#accounts-sec .p-5.font14 {
  color: #D9D9F2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
}
#accounts-sec .btn.btn-success {
  border-radius: 15px;
  background: linear-gradient(270deg, #FCA745 0%, #FC5D9D 48%, #763EFF 100%);
  box-shadow: 2px -5px 8.1px 0px rgba(255, 255, 255, 0.59) inset;
  padding: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
#accounts-sec .btn-heros {
  border-radius: 15px;
  background: #1F2040;
  padding: 15px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.wells {
  border-radius: 15px;
  border: 1px solid #22233B;
  background: #05051E;
  padding: 15px;
  margin-bottom: 15px;
}
.wells .btn-heros {
  width: 299px;
}
.wells:last-child {
  margin-bottom: 0;
}
.wells .btn-primary {
  height: 60px;
  margin-top: 10px;
  width: 164px;
}
.wells #api_key {
  color: #fff;
}
#addfnds-sec .btn.btn-my {
  border-radius: 10px;
  background: #06C755;
  box-shadow: 0px 7px 13.2px 0px rgba(6, 199, 85, 0.26);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payments-uls .social-news {
  padding-top: 0;
}
.payments-uls .social-news::before {
  top: 14px;
  left: 295px;
  width: 68%;
}
.payments-uls {
  background-position: top right;
  background-size: contain;
  background-color: #0C0C2A;
}
.pay-uls {
  border: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  flex-wrap: wrap;
}
.pay-uls li .pay-imgs {
  width: 125px;
  height: 55px;
  flex-shrink: 0;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: #1F2040;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payments-uls .wrapper-txt-box {
  margin-top: 15px;
}
#addfnds-sec .quick-amount {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  gap: 5px;
  border-radius: 15px;
}
#addfnds-sec .quick-amount__item {
  cursor: pointer;
  flex: 1;
  padding: 25px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .14s ease all;
  border-radius: 15px;
  border: 1px solid #151C35;
  background: #05051E;
  width: 83px;
  height: 50px;
}
.smmspot-radio {
  display: flex;
  align-items: center;
  gap: 8px;
}
.smmspot-radio__icon {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #151C35;
  background-color: #0C0C2A;
  position: relative;
  display: inline-block;
}
.smmspot-radio__icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0);
}
.smmspot-radio__title {
  color: #D9D9D9;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.45px;
}
.well .panel-body {
  border-radius: 13px;
  border: 1px solid #18183F;
  background: #0C0C2A;
  padding: 15px;
  color: #D9D9F2;
}
.well .panel-body div {
  text-align: left;
}
.row.step-adds-row {
  padding-top: 20px;
}
.auth .well .table thead tr th {
	background: #0A0A21;
	border: none;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-top: 0.5px solid #18183F;
	border-bottom: 0.5px solid #18183F;
	padding: 12px;
	position: relative;
	white-space: nowrap;
}
#addfnds-sec .well .table {
	border-collapse: separate;
	border-spacing: 0 10px;
}
.auth .well .table thead tr th:first-child {
  border-left: 0.5px solid #18183F;
  border-radius: 14px 0 0 14px;
}
.auth .well .table thead tr th:last-child {
  border-right: 0.5px solid #18183F;
  border-radius: 0 14px 14px 0;
}
.auth .well .table tbody tr td {
  border-top: 1px solid #18183F;
  border-bottom: 1px solid #18183F;
  background: #0C0C2A;
  padding: 15px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  white-space: nowrap;
}
.auth .well .table tbody tr td:first-child {
  border-left: 1px solid #18183F;
  border-radius: 14px 0 0 14px;
}
.auth .well .table tbody tr td:last-child {
  border-right: 1px solid #18183F;
  border-radius: 0 14px 14px 0;
}
.auth .well .table thead tr th::before {
  content: '';
  position: absolute;
  background: #1F2040;
  width: 1px;
  height: 17px;
  right: 8px;
  top: 13px;
}
.auth .well .table tbody tr td::before {
  content: '';
  position: absolute;
  background: #1F2040;
  width: 1px;
  height: 17px;
  right: 8px;
  top: 16px;
}
.payments-uls .wrapper-txt-box img {
  padding-bottom: 10px;
}
.row.ticket-btn-row .media {
  border-radius: 15px;
  border: 1px solid #151C35;
  background: #05051E;
  width: 148px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D9D9D9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  text-decoration: none;
}
.flex-boxer {
  display: flex;
  overflow: center;
  overflow-x: auto;
  gap: 10px;
  flex-wrap: 10px;
  scrollbar-width: thin;
  margin-bottom: 20px;
}
#ticketsend .form-control {
  height: auto;
}
.tic-title {
  color: #B2BBD3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-top: 1px solid rgba(136, 142, 164, 0.38);
  padding-top: 15px;
}
.stp-flex {
  display: flex;
  align-items: center;
  gap: 8px;
}
.stp-flex .straps-new-serves {
  padding-left: 0;
}
#childpanel-sec .payments-uls {
  margin-bottom: 20px;
}
#childpanel-sec .title {
  font-size: 30px;
}
#childpanel-sec .steps-bx {
  border-radius: 21px;
  border: 1px solid #22233B;
  background: #0C0C2A;
  padding: 15px;
  min-height: 220px;
}
#childpanel-sec .steps-bx h6 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  padding-top: 20px;
  transform: translateY(10px);
}
.steps-bx1 {
  margin-top: 20px;
}
.steps-bx1 h6 {
  text-align: left !important;
}
.steps-bx1 p {
  color: #D9D9D9;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.steps-bx1 ul li h6 {
  font-size: 12px !important;
  margin: 0;
  padding-top: 0 !important;
  transform: translateY(0) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
}
.steps-bx1 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.steps-bx1 ul li {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  width: 145px;
  height: 42px;
  flex-shrink: 0;
  background: #1F2040;
  align-items: center;
  display: flex;
  justify-content: start;
  gap: 9px;
  padding-left: 10px;
}
.steps-bx1 ul li .flex-imgss {
  display: flex;
  align-items: center;
  justify-content: start;
}
.steps-bx1 h6 {
  padding-top: 0 !important;
}
.txts {
  font-size: 16px !important;
}
#childpanel-sec .btn.btn-primary {
  width: 141px;
  height: 52px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
#childpanel-sec .alert.alert-info {
  border-radius: 13px;
  border: 1px solid #18183F;
  background: #05051E;
  color: #fff;
}
#childpanel-sec .btn.btn-secondary {
  margin-bottom: 15px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: #1F2040;
  color: #fff;
}
.auth #api-sec {
  padding-top: 20px;
}
.auth #api-sec .signup-flex {
  width: 317px;
}
.auth #api-sec .txt {
  font-size: 14px;
}
.auth #api-sec .nav-tabs .nav-item .nav-link {
  width: 222px;
}
.auth #api-sec .signup-flex {
  display: none;
}
.sidebar-logs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-logs .menu-icon {
  width: 47.402px;
  height: 47.402px;
  border: 1px solid #22233B;
}
.bottom-sidebar {
  margin-top: 100px;
}
.pinner-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.guest .row.copy-write {
  margin-bottom: 30px;
}
.auth .row.copy-write {
  width: 99%;
  margin: auto;
  margin-top: 30px;
}
.top-menu #currencies-list {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #22233B;
  background: #0C0C2A;
  color: #fff;
  z-index: 99999;
}
.top-menu #currencies-list a {
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  background: #1F2040;
  padding: 8px;
  margin-bottom: 5px;
  width: 100%;
  display: flex;
}
.guest .signup-sec .form-control {
  background: #fff;
  border: none;
  color: #000;
  padding-left: 40px;
}
.signup-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 80%;
}
.signup-fields .form-group:nth-child(2), .signup-fields .form-group:nth-child(3) {
  flex: 0 0 49%;
  max-width: 49%;
}
.signup-fields .form-group {
  flex: 0 0 100%;
  max-width: 100%;
}
#email.inpt-icon img {
  content: url('https://mypanelcdn.com/aaAbl/hFgTyYpeBvlRPQbN.webp');
}
#password.inpt-icon img {
  content: url('https://mypanelcdn.com/aaAbl/c4RHhPM6wN3CSjqK.webp');
}
#password_again.inpt-icon img {
  content: url('https://mypanelcdn.com/aaAbl/c4RHhPM6wN3CSjqK.webp');
}

/* daymode  */

.dark {
  background: #fff;
}
.dark .row.top-bar {
  border: 1px solid rgba(156, 164, 190, 0.05);
  background: #F2F2F9;
}
.dark .breads-wrap .breads-txt, .dark .breads-wrap {
  color: #5F6167;
}
.dark .breads-btm-txt {
  color: #5F6167;
}  
.dark .breads-title {
  color: #090F24;
}
.dark .top-menu-btn {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #FFF;
  color: #090F24;
}
.dark .darkmode-img {
  display: none;
}
.daymode-img {
  display: none;
}
.dark .daymode-img {
  display: block;
}
.dark .auth-bnr-wrap {
  border: 1px solid rgba(156, 164, 190, 0.05);
  background-color: #F2F2F9;
  background-image: url('https://mypanelcdn.com/aaAbl/vxprDk5bEw4O6XqP.webp');
}
.dark .sp-cnt {
  background: linear-gradient(180deg, #090F24 0%, #676767 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dark .auth-bnr-title {
  background: linear-gradient(180deg, #090F24 0%, #676767 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dark .auth-bnr-txt {
  color: #5F6167;
}
.dark .auth-box {
  border: 1px solid rgba(156, 164, 190, 0.05) !important;
  background: #F2F2F9;
  box-shadow: 0px 9px 64.4px 0px rgba(129, 128, 143, 0.15);
  border-radius: 16px !important;
}
.dark .auth-box-fund::before {
  background-image: url('https://mypanelcdn.com/aaAbl/xuQ3NVd2bf9EpJ1a.webp');
}
.dark .sp-new-ttle {
  color: #5F6167;
}
.dark .sp-cap-title {
  background: linear-gradient(180deg, #090F24 0%, #4F5155 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dark .sp-ours {
  background: linear-gradient(180deg, #090F24 0%, #676767 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dark .social-cate-btn {
  border: 1px solid rgba(156, 164, 190, 0.05);
  background: #E4E4EE;
  color: #090F24;
}
.auth.dark .well {
  border: 1px solid rgba(156, 164, 190, 0.05);
  background: #F2F2F9;
  box-shadow: none;
}
.auth.dark .step-newform {
  background-image: none;
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #FFF;
}
.auth.dark .step-newform .menu-link {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #F2F2F9;
}
.auth.dark .step-newform .menu-link .menu-txt {
  color: #5F6167;
}
.auth.dark .step-newform .menu-link:hover {
  border: none;
  background: #05051E;
  box-shadow: -5px -5px 14.1px 0px rgba(255, 255, 255, 0.25) inset;
}
.auth.dark .step-newform .menu-link:hover .menu-txt {
  color: #fff;
}
.auth.dark .step-newform .menu-link::after {
  color: #D9D9F2;
}
.dark .flex-frm-wrps h4 {
  background: linear-gradient(180deg, #090F24 0%, #4F5155 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dark .flex-frm-wrps p {
  color: #5F6167;
}
.auth.dark .form-control {
  border: 1px solid rgba(156, 164, 190, 0.30) !important;
  background: #FFF;
  color: #5F6167;
  display: flex;
  align-items: center;
  padding-top: 0;
  min-height: 60px;
  padding-bottom: 0;
  padding-left: 15px;
}
.auth.dark .form-control {
  border: 1px solid rgba(156, 164, 190, 0.30) !important;
  background: #FFF;
  color: #5F6167;
}
.auth.dark .control-label {
  color: #5F6167;
}
.auth.dark .servce-title {
  color: #090F24;
}
.auth.dark .strapper {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #FFF;
}
.auth.dark .strap-flexer h6 {
  color: #5F6167;
}
.auth.dark .strap-flexer p {
  color: #090F24;
}
.auth.dark .strap-serve li {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #F2F2F9;
}
.auth.dark .strap-serve li span {
  color: #000;
}
.auth.dark .strap-serve li {
  color: #5F6167;
}
.dark .servce-updte {
  color: #090F24;
}
.dark .strapper2 {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #FFF;
}
.dark .straps-new-serves {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background-color: #F2F2F9;
  background-image: url('https://mypanelcdn.com/aaAbl/yNkwiObUXsvQ2RFG.webp');
  background-position: right;
  background-size: 100% auto;
}
.dark .meny-ttxs h6 {
  color: #090F24;
}
.dark .meny-ttxs p {
  color: #5F6167;
}
.dark .straps-new-serves ul li p {
  color: #090F24;
}
.auth.dark .select2-selection.select2-selection--single {
  border: 1px solid rgba(156, 164, 190, 0.30) !important;
  background: #FFF;
  color: #5F6167 !important;
}
.auth.dark .select2-selection.select2-selection--single span {
  color: #5F6167;
}
.auth.dark .min-max {
  border: 1px solid rgba(156, 164, 190, 0.05);
  background: #FFF;
  color: #5F6167;
}
.dark .sidebar-wrap {
  border: 1px solid rgba(156, 164, 190, 0.05);
  background: #F2F2F9;
  background-image: url('https://mypanelcdn.com/aaAbl/8346ibeUVjz10Q5G.webp');
}
.dark .dashboard-menu {
  border: 0.5px solid rgba(255, 255, 255, 0.50);
  background: #FFF;
  color: #090F24 !important;
}
.dark .dashboard-menu .menu-icon {
  background: #E1E1EB;
} 
.dark .menu-title {
  color: #090F24;
}
.dark .menu-link .menu-icon {
  border-radius: 10px;
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #fff;
  width: 34px;
  height: 34px;
  position: relative;
  overflow: hidden;
}
.dark .menu-link {
  color: #5F6167;
}
.dark .menu-link::after {
  color: #A2A2AA;
}
.dark .menu-link:hover {
  border: 0.5px solid #FFF;
  background: #FFF;
  box-shadow: -5px -5px 14.1px 0px rgba(255, 255, 255, 0.25) inset;
  color: #090F24;
}
.dark .menu-link:hover .menu-icon {
  border: none !important;
}
.dark .menu-icon {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #FFF;
}
.dark .row.copy-write {
  border: 1px solid rgba(156, 164, 190, 0.05);
  background: #F2F2F9;
}
.dark .foot-txt {
  color: #000;
}
.dark .follow-us li p {
  color: #000;
}
.dark .follow-us li a {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #FFF;
}
.dark .top-menu #currencies-list {
  border: 1px solid rgba(156, 164, 190, 0.05);
  background: #F2F2F9;
}
.dark .top-menu #currencies-list a {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #FFF;
  color: #090F24;
}
.auth.dark .services-sec #serv-inp {
  border: none;
  background: #F2F2F9;
}
.auth.dark .services .search .input-group {
  border: 1px solid rgba(156, 164, 190, 0.05);
  background: #F2F2F9;
}
.auth.dark .services-sec .step-well-wraps {
  border: 1px solid rgba(156, 164, 190, 0.05);
  background: #F2F2F9;
}
.auth.dark .serv-heading {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #FFF;
  color: #090F24;
}
.auth.dark .step-well-wraps .table thead tr th {
  background: #FFF;
  color: #5F6167;
}
.auth.dark .step-well-wraps .table tbody tr td {
  background: #FFF;
  color: #5F6167;
}
.auth.dark .flex-servce .buy.btn {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #F2F2F9;
  color: #000 !important;
}
.dark .flex-servce .buy.btn a {
  color: #000;
}
.dark .pay-uls li .pay-imgs {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #FFF;
}
.dark .payments-uls .wrapper-txt-box {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #FFF;
}
.dark #addfnds-sec .quick-amount__item {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #FFF;
}
.dark .smmspot-radio__icon {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #F2F2F9;
}
.dark .smmspot-radio__title {
  color: #000;
}
.auth.dark .well .table thead tr th {
	background: #FFF;
	color: #5F6167;
	border: none !important;
	border-top: 1px solid rgba(156, 164, 190, 0.30) !important;
	border-bottom: 1px solid rgba(156, 164, 190, 0.30) !important;
}
.auth.dark .well .table thead tr th:first-child {
  border-left: 1px solid rgba(156, 164, 190, 0.30) !important;
}
.auth.dark .well .table thead tr th:last-child {
  border-right: 1px solid rgba(156, 164, 190, 0.30) !important;
}
.auth.dark .well .table tbody tr td {
  background: #FFF;
  border: none !important;
  color: #5F6167;
  border-top: 1px solid rgba(156, 164, 190, 0.30) !important;
	border-bottom: 1px solid rgba(156, 164, 190, 0.30) !important;
}
.auth.dark .well .table tbody tr td:first-child {
  border-left: 1px solid rgba(156, 164, 190, 0.30) !important;
}
.auth.dark .well .table tbody tr td:last-child {
  border-right: 1px solid rgba(156, 164, 190, 0.30) !important;
}
.dark .quick-amount__item.selected .smmspot-radio__icon {
  border: none;
}
.auth.dark .well .table tbody tr td::before {
	background: rgba(156, 164, 190, 0.38);
}
.dark #order-sec .nav-pills li a {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #F2F2F9;
  color: #000;
}
.dark #order-sec .nav-pills li a svg path {
  fill: #7B8196;
}
.dark #order-sec .form-control {
  border: 1px solid rgba(156, 164, 190, 0.30) !important;
  background: #F2F2F9;
  color: #5F6167;
}
.dark #order-sec .btn.btn-default {
  color: #000;
}
.dark #childpanel-sec .straps-new-serves {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #FFF;
}
.dark #childpanel-sec .payments-uls {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #F2F2F9;
}
.auth.dark .title {
  background: linear-gradient(180deg, #090F24 0%, #4F5155 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dark #childpanel-sec .steps-bx {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #F2F2F9;
}
.dark #childpanel-sec .steps-bx h6 {
  color: #090F24;
}
.dark .steps-bx1 p {
  color: #5F6167;
}
.dark .steps-bx1 ul li {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #FFF;
}
.auth.dark #api-sec .txt {
  color: #5F6167;
}
.auth.dark #api-sec .step-well-wraps {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #F2F2F9;
}
.auth.dark #api-sec .nav-tabs .nav-item .nav-link {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #FFF;
  color: #090F24;
}
.auth.dark #api-sec .Addorder {
  filter: drop-shadow(0px 100px 0 #7B8196);
  transform: translateY(-100px);
}
.auth.dark #api-sec .Servicelist {
  filter: drop-shadow(0px 100px 0 #7B8196);
  transform: translateY(-100px);
}
.auth.dark #api-sec .Orderstatus {
  filter: drop-shadow(0px 100px 0 #7B8196);
  transform: translateY(-100px);
}
.auth.dark #api-sec .Multipleordersstatus {
  filter: drop-shadow(0px 100px 0 #7B8196);
  transform: translateY(-100px);
}
.auth.dark #api-sec .Userbalance {
  filter: drop-shadow(0px 100px 0 #7B8196);
  transform: translateY(-100px);
}
.auth.dark #api-sec .Refill {
  filter: drop-shadow(0px 100px 0 #7B8196);
  transform: translateY(-100px);
}
.auth.dark #api-sec .Cancel {
  filter: drop-shadow(0px 100px 0 #7B8196);
  transform: translateY(-100px);
}
.auth.dark #api-sec .nav-tabs .nav-item .nav-link {
  overflow: hidden;
}
.auth.dark #api-sec .step-well-wraps h2 {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #FFF;
  color: #090F24;
}
.auth.dark #api-sec .step-well-api {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #FFF;
}
.auth.dark .steps-apis li {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #F2F2F9;
  color: #5F6167;
}
.auth.dark .steps-apis li .hero-api h6 {
  color: #000;
}
.auth.dark .steps-apis li .hero-api p {
  color: #5F6167;
}
.auth.dark #api-sec pre {
  color: #5F6167;
}
.auth.dark #api-sec .step-para-api {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #FFF;
}
.auth.dark #api-sec .step-para-api li {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #F2F2F9;
}
.auth.dark #api-sec .step-para-api li h6 {
  color: #000;
}
.auth.dark #api-sec .step-para-api li p {
  color: #5F6167;
}
.dark #accounts-sec .btn.btn-my {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #FFF;
  color: #000;
}
.dark #accounts-sec .btn.btn-my svg path {
  fill: #7B8196;
}
.dark #accounts-sec .step-well-wraps {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #F2F2F9;
}
.dark #accounts-sec .p-5.font14 {
  color: #5F6167;
}
.dark #accounts-sec .btn-heros {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #FFF;
  color: #090F24;
}
.auth.dark #accounts-sec .wells {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #FFF;
}
.dark #accounts-sec .step-well-wraps .mx-auto .btn-heros {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #F2F2F9;
}
.dark .wells #api_key {
  color: #5F6167;
}
.dark .wells #api_key {
  color: #000;
  border: 1px solid rgba(156, 164, 190, 0.30) !important;
  background: #F2F2F9;
}
.auth.dark .services-sec .modal-content {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #F2F2F9;
}
.auth.dark .services-sec .table td .btn-secondary {
  border: 1px solid rgba(156, 164, 190, 0.30);
  background: #FFF;
}
.step-hand {
  display: flex;
  align-items: center;
}
.dark .menu-icon {
  border: none !important;
}
.dark .me-icon {
  border: none !important;
}
#newordr .strapper2 {
  height: 451px;
  overflow: auto;
  scrollbar-width: none;
}
.dark .menu-title {
  border-color: rgba(156, 164, 190, 0.30);
}
.dark .step-well-wraps .table thead tr th::before {
  background: rgba(156, 164, 190, 0.30);
}
.dark .well .table thead tr th::before {
  background: rgba(156, 164, 190, 0.30);
}
.auth .well .table thead tr th:last-child::before {
	display: none;
}
.auth .well .table tbody tr td:last-child::before {
	display: none;
}
.auth.dark .well .panel-body {
	border: 1px solid rgba(156, 164, 190, 0.30);
	background: #FFF;
	color: #000;
}
#addfnds-sec .quick-amount {
	display: none;
}
.btn.btn-pri {
	background: transparent;
	border: none;
	padding: 0 7px;
}
.st-flex {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
  gap: 8px;
}
 #api-sec .form-control {
	height: 50px;
	border-radius: 14px;
	border: 1px solid #18183F;
	background: #05051e;
	box-shadow: none;
	color: #fff;
	padding-left: 50px;
}
.st-flex svg {
	width: 45px;
	height: 45px;
}
.update-content-wrap {
	border-radius: 13px;
	border: 1px solid #18183F;
	background: #05051E;
	padding: 15px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.id-boxi {
	background: #1D1D43;
	min-width: 60px;
	height: 23px;
	color: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
}
.badge {
	margin-bottom: 8px;
}
.update-ser-name {
	color: #D9D9F2;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-top: 8px;
	padding-bottom: 8px;
}
.update-date {
	color: #FFF;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-top: 1px solid rgba(136, 142, 164, 0.38);
	width: 100%;
	padding-top: 14px;
	margin-top: 10px;
}
.update-content {
	border-radius: 17px;
	border: 1px solid #18183F;
	background: #0C0C2A;
	padding: 15px;
	height: 451px;
	overflow: auto;
	scrollbar-width: none;
}
.ser-update-btn-wrap {
	display: flex;
	align-items: center;
	align-content: center;
	margin-bottom: 10px;
	justify-content: space-between;
}
.ser-update-btn-wrap li {
	flex: 0 0 19%;
	max-width: 19%;
}
.ser-update-btn {
	background: #05051E;
	border: 0.5px solid #151C35;
	color: #FFF;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 10px;
	padding: 8px;
	cursor: pointer;
}
.ser-update-btn:hover,
.ser-update-btn.active {
	border: 0.5px solid #fff;
}
.auth.dark .ser-update-btn {
	border: 1px solid rgba(156, 164, 190, 0.30);
	background: #F2F2F9;
	color: #5F6167;
}
.auth.dark .ser-update-btn:hover,
.auth.dark .ser-update-btn.active {
	border: 0.5px solid #5F6167;
}
.home #top-sec {
	background-image: url('https://mypanelcdn.com/aaAbl/wHvBG0fdaguZo2WX.webp');
	background-size: cover;
	background-position: top center;
}
/* responsive  */
@media screen and (max-width: 1199px) {
  .step-navbar .navbar-center {
    padding-left: 80px;
  }
  .step-top-uls li h6 {
    font-size: 45px;
  }
  .step-top-uls li p {    
    font-size: 18px;
  }
  #our-services {
    padding: 0;
  }
  .table-responsive {
    border: none;
  }
  .services .search .input-group .btn-primary {
    min-width: 135px;
  }
  .step-socials-wrps ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .step-well-wraps .table thead tr th {
    padding: 12px;
  }
  .step-well-wraps .table tbody tr td {
    padding: 10px;
  }
  .inner-wrap {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .services-sec {
    padding-top: 0;
  }
  #api-sec {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .step-navbar .navbar-center {
    padding-left: 22px;
  }
  .step-navbar .navbar-brand img {
    max-width: 115px;
  }
  .step-navbar .navbar-right li .btn.btn-secondary {
    width: 84px;
  }
  .step-navbar .navbar-right li .btn.btn-primary {
    width: 84px;
  }
  .col-sm-6 {
    width: 100%;
  }
  .footer-wrapper .col-sm-6 {
    width: 50%;
  }
  .login-wraper {
    width: 100%;
    margin: 20px auto;
    z-index: 9;
  }
  br {
    display: none;
  }
  .col-sm-5 {
    width: 100%;
  }
  #about-sec .row img {
    margin: auto;
  }
  .col-sm-7 {
    width: 100%;
  }
  #about-sec .row img {
    margin: auto;
    padding-bottom: 30px;
  }
  #how-sec .abt-txt1 {
    width: 100%;
    padding: 20px;
  }
  .card-hero-one {
    padding: 20px;
  }
  #api-sec .nav-tabs .nav-item .nav-link {
    width: 200px;
  }
  .signup-sec .row {
    display: flex;
    flex-wrap: wrap;
  }
  .step-signup {
    padding: 15px;
    margin-bottom: 15px;
  }
  .copywrite-bg .row {
    width: 100%;
  }
  .copywrite-bg .row {
    display: flex;
    justify-content: space-between;
  }
  #newordr .row.auth-bnr-row .col-sm-3 {
    width: 50%;
    margin-top: 20px;
  }
  .social-news::before {
    width: 47%;
  }
  .social-cate-btn {
    position: relative;
    z-index: 999;
  }
  .ser-cat-list {
    position: relative;
    z-index: 999;
  }
  .stp-flex {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  #accounts-sec .auth-box {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .step-navbar .navbar-center {
    padding-left: 0;
  }
  .step-navbar .navbar-right {
    display: flex;
    align-items: center;
  }
  .step-navbar .navbar-center li.active a::before {
    display: none;
  }
  .step-navbar .navbar-center li.active a::after {
    bottom: -5px;
    left: 14px;
    margin: unset;
  }
  .step-navbar {
    border-radius: 0;
    position: relative;
    width: 100%;
    top: 0;
  }
  #top-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .or-wrap::before {
    width: 217px;
  }
  .or-wrap::after {
    width: 217px;
  }
  .card-wrapper .card-body h6 {
    font-size: 22px;
    width: 100%;
  }
  .card-wrapper {
    padding: 20px;
  }
  #about-sec .row {
    border-radius: 26px;
    padding: 20px;
  }
  #how-sec .abt-txt1 {
    width: 300px;
    padding: 20px;
    margin-left: unset;
  }
  .row.how-row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #benefits-yoyo {
    padding-top: 0;
  }
  #our-services .row {
    border-radius: 26px;
    padding: 20px;
  }
  .footer-wrapper .col-sm-6 {
    width: 100%;
  }
  .step-footer-flex {
    justify-content: start;
    gap: 20px;
    margin-top: 20px;
  }
  .ftr-menu {
    width: 100%;
  }
  .foot-txt {
    text-align: center;
  }
  .follow-us {
    justify-content: center;
    margin-top: 12px;
  }
  #how-sec .row {
    display: flex;
    flex-wrap: wrap;
  }
  #how-sec .col-sm-3 {
    width: 50%;
  }
  .step-well .form-group:nth-child(2), .step-well .form-group:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .step-well .form-group:nth-child(2) .form-control, .step-well .form-group:nth-child(3) .form-control {
    width: 100%;
  }
  #blog-wrapper {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .blogpost-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #newordr .row.auth-bnr-row .col-sm-3 {
    width: 100%;
  }
  .btn.btn-my {
    margin-top: 20px;
  }
  .btn.btn-view {
    margin-top: 20px;
  }
  .ser-cat-list {
    display: flex;
    flex-wrap: wrap;
  }
  .social-news::before {
    width: 30%;
  }
  .pay-uls li .pay-imgs {
    margin-bottom: 10px;
  }
  .payments-uls .social-news::before {
    width: 35%;
  }
  #childpanel-sec .steps-bx {
    margin-top: 10px;
  }
  #childpanel-sec .steps-bx img {
    margin: auto;
  }
  .auth-bnr-img {
    position: absolute;
    right: -95px;
    top: 0;
    opacity: 0.6;
  }
  .auth .services-sec .auth-bnr-txt {
    width: 100%;
    position: relative;
    z-index: 9;
  }
}
@media screen and (max-width:575px ) {
  body {
    padding-bottom: 0;
  }
  #top-sec {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-title {
    font-size: 35px;
  }
  .txt {
    font-size: 16px;
  }
  #top-sec .txt {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .top-star {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 10px;
    flex-wrap: wrap;
  }
  .top-star img {
    margin: auto;
  }
  .top-star .btn.btn-primary {
    min-width: 100%;
    margin-top: 10px;
  }
  .st-tops {
    margin: auto;
    padding-top: 8px;
  }
  .step-top-uls {
    margin-top: 20px;
  }
  .step-top-uls li h6 {
    font-size: 28px;
  }
  .step-top-uls li p {
    font-size: 14px;
  }
  .login-wraper {
    padding: 15px;
  }
  .login-frm-title {
    font-size: 22px;
  }
  .remem-rest {
    padding-bottom: 0;
  }
  .or-wrapper {
    padding-bottom: 0;
  }
  .or-wrap::before {
    width: 135px;
  }
  .or-wrap::after {
    width: 135px;
  }
  .brd-bottoms {
    padding-top: 10px;
  }
  .title {
    font-size: 30px;
  }
  .card-wrapper {
    padding: 15px;
  }
  .card-wrapper .card-body h6 {
    font-size: 20px;
    width: 100%;
  }
  .register-box {
    display: flex;
    flex-wrap: wrap;
  }
  .register-box h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .register-box .btn.btn-primary {
    height: 50px;
  }
  #why-sec {
    position: relative;
    padding-bottom: 20px;
  }
  #about-sec .row {
    border-radius: 26px;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .txt {
    font-size: 14px;
  }
  #about-sec .txt-one {
    padding-top: 0;
  }
  #about-sec .btn.btn-primary {
    margin-top: 20px;
  }
  #how-sec {
    padding: 20px 0;
  }
  #how-sec .title {
    font-size: 30px;
  }
  #how-sec .abt-txt1 {
    width: 100%;
    padding: 15px;
    margin-left: unset;
    height: 55px;
  }
  .row.how-row {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .how-card h4 {
    padding-top: 10px;
    font-size: 18px;
  }
  .benefits-yoyo {
    padding-top: 0;
  }
  .card-hero-one h4 {
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .card-hero-one {
    padding: 15px;
  }
  .superior-slider-nav1 {
    margin-top: 20px;
  }
  #benefits-yoyo {
    padding-top: 0;
    padding-bottom: 20px;
  }   
  #our-services .row .title {
    font-size: 30px;
  }
  #our-services .row {
    border-radius: 26px;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #our-services .nav-pills {
    width: 100%;
  }
  #our-services .nav-pills .nav-link {
    width: auto;
  }
  .step-social-box {
    padding: 15px;
  }
  .step-social-box h2 {
    font-size: 25px;
  }
  #faqs-sec {
    padding: 20px 0;
  }   
  #faqs-sec .panel-title {
    font-size: 16px;
  }
  .testimonial-wrapper {
    padding-top: 0;
  }
  #about-sec .btn.btn-primary {
    height: 48px;
  }
  #our-services .nav-pills .nav-link {
    padding: 16px;
  }
  .testi-card {
    padding: 15px;
  }
  .testi-card .card-img-top img {
    padding-top: 10px;
  }
  .testi-card .txtus {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .card-flex-box {
    display: flex;
    flex-wrap: wrap;
  }
  #our-services .nav-pills {
    display: flex;
    flex-wrap: wrap;
  }
  .stepper1 {
    margin-top: 10px;
  }
  #testimonials-sec {
    padding-bottom: 20px;
  }
  #faqs-sec .panel-heading {
    height: 58px;
  }
  #faqs-sec .panel-title a::before {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
  #faqs-sec .panel-default {
    background: transparent;
    border: none;
    margin-bottom: 10px;
  }
  .footer-wrapper {
    padding-top: 20px;
  }
  .step-f .txt {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer-wrapper .btn.btn-primary {
    width: 100%;
    height: 48px;
    margin-top: 20px;
  }
  .ftr-menu {
    height: auto;
    padding: 15px;
  }
  .row.copy-write {
    margin-top: 20px;
    border-radius: 0;
  }
  .foot-txt {
    font-size: 14px;
  }
  #api-sec .step-well-wraps {
    padding: 15px;
  }
  #api-sec .nav-tabs .nav-item .nav-link {
    width: 100%;
  }
  #api-sec .nav-tabs .nav-item {
    width: 100%;
  }
  #api-sec .step-well-wraps h2 {
    padding: 15px;
    font-size: 16px;
  }
  #api-sec {
    padding-top: 0;
    padding-bottom: 0;
  }
  .steps-apis li .hero-api .btn.btn-primary {
    width: 90px;
    height: 34px;
    font-size: 12px;
  }
  .step-signup .main-title {
    font-size: 25px;
  }
  .step-signup a {
    font-size: 16px;
  }
  .step-signup .signup-flex {
    width: 100%;
  }
  .signup-sec .row {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: unset;
  }
  .step-yoyo-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .hero-wrapper-signup .main-title {
    font-size: 30px;
  }
  .step-well .form-group .form-control {
    width: 100%;
  }
  .signup-sec .form-group {
    width: 100%;
  }
  .step-signup-bottom svg {
    width: 150px;
  }
  .signup-sec .btn.btn-primary {
    width: 100%;
  }
  .copywrite-bg p {
    font-size: 14px;
    text-align: center;
    padding-bottom: 14px;
  }
  .copywrite-bg .row {
    display: block;
    justify-content: center;
    border-radius: 0;
  }
  .step-copywrite {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: auto;
    text-align: center;
  }
  .copywrite-bg {
    padding: 0;
  }
  #blog-wrapper .row.step-blogs {
    border-radius: 14px;
    padding: 0 0 22px 0;
  }
  .well-steps-blog {
    border-radius: 14px;
    padding: 15px;
  }
  .well-steps-blog h2 {
    font-size: 20px;
  }
  .top-sp {
    max-width: 100%;
  }
  #blog-wrapper .row.step-blogs h4 {
    font-size: 30px;
  }
  #blog-wrapper .signup-flex {
    width: 100%;
    margin: 15px auto;
  }
  .well-steps-blog h1 {
    font-size: 30px;
  }
  .auth-bnr-img {
    position: absolute;
    right: -40px;
    top: 0;
    opacity: 0.5;
    max-width: 195px;
  }
  #newordr .auth-bnr-wrap-one .auth-bnr-txt {
    width: 100%;
  }
  .auth-bnr-wrap {
    min-height: auto;
  }
  .auth {	
    padding: 0;
  }
  .pinner-wrap {
    margin-bottom: 15px;
  }
  .top-menu {
    display: flex;
    justify-content: start;
  }
  .sp-cap-title {
    font-size: 25px;
  }
  .social-news::before {
    display: none;
  }
  .sp-ours {
    font-size: 18px;
  }
  .ser-cat-list li a img {
    width: 50px;
  }
  .step-newform {
    height: auto;
  }
  .step-newform li .menu-link {
    width: 129px;
  }
  .flex-frm-wrps {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-frm-wrps #new-order-search #template-searchbyid {
    padding-left: 12px;
    width: 283px;
  }
  .auth .well {
    padding: 15px;
  }
  .auth .well .btn.btn-primary {
    padding: 14px;
  }
  .strap-serve {
    display: flex;
    flex-wrap: wrap;
  }
  .strps-flex1 {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
  }
  .top-menu-btn {
    width: 40px;
    height: 40px;
  }
  #newordr .row.auth-bnr-row .col-sm-3 {
    margin-top: 11px;
  }
  .row.top-bar {
    border-radius: 14px;
    margin: 10px 0 10px;
    padding: 15px;
  }
  .auth .auth-bnr-txt {
    width: 100% !important;
  }
  .services .search .input-group .btn-primary {
    min-width: 100px;
    right: -34px;
  }
  .pay-uls li .pay-imgs {
    margin-bottom: 10px;
    width: 140px;
  }
  .auth .services-sec {
    padding-top: 0;
    padding-bottom: 0;
  }
  .social-news {
    padding-top: 10px;
  }
  #order-sec .nav-pills li a {
    min-width: auto;
    margin-bottom: 10px;
  }
  .search {
    width: 100%;
    float: unset !important;
  }
  #order-sec .input-group {
    position: relative;
    width: 100%;
  }
  .straps-new-serves {
    margin-top: 0;
  }
  .strps-flex1 {
    padding-left: 15px;
  }
  #childpanel-sec .steps-bx {
    min-height: auto;
    margin-bottom: 15px;
  }
  #childpanel-sec .steps-bx h6 {
    transform: translateY(0);
  }
  .steps-bx1 ul li {
    width: 141px;
    height: 48px;
  }
  .auth #api-sec .nav-tabs .nav-item .nav-link {
    width: 100%;
  }
  .auth .steps-apis li .hero-api .btn.btn-primary {
    width: 76px;
    height: 34px;
    font-size: 12px;
  }
  #accounts-sec .btn.btn-success {
    width: 100%;
    margin-bottom: 10px;
  }
  #accounts-sec .btn-heros {
    width: 100%;
  }
  .servce-title {
    font-size: 16px;
  }
  .wells .btn-primary {
    height: 48px;
    margin-top: 10px;
    width: 100%;
  }
  #accounts-sec {
    padding-bottom: 20px;
  }
  .straps-new-serves {
    margin-bottom: 10px;
  }
  .strapper2 {
    border-radius: 17px;
    border: 1px solid #18183F;
    background: #0C0C2A;
    padding: 15px 15px 15px 15px;
  }
  .auth .row.copy-write {
    width: 100%;
    border-radius: 14px;
    margin-bottom: 15px;
  }
  .signup-fields {
    max-width: 100%;
  }
  .signup-sec .step-well {
    margin-bottom: 10px;
  }
  .dark .straps-new-serves {
    background-position: top;
  }
  .guest .navbar-collapse {
    border: none;
  }
  .how-card:hover::before {
    display: none;
  }
  .services .search .input-group {
    padding: 0;
  }
  .services .search .input-group .btn-primary {
    min-width: 100px;
    right: -41px;
    top: -8px;
  }
  .ser-update-btn-wrap li {
	flex: 0 0 49%;
	max-width: 49%;
    margin-bottom: 5px;
}
  .ser-update-btn-wrap {
	flex-wrap: wrap;
}
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 520px !important;
    overflow-y: auto;
}