* {
  margin:0;
  padding:0;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100 900;
  src: url(https://fonts.gstatic.com/s/onest/v9/gNMKW3F-SZuj7xmS-HYoFIez1MLZPA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100 900;
  src: url(https://fonts.gstatic.com/s/onest/v9/gNMKW3F-SZuj7xmb-HYoFIez1MLZPA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100 900;
  src: url(https://fonts.gstatic.com/s/onest/v9/gNMKW3F-SZuj7xmR-HYoFIez1MLZPA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100 900;
  src: url(https://fonts.gstatic.com/s/onest/v9/gNMKW3F-SZuj7xmf-HYoFIez1MI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@keyframes strokeAnim {
  0% {
    -webkit-text-stroke-width: 0px;
  }
  100% {
    -webkit-text-stroke-width: 2px;
  }
}
body {
  font-family: "Onest", sans-serif;
  background-color: #060608;
  padding: 0;
}
#topsec {
  padding: 50px 0 0;
  background-image: url('https://i.23robo.info/projects/demon/img/topbg.webp');
  background-size: cover;
  background-position: right top;
  position:relative;
  overflow:hidden;
}
.main-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.96px;
  margin-bottom: 26px;
  color: #FFF;
}
.light-txt {
  background: linear-gradient(180deg, #FFF 0%, #999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#topsec .txt {
  color: #fff;
}
.txt {
  color: #E6D3D3;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
.guest .navbar-default {
  background: transparent;
  border: 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  top: 10px;
}
.nav.navbar-nav.navbar-left-block {
  float: unset;
  display: inline-flex;
  margin: 0 0 0 19%;
}
.guest .navbar-default .navbar-nav.navbar-right li a {
  border-radius: 15px;
  background: linear-gradient(270deg, #8D0000 -16.79%, #F00 51.56%, #8D0000 111.6%);
  box-shadow: 0 6px 10.4px 0 rgba(255, 255, 255, 0.25) inset;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 18px 22px;
  transition: 0.3s ease-in-out;
}
.guest .navbar-right li a:hover {
  box-shadow: 0 0 20px 1px #000;
  color: #fff;
  text-decoration: none;
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}
.guest .navbar-default .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.46);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.32px;
}
.guest .navbar-default .navbar-nav > li.active > a,
.guest .navbar-default .navbar-nav > li.active > a:hover, 
.guest .navbar-default .navbar-nav > li > a:hover,
.guest .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #fff;
}
.topsec-feature {
  display: grid;
  grid-template-columns: repeat(2,2fr);
  list-style: none;
  padding: 0;
  margin: 26px 0;
}
.topsec-feature li {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.36px;
  margin: 0 0 10px;
}
.delivered {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border-radius: 12px;
  background: rgba(34, 197, 94, 0.28);
  padding: 14px;
  max-width: 467px;
}
.delivered-left {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 17px;
}
.delivered-dot {
  width: 12px;
  height: 12px;
  display: flex;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.24);
}
.delivered-txt {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.green-txt {
  color: #22C55E;
}
.trusted {
  display: flex;
  align-content: center;
  align-items: center;
  margin: 37px 0;
  gap: 15px;
}
.trusted-txt {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.login-wrap {
  border-radius: 24px;
  border: 1px solid #191919;
  background: #0C0B0B;
  padding: 28px;
  position: relative;
  z-index: 1;
}
.frm-title {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}
.google-btn-wrap {
  position: relative;
  width: max-content;
  margin-left: auto;
}
.google-btn {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.google-btn {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.frm-title-row {
  margin-bottom: 18px;
  display: flex;
  align-content: center;
  align-items: center;
}
.form-group {
  position: relative;
}
.form-control {
  border-radius: 17px;
  border: 1px solid #191919 !important;
  background: #060608;
  height: 58px;
  color: rgba(102, 102, 102, 99);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  box-shadow: none !important;
  outline: none;
}
.form-control::placeholder {
  color: rgba(102, 102, 102, 0.44);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.input-icon {
  width: 38px;
  height: 38px;
  padding: 1px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.input-icon-inner {
  border-radius: 10px;
  background: #DE000D;
  box-shadow: 5px 8px 17.1px 0 #E05A61 inset;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
.input-icon + .form-control {
  padding-left: 55px;
}
.login-frm-action {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.reset-pswd {
  border-radius: 17px;
  border: 1px solid #191919;
  background: #060608;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
}
.btn.btn-primary {
  border-radius: 15px;
  background: linear-gradient(270deg, #8D0000 -16.79%, #F00 51.56%, #8D0000 111.6%);
  box-shadow: 0 6px 10.4px 0 rgba(255, 255, 255, 0.25) inset;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding: 22px;
  border: 0;
}
.have-acc {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  width: max-content;
  margin-left: auto;
}
.have-acc a {
  color: #FFF !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
#topsec::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 70px;
  background-color: #060608;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.topsec-img-wrap {
  position: relative;
}
.top-main-row {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
}
.demon-img {
  max-width: 472px;
}
.abs {
  position: absolute;
}
.demon-img {
  max-width: 472px;
}
.demon-fb {
  top: 60px;
  right: -40px;
}
.demon-insta {
  left: 0;
  top: 210px;
}
.demon-tiktok {
  right: -30px;
  bottom: 20px;
}
.demon-txt {
  border-radius: 44px;
  background: #0C0B0B;
  box-shadow: -5px 11px 23px 0 rgba(0, 0, 0, 0.50);
  display: flex;
  align-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  padding: 12px 22px;
}
.demon-txt1 {
  bottom: 200px;
}
.demon-txt2 {
  right: -120px;
  bottom: 370px;
}
#why {
  padding: 80px 0;
  background-image: url('https://i.23robo.info/projects/demon/img/bg2.webp');
  background-position: right center;
}
.whysocial-list {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0 0 77px;
  align-content: center;
  align-items: center;
  grid-template-columns: repeat(9,2fr);
}
.whysocial {
  width: 103.08px;
  height: 103.08px;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
}
.whysocial-fb {
  border: 1px solid #1877F2;
  background: linear-gradient(180deg, #1877F2 0%, #004298 100%);
  box-shadow: 3px 5px 16px 0 rgba(255, 255, 255, 0.70) inset;
}
.whysocial-yt {
  border: 1px solid #FF0505;
  background: linear-gradient(180deg, #F00 0%, #A70202 100%);
  box-shadow: 3px 5px 16px 0 rgba(255, 255, 255, 0.70) inset;
}
.whysocial-insta {
  border: 1px solid #F66293;
  background: linear-gradient(221deg, #FBCA2D 1.79%, #F33289 46.65%, #761CCB 91.5%);
  box-shadow: 3px 5px 16px 0 rgba(255, 255, 255, 0.70) inset;
}
.whysocial-spotify {
  border: 1px solid #00D95F;
  background: linear-gradient(180deg, #00D95F 0%, #007332 100%);
  box-shadow: 3px 5px 16px 0 rgba(255, 255, 255, 0.70) inset;
}
.whysocial-discord {
  border: 1px solid #5E75F8;
  background: linear-gradient(180deg, #5E75F8 0%, #374592 100%);
  box-shadow: 3px 5px 16px 0 rgba(255, 255, 255, 0.70) inset;
}
.whysocial-tiktok {
  border: 1px solid #141414;
  background: linear-gradient(180deg, #0C0C0C 0%, #262626 100%);
  box-shadow: 3px 5px 16px 0 rgba(255, 255, 255, 0.29) inset;
}
.whysocial-telegram {
  border: 1px solid #039BE5;
  background: linear-gradient(180deg, #039BE5 0%, #02567F 100%);
  box-shadow: 3px 5px 16px 0 rgba(255, 255, 255, 0.70) inset;
}
.whysocial-twitch {
  border: 1px solid #7640DE;
  background: linear-gradient(180deg, #7640DE 0%, #402378 100%);
  box-shadow: 3px 5px 16px 0 rgba(255, 255, 255, 0.70) inset;
}
.whysocial-soundcloud {
  border: 1px solid #FF4C2F;
  background: linear-gradient(180deg, #FF4C2F 0%, #992E1C 100%);
  box-shadow: 3px 5px 16px 0 rgba(255, 255, 255, 0.70) inset;
}
.whysocial::after {
  content: '';
  width: 64.139px;
  height: 9.163px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  opacity: 0.4;
}
.whysocial-fb::after {
  background: radial-gradient(50% 50% at 50% 50%, #1877F2 0%, rgba(24, 119, 242, 0.00) 100%);
}
.whysocial-yt::after {
  background: radial-gradient(50% 50% at 50% 50%, #FF0505 0%, rgba(255, 5, 5, 0.00) 100%);
}
.whysocial-insta::after {
  background: radial-gradient(50% 50% at 50% 50%, #A641FF 0%, rgba(166, 65, 255, 0.00) 100%);
}
.whysocial-spotify::after {
  background: radial-gradient(50% 50% at 50% 50%, #00D95F 0%, rgba(0, 217, 95, 0.00) 100%);
}
.whysocial-discord::after {
  background: radial-gradient(50% 50% at 50% 50%, #5E75F8 0%, rgba(94, 117, 248, 0.00) 100%);
}
.whysocial-tiktok::after {
  background: radial-gradient(50% 50% at 50% 50%, #A5B868 0%, rgba(165, 184, 104, 0.00) 100%);
}
.whysocial-telegram::after {
  background: radial-gradient(50% 50% at 50% 50%, #039BE5 0%, rgba(3, 155, 229, 0.00) 100%);
}
.whysocial-twitch::after {
  background: radial-gradient(50% 50% at 50% 50%, #7640DE 0%, rgba(118, 64, 222, 0.00) 100%);
}
.whysocial-soundcloud::after {
  background: radial-gradient(50% 50% at 50% 50%, #FF4C2F 0%, rgba(255, 76, 47, 0.00) 100%);
}
.title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.8;
  background: linear-gradient(184deg, #FFF 60.11%, #736969 96.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}
.why-infobox-row {
  margin-top: 49px;
}
#start {
  padding: 80px 0;
  background-image: url('https://i.23robo.info/projects/demon/img/startbg.webp');
  background-position: right bottom;
  background-repeat: no-repeat;
}
#start .btn.btn-primary {
  margin-top: 22px;
}
#start .row {
  display: flex;
  align-content: center;
  align-items: center;
}
.discover-second-row {
  margin-top: 50px;
}
.discoverbox {
  border-radius: 29px;
  border: 1px solid #191919;
  background: #0C0B0B;
  padding: 34px;
  margin-bottom: 30px;
}
#discover {
  padding: 80px 0;
  background-image: url(https://i.23robo.info/projects/demon/img/discoverbg.webp);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.discoverbox-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.22;
  background: linear-gradient(180deg, #FFF 0%, #736969 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}
.discoverbox-txt {
  color: #9A9A9A;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 25px;
}
.discoverbox-imgwrap {
  border-radius: 21px;
  background: #040607;
  padding: 20px;
}
.discover-third-row .discoverbox {
  padding: 30px 25px;
}
#best {
  padding: 80px 0;
}
.best-title-row {
  display: flex;
  align-content: center;
  align-items: center;
}
.best-txt-right {
  max-width: 409px;
  margin-left: auto;
}
.icon-left-btn {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  max-width: 332px;
  margin: 0 auto;
  border-radius: 23px;
}
.titlesub {
  color: #C00101;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.41;
  margin-bottom: 9px;
}
#unveiling {
  padding: 120px 0 80px;
  background-image: url('https://i.23robo.info/projects/demon/img/unveiling-bg.webp');
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.step-title {
  color: #FFF;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
}
.row.unveiling-steps-row {
  position: relative;
  display: flex;
  padding: 30px 0 50px;
  align-content: center;
  align-items: center;
}
.unveiling-steps-row::after {
  content: '';
  background: #DE000D;
  width: 3px;
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  margin: auto;
}
.unveiling-steps-row .col-sm-6 {
  padding-left: 60px;
  padding-right: 60px;
}
.step-content {
  position: relative;
}
.step-num {
  width: 52px;
  height: 52px;
  background: #040607;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 52px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  box-shadow: 0 0 0 5px #DF0612;
  position: absolute;
  left: -88px;
  z-index: 1;
  top: -30px;
}
.step-txt {
  color: #B79294;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.41;
  letter-spacing: 0.4px;
  margin: 0;
}
.unveiling-steps-wrap .unveiling-steps-row:nth-child(2n) {
  flex-direction: row-reverse;
}
.unveiling-steps-wrap .unveiling-steps-row:nth-child(2n) .step-content {
  text-align: right;
}
.unveiling-steps-wrap .unveiling-steps-row:nth-child(2n) .step-num {
  left: auto;
  right: -88px;
}
.vertical-txt {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #DE000D;
  font-size: 150px;
  font-weight: 800;
  line-height: 1.34;
  letter-spacing: 3px;
  color: transparent;
  position: absolute;
  z-index: 0;
  transform: rotateZ(-90deg);
  animation: strokeAnim 3s linear infinite;
}
.vertical-txt1 {
  left: -160px;
  top: 370px;
}
.vertical-txt2 {
  right: 0;
  bottom: 100px;
}
#cheapest {
  padding: 80px 0;
  position: relative;
}
#cheapest .container {
  border-radius: 29px;
  border: 1px solid #191919;
  background: #0C0B0B;
  max-width: 1445px;
  width: auto;
  padding: 85px 20px;
}
#cheapest .container .row {
  max-width: 1170px;
  margin: 0 auto;
}
#cheapest .btn.btn-primary {
  margin-top: 30px;
}
.satisfied-slide {
  display: grid;
  grid-template-columns: 5fr 7fr;
  border-radius: 19px;
  border: 1px solid #191919;
  background: #0C0B0B;
  padding: 15px;
  gap: 20px;
  margin-right: 15px;
}
.client-img {
  border-radius: 13px;
}
.google-img {
  margin-bottom: 7px;
}
.client-txt {
  color: #E6D3D3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.28px;
  margin: 0;
}
.satisfied-slide-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.client-platform {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  background: linear-gradient(180deg, #FFF 0%, #999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 7px;
}
.client-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  background: linear-gradient(180deg, #FFF 0%, #999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.satisfied-slider-nav {
  margin-top: 30px;
}
.satisfied-slider-nav .slick-arrow {
  border-radius: 19px;
  border: 1px solid #191919;
  background: #0C0B0B;
  width: 62px;
  height: 62px;
  display: inline-flex !important;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-right: 10px;
}
.satisfied-img {
  margin: 0 auto 20px;
}
.satisfied-slider {
  margin-top: 50px;
}
#satisfied {
  padding: 80px 0;
}
.faq-wraper {
  border-radius: 32px;
  border: 1px solid #191919;
  background: #0C0B0B;
  padding: 40px;
}
.faqs .panel.panel-default {
  border-radius: 18px;
  border: 1px solid #191919;
  background: #060608;
  overflow: hidden;
  padding: 0 31px;
}
.faqs .panel.panel-default .panel-heading {
  padding: 0;
  background: transparent;
  border: 0 !important;
}
.faqs .panel.panel-default .panel-heading a {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.19;
  letter-spacing: -0.32px;
  padding: 15px 0;
  display: block;
  text-decoration: none;
  position: relative;
}
.faqs .panel.panel-default .panel-body {
  padding: 25px 0;
  border-color: #1C1C1C;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.faqs .panel.panel-default .panel-heading a::after {
  content: "\f067";
  width: 24px;
  height: 24px;
  border: 2px solid rgba(222, 0, 13, 1);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  line-height: 1;
  color: rgba(222, 0, 13, 1);
  font-size: 12px;
  text-align: center;
  padding: 0 1px 1px 0;
}
.faqs .panel.panel-default .panel-heading a[aria-expanded="true"]::after {
  transform: translateY(-50%) rotateZ(45deg);
  padding: 0;
}
#questions {
  padding: 80px 0;
}
.footer {
  padding: 60px 0;
}
.ftr-top-row {
  display: flex;
  align-content: center;
  align-items: center;
  padding-bottom: 37px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  margin-bottom: 37px;
}
.ftr-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
  gap: 22px;
}
.ftr-menu li a {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.32px;
  padding: 8px 16px;
  text-decoration: none !important;
}
.ftr-menu li a:hover {
  border-radius: 14px;
  background: linear-gradient(270deg, #8D0000 -16.79%, #F00 51.56%, #8D0000 111.6%);
  box-shadow: 0 6px 10.4px 0 rgba(255, 255, 255, 0.25) inset;
}
.ftr-title {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.4px;
  margin-bottom: 22px;
}
.contact-txt {
  color: #9D95B8;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.28px;
}
.contact-txt b {
  color: #fff;
}
.footer .btn.btn-primary.icon-left-btn {
  margin-right: 0;
  max-width: 241px;
  border-radius: 21px;
}
.ftr-mid-row,
.ftr-btm-row {
  display: flex;
  align-content: center;
  align-items: center;
}
.ftr-btm-row {
  margin-top: 53px;
  border-radius: 18px;
  border: 1px solid #191919;
  background: #060608;
  padding: 14px;
}
.copyright-txt {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
  margin: 0;
}
.grey-txt {
  color: #84889A;
}
.ftr-social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  gap:15px;
}
.ftr-social-list .ftr-title {
  margin: 0;
  font-size: 16px;
}
.ftr-social-list li a {
  width: 35px;
  height: 35px;
  border-radius: 11px;
  background: #DE000D;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
#signup {
  padding: 45px 0;
}
.signup-row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.backtohome {
  border-radius: 18px;
  border: 1px solid #423A59;
  background: #0C0B0B;
  box-shadow: 2px 2px 4px 0 rgba(255, 255, 255, 0.17) inset;
  padding: 9px 17px;
  display: flex;
  align-content: center;
  align-items: center;
  width: max-content;
  gap: 10px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 auto 15px;
  text-decoration: none;
}
.backtohome:hover {
  color: #f00;
  text-decoration: none;
}
#signup .main-title {
  background: linear-gradient(180deg, #FFF 0%, #999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 19px;
}
.signup-field .input-icon {
  top: calc(50% + 12px);
}
label {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.32px;
}
.signup-fields {
  display: grid;
  grid-template-columns: repeat(2,2fr);
  justify-content: space-between;
  gap: 12px;
}
.signup-fields .signup-field-skype {
  grid-column: 1/-1;
}
.checkbox label {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.32px;
}
.checkbox label a {
  color: #DE000D;
}
#signup .btn.btn-primary {
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  justify-content: center;
  gap: 10px;
}
#inner-hero {
  padding: 160px 0 80px;
}
#blogs {
  padding: 80px 0;
}
.blog-card {
  border-radius: 24px;
  border: 1px solid #191919;
  background: #0C0B0B;
  padding: 30px;
  margin-bottom: 20px;
}
.blog-img {
  border-radius: 19px;
  border: 1px solid #191919;
  margin-bottom: 26px;
  min-height: 200px;
}
.post-date-wrap {
  display: flex;
  align-content: center;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.32px;
  margin-bottom: 13px;
  gap: 10px;
}
.post-date-icon {
  line-height: 1;
}
.post-title {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.48px;
  margin-bottom: 14px;
}
.post-excerpt {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.32px;
  margin-bottom: 21px;
}
.blog-card .btn.btn-primary {
  border-radius: 15px;
  padding: 18px 31px;
}
.blogs-row .col-sm-4:first-child {
  width: 100%;
}
.blogs-row .col-sm-4:first-child .blog-card {
  display: grid;
  grid-template-columns: 6fr 6fr;
  align-content: center;
  align-items: center;
  gap: 35px;
}
#singleblog {
  padding: 150px 0 80px;
}
.singleblog-top-row {
  display: flex;
  align-content: center;
  align-items: center;
}
.blog-single-image-wrap {
  border-radius: 16px;
  border: 1px solid #191919;
  overflow: hidden;
  margin-bottom: 25px;
}
.single-blog-content {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
#servicepage {
  padding: 150px 0 80px;
}
#servicepage .whysocial-list {
  margin-top: 33px;
}
.search-filter-row .form-group .btn.btn-primary,
.ordersearch .btn.btn-primary {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  height: 44px;
  width: 44px;
}
.search-filter-row .form-group .input-icon-inner {
  background: transparent;
  box-shadow: none;
}
.search-filter-row .dropdown .dropdown-toggle {
  width: 100%;
  text-align: left;
  background: linear-gradient(270deg, #8D0000 -16.79%, #F00 51.56%, #8D0000 111.6%) !important;
  box-shadow: 0 6px 10.4px 0 rgba(255, 255, 255, 0.25) inset !important;
}
.search-filter-row .dropdown .dropdown-toggle {
  width: 100%;
  text-align: left;
  background: linear-gradient(270deg, #8D0000 -16.79%, #F00 51.56%, #8D0000 111.6%) !important;
  box-shadow: 0 6px 10.4px 0 rgba(255, 255, 255, 0.25) inset !important;
  padding: 9px;
}
.dropdown-toggle-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #0C0B0B;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.search-filter-row .dropdown-menu {
  border-radius: 15px;
  border: 1px solid #191919;
  background: #0C0B0B;
  padding: 0;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.search-filter-row .dropdown-menu li a {
  color: #fff;
  padding: 6px 15px;
  white-space: normal;
}
.search-filter-row .dropdown-menu li a:hover, 
.search-filter-row .dropdown-menu li a:focus,
.search-filter-row .dropdown-menu li.active a,
.search-filter-row .dropdown-menu li.active a:hover,
.search-filter-row .dropdown-menu li.active a:focus {
  background: linear-gradient(270deg, #8D0000 -16.79%, #F00 51.56%, #8D0000 111.6%);
  box-shadow: 0 6px 10.4px 0 rgba(255, 255, 255, 0.25) inset;
  color: #fff;
}
.ser-cat-wrap {
  position: relative;
  margin-bottom: 25px;
}
.ser-cat-wrap::after {
  content: '';
  background: rgba(255, 255, 255, 0.38);
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.ser-cat-inner {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.96px;
  background-color: #060608;
  width: max-content;
}
.table thead tr th {
  background: #CF0101;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.64px;
  padding: 21px 16px !important;
  vertical-align: middle;
  border: 0 !important;
}
.table thead tr th:first-child,
.table tbody tr td:first-child {
  border-radius: 15px 0 0 15px;
}
.table thead tr th:last-child,
.table tbody tr td:last-child {
  border-radius: 0 15px 15px 0;
}
.table {
  border-spacing: 0 10px;
  border-collapse: separate;
}
.table tbody tr td {
  border-top: 1px solid #191919;
  background: #0C0B0B;
  padding: 12px !important;
  border-bottom: 1px solid #191919;
  color: #B2BBD3;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.56px;
  vertical-align: middle;
}
.table tbody tr td:first-child {
  border-left: 1px solid #191919;
}
.table tbody tr td:last-child {
  border-right: 1px solid #191919;
}
.ser-id {
  min-width: 67px;
  height: 48px;
  border-radius: 10px;
  background: #CF0101;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.56px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.btn.btn-primary.ser-desc-btn {
  padding: 15px;
  min-width: 123px;
}
.modal-content {
  border-radius: 15px;
  border: 1px solid #191919;
  background: #0C0B0B;
}
.modal-header {
  border-radius: 15px 15px 0 0;
  background: linear-gradient(270deg, #8D0000 -16.79%, #F00 51.56%, #8D0000 111.6%);
  box-shadow: 0 6px 10.4px 0 rgba(255, 255, 255, 0.25) inset;
  color: #fff;
  border-bottom: 0;
}
.modal-header .close {
  color: #fff;
  opacity: 1;
}
.modal-body {
  color: #fff;
}
.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 276px;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  background-image: url('https://i.23robo.info/projects/demon/img/sidebar-bg.webp');
  background-position: top center;
  padding: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sidebar-logo {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 43px;
  display: block;
}
.userprofile-wrapper {
  border-radius: 14px;
  padding: 1px;
}
.userprofile-img {
  height: 48px;
  width: 48px;
  border-radius: 11px;
  border: 1px solid #F6AEB2;
  background: #DE000D;
  box-shadow: 5px 8px 17.1px 0 #E05A61 inset;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.userprofile-detail {
  padding: 0 0 0 14px;
}
.userprofile-name {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.28px;
  margin-bottom: 4px;
  text-transform: capitalize;
}
.userprofile-fund {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.28px;
  margin: 0;
}
.userprofile-inner {
  display: grid;
  grid-template-columns: 48px calc(100% - 48px);
  align-content: center;
  align-items: center;
  border-radius: 14px;
  background: #060608;
  padding: 10px;
  margin: 0 0 40px 0;
}
.menutitle {
  display: grid;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.28px;
  margin-bottom: 27px;
  grid-template-columns: 36px calc(100% - 36px);
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.menutitle-line {
  background-color: rgba(255, 255, 255, 0.08);
  height: 1px;
}
.sidebarmenu {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
.sidebarmenu li a {
  border-radius: 17px;
  padding: 8px;
  margin: 0 0 5px;
  display: flex;
  align-content: center;
  align-items: center;
  position: relative;
  color: #FFF;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.32px;
  font-weight: 500;
  gap: 10px;
  text-decoration: none !important;
}
.menuicon {
  border-radius: 11px;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.sidebarmenu li.active a, 
.sidebarmenu li.active a:hover, 
.sidebarmenu li a:hover, 
.sidebarmenu li a:focus {
  background: linear-gradient(270deg, #8D0000 -16.79%, #F00 51.56%, #8D0000 111.6%);
  box-shadow: 0 6px 10.4px 0 rgba(255, 255, 255, 0.25) inset;
}
.sidebarmenu li.active a .menuicon, 
.sidebarmenu li.active a:hover .menuicon, 
.sidebarmenu li a:hover .menuicon, 
.sidebarmenu li a:focus .menuicon {
  border: 1px solid #FFF;
  background: #000;
  box-shadow: 5px 8px 17.1px 0 rgba(255, 255, 255, 0.42) inset;
}
.sidebarmenu li.active a:after, 
.sidebarmenu li.active a:hover:after, 
.sidebarmenu li a:hover:after, 
.sidebarmenu li a:focus:after {
  content:'';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
}
.sidebarmenu .dropdown-toggle {
  width: 100%;
  text-align: left;
  display: flex;
  align-content: center;
  align-items: center;
  border-radius: 17px;
  background: #060608;
  padding: 22px 11px;
  box-shadow: none;
  gap: 17px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.32px;
}
.sidebarmenu .dropdown-menu {
  width: 100%;
  border-radius: 17px;
  background: #060608;
  padding: 0;
  overflow: hidden;
}
.sidebarmenu .dropdown-menu a {
  padding: 5px 10px;
  border-radius: 0;
  font-size: 14px;
}
.dropdown-icon {
  line-height: 0;
}
.wrapper-inner {
  padding-left: 276px;
}
.top-head {
  border: 1px solid #191919;
  background: #0C0B0B;
  padding: 15px;
  display: grid;
  grid-template-columns: 6fr 6fr;
}
.top-head-left {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.top-head-left li {
  border-radius: 14px;
  border: 1px solid #191919;
  background: #060608;
  padding: 7px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.28px;
}
.ordernumber {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.28px;
  padding: 9px 11px;
  min-width: 83px;
  height: 34px;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 9px;
  background: #DE000D;
  margin-left: 10px;
}
.top-head-right {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
  gap: 5px;
}
.top-head-right-li {
  width: 49px;
  height: 49px;
  padding: 1px;
  border-radius: 14px;
}
.top-head-right-a {
  border-radius: 14px;
  background: #DE000D;
  box-shadow: 5px 8px 17.1px 0 #E05A61 inset;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.pagecontent {
  padding-top: 20px;
  position: relative;
  overflow: hidden;
  background-image: url('https://i.23robo.info/projects/demon/img/inner-bg.webp');
  background-size: cover;
  background-position: center;
}
.pagecontent::after {
  content: '';
  border-radius: 675px;
  background: #DE000D;
  filter: blur(208.39999389648438px);
  width: 675px;
  height: 196px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -106px;
  z-index: -1;
}
.hibox {
  border-radius: 22px;
  border: 1px solid #191919;
  background: #CD0101;
  padding: 40px;
}
.hititle {
  display: flex;
  align-content: center;
  align-items: center;
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.64px;
  gap: 9px;
  margin-bottom: 16px;
}
.hibox-txt {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.32px;
  margin: 0;
}
.hibox-txt-small {
  font-size: 14px;
  margin-bottom: 16px;
}
.stats-box {
  border-radius: 22px;
  padding: 2px;
}
.stats-box-inner {
  border-radius: 22px;
  background: #0C0B0B;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
.statsbox-head {
  display: grid;
  align-content: center;
  align-items: center;
  margin-bottom: 17px;
  grid-template-columns: 65px calc(100% - 65px);
  gap: 12px;
}
.statsbox-icon {
  width: 65px;
  height: 65px;
  border-radius: 15px;
  background: linear-gradient(180deg, #CD0101 0%, #DE000D 100%);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.statsbox-title {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.4px;
  margin: 0;
}
.statsbox-fund {
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.6px;
  margin: 0;
}
.stats-box .btn.btn-primary {
  padding: 15px 11px;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
}
.stats-box-inner, 
.hibox {
  min-height: 244px;
}
.hirow {
  margin: 0 0 20px 0;
}
.cat-shortcut-title {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.6px;
  margin: 0;
}
.cat-shortcut-hide {
  border-radius: 14px;
  background: #DE000D;
  box-shadow: 5px 8px 17.1px 0 rgba(255, 255, 255, 0.26) inset;
  width: 95px;
  height: 45px;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 13px;
  justify-content: center;
  gap: 5px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.cat-shortcut-head {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.cat-shortcut-line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.18);
}
.shortcut-list {
  display: grid;
  align-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(auto-fill,65px);
  gap: 10px;
}
.shortcut-item {
  width: 65px;
  height: 65px;
  border-radius: 17px;
  background-color: #0c0b0b;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.shortcut-item[data-id="facebook"] {
  background-color: #1877F2;
}
.shortcut-item[data-id="instagram"] {
  background: linear-gradient(141deg, #FADF1D 9.59%, #FB3283 49.71%, #771CCA 89.83%);
}
.shortcut-item[data-id="youtube"] {
  background-color: #F00;
}
.shortcut-item[data-id="twitter"] {
  background-color: rgba(3, 169, 244, 1);
}
.shortcut-item[data-id="tiktok"] {
  background-color: rgba(12, 12, 12, 1);
}
.shortcut-item[data-id="telegram"] {
  background-color: rgba(3, 155, 229, 1);
}
.shortcut-item[data-id="linkedin"] {
  background-color: rgba(0, 122, 185, 1);
}
.shortcut-item[data-id="spotify"] {
  background-color: rgba(0, 217, 95, 1);
}
.shortcut-item[data-id="discord"] {
  background-color: rgba(92, 107, 192, 1);
}
.shortcut-item[data-id="twitch"] {
  background-color: rgba(107, 70, 179, 1);
}
.shortcut-item[data-id="reddit"] {
  background-color: rgba(248, 115, 44, 1);
}
.shortcut-item[data-id="pinterest"] {
  background-color: rgba(189, 8, 28, 1);
}
.shortcut-item[data-id="tumbler"] {
  background-color: rgba(61, 90, 112, 1);
}
.shortcut-item[data-id="odnoklassniki"] {
  background-color: rgba(255, 136, 0, 1);
}
.shortcut-item[data-id="vimeo"] {
  background-color: rgba(133, 199, 66, 1);
}
.shortcut-item[data-id="line"] {
  background-color: rgba(6, 199, 85, 1);
}
.cat-shortcut-head + .cat-shortcut-body {
  margin-bottom: 20px;
}
.well {
  border-radius: 19px;
  border: 1px solid #191919;
  background: #0C0B0B;
  padding: 20px;
}
.mytabs {
  border-radius: 17px;
  border: 1px solid #191919;
  background: #09090B;
  padding: 8px;
  margin-bottom: 20px;
}
.mytabs .nav-link {
  border-radius: 13px;
  border: 1px solid #191919;
  background: #0C0B0B;
  padding: 5px 25px 5px 5px;
  display: flex;
  align-content: center;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.28px;
  gap: 6px;
}
.tabs-icon-wrap {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.mytabs .active .nav-link .tabs-icon-wrap, 
.mytabs .nav-link:hover .tabs-icon-wrap, 
.mytabs .active .nav-link:hover .tabs-icon-wrap,
.mytabs .nav-link:focus .tabs-icon-wrap {
  border-radius: 9px;
  background: #000;
  box-shadow: 5px 8px 17.1px 0 rgba(255, 255, 255, 0.42) inset;
}
.mytabs .active .nav-link,
.mytabs .nav-link:hover,
.mytabs .active .nav-link:hover, 
.mytabs .nav-link:focus {
  border-radius: 13px;
  background: linear-gradient(270deg, #8D0000 -16.79%, #F00 51.56%, #8D0000 111.6%);
  box-shadow: 0 6px 10.4px 0 rgba(255, 255, 255, 0.25) inset;
  border: 0;
  color: #fff;
}
.enterdetail-title-wrap {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(233, 208, 255, 0.34);
}
.enterdetail-title {
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.6px;
  margin: 0;
}
.enterdetail-title-wrap::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 4px;
  bottom: -2px;
  left: 0;
  background-color: #D40000;
}
.enterdetail-title-wrap .form-control {
  border-radius: 12px;
  border: 1px solid rgba(233, 208, 255, 0.17);
  background: #060608;
  color: #fff;
  height: 41px;
}
.enterdetail-title-wrap .form-control::placeholder {
  color: #fff;
}
.enterdetail-title-wrap .form-group {
  margin: 0;
}
.enterdetail-title-wrap .input-wrapper__prepend {
  color: #fff;
}
.auth .select2-selection--single.form-control {
  height: 58px;
  display: flex;
  align-content: center;
  align-items: center;
  color: #fff;
}
.auth .form-control, .auth .form-control::placeholder {
  color: #fff;
}
.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control {
  opacity: 1;
  border-radius: 17px;
  border: 1px solid #191919;
  background: #060608;
}
.btn.btn-primary.w-100 {
  width: 100%;
  padding: 20px;
  border-radius: 17px;
}
.select2-selection__id.badge {
  border-radius: 10px;
  background: #DE000D;
  box-shadow: 5px 8px 17.1px 0 #E05A61 inset;
  color: #ffff;
}
.select2-dropdown.dropdown-menu .dropdown-menu, .select2-dropdown.dropdown-menu {
  padding: 0;
  background: #0C0B0B;
}
.select2-dropdown.dropdown-menu .dropdown-menu .select2-results__option a {
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
}
.select2-dropdown.dropdown-menu .dropdown-menu .select2-results__option a:hover,
.select2-dropdown.dropdown-menu .dropdown-menu .select2-results__option.active a:hover,
.select2-dropdown.dropdown-menu .dropdown-menu .select2-results__option.active a,
.select2-dropdown.dropdown-menu .dropdown-menu .select2-results__option a:focus {
  background: linear-gradient(270deg, #8D0000 -16.79%, #F00 51.56%, #8D0000 111.6%);
}
#service_description label {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 12px;
}
#service_description .panel-body {
  border-radius: 12px;
  border: 1px solid #191919;
  background: #060608;
  padding: 20px;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.auth .ftr-btm-row {
  border: 0;
  background: #0C0B0B;
}
.auth #servicepage {
  padding: 0;
}
.auth #servicepage .ser-title-row .main-title,
.auth #servicepage .ser-title-row .txt {
  text-align: left !important;
}
.nav.nav-pills li a {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 15px 19px;
  gap: 5px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.28px;
  border-radius: 13px;
}
.nav.nav-pills li.all a {
  background: linear-gradient(180deg, #8C43EA 0%, #4F2684 100%);
}
.nav.nav-pills li.pending a {
  background: linear-gradient(180deg, #4F5DE4 0%, #2C337E 100%);
}
.nav.nav-pills li.inprogress a {
  background: linear-gradient(180deg, #FCA51B 0%, #966210 100%);
}
.nav.nav-pills li.completed a {
  background: linear-gradient(180deg, #52D957 0%, #2C732E 100%);
}
.nav.nav-pills li.partial a {
  background: linear-gradient(180deg, #0AABF1 0%, #06638B 100%);
}
.nav.nav-pills li.processing a {
  background: linear-gradient(180deg, #0AABF1 0%, #06638B 100%);
}
.nav.nav-pills li.canceled a {
  background: linear-gradient(180deg, #FF2439 0%, #991622 100%);
}
.navpill-icon {
  line-height: 1;
  height: 20px;
}
.service-name {
  min-width: 200px;
  max-width: 200px;
  white-space: normal;
  word-break: break-word;
}
.auth-title {
  display: grid;
  grid-template-columns: max-content 2fr;
  align-content: center;
  align-items: center;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.6px;
  margin-bottom: 28px;
}
.auth-title-line {
  background: rgba(233, 208, 255, 0.52);
  height: 1px;
}
.payment-list {
  display: grid;
  align-content: center;
  align-items: center;
  grid-template-columns: repeat(7 , auto);
  margin-bottom: 30px;
  gap: 10px;
}
.payment-wrap {
  border-radius: 17px;
  padding: 1px;
}
.payment-inner {
  min-height: 66px;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
  background: #0C0B0B;
  overflow: hidden;
}
.payment-inner::after {
  content: '';
  width: 160.1px;
  height: 66.34px;
  border-radius: 106.144px;
  filter: blur(26.649999618530273px);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -33px;
  z-index: 0;
}
.visa .payment-inner::after {
  background: #3443AD;
}
.payoneer .payment-inner::after {
  background: #8F4D17;
}
.binance .payment-inner::after {
  background: #977509;
}
.mastercard .payment-inner::after {
  background: #7B151E;
}
.paypal .payment-inner::after {
  background: #009CDE;
}
.bkash .payment-inner::after {
  background: #BC0059;
}
.paytm .payment-inner::after {
  background: #0BAAF1;
}
.payment-inner img {
  position: relative;
  z-index: 1;
}
.fund-method .input-icon {
  transform: none;
  top: 32px;
}
#instruction_instruction .panel-body {
  border-radius: 17px;
  border: 1px solid #191919;
  background: #060608;
}
.auth .faqs {
  counter-reset: item;
}
.auth .faqs .panel.panel-default {
  counter-increment: item;
}
.auth .faqs .panel.panel-default .panel-heading a {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.auth .faqs .panel.panel-default .panel-heading a::before {
  content: counter(item, decimal-leading-zero);
  border-radius: 10px;
  background: #DE000D;
  box-shadow: 5px 8px 17.1px 0 #E05A61 inset;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.36px;
}
.files-label {
  color: #fff;
}
.paperclip {
  color: #f00;
}
.ticket-history-item {
  border-radius: 17px;
  border: 1px solid #191919;
  background: #060608;
  padding: 12px;
  margin-bottom: 12px;
}
.ticket-history-item-head {
  border-radius: 12px;
  border: 1px solid #191919;
  background: #0C0B0B;
  padding: 16px;
  margin-bottom: 12px;
  list-style: none;
}
.ticket-history-item-head-li {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  color: #FFF;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.28px;
}
.ticket-history-item .btn.btn-primary {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  padding: 12px;
  border-radius: 12px;
}
.create-child-row {
  margin: 0 0 20px;
  border-radius: 22px;
  border: 1px solid #191919;
  background-color: #CD0101;
  padding: 15px;
  display: flex;
  align-content: center;
  align-items: center;
}
.child-detail-wrap {
  border-radius: 16px;
  border: 1px solid #191919;
  background: #0C0B0B;
  padding: 21px;
}
.child-detail-title {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.32px;
  margin-bottom: 22px;
}
.child-detail-steps {
  display: grid;
  grid-template-columns: repeat(2 , 2fr);
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 18px;
  counter-reset: item;
}
.child-detail-steps li {
  counter-increment: item;
  border-radius: 12px;
  border: 1px solid #191919;
  background: #060608;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.32px;
  padding: 9px;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.child-detail-steps li::before {
  content: counter(item, decimal-leading-zero);
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #DE000D;
  box-shadow: 5px 8px 17.1px 0 #E05A61 inset;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.32px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.child-namesever {
  border-radius: 11px;
  border: 1px solid #191919;
  background: #141313;
  padding: 15px;
  margin: 0 0 15px;
  list-style: none;
  display: grid;
  gap: 0;
}
.child-namesever li {
  display: grid;
  grid-template-columns: 50% 50%;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  padding: 4px 0;
}
.nameserver-value {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  gap: 5px;
}
.child-namesever li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.conversion-bar {
  border-radius: 10px;
  border: 1px solid #191919;
  background: #060608;
  margin-bottom: 17px;
  display: block;
}
.conversion-bar-inner {
  border-radius: 10px;
  background: #DC000C;
  height: 19px;
  display: flex;
  align-content: center;
  align-items: center;
  min-width: 19px;
}
.conversion-num {
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.6px;
  margin-bottom: 4px;
  display: block;
  text-align: right;
}
.conversion-txt {
  border-radius: 10px;
  border: 1px solid #191919;
  background: #060608;
  padding: 12px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.32px;
}
.referal-link {
  border-radius: 20px;
  border: 1px solid #191919;
  background: #0C0B0B;
  margin: 0 0 20px;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.referal-link-txt {
  color: rgba(255, 255, 255, 0.70);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.72px;
}
.referal-link-txt b {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.72px;
  margin-right: 5px;
}
.referal-link-copy {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 16px;
  background: #DE000D;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.28px;
  padding: 12px 16px;
}
.affiliate-infobox {
	border-radius: 26px;
	border: 1px solid #191919;
	background: #0C0B0B;
	padding: 30px;
	margin-bottom: 20px;
}
.affiliate-infobox-icon {
	width: 57px;
	height: 57px;
	border-radius: 18px;
	background: #DE000D;
	box-shadow: 5px 8px 17.1px 0 #E05A61 inset;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.affiliate-infobox-label {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.64px;
	margin-bottom: 3px;
}
.affiliate-infobox-value {
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.48px;
	margin: 0;
}
.affiliates-lists {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}
.affiliates-list {
	border-radius: 17px;
	border: 1px solid #191919;
	background: #060608;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	margin: 0 0 16px;
}
.affiliates-list-label {
	border-radius: 10px;
	background: #CD0101;
	padding: 14px 24px;
	min-width: 174px;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}
.affiliates-list-value {
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}
.api-infobox .affiliate-infobox-value {
	font-size: 16px;
}
.api-infobox .affiliate-infobox-value a {
	color: #fff;
}
.api-tabs {
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0;
	border: 0;
	margin: 0;
}
.api-tabs li a {
	border-radius: 13px;
	border: 1px solid #191919;
	background: #060608;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.28px;
	padding: 15px;
}
.api-tabs li {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 10px;
}
.api-tabs li.active a, .api-tabs li.active a:hover, .api-tabs li.active a:focus, .api-tabs li a:focus, .api-tabs li a:hover {
	border-radius: 13px;
	background: #DE000D;
	border-color: transparent;
	color: #fff;
}
.api-title {
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.48px;
	margin: 0 0 20px 0;
}
.table.api-table tr th, 
.table.api-table tr td {
	border-top: 1px solid #191919;
	background: #060608;
	border-bottom: 1px solid #191919;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.28px;
	padding: 15px !important;
}
.example-wrapper {
	border-radius: 13px;
	border: 1px solid #191919;
	background: #060608;
	padding: 20px;
}
.example-title {
	border-radius: 10px;
	background: #DE000D;
	padding: 11px;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.28px;
}
pre {
	padding: 0;
	background-color: transparent;
	border: 0;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.28px;
	font-family: Onest;
}
.userstatus svg {
	margin: 0 5px 0 0;
}