:root {
  --secondary: #FAA144;
  --primary-one: rgba(215, 79, 152, 0.13);
  --textcolor: #072A23;
  --grey: #828C8A;
  --darkgreen: #A614B2;
  --bg-grad: linear-gradient(90deg, #A614B2 0%, #5004F5 100%);
  --bg-btns: #4CA994;
  --pink-btn: #D74F98;
  --side-clr: #4CA994;
}

@font-face {
  font-family: "Aeonik Regular";
  src: url("https://db.onlinewebfonts.com/t/8f2a9d487bbbc60974cd132fc3a63862.eot");
  src: url("https://db.onlinewebfonts.com/t/8f2a9d487bbbc60974cd132fc3a63862.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/8f2a9d487bbbc60974cd132fc3a63862.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/8f2a9d487bbbc60974cd132fc3a63862.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/8f2a9d487bbbc60974cd132fc3a63862.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/8f2a9d487bbbc60974cd132fc3a63862.svg#Aeonik Regular")format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
span,
div {
  font-family: "Aeonik Regular";
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

.login-info .checkbox label {
  padding-left: 0;
}

textarea.form-control {
  padding-top: 20px;
  padding-bottom: 20px;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.radius-half {
  border-radius: 11px !important;
}

.page-head {
  text-align: center;
  padding: 60px 0;
}

.page-head h1 {
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #072A23;
}

.page-head p {
  color: #828C8A;
  font-size: 14px;
  font-weight: 400;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center;
}

.navbar-toggle {
  padding: 0;
  margin: 0;
}

.d-none {
  display: none !important;
}

.text-center {
  text-align: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 25px;
}

.slick-dots li button {
  background: #100D08;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 0;
  padding: 0;
  outline: none;
  font-size: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #4CA994;
}

.twofa .title {
  margin-bottom: 0;
}

.auth {
  background: #ECF5FF;
}

body {
  --primary: #FAA144;
  --secondary: #2C2339;
  --textcolor: #072A23;
}

.header {
  background: #1A1207;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.15);
}

.header .navbar-nav a,
.header a.navbar-brand {
  color: #fff;
}

body {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  font-weight: 400;
  color: var(--textcolor);
  font-family: "Poppins", sans-serif;
  background: #fff;
  font-size: 16px;
  padding: 0;
  padding-bottom: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

body.guest {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-color: #F5FBFF;
  background-image: url('https://i.23robo.info/projects/new-smm-panel-design/img/bg.webp');
  background-size: 100% auto;
  background-repeat: no-repeat;
}

body:not(.guest) .btn {
  border-radius: 15px !important;
  background: linear-gradient(90deg, #1EA9FF 0%, #085BC5 100%);
  padding: 13px;
}

body:not(.guest) .service-description .btn {
  color: #fff;
  background: #081C36;
  border-radius: 20px;
}

body:not(.guest) .form-control {
  border-radius: 15px;
  border: 1px solid #D7E5E3 !important;
  background: #ECF9F6 !important;
  color: #072A23;
}
body:not(.guest) .form-control {
  color: #4B5563 !important;
}
.nav-tabs {
  border: 0;
}
.page-head {
  display: none;
}

body.guest .page-head {
  display: block;
}

.wrapper {
  --primary: #A614B2;
  ;
}

.section-title {
  font-size: 48px;
  font-weight: 600;
  margin-top: 0;
}

.sub-title {
  color: #338A76 !important;
  font-weight: 600;
  font-size: 24px;
}

.section__head p {
  margin-bottom: 5px;
}

p {
  color: var(--grey);
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  border: 0;
  font-weight: 400;
  font-size: 1rem;
  transition: all 0.5s ease;
  color: #fff;
  padding: 0 25px;
  min-width: 115px;
  height: 40px;
  font-size: 16px;
  text-transform: capitalize;
  vertical-align: middle;
  position: relative;
  border-radius: 50px;
  text-align: center;
  color: #fff;
}

.btn:hover {
  opacity: .7;
}

.btn.btn-primary {
  background: var(--bg-btns);
  color: #fff;
}

.btn.btn-secondary {
  background: #3D1D26;
  color: #fff;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

a {
  color: #000;
}

a:hover {
  color: var(--primary);
}

.inline-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header {
  color: #000;
  padding: 17px 0;
  background: #fff;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.15);
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: .5s ease all;
  width: 100%;
  left: 0;
  top: 0;
}

.header:after {
  border-bottom: 2px solid #4CA994;
  width: 0%;
  left: 0;
  right: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  margin: 0 auto;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -moz-transform-style: preserve-3d;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header.sticky {
  padding: 9px 0;
}

.header.sticky:after {
  width: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.header a.navbar-brand {
  color: #000;
  line-height: 1;
  padding: 0;
  margin: 0;
  float: none;
}

.header .navbar-nav {
  gap: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.header .navbar-nav a {
  color: #000;
  padding: 0;
  background: transparent !important;
}

.header .navbar-nav a:hover {
  opacity: .5;
}

.main-banner {
  position: relative;
  padding-top: 140px;
  padding-bottom: 100px;
  background-image: url('https://i.23robo.info/projects/new-smm-panel-design/img/top_bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
}

.main-banner__image {
  position: relative;
  z-index: 1;
}

.main-banner__image::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background: linear-gradient(160deg, rgba(76, 169, 148, 0.63) 8.62%, rgba(255, 255, 255, 0.00) 91.68%);
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-banner h1 {
  color: #081C36;
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
}

.main-banner p {
  color: #4B5563;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.main-banner p b {
  color: #0F1829;
}

.login_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}

.login_flex .btn-primary-inner {
  min-width: 148px;
  min-height: 48px;
}

.login_flex .btn.btn-secondary {
  min-width: 148px;
  min-height: 48px;
  margin-left: 8px;
}

.login-info {
  position: relative;
  z-index: 2;
  margin-top: -153px;
}

.login-info .well {
  border-radius: 30px;
  border: 1px solid #4CA994;
  background: #fff;
  padding: 30px 40px;
  box-shadow: 0px 15px 50px 0px rgba(76, 169, 148, 0.20);
}

.login-info .login-info__form {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 15px;
}

.login-info .login-info__form .form-group {
  flex: 1;
  margin: 0;
}

.login-info .login-info__form .btn-primary {
  width: 144px;
  box-shadow: 0px 10px 20px 0px rgba(17, 19, 21, 0.20);
  height: 54px;
}

.login-info .login-info__form .form-control {
  border-radius: 30px;
  border: 1px solid #E9E5E5;
  background: rgba(76, 169, 148, 0.10);
  height: 54px;
  padding-left: 55px;
}

.login-info .login-info__form .form-group {
  position: relative;

}

.login-info .login-info__form .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  border-radius: 100%;
}

.login-info .login-info__labels {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
  font-size: 14px;
  padding-left: 27px;
}

.login-info .login-info__labels .forgot-pass:not(.hover) {
  color: #072A23;
}

.login-info .login-info__labels .pull-right-middle a {
  color: #4CA994;
}

.stats ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 60px 0;
}

.stats ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.stats ul li p {
  margin: 0;
  color: #072A23;
}

.stats ul li span {
  font-size: 24px;
  font-weight: 600;
  display: block;
}

.pannel-services {
  background: #ECF9F6;
  padding: 60px 0;
}

.section__head {
  max-width: 650px;
  margin: auto;
}

.pannel-services .card {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.15);
  margin: 20px;
  padding: 40px 25px;
  text-align: center;
  height: auto;
}

.pannel-services .card h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 25px 0;
}

.pannel-services .card p {
  margin: 0;
  text-align: center;
}

.pannel-services .card__icon img {
  margin: auto;
}

.pannel-services .slick-track {
  padding: 10px 0 20px 0;
  display: flex;
}

.rise-social {
  padding: 70px 0;
}

.rise-social .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.services-insight {
  padding: 70px 0;
}

.services-insight .section__head p {
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.services-insight .nav-tabs {
  border-radius: 30px;
  background: #C2F0E6;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.services-insight .nav-tabs .nav-link {
  border-radius: 40px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 146px;
  color: var(--textcolor);
  font-size: 16px;
  font-weight: 400;
  border: 0;
}

.services-insight .nav-tabs li.active .nav-link {
  background: #FAA144;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.17);
  color: #fff;
  border: none;
}

.services-insight .tab-content {
  border-radius: 30px;
  background: #ECF9F6;
  padding: 40px;
  padding-top: 80px;
  position: relative;
  margin-top: -40px;
}

.services-insight .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.services-insight h5 {
  font-size: 24px;
  font-weight: 600;
}

.services-insight .tab-content p {
  margin: 0;
}

.payment-method {
  padding: 0 0 70px 0;
}

.payment-method .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.boost-account {
  padding: 70px 0;
  background: #ECF9F6;
}

.boost-account .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-wrapper {
  background: #094235;

  color: #fff;
}

.footer-wrapper .footer {
  padding-top: 75px;
  padding-bottom: 60px;
}

.footer-wrapper .footer-logo a {
  display: block;
  color: #fff;
  float: none;
  font-size: 30px;
  padding: 0;
  height: auto;
  line-height: 1;
}

.footer-wrapper .footer p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 7px 0 15px;
}

.footer-wrapper .footer .footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-wrapper .footer .footer__social a {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #FAA144;
}

.footer-wrapper .footer .footer__social a:hover img {
  filter: unset;
}

.footer__links h5 {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}

.footer__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__links ul li:not(:last-child) {
  margin-bottom: 18px;
  color: #fff;
}

.footer__links ul li a {
  color: #fff;
}

.footer__links ul li a:hover {
  text-decoration: underline;
}

.footer-wrapper .footer__left {
  width: 30%;
}

.footer-wrapper .footer__right {
  width: 60%;
}

.footer-wrapper .footer__links {
  flex: 1;
}

.footer-wrapper .footer__links li {
  display: flex;
  align-items: self-start;
  gap: 14px;
}

.footer-wrapper .footer__bottom {}

.footer-wrapper .footer__bottom .container {
  border-top: 1px solid rgba(255, 255, 255, 0.23);
  padding: 15px 0;
}

.footer-wrapper .footer__bottom p {
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 14px;
  width: 100%;
}

.get-started {
  position: relative;
  padding: 120px 0;
}

.get-started::before {
  background: url('https://i.23robo.info/projects/smmstore/v1/sub1/img/left-are.webp') left top no-repeat;
  background-size: contain;
  width: 100%;
  height: 50%;
  top: 25%;
  content: "";
  position: absolute;
  left: 36px;
  right: 0;
  margin: auto;
  z-index: 2;
}

.get-started::after {
  background: url('https://i.23robo.info/projects/smmstore/v1/sub1/img/right-are.webp') right top no-repeat;
  background-size: contain;
  width: 95%;
  height: 77%;
  top: 7%;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.get-started__inner {

  color: #fff;
  padding: 50px 40px;
  position: relative;
  /* z-index:1; */
}

.get-started__inner::after {
  content: "";
  position: absolute;
  border-radius: 0px 200px 0px 250px;
  background: linear-gradient(92deg, #FAA144 1.88%, #DB7F20 98.62%);
  box-shadow: 0px 25px 55px 0px rgba(76, 169, 148, 0.15);
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.get-started__inner::before {
  content: "";
  position: absolute;
  border-radius: 0px 200px 0px 250px;
  border: 2px solid #4CA994;
  width: 100%;
  height: 100%;
  right: -60px;
  bottom: -60px;
}

.get-started__inner .section-title {
  color: #fff;
  position: relative;
  z-index: 999;
}

.get-started__inner .content {
  max-width: 650px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.get-started__inner p {
  color: #fff;
  opacity: 0.6;
  position: relative;
  z-index: 999;
}

.get-started__inner .button-row .btn {
  border-radius: 40px;
  background: #fff;
  color: #FAA144;
  position: relative;
  z-index: 999;
}

.testimonials {
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonials .item-wrap {
  transform: translateX(0px);
  width: 400%;
  position: relative;
  white-space: nowrap;
  display: flex;
  padding: 15px 0;
}

@media screen and (min-width:768px) {
  .testimonials .item-wrap {
    width: 200%;
  }
}

.testimonials .item {
  --bg: #fff;
  background: var(--bg);
  height: 294px;
  /* min-width:590px; */
  flex: 1;
  margin-right: 20px;
  border-radius: 20px;
  border: 1px solid #E9E5E5;
  /* box-shadow: 0px 15px 40px 0px rgba(76, 169, 148, 0.10); */
  padding: 32px;
}

.testimonials .item p {
  font-size: 18px;
  line-height: 1.3;
  display: block;
  word-break: break-all;
  white-space: normal;
  color: #828C8A;
}

.testimonials .item-info {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 5px;
  margin-bottom: 20px;
}

.testimonials .item-info img {
  width: 55px;
  height: 54px;
  border-radius: 100%;
  overflow: hidden;
}

.testimonials .item-info li {
  font-size: 14px;
  color: #FAA144;
}

.testimonials .item-info li span {
  font-size: 24px;
  color: #072A23;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
  line-height: 1;
}

.testimonials .item .rating {
  display: flex;
  align-items: center;
  gap: 5px;
}

.faq {
  padding: 80px 0 0;
}

.faq .section-title {
  margin-bottom: 30px;
}

.accordion {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px;
}

.accordion-item {
  border-radius: 15px;
  border: 1px solid #1E142D;
  background: #fff;
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 30px;
  overflow: hidden;
  transition: .5s ease all;
}

.accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .5s ease all;
}

.accordion-button {
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  color: var(--textcolor);
  padding: 15px 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-button:after {
  content: "";
  position: relative;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect y='12' width='12' height='12' transform='rotate(-90 0 12)' fill='url(%23pattern0_7_317)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_7_317' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_7_317' transform='scale(0.01)'/%3E%3C/pattern%3E%3Cimage id='image0_7_317' width='100' height='100' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAACC0lEQVR4nO3dwWoUQRSF4Y7mObJwEZdCDJi3O9RlIFNdlTzIKFllkZ1voys1IDKCi5YmCxEH0kFIHbr+D2p/mZ+u6ll09zAAAACs1TRNR61nwDAM2m5PouQPqY73Ucd9lPEuri7f8OM0kEp5l+r4Neo4/bXK+J0obWLc/xPjT5S7556pW+mxGA9rz7niE2NeP55jnq6l5TGmqPmm9byrlp4So+Rvur581Xrm1Ypa3x68mzqw5mhzvNYzr1YQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQwwcxjBDDCDGMEMMIMYwQwwgxjBDDSOT8en48jCeXTKQ6vieGkaj5M8/0GUklf1oSZHO1vWg9axeijDu2LCOq9ZRD3YxyPouSvyy9UjZsX0TpEleKIaIYIoohohgiiiGiGBL/U/yIKH5EFD8iih8RxY+I4kdE8SOi+BFR/IgofkQUPyKKHxHFj4jiR0TxI6L4EVH8iCh+RBQ/IoofEcWPiOJHRPEjovgRUfyIKCv49Gqtp61nXr30tI8T37aetwtauH2lkn/udruXreftgpZF+SXpuPWs3UiPbF+p5o+tZ+wyShx+Oc5+c53PW8/X78sNar6dz4x5m5qvDGIYkPSCQxwAAAz/4zc3Go350sDDIgAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: .5s ease all;
}

.accordion-item.active .accordion-button:after {
  transform: rotate(180deg);
  transition: .5s ease all;
  filter: invert(1) brightness(.2);
}

.accordion-content {
  display: none;
  padding: 15px;
  background-color: #fff;
  color: #fff;
}

.accordion-item.active .accordion-content {
  display: block;
}

.accordion-item.active .accordion-header {
  background-color: var(--primary);
}

.accordion-item.active .accordion-button {
  color: #fff;
}

.how-work {
  padding-top: 100px;
}

.how-work__steps--item {
  border-radius: 25px;
  border: 1px solid #E9E5E5;
  background: #fff;
  box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.15);
  min-height: 110px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 25px 16px;
}

.how-work__steps--item:not(:last-child) {
  margin-bottom: 25px;
}

.how-work__steps--item span {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100%;
  background: #FAA144;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-work__steps--item h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}

.how-work__steps--item h6 {
  color: #828C8A;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.navbar-toggle .icon-bar {
  background: linear-gradient(0deg, #085BC5 0%, #1EA9FF 100%);
}

.content-wrapper {
  position: relative;
  overflow: hidden;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.wrapper .sidebar-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 260px;
  height: 100%;
  background: #FFF;
  padding: 24px 18px;
  color: #fff;
  overflow-y: auto;
  scrollbar-width: thin;
}

.wrapper .inner-wrap {
  flex: 1;
  width: 100%;
  padding-left: 260px;
  position: relative;
}

.userprofile-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}

.sidebar-wrap .menu-title {
  font-size: 12px;
  font-weight: 500;
  color: #595478;
  border-bottom: 1px solid #D2E1EB;
  padding-bottom: 5px;
  margin-bottom: 16px;
}

.userprofile-wrap__image {
  width: 65px;
  height: 65px;
  border-radius: 16px;
  background: rgba(30, 169, 255, 0.15);
  padding: 6px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.userprofile-wrap__image .profile-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(180deg, #00B8FF 0%, #71D7FF 100%);
  border-radius: 12px;
}

.sidebar-wrap .sidebarlogo {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  display: block;
}

.sidebar-wrap .profile-name {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #4B5563;
}

.sidebar-wrap a {
  color: #fff;
  letter-spacing: normal;
  font-size: 18px;
  font-weight: 600;
}

.userprofile-wrap a {
  color: #081C36;
}

.sidebar-nav a {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 13px;
  border-radius: 10px;
  list-style: none;
  color: #081C36;
}

.sidebar-nav li {
  margin-bottom: 0;
}

.sidebar-nav li.active a {
  color: #fff;
  border-radius: 32px;
  background: linear-gradient(90deg, #1EA9FF 0%, #085BC5 100%);
}

.top-nav-wrap {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px;
  margin-bottom: 25px;
  border-radius: 34px;
  border: 1px solid #D2E1EB;
  background: #FFF;
}

.top-nav-left-ul {
  display: flex;
  align-items: center;
  gap: 16px;
}

.wrapper .container {
  width: 100%;
  max-width: 100%;
}

.top-nav-left-ul li .pinner {
  color: #FAA144;
}

.top-nav-left-ul li.bread {
  color: #4B5563;
  font-size: 16px;
  font-weight: 400;
}

.top-nav-left-ul li.bread b {
  color: #081C36;
  font-size: 18px;
  font-weight: 500;
}

.top-nav-right-ul {
  display: flex;
  align-items: center;
  gap: 5px;
}

.top-nav-right-ul li a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  border: 1px solid #D2E1EB;
  background: #F5FBFF !important;
  color: #1EA9FF;
  border-radius: 24px;
}

.top-nav-right-ul .top-nav-btn1 a {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
}

.top-nav-right-ul li a:hover {
  background: #4CA994;
}

.top-nav-right-ul #support-menu li a {
  background: transparent !important;
  border: none !important;
  color: #081C36 !important;
  padding-bottom: 0;
}

.acoount_switch li a {
  display: flex;
  align-items: center;
}

#currencies-list li a {
  background: transparent !important;
  border: none !important;
  color: #081C36 !important;
  padding-bottom: 0 !important;
}

.auth #currencies-list {
  height: 300px;
  overflow: auto;
  scrollbar-width: thin;
}

.top-nav-right-ul li:last-child a {
  border-radius: 11px;
  background: #081C36 !important;
  display: flex;
  align-items: center;
  gap: 16px;
  border-color: #081C36;
  color: #fff;
}

.top-nav-right-ul li:last-child a:hover {
  background: #094235;
}

.stats-wrap {
  border-radius: 10px;
  background: #fff;
  min-height: 156px;
  padding: 24px 22px;
  border: 8px solid #095ec7;
  border-top: 0;
  border-left: 0;
  height: auto;
  min-height: 170px;
}

.stats-wrap .stats-title {
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 5px;
  color: #4B5563;
}

.stats-wrap .stats-txt {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  color: #081C36;
}

.stats-wrap__wrapper {
  margin-bottom: 28px;
}

.brand-cat-row {
  /* border-radius: 15px;
  border: 1px solid #fff;
  background: #fff;
  padding: 30px 40px; */
  margin-bottom: 24px;
}

.brand-cat-row .row {
  margin: 0 -3px;
}

.brand-cat-row .row>div {
  padding: 0 3px;
}

.brand-cat-row a {
  color: #10154E !important;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  margin-bottom: 10px;
  text-decoration: none;
  border-radius: 0;
  border: none !important;
  background: #fff !important;
}

.brand-cat-row a:hover {
  background: var(--secondary);
  color: #fff;
}

/* .brand-cat-row .icon {
min-width: 34px;
height: 34px;
width: 34px;
} */
.brand-category .icon {
  margin-right: 10px;
  font-size: 20px;
  color: #1EA9FF;
}

.well {
  border-radius: 15px;
  border: none;
  background: #fff;
}

.add-funds .form-control {
  border: none !important;
  background: #ECF9F6 !important;
}

.services .table tbody td {
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}

.services .table tbody td:first-child {
  border-left: none !important;
}

.services .table tbody td:last-child {
  border-right: none !important;
}

.custom-tabs.nav-tabs {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
  border: 0;
}

.custom-tabs.nav-tabs li a.nav-link {
  border-radius: 28px;
  color: #FFF;
  padding: 15px;
  font-size: 12px;
  font-weight: 400;
  border: none !important;
  background: #081C36;
  display: flex;
  align-items: center;
  gap: 5px;
}
.custom-tabs.nav-tabs li button.nav-link {
  border-radius: 28px;
  color: #FFF;
  padding: 15px;
  font-size: 12px;
  font-weight: 400;
  border: none !important;
  background: #081C36;
  display: flex;
  align-items: center;
  gap: 5px;
}

.custom-tabs.nav-tabs li a.nav-link.active {
  background: linear-gradient(180deg, #1EA9FF 0%, #085BC5 100%);
}

.new-order .well {
  border-radius: 15px;
  border: 1px solid #ECF9F6 !important;
  background: #fff;
}

.modal-content {
  background-color: #fff;
  border: none !important;
}

.title {
  border: 0;
  color: #081C36;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}

.form-control {
  border-radius: 11px;
  border: 1px solid #D7E5E3;
  background: rgba(76, 169, 148, 0.10);
  padding: 0 20px;
  height: 50px;
  box-shadow: none !important;
  outline: none !important;
}

.auth .form-control {
  border: 1px solid #D7E5E3 !important;
}

.form-control:focus {
  border-color: var(--secondary);
}

.select2-container .select2-selection--single {
  height: 50px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}

.control-label {
  color: #4B5563;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}

.form-group__checkbox label {
  color: #828C8A;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background: #80808038;
  border-color: #80808038;
}

.input-group {
  display: flex;
  width: 100%;
}

.input-group button {
  height: 50px;
}

.w-100 {
  width: 100%;
}

.h-50 {
  height: 50px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background: linear-gradient(90deg, #1EA9FF 0%, #085BC5 100%);
}

.select2-container .dropdown-menu>li>a:hover {
  background: linear-gradient(90deg, #1EA9FF 0%, #085BC5 100%);
}

.select2-dropdown .select2-results ul,
.select2-dropdown {
  border: 0.5px solid #D2E1EB !important;
  background: #F5FBFF;
  padding: 0;
}

.well.description .box {
  --primary: #FDFBFE;
  padding: 17px 20px;
  min-height: 80px;
  text-align: left;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #D2E1EB !important;
  background: #F5FBFF;
  margin-bottom: 15px;
}

.well.description .row>div {
  margin-bottom: 20px;
}

.well.description .box h6 {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 6px;
}

.well.description .box.services h6 {
  color: #fff;
}

.well.description .box.services p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.well.description .box .detail span {
  color: var(--textcolor);
  font-size: 20px;
  font-weight: 400;
}

.dashboard-footer {
  background: linear-gradient(180deg, #085BC5 0%, #1EA9FF 100%);
  padding: 16px;
  margin-top: 30px;
  border: none;
  position: relative;
}
.dashboard-footer::before {
  content: '';
  position: absolute;
  background-image: url('https://i.23robo.info/projects/new-smm-panel-design/img/footer_bg.webp');
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.forgot-password {
  position: relative;
  right: 0;
  bottom: -10px;
  margin-left: auto;
  text-align: right;
  float: right;
  color: rgba(75, 85, 99, 0.38) !important;
}
.checkbox label {
  color: rgba(75, 85, 99, 0.38) !important;
}
.dashboard-footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.dashboard-footer .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.dashboard-footer ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
.dashboard-footer ul h6 {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.dashboard-footer ul a {
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
}
.service-filters {
  display: flex;
  border: 0;
}

.service-filters li.dropdown {
  width: 144px;
}

.service-filters li.dropdown button {
  width: 100%;
  border-radius: 11px;
  background: #072A23;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  height: 46px;
  line-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-filters li.search {
  flex: 1;
  width: 100%;
  margin-left: 16px;
}

.service-filters {
  margin-bottom: 15px;
}

.service-filters li.search input {
  flex: 1;
  background: #fff;
  border-radius: 11px !important;
  border: 1px solid #D7E5E3;
  height: 46px;
  color: var(--textcolor);
}

.auth .service-filters li.search input {
  flex: 1;
  height: 46px;
  color: var(--textcolor);
  border-radius: 23px !important;
  border: 1px solid #D2E1EB !important;
  background: #FFF !important;
}

.service-filters li.search input::placeholder {
  color: rgba(7, 42, 35, 0.26);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.42px;
}

.service-filters li.search .input-group-btn {
  width: 118px;

}

.service-filters li.search .input-group-btn .btn-primary {
  border-radius: 11px !important;
  background: var(--bg-btns) !important;
  height: 46px;
  font-size: 12px;
  font-weight: 400;
}

.service-description .btn {
  border-radius: 10px;
}

.service-filters li.search .input-group {
  max-width: 100%;
  gap: 10px;
  margin: 0;
}

.m-t-md strong {
  color: #fff;
}

.api p {
  color: #072A23 !important;
}

.table th {
  background: #4CA994;
  color: #072A23;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  white-space: nowrap;
}

.table {
  border-collapse: separate;
  border-spacing: 0 12px;
}

.table-wrapper {
  border-spacing: 8px;
}

.table td {
  background: #fff;
  color: var(--textcolor);
}

.table th:first-child {
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}

.table th:last-child {
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
}

.table td:first-child {
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}

.table td:last-child {
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
}

.table .w-45 {
  width: 55%;
}

.table th,
.table td {
  padding: 16px 14px !important;
  border: 0 !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.48px;
  vertical-align: middle !important;
}

.api h2,
.api h4 {
  font-size: 24px;
  font-weight: 600;
}

.api .table {
  border: 0;

}

.api .table td {
  border-radius: 15px;
  border: 0.5px solid #D2E1EB !important;
  background: #F5FBFF;
}

.m-b-md {
  color: #072A23;
}

.guest .table td {
  border: 1px solid #D7E5E3 !important;
  background: #ECF9F6 !important;
  box-shadow: none !important;
  color: #072A23;
}

.guest .api.dashboard .table td {
  background: #ECF9F6;
}

.services .table tbody td {
  border: none !important;
}

.how-work__image img {
  border-radius: 25px;
  overflow: hidden;
}

.signup {
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.signup .page-head {
  text-align: left;
}

.signup .page-head p {
  text-align: center;
  margin-bottom: 30px;
  max-width: 950px;
}

.signup .well {
  border-radius: 30px;
  border: 1px solid #D2E1EB;
  background: #FFF;
  box-shadow: none;
  padding: 48px;
}

.signup .well h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.signup .well .btn {
  border-radius: 10px;
}

.signup .form-inline,
.signup .form-group {
  width: 100%;
}

.signup .h-account {
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.signup .h-account:after,
.signup .h-account:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: rgba(7, 42, 35, 0.21);
  top: 50%;
  transform: translateY(-50%);
}

.signup .h-account:after {
  right: 15%;
}

.signup .h-account:before {
  left: 15%;
}

.signup .h-account span {
  font-size: 14px;
  font-weight: 400;
}

.signup .h-account span a {
  color: #4CA994;
}

.signup .page-head {
  padding: 0;
}

.signup__image {
  margin-top: 30px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.reset-pass {
  padding-bottom: 30px;
}

.reset-pass .well {
  border-radius: 30px;
  border: 1px solid #4CA994;
  background: #fff;
  box-shadow: 0px 15px 50px 0px rgba(76, 169, 148, 0.20);
}

.reset-pass h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.api .table td {
  width: 49%;
}

.api b,
.api strong {
  font-weight: 600 !important
}

.api .table.table_spacing tr td:first-child {
  border-right: 3px solid #fff !important;
}

.api .table.table_spacing tr td:last-child {
  border-left: 3px solid #fff !important;
}

.api pre {
  font-size: 14px;
  font-weight: 400;
  color: #072A23;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid #E3F1FF;
  background: #F5FBFF;
}

.api p {
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}

.api.dashboard .table th {
  border: 0.5px solid #ECF9F6;
  background: #4CA994;
}

.order-history .nav-tabs {
  border-radius: 11px;
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.order-history .nav-tabs li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.42px;
  width: 130px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  color: #072A23;
  gap: 5px;
  border: 0;
  border-radius: 23px;
  background: #FFF;
}

.table th,
.table td a {
  color: #201C3F;
}

.order-history .nav-tabs li:first-child a {
  width: 110px;
}

.order-history .nav-tabs li.active a {
  color: #fff;
  border: none !important;
  background: linear-gradient(180deg, #1EA9FF 0%, #085BC5 100%);
}

.order-history .nav-tabs li a span {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: inline-block;
  min-width: 12px;
}

.order-history .nav-tabs li a span.completed {
  background: #45B500;
}

.order-history .nav-tabs li a span.canceled {
  background: #FF0E0E;
}

.order-history .nav-tabs li a span.partial {
  background: #7C52F2;
}

.order-history .nav-tabs li a span.inprogress {
  background: #FFAC25;
}

.order-history .nav-tabs li a span.processing {
  background: #40C6FF;
}

.order-history .nav-tabs li a span.pending {
  background: #406AFF;
}

.orders-filters {
  margin: 25px 0;
}

.orders-filters input {
  flex: 1;
  background: #fff !important;
  border-radius: 11px !important;
  border: none !important;
  height: 46px;
  color: #000;
}

.orders-filters input::placeholder {
  color: rgba(7, 42, 35, 0.26);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.42px;
}

.form-control::placeholder {
  color: #072A23;
  opacity: 0.5;
}

.orders-filters .input-group-btn {
  width: 118px;

}

.orders-filters .input-group-btn .btn-primary {
  border-radius: 11px !important;
  background: var(--bg-btns);
  height: 46px;
  font-size: 12px;
  font-weight: 400;
}

.orders-filters .input-group {
  max-width: 100%;
  gap: 10px;
  margin: 0;
}

.order-history .table th {
  background: #ECF9F6;
}

.add-funds .accordion_item {
  margin-bottom: 12px;
}

.add-funds .accordion_item .btn-primary {
  border-radius: 12px;
  background: #ECF9F6;
  display: flex;
  width: 100%;
  color: #072A23;
  font-size: 14px;
  font-weight: 400;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  height: auto;
  border: 1px solid #D7E5E3 !important;
}

.add-funds .accordion_item .btn-primary:after {
  content: "";
  position: relative;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M11.1667 20.3333C6.10405 20.3333 2 16.2292 2 11.1667C2 6.10405 6.10405 2 11.1667 2C16.2292 2 20.3333 6.10405 20.3333 11.1667C20.3333 16.2292 16.2292 20.3333 11.1667 20.3333ZM11.1667 18.5C15.2168 18.5 18.5 15.2168 18.5 11.1667C18.5 7.11658 15.2168 3.83333 11.1667 3.83333C7.11658 3.83333 3.83333 7.11658 3.83333 11.1667C3.83333 15.2168 7.11658 18.5 11.1667 18.5Z' fill='white'/%3E%3Crect x='7.16602' y='10.1667' width='8' height='2' fill='white'/%3E%3C/svg%3E");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
}

.add-funds .accordion_item .btn-primary.collapsed:after {
  background-image: url("https://i.23robo.info/projects/smmstore/v1/sub1/img/Frame.svg");
}

.add-funds .accordion_item .btn-primary:not(.collapsed) {
  background: #191207;
  color: #fff;
  border: none !important;
}

.add-funds .accordion_item .card-body {
  border-radius: 12px;
  background: #ECF9F6;
  color: #828C8A;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  padding: 14px 18px;
  margin-top: 12px;
  border: 1px solid #D7E5E3;
}

.well-blue {
  background: transparent !important;
  border: none !important;
  padding: 0;
}

.account .form-control {
  border: 1px solid #fff !important;
}

.tickets .section-head h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tickets .section-head p {
  color: #828C8A;
  font-size: 16px;
  font-weight: 400;
}

.service-name {
  min-width: 100%;
}

.custom-tabs-one .nav-item .nav-link {
  width: 118px;
  height: 46px;
  border-radius: 11px;
  background: #A614B2;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  padding-left: 32px;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-right: 5px;
}

.custom-tabs-one .nav-item i {
  position: absolute;
  top: 17px;
  left: 14px;
  color: #fff;
  font-size: 12px;
}

.custom-tabs-one .nav-item.active .nav-link {
  background: #094235;
}

.add-funds .title {
  padding-top: 10px;
}

.title-t {
  color: var(--textcolor);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 106.445%;
}

.bg-green {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 15px;
  background: #4CA994;
  padding: 12px;
  margin-bottom: 30px;
}

#support .card {
  border-radius: 20px;
  background: #fff;
  padding: 15px;
}

.tab-switch {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.tab-switch .nav-item .nav-link {
  border-radius: 11px;
  background: #A614B2;
  ;
  margin-right: 5px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 118px;
  height: 46px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-switch .nav-item.active .nav-link {
  background: #191207;
}

.ticket-btn-row .brand-category {
  padding: 10px 5px;
  margin-bottom: 5px;
  border-radius: 11px;
  background: #081C36;
  border: none;
  flex-wrap: wrap;
  gap: 5px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 12px;
  display: flex;
  align-items: center;
  align-content: center;
  text-decoration: none;
}

.ticket-btn-row .brand-category .cat-name {
  color: #fff;
}

.ticket-btn-row .brand-category .icon {
  color: #fff;
}

.ticket-btn-row .col-sm-4 {
  padding: 0 5px;
}

.ticket-btn-row {
  margin: 0;
  padding: 0;
}

.ticket-btn-row .btn.btn-primary {
  padding: 25px;
}

.box-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
  background: #ECF9F6;
  padding: 20px;
}

.title-w {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 119%;
}

.wht-txt {
  color: #fff;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#accordions {
  margin-top: 20px;
}

#accordions .panel-heading {
  border-radius: 10px !important;
  background: #ECF9F6 !important;
  padding: 15px;
  color: #fff !important;
}

#accordions .panel-title a {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#accordions .panel.panel-default {
  border-radius: 10px;
  background: #ECF9F6;
  border: none !important;
  margin-bottom: 15px !important;
}

#accordions .panel-body {
  border: none !important;
}

/* .panel .panel-heading a[data-toggle="collapse"].collapsed::before {
transform: rotate(0deg) !important;
} */
/* .panel .panel-heading a[data-toggle="collapse"]::before {
width: 29px;
height: 29px;
flex-shrink: 0;
background: #A614B2;;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
} */
.wrapper.toggle .sidebar-wrap {
  left: -260px;
}

.wrapper.toggle .inner-wrap {
  padding-left: 0;
}

.wrapper .inner-wrap {
  padding-left: 260px;
}

.wrapper.toggle .inner-wrap,
.wrapper.toggle .sidebar-wrap,
.wrapper .inner-wrap,
.wrapper .sidebar-wrap {
  transition: 0.3s ease-in-out;
}

.services-insight .nav-tabs .nav-link {
  border: 0;
}

@media screen and (min-width:768px) {
  .account .col-md-12 .row {
    display: flex;
    flex-wrap: wrap;
  }
}

.account .col-md-12 .row>div {
  margin-bottom: 20px;
}

.account .well {
  height: 100%;
  margin: 0;
}

@media screen and (max-width:1200px) {
  .main-banner h1 {
    font-size: 46px;
  }

  .services-insight .nav-tabs .nav-link {
    min-width: 120px;
  }

  .services-insight .nav-tabs {
    padding: 25px;
    gap: 16px;
  }

  .get-started__inner:before {
    right: -30px;
    bottom: -30px;
  }

  .wrapper .inner-wrap {
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  .img-signup {
    margin-left: 0 !important;
    width: 100%;
  }
}

@media screen and (max-width:991px) {
  .main-banner {
    text-align: center;
  }

  .main-banner p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .main-banner .row>div:not(:last-child) {
    margin-bottom: 60px;
  }

  .login-info .well {
    padding: 20px;
  }

  .login-info .login-info__form {
    gap: 10px;
  }

  .main-banner h1 {
    font-size: 40px;
  }

  .section-title {
    font-size: 42px;
  }

  .pannel-services {
    padding: 40px 0;
  }

  .rise-social {
    padding: 50px 0;
    text-align: center;
  }

  .rise-social .row {
    display: block;
  }

  .rise-social__image img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .services-insight {
    padding: 40px 0 40px;
  }

  .services-insight .nav-tabs {
    overflow: hidden;
    overflow-x: scroll;
    justify-content: start;
  }

  .services-insight .tab-content {
    padding: 20px;
    padding-top: 60px;
    text-align: center;
  }

  .services-insight .row {
    display: block;
  }

  .services-insight .row img {
    margin: auto;
    margin-top: 25px;
  }

  .payment-method .row {
    display: block;
  }

  .payment-method {
    padding-bottom: 40px;
    text-align: center;
  }

  .payment-method img {
    margin: auto;
    margin-top: 30px;
  }

  .boost-account {
    padding: 40px 0;
    text-align: center;
  }

  .boost-account .row {
    display: block;
  }

  .boost-account img {
    margin: auto;
    margin-bottom: 30px;
  }

  .how-work {
    padding-top: 40px;
  }

  .how-work .row>div:first-child {
    text-align: center;
    margin-bottom: 30px;
  }

  .how-work .row>div:first-child img {
    margin: auto;
    margin-top: 30px;
  }

  .faq {
    padding: 50px 0;
  }

  .testimonials {
    padding: 0;
  }

  .get-started__inner:after,
  .get-started__inner:before {
    border-radius: 0px 100px 0px 150px;
  }

  .footer .mian-d-flex {
    flex-direction: column;
  }

  .footer .mian-d-flex .footer__left,
  .footer .mian-d-flex .footer__right {
    width: 100%;
  }

  .footer .mian-d-flex .footer__left {
    text-align: center;
  }

  .footer-wrapper .footer .footer__social {
    justify-content: center;
    margin-bottom: 30px;
  }

  .page-head {
    padding: 30px 0;
  }

  .page-head h1 {
    font-size: 50px;
  }

  .signup {
    padding-top: 50px;
  }

  .signup .page-head {
    text-align: center;
  }

  .signup .page-head br {
    display: none;
  }

  .signup__image {
    margin-bottom: 30px;
  }

  .login-wrap .btn-primary-inner {
    width: 100px !important;
    height: 60px;
    border-radius: 16px;
  }

  .form_wapper_remember {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .login-wrap {
    padding-left: 32px !important;
    min-height: auto !important;
  }
}

@media screen and (max-width:767px) {
  .header .navbar-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    background: var(--primary);
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin: 0;
    transition: .5s ease all;
  }

  .stats-wrap__wrapper .col-sm-5 {
    width: 100% !important;
    padding-right: 15px !important;
    margin-bottom: 10px !important;
  }

  .account_status {
    margin-bottom: 10px !important;
  }

  .stats-wrap__wrapper .col-sm-2 {
    width: 100% !important;
  }

  .guest #google_translate_element select {
    color: #fff !important;
  }

  .guest #google_translate_element select option {
    color: #000 !important;
  }

  .login-wrap .form-group {
    margin: 0 0 15px 0 !important;
  }

  .top-nav-left-ul li.bread {
    color: #4B5563;
    font-size: 14px;
    font-weight: 400;
  }

  .top-nav-left-ul li.bread b {
    color: #081C36;
    font-size: 14px;
    font-weight: 500;
  }

  .login-wrap .col-sm-5 {
    padding-left: 15px !important;
  }

  .header .navbar-nav li a {
    color: #fff;
  }

  .header .collapse {
    display: block !important;
  }

  .header .navbar-collapse.collapse.in .navbar-nav {
    top: 80px;
  }

  .inline-buttons {
    gap: 10px;
  }

  .header.sticky .navbar-collapse.collapse.in .navbar-nav {
    top: 63px;
  }

  .main-banner h1 {
    font-size: 35px;
  }

  .login-info .login-info__form {
    flex-direction: column;
  }

  .login-info .login-info__form .form-group {
    width: 100%;
  }

  .hide-on-md {
    display: none !important;
  }

  .show-on-md {
    display: block !important;
  }

  .form-group__password {
    margin-bottom: 30px !important;
  }

  .form-group__password .forgot-pass {
    position: absolute;
    right: 20px;
    bottom: -30px;
  }

  .stats ul li {
    flex-direction: column;
    text-align: center;
  }

  .stats ul {
    padding: 40px 0;
  }

  .section-title {
    font-size: 36px;
  }

  .testimonials .item {
    min-width: 430px;
  }

  .get-started:after {
    display: none;
  }

  .get-started__inner:before {
    display: none;
  }

  .get-started__inner {
    padding: 25px;
  }

  .get-started__inner:after {
    border-radius: 0px 45px 0px 45px;
  }

  .get-started {
    padding: 40px 0;
  }

  .nav-menu {
    margin-left: 16px;
  }

  .footer-wrapper .footer__right .d-flex {
    flex-wrap: wrap;
  }

  .footer-wrapper .footer__right .d-flex>div {
    width: 50%;
    flex: none;
  }

  .footer-wrapper .footer__right .d-flex>div:last-child {
    width: 100%;
    margin-top: 25px;
  }

  .accordion-item {
    margin-bottom: 15px;
  }

  .page-head h1 {
    font-size: 45px;
  }

  .table-responsive {
    border: 0;
  }

  .btn {
    min-width: 100px;
  }
}

@media screen and (max-width:575px) {
  body::after {
    display: none;
  }

  .svg_right {
    margin-left: auto;
    float: unset !important;
    text-align: center !important;
  }

  body::before {
    display: none;
  }

  .hide-on-sm {
    display: none !important;
  }

  .header .inline-buttons {
    display: none;
  }

  .header .navbar-nav li a {
    color: #fff !important;
  }

  .main-banner__image::before {
    width: 330px;
    height: 330px;
  }

  .footer-wrapper .footer {
    padding-top: 40px;
  }

  .btn.popup-youtube {
    top: 35% !important;
    left: 40% !important;
    font-size: 20px !important;
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
  }

  .top-nav-right-ul li:last-child span {
    display: none;
  }

  .top-nav-right-ul li:last-child a {
    border-radius: 100px;
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .top-nav-right-ul .top-nav-btn1 a {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 7px !important;
  }

  .acoount_switch {
    width: 100%;
    height: 45px;
  }

  .get-started::before {
    display: none;
  }

  .main-t {
    font-size: 36px !important;
  }

  .order-history .nav-tabs li a {
    width: 155px !important;
  }

  .reset-password {
    padding: 20px 0 !important;
  }

  .get-started::after {
    display: none;
  }

  .payment-method {
    padding-bottom: 95px;
    text-align: center;
  }

  .card.mt-5 {
    margin-top: 15px;
  }

  .payment-method__image img {
    margin-bottom: 0 !important;
  }

  .boost-account .section-title {
    padding-top: 15px;
  }

  .form-group__password .forgot-pass {
    color: #fff;
  }

  .login-info .login-info__labels {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .stats ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .stats ul li {
    width: 46%;
  }

  .section-title {
    font-size: 32px;
  }

  body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .top-nav-wrap {
    padding: 10px;
    display: flex;
    flex-wrap: wrap !important;
  }

  .top-nav-right-ul li a {
    padding: 10px 14px !important;
  }

  .top-nav-right-ul {
    padding-top: 0;
  }

  .brand-cat-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }

  .stats-wrap {
    height: auto;
    min-height: auto;
    margin-bottom: 15px;
  }

  .stats-wrap__wrapper {
    margin-bottom: 0;
  }

  .brand-cat-row .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .brand-cat-row .row>div {
    padding: 0 3px;
    width: 50% !important;
  }

  .dashboard-footer p {
    text-align: center !important;
  }

  .brand-cat-row {
    padding-top: 15px !important;
  }

  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header .container {
    width: 100%;
  }

  .page-head h1 {
    font-size: 40px;
  }

  .service-filters {
    flex-direction: column;
  }

  .service-filters li.search {
    margin: 16px 0 0;
  }

  .service-filters li.dropdown {
    width: 100%;
  }

  .service-filters li.search .input-group-btn {
    width: 100px;
  }
}

.titcket-title {
  font-weight: 600;
}

.ticket-message-left .ticket-message {
  border-radius: 15px;
  background: #ECF9F6 !important;
  border: 0.5px solid #ECF9F6 !important;
  margin-bottom: 4px;
}

.ticket-message-right .ticket-message {
  border-radius: 11px;
  background: #ECF9F6 !important;
  border: 0.5px solid #ECF9F6 !important;
  margin-bottom: 4px;
}

.ticket-message-left .ticket-message p {
  margin: 0;
}

.table td .order-status {
  font-size: 15px;
  border-radius: 11px;
  color: #fff;
  font-weight: 400;
  padding: 10px 15px 12px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-status.progress_status {
  background: #FFAC25;
}

.order-status.pending_status {
  background: #406AFF;
}

.order-status.processing_status {
  background: #40C6FF;
}

.order-status.canceled_status {
  background: #FF0E0E;
}

.order-status.completed_status {
  background: #45B500;
}

.order-status.partial_status {
  background: #7C52F2;
}

.order-status.closed_status {
  background: #e2d6d6;
}

.order-status.answered_status {
  background: #1f292d;
}

.service-name {
  width: 100% !important;
}

.main-banner__image img {
  margin: auto;
}

.smt-title {
  color: #072A23;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.payment-method__image img {
  margin-bottom: -67px;
}

.reset-password {
  padding: 150px 0 80px;
}

.main-t {
  color: #FFF;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.txt {
  color: var(--grey);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.st-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.reset-password .well {
  box-shadow: 0px 15px 50px 0px rgba(166, 20, 178, 0.20);
}

.reset-password .btn.btn-primary {
  width: 100%;
  border-radius: 11px;
}

.guest .api.dashboard {
  padding-top: 30px;
}

.sm-ttile {
  color: #072A23;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.tickets-wrap .txt {
  text-align: left;
}

.auth .service-filters li.dropdown button,
.auth .service-filters li.dropdown button:hover,
.auth .service-filters li.dropdown button:focus {
  border-radius: 23px;
  border: 1px solid #D2E1EB;
  background: #FFF;
  color: #081C36;
}

.services-insight__image img {
  width: 423px;
}

.how-work__image {
  position: relative;
  border-radius: 25px;
  /* background: #281C09; */
  padding: 30px;
}

.btn.popup-youtube {
  position: absolute;
  top: 37%;
  left: 42%;
  font-size: 25px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 80px;
  height: 80px;
  border: 5px solid #F6A11A;
  min-width: 80px;
}

.btn.popup-youtube i {
  background-color: #fff;
  background: linear-gradient(180deg, #D74F98 0%, #F6A11A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.how-work video {
  width: 100%;
}

.close {
  margin-right: 10px;
  color: #000 !important;
}

.tickets-wrap .panel-title>a::before {
  float: right !important;
  font-family: "Font Awesome 5 Pro";
  content: "\f0de";
  padding-right: 5px;
  width: 29px;
  height: 29px;
  background: #4CA994;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  padding-top: 3px;
}

.tickets-wrap .panel-title>a.collapsed::before {
  float: right !important;
  content: "\f0d7";
}

.add-funds .accordion_item .btn-primary:hover {
  background: #094235;
  color: #fff;
}

.sidebar-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar-logo-wrap .pinner {
  border-radius: 5px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-decoration: none;
  background: linear-gradient(90deg, #1EA9FF 0%, #085BC5 100%);
}

.stats-icon img:first-child {
  width: 50px;
}

.top-nav-left-ul .pinner {
  display: none;
}

.toggle .top-nav-left-ul .pinner {
  border-radius: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-decoration: none;
  background: linear-gradient(90deg, #1EA9FF 0%, #085BC5 100%);
  color: #fff;
}

#login-sec {
  background: #fff;
  padding-top: 1px;
}

.stats {
  background: #fff;
}

.payment-method .sub-title {
  color: var(--pink-btn) !important;
}

.testimonials .sub-title {
  color: var(--pink-btn) !important;
}

.auth .table th,
.table th {
  color: #fff;
  background: linear-gradient(180deg, #1EA9FF 0%, #085BC5 100%);
}

.auth .table th:first-child,
.table th:first-child {
  border-radius: 30px 0 0 30px;
}

.auth .table th:last-child,
.table th:last-child {
  border-radius: 0 30px 30px 0;
}

.add-funds .table td {
  background: #fff;
}

.auth .api .btn.btn-secondary.h-50.m-t {
  background: #000;
}

.auth .well {
  background: #fff;
  border: 1px solid #D7E5E3;
  box-shadow: none;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ffff;
}

.guest .btn.btn-secondary {
  background: #FAA144;
}

.auth .services .table tbody td {
  border-top: 1px solid #D2E1EB !important;
  background: #FFF;
  border-bottom: 1px solid #D2E1EB !important;
  color: #081C36;
}

.auth .services .table tbody td:first-child {
  border-left: 1px solid #D2E1EB !important;
  border-radius: 30px 0 0 30px;
}

.auth .services .table tbody td:last-child {
  border-right: 1px solid #D2E1EB !important;
  border-radius: 0 30px 30px 0;
}

.order-history .table td {
  border-top: 1px solid #D2E1EB !important;
  background: #FFF;
  border-bottom: 1px solid #D2E1EB !important;
  color: #081C36;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.order-history .table td:first-child {
  border-left: 1px solid #D2E1EB !important;
}

.order-history .table td:last-child {
  border-right: 1px solid #D2E1EB !important;
}

.auth .box-step {
  border-radius: 15px;
  background: #094235;
}

.auth #accordions .panel-heading {
  border-radius: 10px;
  border: 0.5px solid #ECF9F6;
  background: #ECF9F6 !important;
}

.auth .panel-body {
  border: 0.5px solid #f5fbff;
  background: #f5fbff;
  margin-top: 10px;
  border-radius: 10px;
}

#service_description .panel-body {
  padding: 0;
}

.mt-top {
  padding-top: 15px;
}

.guest .panel-heading {
  border-radius: 15px;
  border: 1px solid #E9E5E5 !important;
  background: #fff !important;
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.10);
  color: #072A23 !important;
  padding: 12px;
}

.guest .panel-heading {
  border-radius: 15px;
  border: 1px solid #1E142D;
  background: #191207;
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.10);
  color: #072A23 !important;
  padding: 12px;
}

.guest .panel-body {
  border-radius: 15px;
  border: 1px solid #E9E5E5;
  background: #fff;
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.10);
  border-top: none !important;
  margin-top: 10px;
}

.guest .panel.panel-default {
  background: transparent !important;
  border: none !important;
  margin-bottom: 25px;
}

.panel-title a {
  color: #072A23 !important;
}

.guest .panel-title>a::before {
  float: right !important;
  font-family: "Font Awesome 5 Pro";
  content: "\f0de";
  padding-right: 5px;
}

.guest .panel-title>a.collapsed::before {
  float: right !important;
  content: "\f0d7";
}

.promo-carousel .item-info {
  direction: ltr !important;
}

.promo-carousel .item p {
  text-align: left !important;
}

.promo-carousel .item .rating {
  direction: ltr;
}

.rise-social .btn-primary {
  background: #FAA144;
}

.order-history .table th {
  background: linear-gradient(180deg, #1EA9FF 0%, #085BC5 100%);
}

.order-history .btn.btn-xs.btn-default {
  width: 90px !important;
  min-width: 90px !important;
  color: #fff !important;
}

.tickets-wrap .well-bg {
  background: transparent !important;
  border: none !important;
}

.guest .table th {
  color: #fff;
}

.top-nav-right-ul li a .badge {
  background-color: transparent;
  color: #081c36;
  padding: 0;
}

.auth .title {
  color: #081C36;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.54px;
  padding-bottom: 8px;
  border-bottom: 1px solid #D7E5E3;
  margin-bottom: 25px;
}

body:not(.guest) .form-control {
  border-radius: 15px;
  border: 1px solid #D2E1EB !important;
  background-color: #F5FBFF !important;
}

.service-filters li.search .input-group-btn .btn-primary {
  border-radius: 30px !important;
  background: linear-gradient(0deg, #085BC5 0%, #1EA9FF 100%) !important;
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.93) inset;
}

.service-description .modal-body img {
  max-width: 100%;
}

.ser-id {
  border-radius: 40px;
  border: 2px solid #E3F1FF;
  background: #F5FBFF;
  color: #1EA9FF;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  min-width: 82px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background-color: #095ec7;
}

.service-filters li.dropdown .dropdown-menu {
  height: 350px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.service-filters li.dropdown .dropdown-menu li a {
  padding: 3px 5px;
}

#history-search .form-control {
  border-radius: 23px !important;
  border: 1px solid #D2E1EB !important;
  background: #FFF !important;
}

#history-search .btn.btn-primary {
  border-radius: 23px !important;
  background: linear-gradient(180deg, #1EA9FF 0%, #085BC5 100%);
}

.orderlink {
  color: #1EA9FF !important;
}

.header {
  top: 15px;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.header .container {
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #EAEAFF;
  background-color: #FFF;
  padding: 10px !important;
}

.navbar-brand {
  margin: 0 !important;
}

.header::after {
  border: 0;
}

.header .navbar-nav a {
  color: #595478;
  font-family: ;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.header .navbar-nav .active a {
  color: #0F1829;
}

.guest .btn.btn-secondary {
  border-radius: 30px;
  background-color: #081C36;
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.93) inset;
}

.btn.btn-primary {
  border-radius: 30px;
  background-color: rgba(30, 169, 255, 0.12);
  padding: 6px;
  height: auto;
}

.btn-primary-inner-wrap {
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  border-radius: 30px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 44%) 0%, rgb(255, 255, 255) 100%);
}

.btn-primary-inner {
  background: linear-gradient(0deg, #085BC5 0%, #1EA9FF 100%);
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.93) inset;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border-radius: 30px;
}

.main-banner__image::before {
  display: none;
}

.form-group {
  position: relative;
}

.guest .form-control {
  border-radius: 16px;
  border: 1px solid #D2E1EB;
  background-color: #FFF;
  color: #081C36;
  font-size: 14px;
}

.inpt-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.inpt-icon+.form-control {
  padding-left: 40px;
}

.frm-fields-wrap {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.frm-fields-wrap .form-group {
  flex: 0 0 49%;
  max-width: 49%;
}

.checkbox-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.checkbox-wrap .checkbox {
  margin: 0;
}

.have-acc {
  margin-top: 15px;
}

.trademark {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-top: 24px;
  gap: 0 5px;
}

.login-wrap {
  border-radius: 24px;
  background: #FFF;
  min-height: 136px;
  padding: 40px;
  padding-left: 60px;
  margin-top: -80px;
  position: relative;
}

.login-wrap::before {
  content: '';
  position: absolute;
  width: 85%;
  height: 40px;
  border-radius: 957px;
  background: rgba(8, 28, 54, 0.19);
  filter: blur(24.100000381469727px);
  z-index: -1;
  bottom: 0;
}

.guest .form-control {
  border-radius: 16px;
  border: 1px solid rgba(210, 225, 235, 0.37);
  background: #EEF8FF;
  min-height: 60px;
  padding-left: 60px;
}

.login-wrap .form-group {
  margin: 0;
}

.reminder #remember:checked+.reminder-icon {
  border-radius: 30px;
  background: #081C36;
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.93) inset;
}

.login-wrap .btn-primary-inner {
  width: 138px;
  height: 60px;
  border-radius: 16px;
}

.reminder {
  position: relative;
}

.reminder #remember {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  border-radius: 12px !important;
  z-index: 1;
}

.guest .login-wrap .inpt-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(8, 28, 54, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
}

.forgot-password1,
.reminder-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px !important;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 27px;
  border: 1px rgba(210, 225, 235, 0.37);
  background: #EEF8FF;
}

.set-btn-user svg {
  width: 30px;
}

.set-btn-user .forgot-password1 {
  position: relative;
  z-index: 999;
}

.form_wapper_remember {
  display: flex;
  align-items: center;
  gap: 8px;
}

.set-btn-user {
  display: flex;
  align-items: center;
  gap: 8px;
}

.login-wrap .col-sm-5 {
  padding-left: 0;
}

.trademark-b-txt {
  color: #0F1829;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.login-wrap .col-sm-2 {
  padding-left: 0;
}

.trademark-txt {
  color: #0F1829;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

#how {
  padding: 80px 0;
  position: relative;
}

.title-label {
  border-radius: 111px;
  border: 1px solid #D2E1EB;
  background: #FFF;
  transform: rotate(-5.09deg);
  display: flex;
  min-width: 133.236px;
  height: 40px;
  max-width: 133.236px;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #1EA9FF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.title-label-auto {
  margin: 0 auto 26px;
}

.title-italic {
  font-style: italic;
}

.watch-video-btn {
  display: flex;
  align-items: center;
  align-content: center;
  color: #081C36 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  width: max-content;
  text-decoration: none;
}

.watch-video-btn-auto {
  margin: auto;
}

.watch-video-btn-icon {
  border-radius: 111px;
  background: #FFF;
  box-shadow: 0 4px 8.6px 0 rgba(30, 10, 82, 0.15);
  width: 51px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}

.how-box {
  border-radius: 16px;
  background: #FFF;
  padding: 19px 19px 38px;
}

.how-box-head {
  position: relative;
  margin-bottom: 25px;
}

.how-box-num {
  background: linear-gradient(180deg, #085BC5 0%, #1EA9FF 100%);
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.25) inset;
  width: 52.5px;
  height: 52.5px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 52.5px;
  color: #FFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  right: 0;
  bottom: -25.1px;
}

.how-box-title {
  color: #081C36;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 14px;
}

.how-box-txt {
  color: #4B5563;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

.how-box-row {
  margin-top: 40px;
}

.how-box-row .col-sm-3:nth-child(2n) .how-box .how-box-num {
  background: #0F1829;
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.25) inset;
}

.how-box:hover {
  box-shadow: 11px 22px 56.9px 0 rgba(89, 84, 120, 0.17);
  cursor: pointer;
}

#unlock {
  padding: 80px 0;
}

#unlock .title-label {
  margin-bottom: 18px;
}

.txt {
  color: #4B5563;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

.btn.btn-primary.btn-primary-transparent {
  background-color: transparent;
  padding: 0;
}

.unlockstacks-wrap {
  display: flex;
  align-items: center;
  align-content: center;
  margin-top: 50px;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding: 20px 0;
  position: relative;
  justify-content: space-between;
}

.unlockstacks {
  display: flex;
  align-items: center;
  align-content: center;
  flex: 0 0 49%;
  max-width: 49%;
}

.unlockstacks-b-txt {
  color: #0F1829;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  margin-right: 13px;
}

.unlockstacks-txt {
  color: #4B5563;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.twofa-page {
  padding-top: 150px;
  padding-bottom: 80px;
}

.unlockstacks-wrap::after {
  content: '';
  background-color: #DEDEDE;
  width: 1px;
  height: 45px;
  position: absolute;
  left: 35%;
}

.txt.text-center {
  text-align: center;
}

.comp-wrapper {
  margin-top: 22px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.00) 100%);
  padding: 20px;
}

.comp-inner-wrapper {
  padding: 30px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.comp-wrapper thead tr th {
  background: linear-gradient(0deg, #085BC5 0%, #1EA9FF 100%);
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  padding: 15px;
}

.guest .comp-wrapper .table tr td {
  background-color: #FFF !important;
  border: 0 !important;
}

#comp {
  padding: 80px 0;
  position: relative;
  background-image: url('https://i.23robo.info/projects/new-smm-panel-design/img/comp-bg.webp');
  background-size: cover;
  background-position: center;
}

.comp-wrapper td {
  color: #0F1829 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4 !important;
}

.comp-wrapper thead tr th:not(:first-child),
.comp-wrapper tbody tr td:not(:first-child) {
  text-align: center;
}

.comp-wrapper tfoot tr td {
  color: #0F1829 !important;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4 !important;
}

.rank-div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}

.succes-txt,
.desucces-txt {
  color: #00BC29;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.succes-div-title {
  color: #0F1829;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

.desucces-txt {
  color: #FF4040;
}

.success-stats {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
}

.success-stats li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.success-stats-box {
  text-align: center;
  padding: 36px;
  border-radius: 23px;
  height: 100%;
}

.success-stats-title {
  color: #081C36;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.4;
}

.success-stats-txt {
  color: #4B5563;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.success-stats-box:hover {
  border-radius: 23px;
  background-image: url('https://i.23robo.info/projects/new-smm-panel-design/img/success-stats-box-bg.webp');
  background-size: cover;
  background-position: center;
}

.success-stats::after,
.success-stats::before {
  content: '';
  background-color: rgba(36, 22, 72, 0.15);
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 10px;
  z-index: -1
}

.success-stats::after {
  top: auto;
  bottom: 10px;
}

.success-stats-box:hover .success-stats-title,
.success-stats-box:hover .success-stats-txt {
  color: #fff;
}

#success-sec {
  padding-bottom: 80px;
}

.benefits-box {
  border-radius: 34px;
  background: #FFF;
  padding: 25px 25px 36px;
}

.benefits-box-icon {
  border-radius: 16px;
  border: 3px solid #E3F1FF;
  background: #F5FBFF;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 63px;
}

.benefits-box-title {
  color: #081C36;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 17px;
}

.benefits-box-txt {
  color: #4B5563;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}

.row.benefits-box-row {
  margin-top: 30px;
}

.title-label2 {
  transform: rotate(5.09deg);
}

#keyfeatures {
  padding: 80px 0;
}

.keyfeatures-box1 {
  border-radius: 24px;
  border: 1px solid #D2E1EB;
  background-color: #FFF;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.keyfeatures-title {
  color: #0F1829;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 17px;
}

.keyfeatures-txt {
  color: #4B5563;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.order-delivered {
  margin: 35px auto auto auto;
}

.btn.dark-btn {
  border-radius: 27px;
  background: #0F1829;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.keyfeatures-box2 {
  border-radius: 24px;
  border: 1px solid #D2E1EB;
  background: linear-gradient(104deg, rgba(30, 169, 255, 0.03) 1.47%, rgba(30, 169, 255, 0.20) 98.9%);
  padding: 20px;
  margin-bottom: 30px;
}

.get-started-btn1 {
  display: flex;
  align-items: center;
  align-content: center;
  width: max-content;
  padding: 0;
  color: #03323C !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.get-started-btn1-icon {
  width: 28px;
  height: 28px;
  background-color: #1EA9FF;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 28px;
  margin-right: 9px;
}

.friendly-dashboard {
  margin: 0 -21px -21px auto;
  border-radius: 20px 0 0 0;
}

.keyfeatures-box3 {
  display: flex;
  align-items: center;
  align-content: center;
  border-radius: 24px;
  background: linear-gradient(180deg, #085BC5 0%, #1EA9FF 100%);
  padding: 35px;
}

.keyfeatures-box3-content {
  padding-left: 34px;
}

.keyfeatures-box3 .keyfeatures-title,
.keyfeatures-box3 .txt {
  color: #fff;
}

.keyfeatures-box3 .btn.dark-btn {
  width: max-content;
  background-color: #fff;
  color: #0f1829;
}

.guest .panel.panel-default .panel-title a {
  position: relative;
  border-radius: 14px;
  border: 1px solid #D2E1EB;
  background-color: #FFF;
  display: flex;
  padding: 24px 24px 24px 35px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #0F1829 !important;
  text-decoration: none;
}

.guest .panel-title>a.collapsed::before {
  content: "\f055";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #1EA9FF;
}

.guest .panel-title>a::before {
  content: '\f056';
  padding: 0;
  float: none !important;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #1EA9FF;
}

.guest .panel.panel-default .panel-heading {
  border: 0 !important;
  background-color: transparent !important;
  box-shadow: none;
  padding: 0;
}

.guest .panel.panel-default {
  box-shadow: none;
}

.faq-img-wrap {
  border-radius: 24px;
  border: 1px solid #D2E1EB;
  background-color: #FFF;
  position: relative;
  margin-top: 40px;
  padding: 26px;
}

.faq-img {
  margin: -60px auto auto auto;
}

.faq-img-inner-wrapper {
  border-radius: 16px;
  background: #0F1829;
  padding: 2px;
}

.faq-img-inner2-wrapper {
  border-radius: 14px;
  border: 0.5px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.00) 100%);
  padding: 15px;
}

.faq-contact-info {
  border-radius: 12px;
  background: #FFF;
  padding: 7px;
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 8px;
}

.faq-contact-info-icon {
  border-radius: 8px;
  background: linear-gradient(180deg, #085BC5 0%, #1EA9FF 100%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-right: 5px;
}

.faq-contact-info-txt {
  color: #4B5563;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.19;
}

.faq-contact-info-txt b {
  color: #081C36;
}

#trust {
  padding: 80px 0;
}

.trust-slide {
  display: flex;
  align-items: center;
  align-content: center;
  border-radius: 18px;
  border: 1px solid #F0F0F0;
  background: #E3F1FF;
  flex-wrap: wrap;
  margin: 0 30px 30px 0;
}

.trust-slide-left {
  flex: 0 0 60%;
  max-width: 60%;
  border-radius: 18px;
  background: #FFF;
  box-shadow: 6px 6px 30.2px 0 rgba(3, 50, 60, 0.11);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trust-slide-right {
  padding: 18px;
  flex: 0 0 40%;
  max-width: 40%;
}

.trust-slide-txt {
  color: #595478;
  font-family: ;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.trust-slide-left,
.trust-slide-right {
  height: 295px;
}

.trust-slide-media {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.trust-slide-content {
  padding-left: 5px;
}

.trust-slide-title {
  color: #081C36;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.trust-slide-quote {
  display: flex;
  margin-left: auto;
  width: max-content;
}

.result-txt {
  color: #595478;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.56px;
  padding: 0 0 5px;
  border-bottom: 1px solid rgba(8, 28, 54, 0.13);
  margin-bottom: 15px;
}

.growth-title {
  color: #081C36;
  font-size: 18px;
  font-weight: 510;
  line-height: 1.4;
  letter-spacing: -0.72px;
  margin-bottom: 3px;
}

.profession-txt {
  color: #1EA9FF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.48px;
  margin: 0;
}

.trust-slide-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trust-slider-nav .slick-arrow {
  width: 48px;
  height: 48px;
  background: #FFF;
  border: 1px solid #D2E1EB;
  stroke: ;
  border-radius: 48px;
  color: #1EA9FF;
  margin-right: 7px;
}

footer {
  background: linear-gradient(180deg, #085BC5 0%, #1EA9FF 100%);
  padding: 50px 0 25px;
}

.ftr-logo-wrap {
  margin-bottom: 22px;
}

.ftr-txt {
  color: #fff;
  font-size: 16px;
}

.ftr-menu1 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}

.ftr-top-row {
  display: flex;
  align-items: center;
  align-content: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 40px;
}

.ftr-menu1 li a {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
  color: #FFF;
  font-family: ;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding: 13px;
  margin-left: 8px;
  min-width: 92px;
  display: flex;
  justify-content: center;
}

.ftr-menu1 li a:hover {
  background: #FFF;
  color: #0F1829;
  text-decoration: none !important;
}

.ftr-contact-info {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 21px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.ftr-contact-txt {
  margin-left: 7px;
  line-height: 1;
}

.ftr-social-icon {
  display: flex;
  align-items: center;
  align-content: center;
}

.ftr-social-icon li a {
  width: 34px;
  height: 34px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  border-radius: 34px;
  justify-content: center;
  margin-right: 5px;
}

.ftr-title {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}

.col-sm-6 .ftr-title {
  font-size: 24px;
}

.ftr-menu li a {
  color: #FFF;
  font-family: ;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 12px;
  display: block;
  width: max-content;
}

.ftr-social-icon {
  display: flex;
  align-items: center;
  align-content: center;
}

.ftr-social-icon li a {
  width: 34px;
  height: 34px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 34px;
  margin-right: 7px;
}

.ftr-bottom-row {
  border-radius: 10px;
  border: 1px solid rgba(89, 84, 120, 0.16);
  background: #FBF8FF;
  display: flex;
  align-items: center;
  align-content: center;
  margin-top: 40px;
}

.copyright {
  color: #03323C;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

.ftr-bottom-row img {
  margin-left: auto;
}

.page-head {
  padding: 150px 0 60px;
}

.guest .service-filters li.dropdown button {
  border-radius: 23px;
  border: 1px solid #D2E1EB;
  background: #FFF;
  margin-right: ;
  color: #081C36;
  font-family: ;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding: 15px;
  box-shadow: none;
}

.currency-toggle-btn {
  border-radius: 30px !important;
  background: linear-gradient(0deg, #085BC5 0%, #1EA9FF 100%) !important;
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.93) inset !important;
  height: 46px !important;
  margin-left: 10px;
  min-width: 130px;
}

.guest .service-filters li.search input,
.auth #history-search .form-control {
  border-radius: 23px !important;
  background-image: url('https://i.23robo.info/projects/new-smm-panel-design/img/search-icon.webp') !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  padding-left: 40px !important;
}


.table th,
.table td {
  padding: 10px !important;
}

.guest .table tbody tr td {
  background-color: #FFF !important;
}

.guest .table tbody tr td:first-child {
  border-radius: 30px 0 0 30px;
}

.guest .table tbody tr td:last-child {
  border-radius: 0 30px 30px 0;
}

.signup__image img {
  max-width: unset;
  position: absolute;
  left: 0;
  right: 0;
}

.signup .page-head p.txt {
  color: #4B5563;
  font-family: ;
  font-size: 14px;
  font-style: ;
  font-weight: 400;
  line-height: 1.6;
}

.signup .checkbox .terms-accept-checkbox {
  margin-left: 0;
}

.signup .checkbox label a {
  color: #1EA9FF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.signup .well .btn {
  border-radius: 11px;
  background: linear-gradient(180deg, #1EA9FF 0%, #085BC5 100%);
  width: 100%;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding: 12px;
  min-height: 54px;
}

.signup-img {
  max-width: unset;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 100px);
}

.reset-password .well .title {
  color: #081C36;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.reset-password .well .form-control {
  border-radius: 11px;
  border: 1px solid #D2E1EB;
  background: #F5FBFF;
  padding-left: 60px;
}

.reset-password .well .inpt-icon {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(8, 91, 197, 0.13);
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  top: calc(50% + 13px);
}

.btn.btn-primary.btn-primary1 {
  border-radius: 11px;
  background: linear-gradient(180deg, #1EA9FF 0%, #085BC5 100%);
  padding: 12px;
}

.guest .api.dashboard {
  padding-top: 150px;
}

.api.dashboard .table th {
  background: linear-gradient(180deg, #1EA9FF 0%, #085BC5 100%);
  padding: 12px !important;
}

.api .table tr td {
  border-radius: 15px !important;
  border: 0.5px solid #D2E1EB !important;
  background: #F5FBFF !important;
  color: #081C36;
  font-family: ;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  padding: 12px !important;
}

#service_description,
#service_description p {
  color: #4B5563;
  font-family: ;
  font-size: 14px;
  font-style: ;
  font-weight: 400;
  line-height: 1.4;
}

#service_description img {
  max-width: 100%;
}

.navicon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border: 1px solid #D7EAFF;
  background-color: #ECF5FF;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.navicon .navbar-icon {
  border-radius: 32px;
  background: linear-gradient(90deg, #1EA9FF 0%, #085BC5 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.sidebar-nav li.active a .navicon {
  background: transparent;
  border: 0;
}

.sidebar-nav li.active a .navicon .navbar-icon {
  -webkit-text-fill-color: #fff;
  color: #fff;
}

.help-block.min-max {
  color: #1EA9FF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  position: absolute;
  right: 0;
  top: 5px;
  margin: 0;
}

.services .table tbody .ser-cat-tr td,
.services .table tbody .ser-cat-tr td:first-child,
.services .table tbody .ser-cat-tr td:last-child {
  border-radius: 30px !important;
  color: #fff !important;
  background: linear-gradient(180deg, #1EA9FF 0%, #085BC5 100%) !important;
  border: 0 !important;
}

.order-history .table th:first-child {
  border-radius: 11px 0 0 11px;
}

.order-history .table th:last-child {
  border-radius: 0 11px 11px 0;
}

.order-history .table th {
  padding: 20px 12px !important;
}

.bg-green {
  border-radius: 15px;
  background: linear-gradient(180deg, #1EA9FF 0%, #085BC5 100%);
}

.auth .box-step {
  border-radius: 15px;
  background: #081C36;
}

.auth #accordions .panel-heading .panel-title a {
  border-radius: 10px;
  border: 1px solid #D2E1EB;
  background: #F5FBFF;
  padding: 16px;
  color: #4B5563 !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.auth #accordions .panel-heading {
  padding: 0;
  background-color: transparent !important;
  border-radius: 0 !important;
  border: 0;
}

.auth #accordions .panel.panel-default {
  background-color: transparent;
  border: 0 !important;
  box-shadow: none !important;
}

.auth #accordions .panel-body,
.auth #accordions .panel-body p {
  color: #4B5563;
  font-family: ;
  font-size: 12px;
  font-style: ;
  font-weight: 400;
  line-height: 1.6;
}

.tickets-wrap .panel-title>a::before {
  float: right !important;
  font-family: "Font Awesome 5 Pro";
  content: "\f0de";
  color: #081C36;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border: 1px solid #D2E1EB;
  width: 26px;
  height: 26px;
  transform: translateY(-6px);
}

.auth .ticket-message {
  border-radius: 15px !important;
  border: 0.5px solid #D2E1EB !important;
  background: #F5FBFF !important;
}

.refel_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
  background: #fff;
  padding: 25px;
}

.refel_box li {
  display: flex;
  align-items: center;
  gap: 8px;
  border-right: 1px solid rgba(170, 207, 201, 0.30);
  padding-right: 58px;
}

.refel_box li p {
  margin: 0;
  color: #4B5563;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.refel_box li h6 {
  color: #081C36;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.whte_box {
  border-radius: 10px;
  border: 1px solid #fff;
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}

.whte_box h6 {
  color: #4B5563;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.whte_box p {
  color: #081C36;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  margin: 0;
}

.step_card_child {
  border-radius: 10px;
  background: #1EA9FF;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
}

.step_card_child p.num_tab {
  border-radius: 29px;
  background-color: #FFF;
  width: 44px;
  height: 44px;
  color: #081C36;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto auto 10px;
}

.step_card_child h3 {
  color: #FFF;
  font-family: ;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 6px;
}

.step_card_child p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.step_card_child4 .num_tab {
  background: #1EA9FF !important;
  color: #fff !important;
}

.step_card_child4 h3 {
  color: #072A23;
}

.step_card_child4 p.txt-white {
  color: #4B5563;
}
.blog_wrapper {
  padding-top: 120px;
  padding-bottom: 80px;
}
.user_name_left a {
  font-size: 20px;
  font-weight: 700;
}
body:not(.guest) .select2-selection.form-control,
.select2-results__options li a {
  color: #000 !important;
}
body:not(.guest) .select2-selection.form-control .select2-selection__id.badge,
.select2-results__options li a .select2-selection__id.badge {
  background-color: #000;
  border: 0;
}
.custom-tabs.nav-tabs li a.nav-link,
.acoount_switch,
.top-nav-right-ul li:last-child a {
  background: linear-gradient(180deg, #1EA9FF 0%, #085BC5 100%) !important;
}
.top-nav-right-ul li:last-child a {
  border: 0;
}
.userprofile-wrap {
  flex-direction: column;
}
.userprofile-wrap .user_name_left {
  text-align: center;
}
.service-description-wrapper {
  height: 255px;
  overflow-y: auto !important;
  scrollbar-width: thin;
}
@media (max-width:550px) {
  .header {
    position: unset;
    padding: 0 !important;
    border-radius: 0;
  }

  .header .container {
    border-radius: 0;
  }
  .dashboard-footer {
    padding: 10px;
  }
  .dashboard-footer .row {
    display: block;
  }
  .dashboard-footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
  }
  .top-nav-right-ul li:first-child {
    width: 38%;
  }
  .forgot-password {
    position: absolute;
    right: 22px;
    bottom: 20px;
    margin-left: auto;
    text-align: right;
    float: right;
    color: rgba(75, 85, 99, 0.38) !important;
    font-size: 12px;
  }
  .checkbox label {
    color: rgba(75, 85, 99, 0.38) !important;
    position: absolute;
    right: 13px;
    bottom: 34px;
    font-size: 12px;
  }
  .login-wrap .col-sm-2 {
    padding-left: 15px;
    width: 100%;
  }
  .login-wrap .col-sm-2 .btn.btn-primary.btn-primary-transparent {
    width: 100%;
  }
  .login-wrap .col-sm-2 .btn-primary-inner {
    width: 100% !important;
  }
  .guest input[type="radio"], input[type="checkbox"] {
    margin: 1px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    width: 11px;
    padding-left: 13px !important;
    margin-left: -15px !important;
  }
  .auth #google_translate_element select {
    width: 103%;
  }

  .main-banner {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .main-banner h1 {
    font-size: 30px;
  }

  .login-wrap .form-group {
    margin: 0 0 15px 0 !important;
  }

  .login-wrap .col-sm-4 {
    padding-left: 15px !important;
  }

  .login-wrap {
    padding-left: 0 !important;
    min-height: auto !important;
    padding: 15px !important;
    margin-top: -50px !important;
  }

  .forgot-password1,
  .reminder-icon {
    width: 50px;
    height: 50px;
  }

  .login-wrap .btn-primary-inner {
    height: 50px;
    border-radius: 16px;
  }

  .height_box {
    padding-top: 0 !important;
  }

  .signup {
    padding-bottom: 0 !important;
  }

  .auto_title {
    font-size: 20px;
  }

  .need_box p {
    font-size: 12px !important;
  }

  .need_box .btn-primary-transparent {
    font-size: 14px !important;
  }

  .need_box .btn-primary-inner {
    width: 130px !important;
  }

  .frm-fields-wrap .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .main-banner h1 br {
    display: none;
  }

  .main-banner h1 {
    line-height: 1.4;
  }

  .faq_tabs .nav-link {
    min-height: 40px !important;
    padding: 15px !important;
    font-size: 14px !important;
  }

  .well_box {
    padding: 20px !important;
  }

  .frm-fields-wrap {
    flex-wrap: wrap;
  }

  .trademark img:first-child {
    max-width: 100px;
  }

  .trademark-txt {
    font-size: 14px;
  }

  #how {
    padding: 30px 0;
  }

  .title-label-auto {
    margin: 0 auto 12px;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    max-width: 105px;
  }

  .title {
    font-size: 32px;
  }

  .txt br {
    display: none;
  }

  .how-box-num {
    position: unset;
    margin-top: 15px;
  }

  .how-box-head img {
    display: none;
  }

  .how-box-head {
    margin-bottom: 5px;
  }

  .how-box {
    padding: 15px;
    margin-bottom: 15px;
  }

  #unlock {
    padding: 15px 0;
  }

  .unlock-img {
    margin-bottom: 25px;
  }

  .title-label {
    font-size: 14px;
  }

  .unlockstacks-wrap {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .unlockstacks-wrap::after {
    display: none;
  }

  .unlockstacks {
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }

  .unlockstacks-b-txt {
    font-size: 30px;
  }

  .unlockstacks-b-txt,
  .unlockstacks-txt {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .unlockstacks-txt br {
    display: none;
  }

  #comp {
    padding: 10px 0;
  }

  .title br {
    display: none;
  }

  .comp-wrapper {
    background: transparent;
    padding: 0;
  }

  .comp-inner-wrapper {
    padding: 0;
    background: transparent;
  }

  .success-stats-box {
    padding: 15px;
  }

  .success-stats::before,
  .success-stats::after {
    display: none;
  }

  .success-stats li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .success-stats {
    flex-wrap: wrap;
  }

  #success-sec {
    padding-bottom: 30px;
  }

  .benefits-box {
    border-radius: 24px;
    padding: 15px;
    margin-bottom: 15px;
  }

  .benefits-box-icon {
    margin-bottom: 12px;
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }

  .keyfeatures-box3 {
    flex-wrap: wrap;
    padding: 15px;
  }

  .multiple-services {
    margin: auto auto 20px;
  }

  .keyfeatures-box3-content {
    padding-left: 0;
    text-align: center;
  }

  .keyfeatures-box3 .txt {
    text-align: center !important;
  }

  .keyfeatures-box3 .btn.dark-btn {
    margin: auto;
  }

  #keyfeatures {
    padding-bottom: 30px;
  }

  .faq-img-wrap {
    padding: 15px;
    margin-bottom: 15px;
  }

  .guest .panel.panel-default .panel-title a {
    padding: 10px 10px 10px 35px;
  }

  .guest .panel.panel-default {
    margin-bottom: 10px;
  }

  .guest .panel.panel-default .panel-title a {
    line-height: 1.2;
    font-size: 14px;
  }

  #trust {
    padding: 20px 0;
  }

  .ftr-top-row {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .ftr-menu1 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ftr-menu1 li a {
    margin-bottom: 10px;
  }

  .ftr-social-icon {
    margin-bottom: 25px;
  }

  .ftr-title {
    font-weight: 700;
    letter-spacing: 1px !important;
  }

  .ftr-bottom-row {
    display: block;
    margin: 0;
    padding: 10px 0 0;
  }

  .copyright {
    text-align: center;
    font-size: 12px;
  }

  .ftr-bottom-row img {
    margin: auto;
  }

  .header .navbar-nav {
    background: linear-gradient(0deg, #085BC5 0%, #1EA9FF 100%);
    z-index: 9999;
  }

  .header .navbar-collapse.collapse.in .navbar-nav,
  .header.sticky .navbar-collapse.collapse.in .navbar-nav {
    top: 47px;
  }

  .header.navbar.navbar-static-top.sticky {
    position: fixed;
    top: 0;
  }

  .page-head {
    padding: 0 0;
  }

  .service-filters div.dropdown {
    margin: 10px auto 0;
  }

  .btn-primary:active:hover,
  .btn-primary.active:hover,
  .open>.dropdown-toggle.btn-primary:hover,
  .btn-primary:active:focus,
  .btn-primary.active:focus,
  .open>.dropdown-toggle.btn-primary:focus,
  .btn-primary:active.focus,
  .btn-primary.active.focus,
  .open>.dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background: linear-gradient(0deg, #085BC5 0%, #1EA9FF 100%);
    border-color: transparent;
  }

  .currency-toggle-btn {
    width: 100%;
    margin: 0;
  }

  .service-filters li.search .input-group {
    display: block;
  }

  .service-filters li.search .input-group-btn,
  .service-filters li.search .input-group-btn .btn {
    width: 100%;
    display: block;
  }

  .service-filters li.search input {
    margin-bottom: 15px;
  }

  .modal-body {
    white-space: normal;
  }

  .guest .api.dashboard {
    padding-top: 10px;
  }

  .signup {
    padding-top: 0;
  }

  .page-head h1 {
    font-size: 30px;
  }

  .page-head .title {
    margin-top: 0;
  }

  .signup .page-head p.txt {
    text-align: center;
  }

  .signup .well {
    border-radius: 12px;
    padding: 15px;
  }

  .order-history .nav-tabs::before,
  .order-history .nav-tabs::after {
    display: none;
  }

  .orders-filters .input-group-search {
    display: block;
  }

  .orders-filters .input-group-search .input-group-btn {
    width: 100%;
    display: block;
    white-space: normal;
  }

  .orders-filters .input-group-search .input-group-btn .btn.btn-primary {
    margin-top: 10px;
    width: 100%;
  }

  .refel_box {
    flex-wrap: wrap;
    padding: 15px;
  }

  .refel_box li {
    padding: 0 0 12px;
    border: 0;
    border-bottom: 1px solid rgba(170, 207, 201, 0.30);
    margin-bottom: 12px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .refel_box li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .main-banner p br {
    display: none;
  }
  .main-banner p {
    line-height: 1.4;
  }
  #select2-orderform-service-results a,
  #select2-orderform-category-results a {
    font-weight: 500;
    padding: 3px 8px;
  }
}

.ml_left {
  float: right;
}

.ftr-menu1 li:nth-child(5) a {
  min-width: 129px;
}

.title_box {
  margin-bottom: 15px;
  padding: 15px !important;
  min-height: auto !important;
}

.ser-desc-txt {
  margin-bottom: 0;
}

.acoount_switch {
  width: 90%;
  height: 51px;
  border-radius: 9px;
  background: #081C36;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  margin-bottom: 30px !important;
  margin: auto;
}

.faq_tabs .nav-item {
  width: 100%;
}

.faq_tabs .nav-link {
  border-radius: 14px;
  border: 1px solid #D2E1EB;
  background: #FFF;
  width: 100%;
  text-align: left;
  min-height: 70px;
  padding: 20px;
  margin-bottom: 15px;
  color: #0F1829;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.faq_tabs li.active .nav-link {
  border-radius: 14px;
  background: linear-gradient(180deg, #1EA9FF 0%, #085BC5 100%);
  border: none;
  color: #fff;
}

.faq_tabs li.active .nav-link .icon i::before {
  content: '\f056';
}

.well_box {
  border-radius: 14px;
  border: 1px solid #D2E1EB;
  background: #FFF;
  padding: 44px;
}

.need_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 27px;
  border: 1px solid #D2E1EB;
  background: #F5FBFF;
  min-height: 52px;
  padding: 6px;
  padding-left: 20px;
}

.need_box p {
  color: #0F1829;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.need_box .btn-primary-inner {
  width: 130px;
}

.height_box {
  padding-top: 230px;
}

.faq_tabs .icon i {
  color: #1EA9FF;
}

.faq_tabs li.active .nav-link .icon i {
  color: #fff;
}

.signup_icon .password::before,
.signup_icon .password_again::before {
  content: '\f30d';
}

.signup_icon .telegram::before {
  content: url('https://i.23robo.info/projects/new-smm-panel-design/img/telegram.webp');
}

.signup_icon .whatsapp::before {
  content: url('https://i.23robo.info/projects/new-smm-panel-design/img/whatsap.webp');
}

.signup_icon .email::before {
  content: '\f2b6';
}

.signup_icon {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(8, 91, 197, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 39px;
  left: 9px;
  color: #1EA9FF;
}

.guest .signup .form-control {
  padding-left: 50px;
}

.auto_title {
  color: #081C36;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#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 {
  margin: 0;
  background: transparent;
  border: 0;
  color: #050505;
  font-weight: 700;
}

.gradient_box {
  border-radius: 16px;
  background: linear-gradient(180deg, #1EA9FF 0%, #085BC5 100%);
  padding: 20px;
}

.acc_title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.txt-white {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 126%;
}

.gradient_box .btn.btn-white {
  border-radius: 36px !important;
  background: #FFF;
  color: #071D40;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 142px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.black_box {
  border-radius: 18px;
  background: #071D40;
  padding: 20px;
  min-height: 184px;
}

.account_status {
  border-radius: 12px;
  background: #FFF;
  min-height: 96px;
  padding: 10px;
}

.account_status_box h4 {
  color: #66696F;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: normal;
}

.account_status_box p {
  color: #071D40;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
}

.black_box .col-sm-4 {
  padding-right: 10px;
  padding-left: 10px;
}

.white_box {
  border-radius: 18px;
  border: 1px solid #D2E1EB;
  background: #FFF;
  min-height: 184px;
  padding: 20px;
}

.top_ul_balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_ul_balance li h3 {
  color: #081C36;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
}

.top_ul_balance li .btn.btn-primary {
  width: 79px;
  height: 28px;
  border-radius: 36px !important;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 79px;
}

.bottom_ul_balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
}

.bottom_ul_balance li h3 {
  color: #1EA9FF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
}

.bottom_ul_balance li p {
  color: #081C36;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

.stats-wrap__wrapper .col-sm-5 {
  width: 38%;
  padding-right: 0;
}

.stats-wrap__wrapper .col-sm-2 {
  width: 24%;
}

.user_name_left {
  text-align: left;
}

.user_name_left a {
  color: #1EA9FF;
}

.img-signup {
  margin-left: -20px;
}

.svg_right {
  margin-left: auto;
  float: right;
}
.twofa .well .form-control {
  padding-left: 15px;
}
.addtocart {
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, #1EA9FF 0%, #085BC5 100%) !important;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 9px;
  text-decoration: none !important;
}
.addtocart:hover {
  background: #081c36 !important;
}

.addtocart svg {
  transition: 0.3s linear;
}
.addtocart:hover svg {
  transform: rotateY(180deg);
  transition: 0.3s linear;
}
.auth #accordions .panel-heading .panel-title a, 
.auth #accordions .panel-body, 
.auth #accordions .panel-body p {
  color: #000 !important;
}
.update-status {
  background-color: #081c36;
  border-radius: 15px !important;
  padding: 10px;
  color: #fff;
  min-width: 200px;
  text-align: center;
}
iframe.skiptranslate {
  opacity: 0;
}
.select2-results__option.active a, 
.select2-results__option:hover a {
  background: transparent !important;
}
.select2-results__option.active,
.select2-results__option:hover {
  background: transparent !important;
}
.service-description-wrapper {
  height: auto;
}
.sidebarlogo img {
  max-width: 100%;
}
.sidebarlogo {
  margin-right: 12px;
}
.navbar-brand img {
  max-width: 180px;
}