* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background: #020912;
  padding: 0;
  font-family: "Urbanist", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong,
button,
a,
div {
  font-family: "Urbanist", sans-serif;
}


#top-sec {
  padding-top: 150px;
  padding-bottom: 525px !important;
  position: relative;
  overflow: hidden;
}

#top-sec::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 800px !important;
  transform: rotate(-3.188deg);
  border-radius: 0 0 72% 50%;
  opacity: 0.4;
  background: linear-gradient(169deg, #011645 3.91%, rgba(1, 19, 65, 0.49) 89.93%);
  box-shadow: 0px 36px 46.1px 0px rgba(0, 0, 0, 0.78);
  top: -36% !important;
  left: -18px;
}

#top-sec::after {
  content: '';
  position: absolute;
  border-radius: 0 0 182% 124%;
  opacity: 0.4;
  background: linear-gradient(170deg, #011448 -12.58%, rgba(1, 23, 69, 0.79) 105.97%);
  box-shadow: 0px 35px 46px 0px rgba(10, 43, 82, 0.35);
  width: 100%;
  height: 800px;
  top: -24% !important;
  z-index: -1;
  left: 0;
  right: 0;
}

#top-sec .top-title h1 {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 60%;
  margin: auto;
}

#top-sec .top-title .sp1 {
  position: relative;
  color: #0075FF;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}

#top-sec .top-title .sp1 .mt-s {
  position: absolute;
  bottom: -14px;
  right: 11px;
}

/* #top-sec .top-title .sp1::before {
content: '';
position: absolute;
background-image: url('https://i.23robo.info/projects/socialmedia.in/img/border.webp');
background-repeat: no-repeat;
width: 100%;
height: 100%;
top: 92%;
} */
.right-img img {
  width: 500px;
  margin: auto;
}

#top-sec .top-title .sp2 {
  position: relative;
  color: #0075FF;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}

#top-sec .top-title .sp2 .mt-a {
  position: absolute;
  right: 16px;
  bottom: -14px;
}

/* #top-sec .top-title .sp2::before {
content: '';
position: absolute;
background-image: url('https://i.23robo.info/projects/socialmedia.in/img/border.webp');
background-repeat: no-repeat;
width: 100%;
height: 100%;
top: 92%;
} */

#top-sec .top-title p {
  color: rgba(255, 255, 255, 0.74);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 62%;
  margin: auto;
  padding-top: 35px;
}

.top-nav-wrap {
  background: transparent !important;
  border: none !important;
  padding-top: 15px;
}

.navbar-center-wrap {
  padding-left: 300px;
}

.top-nav-wrap .navbar-nav>li>a:hover,
.top-nav-wrap .navbar-nav>li>a:focus {
  color: #ffffff !important;
  background-color: transparent !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #ffffff;
  background-color: transparent !important;
}

.navbar-center-wrap li.active a {
  color: #fff !important;
}

.navbar-center-wrap li a {
  color: rgba(255, 255, 255, 0.28) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
}

.nav-right-wrap li {
  list-style: none;
}

.nav-right-wrap li a {
  border-radius: 30px;
  background: #0075FF;
  box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
  width: 132px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

/* Hide all steps by default: */
.tab {
  display: none;
  position: relative;
  margin-top: 20px;
}

.step {
  display: none;
}

#regForm {
  width: 561px;
  margin: auto;
}

.tab #form-control {
  border-radius: 40px;
  border: 1px solid #0075FF;
  background: #020912;
  height: 58px;
  width: 100%;
  padding-left: 58px;
}

.tab i {
  position: absolute;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background: #0075FF;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  top: 8px;
  left: 8px;
}

#nextBtn {
  position: absolute;
  transform: translateY(-50px);
  width: 121px;
  height: 40px;
  border-radius: 24px;
  background: #0075FF;
  box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.40) inset;
  border: none;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  right: 26.5%;
}

.frm-wrap {
  border-radius: 28px;
  border: 1px solid rgba(0, 117, 255, 0.22);
  background: #060D17;
  box-shadow: 0px 25px 60px 0px rgba(18, 67, 83, 0.10);
  padding: 30px;
  padding-left: 65px;
  margin-top: 30px;
}

.frm-wrap .frm-title-wrap .frm-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.frm-wrap .frm-title-wrap .frm-title .img-arrow {
  background: #D91A2A;
  align-items: center;
  justify-content: center;
  padding: 9px;
  border-radius: 50px;
}

.frm-wrap .frm-title-wrap .frm-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#top-sec .form-group {
  position: relative;
}

.inpt-icon {
  position: absolute;
}

#top-sec .form-group .form-control {
  border-radius: 35px;
  border: 1px solid #0075FF;
  background: #0D1928;
  padding-left: 58px;
  height: 60px;
}

.inpt-icon {
  position: absolute;
  left: 8px;
  top: 8px;
  color: #fff;
  border-radius: 50px;
  background: #0075FF;
  width: 44px;
  height: 44.024px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}

.frm-wrap .set-btn-user {
  padding: 2px;
}

.btn-tp {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.37);
  background: #0075FF;
  width: 160px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 32px;
  box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
}

.step-rembember {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.step-rembember .reminder {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: none;
}

.step-rembember .have-acc {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.step-rembember .have-acc a {
  color: #0075FF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.step-rembember .reminder #remember {
  margin-right: 5px;
}

.img-active {
  padding-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#icons .icon-wrap ul li {
  list-style: none;
  text-align: center;
}

#icons .icon-wrap ul li p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 20px;
}

#icons .icon-wrap ul .slick-slide img {
  padding-left: 14px;
}

#icons {
  padding-bottom: 80px !important;
  margin-top: -247px !important;
}

#checkout-our {
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
}

#checkout-our .card-title h2 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
  width: 35%;
}

#checkout-our .card-title span {
  color: #0075FF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#checkout-our .c-title h6 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#checkout-our .c-title p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  width: 96%;
}

#checkout-our .c-title .btn-wraps {
  color: #0075FF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 121%;
  text-decoration-line: underline;
}

#checkout-our .card-wrap {
  padding-top: 50px;
  position: relative;
  padding-bottom: 20px;
  transition: 0.5s all ease-in-out;
}

#checkout-our .card-wrap:hover {
  background: url('https://i.23robo.info/projects/socialmedia.in/img/vector25.webp');
  width: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

#checkout-our .card-img1 {
  width: 604px;
  height: 604px;
  border-radius: 604px;
  background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
  position: absolute;
  left: -135%;
  top: -263px;
  z-index: -1;
}

#checkout-our .card-img2 {
  width: 340px;
  height: 340px;
  border-radius: 340px;
  background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
  position: absolute;
  top: -150px;
  right: -175px;
}

#checkout-our .card-img3 {
  width: 168px;
  height: 168px;
  background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
  border-radius: 50%;
  position: absolute;
  top: -72px;
  right: 35px;
}

.border-blue {
  position: relative;
}

.border-blue::before {
  content: '';
  position: absolute;
  width: 115%;
  height: 1px;
  background: rgba(0, 117, 255, 0.31);
  left: -93px;
  top: 139px;
}

#checkout-our .card-wrap::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background: #0075FF;
  border-radius: 50px;
  top: 5px;
  left: 0;
  right: 0;
}

#checkout-our .card-wrap:hover::before {
  border: 4px solid #022753 !important;
  /* opacity: 0.8; */
}

#why-choose {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #060D17;
}

#why-choose .why-title h2 {
  color: #FFF;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#why-choose .why-title span {
  color: #0075FF;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#why-choose .why-title p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 133%;
}



#top-sec {
  padding-top: 150px;
  padding-bottom: 420px;
  position: relative;
  overflow: hidden;
}

.wrap-shadow {
  position: relative;
}

.wrap-shadow::before {
  content: '';
  position: absolute;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow_round.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  height: 362px;
  top: -241px;
  left: -50%;
}

.wrap-shadow::after {
  content: '';
  position: absolute;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow.webp');
  width: 100%;
  height: 468px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -98%;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -2;
}


#top-sec::after {
  content: '';
  position: absolute;
  border-radius: 0 0 182% 124%;
  opacity: 0.4;
  background: linear-gradient(170deg, #011448 -12.58%, rgba(1, 23, 69, 0.79) 105.97%);
  box-shadow: 0px 35px 46px 0px rgba(10, 43, 82, 0.35);
  width: 100%;
  height: 800px;
  top: -40%;
  z-index: -1;
  left: 0;
  right: 0;
}

#top-sec .top-title h1 {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 60%;
  margin: auto;
}

#top-sec .top-title .sp1 {
  position: relative;
  color: #0075FF;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


#top-sec .top-title .sp2 {
  position: relative;
  color: #0075FF;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#top-sec .top-title p {
  color: rgba(255, 255, 255, 0.74);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 62%;
  margin: auto;
  padding-top: 35px;
}

.top-nav-wrap {
  background: transparent !important;
  border: none !important;
  padding-top: 15px;
}

.navbar-center-wrap {
  padding-left: 300px;
}

.top-nav-wrap .navbar-nav>li>a:hover,
.top-nav-wrap .navbar-nav>li>a:focus {
  color: #ffffff !important;
  background-color: transparent !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #ffffff;
  background-color: transparent !important;
}

.navbar-center-wrap li.active a {
  color: #fff !important;
}

.navbar-center-wrap li a {
  color: rgba(255, 255, 255, 0.28) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
}

.nav-right-wrap li {
  list-style: none;
}

.nav-right-wrap li a {
  border-radius: 30px;
  background: #0075FF;
  box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
  width: 132px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Hide all steps by default: */
.tab {
  display: none;
  position: relative;
  margin-top: 20px;
}

.step {
  display: none;
}

#regForm {
  width: 561px;
  margin: auto;
}

.tab #form-control {
  border-radius: 40px;
  border: 1px solid #0075FF;
  background: #020912;
  height: 58px;
  width: 100%;
  padding-left: 58px;
}

.tab i {
  position: absolute;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background: #0075FF;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  top: 8px;
  left: 8px;
}

#nextBtn {
  position: absolute;
  transform: translateY(-50px);
  width: 121px;
  height: 40px;
  border-radius: 24px;
  background: #0075FF;
  box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.40) inset;
  border: none;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  right: 26.5%;
}

.img-active {
  padding-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#icons .icon-wrap ul li {
  list-style: none;
  text-align: center;
}

#icons .icon-wrap ul li p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 20px;
}

#icons .icon-wrap ul .slick-slide img {
  padding-left: 14px;
}

#icons {
  padding-bottom: 119px;
  margin-top: -244px;
}

#checkout-our {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

#checkout-our .card-title h2 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
  width: 35%;
}

#checkout-our .card-title span {
  color: #0075FF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#checkout-our .c-title h6 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#checkout-our .c-title p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  width: 96%;
}

#checkout-our .c-title .btn-wraps {
  color: #0075FF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 121%;
  text-decoration-line: underline;
}

#checkout-our .card-wrap {
  padding-top: 50px;
  position: relative;
  padding-bottom: 20px;
  transition: 0.5s all ease-in-out;
}

#checkout-our .card-wrap:hover {
  background: url('https://i.23robo.info/projects/socialmedia.in/img/vector25.webp');
  width: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}


#checkout-our .card-img2 {
  width: 340px;
  height: 340px;
  border-radius: 340px;
  background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
  position: absolute;
  top: -150px;
  right: -175px;
}

#checkout-our .card-img3 {
  width: 168px;
  height: 168px;
  background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
  border-radius: 50%;
  position: absolute;
  top: -72px;
  right: 35px;
}

.border-blue {
  position: relative;
}

.border-blue::before {
  content: '';
  position: absolute;
  width: 115%;
  height: 1px;
  background: rgba(0, 117, 255, 0.31);
  left: -93px;
  top: 139px;
}

#checkout-our .card-wrap::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background: #0075FF;
  border-radius: 50px;
  top: 5px;
  left: 0;
  right: 0;
}

#checkout-our .card-wrap:hover::before {
  border: 4px solid #022753 !important;
  /* opacity: 0.8; */
}

#why-choose {
  padding-top: 80px;
  padding-bottom: 80px;
}

#why-choose .why-title h2 {
  color: #FFF;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#why-choose .why-title span {
  color: #0075FF;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#why-choose .why-title p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 133%;
}

#why-choose .btn-top {
  width: 153px;
  height: 50px;
  border-radius: 30px;
  background: #0075FF;
  box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 10px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-items: center;
  margin-top: 30px;
}

#why-choose .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

#top-selling {
  padding-top: 80px;
  padding-bottom: 80px;
}

#top-selling .card-slide-titiles h2 {
  color: #FFF;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
  text-align: center;
}

#top-selling .card-slide-titiles p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
}

#top-selling .slider-wrapping .slick-track {
  padding-top: 30px !important;
  padding-bottom: 10px;
}

#top-selling .card-slide1 {
  border-radius: 38px;
  background: linear-gradient(180deg, #525251 0%, #313130 100%);
  padding: 25px;
  height: auto;
  min-height: 300px;
}

#top-selling .card-slide2 {
  border-radius: 38px;
  background: linear-gradient(180deg, #B364F3 0%, #9E27FF 100%);
  padding: 25px;
  height: auto;
  min-height: 300px;
}

#top-selling .card-slide3 {
  border-radius: 38px;
  background: linear-gradient(180deg, #549FEC 0%, #1B8BFF 100%);
  padding: 25px;
  height: auto;
  min-height: 300px;
}

#top-selling .card-slide4 {
  border-radius: 38px;
  background: linear-gradient(180deg, #ED5656 0%, #FF3232 100%);
  padding: 25px;
  height: auto;
  min-height: 300px;
}

#top-selling .card-slide5 {
  border-radius: 38px;
  background: linear-gradient(180deg, #56BFE7 0%, #22C2FF 100%);
  padding: 25px;
  height: auto;
  min-height: 300px;
}

#top-selling .card-slide-titile h6 {
  color: #F5F5F7;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 15px;
}

#top-selling .card-slide-titile p {
  color: #F5F5F7;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 10px;
  overflow-y: auto !important;
  height: 150px !important;
  scrollbar-width: thin !important;
}

#top-selling .btn-slide {
  width: 168px;
  height: 48px;
  border-radius: 56px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #061D37;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  margin-top: 20px !important;
}

.wrap-shadow .col-sm-4 {
  padding: 5px;
}

#top-selling .card-gap {
  margin: 10px;
  height: auto !important;
  transition: 300ms all linear;
}

#top-selling .card-gap:hover {
  transform: scale(1.1);
}

.marketing-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.marketing-slider-nav .slick-arrow {
  width: 42px;
  height: 42px;
  background: transparent;
  border: 3px solid #0075FF;
  margin: 4px;
  border-radius: 50px;
  color: #0075FF;
  font-size: 18px;
}

.card-slide-img {
  position: relative;
  z-index: 1;
}

.card-slide-img::before {
  content: '';
  position: absolute;
  background: #202020;
  filter: blur(12px);
  width: 50px;
  height: 50px;
  z-index: -1;
  bottom: -10px;
  left: 3px;
}

#smm-works {
  background: #060D17;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

#smm-works::before {
  content: '';
  position: absolute;
  background: url('https://i.23robo.info/projects/socialmedia.in/img/snake1.webp');
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
  top: 36px;
  left: 0;
  right: 0;
}

#smm-works .card-smm {
  position: relative;
  margin-top: 200px;
}

#smm-works .smm-title h2 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 121%;
  width: 80%;
}

#smm-works .smm-title span {
  color: #0075FF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 121%;
}

#smm-works .card-smm .card-smm-title h6 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#smm-works .card-smm .card-smm-title p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  width: 45%;
}

#smm-works .card-smm .img-smm1 {
  position: absolute;
  left: 35%;
  top: -71px;
}

#smm-works .card-smm2 .card-smm-title h6 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#smm-works .card-smm2 .card-smm-title p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

#smm-works .card-smm2 {
  position: relative;
  margin-top: 200px;
  margin-left: 300px;
}

#smm-works .card-smm2 .img-smm2 {
  position: absolute;
  right: -72px;
  top: -74px;
}

#smm-works .card-smm3 {
  position: relative;
  margin-top: 30px;
}

#smm-works .card-smm3 .card-smm-title h6 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#smm-works .card-smm3 .card-smm-title p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  width: 55%;
}

#smm-works .card-smm3 .img-smm1 {
  position: absolute;
  left: 48%;
  top: -65px;
}

#smm-works .card-smm4 {
  position: relative;
  margin-top: 424px;
  margin-left: 300px;
}

#smm-works .card-smm4 .card-smm-title h6 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#smm-works .card-smm4 .card-smm-title p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

#smm-works .card-smm4 .img-smm2 {
  position: absolute;
  right: -11px;
  top: -44px;
}

#smmsm-tabs {
  padding-top: 80px;
  padding-bottom: 80px;
}

#smmsm-tabs .flex-column {
  height: 400px;
  overflow: auto;
  scrollbar-width: thin;
  padding: 15px;
  scrollbar-color: #0075FF #000;
}

#smmsm-tabs .nav-pills .nav-link {
  display: block;
  border-radius: 20px;
  border: 1px solid rgba(0, 117, 255, 0.18);
  background: #060D17;
  padding: 15px;
  margin-bottom: 15px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 118%;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: 0.5s all linear;
}

#smmsm-tabs .nav-pills .nav-link .tb {
  width: 45px;
  height: 45px;
  background-color: #0075FF;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  flex: 0 0 auto;
  max-width: auto;
}

#smmsm-tabs .nav-pills .nav-link.active {
  box-shadow: 0px 17px 33px 0px rgba(24, 119, 242, 0.20);
}

#smmsm-tabs .nav-pills .nav-link:hover {
  box-shadow: 0px 17px 33px 0px rgba(24, 119, 242, 0.20);
  transform: scale(1.02);
}

#smmsm-tabs .tab-content {
  border-radius: 30px;
  border: 1px solid rgba(0, 117, 255, 0.18);
  background: #060D17;
  padding: 30px;
}

#smmsm-tabs .tab-content .tab-title h6 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 118%;
  padding-top: 15px;
}

#smmsm-tabs .tab-content .tab-title p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
}

/* #smmsm-tabs .nav-pills {
margin-bottom: 10px;
height: 350px !important;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: #0F66CF #000;
} */

#our-client .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

#our-client .our-title h2 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#our-client .our-wrap {
  border-radius: 20px;
  border: 1px solid rgba(0, 117, 255, 0.18);
  background: #060D17;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10);
  padding: 25px;
}

#our-client .our-wrap .our-title h6 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  padding-top: 10px;
}

#our-client .our-wrap .our-title p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  padding-top: 20px;
}

.marketing-slider-nav2 {
  margin-top: 30px;
}

.marketing-slider-nav2 .slick-arrow {
  width: 42px;
  height: 42px;
  margin: 5px;
  background: transparent;
  border: 3px solid #0075FF;
  border-radius: 50px;
  color: #0075FF;
  font-size: 18px;
}

#our-client {
  position: relative;
}

#our-client::before {
  content: '';
  position: absolute;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow.webp');
  width: 100%;
  height: 468px;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -2;
  bottom: -65%;
}

.right-our-img img {
  max-width: 660px !important;
}

#footr-wrap {
  margin-top: 150px;
}

#footr-wrap .footr-logo p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding-top: 10px;
  width: 33%;
}

#footr-wrap .footr-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

#footr-wrap .footr-icons h6 {
  margin: 0;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  padding-right: 10px;
}

#footr-wrap .footr-icons li {
  list-style: none;
}

#footr-wrap .footr-icons li a {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  stroke-width: 1px;
  border: 1px solid #0075FF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

#footr-wrap .footr-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 80px;
}

#footr-wrap .footr-flex-wrap::before {
  content: ;
  content: '';
  position: absolute;
  width: 117%;
  height: 2px;
  background: rgba(255, 255, 255, 0.08);
  left: -92px;
  top: 46px;
}

#footr-wrap .footr-flex-wrap h6 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.foot-li3 h6 {
  transform: translateY(5px);
}

#footr-wrap .footr-flex-wrap li {
  list-style: none;
  padding-top: 4px;
}

#footr-wrap .footr-flex-wrap li {
  list-style: none;
  padding-top: 6px;
  transform: translateY(20px);
}

#footr-wrap .footr-flex-wrap li a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

#footr-wrap .footr-flex-wrap .foot-li3 li a {
  display: flex;
  align-items: center;
  gap: 8px;
}

#footr-wrap .footr-flex-wrap .foot-li3 li {
  padding-top: 10px;
}

.foot-li3 {
  width: 25%;
  position: relative;
}

.foot-li3::before {
  content: '';
  position: absolute;
  width: 386px;
  height: 386px;
  border-radius: 386px;
  background: linear-gradient(180deg, #0075FF -51.47%, rgba(0, 70, 153, 0.00) 94.6%);
  right: 0;
  top: -100px;
  z-index: -1;
}

#footr-wrap {
  margin-top: 150px;
  border-radius: 50px 50px 0px 0px;
  background: #03050D;
  padding: 25px;
  padding-bottom: 30px;
}

#footr-wrap .footr-flex-wrap .foot-li2 {
  position: relative;
  z-index: 1;
  transform: translateX(70px);
}

#footr-wrap .footr-flex-wrap .foot-li2::before {
  content: '';
  position: absolute;
  width: 386px;
  height: 386px;
  border-radius: 386px;
  background: linear-gradient(180deg, #0075FF -51.47%, rgba(0, 70, 153, 0.00) 94.6%);
  left: -152px;
  top: -100px;
  z-index: -1;
  opacity: 0.7;
}

.foot-li {
  position: relative;
}

.foot-li::before {
  content: ;
  content: '';
  position: absolute;
  border-radius: 338px;
  background: #0075FF;
  filter: blur(175px);
  width: 290px;
  height: 260px;
  left: -249%;
  bottom: -70px;
}

.copy-right {
  border-radius: 50px;
  border: 1px solid rgba(0, 117, 255, 0.14);
  background: #020912;
  margin-top: 100px;
}

.copy-right p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding: 16px 0px;
  margin: 0;
}

#icons-service {
  padding-top: 50px;
}

#icons-service .serve-title h2 {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#icons-service .serve-title span {
  color: #0075FF;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}

#icons-service .serve-title img {
  position: absolute;
  bottom: -16px;
  right: 14px;
}

#icons-service .slider-bar-serve {
  padding-top: 50px;
}

#icons-service .slider-bar-serve p {
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transform: translateY(-47px);
}

#icons-service .slider-bar-serve img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.nav-pill-wrap-ser .btn.btn-primary {
  width: 187px;
  height: 55px;
  flex-shrink: 0;
  border-radius: 27.5px;
  background: #0075FF !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
}

.nav-pill-wrap-ser .search-wrap {
  width: 82%;
}

.nav-pill-wrap-ser .search-wrap .form-control {
  border-radius: 27.5px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #02070E;
  height: 55px;
  margin-left: 5px;
  position: relative;
}

.nav-pill-wrap-ser .input-group {
  position: relative;
  border-collapse: separate;
  display: flex;
  align-content: center;
  align-items: center;
}

.nav-pill-wrap-ser .input-group-btns {
  position: relative;
}

.nav-pill-wrap-ser .btn-serve {
  width: 110px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 19.5px !important;
  background: #1877F2;
  border: none;
  position: absolute;
  top: -19px;
  right: le;
  left: -117px;
  z-index: 4;
}

#serv-cont .bg-serve {
  border-radius: 25px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
  padding: 20px;
}

.well-serve #service-table {
  border-collapse: separate;
  border-spacing: 0 15px;
}

.well-serve thead tr th {
  background: #0075FF;
  height: 60px;
  padding: 20px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
}

.well-serve thead tr th:first-child {
  border-radius: 30px 0 0 30px;
}

.well-serve thead tr th:last-child {
  border-radius: 0 30px 30px 0;
}

.well-serve tbody tr td {
  border: none;
  background: #02070E;
  height: 60px;
  padding: 16px !important;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  vertical-align: middle;
}

.well-serve tbody tr td:first-child {
  border-radius: 30px 0 0 30px;
}

.well-serve tbody tr td:last-child {
  border-radius: 0 30px 30px 0;
}

.well-serve .btn-modals {
  width: 81px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #1877F2 !important;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.well-serve .modal-content {
  border-radius: 15px !important;
  border: 1px solid rgba(0, 117, 255, 0.13) !important;
  background: #02070E !important;
}

#reset {
  padding-top: 50px;
}

#reset .reset-title h3 {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#reset {
  position: relative;
  padding-bottom: 80px;
}

#reset::before {
  content: '';
  position: absolute;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow.webp');
  width: 100%;
  height: 468px;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -2;
  top: 50%;
  transform: translateY(55%);
}

#reset .well-reset {
  border-radius: 35px;
  background: #0A1424;
  box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
  padding: 25px;
  margin-top: 20px;
}

#reset .well-reset .control-label {
  color: #FFF;
  font-family: Urbanist;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 106.445%;
  padding-bottom: 10px;
}

#reset .well-reset .form-control {
  border-radius: 100px;
  background: #020912;
  height: 55px;
  border: none;
}

#reset .well-reset .btn-primary {
  border-radius: 100px;
  background: #0075FF;
  width: 100%;
  height: 55px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 106.445%;
}

#how-it-works {
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
}

#how-it-works::before {
  content: '';
  position: absolute;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow.webp');
  width: 100%;
  height: 468px;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -2;
  top: 70%;
  transform: translateY(55%);
}

#how-it-works .nav-custom-3 {
  border-radius: 50px;
  background: #0A1424;
  box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 66%;
  margin: auto;
}

#how-it-works .nav-custom-3 .nav-link {
  border-radius: 30px;
  background: #020912;
  height: 54px;
  border: none;
  width: 172px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#how-it-works .nav-custom-3 .nav-item.active .nav-link {
  background: #0075FF !important;
}

#how-it-works .how-it-title h2 {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 40px;
}

#how-it-works .how-it-title span {
  color: #0075FF;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}

#how-it-works .how-it-title img {
  position: absolute;
  bottom: -8px;
  right: -2px;
}

#how-it-works .tab-content {
  border-radius: 35px;
  background: #0A1424;
  box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
  padding: 50px;
  margin-top: 30px;
}

#how-it-works .tab-content .hw-text .primary-color {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#how-it-works .tab-content .hw-text p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}

#how-it-works .signup-btn {
  border-radius: 30px;
  background: #0075FF;
  box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
  width: 132px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.well-sign {
  border-radius: 25px;
  background: #0A1424;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.10);
  padding: 25px;
}

.well-sign .form-control {
  border-radius: 100px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #02070E;
  height: 48px;
}

.well-sign .control-label {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 137%;
}

.well-sign .btn-signups {
  border-radius: 39.5px;
  background: #1877F2;
  width: 100%;
  height: 48px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 137%;
}

.well-sign .pull-wraps {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 137%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.well-sign .pull-wraps a {
  color: #1877F2;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 137%;
}

.title-signs h4 {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 109.5%;
}

.title-signs p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.signups-title h4 {
  color: #FFF;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 109.5%;
  padding-top: 10px;
}

.signups-title p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 10px;
}

.signups-title span {
  position: relative;
}

.signups-title img {
  transform: translateY(12px);
}

.bottom-img {
  position: relative;
}

.bottom-img::before {
  content: '';
  position: absolute;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow_signup.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 100%;
  height: 100%;
}

.wrap-shadow-sign {
  position: relative;
}

.wrap-shadow-sign::before {
  content: '';
  position: absolute;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow_round.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  height: 362px;
  top: -241px;
  left: -50%;
}

.wrap-shadow-sign::after {
  content: '';
  position: absolute;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow.webp');
  width: 100%;
  height: 468px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -2;
  top: 70%;
  transform: translateY(80%);
}

#top-secs {
  padding-top: 150px;
  padding-bottom: 80px;
}

/* #top-secs::before {
content: '';
position: absolute;
width: 100%;
height: 800px !important;
transform: rotate(-3.188deg);
border-radius: 0 0 72% 50%;
opacity: 0.4;
background: linear-gradient(169deg, #011645 3.91%, rgba(1, 19, 65, 0.49) 89.93%);
box-shadow: 0px 36px 46.1px 0px rgba(0, 0, 0, 0.78);
top: -36% !important;
left: -18px;
}

#top-secs::after {
content: '';
position: absolute;
border-radius: 0 0 182% 124%;
opacity: 0.4;
background: linear-gradient(170deg, #011448 -12.58%, rgba(1, 23, 69, 0.79) 105.97%);
box-shadow: 0px 35px 46px 0px rgba(10, 43, 82, 0.35);
width: 100%;
height: 800px;
top: -24% !important;
z-index: -1;
left: 0;
right: 0;
} */
.wrapper.toggle .sidebar,
.wrapper.toggle .inner-wrap,
.wrapper .sidebar,
.wrapper .inner-wrap {
  transition: 0.3s linear;
}

.sidebar {
  width: 270px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: #0A1424;
  padding: 25px 15px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #0075FF #000;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/sidebar.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}

.sidebar-nav .dropdown-menu {
  background: transparent !important;
  border: none;
  box-shadow: none;
}

.sidebar-nav li.active a,
.sidebar-nav li.active a:hover,
.sidebar-nav li a:hover,
.sidebar-nav li a:focus {
  background: #0075FF;
  color: #fff;
  padding: 8px;
}

.sidebar-logo-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.pinner {
  width: 36px;
  height: 36px;
  border-radius: 48px;
  background-color: #0075FF;
  flex: 0 0 36px;
  max-width: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-direction: column;
}

.line span {
  width: 60%;
  height: 3px;
  background-color: #fff;
  margin: 1px 0;
  border-radius: 10px;
  transition: 0.3s ease;
}

.line span.line1 {
  width: 30%;
  margin-left: auto;
}

.line span.line3 {
  width: 30%;
  margin-right: auto;
}

.sidebar-profile {
  border-radius: 15px;
  border: 1px solid rgba(0, 117, 255, 0.12);
  background: #02070E;
  position: relative;
  margin-top: 45px;
  padding-top: 15px;
  text-align: center;
  height: auto;
  min-height: 173px;
}

.sidebar-profile .profile-img {
  margin: auto;
}

.sidebar-profile .profile-name {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.sidebar-profile .profile-names {
  color: #0075FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.sidebar-profile .signup-btn {
  width: 153px;
  height: 39px;
  border-radius: 30px;
  background: #0075FF;
  box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: auto;
  position: relative;
  text-decoration: none;
}

.sidebar-profile .signup-btn::before {
  content: '';
  position: absolute;
  width: 144px;
  height: 16px;
  border-radius: 24.5px;
  opacity: 0.42;
  background: #1877F2;
  filter: blur(10.800000190734863px);
  bottom: -7px;
  left: 6px;
}

.sidebar-profile {
  text-align: center;
  margin: 25px auto;
}

.sidebar-nav-wrap {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.sidebar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-nav li {
  flex: 0 0 100%;
  max-width: 100%;
}

.sidebar-nav li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 6px 8px !important;
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.50);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none !important;
  margin-bottom: 5px;
}

.sidebar-nav li.active a,
.sidebar-nav li.active a:hover,
.sidebar-nav li a:hover,
.sidebar-nav li a:focus {
  background: #0075FF;
}

.menu-icon {
  width: 36px;
  height: 36px;
  /* background-color: #FFF; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  margin-right: 10px;
}

.sidebar-nav li a:hover .menu-icon,
.sidebar-nav li.active a .menu-icon {
  background: #fff;
  color: #124BD9;
}

.sidebar-nav li.active a .menu-txt,
.sidebar-nav li.active a:hover .menu-txt,
.sidebar-nav li a:hover .menu-txt,
.sidebar-nav li a:focus .menu-txt {
  color: #fff;
}

.menuss {
  padding-top: 10px;
  padding-bottom: 30px;
}

.menuss span {
  color: #FFF;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-view {
  width: 172px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 30px;
  background: #020912 !important;
  box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.11) inset;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  margin: 12px auto;
}

.inner-wrap {
  /*padding-left: 285px;*/
  padding-left: 270px;
  margin-bottom: 20px;
}


.wrapper.toggle .inner-wrap {
  padding: 0;
}

.wrapper.toggle .sidebar {
  left: -285px;
}

.pinner:hover .line span,
.top-nav-left-nav li p.pinner2:hover .line span {
  width: 60%;
  margin: 1px 0;
}

.wrapper .top-nav-left-nav li:first-child {
  display: none;
}

.wrapper.toggle .top-nav-left-nav li:first-child {
  display: block;
}

.top-nav-left-nav li p.pinner2 {
  width: 36px;
  height: 36px;
  border-radius: 48px;
  background-color: #FF6984;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.top-nav-left-nav li p {
  margin-bottom: 0;
  color: #8586A3;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background: #020912;
  padding: 0
}

#top-sec {
  padding-top: 150px;
  padding-bottom: 525px !important;
  position: relative;
  overflow: hidden;
}

#top-sec::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 800px !important;
  transform: rotate(-3.188deg);
  border-radius: 0 0 72% 50%;
  opacity: 0.4;
  background: linear-gradient(169deg, #011645 3.91%, rgba(1, 19, 65, 0.49) 89.93%);
  box-shadow: 0px 36px 46.1px 0px rgba(0, 0, 0, 0.78);
  top: -36% !important;
  left: -18px;
}

#top-sec::after {
  content: '';
  position: absolute;
  border-radius: 0 0 182% 124%;
  opacity: 0.4;
  background: linear-gradient(170deg, #011448 -12.58%, rgba(1, 23, 69, 0.79) 105.97%);
  box-shadow: 0px 35px 46px 0px rgba(10, 43, 82, 0.35);
  width: 100%;
  height: 800px;
  top: -24% !important;
  z-index: -1;
  left: 0;
  right: 0;
}

#top-sec .top-title h1 {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 60%;
  margin: auto;
}

#top-sec .top-title .sp1 {
  position: relative;
  color: #0075FF;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


#top-sec .top-title .sp2 {
  position: relative;
  color: #0075FF;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#top-sec .top-title p {
  color: rgba(255, 255, 255, 0.74);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 62%;
  margin: auto;
  padding-top: 35px;
}

.top-nav-wrap {
  background: transparent !important;
  border: none !important;
  padding-top: 15px;
}

.navbar-center-wrap {
  padding-left: 300px;
}

.top-nav-wrap .navbar-nav>li>a:hover,
.top-nav-wrap .navbar-nav>li>a:focus {
  color: #ffffff !important;
  background-color: transparent !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #ffffff;
  background-color: transparent !important;
}

.navbar-center-wrap li.active a {
  color: #fff !important;
}

.navbar-center-wrap li a {
  color: rgba(255, 255, 255, 0.28) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
}

.nav-right-wrap li {
  list-style: none;
}

.nav-right-wrap li a {
  border-radius: 30px;
  background: #0075FF;
  box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
  width: 132px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

/* Hide all steps by default: */
.tab {
  display: none;
  position: relative;
  margin-top: 20px;
}

.step {
  display: none;
}

#regForm {
  width: 561px;
  margin: auto;
}

.tab #form-control {
  border-radius: 40px;
  border: 1px solid #0075FF;
  background: #020912;
  height: 58px;
  width: 100%;
  padding-left: 58px;
}

.tab i {
  position: absolute;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background: #0075FF;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  top: 8px;
  left: 8px;
}

#nextBtn {
  position: absolute;
  transform: translateY(-50px);
  width: 121px;
  height: 40px;
  border-radius: 24px;
  background: #0075FF;
  box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.40) inset;
  border: none;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  right: 26.5%;
}

.frm-wrap {
  border-radius: 28px;
  border: 1px solid rgba(0, 117, 255, 0.22);
  background: #060D17;
  box-shadow: 0px 25px 60px 0px rgba(18, 67, 83, 0.10);
  padding: 30px;
  padding-left: 65px;
  margin-top: 30px;
}

.frm-wrap .frm-title-wrap .frm-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.frm-wrap .frm-title-wrap .frm-title .img-arrow {
  background: #D91A2A;
  align-items: center;
  justify-content: center;
  padding: 9px;
  border-radius: 50px;
}

.frm-wrap .frm-title-wrap .frm-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#top-sec .form-group {
  position: relative;
}

#top-sec .form-group .form-control {
  border-radius: 35px;
  border: 1px solid #0075FF;
  background: #0D1928;
  padding-left: 58px;
  height: 60px;
}


.flex-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}

.flex-btns .forgot-password1 {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 15px;
  background: #0D1928;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #0075FF;
  border: 1px solid rgba(0, 117, 255, 0.22);
  cursor: pointer;
  z-index: 999;
}


.frm-wrap .set-btn-user {
  padding: 2px;
}

.btn-tp {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.37);
  background: #0075FF;
  width: 160px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 32px;
  box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
}

.step-rembember {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.step-rembember .have-acc {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.step-rembember .have-acc a {
  color: #0075FF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.reminder {
  position: relative;
}

.reminder #remember {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  border-radius: 12px !important;
  z-index: 1;
}

.reminder #remember:checked+.reminder-icon {
  background: #020912;
}

.forgot-password1,
.reminder-icon {
  width: 60px;
  height: 60px;
  border-radius: 15px !important;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 20px;
  color: #0075FF;
  border: 1px solid rgba(0, 117, 255, 0.22);
  background: #0D1928;
}

.step-rembember .reminder #remember {
  margin-right: 5px;
}

.img-active {
  padding-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#icons .icon-wrap ul li {
  list-style: none;
  text-align: center;
}

#icons .icon-wrap ul li p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 20px;
}

#icons .icon-wrap ul .slick-slide img {
  padding-left: 14px;
}

#icons {
  padding-bottom: 80px !important;
  margin-top: -247px !important;
}

#checkout-our {
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
}

#checkout-our .card-title h2 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
  width: 35%;
}

#checkout-our .card-title span {
  color: #0075FF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#checkout-our .c-title h6 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#checkout-our .c-title p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  width: 96%;
}

#checkout-our .c-title .btn-wraps {
  color: #0075FF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 121%;
  text-decoration-line: underline;
}

#checkout-our .card-wrap {
  padding-top: 50px;
  position: relative;
  padding-bottom: 20px;
  transition: 0.5s all ease-in-out;
}

#checkout-our .card-wrap:hover {
  background: url('https://i.23robo.info/projects/socialmedia.in/img/vector25.webp');
  width: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}


#checkout-our .card-img2 {
  width: 340px;
  height: 340px;
  border-radius: 340px;
  background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
  position: absolute;
  top: -150px;
  right: -175px;
}

#checkout-our .card-img3 {
  width: 168px;
  height: 168px;
  background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
  border-radius: 50%;
  position: absolute;
  top: -72px;
  right: 35px;
}

.border-blue {
  position: relative;
}

.border-blue::before {
  content: '';
  position: absolute;
  width: 115%;
  height: 1px;
  background: rgba(0, 117, 255, 0.31);
  left: -93px;
  top: 139px;
}

#checkout-our .card-wrap::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background: #0075FF;
  border-radius: 50px;
  top: 5px;
  left: 0;
  right: 0;
}

#checkout-our .card-wrap:hover::before {
  border: 4px solid #022753 !important;
  /* opacity: 0.8; */
}

#social-platform {
  padding-top: 80px;
  padding-bottom: 80px;
}

#why-choose {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #060D17;
}

#why-choose .why-title h2 {
  color: #FFF;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#why-choose .why-title span {
  color: #0075FF;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#why-choose .why-title p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 133%;
}


#top-sec {
  padding-top: 150px;
  padding-bottom: 420px;
  position: relative;
  overflow: hidden;
}

.wrap-shadow {
  position: relative;
}

.wrap-shadow::before {
  content: '';
  position: absolute;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow_round.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  height: 362px;
  top: -241px;
  left: -50%;
}

.wrap-shadow::after {
  content: '';
  position: absolute;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow.webp');
  width: 100%;
  height: 468px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -98%;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -2;
}


#top-sec::after {
  content: '';
  position: absolute;
  border-radius: 0 0 182% 124%;
  opacity: 0.4;
  background: linear-gradient(170deg, #011448 -12.58%, rgba(1, 23, 69, 0.79) 105.97%);
  box-shadow: 0px 35px 46px 0px rgba(10, 43, 82, 0.35);
  width: 100%;
  height: 800px;
  top: -40%;
  z-index: -1;
  left: 0;
  right: 0;
}

#top-sec .top-title h1 {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 60%;
  margin: auto;
}

#top-sec .top-title .sp1 {
  position: relative;
  color: #0075FF;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


#top-sec .top-title .sp2 {
  position: relative;
  color: #0075FF;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


#top-sec .top-title p {
  color: rgba(255, 255, 255, 0.74);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 62%;
  margin: auto;
  padding-top: 35px;
}

.top-nav-wrap {
  background: transparent !important;
  border: none !important;
  padding-top: 15px;
}

.navbar-center-wrap {
  padding-left: 300px;
}

.top-nav-wrap .navbar-nav>li>a:hover,
.top-nav-wrap .navbar-nav>li>a:focus {
  color: #ffffff !important;
  background-color: transparent !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #ffffff;
  background-color: transparent !important;
}

.navbar-center-wrap li.active a {
  color: #fff !important;
}

.navbar-center-wrap li a {
  color: rgba(255, 255, 255, 0.28) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
}

.nav-right-wrap li {
  list-style: none;
}

.nav-right-wrap li a {
  border-radius: 30px;
  background: #0075FF;
  box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
  width: 132px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Hide all steps by default: */
.tab {
  display: none;
  position: relative;
  margin-top: 20px;
}

.step {
  display: none;
}

#regForm {
  width: 561px;
  margin: auto;
}

.tab #form-control {
  border-radius: 40px;
  border: 1px solid #0075FF;
  background: #020912;
  height: 58px;
  width: 100%;
  padding-left: 58px;
}

.tab i {
  position: absolute;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background: #0075FF;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  top: 8px;
  left: 8px;
}

#nextBtn {
  position: absolute;
  transform: translateY(-50px);
  width: 121px;
  height: 40px;
  border-radius: 24px;
  background: #0075FF;
  box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.40) inset;
  border: none;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  right: 26.5%;
}

.img-active {
  padding-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#icons .icon-wrap ul li {
  list-style: none;
  text-align: center;
}

#icons .icon-wrap ul li p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 20px;
}

#icons .icon-wrap ul .slick-slide img {
  padding-left: 14px;
}

#icons {
  padding-bottom: 119px;
  margin-top: -244px;
}

#checkout-our {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

#checkout-our .card-title h2 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
  width: 35%;
}

#checkout-our .card-title span {
  color: #0075FF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#checkout-our .c-title h6 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#checkout-our .c-title p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  width: 96%;
}

#checkout-our .c-title .btn-wraps {
  color: #0075FF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 121%;
  text-decoration-line: underline;
}

#checkout-our .card-wrap {
  padding-top: 50px;
  position: relative;
  padding-bottom: 20px;
  transition: 0.5s all ease-in-out;
}

#checkout-our .card-wrap:hover {
  background: url('https://i.23robo.info/projects/socialmedia.in/img/vector25.webp');
  width: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

#checkout-our .card-img2 {
  width: 340px;
  height: 340px;
  border-radius: 340px;
  background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
  position: absolute;
  top: -150px;
  right: -175px;
}

#checkout-our .card-img3 {
  width: 168px;
  height: 168px;
  background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
  border-radius: 50%;
  position: absolute;
  top: -72px;
  right: 35px;
}

.border-blue {
  position: relative;
}

.border-blue::before {
  content: '';
  position: absolute;
  width: 115%;
  height: 1px;
  background: rgba(0, 117, 255, 0.31);
  left: -93px;
  top: 139px;
}

#checkout-our .card-wrap::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background: #0075FF;
  border-radius: 50px;
  top: 5px;
  left: 0;
  right: 0;
}

#checkout-our .card-wrap:hover::before {
  border: 4px solid #022753 !important;
  /* opacity: 0.8; */
}

#why-choose {
  padding-top: 80px;
  padding-bottom: 80px;
}

#why-choose .why-title h2 {
  color: #FFF;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#why-choose .why-title span {
  color: #0075FF;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#why-choose .why-title p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 133%;
}

#why-choose .btn-top {
  width: 153px;
  height: 50px;
  border-radius: 30px;
  background: #0075FF;
  box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 10px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-items: center;
  margin-top: 30px;
}

#why-choose .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

#top-selling {
  padding-top: 80px;
  padding-bottom: 80px;
}

#top-selling .card-slide-titiles h2 {
  color: #FFF;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
  text-align: center;
}

#top-selling .card-slide-titiles p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
}

#top-selling .slider-wrapping .slick-track {
  padding-top: 30px !important;
  padding-bottom: 10px;
}

#top-selling .card-slide1 {
  border-radius: 38px;
  background: linear-gradient(180deg, #525251 0%, #313130 100%);
  padding: 25px;
  height: auto;
  min-height: 300px;
}

#top-selling .card-slide2 {
  border-radius: 38px;
  background: linear-gradient(180deg, #B364F3 0%, #9E27FF 100%);
  padding: 25px;
  height: auto;
  min-height: 300px;
}

#top-selling .card-slide3 {
  border-radius: 38px;
  background: linear-gradient(180deg, #549FEC 0%, #1B8BFF 100%);
  padding: 25px;
  height: auto;
  min-height: 300px;
}

#top-selling .card-slide4 {
  border-radius: 38px;
  background: linear-gradient(180deg, #ED5656 0%, #FF3232 100%);
  padding: 25px;
  height: auto;
  min-height: 300px;
}

#top-selling .card-slide5 {
  border-radius: 38px;
  background: linear-gradient(180deg, #56BFE7 0%, #22C2FF 100%);
  padding: 25px;
  height: auto;
  min-height: 300px;
}

#top-selling .card-slide7 {
  border-radius: 38px;
  background: linear-gradient(180deg, #67D68E 0%, #21C95D 100%);
  padding: 25px;
  height: auto;
  min-height: 300px;
}

.qc-set {
  background: #0075ff;
  color: #fff !important;
  font-size: 12px;
  padding: 4px;
  border-radius: 8px;
  width: 100px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9px;
}

#top-selling .card-slide8 {
  border-radius: 38px;
  background: linear-gradient(180deg, #8E96EC 0%, #4956E2 100%);
  padding: 25px;
  height: auto;
  min-height: 300px;
}

#top-selling .card-slide-titile h6 {
  color: #F5F5F7;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 15px;
}

#top-selling .card-slide-titile p {
  color: #F5F5F7;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 10px;
}

#top-selling .btn-slide {
  width: 168px;
  height: 48px;
  border-radius: 56px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #061D37;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  margin-top: 20px !important;
}

#top-selling .card-gap {
  margin: 10px;
  height: 330px;
  transition: 300ms all linear;
}

#top-selling .card-gap:hover {
  transform: scale(1.1);
}

.marketing-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.marketing-slider-nav .slick-arrow {
  width: 42px;
  height: 42px;
  background: transparent;
  border: 3px solid #0075FF;
  margin: 4px;
  border-radius: 50px;
  color: #0075FF;
  font-size: 18px;
}

.card-slide-img {
  position: relative;
  z-index: 1;
}

.card-slide-img::before {
  content: '';
  position: absolute;
  background: #202020;
  filter: blur(12px);
  width: 50px;
  height: 50px;
  z-index: -1;
  bottom: -10px;
  left: 3px;
}

#smm-works {
  background: #060D17;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

#smm-works::before {
  content: '';
  position: absolute;
  background: url('https://i.23robo.info/projects/socialmedia.in/img/snake1.webp');
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
  top: 36px;
  left: 0;
  right: 0;
}

#smm-works .card-smm {
  position: relative;
  margin-top: 200px;
}

#smm-works .smm-title h2 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 121%;
  width: 80%;
}

#smm-works .smm-title span {
  color: #0075FF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 121%;
}

#smm-works .card-smm .card-smm-title h6 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#smm-works .card-smm .card-smm-title p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  width: 45%;
}

#smm-works .card-smm .img-smm1 {
  position: absolute;
  left: 35%;
  top: -71px;
}

#smm-works .card-smm2 .card-smm-title h6 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#smm-works .card-smm2 .card-smm-title p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

#smm-works .card-smm2 {
  position: relative;
  margin-top: 200px;
  margin-left: 300px;
}


#smm-works .card-smm3 {
  position: relative;
  margin-top: 30px;
}

#smm-works .card-smm3 .card-smm-title h6 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#smm-works .card-smm3 .card-smm-title p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  width: 55%;
}

#smm-works .card-smm3 .img-smm1 {
  position: absolute;
  left: 48%;
  top: -65px;
}

#smm-works .card-smm4 {
  position: relative;
  margin-top: 424px;
  margin-left: 300px;
}

#smm-works .card-smm4 .card-smm-title h6 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.484%;
}

#smm-works .card-smm4 .card-smm-title p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

#smm-works .card-smm4 .img-smm2 {
  position: absolute;
  right: -11px;
  top: -44px;
}

#smmsm-tabs {
  padding-top: 80px;
  padding-bottom: 80px;
}

#smmsm-tabs .nav-pills .nav-link.active {
  box-shadow: 0px 17px 33px 0px rgba(24, 119, 242, 0.20);
}

#smmsm-tabs .tab-content {
  border-radius: 30px;
  border: 1px solid rgba(0, 117, 255, 0.18);
  background: #060D17;
  padding: 30px;
}

#smmsm-tabs .tab-content .tab-title h6 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 118%;
  padding-top: 15px;
}

#smmsm-tabs .tab-content .tab-title p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
}

/* #smmsm-tabs .nav-pills {
margin-bottom: 10px;
height: 350px !important;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: #0F66CF #000;
} */

#our-client .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

#our-client .our-title h2 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#our-client .our-wrap {
  border-radius: 20px;
  border: 1px solid rgba(0, 117, 255, 0.18);
  background: #060D17;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10);
  padding: 25px;
}

#our-client .our-wrap .our-title h6 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  padding-top: 10px;
}

#our-client .our-wrap .our-title p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  padding-top: 20px;
}

.marketing-slider-nav2 {
  margin-top: 30px;
}

.marketing-slider-nav2 .slick-arrow {
  width: 42px;
  height: 42px;
  margin: 5px;
  background: transparent;
  border: 3px solid #0075FF;
  border-radius: 50px;
  color: #0075FF;
  font-size: 18px;
}

#our-client {
  position: relative;
}

#our-client::before {
  content: '';
  position: absolute;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow.webp');
  width: 100%;
  height: 468px;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -2;
  bottom: -65%;
}

.right-our-img img {
  max-width: 660px !important;
}

#footr-wrap {
  margin-top: 150px;
}

#footr-wrap .footr-logo p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding-top: 10px;
  width: 33%;
}

#footr-wrap .footr-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

#footr-wrap .footr-icons h6 {
  margin: 0;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  padding-right: 10px;
}

#footr-wrap .footr-icons li {
  list-style: none;
}

#footr-wrap .footr-icons li a {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  stroke-width: 1px;
  border: 1px solid #0075FF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

#footr-wrap .footr-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 80px;
}

#footr-wrap .footr-flex-wrap::before {
  content: ;
  content: '';
  position: absolute;
  width: 117%;
  height: 2px;
  background: rgba(255, 255, 255, 0.08);
  left: -92px;
  top: 46px;
}

#footr-wrap .footr-flex-wrap h6 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.foot-li3 h6 {
  transform: translateY(5px);
}

#footr-wrap .footr-flex-wrap li {
  list-style: none;
  padding-top: 4px;
}

#footr-wrap .footr-flex-wrap li {
  list-style: none;
  padding-top: 6px;
  transform: translateY(20px);
}

#footr-wrap .footr-flex-wrap li a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

#footr-wrap .footr-flex-wrap .foot-li3 li a {
  display: flex;
  align-items: center;
  gap: 8px;
}

#footr-wrap .footr-flex-wrap .foot-li3 li {
  padding-top: 10px;
}

.foot-li3 {
  width: 25%;
  position: relative;
}

.foot-li3::before {
  content: '';
  position: absolute;
  width: 386px;
  height: 386px;
  border-radius: 386px;
  background: linear-gradient(180deg, #0075FF -51.47%, rgba(0, 70, 153, 0.00) 94.6%);
  right: 0;
  top: -100px;
  z-index: -1;
}

#footr-wrap {
  margin-top: 150px;
  border-radius: 50px 50px 0px 0px;
  background: #03050D;
  padding: 25px;
  padding-bottom: 30px;
}

#footr-wrap .footr-flex-wrap .foot-li2 {
  position: relative;
  z-index: 1;
  transform: translateX(70px);
}

#footr-wrap .footr-flex-wrap .foot-li2::before {
  content: '';
  position: absolute;
  width: 386px;
  height: 386px;
  border-radius: 386px;
  background: linear-gradient(180deg, #0075FF -51.47%, rgba(0, 70, 153, 0.00) 94.6%);
  left: -152px;
  top: -100px;
  z-index: -1;
  opacity: 0.7;
}

.foot-li {
  position: relative;
}

.foot-li::before {
  content: ;
  content: '';
  position: absolute;
  border-radius: 338px;
  background: #0075FF;
  filter: blur(175px);
  width: 290px;
  height: 260px;
  left: -249%;
  bottom: -70px;
}

.copy-right {
  border-radius: 50px;
  border: 1px solid rgba(0, 117, 255, 0.14);
  background: #020912;
  margin-top: 100px;
}

.copy-right p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding: 16px 0px;
  margin: 0;
}

#icons-service .serve-title h2 {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#icons-service .serve-title span {
  color: #0075FF;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}

#icons-service .serve-title img {
  position: absolute;
  bottom: -16px;
  right: 14px;
}

#icons-service .slider-bar-serve {
  padding-top: 50px;
}

#icons-service .slider-bar-serve p {
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transform: translateY(-47px);
}

#icons-service .slider-bar-serve img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.nav-pill-wrap-ser .btn.btn-primary {
  width: 187px;
  height: 55px;
  flex-shrink: 0;
  border-radius: 27.5px;
  background: #0075FF !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
}

.nav-pill-wrap-ser .search-wrap {
  width: 82%;
}

.nav-pill-wrap-ser .search-wrap .form-control {
  border-radius: 27.5px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #02070E;
  height: 55px;
  margin-left: 5px;
  position: relative;
}

.nav-pill-wrap-ser .input-group {
  position: relative;
  border-collapse: separate;
  display: flex;
  align-content: center;
  align-items: center;
}

.nav-pill-wrap-ser .input-group-btns {
  position: relative;
}

#serv-cont .bg-serve {
  border-radius: 25px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
  padding: 20px;
}

.well-serve #service-table {
  border-collapse: separate;
  border-spacing: 0 15px;
}

.well-serve thead tr th {
  background: #0075FF;
  height: 60px;
  padding: 20px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
}

.well-serve thead tr th:first-child {
  border-radius: 30px 0 0 30px;
}

.well-serve thead tr th:last-child {
  border-radius: 0 30px 30px 0;
}

.well-serve tbody tr td {
  border: none;
  background: #02070E;
  height: 60px;
  padding: 20px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  vertical-align: middle;
}

.well-serve tbody tr td:first-child {
  border-radius: 30px 0 0 30px;
}

.well-serve tbody tr td:last-child {
  border-radius: 0 30px 30px 0;
}

.well-serve .btn-modals {
  width: 81px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #1877F2 !important;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.well-serve .modal-content {
  border-radius: 15px !important;
  border: 1px solid rgba(0, 117, 255, 0.13) !important;
  background: #02070E !important;
}

#reset {
  padding-top: 50px;
}

#reset .reset-title h3 {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#reset {
  position: relative;
  padding-bottom: 80px;
}

#reset::before {
  content: '';
  position: absolute;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow.webp');
  width: 100%;
  height: 468px;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -2;
  top: 50%;
  transform: translateY(55%);
}

#reset .well-reset {
  border-radius: 35px;
  background: #0A1424;
  box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
  padding: 25px;
  margin-top: 20px;
}

#reset .well-reset .control-label {
  color: #FFF;
  font-family: Urbanist;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 106.445%;
  padding-bottom: 10px;
}

#reset .well-reset .form-control {
  border-radius: 100px;
  background: #020912;
  height: 55px;
  border: none;
}

#reset .well-reset .btn-primary {
  border-radius: 100px;
  background: #0075FF;
  width: 100%;
  height: 55px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 106.445%;
}

#how-it-works {
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
}

#how-it-works .row.align-items-center {
  display: flex;
  align-items: center;
  justify-content: center;
}


#how-it-works .nav-custom-3 {
  border-radius: 50px;
  background: #0A1424;
  box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 66%;
  margin: auto;
}


#how-it-works .how-it-title h2 {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 40px;
}

#how-it-works .how-it-title span {
  color: #0075FF;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}

#how-it-works .how-it-title img {
  position: absolute;
  bottom: -8px;
  right: -2px;
}

#how-it-works .tab-content {
  border-radius: 35px;
  background: #0A1424;
  box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
  padding: 50px;
  margin-top: 30px;
}

#how-it-works .tab-content .hw-text .primary-color {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#how-it-works .tab-content .hw-text p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}

#how-it-works .signup-btn {
  border-radius: 30px;
  background: #0075FF;
  box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
  width: 132px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.well-sign {
  border-radius: 25px;
  background: #0A1424;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.10);
  padding: 25px;
}

.well-sign .form-control {
  border-radius: 100px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #02070E;
  height: 48px;
}

.well-sign .control-label {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 137%;
}

.well-sign .btn-signups {
  border-radius: 39.5px;
  background: #1877F2;
  width: 100%;
  height: 48px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 137%;
}

.well-sign .pull-wraps {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 137%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.well-sign .pull-wraps a {
  color: #1877F2;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 137%;
}

.title-signs h4 {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 109.5%;
}

.title-signs p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.signups-title h4 {
  color: #FFF;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 109.5%;
  padding-top: 10px;
}

.signups-title p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 10px;
}

.signups-title span {
  position: relative;
}

.signups-title img {
  transform: translateY(12px);
}

.wrap-shadow-sign {
  position: relative;
}

.wrap-shadow-sign::before {
  content: '';
  position: absolute;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow_round.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  height: 362px;
  top: -241px;
  left: -50%;
}

.wrap-shadow-sign::after {
  content: '';
  position: absolute;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow.webp');
  width: 100%;
  height: 468px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -2;
  top: 70%;
  transform: translateY(80%);
}

#top-secs {
  padding-top: 150px;
  padding-bottom: 80px;
}

/* #top-secs::before {
content: '';
position: absolute;
width: 100%;
height: 800px !important;
transform: rotate(-3.188deg);
border-radius: 0 0 72% 50%;
opacity: 0.4;
background: linear-gradient(169deg, #011645 3.91%, rgba(1, 19, 65, 0.49) 89.93%);
box-shadow: 0px 36px 46.1px 0px rgba(0, 0, 0, 0.78);
top: -36% !important;
left: -18px;
}

#top-secs::after {
content: '';
position: absolute;
border-radius: 0 0 182% 124%;
opacity: 0.4;
background: linear-gradient(170deg, #011448 -12.58%, rgba(1, 23, 69, 0.79) 105.97%);
box-shadow: 0px 35px 46px 0px rgba(10, 43, 82, 0.35);
width: 100%;
height: 800px;
top: -24% !important;
z-index: -1;
left: 0;
right: 0;
} */
.wrapper.toggle .sidebar,
.wrapper.toggle .inner-wrap,
.wrapper .sidebar,
.wrapper .inner-wrap {
  transition: 0.3s linear;
}

.sidebar-logo-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 20px;
}

.pinner {
  width: 36px;
  height: 36px;
  border-radius: 48px;
  background-color: #0075FF;
  flex: 0 0 36px;
  max-width: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-direction: column;
}

.line span {
  width: 60%;
  height: 3px;
  background-color: #fff;
  margin: 1px 0;
  border-radius: 10px;
  transition: 0.3s ease;
}

.line span.line1 {
  width: 30%;
  margin-left: auto;
}

.line span.line3 {
  width: 30%;
  margin-right: auto;
}

.sidebar-profile {
  border-radius: 15px;
  border: 1px solid rgba(0, 117, 255, 0.12);
  background: #02070E;
  position: relative;
  margin-top: 45px;
  padding-top: 15px;
  text-align: center;
  height: auto;
  min-height: 173px;
}

.sidebar-profile .profile-img {
  margin: auto;
}

.sidebar-profile .profile-name {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.sidebar-profile .profile-names {
  color: #0075FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.sidebar-profile .signup-btn {
  width: 153px;
  height: 39px;
  border-radius: 30px;
  background: #0075FF;
  box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: auto;
  position: relative;
  text-decoration: none;
}

.sidebar-profile .signup-btn::before {
  content: '';
  position: absolute;
  width: 144px;
  height: 16px;
  border-radius: 24.5px;
  opacity: 0.42;
  background: #1877F2;
  filter: blur(10.800000190734863px);
  bottom: -7px;
  left: 6px;
}

.sidebar-profile {
  text-align: center;
  margin: 25px auto;
}

.sidebar-nav-wrap {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.sidebar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-nav li {
  flex: 0 0 100%;
  max-width: 100%;
}

.sidebar-nav li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 5px;
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.50);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none !important;
  margin-bottom: 5px;
}

.sidebar-nav li.active a,
.sidebar-nav li.active a:hover,
.sidebar-nav li a:hover,
.sidebar-nav li a:focus {
  background: #0075FF;
}

.menu-icon {
  width: 36px;
  height: 36px;
  /* background-color: #FFF; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  margin-right: 10px;
}

.sidebar-nav li a:hover .menu-icon,
.sidebar-nav li.active a .menu-icon {
  background: #fff;
  color: #124BD9;
}

.sidebar-nav li.active a .menu-txt,
.sidebar-nav li.active a:hover .menu-txt,
.sidebar-nav li a:hover .menu-txt,
.sidebar-nav li a:focus .menu-txt {
  color: #fff;
}

.menuss {
  padding-top: 10px;
  padding-bottom: 30px;
}

.menuss span {
  color: #FFF;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-view {
  width: 172px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 30px;
  background: #020912 !important;
  box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.11) inset;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  margin: 12px auto;
}

.support-bnr img {
  margin: 120px auto;
}

.wrapper.toggle .inner-wrap {
  padding: 0;
}

.wrapper.toggle .sidebar {
  left: -285px;
}

.pinner:hover .line span,
.top-nav-left-nav li p.pinner2:hover .line span {
  width: 60%;
  margin: 1px 0;
}

.wrapper .top-nav-left-nav li:first-child {
  display: none;
}

.wrapper.toggle .top-nav-left-nav li:first-child {
  display: block;
}

.top-nav-left-nav li p.pinner2 {
  width: 36px;
  height: 36px;
  border-radius: 48px;
  background-color: #0075FF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.top-nav-left-nav li p {
  margin-bottom: 0;
  color: #8586A3;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.wrapper .top-nav-left-nav li:first-child {
  display: none;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #060D17;
  box-shadow: 0px 30px 50.6px 0px #000;
  height: 65px;
  padding: 15px;
  margin-bottom: 10px;
}

.top-nav .top-nav-left-nav {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-nav .top-nav-left-nav .bread-wrap a {
  color: rgba(255, 255, 255, 0.46);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 156%;
  text-decoration: none;
}

.top-nav .top-nav-left-nav .bread-wrap span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 156%;
}

.top-nav .top-nav-right-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-nav .top-nav-right-nav li {
  list-style: none;
}

.top-nav .top-nav-right-nav li .acc {
  width: 41px;
  height: 41px;
  flex-shrink: 0;
  fill: #020912;
  stroke-width: 1px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #0075FF;
  text-decoration: none;
}

.top-nav .top-nav-right-nav li .log {
  width: 41px;
  height: 41px;
  flex-shrink: 0;
  background: #0075FF;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
#new-ord {
  padding-top: 20px;
  padding-bottom: 20px;
}

.left-new-wrap {
  border-radius: 16px;
  background: #060D17;
  padding: 15px;
  height: 177px;
}

.left-new-wrap .left-new-title span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.left-new-wrap .left-new-title h4 {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 2px 0;
}

.left-new-wrap .left-new-title p {
  color: #FFF;
  font-family: Urbanist;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.right-new-img img {
  position: absolute;
  top: 13%;
  right: 15px;
  max-width: 410px;
}

.right-new .frst-li {
  display: flex;
  align-items: center;
}

.right-new .frst-li li {
  list-style: none;
  gap: 10px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 46px;
}

.right-new .frst-li li .fas.fa-wallet {
  width: 35px;
  height: 29px;
  flex-shrink: 0;
  border-radius: 6px;
  background: rgba(24, 119, 242, 0.29);
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-new .frst-li li .fas.fa-wallet {
  width: 35px;
  height: 29px;
  flex-shrink: 0;
  border-radius: 6px;
  background: rgba(24, 119, 242, 0.29);
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-new .frst-li li .fas.fa-cart-plus {
  width: 35px;
  height: 29px;
  flex-shrink: 0;
  border-radius: 6px;
  background: rgba(65, 181, 70, 0.49);
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-new .frst-li li .fas.fa-coins {
  width: 35px;
  height: 29px;
  flex-shrink: 0;
  border-radius: 6px;
  background: rgba(57, 165, 189, 0.49);
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-new .scnd-li {
  display: flex;
  align-items: center;
}

.sp-jj {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sp-jj h6 {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.lp-heros p {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 10px;
  margin: 0;
}

.right-new .thrd-li {
  display: flex;
  align-items: center;
}

.right-new .thrd-li li {
  list-style: none;
  height: 51px;
  flex-shrink: 0;
  border-radius: 39px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #020912;
  padding: 8px;
  width: 182px;
}

.right-new .thrd-li li .flex-new a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.flex-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* gap: 8px; */
}

.right-new .thrd-li li .sp-a {
  width: 85px;
  height: 25px;
  border-radius: 39px;
  background: #0075FF;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}

.right-new .thrd-li li .sp-a1 {
  width: 85px;
  height: 25px;
  border-radius: 39px;
  background: #41B546;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}

.right-new .thrd-li li .sp-a2 {
  width: 85px;
  height: 25px;
  border-radius: 39px;
  background: #1DBADD;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}

.right-new {
  border-radius: 16px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
  padding: 15px;
}

.cate-shortcut.active {
  height: auto;
  transition: 0.3s linear all;
}

.cate-shortcut:not(.active) {
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: 0.3s linear all;
}

.new-bgs {
  border-radius: 25px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
  padding: 15px;
  margin-top: 20px;
}

.dash-title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
}

.dash-title-wrap .dash-title {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 106.445%;
  margin: 0;
}

.dash-title-wrap .hide-category {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 106.445%;
}

.cate-shortcut {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 15px;
}

.cate-shortcut li {
  list-style: none;
  margin: 6px;
}

.cate-shortcut li {
  list-style: none;
  margin: 6px;
  flex: 0 0 15%;
  max-width: 15%;
}

.cate-shortcut li a {
  border-radius: 40px;
  border: 1px solid rgba(0, 117, 255, 0.12);
  background: #020912;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 106.445%;
  text-decoration: none;
  padding: 7px;
}

#new-order-icons {
  margin-bottom: 20px;
}

.account-info {
  border-radius: 25px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
  padding: 20px;
}

.account-info .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
}

.account-info .nav-tabs .title-fav {
  margin: 0;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-right: 13px;
}

.account-info .nav-tabs .acc-btn {
  width: 95px;
  height: 35px;
  flex-shrink: 0;
  border-radius: 27.5px;
  background: #020912;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.account-info .nav-tabs li.active a {
  background: #1877F2 !important;
  border: none !important;
  color: #fff !important;
}

.account-info .form-group {
  margin-top: 20px;
}

.account-info .form-group .control-label {
  color: rgba(255, 255, 255, 0.46);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.account-info .form-control {
  border-radius: 43px;
  border: 1px solid rgba(0, 117, 255, 0.14);
  background: #020912 !important;
  height: 50px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 14px;
}

.account-info .btn-secondary {
  border-radius: 42px;
  background: #1877F2;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.min-max {
  color: #0075FF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  float: right;
}

.well-design-two {
  border-radius: 30px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
  padding: 20px;
}

.well-design-two .dash-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 5px 0;
}

.well-design-two .sash-para {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.well-design-two .ser-desc-box2 {
  border-radius: 16px;
  background: #0075FF;
  padding: 10px;
  margin-top: 10px;
}

.well-design-two .ser-desc-box2 .ser-desc-title {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.well-design-two .ser-desc-box2 .ser-desc-txt {
  border-radius: 30px;
  background: #020912;
  padding: 13px;
  color: #fff;
}

.well-design-two .ser-desc-box {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  border: 1px solid rgba(84, 66, 213, 0.19);
  background: #020912;
  padding: 20px;
  margin-top: 15px;
}

.well-design-two .ser-desc-box .ser-img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 28px;
  background: #0075FF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.well-design-two .ser-desc-title {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
  margin: 4px 0;
}

.well-design-two .ser-desc-txt {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
}

.ser-desc-box-wraps {
  border-radius: 16px;
  border: 1px solid rgba(84, 66, 213, 0.19);
  background: #020912;
  padding: 25px;
  margin-top: 10px;
  height: auto;
}


.well-form .form-group {
  margin-top: 30px;
}

.well-form {
  border-radius: 25px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
  padding: 25px;
}

.well-form .nav-tabs {
  display: flex;
  align-items: center;
  border: none;
}

.well-form .nav-tabs .div-wrap h6 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.well-form .nav-tabs .div-wrap p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.well-form .control-label {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.div-wrap {
  margin-right: auto;
}

.well-form .acc-btns {
  width: 101px;
  height: 35px;
  flex-shrink: 0;
  border-radius: 27.5px !important;
  background: #020912 !important;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal !important;
  border: none !important;
  margin: 4px;
}

.well-form .nav-item.active .acc-btns {
  background: #1877F2 !important;
  color: #fff !important;
}

.well-form textarea {
  border-radius: 25px;
  border: 1px solid rgba(0, 117, 255, 0.14);
  background: #020912;
  margin-top: 10px;
  resize: none;
}

.well-form .btn-primary {
  border-radius: 42px;
  background: #1877F2;
  width: 100%;
  height: 50px;
}

.auth .container {
  width: 100%;
}

.auth .nav-pill-wrap-ser .search-wrap {
  width: 80%;
}

.auth #icons-service .serve-title h2 {
  display: none;
}

.auth #icons-service .slider-bar-serve {
  padding-top: 0;
}

.auth #icons-service {
  padding-top: 50px;
  padding-bottom: 0;
}

.nav-step-pills li a {
  border-radius: 30px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424 !important;
  padding: 13px;
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  justify-content: center;
  gap: 5px;
}

.nav-step-pills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.nav-step-pills li {
  flex: 0 0 13%;
  max-width: 13%;
  margin-right: 6px;
}

.nav-step-pills li.active a {
  background: #0075FF !important;
}

.In.progress {
  height: auto;
  margin: 0;
  background: transparent !important;
  color: #0066FF;
  font-size: 12px;
}

.Pending {
  color: #FFD338;
  font-size: 12px;
}

.Completed {
  color: #38FF70;
  font-size: 12px;
}

.Partial {
  color: #FF5C00;
  font-size: 12px;
}

.Processing {
  color: #38A0FF;
  font-size: 12px;
}

.Canceled {
  color: #FF3838;
  font-size: 12px;
}

.pull-right-search {
  list-style: none;
  width: 100%;
}

.pull-right-search .form-control {
  border-radius: 27.5px !important;
  border: 1px solid rgba(0, 117, 255, 0.12);
  background: #020912;
  position: relative;
  height: 55px;
}

.well-ord {
  border-radius: 25px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
  padding: 20px;
  margin-top: 20px;
}

.pull-right-search .input-group {
  position: relative;
  border-collapse: separate;
  display: flex;
  align-content: center;
  align-items: center;
}

.pull-right-search .btn-default {
  position: absolute;
  width: 110px;
  height: 39px;
  border-radius: 19.5px !important;
  border: none;
  position: absolute;
  top: -21px;
  background: transparent !important;
  right: -14px;
  font-weight: 400;
}

.pp {
  border-radius: 27.5px;
  border: 1px solid rgba(0, 117, 255, 0.12);
  background: #020912;
  height: 55px;
  display: flex;
  align-items: center;
  padding: 14px;
  margin: 0;
  width: 99%;
}

.pp p {
  margin: 0;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 103.5%;
}

.well-ord .col-md-8 {
  width: 66.66666667%;
  padding: 0;
}

.well-ord .col-md-4 {
  width: 33.33333333%;
  padding: 0;
}

.order-wrap {
  border-radius: 18px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #02070E;
  padding: 12px;
  margin-bottom: 12px;
}

.order-top-ul {
  margin-bottom: 11px !important;
  border-bottom: 1px solid rgba(0, 117, 255, 0.13);
  padding-bottom: 12px !important;
}

.order-top-ul,
.order-bottom-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.order-top-ul,
.order-bottom-ul {
  list-style: none;
}

.order-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}

.order-label {
  color: rgba(255, 255, 255, 0.80);
  font-size: 14px;
  font-weight: 500;
}

.order-txt {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
}

.order-status {
  margin: 0 0 0 auto;
}

.order-link {
  color: #0075FF;
  font-size: 14px;
  font-weight: 500;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-btns {
  margin: 0 0 0 auto;
}

.order-btns .btn.btn-primary {
  margin-right: 5px;
}

.order-btns .btn-refill {
  width: 69px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 30px;
  background: #0C69D9;
  border: none;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-btns .btn-ords {
  width: 94px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 30px;
  background: #0A1424;
  border: none;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.view {
    background: #2780e3;
    border-radius: 10px;
    padding: 5px 5px 5px 5px;
    color: #ffffff;
}
.order-btns .btn-cncl {
  width: 85px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 30px;
  background: #FF3838;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#add-fnds {
  padding-top: 30px;
}

#add-fnds .add-title h2 {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  text-align: center;
}

#add-fnds .nav-tabs .nav-item a {
  width: 123px;
  height: 37px;
  flex-shrink: 0;
  border-radius: 27.5px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #020911;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

#add-fnds .nav-tabs {
  border-radius: 30px;
  border: 1px solid rgba(0, 117, 255, 0.19);
  background: #0A1424;
  padding: 10px;
}

#add-fnds .nav-tabs .nav-item.active a {
  background: #0075FF;
}

#tab-wrap {
  border-radius: 25px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
  padding: 25px;
  margin: 15px;
}

#tab-wrap .nav-pills {
  display: flex;
  align-items: center;
  border-radius: 40px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #020912;
  padding: 10px;
}

#tab-wrap .nav-item {
  flex: 0 0 16%;
  max-width: 16%;
  margin: auto;
}

#tab-wrap .nav-item .nav-link {
  border-radius: 40px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
  padding: 8px;
  width: 142px;
  height: 50px;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.auth #tab-wrap .nav-pills button:focus,
.auth #tab-wrap .nav-pills .active button {
  background: #0075FF;
}

.tab2 {
  border-radius: 20px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #020912;
  padding: 20px;
}

.tab2 .adding-title {
  border-radius: 25px;
  background: #0075FF;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  padding: 12px;
}

.tab2 .control-label {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tab2 .form-control {
  border-radius: 25px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424 !important;
}

.tab2 .btn-primary {
  border-radius: 25px;
  background: #0075FF;
  width: 100%;
}

.tab-bg {
  border-radius: 20px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #020912;
  padding: 20px;
}

.tab-bg .tabb-title {
  border-radius: 25px;
  background: #0075FF;
  padding: 12px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tab-bg p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 113.754%;
  padding-top: 10px;
}

.get-support {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  border-radius: 30px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #020912;
  padding: 8px;
}

.get-support p {
  color: rgba(255, 255, 255, 0.28);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.get-support p i {
  width: 38px;
  height: 38px;
  background: #041B39;
  border-radius: 50px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #1877F2;
}

.get-support .btn-cont {
  width: 116px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 40px;
  background: #0075FF;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.well-tickt {
  border-radius: 20px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #02070E;
  backdrop-filter: blur(25px);
  padding: 20px;
}

.sec-tickt {
  margin-top: 50px !important;
  border-radius: 27.5px;
  background: #0A1424;
  padding: 25px;
  margin: 20px;
}

.tickt-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid rgba(0, 117, 255, 0.13);
  padding-bottom: 10px;
}

.well-tickt .control-label {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 10px;
}

.well-tickt .form-control {
  border-radius: 25px;
  border: 1px solid rgba(0, 117, 255, 0.14);
  background: #0A1424;
  resize: none;
  color: #fff;
}

.well-tickt .btn-primary {
  width: 155px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 30px;
  background: #0075FF !important;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tict-history h6 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid rgba(0, 117, 255, 0.13);
  padding-bottom: 10px;
}

.tkt-bg {
  border-radius: 20px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #02070E;
  backdrop-filter: blur(25px);
  padding: 20px;
  height: 665px;
  overflow-y: auto;
}

.tc-histry {
  border-radius: 18px;
  border: 1px solid rgba(56, 160, 255, 0.50);
  background: #0A1424;
  box-shadow: 0px 20px 30px 0px rgba(26, 26, 29, 0.15);
  padding: 15px;
  margin-top: 20px;
}

.files-wrapper {
  color: #fff !important;
}

.tc-histry li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}

.tc-histry li h6 {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.tc-histry li p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tc-histry .bt-top {
  border-top: 1px solid rgba(0, 117, 255, 0.13);
  padding-top: 10px;
  margin-top: 15px;
}

.tc-histry .bt-top h6 {
  color: #38A0FF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tc-histry .bt-top p {
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.acc-top {
  margin-top: 50px;
}

.well-accont {
  border-radius: 27.5px;
  background: #0A1424;
  padding: 25px;
  margin-bottom: 15px;
}

.well-accont .form-control {
  border-radius: 30px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #02070E;
  backdrop-filter: blur(25px);
  height: 50px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.well-accont .control-label {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-primary {
  color: #ffffff;
  background-color: #2780e3;
  border-color: #2780e3;
  border-radius: 30px;
  background: #0075FF !important;
}

.well-accont p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.flt-right {
  margin-left: auto;
}

.bg-dash {
  border-radius: 25px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
  padding: 25px;
  margin-top: 30px;
}

.bg-dash .dash-title {
  color: #FFF;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 123%;
}

.bg-dash .dash-box {
  border-radius: 20px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #02070D;
  padding: 15px;
}

.bg-dash .dash-box i {
  width: 39px;
  height: 39px;
  background: #0075FF;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.bg-dash .dash-box h6 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 123%;
  margin: 0;
  padding-top: 10px;
}

.bg-dash .dash-box p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
  padding-top: 10px;
  width: 80%;
}

.flex-blnce {
  border-radius: 20px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #02070D;
  padding: 25px;
  margin-top: 20px;
  height: auto;
  min-height: 286px;
}

.flex-blnce .stats-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 123%;
  padding: 0 24px;
}

.flex-blnce .blnce-wraps li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
  margin-bottom: 20px;
  padding: 15px;
}

.flex-blnce .blnce-wraps li h6 {
  margin: 0;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
}

.flex-blnce .blnce-wraps li p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
  margin: 0;
}

.flex-blnce .active-wraps li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
  margin-bottom: 20px;
  padding: 15px;
}

.flex-blnce .active-wraps li h6 {
  margin: 0;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
}

.flex-blnce .active-wraps li p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
  margin: 0;
}

.flex-blnce .point-Usd li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
  padding: 15px;
}

.flex-blnce .point-Usd h6 {
  margin: 0;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
}

.flex-blnce .point-Usd p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
  margin: 0;
}

.status-table.table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: 20px;
}

.auth .status-table.table thead tr th:first-child,
.auth .status-table.table tbody tr td:first-child {
  border-left: 0 !important;
}

.auth .status-table.table thead tr th {
  text-align: center;
}

.auth .status-table thead tr th:first-child,
.auth .status-table tbody tr td:first-child {
  border-radius: 25px 0 0 25px;
}

.status-table.table thead tr th {
  color: #fff;
  text-align: center;
}

.status-table.table thead tr th:first-child {
  border-radius: 40px 0 0 40px;
}

.status-table.table thead tr th:last-child {
  border-radius: 0 40px 40px 0;
}

.status-table.table tbody {
  border-radius: 20px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #02070D;
}

.status-table.table thead tr th {
  color: #fff;
  text-align: center;
  background: #0075FF;
  border: none;
  padding: 10px;
}

.status-table.table tbody tr td {
  color: #fff;
  border: 1px solid rgba(0, 117, 255, 0.14);
}

.auth .status-table thead tr th:last-child,
.auth .status-table tbody tr td:last-child {
  border-radius: 0 25px 25px 0;
}

.status-table thead tr th:first-child {
  border-bottom-left-radius: 0 !important;
}

.status-table thead tr th:last-child {
  border-bottom-right-radius: 0 !important;
}

.auth .status-table thead tr th {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  padding: 15px 12px !important;
  background-color: #0075FF;
  border: 0 !important;
}

.auth .status-table.table tbody tr td {
  background-color: #02070D;
  border-radius: 0 !important;
  border: 1px solid rgba(0, 117, 255, 0.14) !important;
}

.auth .status-table.table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 25px !important;
}

.auth .status-table.table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 25px !important;
}

.auth .status-table.table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.auth .status-table.table tbody tr td:last-child {
  border-right: none !important;
}

.auth .status-table .table tbody tr td {
  border: 0 !important;
  padding: 15px 12px !important;
  background-color: #02070D;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.status-check {
  text-align: center;
  font-size: 18px;
}

.status-check .far.fa-times {
  color: red;
}

.status-check .fas.fa-check {
  color: lightgreen;
}

.dast-title {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 123%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.api-box {
  border-radius: 20px;
  border: 1px solid rgba(0, 117, 255, 0.12);
  background: #0A1424;
  padding: 20px;
  height: 108px;
  margin-bottom: 40px;
}

.api-box .api-label,
.api-box .api-txt {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.well {
  border-radius: 25px !important;
  border: 1px solid rgba(0, 117, 255, 0.13) !important;
  background: #0A1424 !important;
}

.well .api-title2 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.well thead tr th {
  background: #0075FF;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  border: none !important;
  padding: 15px 12px !important;
}
.well thead tr th:first-child {
  border-radius: 30px 0 0 0;
}
.well thead tr th:last-child {
  border-radius: 0 30px 0 0;
}
.well tbody tr td {
  background: #020912;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px;
  border: 1px solid rgba(0, 117, 255, 0.13);
}
.well pre {
  display: block;
  padding: 15px;
  margin: 0 0 10.5px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #020912;
  border: 1px solid rgba(0, 117, 255, 0.12);
  border-radius: 25px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.row.account-box-row {
  border-radius: 16px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #0A1424;
  padding: 22.3px 0;
  margin: 0;
}
.account-box-title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.account-box-title-icon {
  border-radius: 6px;
  background: rgba(24, 119, 242, 0.29);
  width: 35px;
  height: 29px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #1877F2;
}
.account-box-title {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  flex: 0 0 calc(100% - 35px);
  max-width: calc(100% - 35px);
  padding-left: 12px;
}
.account-box-title1 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0;
}
.account-box-ftr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  border-radius: 39px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #020912;
  padding: 5px;
  justify-content: space-between;
}
.account-box-txt {
  color: rgba(255, 255, 255, 0.65);
  font-size: 8px;
  font-weight: 500;
  margin-bottom: 0;
  flex: 0 0 calc(100% - 76px);
  max-width: calc(100% - 76px);
}
.account-box-btn {
  border-radius: 39px;
  background: #0075FF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 5px;
  color: #FFF !important;
  font-size: 10px;
  font-weight: 500;
}
.account-box-btn-txt {
  margin-left: 5px;
}
.account-box-orders .account-box-title-icon {
  background: rgba(65, 181, 70, 0.49);
}
.account-box-orders .account-box-title-icon {
  background: rgba(65, 181, 70, 0.49);
  color: #41B546;
}
.account-box-redeem .account-box-title-icon {
  background: rgba(57, 165, 189, 0.49);
  color: #39a5bd;
}
.account-box-orders .account-box-btn {
  background-color: #41B546;
}
.account-box-redeem .account-box-btn {
  background: #1DBADD;
}
.left-new-wrap {
  border-radius: 16px;
  background-color: #060D17;
  padding: 15px;
  height: 170px;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/maskgroup (13).png');
  background-position: 100% bottom;
  background-repeat: no-repeat;
}
.ser-notify-wrap {
  display: flex;
  align-content: center;
  align-items: center;
}
.ser-notify-wrap .favorite {
  margin-left: 5px;
}
.notice-btn,
.mode {
  background-color: #020912;
  stroke-width: 1px;
  stroke: rgba(0, 117, 255, 0.13);
  width: 41px;
  height: 41px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  color: #0075FF;
  border: 1px solid rgba(0, 117, 255, 0.13);
  padding: 0;
}
.notice-btn + .dropdown-menu {
  right: 0;
  min-width: unset;
  width: 250px;
  float: none;
  left: auto;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #0A1424;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}
.notice-btn-menu + .dropdown-menu .dropdown-item {
  display: block;
}
.notice-btn-menu + .dropdown-menu {
  width: auto;
}
.notify-box-wrap {
  border-radius: 25px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
  padding: 25px;
  margin: 15px;
}
.notification-box-status {
  display: none;
}
.notification-box-head-left {
  width: 45px;
  height: 45px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: #0075ff;
  border-radius: 100px;
  margin: auto auto 15px;
  color: #fff;
  font-size: 20px;
}
.notification-box-head-right {
  text-align: center;
}
.notification-box-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 5px 0;
}
.notification-txt {
  color: #fff;
  font-size: 14px;
}
.notification-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.notification-btn-wrap .notification-btn {
  min-width: 120px;
  text-align: center;
  color: #ffffff;
  border-color: #1862b5;
  background: #0075FF !important;
  padding: 5px 10px;
  border-radius: 100px;
  text-decoration: none !important;
}
.notification-modal .modal-body .row {
  display: flex;
  align-items: center;
  align-content: center;
}
.notification-modal .modal-content {
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
  padding: 20px;
  border-radius: 12px;
  color: #fff;
}
.btn.btn-primary.info-btn {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0;
  align-items: center;
}
.info-modal .modal-title {
  font-weight: 600;
  padding-right: ;
  margin-bottom: 15px;
  color: #FFF;
  font-size: 22px;
}
.info-modal .modal-dialog {
  border-radius: 25px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
  margin-top: ;
}
.info-modal .modal-dialog .modal-content {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.info-modal .modal-body p {
  color: #fff;
}
.service-name {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
}
/* nightmode */
.nightmode .top-nav {
  background: #E0EEFF;
}
.nightmode .top-nav .top-nav-left-nav .bread-wrap a {
  color: #020912;
}
.nightmode .top-nav .top-nav-right-nav li .acc {
  background-color: #fff;
  border-color: #fff;
}
.nightmode .notice-btn,
.nightmode .mode {
  background-color: #fff;
  border-color: #fff;
  color: #0075ff;
}
.nightmode .top-nav .top-nav-left-nav .bread-wrap span {
  color: #0075ff;
}
.nightmode .left-new-wrap {
  background-color: #0075ff;
}
.nightmode .left-new-wrap .left-new-title {
  text-shadow: 0 0 10px rgba(0,0,0,50%);
}
.nightmode .account-box-row {
  border: 1px solid #E0EEFF;
  background-color: #E0EEFF;
}
.nightmode .account-box-title {
  color: #1877f2;
}
.nightmode .account-box-orders .account-box-title {
  color: #41b546;
}
.nightmode .account-box-redeem .account-box-title {
  color: #1dbadd;
}
.nightmode .account-box-title1 {
  color: #020912;
}
.nightmode .account-box-ftr {
  background-color: #fff;
}
.nightmode .account-box-txt,
.nightmode .dash-title-wrap .dash-title,
.nightmode .dash-title-wrap .hide-category,
.nightmode .account-info .nav-tabs .title-fav,
.nightmode .account-info .form-group .control-label,
.nightmode .well-design-two .dash-title,
.nightmode .well-form .nav-tabs .div-wrap h6,
.nightmode .well-form .control-label,
.nightmode #icons-service .slider-bar-serve p,
.nightmode .well-serve tbody tr td,
.nightmode .nav-step-pills li a,
.nightmode .pp p,
.nightmode .pull-right-search .btn-default,
.nightmode .order-label,
.nightmode .order-txt,
.nightmode .tickt-title,
.nightmode .tict-history h6,
.nightmode .well-tickt .control-label,
.nightmode #uploader-button,
.nightmode .tc-histry li h6, 
.nightmode .tc-histry li p,
.nightmode #add-fnds .add-title h2,
.nightmode .tab-bg p,
.nightmode .get-support p,
.nightmode .bg-dash .dash-title,
.nightmode .bg-dash .dash-box h6, 
.nightmode .bg-dash .dash-box p,
.nightmode .flex-blnce .stats-title,
.nightmode .flex-blnce .point-Usd h6,
.nightmode .flex-blnce .point-Usd p,
.nightmode .flex-blnce .blnce-wraps li h6,
.nightmode .flex-blnce .blnce-wraps li p,
.nightmode .flex-blnce .active-wraps li h6,
.nightmode .flex-blnce .active-wraps li p,
.nightmode .dast-title,
.nightmode .well .api-title2,
.nightmode .api-box .api-label,
.nightmode .api-box .api-txt,
.nightmode .well-accont .control-label,
.nightmode .well-accont p,
.nightmode .notification-box-title,
.nightmode .notification-txt,
.nightmode .well-tickt .form-control,
.nightmode .ticket-message,
.nightmode .ticket-message-block .info,
.nightmode .child-step-title, 
.nightmode .child-step-txt,
.nightmode .childpanel-frm .form-control,
.nightmode .childfrm-notice-txt,
.nightmode .marquee-wrap,
.nightmode #addFunds .control-label,
.nightmode .faq-accordian .card .card-body,
.nightmode #method-detail,
.nightmode #addFunds .form-control,
.nightmode #fundticket label,
.nightmode #fundticket .form-control,
.nightmode .nav-pill-wrap-ser .dropdown-menu li a,
.nightmode .vote-wrapper .head h6,
.nightmode .vote-wrapper .content h3,
.nightmode .giveway-content .head h6,
.nightmode .giveway-content .content h6,
.nightmode .giveway-content .content p,
.nightmode .vote-wrapper .content p,
.nightmode #tab-giveaway .custom-accordion,
.nightmode .giveway-value h2,
.nightmode .giveway-content .head h5,
.nightmode .giveway-content .head h5 + span,
.nightmode .confirm-email__description,
.nightmode .dash-title {
  color: #020912;
}
.nightmode .well-serve tbody tr td,
.nightmode #add-fnds .nav-tabs,
.nightmode #tab-wrap .nav-pills,
.nightmode,
.nightmode .tab-bg,
.nightmode .get-support,
.nightmode .bg-dash .dash-box,
.nightmode .flex-blnce {
  background-color: #FFFFFF;
}
.nightmode .top-nav {
  background: #E0EEFF;
  box-shadow: none;
}
.nightmode .well {
  border: 1px solid rgba(0, 117, 255, 0.13) !important;
  background-color: #E0EEFF !important;
}
.nightmode .new-bgs,
.nightmode .wrapper-box,
.nightmode .well-design-two,
.nightmode #serv-cont .bg-serve,
.nightmode .well-ord,
.nightmode .sec-tickt,
.nightmode #tab-wrap,
.nightmode .bg-dash,
.nightmode .flex-blnce .blnce-wraps li,
.nightmode .flex-blnce .active-wraps li,
.nightmode .flex-blnce .point-Usd li,
.nightmode .api-box,
.nightmode .well,
.nightmode .well-accont,
.nightmode .notify-box-wrap,
.nightmode .update-wrap,
.nightmode .faq-accordian .card,
.nightmode textarea#message,
.nightmode .dash-box,
.nightmode.auth .status-table.table tbody tr td {
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #E0EEFF;
}
.nightmode.auth .status-table.table tbody tr td {
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #E0EEFF !important;
}
.nightmode .cate-shortcut li a,
.nightmode .nav-pill-wrap-ser .search-wrap .form-control,
.nightmode .pull-right-search .form-control,
.nightmode .well-accont .form-control {
  background-color: #fff;
  color: #020912;
}
.nightmode .dash-box-step, .nightmode .note-box {
  background-color: #fff;
}
.nightmode .dash-box-step-content, .nightmode .note-title, .nightmode .note-txt {
  color: #0a1424;
}
.nightmode .account-info .form-control,
.nightmode .well-form textarea {
  background-color: #fff !important;
  color: #020912;
}
.nightmode .well-design-two .sash-para {
  color: #515D6B;
}
.nightmode .well-design-two .ser-desc-box2 .ser-desc-txt {
  background-color: #fff;
  color: #515D6B;
}
.nightmode .well-design-two .ser-desc-box,
.nightmode .ser-desc-box-wraps,
.nightmode .well-form {
  border: 1px solid rgba(84, 66, 213, 0.19);
  background: #FFF;
}
.nightmode .well-design-two .ser-desc-title {
  color: #0075FF80;
}
.nightmode .well-design-two .ser-desc-txt {
  color: #020912;
}
.nightmode .ser-cat-name td {
  color: #fff !important;
}
.nightmode .well-serve .modal-content,
.nightmode .nav-step-pills li a,
.nightmode .pp,
.nightmode .order-wrap {
  background-color: #fff !important;
}
.nightmode .order-txt.order-link {
  color: #0075ff;
}
.nightmode .nav-step-pills li.active a,
.nightmode .nav-step-pills li.active a:hover, 
.nightmode .nav-step-pills li a:hover {
  background-color: #0075ff !important;
  color: #fff;
}
.nightmode .well-tickt,
.nightmode .tkt-bg {
  background-color: #fff;
}
.nightmode .well-tickt .form-control,
.nightmode .tc-histry {
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #E0EEFF;
}
.auth.nightmode .status-table.table tbody tr td {
  background-color: #e0eeff;
  border-color: rgba(0, 117, 255, 0.13) !important;
  color: #020912;
}
.nightmode .status-table.table tbody {
  background: transparent;
}
.nightmode .well tbody tr td,
.nightmode .well pre {
  background-color: #fff;
  color: #000;
}
.nightmode .ticket-message {
  background-color: #fff !important;
}
.auth.nightmode .pagination li a {
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #E0EEFF;
}
.auth.nightmode .pagination li.active a, 
.auth.nightmode .pagination li.active a:hover, 
.auth.nightmode .pagination li a:hover {
  background-color: #0075ff;
  color: #fff !important;
}
.nightmode .child-step-wrap {
  background-color: #e0eeff;
}
.nightmode .childpanel-frm .form-control,
.nightmode .dns-name,
.nightmode .childfrm-notice {
  background-color: #e0eeff;
}
.nightmode #addFunds,
.nightmode #fundticket {
  background-color: #fff;
}
.nightmode #addFunds .form-control,
.nightmode #fundticket .form-control {
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #E0EEFF !important;
}
.nightmode #instruction_instruction .panel-body {
  background-color: #e0eeff;
}
.nightmode .nav-pill-wrap-ser .dropdown-menu {
  background-color: #E0EEFF;
}
.nightmode .faq-accordian .card-body a {
  color: #000 !important;
}
.nightmode .view-ticket-textarea {
  background-color: #fff !important;
}
.nightmode .view-ticket-label {
  color: #000;
}
.nightmode .well-wrap-txt {
  color: #fff !important;
}
.daymode .gender-detail .btn-toggle .handle {
  top: -1px;
  background-color: #0a224a !important;
}
.daymode .ticket-detail-box {
  border-radius: 15px;
  border: 1px solid rgba(0, 117, 255, 0.12);
  background: #02070E !important;
}
.daymode .ticket-detail-box h6,
.daymode .ticket-detail-box p {
  color: #fff;
}
.nightmode #instruction_instruction label {
  color: #000;
}
.nightmode .update-wrap .dropdown-menu {
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #E0EEFF !important;
}
.nightmode .top-nav .top-nav-right-nav li.dropdown .ser-update-btn {
  background-color: #fff !important;
}
.sidebar-logo-wrap a:not(.pinner) {
  flex: 0 0 calc(100% - 36px);
  max-width: calc(100% - 36px);
}
#secret-form .sec-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
#secret-form .sec-wrap .form-control {
  border-radius: 30px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
  padding: 15px;
  flex: 0 0 80%;
  max-width: 80%;
  color: #fff;
}
#secret-form .sec-wrap #save-secret {
  flex: 0 0 calc(20% - 10px);
  max-width: calc(20% - 10px);
  margin-left: 10px;
}
.sidebar-nav .dropdown-menu {
  position: relative;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #02070D !important;
  border-radius: 20px;
  width: 100%;
  padding: 5px;
}
.update-wrap {
  border-radius: 25px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #0A1424;
  padding: 20px;
}
.update-wrap .table {
  border-collapse: separate;
  border-spacing: 0 12px;
}
.ticket-message {
  border-radius: 25px !important;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #0A1424 !important;
  padding: 20px !important;
  color: #fff;
}
.ticket-message-block .info {
  color: #fff;
}
.update-status.decreased {
  color: #FF0C0C;
}
.update-status.increased {
  color: #00FF0A;
}
.update-status.New {
  color: #F4B102;
}
.update-status.enabled {
  color: #897FFC;
}
.update-status.disabled {
  color: #00C2FF;
}
.update-wrap .dropdown-menu {
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #02070D !important;
  width: 100%;
  padding: 5px;
  border-radius: 12px;
  overflow: hidden;
}
.update-wrap .dropdown-menu li a {
  color: #fff;
  border-radius: 5px;
}
.auth .pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-top: 12px;
}
.auth .pagination li a {
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #0A1424;
}
.auth .pagination li.active a, 
.auth .pagination li.active a:hover, 
.auth .pagination li a:hover {
  background-color: #02070e;
  color: #fff !important;
}
.child-step-wrap {
  border-radius: 20px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.child-step-icon {
  background-color: #0075FF;
  flex: 0 0 54px;
  max-width: 54px;
  border-radius: 100px;
  height: 54px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}
.child-step-content {
  flex: 0 0 calc(100% - 54px);
  max-width: calc(100% - 54px);
  padding-left: 10px;
}
.child-step-title {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 0;
}
.child-step-txt {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.childfrm-notice {
  border-radius: 28px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #020912;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 5px 10px;
}
.childfrm-notice-icon {
  width: 42px;
  height: 42px;
  background-color: #0075FF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 24px;
  color: #fff;
  margin-right: 10px;
}
.childfrm-notice-txt {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
}
.childpanel-frm .form-control {
  border-radius: 27.5px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #020912;
  height: 55px;
  color: #fff;
  margin-bottom: 15px;
}
.childpanel-frm .control-label,
.childfrm-notice {
  margin-bottom: 10px;
}
.dns-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin: 0;
  list-style: none;
  padding: 5px;
  border-radius: 27.5px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #020912;
  justify-content: space-between;
}
.dns-name li {
  height: 45px;
  line-height: 45px;
  border-radius: 27.5px;
  background: #0075FF;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: ;
  flex: 0 0 49%;
  max-width: 49%;
}
.wrapper-box {
  background-color: #0A1424;
  margin-bottom: 15px;
  padding: 12px !important;
  border-radius: 15px;
}
.wrapper-box .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin: 0;
}
.marquee-wrap {
  flex: 0 0 calc(100% - 140px);
  max-width: calc(100% - 140px);
  color: #fff;
  padding: 0 0 0 15px;
}
.sec-tickt {
  margin-top: 0;
}
#addFunds .form-control {
  color: #fff;
}
#instruction_instruction .panel-body {
  border-radius: 25px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
}
#fundticket .form-control {
  border-radius: 43px;
  height: 50px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424 !important;
}
#fundticket label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
#fundticket .form-control#mesaj {
  height: 150px;
  border-radius: 20px;
  resize: none;
}
textarea#message {
  border-radius: 15px;
  border: 1px solid rgba(0, 117, 255, 0.12);
  background: #02070E;
}
.ticket-label {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
}
.faq-accordian button,
.faq-accordian a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px;
  background-color: #0075ff !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 12px 12px 0 0;
  text-decoration: none !important;
}
.faq-accordian .card {
  border: 1px solid #0075ff;
  border-radius: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.faq-accordian h5.mb-0,
.faq-accordian h6.mb-0 {
  margin-bottom: 0;
}
.faq-accordian .card-body {
  padding: 15px;
  color: #fff;
}
.ser-desc-box-wraps.read-desc {
  color: #ffffff;
  border-color: #2780e3;
  background: #0075FF !important;
  text-align: center;
}
.steps-box {
  display: flex;
  padding: 12px;
  background: #0075FF;
  color: #FFF;
  border-radius: 12px;
  margin-bottom: 10px;
  align-items: center;
  align-content: center;
}
.step-box-num {
  border-radius: 8px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #020912;
  padding: 2px 5px;
  margin-right: 7px;
}
#method-detail {
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 15px;
}
#fundticket {
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #020912;
}
.getverified-step-row .dash-step {
  border-color: #2780e3;
  border-radius: 10px;
  background: #0075FF !important;
  padding: 5px;
  color: #fff;
}
.getverified-step-row .dash-step .dash-step-num {
  width: 35px;
  height: 35px;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: #02070d;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 700;
}
.nav-pill-wrap-ser .dropdown-menu {
  width: 100%;
  height: 250px;
  overflow-y: auto;
  background-color: #02070e;
}
.nav-pill-wrap-ser .dropdown-menu li a {
  display: block;
  white-space: normal;
  word-break: break-word;
  font-size: 14px;
  padding: 3px 5px;
  color: #fff;
}
.faq-accordian .card-body a {
  background-color: transparent !important;
  padding: 0;
  display: inline-block !important;
  width: auto;
}
.giveway-content {
  border: 1px solid #0075ff;
  border-radius: 10px;
  margin-bottom: 12px;
}
.giveway-content .head,
.vote-wrapper .head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  background-color: transparent;
  border-radius: 8px 8px 0 0;
  padding: 10px 15px;
  border-bottom: 1px solid #0577fb;
}
.giveway-content .head .btn.btn-primary {
  width: auto;
  margin-left: auto;
}
.giveway-content .head h6,
.vote-wrapper .head h6 {
  margin: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.giveway-content .content .row,
.vote-wrapper .head .row{
  margin: 0;
}
.giveway-content .content,
.vote-wrapper .content {
  padding: 15px 0;
}
.giveway-content .content h6,
.vote-wrapper .content h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.giveway-content .content p,
.vote-wrapper .content p {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}
.giveway-value h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.giveway-content .content .form-control {
  color: #fff;
}
#tab-giveaway .custom-accordion {
  border: 1px solid #0075ff;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
}
.affiliate-table, 
.affiliate-table1 {
  margin-bottom: 0;
}
.affiliate-table {
  border-collapse: separate;
  border-spacing: 0 12px;
}
.affiliate-table thead tr th:first-child {
  border-radius: 100px 0 0 100px;
}
.affiliate-table thead tr th:last-child {
  border-radius: 0 100px 100px 0;
}
.affiliate-table tbody tr td {
  padding: 15px !important;
  border: 0;
  background-color: transparent;
}
.affiliate-table1 thead tr th,
.affiliate-table1 tbody tr td {
  border-radius: 12px !important;
  padding: 15px 12px !important;
}
.affiliate-table1 {
  border-collapse: separate;
  border-spacing: 5px;
}
.giveway-content .form-control {
  border-radius: 43px;
  border: 1px solid rgba(0, 117, 255, 0.14);
  background: #020912 !important;
}
.vote-wrapper .content h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
}
.dropdown-currencies .badge {
  background-color: transparent;
  padding: 0;
  color: #fff;
}
#currencies-list {
  padding: 5px 0;
  border-radius: 12px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #0A1424;
  height: 150px;
  overflow: auto;
  color: #fff;
}
#currencies-list li a {
  color: #fff;
  padding: 3px 10px;
}
.giveway-content .head::before, 
.giveway-content .head::after {
  display: none;
}
.giveway-content .head h5 {
  font-size: 22px;
  color: #fff;
  margin: 0;
}
.giveway-content .content ul.button {
  list-style: none;
  padding: 0 15px;
}
.giveway-content .content ul.button li {
  border-radius: 25px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
  padding: 12px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
}
.giveway-content .content ul.button li.inactive {
  text-decoration: line-through;
  opacity: 0.6;
}
.giveway-content .content .dash-inner-box {
  padding: 15px;
}
.giveway-content .head h5 + span {
  color: #fff;
}
.ticket-msg-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 5px;
}
.ticket-msg-wrap .avatar {
  max-width: 50px;
  flex: 0 0 50px;
}
.ticket-msg-wrap .ticket-message {
  flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
  margin-left: 10px;
}
.daymode .view-ticket-textarea {
  color: #fff;
}
.gender-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.gender-img img {
  max-width: 50px;
}
.gender-detail .btn-toggle::before,
.gender-detail .btn-toggle::after {
  line-height: 14px;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  opacity: 1 !important;
}
.gender-detail .btn-toggle::before {
  content: 'Female';
  left: 6px;
  color: #fff;
  z-index: 1;
  background-image: url('https://i.imgur.com/tCgYvCp.png');
  width: 95px;
  height: 15px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 3px center;
  padding-left: 15px;
}
.gender-detail .btn-toggle::after {
  content: 'Male';
  right: 0;
  opacity: 1;
  background-image: url('https://i.imgur.com/pCjKi8h.png');
  width: 80px;
  height: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 93%;
  padding-right: 15px;
}
.gender-detail .btn-toggle .handle {
  left: -2px;
  top: 0;
  width: 50% !important;
  height: 50px !important;
  border-radius: 50px !important;
  background: #171717 !important;
  position: absolute;
  transition: left 0.25s;
  right: auto;
}
.gender-detail .btn-toggle {
  height: 50px;
  position: relative;
  width: 200px;
  background: transparent !important;
  background-color: #0075FF !important;
  border-radius: 100px;
  margin-left: 15px;
}
.gender-detail .btn-toggle.active:before {
  opacity: 0.5;
}
.gender-detail .btn-toggle.active:after {
  opacity: 1;
}
.gender-row .btn-toggle.active > .handle {
  right: -2px;
  transition: right 0.25s;
  left: auto;
}
.g-email {
  font-size: 16px !important;
  line-height: 1.4 !important;
  margin: 15px 0;
}
.ticket-detail-box {
  background-color: #fff !important;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.ticket-detail-box h6 {
  color: #020912;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.2;
}
.ticket-detail-box p {
  margin-bottom: 0;
}
.well-accont label {
  font-weight: 600 !important;
  font-size: 15px !important;
}
#instruction_instruction .panel-body img {
  max-width: 100%;
}
#instruction_instruction label {
  color: #fff;
}
div[x-selector="ticket-form-alert"]:not(:empty) {
  padding: 12px;
  background-color: green;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 100px;
  font-weight: 700;
  letter-spacing: 1px;
}
div.bg-red-600[x-selector="ticket-form-alert"]:not(:empty) {
  background-color: red;
}
.update-status {
  padding: 7px;
  background-color: #000;
  border-radius: 100px;
}
.update-status.increased {
  color: #000;
  background-color: #00FF0A;
}
.update-status.decreased {
  background-color: #FF0C0C;
  color: #fff;
}
.update-status.enabled {
  background-color: #897FFC;
  color: #fff;
}
.update-status.disabled {
  background-color: #00C2FF;
  color: #fff;
}
.update-status.New {
  background-color: #F4B102;
  color: #fff;
}
.update-status {
  display: block;
  text-align: center;
}
.update-status.increased i::before {
  content: "\f201";
}
.update-status.decreased i::before {
  content: "\f64d";
}
.update-status.enabled i::before {
  content: "\f00c";
}
.update-status.disabled i::before {
  content: "\f00d";
}
.notify-box-wrap.active {
  border: 1px solid #0075ff;
  position: relative;
}
.notify-box-wrap.active .notification-box-status {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0075ff;
  margin: auto;
  color: #fff;
  right: 0;
  width: max-content;
  padding: 2px 5px;
  border-radius: 3px 3px 0 0;
  top: -26px;
}
.notify-box-wrap.active .notification-box-status img {
  display: none;
}
.notification-btn-wrap .notification-btn.disabled {
  cursor: no-drop;
  opacity: 0.8;
}
.top-nav .top-nav-right-nav li.dropdown .ser-update-btn {
  width: 41px;
  height: 41px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #0075FF;
  text-decoration: none;
  background: transparent !important;
  padding: 0;
}
.top-nav .top-nav-right-nav li.dropdown .ser-update-btn + .dropdown-menu {
  min-width: 200px;
  border-radius: 16px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #0A1424;
  padding: 5px;
}
.update-content-wrap {
  background-color: #020912;
  padding: 5px;
  border-radius: 12px;
  margin-bottom: 5px;
}
.update-content-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.id-boxi, .updatestatus {
  color: #fff;
  font-size: 12px;
}
.update-ser-name {
  font-size: 12px;
  color: #fff;
}
.update-date {
  font-size: 10px;
  text-align: right;
  color: #fff;
}
.updatestatus.disabled {
  color: red;
}
.updatestatus.enabled {
  color: green;
}
.updatestatus.increased {
  color: blue;
}
.updatestatus.decreased {
  color: orange;
}
.update-content {
  height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
  padding-right: 3px;
}
.order-btns .refilling-txt {
  background-color: green;
  color: #fff;
  width: 65px;
  height: 28px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin-right: 5px;
}
.order-content.Rejected .order-status-icon,
.order-content.Rejected .order-txt {
  color: #ff5c00;
}
.order-content.In.progress .order-txt {
  color: #0066FF;
}
.order-content.Pending .order-txt {
  color: #ffd338;
}
.order-content.Completed .order-txt {
  color: #38FF70;
}
.order-content.Error .order-status-icon,
.order-content.Error .order-txt {
  color: #ff3838;
}
i.Expired {
  color: #ff9933;
}
.order-content.Canceled .order-txt {
  color: red;
}
.order-content.Expired .order-txt {
  color: #ff9933;
}
i.Canceled {
  color: red;
}
i.Paused,
.order-content.Paused .order-txt {
  color: #ff5c00;
}
i.Active,
.order-content.Active .order-txt {
  color: #0066ff;
}
.daymode .pull-right-search .form-control {
  color: #fff;
}
.btn-wrap {
  display: flex;
  align-items: center;
  align-content: center;
}
.btn-wrap .btn-modals:first-child {
  margin-right: 10px;
}
.badge.gurantee.lifetime {
  background-color: #ff9933;
}
.badge.gurantee.nondrop {
  background-color: green;
}
.badge.gurantee.no-refill {
  background-color: #fff;
  color: #0075ff;
}
.refill-badge {
  display: block;
  text-align: center;
}
.nav-pill-wrap-ser .input-group-btn .btn-serve {
  z-index: 9;
}
.daymode .nav-pill-wrap-ser .search-wrap .form-control {
  color: #fff;
}
.ticket-close {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  background-color: red;
  padding: 15px;
  border-radius: 12px;
}
.ticket-close-icon {
  flex: 0 0 35px;
  max-width: 35px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  height: 35px;
  border-radius: 100px;
  justify-content: center;
  color: #ff0000;
  font-size: 18px;
}
.ticket-close-txt {
  flex: 0 0 calc(100% - 35px);
  max-width: calc(100% - 35px);
  padding-left: 10px;
  color: #fff;
  font-weight: 600;
}
.view-ticket-btn {
  margin: 10px auto;
  padding: 3px 12px;
  font-size: 14px;
}
.ticket-status.Closed {
  color: red !important;
}
.ticket-status.Answered {
  color: Green !important;
}
.ticket-status.Pending {
  color: Yellow !important;
}
.tc-histry .bt-top h6,
.tc-histry li p {
  margin-bottom: 0;
}
.unread-ticket {
  position: absolute;
  top: -20px;
  right: 15px;
  background-color: #0075ff;
  color: #fff;
  padding: 1px 10px;
  border-radius: 8px 8px 0 0;
  font-size: 12px;
  letter-spacing: 2px;
}
.tc-histry {
  margin-top: 22px;
  position: relative;
}
.guest .well-sign .form-control,
.guest .well-sign .checkbox label {
  color: #fff;
}
.confirm-email__description,
.txt {
  color: #fff;
}
#changeEmailModal .modal-content {
  background-color: #020912;
}
#changeEmailModal .modal-title,
#changeEmailModal .close,
#changeEmailModal label,
.guest form label {
  color: #fff;
}
#changeEmailModal .form-control,
.guest form .form-control {
  border-radius: 43px;
  border: 1px solid rgba(0, 117, 255, 0.14);
  background: #020912 !important;
  height: 50px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 14px;
}
.title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
#top-sec .form-group .form-control {
  color: #fff;
}
.payment-method-name {
  min-width: 300px;
}
.top-nav .top-nav-left-nav .bread-wrap a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 600;
}
.top-nav .top-nav-left-nav .bread-wrap span {
  font-size: 16px;
  font-weight: 900;
}
.Completed {
  color: green;
  font-size: 12px;
}
.order-content.Completed .order-txt {
  color: green;
}
.nightmode .ticket-status.Pending {
  text-shadow: 1px 1px 0 rgba(0,0,0,99%);
}
#fundticket #ticketsend .btn.btn-primary.btn-secondary {
  display: block !important;
}
.well-form textarea {
  color: #fff;
}
.well-wrap-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  background-color: #0075ff;
  padding: 15px;
}
.well-wrap-icon {
  flex: 0 0 55px;
  max-width: 55px;
  height: 55px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: #02070e;
  border-radius: 100px;
  font-size: 34px;
  color: #fff;
}
.well-wrap-content {
  flex: 0 0 calc(100% - 55px);
  max-width: calc(100% - 55px);
  padding-left: 10px;
}
.well-wrap-title {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.4;
}
.well-wrap-txt {
  margin-bottom: 0;
}
.well-accont.well-wrap {
  padding: 0;
  overflow: hidden;
}
.well-wrap-body {
  padding: 15px 15px 30px;
}
.auth h6.ticket-status {
  padding: 5px 15px;
  background-color: #0075ff;
  border-radius: 100px;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-shadow: none;
}
.ticket-status.Closed {
  background-color: red !important;
}
.ticket-status.Answered {
  background-color: green !important;
}
.auth h6.ticket-status.Pending {
  background-color: yellow !important;
  color: #000 !important;
  text-shadow: none !important;
}
.box-card {
  border-radius: 15px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
  padding: 20px;
  margin-bottom: 5px;
}
.box-card .user-list li {
  list-style: none;
  border-radius: 11px;
  border: 1px solid #122139;
  background: #020810;
  margin-bottom: 5px;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-card h6 {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 123%;
}
.box-card  .ms-auto {
  color: rgba(255, 255, 255, 0.26) !important;
}
.box-card .user-list li span {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
}
.dash-title {
  color: #FFF;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}
.dash-box {
  border-radius: 15px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #0A1424;
  margin-bottom: 15px;
}
.dash-box-head {
  border-radius: 15px 15px 0px 0px;
  background: #0075FF;
  padding: 15px;
}
.dash-box-title {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}
.dash-box-body {
  padding: 15px;
}
.dash-box-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dash-box-steps li {
  flex: 0 0 100%;
  max-width: 100%;
}
.nightmode .box-card {
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #E0EEFF;
}
.nightmode .box-card h6 {
  color: #020912;
}
.nightmode .box-card .user-list li {
  border: 1px solid rgba(84, 66, 213, 0.19);
  background: #FFF;
  line-height: normal;
}
.nightmode .box-card .user-list li span {
  color: #020912 !important;
}
.nightmode.box-card .user-list li .ms-auto {
  color: #515D6B !important;
}
.dash-box-step {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin-bottom: 10px;
  border-radius: 11px;
  border: 1px solid #122139;
  background: #020810;
  padding: 3px;
}
.dash-box-step-num {
  border-radius: 8px;
  background: #0A1424;
  width: 35px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}
.dash-box-step-content {
  flex: 0 0 calc(100% - 35px);
  max-width: calc(100% - 35px);
  padding-left: 5px;
  margin-bottom: 0;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.note-title {
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}
.note-box {
  border-radius: 11px;
  border: 1px solid #122139;
  background-color: #020810;
  padding: 15px;
}
.note-txt {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.note-txt:last-child {
  margin-bottom: 0;
}
#secret-form {
  margin-top: 15px;
}
#secret-form .sec-wrap .form-control {
  width: 100%;
  margin-bottom: 15px;
  max-width: 100%;
}
#secret-form .sec-wrap {
  display: block;
}
.verified-btn-wrap .btn.btn-primary[target="_blank"] {
  border-radius: 50px;
  background: rgba(0, 117, 255, 0.19) !important;
  border-color: rgba(0, 117, 255, 0.19);
}
.auth table.status-table tbody tr td {
  border: 1px solid rgba(0, 117, 255, 0.13) !important;
  background-color: #0A1424 !important;
  padding: 15px !important;
}
.auth table.table.status-table tbody tr td:first-child {
  border-left: 1px solid rgba(0, 117, 255, 0.14) !important;
}
.status-table.table {
  border-spacing: 0;
  border-collapse: separate;
}
.status-table.table tr th,
.status-table.table tr td {
  text-align: center;
}
.status-table.table tr th:first-child,
.status-table.table tr td:first-child {
  max-width: 250px;
  text-align: left;
}
.status-table.table tbody tr td i {
  color: green;
}
.status-table.table > thead > tr > th,
.status-table.table > tbody > tr > th,
.status-table.table > tfoot > tr > th,
.status-table.table > thead > tr > td,
.status-table.table > tbody > tr > td,
.status-table.table > tfoot > tr > td {
  vertical-align: middle;
}
.line-through {
  text-decoration: line-through;
}
#top-sec .btn.btn-primary {
  margin: 0;
  width: 100%;
}
.remember-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.forgot-password2 {
  color: #fff !important;
  text-decoration: none;
}
.have-acc-txt {
  color: #fff;
}
.have-acc-txt a {
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
}
.frm-wrap {
  padding: 30px;
  padding-left: 30px;
}
.nightmode .well-design-two .ser-desc-box2 .ser-desc-title {
  color: #fff;
}
.status-table.table tbody tr td i.fas.fa-times {
  color: red;
}
#top-sec .btn.btn-primary.signup-btn {
  max-width: 180px;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.tict-history {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.tict-history h6 {
  padding-bottom: 0;
  margin-bottom: 0;
}
#NewTicketModal .modal-header {
  display: flex;
  justify-content: space-between;
}
#NewTicketModal .modal-header::before,
#NewTicketModal .modal-header::after {
  display: none;
}
#NewTicketModal .modal-content {
  border-radius: 16px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #0A1424;
}
#NewTicketModal .modal-header .modal-title {
  color: #fff;
}
#NewTicketModal .media {
  border-radius: 10px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 12px;
  color: #fff;
  margin-bottom: 7px;
  background-color: #020912;
}
#NewTicketModal .media .icon {
  margin-right: 10px;
}
#NewTicketModal .control-label {
  color: #fff;
}
#NewTicketModal .form-control {
  border-radius: 43px;
  border: 1px solid rgba(0, 117, 255, 0.14);
  background: #020912 !important;
  height: 50px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 14px;
}
#NewTicketModal textarea.form-control {
  height: 150px;
  border-radius: 23px;
}
.notice-btn-menu + .dropdown-menu .dropdown-item {
  color: #0075ff;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 0;
  text-decoration: none;
}
.notice-btn-menu + .dropdown-menu .dropdown-item:hover {
  color: #fff;
}
.files-wrapper span {
  color: #fff;
}
.main-title {
  margin-top: 0;
  color: #FFF;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.2;
}
.text-blue {
  color: #0075FF;
}
.txt1 {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
#child-top-sec .row {
  display: flex;
  align-items: center;
  align-content: center;
}
#child-top-sec .btn.btn-primary {
  margin-top: 25px;
  border-radius: 30px;
  box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
  border: 0;
  min-width: 150px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: ;
  align-items: center;
  justify-content: space-between;
  max-width: 150px;
}
#child-top-sec::before,
#own::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 800px !important;
  transform: rotate(-3.188deg);
  border-radius: 0 0 72% 50%;
  opacity: 0.4;
  background: linear-gradient(169deg, #011645 3.91%, rgba(1, 19, 65, 0.49) 89.93%);
  box-shadow: 0px 36px 46.1px 0px rgba(0, 0, 0, 0.78);
  top: -36% !important;
  left: -18px;
}
#child-top-sec::after,
#own::after {
  content: '';
  position: absolute;
  border-radius: 0 0 182% 124%;
  opacity: 0.4;
  background: linear-gradient(170deg, #011448 -12.58%, rgba(1, 23, 69, 0.79) 105.97%);
  box-shadow: 0px 35px 46px 0px rgba(10, 43, 82, 0.35);
  width: 100%;
  height: 800px;
  top: -40%;
  z-index: -1;
  left: 0;
  right: 0;
}
#child-top-sec {
  padding: 180px 0 80px;
  position: relative;
  overflow: hidden;
}
.title2 {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1.44px;
  margin-bottom: 10px;
}
.text-white {
  color: #FFF;
}
#whats,
#types {
  padding: 180px 0 80px;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow1.webp');
  background-repeat: no-repeat;
  background-position: top center;
}
.row.whats-box-row {
  margin-top: 70px;
}
.whats-box {
  border-radius: 20px;
  border: 1px solid rgba(0, 117, 255, 0.17);
  background: #060D17;
  padding: 35px;
  transition: 0.3s linear;
}
.whats-box-icon {
  width: 53px;
  height: 53px;
  background-color: #0075FF;
  border-radius: 100px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  transition: 0.3s linear;
}
.whats-box-title {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.72px;
  margin-bottom: 10px;
}
.whats-box-txt {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.48px;
}
.whats-box:hover {
  background-color: #0075FF;
}
.whats-box:hover .whats-box-icon {
  background-color: #020912;
}
.my-btn {
  box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
}
.my-btn i {
  margin-left: 12px;
}
#clone .my-btn {
  margin-top: 25px;
}
#ready {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.row.ready-img-row {
  margin-top: 30px;
}
.ready-ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ready-ul li {
  flex: 0 0 20%;
  max-width: 20%;
}
.ready-img-wrap {
  transform: translateY(150px);
  transition: 0.3s linear;
}
.ready-ul li:nth-child(2n) .ready-img-wrap {
  transform: translateY(100px);
}
.ready-ul li:nth-child(2n) .ready-img-wrap {
  transform: translateY(100px);
}
.ready-img-wrap:hover {
  transform: translateY(0) !important;
}
#clone {
  padding: 50px 0;
  background-color: #0A1424;
}
#clone.fresh {
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/fresh-bg.webp');
  background-repeat: no-repeat;
  background-position: -100px center;
  background-size: auto auto;
  padding: 120px 0;
  background-color: transparent;
}
#clone.fresh .row {
  display: flex;
  align-items: center;
  align-content: center;
}
#pricing,
#now {
  padding: 80px 0 260px;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/shadow1.webp');
  background-position: center 140%;
  background-repeat: no-repeat;
}
.row.pricing-row {
  border-radius: 20px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #0A1424;
  padding: 35px;
}
.pricing-row .nav-tabs,
#feature .nav-tabs {
  border-radius: 100px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #020912;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: auto auto 15px;
  padding: 10px;
}
.package-box {
  border-radius: 20px;
  background-color: #020912;
  overflow: hidden;
  transition: 0.3s linear;
}
.package-box-head {
  padding: 20px;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/price-head-bg.webp');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #0075FF;
  background-size: 100%;
}
.package-title {
  margin-top: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.48px;
}
.package-price {
  color: #FFF;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1.08px;
  display: flex;
  align-items: center;
  align-content: center;
}
.package-price-small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.3px;
  margin-left: 10px;
}
.package-box-content {
  padding: 20px;
}
.package-box-ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.package-box-ul li {
  flex: 0 0 100%;
  max-width: 100%;
}
.package-box-txt {
  position: relative;
  margin: 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.8;
}
.package-box-content .my-btn {
  width: 100%;
  margin-top: 15px;
}
.package-row {
  margin-top: 45px;
}
.package-box-txt::before {
  content: '';
  display: inline-flex;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 100px;
  margin-right: 7px;
}
.pricing-row .nav-tabs li a,
#feature .nav-tabs li a {
  border-radius: 30px;
  background: #0A1424;
  color: #FFF !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.42px;
  min-width: 150px;
  text-align: center;
  border: 0 !important;
  margin: 0 3px;
}
.pricing-row .nav-tabs li a:hover,
.pricing-row .nav-tabs li.active a:hover,
.pricing-row .nav-tabs li.active a,
#feature .nav-tabs li a:hover,
#feature .nav-tabs li.active a:hover,
#feature .nav-tabs li.active a {
  background-color: #0075FF;
  box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
}
.package-box:hover {
  box-shadow: 0 4px 15px 0px #0075FF;
  transform: translateY(-5px);
  transition: 0.3s linear;
}
.child-top-sec-img-wrap {
  position: relative;
}
.child-top-sec-img {
  max-width: unset;
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
}
#own {
  padding: 180px 0 80px;
  position: relative;
  overflow: hidden;
}
#own .my-btn {
  display: block;
  margin: 25px auto auto;
  width: max-content;
}
#own::before, #own::after {
  height: 500px !important;
}
.row.type-box-row {
  margin-top: 60px;
}
.types-box {
  border-radius: 20px;
  border: 1px solid rgba(0, 117, 255, 0.22);
  background-color: #060D17;
  padding: 25px;
}
.types-title {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}
.types-box .my-btn {
  margin-top: 15px;
}
.types-box .txt2 {
  color: rgba(255, 255, 255, 0.72);
}
.feature-img-responsive {
  margin-top: 25px;
  position: relative;
}
.feature-img-responsive::before {
  content: '';
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/feature-circle.webp');
  width: 683px;
  height: 456px;
  position: absolute;
  left: -230px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
#feature .nav-tabs {
  width: 100%;
}
#feature .nav-tabs li {
  flex: 0 0 50%;
  max-width: 50%;
}
.feature-wraper {
  border-radius: 15px;
  border: 1px solid rgba(0, 117, 255, 0.22);
  background-color: #020912;
  padding: 15px;
}
.feature-title {
  border-radius: 30px;
  background: #0075FF;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  padding: 10px 12px;
}
.features-ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.features-ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  justify-content: space-between;
}
.features-ul li {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.feature-list {
  border-radius: 30px;
  border: 1px solid rgba(0, 117, 255, 0.22);
  background: #060D17;
  padding: 0 12px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.feature-txt {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  flex: 0 0 50%;
  max-width: 50%;
}
.feature-icon {
  flex: 0 0 50%;
  max-width: 50%;
  color: green;
  text-align: center;
  border-left: 1px solid rgba(0, 117, 255, 0.22);
}
.feature-txt, .feature-icon {
  padding: 12px 0;
}
#feature .row {
  display: flex;
  align-content: center;
  align-items: center;
}
#feature {
  padding: 80px 0;
  background-color: #060D17;
}
#gateway {
  padding: 80px 0;
}
.gateway-ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 35px 0 0;
}
.gateway-ul li {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 5px;
}
.gateway-li {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(0, 117, 255, 0.22);
  background-color: #060D17;
  height: 100px;
}
.gateway-img {
  display: block;
  margin: auto;
}
.row.our-row {
  border-radius: 20px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #0A1424;
  padding: 45px 50px;
  display: flex;
  align-content: center;
  align-items: center;
}
.our-row .txt2 {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.9;
}
.now-row {
  border-radius: 40px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #0075FF;
  padding: 20px;
  margin: 0;
}
.now-row-content {
  position: relative;
}
.now-row-contentt {
  width: 65%;
}
.now-row-content .txt2 {
  color: #fff;
}
.now-row-content::after {
  content: '';
  position: absolute;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/now-man.webp');
  width: 388px;
  height: 362px;
  bottom: -21px;
  right: 0;
}
#now {
  background-position: center 190%;
  padding-top: 180px;
}
.row.clone-row {
  display: flex;
  align-content: center;
  align-items: center;
}
#totalPopupNotifications {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #0075ff;
  top: -3px;
  right: -3px;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
  justify-content: center;
}
.top-nav .top-nav-right-nav li.dropdown .ser-update-btn {
  position: relative;
}
.nightmode .files-wrapper,
.nightmode .files-wrapper span {
  color: #000 !important;
}
.notification-box {
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #E0EEFF;
  padding: 5px 10px;
  border-radius: 12px;
  margin-top: 10px;
  position: relative;
}
.notification-box p {
  font-size: 14px;
  margin-bottom: 0;
}
.notification-box .close-notify {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #1862b5;
  border: 0;
  color: #fff;
  border-radius: 100px;
  font-size: 10px;
  right: 4px;
  top: -6px;
}
.daymode .notification-box {
  border: 1px solid rgba(0, 117, 255, 0.13);
  background: #0A1424;
}
.daymode .notification-box p {
  color: #fff;
}
.nightmode .top-nav .top-nav-right-nav li.dropdown .ser-update-btn,
.top-nav .top-nav-right-nav li.dropdown .ser-update-btn {
  background-color: red !important;
  color: #fff;
}
.notify-wrapper {
  position: relative;
}
.notification-btn {
  position: relative;
}
.notification-btn #totalPopupNotifications {
  background-color: red;
}
.notice-board {
  position: absolute;
  z-index: 9;
  min-width: 150px;
  background-color: #fff;
  padding: 0 5px 0;
  border-radius: 12px;
  top: calc(100% + 3px);
  height: 0;
  overflow: hidden;
}
.notice-board.show {
  height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.notification-box.increased {
  background-color: yellow;
}
.notification-box.enabled {
  background-color: green;
  color: #fff;
}
.notification-box.disabled {
  background-color: red;
  color: #fff;
}
.notification-box.decreased {
  background-color: blue;
  color: #fff;
}
.status-table1.table tbody tr td i {
  color: #00800050;
}
.status-table1.table tbody tr td i::before {
  content: "\f0a3";
}
.status-table1.table tbody tr td i.fas.fa-check-circle {
  color: #008000;
}
.our .pricing-row .nav-tabs {
  width: 100%;
}
.our .pricing-row .nav-tabs .nav-item {
  flex: 0 0 49%;
  max-width: 49%;
}
.cal-title {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.regular-panel-title {
  border-radius: 30px;
  background: #0075FF;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 35px;
}
.cal-title1 {
  text-align: center;
  color: #0075FF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
}
.range .value2, 
.range .value3 {
  background-color: #0A1424;
  width: 100%;
  height: 48px;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 20px;
  padding: 0 20px;
}
.range-input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 6px;
  background-color: #0A1424;
}
.range-title {
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 10px;
}
.our .tab-content {
  border-radius: 15px;
  background: #020912;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.10);
  padding: 25px;
}
.range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none; 
  height: 15px;
  width: 15px;
  background-color: #0A1424;
  border:4px solid #0075FF !important;
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
}

.range-input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #0A1424;
  border:4px solid #0075FF !important;
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
}
.range-content ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  list-style: none;
  margin: 20px auto;
  position: relative;
}
.range-content ul li {
  flex: 0 0 50%;
  max-width: 50%;
}
.range-content ul li span {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}
.range-content ul li p {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.range-content ul::before {
  content: '';
  width: 2px;
  height: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255,255,255,50%);
  top: 50%;
  transform: translateY(-50%);
}
.range-content ul li:last-child {
  text-align: right;
}
.content.range-content .button-row .btn.btn-primary {
  width: 100%;
  border-radius: 30px;
  background-color: #0075FF !important;
  box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.40) inset;
}
.childpanel-box {
  border-radius: 20px;
  border: 1px solid rgba(0, 117, 255, 0.13);
  background-color: #0A1424;
  padding: 15px;
  position: relative;
  min-height: 164px;
  display: flex;
  align-items: center;
  align-content: center;
  overflow: hidden;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/design1.webp');
  background-repeat: no-repeat;
  background-position: calc(100% + 30px) 30px;
}
.childpanel-box-content {
  width: 65%;
}
.childpanel-box-title {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}
.childpanel-box-link {
  color: #0075FF !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration-line: underline;
}
.childpanel-box::after {
  content: '';
  width: 170px;
  height: 170px;
  background-color: rgba(255, 255, 255, 0.18);
  opacity: 0.3;
  border-radius: 100px;
  position: absolute;
  right: -55px;
  bottom: -55px;
  z-index: 0;
}
.childpanel-box::before {
  content: '';
  width: 241px;
  height: 241px;
  background-color: rgba(255, 255, 255, 0.18);
  opacity: 0.3;
  border-radius: 100%;
  position: absolute;
  right: -95px;
  bottom: -70px;
  z-index: 0;
}
.childpanel-box-row {
  margin-bottom: 20px;
}
.childpanel-box2 {
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/design2.webp');
}
.childpanel-box3 {
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/design3.webp');
}
.childpanel-box:hover {
  background-color: #0075ff;
}
.childpanel-box:hover .childpanel-box-link {
  color: #fff !important;
}
.auth #child-top-sec {
  padding: 80px 0 80px;
}
.auth #pricing {
  padding-bottom: 40px;
  background-image: none;
}
.auth.nightmode #child-top-sec::before,
.auth.nightmode #own::before,
.auth.nightmode #child-top-sec::after,
.auth.nightmode #own::after {
  display: none;
}
.auth.nightmode .main-title,
.auth.nightmode .txt1,
.auth.nightmode .title2,
.auth.nightmode .whats-box-title,
.auth.nightmode .whats-box-txt,
.auth.nightmode .txt2,
.auth.nightmode .types-title {
  color: #020912;
}
.auth.nightmode .whats-box {
  background-color: #abdbf2;
}
.auth.nightmode #clone {
  background-color: #e0eeff;
}
.auth.nightmode #pricing .pricing-row {
  background-color: #e0eeff !important;
}
.auth #own {
  padding: 50px 0 50px;
}
.auth #own {
  padding: 50px 0 50px;
}
.auth.nightmode #types {
  padding: 40px 0 40px;
  background-image: none;
}
.auth.nightmode .types-box {
  background-color: #E0EEFF;
}
.auth.nightmode #feature {
  background-color: #e0eeff;
}
.auth.nightmode .row.our-row {
  background-color: #e0eeff;
}
.auth.nightmode #now {
  background-image: none;
  padding-bottom: 0;
}
.auth.nightmode .now-row {
  border: 1px solid #E0EEFF;
  background-color: #E0EEFF;
}
.badge.gurantee.no-refill {
  background-color: yellow;
  color: #020912;
}
.onelac-txt {
  text-align: center;
  color: #fff;
  margin: 15px auto;
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
}
.nightmode span.files-label {
  color: #fff !important;
}
.feature-icon .fas.fa-times {
  color: red;
}
.sidebar-nav li a[href="/buythemeforpanel"] {
  background-color: #0075ff;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  padding: 6px 20px !important;
  box-shadow: 0 0 5px 0 #0075ff;
  border: ;
}
.main-smm-panel-link {
  justify-content: center;
  background-color: #0075ff;
  color: #fff !important;
}
.update-ser-cat {
  border-radius: 30px;
  background-color: #0075FF;
  text-align: center;
  padding: 12px;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.sidebar-logo-wrap {
  background-color: #02070e;
}
.sidebar-logo-wrap img {
  max-width: 150px;
}
.ready-img-wrap {
  background-color: #0075ff50;
  display: block;
  transform: unset !important;
  padding: 15px;
  border-radius: 15px;
  text-decoration: none !important;
}
.ready-ul li {
  flex: 0 0 32%;
  max-width: 32%;
  margin: 0 5px 15px;
}
.ready-img {
  margin-bottom: 15px;
}
.ready-img-wrap .package-title {
  font-size: 18px;
  /* text-decoration: underline; */
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.4;
}
span.theme-buy-now-price {
  font-weight: bolder;
}
span.theme-buy-now-txt {
  font-weight: bolder;
}
.ready-img-wrap .package-price {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}
.package-txt {
  font-size: 16px;
}
.ready-ul {
  justify-content: center;
}
/* design Modified Start*/
.sidebar-logo-wrap {
  background-color: transparent;
  padding: 0;
}
.pinner {
  background-color: transparent;
}
.line span.line1 {
  width: 100% !important;
}
.line span.line2 {
  width: 85% !important;
  margin-right: auto !important;
}
.line span.line3 {
  width: 70% !important;
  margin-right: auto !important
}
.sidebar {
  background: linear-gradient(0deg, #020912 0%, rgba(2, 9, 18, 0.00) 106.9%);
}
.menu-title {
  color: #FFF;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #1B2940;
}
.menu-ul {
  list-style: none;
  padding: 0;
  margin-bottom: 12px;
}
.menu-ul li a {
  border-radius: 8px;
  border: 1px solid #1B2940;
  background-color: #0E1C31;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding: 5px;
  text-decoration: none;
}
.menu-icon {
  border-radius: 6px;
  background-color: #1877F2;
  color: #fff;
}
.menu-txt {
  color: #7F92B1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.menu-ul li.active a, 
.menu-ul li.active a:hover, 
.menu-ul li a:hover {
  background-color: #1877F2;
  border-color: #1877F2;
}
.menu-ul li.active a .menu-icon, 
.menu-ul li.active a:hover .menu-icon, 
.menu-ul li a:hover .menu-icon {
  background-color: #112038;
}
.menu-ul li.active a .menu-txt, 
.menu-ul li.active a:hover .menu-txt, 
.menu-ul li a:hover .menu-txt {
  color: #fff;
}
.sidebar::after {
  content: '';
  background: linear-gradient(3deg, rgba(0, 117, 255, 0.00) 67.02%, rgba(0, 117, 255, 0.29) 99.41%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.sidebar-bottom-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}
.sidebar-nav-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
  height: 100vh;
}
.sidebar-nav-wrap {
  height: auto;
}
.sidebar-wrap-bottom {
  margin: 12px 0;
}
.sidebar-bottom-menu li a {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  border: 0.5px solid #0075FF;
  background-color: #0A1424;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 24px;
}
.sidebar-bottom-menu li a:hover, 
.sidebar-bottom-menu li a:focus {
  background-color: #0075FF;
  color: #fff;
}
.sidebar::before {
  content: '';
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/sidebar-bottom.webp');
  width: 100%;
  height: 354px;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100% 354px;
}
.top-nav {
  border-radius: 13px;
  border: 1px solid #132239;
  background-color: #020912;
  margin: 0 15px 15px;
  box-shadow: none;
}
.top-nav-left-nav,
.top-nav .top-nav-right-nav {
  margin-bottom: 0;
}
.top-nav .top-nav-left-nav .bread-wrap a {
  color: #7F92B1;
  font-size: 14px;
  font-weight: 400;
}
.top-nav .top-nav-left-nav .bread-wrap span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.mode {
  border-radius: 20px;
  background-color: #0075FF;
  box-shadow: 0px 1px 1.7px 0px rgba(0, 0, 0, 0.78) inset;
  width: 78px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  padding: 5px;
}
.mode-inner {
  width: 32px;
  height: 32px;
  background-color: #0A1424;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.nightmode .mode {
  justify-content: flex-start;
  background: #0075FF;
  box-shadow: 0px 1px 1.7px 0px rgba(0, 0, 0, 0.78) inset;
}
.nightmode .mode .mode-inner img {
  content: url('https://i.23robo.info/projects/socialmedia.in/img/moon.webp');
}
.menu-right-a {
  border-radius: 28px;
  border: 0.5px solid #0075FF;
  background: #0A1424;
  height: 41px;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 10px 12px;
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  min-width: 95px;
  justify-content: center;
}
.menu-right-a .menu-right-icon {
  margin-right: 5px;
}
.user-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.user-info-left {
  flex: 0 0 40px;
  max-width: 40px;
}
.user-info-right {
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.user-name {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}
.user-b {
  color: #FECE53;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.user-name, .user-b {
  flex: 0 0 100%;
  max-width: 100%;
}
.inner-wrap {
  padding-top: 15px !important;
  position: relative;
  margin-bottom: 0;
}
.inner-wrap::before {
  content: '';
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/dashboard-before.webp');
  width: 100%;
  height: 432px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.copy-right {
  background-color: transparent;
  border: 0;
  margin: 0;
  text-align: right;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}
.auth-ftr {
  border-radius: 30px 30px 0 0;
  border: 1px solid #1877F2;
  background-color: #020912;
  padding: 15px;
}
.auth-ftr {
  border-radius: 30px 30px 0 0;
  border: 1px solid #1877F2;
  background-color: #020912;
  padding: 20px 0;
  border-bottom: 0;
  margin: 15px 15px auto;
}
.sidebar-logo-wrap {
  margin-right: 15px;
}
.sidebar-nav-wrapper {
  height: calc(100% - 90px);
}
.sidebar-nav-wrap {
  height: calc(100% - 40px);
  max-height: calc(100% - 40px);
  overflow-y: auto;
  scrollbar-width: thin;
  padding-right: 15px;
}
.sidebar-wrap-bottom {
  margin-right: 15px;
  height: 40px;
  max-height: 40px;
}
.sidebar {
  overflow: hidden;
  padding-right: 0;
  padding-bottom: 12px;
}
.auth-bnr-wrap {
  background-color: #020912;
  padding: 15px;
  border-radius: 12px;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/auth-bnr-bg.webp');
  background-repeat: no-repeat;
  position: relative;
  background-position: right center;
  min-height: 188px;
  display: flex;
  align-items: center;
  align-content: center;  
  border: 1px solid #132239;
}
.auth-bnr-title {
  display: flex;
  align-content: center;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
}
.auth-bnr-title img {
  margin-right: 10px;
}
.auth-bnr-txt {
  color: #7F92B1;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}
.auth-bnr-btn {
  border-radius: 36px;
  background: #1877F2;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  padding: 12px;
  margin-top: 12px;
  display: block;
  width: 155px;
  text-align: center;
}
.auth-bnr-content {
  width: 65%;
}
.auth-bnr-img {
  position: absolute;
  right: 5px;
  bottom: 0;
}
.auth-bnr-row {
  margin-bottom: 20px;
}
.auth-box {
  min-height: 188px;
  background-color: #020912;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #132239;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  justify-content: center;
}
.auth-box-label {
  position: absolute;
  background-color: #FFBB36;
  display: flex;
  align-items: center;
  align-content: center;
  border-radius: 16px;
  padding: 2px 10px;
  color: #020912;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
.auth-box-label svg {
  margin-right: 2px;
}
.auth-box.auth-box-fund {
  background-color: #1877F2;
  border-color: #1877F2;
}
.auth-box-img {
  margin-bottom: 5px;
}
.auth-box-txt {
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
.auth-box-title {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}
.warning {
  border-radius: 13px;
  background: #F00;
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  padding: 5px;
  flex: 0 0 63px;
  max-width: 63px;
}
.warning-txt {
  flex: 0 0 calc(100% - 63px);
  max-width: calc(100% - 63px);
  color: #0A1425;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 5px;
}
.auth-box-msg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  border-radius: 13px;
  background-color: #FFF;
  padding: 2px;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.auth-box-status .warning-txt {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
.auth-box.auth-box-status {
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/auth-bnr-bg.webp');
  background-repeat: no-repeat;
  background-position: right center;
}
.wrapper-box {
  border-radius: 30px;
  background: linear-gradient(270deg, rgba(2, 9, 18, 0.00) 0%, #020912 72.7%);
  border: 1px solid #132239;
  position: relative;
  padding: 7px !important;
}
.wrapper-box::before {
  content: '';
  background-image: url(https://i.23robo.info/projects/socialmedia.in/img/announcement-bg.webp);
  height: 60px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  z-index: 0;
}
.wrapper-box .btn-primary {
  position: relative;
  z-index: 1;
  width: max-content !important;
}
.ser-cat-title {
  position: relative;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.20;
  margin-bottom: 10px;
  padding-left: 6px;
  border-left: 2px solid #1877F2;
}
.ser-cat-title::after {
  content: '';
  background-color: #132239;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.ser-cat-title-txt {
  background-color: #0A1424;
  position: relative;
  z-index: 1;
  padding-right: 10px;
}
.ser-cat-list {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.auth-wrapper {
  border-radius: 30px;
  border: 1px solid #132239;
  background-color: #020912;
  padding: 19px;
}
.auth-tabs .nav-item a {
  border-radius: 30px;
  background: #0A1424;
  min-width: 152px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  border: 0 !important;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.auth-tabs {
  border: 0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  align-content: center;
}
.auth-tabs .nav-item.active a, 
.auth-tabs .nav-item.active a:hover, 
.auth-tabs .nav-item a:hover {
  background-color: #1877F2;
  color: #fff;
}
.search-dropdown .select2-selection {
  border-radius: 18px;
  border: 1px solid #1A2E4D;
  background: #020912;
  height: 55px;
}
.search-dropdown .select2-selection::placeholder {
  color: #293C5A;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.search-dropdown .input-wrapper__prepend {
  color: #fff;
}
.auth .control-label {
  color: #7F92B1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.auth .form-control {
  border-radius: 18px;
  border: 1px solid #1A2E4D;
  background-color: #020912;
  height: 55px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.auth-tabs .nav-item a svg {
  margin-right: 5px;
}
.auth-tab-content {
  border-radius: 20px;
  border: 1px solid #132239;
  background-color: #0A1424;
  padding: 19px;
}
.auth .btn.btn-primary {
  width: 100%;
  border-radius: 18px;
}
.well-design-two {
  border-radius: 20px;
  border: 1px solid #132239;
  background-color: #0A1424;
  padding: 19px;
}
.well-design-two .ser-desc-box2 {
  border-radius: 18px;
  border: 1px solid #1A2E4D;
  background-color: #020912;
  padding: 15px;
  display: flex;
  align-content: center;
  align-items: center;
}
.well-design-two .ser-desc-box2 .ser-desc-title {
  border-radius: 13px;
  background: linear-gradient(180deg, #1877F2 0%, #0075FF 100%);
  padding: 5px 10px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.well-design-two .ser-desc-box2 .ser-desc-txt {
  flex: 0 0 calc(100% - 130px);
  max-width: calc(100% - 130px);
  padding: 0 0 0 15px;
  margin: 0;
}
#servicename {
  border-radius: 18px;
  border: 1px solid #1A2E4D;
  background-color: #020912;
  padding: 15px;
}
.well-design-two .ser-desc-box .ser-img {
  background-color: #0375FD;
}
.well-design-two .ser-desc-box {
  border-radius: 18px;
  border: 1px solid #1A2E4D;
  background: #020912;
  padding: 10px 15px;
}
.well-design-two .ser-desc-title {
  color: #7F92B1;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
.ser-desc-box-wraps {
  border-radius: 18px;
  border: 1px solid #1A2E4D;
  background-color: #020912;
  padding: 10px 15px;
}
.ser-desc-box-wraps .ser-desc-title {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.auth .well {
  border-radius: 18px !important;
  border: 1px solid #1A2E4D !important;
  background-color: #020912 !important;
}
.well-title {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.account-box {
  border-radius: 10px;
  border: 1px solid #132239;
  background-color: #0A1424;
  padding: 15px 5px;
  min-height: 132px;
}
.account-box-icon {
  border-radius: 7px;
  background-color: #0075FF;
  width: 29px;
  height: 29px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.account-box .account-box-title {
  color: #7F92B1;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
  padding-left: 0;
}
.row.account-status-row {
  margin: 0;
}
.row.account-status-row .col-sm-3 {
  padding-left: 3px;
  padding-right: 3px;
}
.well-width-bg {
  background-image: ;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/auth-bnr-bg.webp') !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: auto 100% !important;
}
.user-box {
  border-radius: 18px !important;
  border: 1px solid #1A2E4D !important;
  background-color: #020912 !important;
  padding: 15px;
  background-image: url('https://i.23robo.info/projects/socialmedia.in/img/user-box-bg.webp');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
.user-image-box {
  width: 70px;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  background-color: #FFBB36;
  border-radius: 100px;
  margin: 0 auto 15px;
  overflow: hidden;
}
.user-box .user-name {
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.profile-img-btn-wrap {
  position: relative;
  border-radius: 30px;
  background: #0075FF;
  width: 122px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin: auto;
  padding: 12px;
  justify-content: center;
}
.profile-img-btn-wrap input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.profilebox-accountstatus {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #132239;
  background-color: #020912;
  padding: 15px;
  width: 85%;
  margin: 15px auto auto;
  justify-content: center;
}
.profilebox-accountstatus-icon {
  flex: 0 0 46px;
  max-width: 46px;
}
.profilebox-accountstatus-content {
  padding-left: 5px;
}
.profilebox-accountstatus-title {
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px;
}
.profilebox-accountstatus-txt {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}
.auth-account-tabs {
	margin-bottom: 20px;
	margin-top: 0;
}
.auth-tab-content.account-tab-content {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.auth .account-tab-content .form-control {
  border-radius: 18px;
  border: 1px solid #132239;
  background-color: #0A1424;
}
.auth .account-tab-content .btn.btn-primary {
  height: 55px;
  width: max-content;
  border-radius: 12px;
}
.account-well {
  border-radius: 20px;
  border: 1px solid #132239;
  background-color: #0A1424;
  padding: 19px;
}
.account-info-box {
  border-radius: 17px;
  border: 1px solid #132239;
  background: #020912;
  padding: 20px 15px;
  margin-bottom: 20px;
}
.account-info-title {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
}
.account-info-txt {
  color: #7F92B1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}
.auth-tabs.auth-account-tabs .nav-item a {
  border-radius: 30px;
  border: 1px solid #132239 !important;
  background: #020912;
}
.auth-tabs.auth-account-tabs .nav-item.active a,
.auth-tabs.auth-account-tabs .nav-item.active a:hover, 
.auth-tabs.auth-account-tabs .nav-item a:hover, 
.auth-tabs.auth-account-tabs .nav-item a:focus {
  background-color: #1877F2;
  border-color: #1877F2 !important;
  color:#fff;
}
body.auth {
  background: #0A1424;
}
.row.user-info-row {
  margin-bottom: 15px;
}
.update-filter-row .dropdown-toggle {
  border-radius: 18px;
  background-color: #1877F2 !important;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  height: 60px;
}
.update-filter-row {
  margin-bottom: 15px;
}
.update-filter-row .dropdown .dropdown-menu {
  width: 100%;
  padding: 0;
  border: 1px solid #1A2E4D;
  background-color: #020912;
  border-radius: 12px;
  overflow: hidden;
}
.update-filter-row .dropdown .dropdown-menu li a {
  color: #fff;
}
.update-filter-row .input-group {
  display: block;
  height: 55px;
}
.update-filter-row .input-group .form-control {
  border-radius: 18px;
  border: 1px solid #132239;
  background-color: #020912;
  padding-left: 40px;
}
.update-filter-row .input-group .form-control::placeholder {
  color: #293C5A;
  font-size: 16px;
  font-weight: 500;
}
.update-filter-row .input-group .btn-default {
  padding: 0;
  background-color: transparent;
  border: 0;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.well-serve thead tr th:first-child,
.well-serve tbody tr td:first-child {
  border-radius: 18px 0 0 18px;
}
.well-serve thead tr th:last-child,
.well-serve tbody tr td:last-child {
  border-radius: 0 18px 18px 0;
}
.well-serve tbody tr td {
  background-color: #0A1424;
  border-top: 1px solid #132239;
  border-bottom: 1px solid #132239;
}
.well-serve tbody tr td:first-child {
  border-left: 1px solid #132239;
}
.well-serve tbody tr td:last-child {
  border-right: 1px solid #132239;
}
table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.table-id {
  border-radius: 13px;
  background-color: #0075FF;
  min-width: 83px;
  display: block;
  text-align: center;
  padding: 12px 5px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.well-serve tbody tr td {
  padding: 10px !important;
}
.update-status {
  border-radius: 17px;
  min-width: 216px;
  height: 44px;
  line-height: 44px;
  color: #FFF !important;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 0 10px;
}
.update-status.increased i::before {
  content: "\f885";
}
.update-status.increased {
  background: linear-gradient(90deg, #F00 0%, #FF5F5F 100%);
}
.update-status i {
  font-size: 22px;
  margin-right: 5px;
}
.update-status.decreased {
  background: linear-gradient(90deg, #06C755 0%, #00BC56 100%);
}
.update-status.decreased i::before {
  content: "\f884";
}
.update-status.disabled {
  background: linear-gradient(90deg, #0075FF 0%, #6CACFF 100%);
}
.update-status.disabled i::before {
  content: "\f057";
}
.update-status.enabled {
  background: linear-gradient(90deg, #FFBB36 0%, #EC9C00 100%);
}
.update-status.enabled i::before {
  content: "\f058";
}
.buy-now {
  border-radius: 17px;
  background-color: #0075FF !important;
}
.fund-box-title {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 5px 0;
}
.fund-box {
  border-radius: 13px;
  background-color: #020912;
  padding: 12px;
  position: relative;
  overflow: hidden;
}
.fund-box-ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
  align-content: center;
  align-items: center;
  white-space: nowrap;
  flex-direction: row;
  overflow-x: auto;
  flex-wrap: nowrap;
  scrollbar-width: thin;
  padding-bottom: 5px;
}
.fund-box-ul li {
  margin-right: 10px;
}
.fund-box-ul li:last-child {
  margin-right: 0;
}
.fund-box-ul li img {
  max-width: 40px;
}
.fund-box::after {
  content: '';
  border-radius: 111px;
  background-color: #1877F2;
  filter: blur(52.650001525878906px);
  width: 111px;
  height: 111px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -70px;
  z-index: 0;
}
.fund-box-title, .fund-box-ul {
  position: relative;
  z-index: 1;
}
.payment-bonus-wrap .auth-bnr-img {
  right: -40px;
  bottom: -40px;
  z-index: 0;
}
.payment-bonus-wrap {
  overflow: hidden;
  margin-bottom: 20px;
}
.payment-bonus-wrap .auth-bnr-content {
  position: relative;
  z-index: 1;
}
.addfund-accordians {
  margin-top: 20px;
}
.well-design-addfund .txt {
  color: #7F92B1;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}
.addfund-accordians .panel {
  border-radius: 18px;
  border: 1px solid #1A2E4D;
  background: #020912;
}
.addfund-accordians .panel .panel-heading {
  padding: 0;
  background-color: transparent;
}
.addfund-accordians .panel .panel-heading .panel-title a {
  padding: 15px;
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}
.addfund-accordians .panel .panel-heading .panel-title a::after {
  content: '\f0d7';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  background-color: #0A1424;
  width: 35px;
  height: 35px;
  flex-shrink: ;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.addfund-accordians .panel .panel-heading .panel-title a[aria-expanded="true"]::after {
  content:'\f0d8';
}
.addfund-accordians .panel .panel-body {
  color: #fff;
  font-size: 12px;
}
.auth .modal-content {
  border-radius: 13px;
  border: 1px solid #132239;
  background-color: #020912;
}
.auth .modal-header {
  border-bottom: 1px solid #132239;
  border-radius: 13px 13px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.auth .modal-header::before, 
.auth .modal-header::after {
  display: none;
}
.auth .modal-header .modal-title {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.auth .modal-header .close {
  color: #f00;
  opacity: 1;
}
.auth .modal-body .dropdown .dropdown-toggle {
  border-radius: 18px;
  border: 1px solid #1A2E4D;
  background-color: #020912;
  height: 55px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  line-height: 55px;
  padding: 0 15px;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.auth .modal-body .dropdown .dropdown-menu {
  width: 100%;
  padding: 0;
  border-radius: 12px;
  border: 1px solid #132239;
  background-color: #020912;
}
.auth .modal-body .dropdown .dropdown-menu li a {
  color: rgba(255,255,255,70%);
}
.sidebar-bottom-menu li a:hover img,
.sidebar-bottom-menu li a:focus img{
  filter: brightness(100);
}
.auth.nightmode {
  background-color: #fff;
}
.auth.nightmode .sidebar {
  background: #1877F2;
}
.auth.nightmode .sidebar::after {
  opacity: 0;
}
.auth.nightmode .menu-ul li a {
  background-color: #FFF;
  border-color: #FFF;
}
.auth.nightmode .menu-ul li a .menu-txt {
  color: #020912;
}
.nightmode .menu-ul li.active a,
.nightmode .menu-ul li.active a:hover, 
.nightmode .menu-ul li a:hover {
  background-color: #020912;
  border-color: #020912;
}
.nightmode .menu-ul li.active a .menu-txt,
.nightmode .menu-ul li.active a:hover .menu-txt, 
.nightmode .menu-ul li a:hover .menu-txt {
  color:#fff;
}
.nightmode .menu-ul li.active a .menu-icon,
.nightmode .menu-ul li.active a:hover .menu-icon, 
.nightmode .menu-ul li a:hover .menu-icon {
  background: #1877F2;
}
.nightmode .sidebar-bottom-menu li a {
  background-color: #fff;
  border-color: #fff;
}
.sidebar-bottom-menu li a img[src="https://i.23robo.info/projects/socialmedia.in/img/dollar-img.webp"] {
  content: url(https://i.23robo.info/projects/socialmedia.in/img/night-dollar-img.webp);
}
.sidebar-bottom-menu li a img[src="https://i.23robo.info/projects/socialmedia.in/img/language-img.webp"] {
  content: url(https://i.23robo.info/projects/socialmedia.in/img/night-language-img.webp);
}
.sidebar-bottom-menu li a img[src="https://i.23robo.info/projects/socialmedia.in/img/logout-img.webp"] {
  content: url(https://i.23robo.info/projects/socialmedia.in/img/night-logout-img.webp);
}
.sidebar-bottom-menu li a img[src="https://i.23robo.info/projects/socialmedia.in/img/setting-img.webp"] {
  content: url(https://i.23robo.info/projects/socialmedia.in/img/night-setting-img.webp);
}
.inner-wrap::before {
  display: none;
}
.nightmode .top-nav {
  border: 1px solid #D9E9FC;
  background-color: #EDF5FF;
}
.nightmode .top-nav {
  border: 1px solid #D9E9FC;
  background-color: #EDF5FF;
}
.nightmode .top-nav .top-nav-left-nav .bread-wrap span {
  color: #020B18;
}
.nightmode .menu-right-a {
  border: 0.5px #D9E9FC;
  background-color: #FFF;
  color: #0A1424;
}
.nightmode .menu-right-a .menu-right-icon {
  color: rgba(0, 117, 255, 1);
}
.nightmode .user-name {
  color: #0A1424;
}
.nightmode .menu-title {
  border-bottom-color: #fff;
}
.nightmode .auth-box.auth-box-status {
  background: #EDF5FF;
  border-color: #EDF5FF;
}
.nightmode .auth-box-status .auth-box-txt,
.nightmode .auth-box-status .auth-box-title {
  color: #0A1424;
}
.nightmode .auth-box-status .auth-box-msg {
  background-color: #1877F2;
}
.nightmode .auth-box-status .warning-txt, 
.nightmode .auth-box-status .warning-txt span {
  color: #fff !important;
}
.nightmode .wrapper-box {
  background: #1877F2;
}
.wrapper-box .btn-primary {
  background-color: #FFA336 !important;
}
.nightmode .marquee-wrap {
  color: #fff;
}
.nightmode .ser-cat-title-txt {
  background-color: #fff;
  color: #020912;
  padding-left: 10px;
}
.nightmode .ser-cat-title {
  padding-left: 0;
}
.nightmode .auth-wrapper {
  border: 1px #D9E9FC;
  background-color: #EDF5FF;
}
.nightmode .auth-tab-content {
  border: 1px #D9E9FC;
  background-color: #FFF;
}
.auth.nightmode .form-control {
  border: 1px #D9E9FC;
  background: #EDF5FF;
  color: #293C5A;
}
.nightmode .search-dropdown .input-wrapper .input-wrapper__prepend {
  color: #293C5A;
}
.nightmode .well-design-two .sash-para {
  color: #7F92B1;
}
.nightmode #servicename,
.nightmode .well-design-two .ser-desc-box2,
.nightmode .well-design-two .ser-desc-box {
  border: 1px #D9E9FC;
  background-color: #EDF5FF;
}
.nightmode .well-design-two .ser-desc-box2 .ser-desc-txt {
  background-color: transparent;
  color: #0A1424;
}
.nightmode .well-design-two .ser-desc-title {
  color: #7F92B1;
}
.nightmode .well-design-two .ser-desc-txt {
  color: #0A1424;
}
.nightmode .auth-ftr {
  background-color: #EDF5FF;
  border-color: #EDF5FF;
}
.nightmode .copy-right {
  color: #0A1424;
}
.nightmode .payment-bonus-wrap + .well-title {
  color: #020B18;
}
.nightmode .addfund-accordians .panel {
  border: 1px solid #D9E9FC;
  background-color: #EDF5FF;
}
.nightmode .addfund-accordians .panel .panel-heading .panel-title a {
  color: #293C5A;
}
.nightmode .addfund-accordians .panel .panel-heading .panel-title a::after {
  background-color: #1877f2;
  color: #fff;
}
.nightmode .addfund-accordians .panel .panel-body {
  color: #293C5A;
}
.nightmode .auth .well {
  background-color: #1877F2 !important;
  border-color: #1877F2 !important;
}
.nightmode .auth .well {
  background-color: #1877F2 !important;
  border-color: #1877F2 !important;
}
.nightmode .well-title {
  color: #fff;
}
.nightmode .account-box {
  border: 1px solid #D9E9FC;
  background-color: #EDF5FF;
}
.nightmode .auth-tab-content.account-tab-content {
  background-color: transparent;
}
.nightmode .auth-tab-content.account-tab-content .control-label {
  color: #fff;
}
.nightmode .auth-tab-content.account-tab-content .btn.btn-primary {
  background-color: #FFA336 !important;
  border-color: #FFA336;
}
.nightmode .account-info-box {
  background-color: #1877f2;
  border-color: #1877f2;
}
.nightmode .account-info-txt {
  color: rgba(255,255,255,70%);
}
.nightmode .account-well {
  border: 1px #D9E9FC;
  background: #EDF5FF;
  color: #293C5A;
}
.nightmode .auth-tab-content.account-tab-content .account-well .control-label,
.nightmode .auth-tab-content.account-tab-content .account-well .txt {
  color: #0A1424;
}
.auth.nightmode .well {
  background-color: #1877f2 !important;
  border-color: #1877f2 !important;
}
.nightmode .update-filter-row .input-group .btn-default {
  color: #0A1424;
}
.nightmode .well-serve tbody tr td {
  border-color: rgba(0,0,0,10%);
}
.sidebar-logo-wrap img {
  max-width: 100px;
  margin-bottom: 25px;
}
.auth-ftr-logo .img-responsive {
  max-width: 100px;
}
.auth-ftr .row {
  display: flex;
  align-content: center;
  align-items: center;
}
.payment-dropdown button {
  border-radius: 18px;
  border: 1px solid #1A2E4D;
  background-color: #020912;
  min-height: 55px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
  text-align: left;
  white-space: normal;
  word-break: break-word;
  background-image: url('https://i.23robo.info/projects/smmsocialmediain/img/caret.webp');
  background-position: right center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}
.payment-dropdown .dropdown-menu {
  border-radius: 18px;
  border: 1px solid #1A2E4D;
  background: #020912;
  padding: 12px;
  margin-top: 5px;
  height: 350px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.payment-dropdown .dropdown-menu a {
  display: flex;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  border-radius: 9px;
  border: 1px #1A2E4D;
  background-color: #0A1424;
  margin-bottom:3px;
}
.payment-dropdown .dropdown-menu a:hover {
  background-color: #0075ff;
}
#method {
  position: absolute;
  opacity: 0;
  z-index: -2;
}
.payment-dropdown .dropdown-menu a .payment-drop-img {
  margin-left: 10px;
}
.payment-dropdown .dropdown-menu a .payment-drop-img {
  margin-right: 10px;
}
.fundtable thead tr th {
  background-color: #1877F2;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  border: 0;
  padding: 12px;
}
.fundtable thead tr th:first-child {
  border-radius: 13px 0 0 13px;
}
.fundtable thead tr th:last-child {
  border-radius: 0 13px 13px 0;
}
.auth-tabs .nav-item a:focus {
  background-color: #1877f2;
}
.payment-dropdown button .payment-drop-img {
  margin-right: 10px;
}
.payment-drop-title {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: 1px solid rgba(127, 146, 177, 0.16);
  padding-bottom: 10px;
  margin-top: 10px;
}
.sidebar {
  background: #020912;
}
.account-box-txt {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  flex: 0 0 calc(100% - 76px);
  max-width: calc(100% - 76px);
}
.user-info-left img {
  max-width: 40px;
  border-radius: 100px;
}
.auth .verified-btn-wrap .btn.btn-primary {
  width: auto;
}
.payment-instruction-box {
  border-radius: 8px;
  border: 1px solid #1B2940;
  background-color: #0E1C31;
  padding: 5px;
  margin-bottom: 15px;
}
.payment-instruction-title {
  margin-top: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.payment-instruction-txt {
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 0;
}
#instruction_instruction .btn-primary {
  margin-bottom: 20px;
}
.payment-instruction-img {
  border-radius: 12px;
  display: block;
  margin: 15px auto 15px;
}
.payment-instruction-ul {
  padding: 0 0 0 20px;
  list-style: none;
}
.payment-instruction-ul li {
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
}
.min-max-box {
  border-radius: 8px;
  border: 1px solid #1B2940;
  background-color: #0E1C31;
  padding: 25px;
  margin-bottom: 15px;
}
.min-max-title {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.min-max-txt {
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.btn.btn-primary.info-btn {
  width: 42.4px !important;
  height: 42.4px !important;
  border-radius: 100px !important;
}
.notify-wrapper .notification-btn {
  border-radius: 100px !important;
  border: 0.5px solid #0075FF !important;
  background-color: #0A1424;
  color: #0075ff !important;
}
.auth-tabs .nav-item a:focus {
  background-color: #0075ff !important;
  color: #fff !important;
}
textarea.form-control {
  height: auto !important;
}
.fundtable tr td {
  color: #fff;
  border-top: 1px solid #1B2940 !important;
  background-color: #0E1C31;
  border-bottom: 1px solid #1B2940 !important;
  font-size: 14px;
}
.fundtable tr td:first-child {
  border-left: 1px solid #1B2940 !important;
  border-radius: 12px 0 0 12px;
}
.fundtable tr td:last-child {
  border-right: 1px solid #1B2940 !important;
  border-radius: 0 12px 12px 0;
}
.nightmode .user-b {
  color: #1877f2;
}
.box-card .ms-auto {
  color: rgba(255, 255, 255, 95%) !important;
}
.status-table1.table tbody tr td i {
  color: #008000;
}
.ready-img-wrap .btn-wrap {
  justify-content: space-between;
}
.ready-img-wrap .btn-wrap .btn.btn-primary {
  flex: 0 0 49%;
  max-width: 49%;
}
.auth.nightmode .payment-dropdown button {
  border: 1px #D9E9FC;
  background: #EDF5FF;
  color: #293C5A;
}
.ready-img-inner-wrapper a {
  position: relative;
  display: block;
}
.ready-img {
  margin-bottom: 0;
}
.nightmode .payment-instruction-box,
.nightmode .payment-dropdown .dropdown-menu {
  border: 1px #D9E9FC;
  background-color: #EDF5FF;
  color: #293C5A;
}
.nightmode .payment-instruction-title {
  color: #293C5A;
}
.nightmode .payment-drop-title {
  color: #293C5A;
}
.nightmode .payment-dropdown .dropdown-menu a {
  background-color: #fff;
  color: #293C5A;
}
.nightmode .sidebar-bottom-menu li a:hover {
  background-color: #0075ff;
}
#google_translate_element div {
  font-size: 0 !important;
}
#google_translate_element a {
  display: none;
}
#google_translate_element {
  margin-top: 12px;
  margin-bottom: 12px;
}
#google_translate_element select {
  height: 48px;
  margin: 0;
  background: transparent;
  font-weight: 700;
  border: 1px solid #1877f2;
  border-radius: 10px;
  width: 100%;
  color: #fff;
  padding: 0 12px;
}
#google_translate_element select option {
  color: #020912;
}
.daymode .notice-board {
  border: 1px solid #132239;
  background-color: #020912;
}
.notification-box .close-notify {
  background-color: #f00;
}
.daymode .notification-box.increased p {
  color: #000;
}
.notification-box p {
  font-size: 13px;
}
.notification-box.decreased {
  background: linear-gradient(90deg, #06C755 0%, #00BC56 100%);
}
.notification-box.increased {
  background: linear-gradient(90deg, #F00 0%, #FF5F5F 100%);
  color: #fff !important;
}
.daymode .notification-box.increased p {
  color: #fff;
}
.notification-box.enabled {
  background: linear-gradient(90deg, #FFBB36 0%, #EC9C00 100%);
}
.notification-box.disabled {
  background: linear-gradient(90deg, #0075FF 0%, #6CACFF 100%);
}
.notification-box.decreased {
  background: linear-gradient(90deg, #0075FF 0%, #6CACFF 100%);
}
.notification-box.increased {
  color: #fff !important;
  background: linear-gradient(90deg, #FFBB36 0%, #EC9C00 100%);
}
.notification-box.disabled {
  background: linear-gradient(90deg, #F00 0%, #FF5F5F 100%);
}
.notification-box.enabled {
  background: linear-gradient(90deg, #06C755 0%, #00BC56 100%);
}
.nightmode #NewTicketModal .modal-content {
  background-color: #fff;
}
.nightmode #NewTicketModal .modal-header .modal-title {
  color: #020912;
}
.nightmode #NewTicketModal .media {
  border: 1px solid #020912;
  background-color: #E0EEFF;
  color: #020912;
}
.nightmode #NewTicketModal .form-control {
  border: 1px #D9E9FC;
  background-color: #EDF5FF !important;
  color: #020912;
}
.nightmode #NewTicketModal .control-label {
  color: #020912;
}
.nightmode span.files-label {
  color: #020912 !important;
}
#feature-sec {
  padding: 150px 0 80px;
}
.feature-list-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  list-style: none;
  padding: 0;
}
.feature-list-wrap li {
  flex: 0 0 24%;
  max-width: 24%;
  margin: 0.5%;
}
.feature-wrap {
  border-radius: 19px;
  border: 1px solid #162640;
  background-color: #0A1424;
  padding: 15px;
  position: relative;
  overflow: hidden;
}
.feature-wrap::after {
  content: '';
  width: 204px;
  height: 204px;
  background-color: rgba(0, 117, 255, 0.51);
  filter: blur(75px);
  position: absolute;
  left: ;
  right: -102px;
  bottom: -102px;
}
.feature-img {
  display: block;
  margin: auto auto 15px;
  border-radius: 10px;
}
.feature-top-title {
  color: #7F92B1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}
.feature-wrap .feature-title {
  padding: 0;
  background-color: transparent;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;

}
.feature-txt-wrap {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.feature-txt-wrap .feature-txt {
  padding: 0 0 0 10px;
  flex: 0 0 calc(100% - 18px);
  max-width: calc(100% - 18px);
}
.feature-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
.feature-price, 
.feature-btn-wrap .btn.btn-primary {
  flex: 0 0 49%;
  max-width: 49%;
  padding: 10px 18px;
  border-radius: 13px;
  min-height: 43px;
}
a.btn.btn-primary.card-detail-btn2 {
  text-align: center;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin: 10px 0 0 0;
}
.feature-price {
  background-color: #020912;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  line-height: 1.42857143;
  text-align: center;
  font-weight: 700;
}
#feature-sec .wrap-shadow-sign::after {
  display: none;
}
.auth #feature-sec .wrap-shadow-sign::before {
  display: none;
}
.auth #feature-sec {
  padding: 20px 0 20px;
}
.nightmode .feature-wrap {
  background-color: #1d7af2;
  border-color: #1d7af2;
}
.nightmode .feature-wrap .btn.btn-primary {
  background-color: #fff !important;
  opacity: 1;
  color: #1678f5;
  border-color: #fff;
}
.nightmode .feature-wrap::after {
  display: none;
}
.nightmode .feature-top-title {
  color: #fff;
}
.feature-img-wrap {
  position: relative;
}
.feature-img-wrap .theme-view {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: 0;
}
.feature-img-wrap a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.feature-img-wrap a::after {
  content: '';
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 49%;
  transform: translateY(-50%);
  opacity: 0;
}
.feature-img-wrap a:hover .theme-view {
  opacity: 1;
  z-index: 1;
}
.feature-img-wrap a:hover::after {
  opacity: 0.5;
  z-index: 0;
}
#feature-sec .nav-tabs {
  border-radius: 30px;
  border: 1px solid #132239;
  background-color: #020912;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin-bottom: 15px;
}
#feature-sec .nav-tabs li a {
  text-align: center;
  border-radius: 30px;
  background: #0A1424;
  min-width: 120px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  border: 0 !important;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-bottom: 10px;
}
#feature-sec .nav-tabs li.active a,
#feature-sec .nav-tabs li.active a:hover, 
#feature-sec .nav-tabs li a:hover {
  background-color: #1877F2;
  color: #fff;
}
#feature-sec .nav-tabs li a[href="#latest"],
#feature-sec .nav-tabs li a[href="#upcomming"] {
  border: 1px solid #1877f2 !important;
}
.nightmode .package-title,
.nightmode .package-price,
.nightmode .package-txt {
  color: #020912;
}
a.auth-box {
  text-decoration: none;
  padding: 8px 15px;
  margin-bottom: 15px;
}
.auth-box-status1 .auth-box-txt {
  font-size: 20px;
  margin-bottom: 5px;
}
.auth-box-status1 .auth-box-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}
.navbar-center-wrap .dropdown .dropdown-toggle {
  min-width: 100px;
  text-align: left;
}
.navbar-center-wrap .dropdown .dropdown-toggle .caret {
  float: right;
  margin-top: 9px;
}
.navbar-center-wrap .dropdown.open .dropdown-toggle .caret {
  transform: rotate(180deg);
}
.navbar-center-wrap .dropdown .dropdown-menu {
  border-radius: 12px !important;
  border: 1px solid #0075FF;
  background: #0D1928;
  min-width: ;
  padding: 5px !important;
}
.navbar-center-wrap .dropdown .dropdown-menu a {
  display: block;
  width: 100%;
  color: #fff !important;
  font-size: 14px;
  text-decoration: none;
  padding: 3px;
  border-radius: 3px;
}
.navbar-center-wrap .dropdown .dropdown-menu a:hover {
  background-color: #0075ff;
}
#feature .table-responsive {
  border-radius: 15px;
  border: 1px solid rgba(0, 117, 255, 0.22);
  background-color: #020912;
  padding: 15px;
}
#feature .table thead tr th {
  background-color: #0075FF;
  border: 0;
  color: #fff;
  padding: 12px;
}
#feature .table thead tr th:first-child,
#feature .table tbody tr td:first-child {
  border-radius: 15px 0 0 15px;
}
#feature .table thead tr th:last-child,
#feature .table tbody tr td:last-child {
  border-radius: 0 15px 15px 0;
}
#feature .table tbody tr td {
  border-top: 1px solid rgba(0, 117, 255, 0.22);
  background: #060D17;
  padding: 12px !important;
  border-bottom: 1px solid rgba(0, 117, 255, 0.22);
  color: #fff;
  font-size: 14px;
}
#feature .table tbody tr td:first-child {
  border: 1px solid rgba(0, 117, 255, 0.22);
}
#feature .table tbody tr td:last-child {
  border-right: 1px solid rgba(0, 117, 255, 0.22);
}
#feature .table > thead > tr > th, 
#feature .table > tbody > tr > th, 
#feature .table > tfoot > tr > th, 
#feature .table > thead > tr > td, 
#feature .table > tbody > tr > td, 
#feature .table > tfoot > tr > td {
  vertical-align: middle;
}
#feature .table tbody tr td .btn.btn-primary {
  margin: auto;
  display: block;
  width: max-content;
}
.my-modal .modal-content {
  border-radius: 28px;
  border: 1px solid rgba(0, 117, 255, 0.22);
  background: #060D17;
}
.my-modal .modal-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 117, 255, 0.22);
}
.my-modal .modal-header::before,
.my-modal .modal-header::after {
  display: none;
}
.my-modal .modal-header .modal-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.theme-buy-now {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
}
.ready-ul li {
  flex: 0 0 24%;
  max-width: 24%;
}
.ready-img-wrap .btn-wrap {
  flex-wrap: wrap;
  justify-content: center;
}
.ready-img-wrap .btn-wrap .btn.btn-primary {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 5px;
}
.ready-img-wrap .btn-wrap .btn.btn-primary.theme-buy-now {
  order: 2;
}
.ready-img-wrap .package-price {
  display: none;
}
.navbar-center-wrap li a {
  color: rgba(255, 255, 255, 75%) !important;
}
.feature-img-wrapper-box {
  border-radius: 8px;
  background: #0075ff;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  min-height: 211px;
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
}
.feature-img-wrapper-icon {
  width: 67px;
  height: 67px;
  background-color: #FFF;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.feature-img-wrapper-icon-title {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  color: #FFF !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.4;
  margin: 15px auto;
  padding: 0 12px;
}
.feature-img-wrapper-icon-preview {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #0075ff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
}
.feature-img-wrapper-box:hover .feature-img-wrapper-icon-preview {
  opacity: 1;
}
.feature-img-wrapper-icon-preview-txt {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin: 15px 0 0;
  padding: 0 20px;
  text-align: center;
  line-height: 1.4;
}
#feature-sec .nav-tabs li a.comparision-btn {
  min-width: 150px;
  display: flex;
  justify-content: space-between;
  background-color: ;
  border: 1px solid #1877f2 !important;
}
.auth-box.auth-box-status {
  background-color: #0075ff;
  border-color: #0075ff;
  background-image: none;
}
.feature-btn-wrap .card-detail-btn1 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin-bottom: 7px;
}
.feature-content {
  display: none;
}
.feature-interlinking .auth-box {
  min-height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: row;
}
.feature-interlinking .auth-box .auth-box-img-wrap {
  flex: 0 0 75px;
  max-width: 75px;
  background-color: #020912;
  border-radius: 100px;
  height: 75px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 75px;
  padding: 12px;
}
.feature-interlinking .auth-box .auth-box-txt {
  flex: 0 0 calc(100% - 90px);
  max-width: calc(100% - 90px);
  margin: 0;
  padding-left: 15px;
  font-size: 19px;
}
.row.feature-interlinking {
  display: none;
}
.feature-interlinking.auth-feature-interlinking {
  display: block;
}
.daymode .panel-body.ser-desc-box-wraps {
  color: #fff;
}
.feature-btn-wrap  .btn.btn-primary {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 10px;
}
.feature-price-dollar {
  background-color: #0075FF;
  font-weight: 700;
}
.feature-price {
  margin-bottom: 6px;
}
.lb-closeContainer {
  position: absolute;
  top: -30px;
  right: 25px;
  width: 25px;
  height: 25px;
  background-color: #f00;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 100px;
}
.theme-pricing-table tr th {
  border: 0 !important;
  background-color: #012b5c;
  padding: 5px 12px !important;
  font-size: 14px;
  line-height: 1 !important;
}
.theme-pricing-table tr th:first-child,
.theme-pricing-table tr td:first-child  {
  border-radius: 12px 0 0 12px;
}
.theme-pricing-table tr th:last-child,
.theme-pricing-table tr td:last-child  {
  border-radius: 0 12px 12px 0;
}
.theme-pricing-table tr td {
  background-color: #020912;
  border: 1px solid #132239 !important;
  padding: 5px 12px !important;
  font-size: 14px;
}
.theme-pricing-table tfoot tr td {
	background-color: #1877f2;
	border-color: #fff !important;
	font-weight: 600;
}
.theme-pricing-table .btn.btn-primary {
	padding: 5px 12px;
	font-size: 14px;
	width: 100%;
	margin: auto;
}
.theme-pricing-table tr td:first-child,
.theme-pricing-table tr th:first-child {
	text-align: left;
}
.theme-pricing-table td,
.theme-pricing-table th {
	text-align: center;
	vertical-align: middle !important;
}
.theme-pricing-table tfoot tr:last-child td {
	background-color: transparent;
	border: 0 !important;
}
.theme-pricing-table {
	border-spacing: 0 0;
	margin-top: 15px;
}
.auth.nightmode .my-modal .modal-content {
	background-color: #1877f2;
}
.auth.nightmode .my-modal .modal-content .modal-header {
	border-bottom: 1px solid #fff;
}
.auth.nightmode .my-modal .package-txt {
	color: #fff;
}
.auth.nightmode .my-modal .theme-pricing-table .btn.btn-primary {
	background-color: #fff !important;
	border-color: #fff;
	color: #1877f2;
}
#NewTicketModal .modal-dialog {
	width: 770px;
}
.notification-page th {
	vertical-align: middle !important;
}
.dash-box-steps.ai-step li {
	flex: 0 0 49%;
	max-width: 49%;
}
.dash-box-steps.ai-step {
	justify-content: space-between;
}
.img-fluid {
	max-width: 100%;
	display: block;
}
.api-integration-row {
	margin-top: 30px;
}
.api-integration-row {
	margin-top: 30px;
}
.smm-integration {
	border-radius: 10px;
	border: 1px solid rgba(0, 117, 255, 0.18);
	background-color: #060D17;
	padding: 10px;
}
.smm-integration-img {
	margin-bottom: 10px;
}
.smm-api-title {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
  	text-align: center;
}
.smm-api-subtitle {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 5px;
	text-align: center;
}
.smm-integration .btn-primary {
	width: 100%;
	margin-bottom: 5px;
}
.smm-social-wrap {
	background-color: #0075ff;
	display: block;
	color: #fff;
	border: 1px solid #0075ff;
	text-align: center;
	padding: 5px;
	border-radius: 100px;
	margin-bottom: 5px;
}
.smm-api-table td {
	vertical-align: middle !important;
	background-color: #0A1424;
	border-top: 1px solid #132239 !important;
	border-bottom: 1px solid #132239 !important;
	color: #fff;
}
.table.smm-api-table {
	border-collapse: separate;
	border-spacing: 0 2px;
}
.smm-api-table tr td:first-child {
	border-left: 1px solid #132239;
	border-radius: 10px 0 0 10px;
}
.smm-api-table tr td:last-child {
	border-right: 1px solid #132239;
	border-radius: 0 10px 10px 0;
}
.smm-integration-table-box {
	border-radius: 10px;
	border: 1px solid rgba(0, 117, 255, 0.18);
	background-color: #060D17;
	padding: 10px;
}
.steps-row-wrap {
	border-radius: 10px;
	border: 1px solid #fff;
	background-color: #0075ff;
	padding: 10px;
	display: flex;
	align-items: center;
	align-content: center;
	margin-bottom: 20px;
}
.step-title {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0;
	margin-bottom: 5px;
}
.step-main-title {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}
.step-txt {
	margin-bottom: 0;
	font-size: 16px;
	letter-spacing: 0;
}
#steps-sec .main-title {
	margin-bottom: 28px;
}
.steps-img-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	border-radius: 12px;
	overflow: hidden;
}
.steps-img-preview {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background-color: #7750f670;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	opacity: 0;
}
.steps-img-wrap:hover .steps-img-preview {
	opacity: 1;
}
.mode-row {
	background-color: #02091250;
	padding: 15px;
	border-radius: 10px;
}
.steps-mode-title {
	font-size: 20px;
	margin: 20px 0;
	color: #fff;
	font-weight: 500;
}
.steps-mode-title-small {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.mode-row .steps-img-wrap {
	margin-bottom: 12px;
}
.row.feature-interlinking {
	display: block;
}
.nightmode .smm-integration,
.nightmode .smm-integration-table-box {
	border: 1px solid #D9E9FC;
	background-color: #EDF5FF;
}
.nightmode .smm-api-title, 
.nightmode .smm-api-subtitle {
	color: #0A1424;
}
.nightmode .smm-api-table td {
	background-color: #fff;
	border-color: rgba(0,0,0,10%) !important;
	color: #020912;
}
.auth .steps-row-wrap {
	margin: 0 0 20px;
}
.nightmode .steps-row-wrap {
	border: 1px #D9E9FC;
	background-color: #EDF5FF;
}
.nightmode .step-title, 
.nightmode .step-main-title,
.nightmode .step-txt,
.nightmode .steps-mode-title, 
.nightmode .steps-mode-title, 
.nightmode .steps-mode-title-small {
	color: #020912;
}
.nightmode .mode-row {
	background-color: rgba(0,0,0,10%);
}
.row.feature-interlinking {
	display: none;
}
.rightbar-btn {
	position: relative;
}
.star-id {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-color: #0075ff;
	border-radius: 100px;
	animation: blink-animation 0.8s steps(5, start) infinite;
	-webkit-animation: blink-animation 0.8s steps(5, start) infinite;
}
.star-id svg path {
	fill: #fff;
}
.star-id svg {
	width: 13px;
	height: 13px;
}
.open-right .right-sidebar {
	right: 0;
	transition: right 0.3s linear;
}
.right-sidebar {
	position: fixed;
	right: -280px;
	height: 100%;
	width: 280px;
	background-color: #0075ff;
	z-index: 9999;
	padding: 12px;
	border-radius: 12px 0 0 12px;
	top: 0;
	overflow-y: auto;
	scrollbar-width: thin;
	transition: right 0.3s linear;
}
.right-sidebar-title {
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.right-sidebar-title-txt {
	color: #fff;
}
.right-sidebar-title-icon {
	color: #fff;
	cursor: pointer;
}
.right-sidebar-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.right-sidebar-nav {
	list-style: none;
}
.right-sidebar-nav li a {
	display: flex;
	background-color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	width: 100%;
	align-content: center;
	align-items: center;
}
.right-sidebar-nav li a .right-sidebar-nav-txt {
	text-align: left;
	flex: 0 0 calc(100% - 60px);
	max-width: calc(100% - 60px);
	padding-right: 10px;
	color: #10154e;
}
.right-sidebar-nav-icon {
	width: 50px;
	height: 50px;
	background-color: #020912;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	border-radius: 100px;
	flex: 0 0 50px;
	max-width: 50px;
}
.right-sidebar-nav-icon img {
	max-width: 35px;
}
.right-sidebar-nav li {
	flex: 0 0 100%;
	max-width: 100%;
}
.right-sidebar-nav li a:hover {
	background: #172182;
}
.right-sidebar-nav li a:hover .right-sidebar-nav-txt{
    color: #fff;
}
.right-sidebar-nav li a {
	border-radius: 8px;
	border: 1px solid #1B2940;
	background-color: #0E1C31 !important;
}
.right-sidebar-nav li a .right-sidebar-nav-txt {
	color: #fff;
}
.nightmode .right-sidebar-nav li a {
	background-color: #fff !important;
	border-color: #fff;
}
.nightmode .right-sidebar-nav li a .right-sidebar-nav-txt {
	color: #020912;
}
.guest .row.feature-interlinking {
	display: block;
}
.themesell-dropdown .dropdown-item {
	display: flex !important;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	font-size: 14px !important;
	border-bottom: 1px solid #1877f2;
	border-radius: 0 !important;
}
.themesell-dropdown .dropdown-item .childtheme-dropitem-right img {
	max-width: 20px;
}
.themesell-dropdown .dropdown-menu .dropdown-item:last-child {
	border-bottom: 0;
}
.smm-api-table-thead-tr td {
	background-color: #0075ff;
	border-color: #0075ff !important;
}
.row.feature-interlinking {
	margin-top: 45px;
}
.themesell-dropdown button {
	position: relative;
}
.blink {
	animation: blink1 0.5s infinite;
	-webkit-animation: blink1 0.5s infinite;
}
.guest .star-id {
	background-color: #020912;
	box-shadow: 0 0 0 2px #0075ff;
}
.bot-alert {
	border-radius: 12px;
}
.bot-alert button.close {
	top: -30px;
	bottom: 0;
	float: right;
}
.bot-frm .form-group {
	position: relative;
}
.bot-authenticate-box {
	position: absolute;
	right: 20px;
	top: 40px;
	background-color: #007c00;
	color: #fff;
	padding: 2px 10px;
	border-radius: 3px;
}
.bot-status {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-color: #27a3fa;
	border-radius: 100px;
	color: #fff;
	font-size: 10px;
}
.bot-pending .bot-status i::before {
	content: "\f110";
}
.bot-reject .bot-status i::before {
	content: "\f071";
}
.bot-pending .bot-status, 
.bot-reject .bot-status {
	background-color: #7c7c7c;
}
.table.smm-api-table tr td {
	border: 1px solid #132239;
}
.smm-api-table-thead-tr td {
	border: 1px solid #132239 !important;
}
.bot-notauthenticate {
	background-color: #f00;
}
.notify-wrapper1 a {
	border-radius: 100px !important;
	border: 0.5px solid #0075FF !important;
	background-color: #0A1424;
	color: #0075ff !important;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@keyframes blink1 {
  to {
    background-color: #0074fe;
  }
  from {
    background-color: transparent;
  }
}
@-webkit-keyframes blink1 {
  to {
    background-color: #0074fe;
  }
  from {
    background-color: transparent;
  }
}
/* design Modified End */
/* responsive screen  */

@media screen and (max-width: 992px) {
  .inner-wrap {
    padding-left: 270px;
  }
  #feature-sec .main-title {
    font-size: 42px;
    margin-bottom: 15px;
  }
  .feature-list-wrap li {
    flex: 0 0 32%;
    max-width: 32%;
    margin: 0 0.5% 15px;
  }
}

@media screen and (max-width: 991px) {
  .well-design-two {
    margin-top: 20px;
  }

  .well-serve {
    border: none;
  }
}

@media screen and (max-width: 550px) {
  #top-sec .top-title h1 {
    font-size: 32px;
    width: 100%;
  }

  #top-sec {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }

  #top-sec .top-title .sp1 {
    font-size: 32px;
  }

  #top-sec .top-title .sp2 {
    font-size: 32px;
  }

  #top-sec .top-title .sp1 .mt-s {
    position: absolute;
    bottom: -8px;
    right: 7px;
  }

  #top-sec .top-title p {
    width: 100%;
  }

  .navbar-center-wrap {
    padding-left: 0;
  }

  .frm-wrap {
    padding: 15px !important;
    margin-top: 20px;
  }

  .btn-tp {
    margin: 10px auto !important;
    height: 50px;
  }

  .flex-btns {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .form-group {
    margin-bottom: 10px;
  }

  #top-sec::before {
    display: none;
  }

  #top-sec::after {
    display: none;
  }

  .wrap-shadow::before {
    display: none;
  }

  .wrap-shadow::after {
    display: none;
  }

  #icons {
    padding-bottom: 0 !important;
    margin-top: 30px !important;
  }

  #checkout-our .card-title h2 {
    font-size: 30px;
    width: 100%;
  }

  #checkout-our .card-title span {
    font-size: 30px;
  }

  #checkout-our {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .border-blue::before {
    display: none;
  }

  #checkout-our .card-img1 {
    width: 250px;
    height: 250px;
    border-radius: 604px;
    background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
    position: absolute;
    left: -84px;
    top: 0;
  }

  #checkout-our .card-img2 {
    width: 220px;
    height: 220px;
    border-radius: 340px;
    background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
    position: absolute;
    top: 109px;
    right: -58px;
  }

  #checkout-our .card-img3 {
    width: 168px;
    height: 168px;
    background: linear-gradient(271deg, rgba(0, 117, 255, 0.29) 0.47%, rgba(2, 9, 18, 0.00) 107.06%);
    border-radius: 50%;
    position: absolute;
    top: -16px;
    right: 69px;
  }

  #why-choose .row {
    display: block;
  }

  #social-platform {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #why-choose {
    padding-top: 20px;
    padding-bottom: 0;
  }

  #why-choose .why-title h2 {
    font-size: 30px;
  }

  #why-choose .why-title span {
    font-size: 30px;
  }

  #why-choose .why-title p {
    font-size: 14px;
  }

  #why-choose .btn-top {
    height: 45px;
    margin-top: 10px;
  }

  .right-img img {
    width: 100%;
    margin: auto;
    padding-top: 20px;
  }

  #top-selling {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #top-selling .card-slide-titiles h2 {
    font-size: 30px;
  }

  #top-selling .card-gap:hover {
    display: none;
  }

  .marketing-slider-nav {
    margin-top: 0;
  }

  #smm-works {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #smm-works .smm-title h2 {
    font-size: 32px;
    width: 100%;
  }

  #smm-works .smm-title span {
    font-size: 32px;
  }

  #smm-works .card-smm .img-smm1 {
    position: absolute;
    top: -18px;
    right: 0 !important;
    left: unset !important;
  }

  #smm-works .card-smm {
    position: relative;
    margin-top: 0;
  }

  #smm-works .card-smm2 .img-smm2 {
    position: absolute;
    right: 0;
    top: 0px;
  }

  #smm-works .card-smm3 {
    position: relative;
    margin-top: 30px;
  }

  .img-active {
    padding-top: 20px;
  }

  #smm-works .card-smm3 .img-smm1 {
    position: absolute;
    top: 16px;
    right: 0 !important;
    left: unset;
  }

  #smm-works::before {
    display: none;
  }

  #smm-works .card-smm .card-smm-title p {
    width: 100%;
  }

  #smm-works .card-smm4 {
    position: relative;
    margin-top: 30px;
    margin-left: 0;
  }

  #smm-works .card-smm4 .img-smm2 {
    position: absolute;
    right: -4px;
    top: -3px;
  }

  #smm-works .card-smm2 {
    position: relative;
    margin-top: 0;
    margin-left: 0;
  }

  #smm-works .card-smm3 .card-smm-title p {
    width: 100%;
  }

  #smmsm-tabs {
    padding-top: 0;
    padding-bottom: 20px;
  }

  #smmsm-tabs .nav-pills .nav-link {
    margin-bottom: 10px;
  }

  #smmsm-tabs .tab-content {
    padding: 15px;
  }

  #our-client::before {
    display: none;
  }

  #our-client .row {
    display: block;
  }

  #our-client .our-title h2 {
    font-size: 32px;
  }

  #our-client .our-wrap {
    padding: 15px;
  }

  #our-client .our-wrap .our-title p {
    padding-top: 10px;
  }

  .marketing-slider-nav2 {
    margin-top: 10px;
  }

  .right-our-img img {
    max-width: 100% !important;
  }

  #footr-wrap {
    margin-top: 0;
  }

  #footr-wrap .footr-logo p {
    width: 100%;
  }

  #footr-wrap {
    padding: 15px;
  }

  #footr-wrap .footr-flex-wrap::before {
    display: none;
  }

  #footr-wrap .footr-flex-wrap {
    margin-top: 20px;
  }

  #footr-wrap .footr-flex-wrap .foot-li2 {
    transform: translateX(0);
  }

  .foot-li3 {
    width: 100%;
    position: relative;
  }

  .copy-right {
    margin-top: 30px;
  }

  .copy-right p {
    font-size: 12px;
    padding: 9px 0px;
  }

  #top-selling .slider-wrapping .slick-track {
    padding-top: 0px !important;
  }

  #footr-wrap .footr-flex-wrap .foot-li2::before {
    width: 200px;
    height: 200px;
    left: -172px;
    top: 36px;
    opacity: 0.5;
  }

  #icons-service {
    padding-top: 0;
  }

  #icons-service .serve-title h2 {
    font-size: 30px;
  }

  #icons-service .serve-title span {
    font-size: 30px;
  }

  #icons-service .serve-title img {
    position: absolute;
    bottom: -16px;
    right: 5px;
  }

  #icons-service .slider-bar-serve {
    padding-top: 20px;
  }

  #icons-service .slider-bar-serve p {
    font-size: 14px;
    transform: translateY(-26px);
  }

  #serv-cont .bg-serve {
    padding: 15px;
    margin-bottom: 20px;
  }

  .nav-pill-wrap-ser .btn.btn-primary {
    width: 150px;
    height: 45px;
  }

  .nav-pill-wrap-ser .search-wrap .form-control {
    border-radius: 27.5px;
    border: 1px solid rgba(0, 117, 255, 0.13);
    background: #02070E;
    height: 48px;
    margin-left: 0;
    position: relative;
  }

  .nav-pill-wrap-ser .search-wrap .form-control {
    margin-top: 8px;
  }

  .nav-pill-wrap-ser .btn-serve {
    width: 110px;
    height: 35px;
    top: -14px;
    left: -115px;
  }

  .nav-pill-wrap-ser .search-wrap {
    width: 100% !important;
  }

  .table-responsive {
    border: none !important;
  }

  .well-serve tbody tr td {
    height: 46px;
    padding: 13px;
  }

  .well-serve thead tr th {
    height: 46px;
    padding: 17px;
  }

  .api-box {
    margin-bottom: 10px;
    padding: 15px;
    height: auto;
  }

  .dast-title {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 28px;
  }

  #how-it-works .nav-custom-3 {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 5px;
    border-radius: 20px;
    gap: 0;
  }

  #how-it-works .nav-custom-3 .nav-link {
    height: 45px;
    width: 143px;
    font-size: 14px;
    margin-bottom: 5px;
  }

  #how-it-works .tab-content {
    border-radius: 20px;
    background: #0A1424;
    box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
    padding: 15px;
    margin-top: 10px;
  }

  #how-it-works .row.align-items-center {
    display: block;
  }

  .hw-img {
    padding-top: 20px;
  }

  #how-it-works::before {
    display: none;
  }

  #how-it-works {
    padding-top: 0;
    padding-bottom: 20px;
    position: relative;
  }

  #how-it-works .how-it-title h2 {
    font-size: 32px;
    padding-bottom: 10px;
  }

  #how-it-works .how-it-title span {
    font-size: 32px;
  }

  #how-it-works .tab-content .hw-text p {
    font-size: 14px;
  }

  #how-it-works .signup-btn {
    height: 44px;
    padding: 8px;
  }

  .signups-title h4 {
    font-size: 30px;
  }

  .wrap-shadow-sign::after {
    display: none;
  }

  #top-secs {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .signups-title p {
    font-size: 15px;
  }

  .title-signs h4 {
    font-size: 30px;
  }

  .well-sign {
    padding: 15px;
  }

  .wrap-shadow-sign::before {
    display: none;
  }

  .top-nav-wrap {
    position: relative !important;
  }

  #new-ord {
    padding-top: 10px;
  }

  .right-new-img img {
    position: absolute;
    top: 8px;
    right: 15px;
    max-width: 300px;
  }

  .left-new-wrap .left-new-title h4 {
    font-size: 22px;
  }

  .right-new .frst-li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .lp-heros p {
    color: #FFF;
    font-size: 18px;
    margin: 0;
  }

  .right-new .thrd-li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .right-new .frst-li li {
    width: 100% !important;
  }

  .right-new .thrd-li li {
    width: 100%;
  }

  .right-new .thrd-li li .flex-new a {
    font-size: 10px;
  }

  .right-new .thrd-li li .sp-a {
    width: 95px;
    height: 25px;
    font-size: 10px;
  }

  .dash-title-wrap .dash-title {
    font-size: 20px;
  }

  .new-bgs {
    margin-top: 10px;
  }

  .dash-title-wrap {
    padding: 0;
  }

  .cate-shortcut li {
    list-style: none;
    margin: 1px;
    flex: 0 0 49%;
    max-width: 49%;
  }

  .account-info .nav-tabs {
    display: block;
  }

  .account-info .nav-tabs .acc-btn {
    width: 86px;
  }

  .account-info .nav-tabs>li {
    margin: 2px;
    margin-top: 10px;
  }

  .account-info .form-group {
    margin-top: 10px;
  }

  .account-info {
    padding: 15px;
    margin-bottom: 10px;
  }

  .well-design-two {
    padding: 15px;
  }

  .well-design-two .ser-desc-box {
    padding: 15px;
    margin-top: 10px;
  }

  .left-new-wrap {
    margin-bottom: 10px;
    height: 120px;
  }

  .acc-top {
    margin-top: 20px;
  }

  .well-form {
    padding: 15px;
  }

  .well-form .nav-tabs {
    display: block;
  }

  .well-form .form-group {
    margin-top: 20px;
  }

  .well-form .nav-tabs .div-wrap h6 {
    font-size: 22px;
  }

  .auth #icons-service {
    padding-top: 20px;
  }

  .nav-step-pills li {
    flex: 0 0 46%;
    max-width: 46%;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .well-ord {
    margin-top: 10px;
  }

  .well-ord .col-md-8 {
    width: 100%;
    padding: 0;
  }

  .well-ord .col-md-4 {
    width: 100%;
    padding: 0;
  }

  .sec-tickt {
    margin-top: 20px !important;
    padding: 15px;
    margin: 10px;
  }

  .well-tickt {
    padding: 15px;
  }

  .tickt-title {
    font-size: 22px;
  }

  .tkt-bg {
    padding: 15px;
    margin-top: 10px;
  }

  .tict-history h6 {
    font-size: 22px;
  }

  #add-fnds .add-title h2 {
    font-size: 30px;
  }

  #add-fnds {
    padding-top: 10px;
  }

  #tab-wrap {
    padding: 0;
    margin: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #tab-wrap .nav-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
  }

  #tab-wrap .nav-item {
    flex: 0 0 46%;
    max-width: 46%;
    margin: auto;
  }

  #tab-wrap .nav-item .nav-link {
    padding: 8px;
    width: 112px;
    height: 45px;
    padding: 10px;
    margin: 2px auto;
  }

  .get-support p i {
    flex: 0 0 auto;
    margin: auto;
  }

  #reset .reset-title h3 {
    font-size: 30px;
  }

  #reset {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .well-form .btn-primary {
    height: 45px;
  }

  .nav-step-pills li a {
    padding: 10px;
  }

  .order-content {
    padding-right: 0;
  }

  .bg-dash {
    padding: 15px;
    margin-top: 20px;
  }

  .bg-dash .dash-title {
    font-size: 30px;
  }

  .flex-blnce {
    padding: 0;
    padding-top: 10px;
    margin-top: 10px;
  }
  #feature .row {
    display: block;
  }
  #feature .nav-tabs li a,
  .pricing-row .nav-tabs li a {
    width: 100%;
    min-width: 100%;
  }
  .row.our-row {
    padding: 15px;
    display: block;
  }
  #own {
    padding: 20px 0 30px;
  }
  .main-title {
    font-size: 32px;
  }
  #own::before,
  #own::after {
    height: 380px !important;
  }
  #whats, #types {
    padding: 110px 0 40px;
  }
  .title2 {
    font-size: 28px;
  }
  .row.type-box-row {
    margin-top: 15px;
  }
  .types-box {
    padding: 15px;
    margin-bottom: 12px;
  }
  .types-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  #feature {
    padding: 25px 0;
  }
  .feature-img {
    max-width: 200px;
    margin: auto auto 20px;
  }
  .gateway-ul li {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 5px;
  }
  .gateway-li {
    height: 55px;
    padding: 5px;
  }
  #gateway {
    padding: 25px 0;
  }
  .gateway-ul {
    margin: 15px 0 0;
    justify-content: center;
  }
  .now-row-content::after {
    display:none;
  }
  .now-row-contentt {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #now {
    padding: 40px 0 40px;
    background-image: none;
  }
  .feature-img-responsive::before {
    display: none;
  }
  #child-top-sec {
    padding: 50px 0 40px;
  }
  .child-top-sec-img {
    max-width: 250px;
    margin: 15px auto auto;
    position: unset;
    transform: unset;
  }
  #child-top-sec .row {
    display: block;
  }
  #child-top-sec::after,
  #child-top-sec::before {
    width: 100%;
    height: 500px !important;
  }
  #whats, #types {
    padding: 20px 0 30px;
    background-image: none;
  }
  .row.whats-box-row {
    margin-top: 40px;
  }
  .whats-box {
    padding: 20px;
    margin-bottom: 12px;
  }
  #clone {
    padding: 30px 0;
  }
  .row.clone-row {
    display: block;
  }
  #ready {
    padding: 30px 0;
  }
  .ready-ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ready-img-wrap,
  .ready-ul li:nth-child(2n) .ready-img-wrap {
    transform: translateY(0);
  }
  #clone.fresh {
    padding: 30px 0;
  }
  #clone.fresh .row {
    display: block;
  }
  #pricing {
    padding: 40px 0 40px;
    background-image: none;
  }
  .row.pricing-row {
    padding: 5px;
    margin: 0 auto;
  }
  .package-row {
    margin-top: 25px;
  }
  .package-box {
    margin-bottom: 15px;
  }
  .ready-ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .guest .feature-list-wrap li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .guest .feature-list-wrap li .feature-img {
    max-width: 100%;
  }
  #feature-sec {
    padding: 20px 0;
  }
  .navbar-center-wrap .dropdown {
    padding: 0 15px;
  }
  .smm-integration, 
  .smm-integration-table-box {
    margin-bottom: 15px;
  }
  .steps-row-wrap {
	display: block;
	padding: 10px;
	margin: 0 auto 15px;
}
  .step-title {
	font-size: 14px;
}
  .step-main-title {
	font-size: 22px;
	margin-bottom: 0;
}
  .step-txt {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 15px;
}
  .steps-mode-title {
	margin: 0 0 10px;
	font-size: 16px;
}
}